On 6/2/05, Herbert Georg <hcgeorg@if.usp.br> wrote:
I have a printer connected via SMB protocol and I would like to cancel a running print job. Looking at the KJobViewer of KDE it's not possible to see remotely running jobs, at least I have never seen. How can I do it then. Maybe in command line via smbclient? I would appreciate any help on this. Thanks Herbert
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hi, yes, you could try smbclient: smbclient cancel jobid0 [jobid1] ... [jobidN] The client will request that the server cancel the printjobs identified by the given numeric print job ids. (see man page of smbclient) hope this helps, Markus