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

Bug#660852: marked as done (Not possible to print and all status commands give empty output and web frontend do not work)



Your message dated Mon, 17 Jun 2013 09:57:31 +0200
with message-id <201306170957.31573.odyx@debian.org>
and subject line Re: Bug#660852: cups: Not possible to print and all status commands give empty output and web frontend do not work
has caused the Debian Bug report #660852,
regarding Not possible to print and all status commands give empty output and web frontend do not work
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.)


-- 
660852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660852
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
NotDashEscaped: You need GnuPG to verify this message

Package: cups
Version: 1.5.2-4
Severity: grave

With the last update the following happens:
- No printing works now (lp of an document just returns but nothing
  happens
- lpq gives empty lines output
- lpc stat gives empty lines output
- Web frontend just not react on any click

Simply, the complete printing framework is completely broken!

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'stable'), (60, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.8 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages cups depends on:
ii  adduser                3.113+nmu1
ii  bc                     1.06.95-2+b1
ii  cups-client            1.5.2-4
ii  cups-common            1.5.2-4
ii  cups-filters           1.0.1-1
ii  cups-ppdc              1.5.2-4
ii  debconf [debconf-2.0]  1.5.41
ii  dpkg                   1.16.1.2
ii  ghostscript            9.05~dfsg-2
ii  libavahi-client3       0.6.30-6
ii  libavahi-common3       0.6.30-6
ii  libc6                  2.13-26
ii  libcups2               1.5.2-4
ii  libcupscgi1            1.5.2-4
ii  libcupsimage2          1.5.2-4
ii  libcupsmime1           1.5.2-4
ii  libcupsppdc1           1.5.2-4
ii  libdbus-1-3            1.4.18-1
ii  libgcc1                1:4.6.2-15
ii  libgnutls26            2.12.16-1
ii  libgssapi-krb5-2       1.10+dfsg~beta1-2
ii  libkrb5-3              1.10+dfsg~beta1-2
ii  libldap-2.4-2          2.4.28-1.1
ii  libpam0g               1.1.3-7
ii  libpaper1              1.1.24+nmu1
ii  libslp1                1.2.1-9
ii  libstdc++6             4.6.2-15
ii  libusb-1.0-0           2:1.0.9~rc3-3
ii  lsb-base               3.2-28.1
ii  poppler-utils          0.16.7-3
ii  procps                 1:3.3.2-3
ii  ssl-cert               1.0.28

Versions of packages cups recommends:
ii  avahi-daemon                                        <none>
ii  colord                                              <none>
ii  cups-driver-gutenprint                              5.2.7-5
ii  foomatic-filters                                    4.0.12-1
ii  ghostscript-cups                                    9.05~dfsg-2
ii  printer-driver-gutenprint [cups-driver-gutenprint]  5.2.7-5

Versions of packages cups suggests:
ii  cups-bsd     1.5.2-4
ii  cups-pdf     <none>
ii  foomatic-db  20120212-1
ii  hplip        <none>
ii  smbclient    <none>
ii  udev         175-3.1

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel warn
MaxLogSize 0
SystemGroup lpadmin
Listen localhost:631
Listen /var/run/cups/cups.sock
DefaultAuthType Basic
WebInterface Yes
<Location />
  Order allow,deny
</Location>
<Location /admin>
  Order allow,deny
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>
<Policy default>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  # Job-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  # All administration operations require an administrator to authenticate...
  <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>
  # All printer operations require a printer operator to authenticate...
  <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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  # Job-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  # All administration operations require an administrator to authenticate...
  <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>
  # All printer operations require a printer operator to authenticate...
  <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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
Browsing off


-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, socket, usb

-- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <Klaus@Ethgen.de>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJPRNPzAAoJEKZ8CrGAGfasPEwL/2MmWzv+Pjh7qEV+MX3D3V/U
tbZoZNdc7u7d+7uCl9/WZGZcK55QDBWy2/sMoqxHfUtPj1yYM3F8UVqnMFyvlCYx
YER1SkqpiI763siduQaNs0+NG5LaEtrwqOcF+xgf5GnS66Ijvu3Hvo47Z+r23X8m
Z7n28soYnoIZWLFZSTtsQ71yyZwksZZ6bNOsKsKMu54/4dJH6qkcfaSGwMaACCOX
u944dDJ/LiV/zuVHjdgRzJ8eiMfSIlQzIGwb2zThM8oZtVfsyyvoUD0Nc85Mu1uT
ChguKIM8hY5e94H/ezb0IVHtwbWNvI5VdgnbkFZx10UrvhbbABYslqNImPmJuqVN
BBpUVyG6uUt3m6gQ4kLxcEnvBVWiigm2pbICZuqU43MimNkVrohq3A/zbO+ucKLn
4CTyXatBlA+Eha0YFYugtQIIJUybeeHUr95lErV9JkTOQg6CLxq4l8E/iUPbRCxv
NWIJBMD3jrrTzv3xsPBTnGIphMvk2dxBALdTJcRAMQ==
=Hpkx
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Version: 1.5.3-1

Le dimanche, 9 septembre 2012 15.07:04, Klaus Ethgen a écrit :
> Am So den  9. Sep 2012 um 12:37 schrieb Brian Potkin:
> > The good news first. Would you please take a look at
> > 
> >    http://www.cups.org/str.php?L4053
> 
> Seems to be the same. And I had think of such a bug from begin on.
> 
> > The bad news is that the fix will not appear until the 1.6.x series of
> > CUPS is in Debian, so nothing for testing/unstable at present. There is
> > also the matter of your not being to print with lp. This could be a
> > different bug, so all I can suggest is that you get as up-to-date as you
> > can and report back.
> 
> The last working version for me is 1.5.0-16. I have to stay on this one
> until a working new one is available.
> 
> As I switch off all that mad broadcasting stuff it should be safe.

According to http://permalink.gmane.org/gmane.comp.printing.cups.bugs/8743, 
the upstream bug #4053 was a duplicate of #4033, which got fixed in cups 
1.5.3, which has been released with Wheezy. Marking this bug as fixed in this 
version then.

Cheers, OdyX

--- End Message ---

Reply to: