Child exited signal 11

Patrick Vanguardia pvanguardia at gmail.com
Thu Sep 13 13:30:11 PDT 2007



> Patrick Vanguardia wrote:
>
> > My cups server cannot be restarted and checking log with Loglevel
> > debug2 doesnt seem to help, viewing my server logs shows (cupsd),
> > uid 0; child exited signal 11 anyone know how can i fixed this? also
> > running cupsd -f giving me (Sergmentation fault) anyone know how can
> > i fix it?
>
> A first small step is to include at least your version of CUPS, your
> OS, who built your packages how ("I built myself from sources").
>
> Next, the cupsd.config sometimes gives a hint (it may be misconfigured).
>
> Then, a log extract that is longer than 1 line (but we don't want 1
> MByte long either!) -- sometimes LogLevel debug is good enough. Start
> from an empty error_log, don't connect your ethernet cable to not get
> "noise" from remote browse packages, for example...
>
>
> --
> Kurt Pfeifle
> System & Network Printing Consultant ---- Linux/Unix/Windows/Samba/CUPS
> Infotec Deutschland GmbH  .....................  Hedelfinger Strasse 58
> A RICOH Company  ...........................  D-70327 Stuttgart/Germany


Hi

Im using FreeBSD 6.2-Stable and installed these packages from ports

cups-base-1.2.11_2
cups-pstoraster-8.15.4_1
cups-samba-6.0
cups-smb-backend-1.0

and for my configuration

LogLevel debug
SystemGroup wheel
#MaxLogsize 0
# Allow remote access
Port 631
Listen *:631

PreserveJobHistory Yes

#Listen /var/run/cups.sock
# Share local printers on the local network.
#Browsing On
BrowseOrder allow,deny
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
  # Allow shared printing...
  Order allow,deny
  Allow @LOCAL
  Allow from All
</Location>
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow @LOCAL
  Allow All
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow @LOCAL
  Allow All
</Location>

<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Ca
ncel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM @LOCAL
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Prin
ter Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS
-Set-Default>
    AuthType Basic
    Require user @SYSTEM @LOCAL @OWNER
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM @LOCAL
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

then my error_log shows this

I [14/Sep/2007:04:28:18 +0800] Loaded configuration file "/usr/local/etc/cups/cupsd.conf"
I [14/Sep/2007:04:28:18 +0800] Using default TempDir of /var/spool/cups/tmp...
I [14/Sep/2007:04:28:18 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [14/Sep/2007:04:28:18 +0800] Configured for up to 100 clients.
I [14/Sep/2007:04:28:18 +0800] Allowing up to 100 client connections per host.
I [14/Sep/2007:04:28:18 +0800] Using policy "default" as the default!
I [14/Sep/2007:04:28:18 +0800] Full reload is required.
I [14/Sep/2007:04:28:18 +0800] Loaded MIME database from '/usr/local/etc/cups': 34 types, 38 filters...
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading printer <printer name here>
D [14/Sep/2007:04:28:18 +0800] Loading class adc1-1081... <-- my classes
D [14/Sep/2007:04:28:18 +0800] Loading class adc1-1143...
D [14/Sep/2007:04:28:18 +0800] Loading class adc1-1431...
D [14/Sep/2007:04:28:18 +0800] Loading class adc1-194...

Thanks in advance






More information about the cups mailing list