Comment 10 for bug 1366743

Revision history for this message
Hans Maier (gw2000) wrote :

Sorry, once again for the very slow feedback :)

hans@Hacker:~/printerdata$ lpr -P HP-Color-LaserJet-2550 -o psdebug FC.pdf

Nothing but the usual bug (Blinking, never starts to print)

hans@Hacker:~/printerdata$ sudo restart cups
[sudo] password for hans:
cups start/running, process 3133
hans@Hacker:~/printerdata$ lp -d HP-Color-LaserJet-2550 -o psdebug FC.pdf
request id is HP-Color-LaserJet-2550-57 (1 file(s))

Again nothing... :(

hans@Hacker:~/printerdata$ sudo gedit /etc/cups/cups-files.conf
hans@Hacker:~/printerdata$ sudo restart cups
cups start/running, process 20563
hans@Hacker:~/printerdata$ lpadmin -p test -E -v file:/tmp/printout -P /etc/cups/ppd/HP-Color-LaserJet-2550.ppd

Start the printing of FC.pdf with "test"

hans@Hacker:~/printerdata$ sudo cp /tmp/printout ~
hans@Hacker:~/printerdata$ sudo chmod 777 ~/printout
hans@Hacker:~/printerdata$ cd ..
hans@Hacker:~$ ls -l | grep printout
-rwxrwxrwx 1 root root 300692 Okt 29 20:31 printout
hans@Hacker:~$ nc -w1 10.0.0.5 9100 < printout
^C
hans@Hacker:~$

Despite the "nc -w1 10.0.0.5 9100 < FC.pdf" command that still "works" as already described, the "nc -w1 10.0.0.5 9100 < printout" command results in business as usual :( Blinking but never starts to print

hans@Hacker:~$ sudo restart cups
cups start/running, process 2527
hans@Hacker:~$ lpadmin -p HP-Color-LaserJet-2550 -o pdftops-renderer-default=pdftops

Started a print job but still the same, no success :(((