[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sheflug] Printing woes 2
Hi all,
Tried pushing Printerdrake buttons (Mandrake prinetr config tool) and
got the following:
[root@localhost graham]# printerdrake
cupsd (pid 1394) is running...
WARNING: pinging broadcast address
WARNING: pinging broadcast address
Stopping the HP OfficeJet Linux driver.
rmmod: module parport_probe is not loaded
modprobe: Can't locate module parport_probe
modprobe: Can't locate module parport_probe
WARNING: pinging broadcast address
rmmod: module parport_probe is not loaded
Stopping the HP OfficeJet Linux driver.
Starting the HP OfficeJet Linux driver.
/etc/ptal-start.conf doesn't exist! Please run "/etc/rc.d/init.d/hpoj
setup" first.
WARNING: pinging broadcast address
Stopping the HP OfficeJet Linux driver.
rmmod: module parport_probe is not loaded
modprobe: Can't locate module parport_probe
modprobe: Can't locate module parport_probe
WARNING: pinging broadcast address
rmmod: module parport_probe is not loaded
Stopping the HP OfficeJet Linux driver.
Starting the HP OfficeJet Linux driver.
/etc/ptal-start.conf doesn't exist! Please run "/etc/rc.d/init.d/hpoj
setup" first.
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
enable: Operation failed: server-error-service-unavailable
accept: Operation failed: server-error-service-unavailable
lpadmin: set-default failed: server-error-service-unavailable
lpoptions: Unknown printer or class!
lpr: unable to print file: client-error-not-found
lpq: get-printer-attributes failed: client-error-not-found
lpq: get-jobs failed: client-error-not-found
WARNING: pinging broadcast address
WARNING: pinging broadcast address
WARNING: pinging broadcast address
Stopping the HP OfficeJet Linux driver.
rmmod: module parport_probe is not loaded
modprobe: Can't locate module parport_probe
modprobe: Can't locate module parport_probe
WARNING: pinging broadcast address
rmmod: module parport_probe is not loaded
Stopping the HP OfficeJet Linux driver.
Starting the HP OfficeJet Linux driver.
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
lpadmin: add-printer failed: server-error-service-unavailable
enable: Operation failed: server-error-service-unavailable
accept: Operation failed: server-error-service-unavailable
lpadmin: set-default failed: server-error-service-unavailable
lpoptions: Unknown printer or class!
WARNING: pinging broadcast address
The source queue HP does not exist or is corrupted!
foomatic-configure failed at /usr/lib/libDrakX/printer.pm line 1495.
Heck!
--
Graham
"Live free, die well"
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.
#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}