Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[CUPS] and... non existent printer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Wed May 30, 2007 4:12 pm    Post subject: [CUPS] and... non existent printer Reply with quote

I have a strange problem with my printer.
Few weeks ago I was able to print on network shared printer, but now it is impossible, because printer seems not to... exist.
Symptoms:
Code:
Samsung2010@AUVI (Default printer) "/usr/libexec/cups/backend/ipp failed"
Samsung2010@AUVI (Default printer) "/usr/libexec/cups/backend/http failed"

on the http://localhost:631/printers/ page.

Code:
E [28/May/2007:18:28:44 +0200] [Job 881] Destination printer does not exist!
E [28/May/2007:18:28:44 +0200] PID 6815 (/usr/libexec/cups/backend/ipp) stopped with status 4!

in /var/cups/error_log.

I've added this printer using CUPS page form, and I've made, what CUPS help page says:
Code:
CUPS_DEBUG_LEVEL=2 /usr/libexec/cups/backend/snmp auvi
INFO: Using default SNMP Community public
DEBUG: Scanning for devices in "public" via "auvi"...
DEBUG: 0.001 Sending 46 bytes to 10.0.0.3...
DEBUG: SEQUENCE 44 bytes
DEBUG:     INTEGER 1 bytes 0
DEBUG:     OCTET STRING 6 bytes "public"
DEBUG:     Get-Request-PDU 31 bytes
DEBUG:         INTEGER 4 bytes 1180373800
DEBUG:         INTEGER 1 bytes 0
DEBUG:         INTEGER 1 bytes 0
DEBUG:         SEQUENCE 17 bytes
DEBUG:             SEQUENCE 15 bytes
DEBUG:                 OID 11 bytes .1.3.6.1.2.1.25.3.2.1.2.1
DEBUG:                 NULL VALUE 0 bytes
DEBUG: 1.004 Scan complete!

printers.conf file of local machine
Code:
</Printer>
<DefaultPrinter Samsung2010@AUVI>
Info Samsung ML-2010 P na AUVI
Location http://auvi:631/
DeviceURI ipp://auvi:631/ipp/
State Stopped
StateMessage /usr/libexec/cups/backend/ipp failed
StateTime 1180369724
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
AllowUser dexter
OpPolicy default
ErrorPolicy stop-printer
</Printer>


And cupsd.conf of print server machine. I am using 1.2.11 version of CUPS.

What the... ? :?
_________________
powered by power plant
Back to top
View user's profile Send private message
TheAl
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2004
Posts: 134

PostPosted: Wed Jun 06, 2007 11:30 am    Post subject: Reply with quote

Check your ipp :
Code:

ls -al /usr/libexec/cups/backend/ipp
ldd /usr/libexec/cups/backend/ipp


Maybe you upgraded packages and that breaks CUPS. Do a revdep-rebuild and/or check what packages you updated :
Code:

genlop --list --date 7 days ago
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Wed Jun 06, 2007 2:49 pm    Post subject: Reply with quote

This is from the client machine, where I get error about ipp backend:
Code:
ls -al /usr/libexec/cups/backend/ipp
-rwx------ 1 root root 23924 maj 10 12:19 /usr/libexec/cups/backend/ipp
ldd /usr/libexec/cups/backend/ipp
        linux-gate.so.1 =>  (0xffffe000)
        libcups.so.2 => /usr/lib/libcups.so.2 (0xb7f24000)
        libgnutls.so.13 => /usr/lib/libgnutls.so.13 (0xb7eb5000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7ea6000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7e58000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7e53000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7e3c000)
        libm.so.6 => /lib/libm.so.6 (0xb7e15000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7de7000)
        libc.so.6 => /lib/libc.so.6 (0xb7c9f000)
        libz.so.1 => /lib/libz.so.1 (0xb7c8d000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb7c73000)
        /lib/ld-linux.so.2 (0xb7f6f000)


Revdep-rebuild shows nothing on client machine, but on printserver is:

Code:
revdep-rebuild -a
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... done.
  (/home/dexter/.revdep-rebuild.1_files)
Collecting complete LD_LIBRARY_PATH... done.
  (/home/dexter/.revdep-rebuild.2_ldpath)
Checking dynamic linking consistency...
  broken /usr/lib/libcairo.so.2.11.0 (requires  libdirect-0.9.so.25 libdirectfb-0.9.so.25 libfusion-0.9.so.25)
 done.
  (/home/dexter/.revdep-rebuild.3_rebuild)
Assigning files to ebuilds... done.
  (/home/dexter/.revdep-rebuild.4_ebuilds)
Evaluating package order... done.
  (/home/dexter/.revdep-rebuild.5_order)
Dynamic linking on your system is consistent... All done.

As you can see it does nothing.
_________________
powered by power plant
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum