https://bugzilla.novell.com/show_bug.cgi?id=828228 https://bugzilla.novell.com/show_bug.cgi?id=828228#c0 Summary: cups poll runs busy-loop at ca 5% CPU Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@suse.com ReportedBy: jw@suse.com QAContact: jsmeix@suse.com Found By: --- Blocker: --- since todays online updates, I have a cups-poll process that constantly consumes cpu. strace shows this again and again: .. connect(4, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("10.120.0.103")}, 16) = 0 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 send(4, "POST / HTTP/1.1\r\nContent-Length: 338\r\nContent-Type: application/ipp\r\nHost: cups.suse.de\r\nUser-Agent: CUPS/1.5.4\r\nExpect: 100-continue\r\n\r\n", 137, 0) = 137 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 time(NULL) = 1372962892 send(4, "\1\1@\2\0\0\0\1\1G\0\22attributes-charset\0\5utf-8H\0\33attributes-natural-language\0\5en-usD\0\24requested-attributes\0\22job-sheets-defaultD\0\0\0\fprinter-infoD\0\0\0\31printer-is-accepting-jobsD\0\0\0\20printer-locationD\0\0\0\26printer-make-and-modelD\0\0\0\fprinter-nameD\0\0\0\rprinter-stateD\0\0\0\fprinter-typeD\0\0\0\25printer-uri-supported#\0\fprinter-type\0\4\0\0\0\0#\0\21printer-type-mask\0\4\0!\0\2\3", 338, 0) = 338 poll([{fd=4, events=POLLIN}], 1, 1000) = 1 ([{fd=4, revents=POLLIN}]) poll([{fd=4, events=POLLIN}], 1, 60000) = 1 ([{fd=4, revents=POLLIN}]) recv(4, "HTTP/1.1 403 Forbidden\r\nDate: Thu, 04 Jul 2013 18:34:53 GMT\r\nServer: CUPS/1.3\r\nContent-Language: en\r\nUpgrade: TLS/1.0,HTTP/1.1\r\nConnection: close\r\nContent-Type: text/html; charset=utf-8\r\nContent-Length: 340\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<HTML>\n<HEAD>\n\t<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\">\n\t<TITLE>403 Forbidden</TITLE>\n\t<LINK REL=\"STYLESHEET\" TYPE=\"text/css\" HREF=\"/cups.css\">\n</HEAD>\n<BODY>\n<H1>403 Forbidden</H1>\n<P></P>\n</BODY>\n</HTML>\n", 2048, 0) = 550 time(NULL) = 1372962892 .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.