LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-11-2004, 02:38 AM   #1
coshx
LQ Newbie
 
Registered: Sep 2004
Distribution: gentoo
Posts: 6

Rep: Reputation: 0
CUPS admin tool hangs


I've installed cups, and when I go to 127.0.0.1:631, login as administrator and click on Printers, it takes about 2 minutes for the next page to come up. Then I click on add printer, and another 2 minutes, etc.

I wouldn't mind the wait if it worked, but when it displays the options for "devices" nothing is listed.

This is the 4th or 5th machine i've tried to setup cups on, and all the others went flawlessly. I've tried upgrading cups, upgrading the kernel, and using the command line tools to setup the printer, and always get the same result - lots of waiting, and nothing that works.

Here's all the relevant information, any help would greatly be appreciated (been working on this for over a month now):

CUPS 1.1.20-r1
kernel: 2.6.8-gentoo-r3 (got the same printer working on a 2.6.7-gentoo kernel, so it's probably not the kernel)

processor: pentium 3 coppermine
CFLAGS: -march=pentium3 -O2 -pipe

(with LogLevel set to debug2)
access_log:
Code:
localhost - root [11/Sep/2004:02:48:11 -0400] "GET /printers HTTP/1.1" 200 0
localhost - root [11/Sep/2004:02:48:11 -0400] "GET /printers HTTP/1.1" 200 1596
localhost - root [11/Sep/2004:02:51:54 -0400] "GET /admin/?op=add-printer HTTP/1.1" 200 0
localhost - root [11/Sep/2004:02:51:54 -0400] "GET /admin/?op=add-printer HTTP/1.1" 200 2393
localhost - root [11/Sep/2004:02:55:03 -0400] "GET /images/continue.gif HTTP/1.1" 304 0
localhost - root [11/Sep/2004:02:57:52 -0400] "POST /admin HTTP/1.1" 200 121
localhost - root [11/Sep/2004:02:57:52 -0400] "POST /admin HTTP/1.1" 200 2500
error_log:
Code:
I [11/Sep/2004:02:48:02 -0400] Listening to 0:631
D [11/Sep/2004:02:48:02 -0400] AddLocation: added location '/'
D [11/Sep/2004:02:48:02 -0400] DenyIP: / deny 00000000/00000000
D [11/Sep/2004:02:48:02 -0400] AllowIP: / allow 7f000001/ffffffff
D [11/Sep/2004:02:48:02 -0400] AddLocation: added location '/admin'
D [11/Sep/2004:02:48:02 -0400] DenyIP: /admin deny 00000000/00000000
D [11/Sep/2004:02:48:02 -0400] AllowIP: /admin allow 7f000001/ffffffff
I [11/Sep/2004:02:48:02 -0400] Loaded configuration file "/etc/cups/cupsd.conf"
I [11/Sep/2004:02:48:02 -0400] Configured for up to 100 clients.
I [11/Sep/2004:02:48:02 -0400] Allowing up to 100 client connections per host.
I [11/Sep/2004:02:48:02 -0400] Full reload is required.
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "ipp"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "lpd"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp0"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp1"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp2"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp3"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp4"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp5"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp6"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp7"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp8"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp9"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp10"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp11"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp12"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp13"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp14"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "usb:/dev/usblp15"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "http"...
D [11/Sep/2004:02:48:03 -0400] LoadDevices: Added device "scsi"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS0?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS1?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS2?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS3?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS4?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS5?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS6?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "serial:/dev/ttyS7?baud=115200"...
D [11/Sep/2004:02:48:08 -0400] LoadDevices: Added device "socket"...
I [11/Sep/2004:02:48:08 -0400] LoadPPDs: Read "/etc/cups/ppds.dat", 1893 PPDs...
I [11/Sep/2004:02:48:08 -0400] LoadPPDs: No new or changed PPDs...
D [11/Sep/2004:02:48:08 -0400] LoadAllJobs: Scanning /var/spool/cups...
I [11/Sep/2004:02:48:08 -0400] Full reload complete.
D [11/Sep/2004:02:48:08 -0400] StartListening: NumListeners=1
D [11/Sep/2004:02:48:08 -0400] StartListening: address=00000000 port=631
D [11/Sep/2004:02:48:08 -0400] ResumeListening: setting input bits...
d [11/Sep/2004:02:48:08 -0400] ResumeListening: Adding fd 0 to InputSet...
d [11/Sep/2004:02:48:08 -0400] StartBrowsing: Adding fd 2 to InputSet...
d [11/Sep/2004:02:48:08 -0400] StartServer: Adding fd 3 to InputSet...
d [11/Sep/2004:02:48:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:02:48:11 -0400] AcceptClient(0x8088408) 0 NumClients = 0
D [11/Sep/2004:02:48:11 -0400] AcceptClient() 5 from localhost:631.
d [11/Sep/2004:02:48:11 -0400] AcceptClient: Adding fd 5 to InputSet...
d [11/Sep/2004:02:48:11 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:48:11 -0400] ReadClient() 5 GET /printers HTTP/1.1
d [11/Sep/2004:02:48:11 -0400] decode_auth(0x40307008): Authorization string = "Basic cm9vdDp0aHVodW9uZw=="
d [11/Sep/2004:02:48:11 -0400] decode_auth() 5 username="root"
d [11/Sep/2004:02:48:11 -0400] IsAuthorized: con->uri = "/printers"
d [11/Sep/2004:02:48:11 -0400] FindBest: uri = "/printers"...
d [11/Sep/2004:02:48:11 -0400] FindBest: Location / Limit 7f
d [11/Sep/2004:02:48:11 -0400] FindBest: Location /admin Limit 7f
d [11/Sep/2004:02:48:11 -0400] FindBest: best = "/"
d [11/Sep/2004:02:48:11 -0400] IsAuthorized: auth = 0, satisfy=0...
d [11/Sep/2004:02:48:11 -0400] argv[0] = "printers.cgi"
d [11/Sep/2004:02:48:11 -0400] envp[0] = "PATH=/bin:/usr/bin"
d [11/Sep/2004:02:48:11 -0400] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [11/Sep/2004:02:48:11 -0400] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [11/Sep/2004:02:48:11 -0400] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [11/Sep/2004:02:48:11 -0400] envp[4] = "REDIRECT_STATUS=1"
d [11/Sep/2004:02:48:11 -0400] envp[5] = "CUPS_SERVER=localhost"
d [11/Sep/2004:02:48:11 -0400] envp[6] = "IPP_PORT=631"
d [11/Sep/2004:02:48:11 -0400] envp[7] = "SERVER_NAME=localhost"
d [11/Sep/2004:02:48:11 -0400] envp[8] = "SERVER_PORT=631"
d [11/Sep/2004:02:48:11 -0400] envp[9] = "REMOTE_ADDR=127.0.0.1"
d [11/Sep/2004:02:48:11 -0400] envp[10] = "REMOTE_HOST=localhost"
d [11/Sep/2004:02:48:11 -0400] envp[11] = "REMOTE_USER=root"
d [11/Sep/2004:02:48:11 -0400] envp[12] = "LANG=en_US.UTF-8"
d [11/Sep/2004:02:48:11 -0400] envp[13] = ""
d [11/Sep/2004:02:48:11 -0400] envp[14] = "TMPDIR=/var/spool/cups/tmp"
d [11/Sep/2004:02:48:11 -0400] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [11/Sep/2004:02:48:11 -0400] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [11/Sep/2004:02:48:11 -0400] envp[17] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3"
d [11/Sep/2004:02:48:11 -0400] envp[18] = "SCRIPT_NAME=/printers"
d [11/Sep/2004:02:48:11 -0400] envp[19] = "REQUEST_METHOD=GET"
d [11/Sep/2004:02:48:11 -0400] AddCert: adding certificate for pid 10833
D [11/Sep/2004:02:48:11 -0400] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 10833
I [11/Sep/2004:02:48:11 -0400] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=10833)
D [11/Sep/2004:02:48:11 -0400] SendCommand() 5 file=7
d [11/Sep/2004:02:48:11 -0400] SendCommand: Adding fd 7 to InputSet...
d [11/Sep/2004:02:48:11 -0400] SendCommand: Adding fd 5 to OutputSet...
d [11/Sep/2004:02:51:20 -0400] WriteClient() 5 Content-Type: text/html;charset=utf-8
d [11/Sep/2004:02:51:20 -0400] WriteClient() 5 
d [11/Sep/2004:02:51:22 -0400] WriteClient() 5 1171 bytes
d [11/Sep/2004:02:51:22 -0400] PID 10833 exited with no errors.
d [11/Sep/2004:02:51:22 -0400] DeleteCert: removing certificate for pid 10833
E [11/Sep/2004:02:51:22 -0400] [CGI] CUPS-Get-Printers request failed - server-error-internal-error (500)
d [11/Sep/2004:02:51:22 -0400] WriteClient: Removing fd 5 from OutputSet...
d [11/Sep/2004:02:51:22 -0400] WriteClient: Removing fd 7 from InputSet...
d [11/Sep/2004:02:51:22 -0400] WriteClient: 5 Closing data file 7.
d [11/Sep/2004:02:51:54 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:51:54 -0400] ReadClient() 5 GET /admin/?op=add-printer HTTP/1.1
d [11/Sep/2004:02:51:54 -0400] decode_auth(0x40307008): Authorization string = "Basic cm9vdDp0aHVodW9uZw=="
d [11/Sep/2004:02:51:54 -0400] decode_auth() 5 username="root"
d [11/Sep/2004:02:51:54 -0400] IsAuthorized: con->uri = "/admin/?op=add-printer"
d [11/Sep/2004:02:51:54 -0400] FindBest: uri = "/admin/?op=add-printer"...
d [11/Sep/2004:02:51:54 -0400] FindBest: Location / Limit 7f
d [11/Sep/2004:02:51:54 -0400] FindBest: Location /admin Limit 7f
d [11/Sep/2004:02:51:54 -0400] FindBest: best = "/admin"
d [11/Sep/2004:02:51:54 -0400] IsAuthorized: auth = 0, satisfy=0...
d [11/Sep/2004:02:51:54 -0400] IsAuthorized: username = "root" password = 8 chars
d [11/Sep/2004:02:51:54 -0400] IsAuthorized: Checking "root", address = 7f000001, hostname = "localhost"
d [11/Sep/2004:02:51:54 -0400] argv[0] = ""
d [11/Sep/2004:02:51:54 -0400] envp[0] = "PATH=/bin:/usr/bin"
d [11/Sep/2004:02:51:54 -0400] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [11/Sep/2004:02:51:54 -0400] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [11/Sep/2004:02:51:54 -0400] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [11/Sep/2004:02:51:54 -0400] envp[4] = "REDIRECT_STATUS=1"
d [11/Sep/2004:02:51:54 -0400] envp[5] = "CUPS_SERVER=localhost"
d [11/Sep/2004:02:51:54 -0400] envp[6] = "IPP_PORT=631"
d [11/Sep/2004:02:51:54 -0400] envp[7] = "SERVER_NAME=localhost"
d [11/Sep/2004:02:51:54 -0400] envp[8] = "SERVER_PORT=631"
d [11/Sep/2004:02:51:54 -0400] envp[9] = "REMOTE_ADDR=127.0.0.1"
d [11/Sep/2004:02:51:54 -0400] envp[10] = "REMOTE_HOST=localhost"
d [11/Sep/2004:02:51:54 -0400] envp[11] = "REMOTE_USER=root"
d [11/Sep/2004:02:51:54 -0400] envp[12] = "LANG=en_US.UTF-8"
d [11/Sep/2004:02:51:54 -0400] envp[13] = ""
d [11/Sep/2004:02:51:54 -0400] envp[14] = "TMPDIR=/var/spool/cups/tmp"
d [11/Sep/2004:02:51:54 -0400] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [11/Sep/2004:02:51:54 -0400] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [11/Sep/2004:02:51:54 -0400] envp[17] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3"
d [11/Sep/2004:02:51:54 -0400] envp[18] = "SCRIPT_NAME=/admin/"
d [11/Sep/2004:02:51:54 -0400] envp[19] = "REQUEST_METHOD=GET"
d [11/Sep/2004:02:51:54 -0400] envp[20] = "QUERY_STRING=op=add-printer"
d [11/Sep/2004:02:51:54 -0400] AddCert: adding certificate for pid 11147
D [11/Sep/2004:02:51:54 -0400] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 11147
I [11/Sep/2004:02:51:54 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=11147)
D [11/Sep/2004:02:51:54 -0400] SendCommand() 5 file=8
d [11/Sep/2004:02:51:54 -0400] SendCommand: Adding fd 8 to InputSet...
d [11/Sep/2004:02:51:54 -0400] SendCommand: Adding fd 5 to OutputSet...
d [11/Sep/2004:02:51:54 -0400] WriteClient() 5 Content-Type: text/html;charset=utf-8
d [11/Sep/2004:02:51:54 -0400] WriteClient() 5 
d [11/Sep/2004:02:51:54 -0400] WriteClient() 5 1167 bytes
d [11/Sep/2004:02:53:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:02:53:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:02:55:03 -0400] PID 11147 exited with no errors.
d [11/Sep/2004:02:55:03 -0400] DeleteCert: removing certificate for pid 11147
d [11/Sep/2004:02:55:03 -0400] WriteClient() 5 1226 bytes
d [11/Sep/2004:02:55:03 -0400] WriteClient: Removing fd 5 from OutputSet...
d [11/Sep/2004:02:55:03 -0400] WriteClient: Removing fd 8 from InputSet...
d [11/Sep/2004:02:55:03 -0400] WriteClient: 5 Closing data file 8.
d [11/Sep/2004:02:55:03 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:55:03 -0400] CloseClient() 5
d [11/Sep/2004:02:55:03 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...
d [11/Sep/2004:02:55:03 -0400] AcceptClient(0x8088408) 0 NumClients = 0
D [11/Sep/2004:02:55:03 -0400] AcceptClient() 5 from localhost:631.
d [11/Sep/2004:02:55:03 -0400] AcceptClient: Adding fd 5 to InputSet...
d [11/Sep/2004:02:55:03 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:55:03 -0400] ReadClient() 5 GET /images/continue.gif HTTP/1.1
d [11/Sep/2004:02:55:03 -0400] decode_auth(0x40307008): Authorization string = "Basic cm9vdDp0aHVodW9uZw=="
d [11/Sep/2004:02:55:03 -0400] decode_auth() 5 username="root"
d [11/Sep/2004:02:55:03 -0400] IsAuthorized: con->uri = "/images/continue.gif"
d [11/Sep/2004:02:55:03 -0400] FindBest: uri = "/images/continue.gif"...
d [11/Sep/2004:02:55:03 -0400] FindBest: Location / Limit 7f
d [11/Sep/2004:02:55:03 -0400] FindBest: Location /admin Limit 7f
d [11/Sep/2004:02:55:03 -0400] FindBest: best = "/"
d [11/Sep/2004:02:55:03 -0400] IsAuthorized: auth = 0, satisfy=0...
d [11/Sep/2004:02:55:03 -0400] get_file() 5 filename=/usr/share/cups/docs/images/continue.gif size=224
d [11/Sep/2004:02:55:03 -0400] IsCGI(con=0x40307008, filename="/usr/share/cups/docs/images/continue.gif", filestats=0xbfff2cc0, type=image/gif)
d [11/Sep/2004:02:55:03 -0400] IsCGI: Returning 0...
d [11/Sep/2004:02:55:03 -0400] check_if_modified() 5 If-Modified-Since="Fri, 10 Sep 2004 22:50:44 GMT"
d [11/Sep/2004:02:55:03 -0400] check_if_modified() 5 sizes=0,224 dates=1094874644,1094859504
D [11/Sep/2004:02:55:03 -0400] SendError() 5 code=304 (Not Modified)
d [11/Sep/2004:02:56:14 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:56:14 -0400] CloseClient() 5
d [11/Sep/2004:02:56:14 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...
d [11/Sep/2004:02:57:52 -0400] AcceptClient(0x8088408) 0 NumClients = 0
D [11/Sep/2004:02:57:52 -0400] AcceptClient() 5 from localhost:631.
d [11/Sep/2004:02:57:52 -0400] AcceptClient: Adding fd 5 to InputSet...
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5, used=0
D [11/Sep/2004:02:57:52 -0400] ReadClient() 5 POST /admin HTTP/1.1
d [11/Sep/2004:02:57:52 -0400] decode_auth(0x40307008): Authorization string = "Basic cm9vdDp0aHVodW9uZw=="
d [11/Sep/2004:02:57:52 -0400] decode_auth() 5 username="root"
d [11/Sep/2004:02:57:52 -0400] IsAuthorized: con->uri = "/admin"
d [11/Sep/2004:02:57:52 -0400] FindBest: uri = "/admin"...
d [11/Sep/2004:02:57:52 -0400] FindBest: Location / Limit 7f
d [11/Sep/2004:02:57:52 -0400] FindBest: Location /admin Limit 7f
d [11/Sep/2004:02:57:52 -0400] FindBest: best = "/admin"
d [11/Sep/2004:02:57:52 -0400] IsAuthorized: auth = 0, satisfy=0...
d [11/Sep/2004:02:57:52 -0400] IsAuthorized: username = "root" password = 8 chars
d [11/Sep/2004:02:57:52 -0400] IsAuthorized: Checking "root", address = 7f000001, hostname = "localhost"
d [11/Sep/2004:02:57:52 -0400] POST /admin
d [11/Sep/2004:02:57:52 -0400] CONTENT_TYPE = application/x-www-form-urlencoded
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5 command="/usr/lib/cups/cgi-bin/admin.cgi", options = ""
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 121, con->file = 0
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5 REQUEST /var/spool/cups/00000000=7
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5 writing 121 bytes to 7
d [11/Sep/2004:02:57:52 -0400] ReadClient() 5 Closing data file 7, size = 121.
d [11/Sep/2004:02:57:52 -0400] argv[0] = "admin.cgi"
d [11/Sep/2004:02:57:52 -0400] envp[0] = "PATH=/bin:/usr/bin"
d [11/Sep/2004:02:57:52 -0400] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [11/Sep/2004:02:57:52 -0400] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [11/Sep/2004:02:57:52 -0400] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [11/Sep/2004:02:57:52 -0400] envp[4] = "REDIRECT_STATUS=1"
d [11/Sep/2004:02:57:52 -0400] envp[5] = "CUPS_SERVER=localhost"
d [11/Sep/2004:02:57:52 -0400] envp[6] = "IPP_PORT=631"
d [11/Sep/2004:02:57:52 -0400] envp[7] = "SERVER_NAME=localhost"
d [11/Sep/2004:02:57:52 -0400] envp[8] = "SERVER_PORT=631"
d [11/Sep/2004:02:57:52 -0400] envp[9] = "REMOTE_ADDR=127.0.0.1"
d [11/Sep/2004:02:57:52 -0400] envp[10] = "REMOTE_HOST=localhost"
d [11/Sep/2004:02:57:52 -0400] envp[11] = "REMOTE_USER=root"
d [11/Sep/2004:02:57:52 -0400] envp[12] = "LANG=en_US.UTF-8"
d [11/Sep/2004:02:57:52 -0400] envp[13] = ""
d [11/Sep/2004:02:57:52 -0400] envp[14] = "TMPDIR=/var/spool/cups/tmp"
d [11/Sep/2004:02:57:52 -0400] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [11/Sep/2004:02:57:52 -0400] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [11/Sep/2004:02:57:52 -0400] envp[17] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3"
d [11/Sep/2004:02:57:52 -0400] envp[18] = "SCRIPT_NAME=/admin"
d [11/Sep/2004:02:57:52 -0400] envp[19] = "REQUEST_METHOD=POST"
d [11/Sep/2004:02:57:52 -0400] envp[20] = "CONTENT_LENGTH=121"
d [11/Sep/2004:02:57:52 -0400] envp[21] = "CONTENT_TYPE=application/x-www-form-urlencoded"
d [11/Sep/2004:02:57:52 -0400] AddCert: adding certificate for pid 12344
D [11/Sep/2004:02:57:52 -0400] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 12344
I [11/Sep/2004:02:57:52 -0400] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=12344)
D [11/Sep/2004:02:57:52 -0400] SendCommand() 5 file=8
d [11/Sep/2004:02:57:52 -0400] SendCommand: Adding fd 8 to InputSet...
d [11/Sep/2004:02:57:52 -0400] SendCommand: Adding fd 5 to OutputSet...
d [11/Sep/2004:02:57:52 -0400] WriteClient() 5 Content-Type: text/html;charset=utf-8
d [11/Sep/2004:02:57:52 -0400] WriteClient() 5 
d [11/Sep/2004:02:57:52 -0400] WriteClient() 5 1167 bytes
d [11/Sep/2004:02:58:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:02:58:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:03:01:02 -0400] WriteClient() 5 1212 bytes
d [11/Sep/2004:03:01:02 -0400] PID 12344 exited with no errors.
d [11/Sep/2004:03:01:02 -0400] DeleteCert: removing certificate for pid 12344
d [11/Sep/2004:03:01:02 -0400] WriteClient: Removing fd 5 from OutputSet...
d [11/Sep/2004:03:01:02 -0400] WriteClient: Removing fd 8 from InputSet...
d [11/Sep/2004:03:01:02 -0400] WriteClient: 5 Closing data file 8.
d [11/Sep/2004:03:01:02 -0400] WriteClient: 5 Removing temp file /var/spool/cups/00000000
d [11/Sep/2004:03:01:02 -0400] ReadClient() 5, used=0
D [11/Sep/2004:03:01:02 -0400] CloseClient() 5
d [11/Sep/2004:03:01:02 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...
d [11/Sep/2004:03:03:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:03:03:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:03:08:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:03:08:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:03:13:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:03:13:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:03:18:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:03:18:08 -0400] AddCert: adding certificate for pid 0
d [11/Sep/2004:03:23:08 -0400] DeleteCert: removing certificate for pid 0
d [11/Sep/2004:03:23:08 -0400] AddCert: adding certificate for pid 0
thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
User admin and N/w admin on Gnome hangs ssrini *BSD 2 07-28-2005 07:55 AM
Linux Admin Tool SeaLestt Linux - Newbie 7 07-23-2004 08:52 PM
CUPS installed in Gentoo but unable to access web admin tool darin3200 Linux - Software 4 12-26-2003 10:57 PM
SWAT-Admin tool nero64 Linux - Newbie 8 12-15-2002 05:15 AM
admin tool gunz Linux - General 2 10-01-2002 03:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration