http://bugzilla.novell.com/show_bug.cgi?id=555907 Summary: libapr1 doesn't work on a vserver with old kernel (alloc_listener: failed to get a socket for (null) Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Apache AssignedTo: bnc-team-apache@forge.provo.novell.com ReportedBy: novell@gmuer.org QAContact: qa@suse.de Found By: --- Blocker: --- --- Comment #0 from Marcel Gmür <novell@gmuer.org> 2009-11-16 20:05:40 UTC --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-6.1 Firefox/3.5.4 after a zypper dup to 11.2, apache didn't start anymore: alloc_listener: failed to get a socket for (null) I found a related Fedora report with same issue: http://rackerhacker.com/2009/08/14/fedora-11-httpd-alloc_listener-failed-to-... I was able to build libapr1 so it works again on my vserver: changes to the libapr1 spec from standard repo: before %configure export apr_cv_epoll_create1=no export apr_cv_dup3=no export apr_cv_accept4=no export apr_cv_sock_cloexec=no (https://build.opensuse.org/package/show?package=libapr1&project=home%3Aammler%3Avserver) Greets Ammler Reproducible: Always Steps to Reproduce: 1. upgrade a vserver with suse 10.3 to 11.1 uname: Linux localhost 2.6.9-023stab048.5-smp #1 SMP Wed Aug 20 18:58:38 MSD 2008 x86_64 x86_64 x86_64 GNU/Linux 2. rcapache2 restart Actual Results: alloc_listener: failed to get a socket for (null) Expected Results: running apache ;-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.