You are not logged in.

#1 2009-09-23 19:51:39

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Module Questions

So I tried to get my HP printer working by installing hplip and running hp-setup however it won't detect my printer. Someone mentioned that I need to have the usblp module loaded. I'm also have some trouble with sound. I got alsa installed but I still don't have any sound. Something is telling me that it has to do with me not having anything in my modules array in the rc.conf.

Sound card: 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)

Printer: HP Deskjet F4280 All-in-one

Offline

#2 2009-09-24 00:14:57

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Update: I tried switching cables on my printer and still to no avail. I don't think its a hardware issue since my printer works fine under other Linux distros. I'm just not sure why its not being detected. I tried lsusb to see if my printer shows up and this is all i get:

[satori ~]$ lsusb
Bus 002 Device 003: ID 413c:3200 Dell Computer Corp. Mouse
Bus 002 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 1058:0702 Western Digital Technologies, Inc. Passport External HDD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So as you can see my printer isn't being detected. I'm guessing that I need specific modules for my hardware. Can anyone point me in the right direction?

Offline

#3 2009-09-24 05:21:08

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: Module Questions

1. For the sound issue, run sudo alsaconf (or just plain alsaconf if you're root)
2. What happens when you load the usblp module? Open a terminal and tail -f /var/log/messages.log and then modprobe usblp (prefix with sudo if required).

Last edited by hw-tph (2009-09-24 05:21:58)

Offline

#4 2009-09-24 05:45:23

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

I've already tried alsaconf. I raised the volume on everything to max.

[root@satori ~]# tail -f /var/log/messages.log && modprobe usblp
Sep 23 22:56:58 satori dbus-daemon: Reloaded configuration
Sep 23 22:56:58 satori dbus-daemon: Reloaded configuration
Sep 23 23:16:58 satori -- MARK --
Sep 23 23:36:58 satori -- MARK --
Sep 23 23:56:58 satori -- MARK --
Sep 24 00:16:58 satori -- MARK --
Sep 24 00:36:58 satori -- MARK --
Sep 24 00:56:58 satori -- MARK --
Sep 24 01:16:58 satori -- MARK --
Sep 24 01:36:58 satori -- MARK --

Offline

#5 2009-09-25 14:17:17

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

[@satori ~]$ vlc
VLC media player 1.0.2 Goldeneye
[0x86ac088] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
[????????] x11 video output error: X11 request 132.19 failed with error code 11:
BadAlloc (insufficient resources for operation)
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  132 (XVideo)
  Minor opcode of failed request:  19 ()
  Serial number of failed request:  104
  Current serial number in output stream:  105

More issues seem to arise....
Now vlc and totem are having issues with video. I get similar error messages from each. "BadAlloc"

Edit: it seems to be an x11 problem but the workaround is run vlc like this vlc --vout x11

Last edited by absolutezero1287 (2009-09-25 22:14:23)

Offline

#6 2009-09-27 02:34:05

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Update: Tried the following things for my printer.

Restarted hal and unplugged the printer. It seems that the printer is being picked up in dmesg as usblp0. However, it doesn't show up in lsusb.

If anyone needs more information then just ask. Please help. I feel that I've tried just about everything.

Offline

#7 2009-09-27 03:11:15

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Module Questions

Are you using testing?

Last edited by pyther (2009-09-27 03:11:30)


Website - Blog - arch-home
Arch User since March 2005

Offline

#8 2009-09-27 06:00:54

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Module Questions

If the answer to pyther's question is true, look into the [Testing] subforum. By now the topics about cups 1.4 are piling up there wink.

Also, if you *are* using testing, your topic should go in that specific subforum. Now we're just guessing, and wasting our (and your) time.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#9 2009-09-27 07:29:53

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

No. I am not using testing.

Like I mentioned before, if you guys need any logs posted or any type of information at all, just ask. I'm really at my wits end about these issues and no one has been able to help me. I feel as if I've tried everything.

Last edited by absolutezero1287 (2009-09-27 07:31:28)

Offline

#10 2009-09-27 13:42:17

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Module Questions

Does the printer work on another computer or in windows? From lsusb it does not seem as if the computer is detecting anything. Does dmesg show anything when you plug in the printer?


Website - Blog - arch-home
Arch User since March 2005

Offline

#11 2009-09-27 17:50:49

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

pyther wrote:

Does the printer work on another computer or in windows? From lsusb it does not seem as if the computer is detecting anything. Does dmesg show anything when you plug in the printer?

I previously had Ubuntu on this computer and everything worked perfectly. On arch dmesg shows the printer as usblp0. I'm not sure if its relevant but I'm not part of the lp group. However, that doesn't account for why my printer doesn't show up on lsusb.

Offline

#12 2009-09-27 20:36:42

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: Module Questions

For the printer,  do you have CUPS installed and running?

For sound,  do you have any other sound system (JACK, Pulseaudio, arts, esd, etc...) running?


Knute

Offline

#13 2009-09-27 20:44:58

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Knute wrote:

For the printer,  do you have CUPS installed and running?

For sound,  do you have any other sound system (JACK, Pulseaudio, arts, esd, etc...) running?

Yes, cups is installed and running. For sound, I may have other systems installed as a result for dependencies for vlc, mplayer, and totem. However, alsa is the only one running as it is the only one that I've put in my daemons array of the rc.conf. I doubt having other systems installed is an issue because I've had it like this before and haven't had a problem.

For alsa, I set everything to max with alsamixer and saved settings with "alsactl store".

Offline

#14 2009-09-27 21:09:34

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: Module Questions

hehehe.... I had to ask about cups.   Have you configured cups for your printer?

The reason that I mentioned the other sound systems was if they were interfering if they were running.

Also, what groups are you in?   normally the sound card would be audio, and the printer would be in another.  If you don't belong to those groups, you'll have problems.
Does the printer get recognized as root?   Sound for that matter too.


Knute

Offline

#15 2009-09-27 21:54:57

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Knute wrote:

hehehe.... I had to ask about cups.   Have you configured cups for your printer?

The reason that I mentioned the other sound systems was if they were interfering if they were running.

Also, what groups are you in?   normally the sound card would be audio, and the printer would be in another.  If you don't belong to those groups, you'll have problems.
Does the printer get recognized as root?   Sound for that matter too.

I can't configure my printer because its not being picked up. For some reason its being picked up in dmesg but when I use lsusb it doesn't recognize my printer. I have an HP printer so I use their utilities to set it up. Regardless of whether I use hp-setup or cups to configure the printer there's not really much I can do when its not being recognized.

As for the groups, I'm going to add myself to the lp group. However, I doubt that the groups have anything at all to do with my printer not being recognized. I suspect its a hal or udev issue.

Offline

#16 2009-09-27 23:18:29

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: Module Questions

If the permissions on your printer are root for the user   and lp for the groups, and it doesn't have world readable permissions, then yeah, it's not being picked up because you are set up to not have access to that device.

Just out of curiousity, what ARE the permissions for that device?


Knute

Offline

#17 2009-09-28 06:04:23

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Knute wrote:

If the permissions on your printer are root for the user   and lp for the groups, and it doesn't have world readable permissions, then yeah, it's not being picked up because you are set up to not have access to that device.

Just out of curiousity, what ARE the permissions for that device?

I'm not sure what the permissions are for the printer. However, it shouldn't be an issue anymore since I added myself to the lp group.

...I feel like the biggest retard on the face of the planet.

[chowder@satori ~]$ lsusb 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 413c:3200 Dell Computer Corp. Mouse
Bus 002 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 03f0:2504 Hewlett-Packard 
Bus 001 Device 005: ID 1058:0702 Western Digital Technologies, Inc. Passport External HDD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

It showed up on lsusb after I added myself to the lp group.

I was able to set up the printer but unable to print out a test page. hp-setup gave me this:

Would you like to print a test page (y=yes*, n=no, q=quit) ? y

HP Linux Imaging and Printing System (ver. 3.9.6b)
Testpage Print Utility ver. 6.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Qt/PyQt 4 initialization failed.
error: hp-testpage -u/--gui requires Qt4 GUI support. Entering interactive mode.

HP Linux Imaging and Printing System (ver. 3.9.6b)
System Tray Status Service ver. 2.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Qt/PyQt 4 initialization failed.
error: hp-systray requires Qt4 GUI and DBus support. Exiting.
warning: Unable to connect to dbus. Is hp-systray running?
error: Unable to communicate with device (code=12): hp:/usb/Deskjet_F4200_series?serial=0
error: Unable to print to printer. Please check device and try again.

note: If an error occured, or the test page failed to print, refer to the HPLIP website
note: at: http://hplip.sourceforge.net for troubleshooting and support.


Done.

Offline

#18 2009-09-28 11:53:50

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Module Questions

Well you probably should have ran lsusb as root, oh well.

I would suggest trying to add the printer with cups (http://localhost:631). From there you can look at the cups logs and see what is going on.


Website - Blog - arch-home
Arch User since March 2005

Offline

#19 2009-09-28 17:20:42

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Added the printer using the CUPS web interface and nothing happens when I try to print a test page.

Offline

#20 2009-09-28 18:07:29

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Module Questions

What does /var/log/cups/error.log show?
You might have to modify /etc/cups/cupsd.conf and set the error logging to debug.


Website - Blog - arch-home
Arch User since March 2005

Offline

#21 2009-09-28 20:12:08

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

error_log

I [27/Sep/2009:00:02:01 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:00:02:01 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:00:02:01 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:00:02:01 -0400] Remote access is disabled.
I [27/Sep/2009:00:02:01 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:00:02:01 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:00:02:01 -0400] Configured for up to 100 clients.
I [27/Sep/2009:00:02:01 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:00:02:01 -0400] Using policy "default" as the default!
I [27/Sep/2009:00:02:01 -0400] Full reload is required.
I [27/Sep/2009:00:02:01 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:00:02:01 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:00:02:01 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:00:02:01 -0400] Full reload complete.
I [27/Sep/2009:00:02:01 -0400] Listening to ::1:631 on fd 3...
I [27/Sep/2009:00:02:01 -0400] Listening to 127.0.0.1:631 on fd 6...
I [27/Sep/2009:00:02:01 -0400] Listening to /var/run/cups/cups.sock on fd 7...
I [27/Sep/2009:00:02:01 -0400] Resuming new connection processing...
I [27/Sep/2009:14:02:44 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:14:02:44 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:14:02:44 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:14:02:44 -0400] Remote access is disabled.
I [27/Sep/2009:14:02:44 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:14:02:44 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:14:02:44 -0400] Configured for up to 100 clients.
I [27/Sep/2009:14:02:44 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:14:02:44 -0400] Using policy "default" as the default!
I [27/Sep/2009:14:02:44 -0400] Full reload is required.
I [27/Sep/2009:14:02:44 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:14:02:44 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:14:02:44 -0400] Full reload complete.
I [27/Sep/2009:14:02:44 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:14:02:44 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:14:02:44 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:14:02:44 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:14:02:44 -0400] Resuming new connection processing...
E [27/Sep/2009:14:02:44 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:46:39 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:18:46:39 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:18:46:39 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:18:46:39 -0400] Remote access is disabled.
I [27/Sep/2009:18:46:39 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:18:46:39 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:18:46:39 -0400] Configured for up to 100 clients.
I [27/Sep/2009:18:46:39 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:18:46:39 -0400] Using policy "default" as the default!
I [27/Sep/2009:18:46:39 -0400] Full reload is required.
I [27/Sep/2009:18:46:39 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:18:46:39 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:18:46:39 -0400] Full reload complete.
I [27/Sep/2009:18:46:39 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:18:46:39 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:18:46:39 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:18:46:39 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:18:46:39 -0400] Resuming new connection processing...
E [27/Sep/2009:18:46:39 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:55:03 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:18:55:03 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:18:55:03 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:18:55:03 -0400] Remote access is disabled.
I [27/Sep/2009:18:55:03 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:18:55:03 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:18:55:03 -0400] Configured for up to 100 clients.
I [27/Sep/2009:18:55:03 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:18:55:03 -0400] Using policy "default" as the default!
I [27/Sep/2009:18:55:03 -0400] Full reload is required.
I [27/Sep/2009:18:55:03 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:18:55:03 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:18:55:03 -0400] Full reload complete.
I [27/Sep/2009:18:55:03 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:18:55:03 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:18:55:03 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:18:55:03 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:18:55:03 -0400] Resuming new connection processing...
E [27/Sep/2009:18:55:03 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:55:45 -0400] Scheduler shutting down normally.
I [27/Sep/2009:18:55:45 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:22:26:56 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:22:26:56 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:22:26:56 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:22:26:56 -0400] Remote access is disabled.
I [27/Sep/2009:22:26:56 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:22:26:56 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:22:26:56 -0400] Configured for up to 100 clients.
I [27/Sep/2009:22:26:56 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:22:26:56 -0400] Using policy "default" as the default!
I [27/Sep/2009:22:26:56 -0400] Full reload is required.
I [27/Sep/2009:22:26:56 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:22:26:57 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:22:26:57 -0400] Full reload complete.
I [27/Sep/2009:22:26:57 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:22:26:57 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:22:26:57 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:22:26:57 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:22:26:57 -0400] Resuming new connection processing...
E [27/Sep/2009:22:26:57 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [28/Sep/2009:01:37:16 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4693)
W [28/Sep/2009:01:37:24 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:37:25 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:50:22 -0400] Scheduler shutting down normally.
I [28/Sep/2009:01:50:22 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [28/Sep/2009:01:50:23 -0400] Listening to ::1:631 (IPv6)
I [28/Sep/2009:01:50:23 -0400] Listening to 127.0.0.1:631 (IPv4)
I [28/Sep/2009:01:50:23 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [28/Sep/2009:01:50:23 -0400] Remote access is disabled.
I [28/Sep/2009:01:50:23 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
N [28/Sep/2009:01:50:23 -0400] Group and SystemGroup cannot use the same groups!
I [28/Sep/2009:01:50:23 -0400] Resetting Group to "nobody"...
I [28/Sep/2009:01:50:23 -0400] Using default TempDir of /var/spool/cups/tmp...
I [28/Sep/2009:01:50:23 -0400] Configured for up to 100 clients.
I [28/Sep/2009:01:50:23 -0400] Allowing up to 100 client connections per host.
I [28/Sep/2009:01:50:23 -0400] Using policy "default" as the default!
I [28/Sep/2009:01:50:23 -0400] Full reload is required.
I [28/Sep/2009:01:50:23 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [28/Sep/2009:01:50:23 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [28/Sep/2009:01:50:23 -0400] Full reload complete.
I [28/Sep/2009:01:50:23 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [28/Sep/2009:01:50:23 -0400] Listening to ::1:631 on fd 6...
I [28/Sep/2009:01:50:23 -0400] Listening to 127.0.0.1:631 on fd 7...
I [28/Sep/2009:01:50:23 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [28/Sep/2009:01:50:23 -0400] Resuming new connection processing...
E [28/Sep/2009:01:50:24 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [28/Sep/2009:01:50:42 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4812)
W [28/Sep/2009:01:50:42 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:50:42 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:01:52:07 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 printer-state to 3 (was 5.)
I [28/Sep/2009:01:52:07 -0400] Saving printers.conf...
I [28/Sep/2009:01:52:07 -0400] New printer "Deskjet_F4200" added by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job ???] Request file type is application/postscript.
I [28/Sep/2009:01:52:20 -0400] [Job 1] Adding start banner page "none".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Adding end banner page "none".
I [28/Sep/2009:01:52:20 -0400] [Job 1] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Queued on "Deskjet_F4200" by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/pstops (PID 4826)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/pstoraster (PID 4827)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/hpcups (PID 4828)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started backend /usr/lib/cups/backend/hp (PID 4830)
E [28/Sep/2009:01:52:22 -0400] PID 4830 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:01:52:22 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:01:53:11 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4840)
I [28/Sep/2009:01:54:07 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4842)
I [28/Sep/2009:01:54:07 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=4843)
I [28/Sep/2009:01:54:20 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4860)
I [28/Sep/2009:01:56:47 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4871)
I [28/Sep/2009:01:56:47 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4872)
W [28/Sep/2009:01:56:47 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:56:47 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:01:57:54 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4879)
E [28/Sep/2009:01:57:54 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:06 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4880)
E [28/Sep/2009:01:58:06 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 printer-state to 3 (was 5.)
I [28/Sep/2009:01:58:06 -0400] Saving printers.conf...
I [28/Sep/2009:01:58:06 -0400] New printer "HP_F4280" added by "chowder".
I [28/Sep/2009:01:58:12 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4881)
I [28/Sep/2009:01:58:33 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4882)
E [28/Sep/2009:01:58:33 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:33 -0400] Saving printers.conf...
I [28/Sep/2009:01:58:33 -0400] Printer "HP_F4280" modified by "chowder".
I [28/Sep/2009:01:58:41 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4883)
I [28/Sep/2009:01:58:59 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4885)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Adding start banner page "none".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Adding end banner page "none".
I [28/Sep/2009:01:59:00 -0400] [Job 2] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Queued on "HP_F4280" by "chowder".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/pstops (PID 4886)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/pstoraster (PID 4887)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/hpcups (PID 4889)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started backend /usr/lib/cups/backend/hp (PID 4890)
E [28/Sep/2009:01:59:01 -0400] PID 4890 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:01:59:01 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:01:59:02 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4895)
I [28/Sep/2009:01:59:14 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4898)
I [28/Sep/2009:01:59:25 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4899)
I [28/Sep/2009:01:59:53 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4900)
I [28/Sep/2009:01:59:53 -0400] [Job 3] Adding start banner page "none".
I [28/Sep/2009:01:59:53 -0400] [Job 3] Adding end banner page "none".
I [28/Sep/2009:01:59:53 -0400] [Job 3] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:59:53 -0400] [Job 3] Queued on "HP_F4280" by "chowder".
I [28/Sep/2009:01:59:55 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4901)
I [28/Sep/2009:02:00:06 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4902)
I [28/Sep/2009:02:00:09 -0400] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=4903)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/pstops (PID 4904)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/pstoraster (PID 4905)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/hpcups (PID 4906)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started backend /usr/lib/cups/backend/hp (PID 4908)
I [28/Sep/2009:02:00:09 -0400] [Job 2] Canceled by "chowder".
E [28/Sep/2009:02:00:11 -0400] PID 4908 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:02:00:11 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:02:00:15 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4913)
I [28/Sep/2009:02:00:17 -0400] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=4914)
I [28/Sep/2009:02:00:17 -0400] [Job 3] Canceled by "chowder".
I [28/Sep/2009:02:00:22 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4915)
I [28/Sep/2009:02:00:26 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4916)
I [28/Sep/2009:02:00:29 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4917)
E [28/Sep/2009:02:00:29 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:29 -0400] Printer "Deskjet_F4200" deleted by "chowder".
I [28/Sep/2009:02:00:29 -0400] Saving printers.conf...
I [28/Sep/2009:02:00:34 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4918)
I [28/Sep/2009:02:00:34 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4919)
I [28/Sep/2009:02:00:36 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4920)
I [28/Sep/2009:02:00:38 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4921)
E [28/Sep/2009:02:00:38 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:45 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4922)
E [28/Sep/2009:02:00:45 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:45 -0400] Printer "HP_F4280" deleted by "chowder".
I [28/Sep/2009:02:00:45 -0400] Saving printers.conf...
I [28/Sep/2009:02:01:51 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4928)
W [28/Sep/2009:02:01:52 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:02:01:52 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:02:02:55 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 device-uri to "hp:/usb/Deskjet_F4200_series?serial=0" (was "file:/dev/null".)
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 printer-state to 3 (was 5.)
I [28/Sep/2009:02:02:55 -0400] Saving printers.conf...
I [28/Sep/2009:02:02:55 -0400] New printer "Deskjet_F4200" added by "chowder".
I [28/Sep/2009:13:11:32 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18164)
I [28/Sep/2009:13:12:20 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18165)
I [28/Sep/2009:13:12:20 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=18166)
I [28/Sep/2009:13:12:29 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18181)
I [28/Sep/2009:13:12:36 -0400] Started "/usr/lib/cups/cgi-bin/help.cgi" (pid=18182)
I [28/Sep/2009:13:14:14 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18188)
I [28/Sep/2009:13:14:14 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=18189)
W [28/Sep/2009:13:14:14 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:13:14:14 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:13:15:51 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18196)
E [28/Sep/2009:13:15:51 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:00 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18197)
E [28/Sep/2009:13:16:00 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 printer-state to 3 (was 5.)
I [28/Sep/2009:13:16:00 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:00 -0400] New printer "Deskjet_F4280" added by "chowder".
I [28/Sep/2009:13:16:05 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18198)
I [28/Sep/2009:13:16:40 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18199)
E [28/Sep/2009:13:16:40 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:40 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:40 -0400] Printer "Deskjet_F4280" modified by "chowder".
I [28/Sep/2009:13:16:45 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18200)
I [28/Sep/2009:13:16:45 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18201)
I [28/Sep/2009:13:16:51 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18202)
E [28/Sep/2009:13:16:51 -0400] CUPS-Set-Default: Unauthorized
I [28/Sep/2009:13:16:58 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18203)
E [28/Sep/2009:13:16:58 -0400] CUPS-Set-Default: Unauthorized
I [28/Sep/2009:13:16:58 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:58 -0400] Saving classes.conf...
I [28/Sep/2009:13:16:58 -0400] Default destination set to "Deskjet_F4280" by "chowder".
I [28/Sep/2009:13:17:03 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18204)
I [28/Sep/2009:13:17:04 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18205)
I [28/Sep/2009:13:17:15 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18206)
I [28/Sep/2009:13:17:21 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18207)
I [28/Sep/2009:13:17:21 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=18208)
I [28/Sep/2009:13:17:36 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18223)
I [28/Sep/2009:13:17:38 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18224)
I [28/Sep/2009:13:17:38 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=18225)
W [28/Sep/2009:13:17:38 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:13:17:38 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:13:17:59 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18232)
E [28/Sep/2009:13:17:59 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:17:59 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18233)
E [28/Sep/2009:13:17:59 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR".)
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 printer-is-accepting-jobs to 1 (was 1.)
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 printer-state to 3 (was 3.)
I [28/Sep/2009:13:17:59 -0400] Saving printers.conf...
I [28/Sep/2009:13:17:59 -0400] Printer "Deskjet_F4280" modified by "chowder".
I [28/Sep/2009:13:18:04 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18234)
I [28/Sep/2009:13:18:04 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18235)
I [28/Sep/2009:13:18:21 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18236)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Adding start banner page "none".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Adding end banner page "none".
I [28/Sep/2009:13:18:21 -0400] [Job 4] File of type application/postscript queued by "chowder".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Queued on "Deskjet_F4280" by "chowder".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/pstops (PID 18237)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/pstoraster (PID 18238)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/hpcups (PID 18240)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started backend /usr/lib/cups/backend/hp (PID 18241)
E [28/Sep/2009:13:18:22 -0400] PID 18241 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:13:18:22 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:13:18:24 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18246)

Offline

#22 2009-09-28 20:14:27

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

error_log.1 from yesterday

I [27/Sep/2009:00:02:01 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:00:02:01 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:00:02:01 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:00:02:01 -0400] Remote access is disabled.
I [27/Sep/2009:00:02:01 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:00:02:01 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:00:02:01 -0400] Configured for up to 100 clients.
I [27/Sep/2009:00:02:01 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:00:02:01 -0400] Using policy "default" as the default!
I [27/Sep/2009:00:02:01 -0400] Full reload is required.
I [27/Sep/2009:00:02:01 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:00:02:01 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:00:02:01 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:00:02:01 -0400] Full reload complete.
I [27/Sep/2009:00:02:01 -0400] Listening to ::1:631 on fd 3...
I [27/Sep/2009:00:02:01 -0400] Listening to 127.0.0.1:631 on fd 6...
I [27/Sep/2009:00:02:01 -0400] Listening to /var/run/cups/cups.sock on fd 7...
I [27/Sep/2009:00:02:01 -0400] Resuming new connection processing...
I [27/Sep/2009:14:02:44 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:14:02:44 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:14:02:44 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:14:02:44 -0400] Remote access is disabled.
I [27/Sep/2009:14:02:44 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:14:02:44 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:14:02:44 -0400] Configured for up to 100 clients.
I [27/Sep/2009:14:02:44 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:14:02:44 -0400] Using policy "default" as the default!
I [27/Sep/2009:14:02:44 -0400] Full reload is required.
I [27/Sep/2009:14:02:44 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:14:02:44 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:14:02:44 -0400] Full reload complete.
I [27/Sep/2009:14:02:44 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:14:02:44 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:14:02:44 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:14:02:44 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:14:02:44 -0400] Resuming new connection processing...
E [27/Sep/2009:14:02:44 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:46:39 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:18:46:39 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:18:46:39 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:18:46:39 -0400] Remote access is disabled.
I [27/Sep/2009:18:46:39 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:18:46:39 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:18:46:39 -0400] Configured for up to 100 clients.
I [27/Sep/2009:18:46:39 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:18:46:39 -0400] Using policy "default" as the default!
I [27/Sep/2009:18:46:39 -0400] Full reload is required.
I [27/Sep/2009:18:46:39 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:18:46:39 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:18:46:39 -0400] Full reload complete.
I [27/Sep/2009:18:46:39 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:18:46:39 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:18:46:39 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:18:46:39 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:18:46:39 -0400] Resuming new connection processing...
E [27/Sep/2009:18:46:39 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:55:03 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:18:55:03 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:18:55:03 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:18:55:03 -0400] Remote access is disabled.
I [27/Sep/2009:18:55:03 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:18:55:03 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:18:55:03 -0400] Configured for up to 100 clients.
I [27/Sep/2009:18:55:03 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:18:55:03 -0400] Using policy "default" as the default!
I [27/Sep/2009:18:55:03 -0400] Full reload is required.
I [27/Sep/2009:18:55:03 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:18:55:03 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:18:55:03 -0400] Full reload complete.
I [27/Sep/2009:18:55:03 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:18:55:03 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:18:55:03 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:18:55:03 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:18:55:03 -0400] Resuming new connection processing...
E [27/Sep/2009:18:55:03 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [27/Sep/2009:18:55:45 -0400] Scheduler shutting down normally.
I [27/Sep/2009:18:55:45 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:22:26:56 -0400] Listening to ::1:631 (IPv6)
I [27/Sep/2009:22:26:56 -0400] Listening to 127.0.0.1:631 (IPv4)
I [27/Sep/2009:22:26:56 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [27/Sep/2009:22:26:56 -0400] Remote access is disabled.
I [27/Sep/2009:22:26:56 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Sep/2009:22:26:56 -0400] Using default TempDir of /var/spool/cups/tmp...
I [27/Sep/2009:22:26:56 -0400] Configured for up to 100 clients.
I [27/Sep/2009:22:26:56 -0400] Allowing up to 100 client connections per host.
I [27/Sep/2009:22:26:56 -0400] Using policy "default" as the default!
I [27/Sep/2009:22:26:56 -0400] Full reload is required.
I [27/Sep/2009:22:26:56 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [27/Sep/2009:22:26:57 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2009:22:26:57 -0400] Full reload complete.
I [27/Sep/2009:22:26:57 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [27/Sep/2009:22:26:57 -0400] Listening to ::1:631 on fd 6...
I [27/Sep/2009:22:26:57 -0400] Listening to 127.0.0.1:631 on fd 7...
I [27/Sep/2009:22:26:57 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [27/Sep/2009:22:26:57 -0400] Resuming new connection processing...
E [27/Sep/2009:22:26:57 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [28/Sep/2009:01:37:16 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4693)
W [28/Sep/2009:01:37:24 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:37:25 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:30 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
E [28/Sep/2009:01:43:49 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:50:22 -0400] Scheduler shutting down normally.
I [28/Sep/2009:01:50:22 -0400] Saving job cache file "/var/cache/cups/job.cache"...
I [28/Sep/2009:01:50:23 -0400] Listening to ::1:631 (IPv6)
I [28/Sep/2009:01:50:23 -0400] Listening to 127.0.0.1:631 (IPv4)
I [28/Sep/2009:01:50:23 -0400] Listening to /var/run/cups/cups.sock (Domain)
I [28/Sep/2009:01:50:23 -0400] Remote access is disabled.
I [28/Sep/2009:01:50:23 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
N [28/Sep/2009:01:50:23 -0400] Group and SystemGroup cannot use the same groups!
I [28/Sep/2009:01:50:23 -0400] Resetting Group to "nobody"...
I [28/Sep/2009:01:50:23 -0400] Using default TempDir of /var/spool/cups/tmp...
I [28/Sep/2009:01:50:23 -0400] Configured for up to 100 clients.
I [28/Sep/2009:01:50:23 -0400] Allowing up to 100 client connections per host.
I [28/Sep/2009:01:50:23 -0400] Using policy "default" as the default!
I [28/Sep/2009:01:50:23 -0400] Full reload is required.
I [28/Sep/2009:01:50:23 -0400] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
I [28/Sep/2009:01:50:23 -0400] Loading job cache file "/var/cache/cups/job.cache"...
I [28/Sep/2009:01:50:23 -0400] Full reload complete.
I [28/Sep/2009:01:50:23 -0400] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [28/Sep/2009:01:50:23 -0400] Listening to ::1:631 on fd 6...
I [28/Sep/2009:01:50:23 -0400] Listening to 127.0.0.1:631 on fd 7...
I [28/Sep/2009:01:50:23 -0400] Listening to /var/run/cups/cups.sock on fd 8...
I [28/Sep/2009:01:50:23 -0400] Resuming new connection processing...
E [28/Sep/2009:01:50:24 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
I [28/Sep/2009:01:50:42 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4812)
W [28/Sep/2009:01:50:42 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:50:42 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:01:52:07 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:01:52:07 -0400] Setting Deskjet_F4200 printer-state to 3 (was 5.)
I [28/Sep/2009:01:52:07 -0400] Saving printers.conf...
I [28/Sep/2009:01:52:07 -0400] New printer "Deskjet_F4200" added by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job ???] Request file type is application/postscript.
I [28/Sep/2009:01:52:20 -0400] [Job 1] Adding start banner page "none".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Adding end banner page "none".
I [28/Sep/2009:01:52:20 -0400] [Job 1] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Queued on "Deskjet_F4200" by "chowder".
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/pstops (PID 4826)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/pstoraster (PID 4827)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started filter /usr/lib/cups/filter/hpcups (PID 4828)
I [28/Sep/2009:01:52:20 -0400] [Job 1] Started backend /usr/lib/cups/backend/hp (PID 4830)
E [28/Sep/2009:01:52:22 -0400] PID 4830 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:01:52:22 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:01:53:11 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4840)
I [28/Sep/2009:01:54:07 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4842)
I [28/Sep/2009:01:54:07 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=4843)
I [28/Sep/2009:01:54:20 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4860)
I [28/Sep/2009:01:56:47 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4871)
I [28/Sep/2009:01:56:47 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4872)
W [28/Sep/2009:01:56:47 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:01:56:47 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:01:57:54 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4879)
E [28/Sep/2009:01:57:54 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:06 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4880)
E [28/Sep/2009:01:58:06 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:01:58:06 -0400] Setting HP_F4280 printer-state to 3 (was 5.)
I [28/Sep/2009:01:58:06 -0400] Saving printers.conf...
I [28/Sep/2009:01:58:06 -0400] New printer "HP_F4280" added by "chowder".
I [28/Sep/2009:01:58:12 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4881)
I [28/Sep/2009:01:58:33 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4882)
E [28/Sep/2009:01:58:33 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:01:58:33 -0400] Saving printers.conf...
I [28/Sep/2009:01:58:33 -0400] Printer "HP_F4280" modified by "chowder".
I [28/Sep/2009:01:58:41 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4883)
I [28/Sep/2009:01:58:59 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4885)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Adding start banner page "none".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Adding end banner page "none".
I [28/Sep/2009:01:59:00 -0400] [Job 2] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Queued on "HP_F4280" by "chowder".
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/pstops (PID 4886)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/pstoraster (PID 4887)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started filter /usr/lib/cups/filter/hpcups (PID 4889)
I [28/Sep/2009:01:59:00 -0400] [Job 2] Started backend /usr/lib/cups/backend/hp (PID 4890)
E [28/Sep/2009:01:59:01 -0400] PID 4890 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:01:59:01 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:01:59:02 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4895)
I [28/Sep/2009:01:59:14 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4898)
I [28/Sep/2009:01:59:25 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4899)
I [28/Sep/2009:01:59:53 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4900)
I [28/Sep/2009:01:59:53 -0400] [Job 3] Adding start banner page "none".
I [28/Sep/2009:01:59:53 -0400] [Job 3] Adding end banner page "none".
I [28/Sep/2009:01:59:53 -0400] [Job 3] File of type application/postscript queued by "chowder".
I [28/Sep/2009:01:59:53 -0400] [Job 3] Queued on "HP_F4280" by "chowder".
I [28/Sep/2009:01:59:55 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4901)
I [28/Sep/2009:02:00:06 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4902)
I [28/Sep/2009:02:00:09 -0400] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=4903)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/pstops (PID 4904)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/pstoraster (PID 4905)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started filter /usr/lib/cups/filter/hpcups (PID 4906)
I [28/Sep/2009:02:00:09 -0400] [Job 3] Started backend /usr/lib/cups/backend/hp (PID 4908)
I [28/Sep/2009:02:00:09 -0400] [Job 2] Canceled by "chowder".
E [28/Sep/2009:02:00:11 -0400] PID 4908 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:02:00:11 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:02:00:15 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4913)
I [28/Sep/2009:02:00:17 -0400] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=4914)
I [28/Sep/2009:02:00:17 -0400] [Job 3] Canceled by "chowder".
I [28/Sep/2009:02:00:22 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4915)
I [28/Sep/2009:02:00:26 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4916)
I [28/Sep/2009:02:00:29 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4917)
E [28/Sep/2009:02:00:29 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:29 -0400] Printer "Deskjet_F4200" deleted by "chowder".
I [28/Sep/2009:02:00:29 -0400] Saving printers.conf...
I [28/Sep/2009:02:00:34 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4918)
I [28/Sep/2009:02:00:34 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=4919)
I [28/Sep/2009:02:00:36 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4920)
I [28/Sep/2009:02:00:38 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4921)
E [28/Sep/2009:02:00:38 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:45 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=4922)
E [28/Sep/2009:02:00:45 -0400] CUPS-Delete-Printer: Unauthorized
I [28/Sep/2009:02:00:45 -0400] Printer "HP_F4280" deleted by "chowder".
I [28/Sep/2009:02:00:45 -0400] Saving printers.conf...
I [28/Sep/2009:02:01:51 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=4928)
W [28/Sep/2009:02:01:52 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:02:01:52 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
E [28/Sep/2009:02:02:55 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 device-uri to "hp:/usb/Deskjet_F4200_series?serial=0" (was "file:/dev/null".)
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:02:02:55 -0400] Setting Deskjet_F4200 printer-state to 3 (was 5.)
I [28/Sep/2009:02:02:55 -0400] Saving printers.conf...
I [28/Sep/2009:02:02:55 -0400] New printer "Deskjet_F4200" added by "chowder".
I [28/Sep/2009:13:11:32 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18164)
I [28/Sep/2009:13:12:20 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18165)
I [28/Sep/2009:13:12:20 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=18166)
I [28/Sep/2009:13:12:29 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18181)
I [28/Sep/2009:13:12:36 -0400] Started "/usr/lib/cups/cgi-bin/help.cgi" (pid=18182)
I [28/Sep/2009:13:14:14 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18188)
I [28/Sep/2009:13:14:14 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=18189)
W [28/Sep/2009:13:14:14 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:13:14:14 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:13:15:51 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18196)
E [28/Sep/2009:13:15:51 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:00 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18197)
E [28/Sep/2009:13:16:00 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "file:/dev/null".)
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 printer-is-accepting-jobs to 1 (was 0.)
I [28/Sep/2009:13:16:00 -0400] Setting Deskjet_F4280 printer-state to 3 (was 5.)
I [28/Sep/2009:13:16:00 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:00 -0400] New printer "Deskjet_F4280" added by "chowder".
I [28/Sep/2009:13:16:05 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18198)
I [28/Sep/2009:13:16:40 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18199)
E [28/Sep/2009:13:16:40 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:16:40 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:40 -0400] Printer "Deskjet_F4280" modified by "chowder".
I [28/Sep/2009:13:16:45 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18200)
I [28/Sep/2009:13:16:45 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18201)
I [28/Sep/2009:13:16:51 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18202)
E [28/Sep/2009:13:16:51 -0400] CUPS-Set-Default: Unauthorized
I [28/Sep/2009:13:16:58 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18203)
E [28/Sep/2009:13:16:58 -0400] CUPS-Set-Default: Unauthorized
I [28/Sep/2009:13:16:58 -0400] Saving printers.conf...
I [28/Sep/2009:13:16:58 -0400] Saving classes.conf...
I [28/Sep/2009:13:16:58 -0400] Default destination set to "Deskjet_F4280" by "chowder".
I [28/Sep/2009:13:17:03 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18204)
I [28/Sep/2009:13:17:04 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18205)
I [28/Sep/2009:13:17:15 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18206)
I [28/Sep/2009:13:17:21 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18207)
I [28/Sep/2009:13:17:21 -0400] Started "/usr/lib/cups/daemon/cups-deviced" (pid=18208)
I [28/Sep/2009:13:17:36 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18223)
I [28/Sep/2009:13:17:38 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18224)
I [28/Sep/2009:13:17:38 -0400] Started "/usr/lib/cups/daemon/cups-driverd" (pid=18225)
W [28/Sep/2009:13:17:38 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax-hpcups.ppd.gz!
W [28/Sep/2009:13:17:38 -0400] [CGI] Missing Product in /usr/share/ppd/HP/HP-Fax2-hpcups.ppd.gz!
I [28/Sep/2009:13:17:59 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18232)
E [28/Sep/2009:13:17:59 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:17:59 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18233)
E [28/Sep/2009:13:17:59 -0400] CUPS-Add-Modify-Printer: Unauthorized
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 device-uri to "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR" (was "hp:/usb/Deskjet_F4200_series?serial=CN87S2P2MV05BR".)
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 printer-is-accepting-jobs to 1 (was 1.)
I [28/Sep/2009:13:17:59 -0400] Setting Deskjet_F4280 printer-state to 3 (was 3.)
I [28/Sep/2009:13:17:59 -0400] Saving printers.conf...
I [28/Sep/2009:13:17:59 -0400] Printer "Deskjet_F4280" modified by "chowder".
I [28/Sep/2009:13:18:04 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=18234)
I [28/Sep/2009:13:18:04 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18235)
I [28/Sep/2009:13:18:21 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18236)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Adding start banner page "none".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Adding end banner page "none".
I [28/Sep/2009:13:18:21 -0400] [Job 4] File of type application/postscript queued by "chowder".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Queued on "Deskjet_F4280" by "chowder".
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/pstops (PID 18237)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/pstoraster (PID 18238)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started filter /usr/lib/cups/filter/hpcups (PID 18240)
I [28/Sep/2009:13:18:21 -0400] [Job 4] Started backend /usr/lib/cups/backend/hp (PID 18241)
E [28/Sep/2009:13:18:22 -0400] PID 18241 (/usr/lib/cups/backend/hp) stopped with status 1!
I [28/Sep/2009:13:18:22 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
I [28/Sep/2009:13:18:24 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=18246)

Offline

#23 2009-09-28 20:24:08

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Module Questions

I [28/Sep/2009:13:18:22 -0400] Hint: Try setting the LogLevel to "debug" to find out more.

You need to set the LogLevel to debug in /etc/cups/cupsd.conf


Website - Blog - arch-home
Arch User since March 2005

Offline

#24 2009-09-28 23:09:14

absolutezero1287
Member
Registered: 2008-11-13
Posts: 133

Re: Module Questions

Offline

Board footer

Powered by FluxBB