Displaying 2 results from an estimated 2 matches for "cups_job_paus".
Did you mean:
cups_job_pause
2006 Mar 10
1
Trouble making Samba-3.0.21c on Ubuntu
...ing bin/smbd
printing/print_cups.o(.text+0x20b): In function `cups_cache_reload':
: undefined reference to `cupsLangDefault'
printing/print_cups.o(.text+0x75d): In function `cups_job_delete':
: undefined reference to `cupsLangDefault'
printing/print_cups.o(.text+0xa9d): In function `cups_job_pause':
: undefined reference to `cupsLangDefault'
printing/print_cups.o(.text+0xddd): In function `cups_job_resume':
: undefined reference to `cupsLangDefault'
printing/print_cups.o(.text+0x113a): In function `cups_job_submit':
: undefined reference to `cupsLangDefault'
printing...
2004 Nov 24
0
cups / samba job control issue
.../Nov/2004:15:19:50 -0600] 1 1 - winpc
In samba I get the following in the logs when attempting to manipulate
a (my own) job:
[2004/11/23 15:56:25, 0] printing/print_cups.c:cups_job_delete(482)
Unable to cancel job 566 - client-error-not-authorized
[2004/11/23 15:56:40, 0] printing/print_cups.c:cups_job_pause(572)
Unable to hold job 569 - client-error-not-authorized
I have in [global]
printing = cups
printcap name = cups
I have tried expressly defining the lp commands in my [printers] but
that does not help either (it's my impression printing = cups does not
use that). This seems clearly an au...