Kodak ESP 5200 AiO printer

Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 11th, '14, 17:20

The problem - I have converted my neighbour's XP machine to Linux, first to Kubuntu with which the Advent laptop could print to the Kodak ESP 5200 AiO with no problem. Then a Kubuntu update nixed the wlan and nothing I could do would get it back, so I installed Mageia4 and had the wifi working in a trice with a user-friendl GUI which told me what was going on - nice. Then I tried to connect to the printer, no luck, which is odd, as it clearly works with Linux, so why not with Mageia. I took it next door and plugged in the USB, at which point things happened, lists were produced and a driver offered, I selected the cups driver for the eponymous printer and requested a test page. Nothing, zip, zich, nada. A puzzle; it said it was "contacting", for about 10 minutes, so I unplugged it. Notifications flagged up the option to open the Konsole and insert /var/log/cups/error-log, which I tried, but was told that I did not have permission, if that were the case, I would expect to have been asked for the root password - Any suggestions for making the offered one work, or alternative sources of ersatz printer drivers?

I have downloaded c2esp-27.tar.cz, which is, apparently the driver I need (although I'm sure it is the one that didn't connect yesterday), unpacked it and ended up with systemd-cups.service-XrD6q01 in a Temp folder, now what do I do to install it, as the OS won't allow me to open the folder.
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Speaking as a newbie...

Postby mika » Apr 11th, '14, 22:04

Hi, Bloggsworth.

Can you open the Terminal (the app is called Konsole in KDE) and type following command:
Code: Select all
cat /var/log/cups/error.log

and copy-paste the output here.
mika
 
Posts: 10
Joined: Feb 27th, '14, 17:07

Re: Speaking as a newbie...

Postby mika » Apr 12th, '14, 08:49

Sorry, my answer wasn't very helpful.
According to your previous message https://forums.mageia.org/en/viewtopic.php?f=24&t=7364
I guess that you are still trying to solve your printer problem.
You should open the c2esp-27.tar.gz -package in the file manager
and look for the README and INSTALL -files for further instructions.
mika
 
Posts: 10
Joined: Feb 27th, '14, 17:07

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 12th, '14, 15:22

Bloggsworth wrote:Then I tried to connect to the printer, no luck, which is odd, as it clearly works with Linux, so why not with Mageia.

How did you try exactly?
Bloggsworth wrote:I took it next door and plugged in the USB, at which point things happened, lists were produced and a driver offered, I selected the cups driver for the eponymous printer and requested a test page. Nothing, zip, zich, nada. A puzzle; it said it was "contacting", for about 10 minutes, so I unplugged it.

Did you install updates yet? There are several printing bugs fixed with updates: https://wiki.mageia.org/en/Mageia_4_Err ... ig-printer which also affects local printers, according to user reports and also https://wiki.mageia.org/en/Mageia_4_Err ... pt_filters
Bloggsworth wrote:Notifications flagged up the option to open the Konsole and insert /var/log/cups/error-log, which I tried, but was told that I did not have permission, if that were the case, I would expect to have been asked for the root password - Any suggestions for making the offered one work, or alternative sources of ersatz printer drivers?

Did you enter "/var/log/cups/error-log" as command into konsole? That will not work, that is no command but the name of the logfile. You cannot execute that, the message you got about missing permissions is correct. Please run the following command and paste the output here, using code tags as explained in ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv
Code: Select all
cat /var/log/cups/error-log
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 12th, '14, 16:53

Almost the first thing I did was to check for updates, I allowed them to download - I just checked again, but it seems I am fully up to date.

I tried cat /var/log/cups/error-log but was told that the file was not available I'm assuming I couldn't have deleted it either accidentally or deliberately as I was not allowed to see it.

When my neighbour is next available, I shall nip round, connect to the printer, and see what happens. If the computer is still not on speaking terms with the printer & I get the error message again, I shall post it here (now that I know how to read the things!)
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 12th, '14, 19:32

If you reboot or restart the cups service as root via
Code: Select all
systemctl restart cups
that log file will be recreated.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 12th, '14, 21:16

This is what I get:

Code: Select all
[acbc@localhost ~]$ systemctl restart cups
Failed to issue method call: Access denied
[acbc@localhost ~]$
Last edited by doktor5000 on Apr 12th, '14, 21:21, edited 1 time in total.
Reason: added code tags
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 12th, '14, 21:21

doktor5000 wrote:If you reboot or restart the cups service as root via
Code: Select all
systemctl restart cups
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 12th, '14, 21:42

doktor5000 wrote:
doktor5000 wrote:If you reboot or restart the cups service as root via
Code: Select all
systemctl restart cups


How do I get to be root, there's no-one else but me able to log in?
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 12th, '14, 21:44

I get:

bash: syntax error near unexpected token `systemctl'
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 12th, '14, 21:53

Bloggsworth wrote:How do I get to be root, there's no-one else but me able to log in?

There's always a root account, you also set a password during installation.

In a terminal, enter
Code: Select all
su -
and press enter, then type the root password - it will not be shown - press enter again and then run
Code: Select all
systemctl restart cups


Also always please post the complete command you run and then output like you did in viewtopic.php?p=47041#p47041 otherwise it's hard to tell why and error is shown.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 12th, '14, 22:03

OK - Now I get this:

Code: Select all
[acbc@localhost ~]$ su - acbc
Password:
[acbc@localhost ~]$ systemctl restart cups
Failed to issue method call: Access denied
[acbc@localhost ~]$


What is a method call?

I tried sudo instead of su and got this:

Code: Select all
[acbc@localhost ~]$ sudo - acbc
[sudo] password for acbc:
acbc is not in the sudoers file.  This incident will be reported.
[acbc@localhost ~]$ sudo - acbc
[sudo] password for acbc:
Sorry, try again.
[sudo] password for acbc:
acbc is not in the sudoers file.  This incident will be reported.
[acbc@localhost ~]$


acbc is the only user and I know both the log-in password and the root password, I created them.

Aha! I just typed in su and got a password request, I put in the root password and got:
Code: Select all
[acbc@localhost ~]$ su
Password:
[root@localhost acbc]# systemctl restart cups
[root@localhost acbc]#


So - No rude messages this time, so I tried the cat command, and got:

Code: Select all
[root@localhost jg1]# cat /var/log/cups/error-log
cat: /var/log/cups/error-log: No such file or directory
[root@localhost jg1]#


I tried again using *.* instead of error-log and got a 27 page report, which presumably includes every single attempt at connecting, including some old fashioned tries with the wrong drivers, just to see what happened (well it worked with my Mac Mini when it wouldn't talk to my Pixma 3000 - I did text with one driver, and pictures with another).

I'm beginning to understand how this works, well, just scratching at the surface really.

It seems as if I'll have to try and fail again in order to generate a new error-log.
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 13th, '14, 10:50

Bloggsworth wrote:
Code: Select all
[root@localhost jg1]# cat /var/log/cups/error-log
cat: /var/log/cups/error-log: No such file or directory
[root@localhost jg1]#

Seems result of copy&paste error. The file is called error_log
Code: Select all
[doktor5000@Mageia4 ~]$ ls -al /var/log/cups/error_log
-rw-r--r-- 1 root lp 0 Apr 13 04:02 /var/log/cups/error_log
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 12:41

doktor5000 wrote:
Bloggsworth wrote:
Code: Select all
[root@localhost jg1]# cat /var/log/cups/error-log
cat: /var/log/cups/error-log: No such file or directory
[root@localhost jg1]#

Seems result of copy&paste error. The file is called error_log
Code: Select all
[doktor5000@Mageia4 ~]$ ls -al /var/log/cups/error_log
-rw-r--r-- 1 root lp 0 Apr 13 04:02 /var/log/cups/error_log


Aha! I shall away and try it.
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 12:56

Done. error_log returned 11 pages, everything is dated for today, so you can't see what happened when - Do you want to see it all, or just an extract?
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 13th, '14, 14:31

Please attach the whole file here
Below the forum editor (only available in Full editor, not via quick reply), switch to the tab "Upload attachment".
Upload your file, then when finished, click in the editor window where you want your picture to display, and click the button "Place inline".
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 18:05

Before I do that, I downloaded c2esp-27.tar.gz and haven't figured out a way to install it. I have looked all over and am confused by the instructions. Mageai4 asks if I want to open it in Ark, which I did, but where do I go from there. It is, apparently, exactly the driver I need, if only I could install it...

c2esp-27.jpg
c2esp-27.jpg (148.94 KiB) Viewed 7512 times
Last edited by Bloggsworth on Apr 13th, '14, 21:53, edited 1 time in total.
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 19:40

More confusion - I saved the error log as a txt file, and when I try to upload it I am told that "The extension is not allowed" and neither is a DOC file - What extension is allowed? And what "Picture"?
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 13th, '14, 22:00

Bloggsworth wrote:Before I do that, I downloaded c2esp-27.tar.gz and haven't figured out a way to install it.

Please, first things first - we can have a look later for that one, for now please don't try to do a dozen alternate things in parallel related to this printing issue, makes troublehooting and support much harder.

.txt files are definitely allowed. Sorry for the "picture" in the explanation, was a copy&paste typo.
The following document filetypes are allowed (including .doc, .log and .txt)
Code: Select all
cnf      
conf      
csv      
ini      
log      
svg      
txt      
xml      
 
ai      
doc      
docm      
docx      
dot      
dotm      
dotx      
odg      
odp      
ods      
odt      
pdf      
ppt      
pptm      
pptx      
ps      
rtf      
xls      
xlsb      
xlsm      
xlsx   


I've attached mine, after copying it to my home folder:
Code: Select all
[doktor5000@Mageia4 ~]$ cp /var/log/cups/error_log ~/error_log.txt
[doktor5000@Mageia4 ~]$


Don't be confused, the file is empty as I don't have a printer running here.
error_log.txt
(2 Bytes) Downloaded 294 times


If this doesn't work, you can also see the error log via the cups web frontend: http://127.0.0.1:631/admin/log/error_log?
Simply copy everything there and put it here using a code tag as explained in ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 22:07

I'll try again.
No, it still tells me that the extension "doc" is not allowed. I'll try it with a different computer.
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 13th, '14, 22:18

I've now tried txt, doc, and Open Document, on two different computers, all have been rejected. I brought it back to my house and plugged it into my HP OfficeJet 8000 and it worked immediately - So it's nothing basic in the machine.

Code: Select all
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] PID 5831 (/usr/lib/cups/daemon/cups-driverd) exited with no errors.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] CGI data ready to be sent.
D [13/Apr/2014:17:31:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=5831, file=20
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for CGI data.
D [13/Apr/2014:17:31:39 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:31:39 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:31:42 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:31:42 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:31:42 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:32:22 +0100] [Client 16] Accepted from localhost (Domain)
D [13/Apr/2014:17:32:22 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:32:22 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:32:22 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:32:22 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:32:22 +0100] [Client 16] 1.1 Cancel-Subscription 2580
D [13/Apr/2014:17:32:22 +0100] Cancel-Subscription /
D [13/Apr/2014:17:32:22 +0100] cupsdIsAuthorized: requesting-user-name="jg1"
D [13/Apr/2014:17:32:22 +0100] cupsdMarkDirty(----S)
D [13/Apr/2014:17:32:22 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [13/Apr/2014:17:32:22 +0100] [Client 16] Returning IPP successful-ok for Cancel-Subscription (/) from localhost
D [13/Apr/2014:17:32:22 +0100] [Client 16] Content-Length: 75
D [13/Apr/2014:17:32:22 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=75, response=0xb8442958(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:32:22 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:32:22 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:32:22 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:32:22 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:32:22 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:22 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:32:22 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:23 +0100] [Client 17] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:23 +0100] [Client 17] Closing connection.
D [13/Apr/2014:17:32:23 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:24 +0100] [Client 19] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:24 +0100] [Client 19] Closing connection.
D [13/Apr/2014:17:32:24 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:24 +0100] [Client 18] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:24 +0100] [Client 18] Closing connection.
D [13/Apr/2014:17:32:24 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:24 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:24 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:32:24 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:24 +0100] [Client 23] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:24 +0100] [Client 23] Closing connection.
D [13/Apr/2014:17:32:24 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:32:24 +0100] [Client 24] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:24 +0100] [Client 24] Closing connection.
D [13/Apr/2014:17:32:24 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
I [13/Apr/2014:17:32:53 +0100] Saving subscriptions.conf...
D [13/Apr/2014:17:32:53 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [13/Apr/2014:17:32:53 +0100] Report: clients=0
D [13/Apr/2014:17:32:53 +0100] Report: jobs=3
D [13/Apr/2014:17:32:53 +0100] Report: jobs-active=0
D [13/Apr/2014:17:32:53 +0100] Report: printers=0
D [13/Apr/2014:17:32:53 +0100] Report: stringpool-string-count=873
D [13/Apr/2014:17:32:53 +0100] Report: stringpool-alloc-bytes=16872
D [13/Apr/2014:17:32:53 +0100] Report: stringpool-total-bytes=16744
D [13/Apr/2014:17:32:59 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:32:59 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:32:59 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:59 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:32:59 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:32:59 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:32:59 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:32:59 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:32:59 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:32:59 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:32:59 +0100] [Client 9] 1.1 CUPS-Get-Printers 1
D [13/Apr/2014:17:32:59 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:32:59 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:32:59 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:32:59 +0100] [Client 9] Content-Length: 116
D [13/Apr/2014:17:32:59 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb8455098(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:32:59 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:32:59 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:32:59 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:32:59 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:32:59 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:32:59 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:32:59 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:33:05 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:33:05 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:05 +0100] [Client 16] Accepted from localhost (Domain)
D [13/Apr/2014:17:33:05 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:33:05 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:33:05 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:33:05 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:33:05 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:33:05 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:33:05 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:33:05 +0100] [Client 16] 1.1 CUPS-Get-Printers 2
D [13/Apr/2014:17:33:05 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:33:05 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:33:05 +0100] [Client 16] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:33:05 +0100] [Client 16] Content-Length: 116
D [13/Apr/2014:17:33:05 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb8455020(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:33:05 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:33:05 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:33:05 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:33:05 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:33:06 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:33:06 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:06 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:33:06 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:33:06 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:33:06 +0100] [Client 16] 1.1 CUPS-Get-Printers 3
D [13/Apr/2014:17:33:06 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:33:06 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:33:06 +0100] [Client 16] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:33:06 +0100] [Client 16] Content-Length: 116
D [13/Apr/2014:17:33:06 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:33:06 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:33:06 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
D [13/Apr/2014:17:33:06 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb8435c38(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:33:06 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:33:06 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:33:06 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:33:06 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:33:21 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:33:21 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:21 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:33:21 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:33:21 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:33:21 +0100] [Client 9] 1.1 CUPS-Get-Default 1
D [13/Apr/2014:17:33:21 +0100] CUPS-Get-Default
D [13/Apr/2014:17:33:21 +0100] CUPS-Get-Default client-error-not-found: No default printer.
D [13/Apr/2014:17:33:21 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [13/Apr/2014:17:33:21 +0100] [Client 9] Content-Length: 113
D [13/Apr/2014:17:33:21 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=113, response=0xb844d0c0(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:33:21 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:33:21 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:33:21 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:21 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:33:21 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:33:21 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:33:21 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:33:38 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:33:38 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:38 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:33:38 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:33:38 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:33:38 +0100] [Client 9] 1.1 CUPS-Get-Default 1
D [13/Apr/2014:17:33:38 +0100] CUPS-Get-Default
D [13/Apr/2014:17:33:38 +0100] CUPS-Get-Default client-error-not-found: No default printer.
D [13/Apr/2014:17:33:38 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [13/Apr/2014:17:33:38 +0100] [Client 9] Content-Length: 113
D [13/Apr/2014:17:33:38 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=113, response=0xb83e5a30(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:33:38 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:33:38 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:33:38 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:33:38 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:33:38 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:33:38 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:33:38 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:38:07 +0100] Closing client 16 after 300 seconds of inactivity...
D [13/Apr/2014:17:38:07 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:38:07 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
D [13/Apr/2014:17:38:07 +0100] Report: clients=0
D [13/Apr/2014:17:38:07 +0100] Report: jobs=3
D [13/Apr/2014:17:38:07 +0100] Report: jobs-active=0
D [13/Apr/2014:17:38:07 +0100] Report: printers=0
D [13/Apr/2014:17:38:07 +0100] Report: stringpool-string-count=873
D [13/Apr/2014:17:38:07 +0100] Report: stringpool-alloc-bytes=16872
D [13/Apr/2014:17:38:07 +0100] Report: stringpool-total-bytes=16744
D [13/Apr/2014:17:44:43 +0100] Report: clients=0
D [13/Apr/2014:17:44:43 +0100] Report: jobs=3
D [13/Apr/2014:17:44:43 +0100] Report: jobs-active=0
D [13/Apr/2014:17:44:43 +0100] Report: printers=0
D [13/Apr/2014:17:44:43 +0100] Report: stringpool-string-count=873
D [13/Apr/2014:17:44:43 +0100] Report: stringpool-alloc-bytes=16872
D [13/Apr/2014:17:44:43 +0100] Report: stringpool-total-bytes=16744
D [13/Apr/2014:17:45:16 +0100] [Client 9] Accepted from localhost (Domain)
D [13/Apr/2014:17:45:16 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:45:17 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 9] 1.1 CUPS-Get-Printers 1
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:45:17 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 9] Content-Length: 116
D [13/Apr/2014:17:45:17 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb8433f08(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:45:17 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:45:17 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 9] 1.1 CUPS-Get-Classes 2
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Classes
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Classes client-error-not-found: No destinations added.
D [13/Apr/2014:17:45:17 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Classes (no URI) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 9] Content-Length: 116
D [13/Apr/2014:17:45:17 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb8435ca8(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:45:17 +0100] [Client 9] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:45:17 +0100] [Client 9] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 9] 1.1 CUPS-Get-Default 3
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Default
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Default client-error-not-found: No default printer.
D [13/Apr/2014:17:45:17 +0100] [Client 9] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 9] Content-Length: 113
D [13/Apr/2014:17:45:17 +0100] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=113, response=0xb842e3d8(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 9] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 9] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [13/Apr/2014:17:45:17 +0100] [Client 16] Accepted from localhost (Domain)
D [13/Apr/2014:17:45:17 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [13/Apr/2014:17:45:17 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 16] 1.1 Create-Printer-Subscription 4
D [13/Apr/2014:17:45:17 +0100] Create-Printer-Subscription /
D [13/Apr/2014:17:45:17 +0100] cupsdCreateSubscription(con=0xb8438488(16), uri="/")
D [13/Apr/2014:17:45:17 +0100] pullmethod="ippget"
D [13/Apr/2014:17:45:17 +0100] notify-lease-duration=86400
D [13/Apr/2014:17:45:17 +0100] notify-time-interval=0
D [13/Apr/2014:17:45:17 +0100] cupsdAddSubscription(mask=18f, dest=(nil)(), job=(nil)(0), uri="(null)")
D [13/Apr/2014:17:45:17 +0100] Added subscription #42 for server.
D [13/Apr/2014:17:45:17 +0100] cupsdMarkDirty(----S)
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [13/Apr/2014:17:45:17 +0100] [Client 16] Returning IPP successful-ok for Create-Printer-Subscription (/) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 16] Content-Length: 107
D [13/Apr/2014:17:45:17 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=107, response=0xb842e3d8(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:17 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:17 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 16] 1.1 CUPS-Get-Printers 5
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:45:17 +0100] [Client 16] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 16] Content-Length: 116
D [13/Apr/2014:17:45:17 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb846b1b0(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:17 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:17 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:45:17 +0100] [Client 16] 1.1 CUPS-Get-Printers 6
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers
D [13/Apr/2014:17:45:17 +0100] CUPS-Get-Printers client-error-not-found: No destinations added.
D [13/Apr/2014:17:45:17 +0100] [Client 16] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from localhost
D [13/Apr/2014:17:45:17 +0100] [Client 16] Content-Length: 116
D [13/Apr/2014:17:45:17 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=116, response=0xb842e3d8(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:17 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:17 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:17 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:45:17 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:45:17 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:19 +0100] [Client 16] Accepted from localhost (Domain)
D [13/Apr/2014:17:45:19 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:19 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:45:19 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:19 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:45:19 +0100] [Client 16] 1.1 Get-Notifications 7
D [13/Apr/2014:17:45:19 +0100] Get-Notifications /
D [13/Apr/2014:17:45:19 +0100] cupsdIsAuthorized: requesting-user-name="jg1"
D [13/Apr/2014:17:45:19 +0100] [Client 16] Returning IPP successful-ok for Get-Notifications (/) from localhost
D [13/Apr/2014:17:45:19 +0100] [Client 16] Content-Length: 127
D [13/Apr/2014:17:45:19 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=127, response=0xb842e3d8(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:19 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:19 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:19 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:19 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:19 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:45:19 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:45:19 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:38 +0100] [Client 16] Accepted from localhost (Domain)
D [13/Apr/2014:17:45:38 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:38 +0100] [Client 16] POST / HTTP/1.1
D [13/Apr/2014:17:45:38 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:38 +0100] [Client 16] No authentication data provided.
D [13/Apr/2014:17:45:38 +0100] [Client 16] 1.1 Cancel-Subscription 8
D [13/Apr/2014:17:45:38 +0100] Cancel-Subscription /
D [13/Apr/2014:17:45:38 +0100] cupsdIsAuthorized: requesting-user-name="jg1"
D [13/Apr/2014:17:45:38 +0100] cupsdMarkDirty(----S)
D [13/Apr/2014:17:45:38 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:38 +0100] [Client 16] Returning IPP successful-ok for Cancel-Subscription (/) from localhost
D [13/Apr/2014:17:45:38 +0100] [Client 16] Content-Length: 75
D [13/Apr/2014:17:45:38 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=75, response=0xb846b1b0(IPP_IDLE), pipe_pid=0, file=-1
D [13/Apr/2014:17:45:38 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [13/Apr/2014:17:45:38 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [13/Apr/2014:17:45:38 +0100] [Client 16] Waiting for request.
D [13/Apr/2014:17:45:38 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [13/Apr/2014:17:45:38 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:45:38 +0100] [Client 16] Closing connection.
D [13/Apr/2014:17:45:38 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [13/Apr/2014:17:45:38 +0100] [Client 9] HTTP_STATE_WAITING Closing on EOF
D [13/Apr/2014:17:45:38 +0100] [Client 9] Closing connection.
D [13/Apr/2014:17:45:38 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
I [13/Apr/2014:17:45:48 +0100] Saving subscriptions.conf...
D [13/Apr/2014:17:45:49 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [13/Apr/2014:17:45:49 +0100] Report: clients=0
D [13/Apr/2014:17:45:49 +0100] Report: jobs=3
D [13/Apr/2014:17:45:49 +0100] Report: jobs-active=0
D [13/Apr/2014:17:45:49 +0100] Report: printers=0
D [13/Apr/2014:17:45:49 +0100] Report: stringpool-string-count=876
D [13/Apr/2014:17:45:49 +0100] Report: stringpool-alloc-bytes=16872
D [13/Apr/2014:17:45:49 +0100] Report: stringpool-total-bytes=16768
Last edited by doktor5000 on Apr 13th, '14, 22:24, edited 1 time in total.
Reason: fixed code tags
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 13th, '14, 22:28

Sorry, the complete documents group was not allowed - changed that now.
To show you, I've simply copied the whole text into Libreoffice writer, saved as a .doc file and attached it here:
New_Document.doc
(91 KiB) Downloaded 264 times
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Kodak ESP 5200 AiO printer

Postby Bloggsworth » Apr 16th, '14, 13:57

No help? I'm not worried about the error-log (though it may be of use to you hyper-intelligent mega-beings who understand that sort of thing), as it will be full of my failed attempts to try every Kodak driver listed, plus a few other none Kodak drivers, some of which would fire up the printer, send the printer head charging up and down, but not to print. The puzzle to me is, why did it work under Kubuntu, but not under Mageia? And what do I do about the c2esp-27.tar.gz driver, mentioned earlier, which I have in my neighbour's computer, but no-one seems to be able to tell me how to install it - Or if you do, words of one syllable please!
Bloggsworth
 
Posts: 26
Joined: Apr 11th, '14, 14:49

Re: Kodak ESP 5200 AiO printer

Postby mika » Apr 16th, '14, 16:38

Take a look here: http://packages.ubuntu.com/source/saucy/c2esp
Ubuntu provides a driver for All-in-one Kodak printers. But Mageia does not.
Package which you have on hand is the source code, which must be compiled.
At first, install the task-c-devel cups libcups2-devel libcups-filters-devel jbigkit and python-cups -packages.
Start the Rpmdrake (Install & Remove Software) and install those dependencies.
mika
 
Posts: 10
Joined: Feb 27th, '14, 17:07

Re: Kodak ESP 5200 AiO printer

Postby doktor5000 » Apr 16th, '14, 17:05

It's probably easier to just rebuild one of the src.rpm packages from some RPM distro, e.g. Fedora.

Find the rebuilt x86_64 version attached:
c2esp-2.6-1.mga4.x86_64.rpm
(41.01 KiB) Downloaded 285 times
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Next

Return to Printers and Scanners

Who is online

Users browsing this forum: No registered users and 1 guest

cron