[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apache 1.27 exits without error on soekris net4501



Camiel Dobbelaar wrote:
> It's a while ago but I think I experienced the same thing using a stripped
> kernel.  With GENERIC it worked fine.
> 
> I never got to the bottom of it though.  If I had to take a wild guess it
> would have something to do with SYSVMSG, etc. in sys/conf/GENERIC.
> 
good guess, after adding the following 3liner to the NET4501 kernel 
config it works fine (nonstripped kernel):

option          SYSVMSG         # System V-like message queues
option          SYSVSEM         # System V-like semaphores
option          SYSVSHM         # System V-like memory sharing

(not yet tested which entry fixes the problem)

thanx