Hm... This is odd. I didn't have this problems before, but now I do.
Huh? 'lpinfo -v' results in 100% proc use. Sometimes it ends, and
sometimes it doesn't end even after 1 minute. Strace:

send(4, "[EMAIL PROTECTED]"..., 75, 0) = 75
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
select(5, [4], NULL, NULL, {1, 0})      = 1 (in [4], left {1, 0})
recv(4, "HTTP/1.1 100 Continue\r\n\r\n", 2048, 0) = 25
time(NULL)                              = 1158403657
time(NULL)                              = 1158403657
recv(4,

This is where it stops. It stops every time, but sometimes it finishes
quickly, and sometimes I give up waiting. That 'recv' line should end
like this:

recv(4, "HTTP/1.1 200 OK\r\nDate: Sat, 16 S"..., 2048, 0) = 206

-- 
cupsd monopolizes CPU
https://launchpad.net/bugs/59542

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to