Henrik Nordstrom wrote:

tor 2006-10-19 klockan 15:43 +0200 skrev Marco Berizzi:

> Here is the strace. Clues?

Looks very much like a borked libc.

With a working libc the strace should look like

getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 mmap(NULL, 356352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaac9000
epoll_create(1024)                      = 3

where = 3 is = ENOSYS if the kernel doesn't support epoll.

(3 can also be another number depending on the configuration).

Regards
Henrik

thanks for the explanation.
JFYI: glibc is 2.3.4

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to