Date: Fri, 01 Jun 2007 21:49:19 +0300 From: Thanos Rizoulis <apatewna@yahoo.gr> To: Jonathan Horne <freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: trouble with samba Message-ID: <46606A2F.7050902@yahoo.gr> In-Reply-To: <200706011237.52023.freebsd@dfwlp.com> References: <200705302020.11131.freebsd@dfwlp.com> <200705302107.53193.freebsd@dfwlp.com> <46604F3B.4060400@yahoo.gr> <200706011237.52023.freebsd@dfwlp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
O/H Jonathan Horne έγραψε: > samba_enable="YES" > # apcupsd_enable="YES" > cupsd_enable="YES" A quick search by google says that: [quote] Signal 6 is SIGABRT -- see /usr/include/sys/signal.h. A process dying with this signal is usually due to it calling the abort(3) function. That generally indicates that the process itself has found that some essential pre-requisite for correct function is not available and voluntarily killing itself, rather than the process being killed by the kernel because it ran over resource limits or looked at memory addresses funny or something. [/quote] Check the build config for samba3: cd /usr/ports/net/samba3 make config Does it include cups support? If yes, then cupsd should start before samba. -- RTFM and STFW before anything bad happens _________________________________________ Thanos Rizoulis Electronic Computing Systems Engineer Larissa, Greece FreeBSD/PCBSD user
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46606A2F.7050902>