Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!newsfeeds.sol.net!news-xfer.netaxs.com!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!news.idt.net!nntp-hub.idt.net!nntp.farm.idt.net!u2.farm.idt.net!not-for-mail From: Rashid KArimov <rashid@IDT.NET> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Apache 1.2b8: select: (listen): Invalid argument Date: 8 Apr 1997 20:00:28 GMT Organization: IDT Internet Services Lines: 16 Message-ID: <5ie84s$ps7@nnrp4.farm.idt.net> NNTP-Posting-Host: u2.farm.idt.net X-Newsreader: TIN [UNIX 1.3 unoff BETA release 961025] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38747 on FreebSD 215. The old apache works just fine. The error is originated at http_main.c: srv = select(listenmaxfd+1, &main_fds, NULL, NULL, NULL); errsave = errno; if (srv < 0 && errno != EINTR) log_unixerr("select", "(listen)", NULL, server_conf); Any idea what exactly is wrong ? 1.2b7 has the same problem. E-mail of a cure, if any , would be appreciated . Rashid.