CUPS web interface stops responding after a while
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cups (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Medium
|
Till Kamppeter |
Bug Description
after 6 minutes or so, cups is not responding.
it do not produce error on the log, just stop working, worse, it exit with 0
⌌——————
|root@cupsmachine :~# systemctl status cups |
|● cups.service - CUPS Scheduler |
| Loaded: loaded (/lib/systemd/
| Active: inactive (dead) since ven. 2016-07-01 10:31:32 TAHT; 2min 16s ago |
| Docs: man:cupsd(8) |
| Process: 28686 ExecStart=
| Main PID: 28686 (code=exited, status=0/SUCCESS) |
| |
|juil. 01 10:30:01 appli-client systemd[1]: Started CUPS Scheduler. |
⌎——————
I got to launch it again, so I have finish with a cron job like
*/10 * * * * systemctl status cups.service|grep -q 'inactive (dead)' && systemctl start cups
but it is a dirty solution. I have no idea of what make it stop.
NB: I have seen problems related to apparmor, this machine has no apparmor package.
[Impact]
If you want to use the CUPS web interface in Xenial and therefore set "WebInterface Yes" in /etc/cups/
[Testcase]
Take a CUPS setup on Xenial with no shared print queues and CUPS only listening on the domain socket. Activate the web interface via
cupsctl WebInterface=Yes
Now you are able to access the web interface via http://
With the fixed CUPS package CUPS will not auto-shutdown when the web interface is activated.
[Regression Potential]
Low, as we are removing a simple distro patch to get back to the original, upstream behavior.
[Regression in Pending SRU page]
* Regression in autopkgtest for c2esp (armhf): test log
This autopkgtest seems always fails :
http://
c2esp [xenial/armhf]
Version Triggers Date Duration Result
27-2 cups/2.
27-2 cups/2.
27-2 cups/2.
27-2 cups/2.
Additionally look at Till comment :
https:/
* Regression in autopkgtest for libreoffice (i386): test log
It's a known issue, A regression in the kernel, which breaks libreoffice with java enabled on i386 :
https:/
... so until this is fixed upstream in the kernel and backported in an ubuntu kernel, I'm afraid the only option is to just ignore the failure.
summary: |
- cups hang after a while + CUPS web interface stops responding after a while |
tags: | added: xenial |
tags: | added: regression-release |
description: | updated |
Changed in cups (Ubuntu Xenial): | |
status: | Confirmed → In Progress |
Changed in cups (Ubuntu Xenial): | |
status: | Fix Committed → Fix Released |
description: | updated |
Changed in cups (Ubuntu Xenial): | |
importance: | Undecided → Medium |
assignee: | nobody → Eric Desrochers (slashd) |
Changed in cups (Ubuntu Xenial): | |
assignee: | Eric Desrochers (slashd) → Till Kamppeter (till-kamppeter) |
Status changed to 'Confirmed' because the bug affects multiple users.