Displaying 2 results from an estimated 2 matches for "n23036".
Did you mean:
23036
1998 Sep 02
0
Problems while running lpq but lpr works... (samba bug?)
...rinting works (the paper comes out of the printer) but when I
examine the printer queue on the Windows machine, it is always empty
(even if the printer is offline).
By turning on the debugging I saw the follwing output in the logfile:
Running the command `lpr -r -s -P kyo /var/spool/samba/mobifi.n23036' gave 0
Here, with the print command, everything works. But later we find
Running the command `lpq -PIPC$' gave 256
which fails of course since there is no printer IPC$. I have
print command = lpr -r -P %p %s
and
lpq command = lpq -P %p
in my configfile but for some reason, the su...
1998 Sep 23
0
Variable substitution bug in Samba 1.9.18p10 ?
...I am lazy :-), I used the %S variable.
Printing works (using the lpr command) but the printer queue
shown on the Windows machines is always empty (using lpq).
By turning on the debugging I saw the follwing output in the logfile:
Running the command `lpr -r -s -P printer1 /var/spool/samba/mobifi.n23036' gave 0
Here, with the print command, everything works. But later we find
Running the command `lpq -PIPC$' gave 256
which fails of course since there is no printer IPC$.
For some reason, the substitution of %p (which turns out to become %S)
doesn't work when running lpq.
However,...