DragonFly BSD
DragonFly bugs List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Problem with CUPS?


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Aug 2004 15:36:17 -0700 (PDT)

:
:Has anyone had any issues with their machines locking up soon after
:cups starts up? :-)  Nothing shows up on the console (ie. no debugger),
:but my entire machine locks solid.
:
:Adam

    How are you starting cups?  The default rc.d script it installs 
    does not work without some tweaking.

    I did find that cups sends a SIGUSR1 to the init process if you ^C
    the daemon while it is starting up, which results in the machine 
    shutting down (this being a programming error by the cups people using
    getppid() to signal the 'parent' without checking whether the parent
    has detached from the child or not).  I don't know if this has anything
    to do with the crashes.

    The signal-to-init problem does not occur when I let cups startup
    manually, *BUT* I also found that cups scans all available serial ports
    during startup as well... don't ask me why.  My guess is that the crashes
    are on the same systems where you also can't run a getty on ttyd0 without
    the system crashing.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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