Hello, I've got a domain setup working (more or less) with shares and accounts as they should be. However, I've come across two problems (so far). When I click on the 'lp' share which is the printer, I get an 'Access Denied' error. However, when I send a print job -- it prints properly. Please note, there's the Samba server is connecting to a local LPRng client-server, which forwards jobs to another LPRng server for final printing. Another issue, is the path for the printer is set to /tmp, (this is the only way I could get domain account printing to work, /var/spool ... just would not). Anyway, when a print job is sent, the temporary file/spools created in /tmp are not cleaned up properly and are left till the end of time ; p. What's the workaround for this ? Thanks in advance.
Hallo odc, you wrote:> Anyway, when a print job is sent, the temporary file/spools createdin> /tmp are not cleaned up properly and are left till the end of time ; > p. What's the workaround for this ?print command = /usr/bin/lpr -r -P%p %s; rm %s ^^^^^^^^ der tom [fli4l-/eis-team] __________________________________________________________________ I I I ML-Archiv : http://lists.spline.inf.fu-berlin.de/pipermail/fli4l I I FAQ : http://www.fli4l.de/german/extern/faq/faq.htm I I EIS-SAMBA : http://home.arcor.de/tombork/files/eis/eis-list.txt I I__________________________________________________________________I
Joel Hammer wrote:> This is a common complaint. Let the list know if this works. > use client driver = yes > Have you tried putting rm %s into your print command? > JoelThanks, 'use client driver' seemed to work, however now, the Windows print queue shows: "Failed to open, retrying" ; p Is there any way to fix this ? Its not to urgent actually, I don't think people will need to view the print queue at all, but it would be nice to know the fix. Thanks.