These are warning messages. Even though it cannot bind to any port <= 1024, lighttpd goes ahead and binds to a non privileged port. But since client is bound to non-privileged port, the address based authentication do not accept the client. Hence client should be using login based authentication. More details about authentication methods can be found in <srcdir>/docs/authentication.txt
regards,
On Fri, Feb 13, 2009 at 7:59 PM, Titov Alexander <titoff.a@xxxxxxxxx> wrote:
I solved this error, I add one string to mod_glusterfs.h:
#include <glusterfs/mem-pool.h>"
But mod_glusterfs didn't work still. In lighttpd mod_glusterfs log I saw:
2009-02-13 18:50:31 E [name.c:416:client_bind] client1: cannot bind inet socket (10) to port less than 1024 (Permission denied)
2009-02-13 18:50:31 E [name.c:416:client_bind] client2: cannot bind inet socket (11) to port less than 1024 (Permission denied)
Lighttpd is runing with owner user www-data and www-data can't create socket with port less than 1024.
How I can solve this problem?
2009/2/13 Titov Alexander <titoff.a@xxxxxxxxx>
Hello!
I build glusterfs and lighttpd 1.4.19 with mod_glusterfs. When I try to start lighttpd, I get this error:
2009-02-13 14:42:13: (plugin.c.165) dlopen() failed for: /usr/lib/lighttpd/mod_glusterfs.so /usr/lib/lighttpd/mod_glusterfs.so: undefined symbol: CALLOC
2009-02-13 14:42:13: (server.c.621) loading plugins finally failed
Help me please with strange error.
--
Titov Alexander
--
С уважением,
Титов Александр
_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxx
http://lists.nongnu.org/mailman/listinfo/gluster-devel
--
Raghavendra G