On Tue, Sep 29, 2015 at 01:07:27PM -0400, Ted Unangst wrote: > Abu Aufa wrote: > > Hi, > > > > I upgraded my system to 28th September's snapshot. Right after upgrade, I > > saw httpd gave error in dmesg. Here's my dmesg: > > > I disabled the fastcgi part to test, but still the httpd dies on start > > (manually and/or on boot). Httpd was ok before upgrading. Is there any > > info on new feature or something that I can refer to? thanks. > > The latest snapshots include a bunch of tame() calls in userland programs, but > some of them were added optimistically. httpd is trying to do something it's > not yet permitted to do. > > For now, please report such errors.
Same problem with same snapshot here. FWIW: Almost identical hardware as well. (Processor, chipset, nic's, ram, etc.) # httpd -dvvv startup socket_rlimit: max open files 1024 socket_rlimit: max open files 1024 server_privinit: adding server default server_privinit: adding server wm.example.com server_privinit: adding server wm.example.com socket_rlimit: max open files 1024 server_launch: running server default server_launch: running server wm.example.com server_launch: running server default server_launch: running server wm.example.com server_launch: running server default server_launch: running server wm.example.com logger exiting, pid 29281 Killed root@t500:/home/erling# server exiting, pid 29940 server exiting, pid 20188 server exiting, pid 20998 > If you need a working version, the diffs aren't committed yet, so you can > rebuild httpd from source and it should work fine. Great. Thanks. Erling