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

Bug#637616: marked as done (cups segfaults after start (was archived as bug 570638))



Your message dated Tue, 4 Jun 2013 11:24:30 +0100
with message-id <20130604102430.GA6732@desktop>
and subject line Re: Bug#637616: cups segfaults after start (was archived as bug 570638)
has caused the Debian Bug report #637616,
regarding cups segfaults after start (was archived as bug 570638)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
637616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637616
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: cups
Version: 1.4.8-2
Followup-For: Bug #570638

I generated this using reportbug, but it wouldn't let me send it in as the bug that this was under was archived. Please let me know if anything else is needed. In /etc/cups/cupsd.conf Using "Port 631" causes cups to segfault. Using any other port, cups runs fine. (Though my other machines can see the printers, they can't print from them, however this may be due to the port change, not sure).

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (850, 'stable-updates'), (700, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cups depends on:
ii  adduser                3.112+nmu2        add and remove users and groups
ii  bc                     1.06.95-2         The GNU bc arbitrary precision cal
ii  cups-client            1.4.8-2           Common UNIX Printing System(tm) -
ii  cups-common            1.4.8-2           Common UNIX Printing System(tm) -
ii  cups-ppdc              1.4.4-7           Common UNIX Printing System(tm) -
ii  debconf [debconf-2.0]  1.5.36.1          Debian configuration management sy
ii  ghostscript            9.02~dfsg-3       interpreter for the PostScript lan
ii  libavahi-client3       0.6.27-2+squeeze1 Avahi client library
ii  libavahi-common3       0.6.27-2+squeeze1 Avahi common library
ii  libc6                  2.13-7            Embedded GNU C Library: Shared lib
ii  libcups2               1.4.4-7           Common UNIX Printing System(tm) -
ii  libcupscgi1            1.4.4-7           Common UNIX Printing System(tm) -
ii  libcupsdriver1         1.4.4-7           Common UNIX Printing System(tm) -
ii  libcupsimage2          1.4.4-7           Common UNIX Printing System(tm) -
ii  libcupsmime1           1.4.4-7           Common UNIX Printing System(tm) -
ii  libcupsppdc1           1.4.4-7           Common UNIX Printing System(tm) -
ii  libdbus-1-3            1.2.24-4+squeeze1 simple interprocess messaging syst
ii  libgcc1                1:4.4.5-8         GCC support library
ii  libgnutls26            2.10.5-1+b1       the GNU TLS library - runtime libr
ii  libgssapi-krb5-2       1.9.1+dfsg-1      MIT Kerberos runtime libraries - k
ii  libijs-0.35            0.35-7            IJS raster image transport protoco
ii  libkrb5-3              1.9.1+dfsg-1      MIT Kerberos runtime libraries
ii  liblcms1               1.18.dfsg-1.2+b3  Color management library
ii  libldap-2.4-2          2.4.25-1.1        OpenLDAP libraries
ii  libpam0g               1.1.1-6.1         Pluggable Authentication Modules l
ii  libpaper1              1.1.24            library for handling paper charact
ii  libpoppler13           0.16.7-2          PDF rendering library
ii  libslp1                1.2.1-7.8         OpenSLP libraries
ii  libstdc++6             4.6.1-6           GNU Standard C++ Library v3
ii  libusb-0.1-4           2:0.1.12-16       userspace USB programming library
ii  lsb-base               3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  poppler-utils          0.12.4-1.2        PDF utilitites (based on libpopple
ii  procps                 1:3.2.8-9         /proc file system utilities
ii  ssl-cert               1.0.28            simple debconf wrapper for OpenSSL
ii  ttf-freefont           20090104-7        Freefont Serif, Sans and Mono True
ii  zlib1g                 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages cups recommends:
ii  avahi-daemon           0.6.27-2+squeeze1 Avahi mDNS/DNS-SD daemon
ii  cups-driver-gutenprint 5.2.6-1           printer drivers for CUPS
ii  foomatic-filters       4.0.5-6           OpenPrinting printer support - fil
ii  ghostscript-cups       9.02~dfsg-3       interpreter for the PostScript lan

Versions of packages cups suggests:
ii  cups-bsd          1.4.8-2                Common UNIX Printing System(tm) -
ii  cups-pdf          2.5.1-3                PDF printer for CUPS
ii  foomatic-db       20100630-1             OpenPrinting printer support - dat
ii  hplip             3.11.5-2               HP Linux Printing and Imaging Syst
ii  smbclient         2:3.5.6~dfsg-3squeeze5 command-line SMB/CIFS clients for
ii  udev              164-3                  /dev/ and hotplug management daemo

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel warn
MaxLogSize 0
SystemGroup lpadmin
Port 631
Listen /var/run/cups/cups.sock
ServerAlias *
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS
BrowseAddress @LOCAL
BrowseLocalProtocols CUPS dnssd
DefaultAuthType Basic
<Location />
  # Allow shared printing and remote administration...
  Order allow,deny
  Allow all
</Location>
<Location /admin>
  # Allow remote administration...
  Order allow,deny
  Allow all
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  # Allow remote access to the configuration files...
  Order allow,deny
  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 Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  <Limit Create-Job Print-Job Print-URI>
  AuthType Default
  Order deny,allow
</Limit>
  <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 Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
  AuthType Default
  Require user @SYSTEM
  Order deny,allow
    </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
      </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
      AuthType Default
      Require user @OWNER @SYSTEM
      Order deny,allow
        </Limit>
  <Limit All>
        Order deny,allow
          </Limit>
</Policy>


-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd


--- End Message ---
--- Begin Message ---
Dear Debian User,

Further information on your issue was requested some time ago but there
has been no response from you. Use of our limited, volunteer supported
resources is best served by not keeping open inactive bugs any longer
than desirable, especially when the package concerned is older than the
current stable Debian version. Consequently, the report is now being
closed.

You may, of course, wish to review the reported problem. It would be
appreciated if any future investigation could be conducted using the
testing or unstable distributions. If considered necessary, this report
could be re-opened or a new bug report, possibly referencing this one,
submitted. Please note there are now separate cups and cups-filters
packages.

Thank you for your report.

Regards,

Brian.

--- End Message ---

Reply to: