Mailinglist Archive: opensuse (2441 mails)

< Previous Next >
Re: [SLE] how to cancel a print job with Samba
  • From: Markus Natter <markus.natter@xxxxxxxxx>
  • Date: Thu, 2 Jun 2005 15:32:00 +0200
  • Message-id: <3c4c76b4050602063253fdb00d@xxxxxxxxxxxxxx>
On 6/2/05, Markus Natter <markus.natter@xxxxxxxxx> wrote:
> On 6/2/05, Herbert Georg <hcgeorg@xxxxxxxxx> 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@xxxxxxxx
> > Also check the archives at http://lists.suse.com
> > Please read the FAQs: suse-linux-e-faq@xxxxxxxx
> >
> >
> >
>
> 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
>
P.S. to get the jobid use the smbclient command queue.

Markus

< Previous Next >