X-Git-Url: http://git.rot13.org/?p=safeq;a=blobdiff_plain;f=README;h=305f2ac8bd2905a12540033d74295ad75725176f;hp=5cf03fcc2c3bc67c01129763a9793e762590aa3f;hb=df92652d90d4ee7c8795374f3e23054ecde9e951;hpb=8a96b1652f740c190449571f9992b9c151eeba0e diff --git a/README b/README index 5cf03fc..305f2ac 100644 --- a/README +++ b/README @@ -31,3 +31,23 @@ IP id Job Name Owner Status Type Quantity You can delete job using: dpavlin@t42:~/safeq$ curl -XPOST -d OPR=CANCEL -d JOBS=00015c32/ http://10.60.3.35/JOBCTRL.cmd + +or use d[elete] or c[ancel] aruguments and job id: + +dpavlin@t42:~/safeq$ ./xwc-jobs 10.60.3.35 d 00015c41 +10.60.3.35 00015c41 CANCEL REQUEST: ACCEPTED + + +When sending jobs via lpr to Xerox using ipp configured in cups we see -T as job name and -U as owner: + +dpavlin@t42:~/safeq$ ./xwc-jobs +IP id Job Name Owner Status Type Quantity +10.60.3.35 00015c47 lpr-T lpr-U 3:User Action 1:Print 0 + +When sending jobs directly to printer using rlpr we see different flags: + +dpavlin@t42:~/safeq$ rlpr -H 10.60.3.35 -U lpr-U -P XWC5225-5KatL -C lpr-C -J lpr-J -T lpr-T /usr/share/doc/printer-driver-foo2zjs/manual.pdf + +dpavlin@t42:~/safeq$ ./xwc-jobs IP id Job Name Owner Status Type Quantity +10.60.3.35 00015c50 lpr-J lpr-U 3:User Action 1:Print 0 +