Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2008-08-03 23:25:59
Size: 279
Editor: julius
Comment:
Revision 12 as of 2015-08-07 00:44:59
Size: 723
Editor: test05
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= CANCELLING PRINT JOBS = = CANCEL PRINT JOBS =
Line 4: Line 4:
lprm -P"printername" all login as root
Line 6: Line 6:
or

lprm -a all (you need to be root to do this)
lprm -P"printername" -
Line 11: Line 9:

eg. lprm -P marion2_overlay -
Line 20: Line 20:

service cups restart

*** check to make sure the windows firewall has not turned on

*** check also that VPN is connected

search windows firewall and turn it off

run the above stuff again as it needs to start again

reboot the machine

When east gardens stopped printing. you could check the ip where the printer is printing (lpstat) and then check on their windows setting to ensure the printer (under properties) is at that ip address

CANCEL PRINT JOBS

Type:

login as root

lprm -P"printername" -

(If the system is running "cups" then you can just run lprm -

eg. lprm -P marion2_overlay -

ENABLING PRINTERS

Type:

su -

cupsenable "printername"

/etc/init.d/cups start

service cups restart

*** check to make sure the windows firewall has not turned on

*** check also that VPN is connected

search windows firewall and turn it off

run the above stuff again as it needs to start again

reboot the machine

When east gardens stopped printing. you could check the ip where the printer is printing (lpstat) and then check on their windows setting to ensure the printer (under properties) is at that ip address

Print_Jobs (last edited 2024-02-16 05:17:37 by JennyTinsey)