Mailinglist Archive: opensuse-bugs (7195 mails)
| < Previous | Next > |
[Bug 481794] CUPS print job stalled after suspend/resume
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 25 Mar 2009 08:18:49 -0600 (MDT)
- Message-id: <20090325141849.5209C24550C@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=481794
User jsmeix@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=481794#c8
--- Comment #8 from Johannes Meixner <jsmeix@xxxxxxxxxx> 2009-03-25 08:18:48
MST ---
Use
for i in $( seq 10 ) ; do lpstat -r || break ; sleep 1 ; done
to avoid an endless wait loop.
cupsdisable may not work in any case because it may let
the currently active print job finish (a quick test here
indicates this but it may have happened that the whole
print job data had already arrived in the printer).
--
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.
User jsmeix@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=481794#c8
--- Comment #8 from Johannes Meixner <jsmeix@xxxxxxxxxx> 2009-03-25 08:18:48
MST ---
Use
for i in $( seq 10 ) ; do lpstat -r || break ; sleep 1 ; done
to avoid an endless wait loop.
cupsdisable may not work in any case because it may let
the currently active print job finish (a quick test here
indicates this but it may have happened that the whole
print job data had already arrived in the printer).
--
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.
| < Previous | Next > |