-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cupsd hangs when altering configuration #490
Comments
CUPS.org User: mike What version of OpenSLP are you using? Does the problem occur when you do not use SLP for browsing? |
CUPS.org User: axel.privat.web OpenSLP version 1.0.11 Can I confirm/disproof somehow that the problem is e.g. DNS lookup related? Might the grsecurity kernel extension cause the trouble? Anything else I can provide to help you? |
CUPS.org User: axel.privat.web Sorry, forgot to answer the second part of your question: I won't be in town from 21st to 28th of December and therefore Merry Christmas to y'all! |
CUPS.org User: mike I would suspect that the problem lies with the hostname lookups, then, and is unrelated to SLP at all. |
CUPS.org User: axel.privat.web Looks like it. I've fixed the lookup issues on the affected machine and cannot reproduce the error anymore. I suggest this bug report |
Version: 1.1.20
CUPS.org User: axel.privat.web
Using http://localhost:631 for administration purposes causes cupsd to chew up some 80 percent CPU time, thereby stopping any and all printing functionality. This is observed trying to:
The browser does not complete a request like:
http://localhost:631/admin/?op=delete-printer&printer_name=epson&confirm=yes
Restarting cups via the init scripts is sufficient to resume 'normal' operation.
Attaching gdb to the hanging cupsd shows a very small backtrace only:
#0 0x44ce408d in time () from /lib/libc.so.6
#1 0x0805eac3 in SrvUrlCallback ()
#2 0x44c67c8b in __libc_start_main () from /lib/libc.so.6
#3 0x0804c861 in ?? ()
My configuration:
The text was updated successfully, but these errors were encountered: