[Rockies-Edu] Found away to use ard to fix printer pause issue I have been having
[Rockies-Edu] Found away to use ard to fix printer pause issue I have been having
- Subject: [Rockies-Edu] Found away to use ard to fix printer pause issue I have been having
- From: will <email@hidden>
- Date: Sun, 14 Feb 2010 16:19:02 -0700
- Thread-topic: Found away to use ard to fix printer pause issue I have been having
Title: Found away to use ard to fix printer pause issue I have been having
I have a way to fix the pause printer issue I have been posting. Just enter the following command from the unix command line as Root.
#find paused printers
cancel -a `lpstat -t | grep disabled | awk '{print $2}'`
#restart print ques
cupsenable `lpstat -t | grep disabled | awk '{print $2}'`
#checks printer status and quit
lpstat -t | grep disabled | awk '{print $2}'
#Killing one mac issue at a time Will 02-14-2010.
While researching this issue I found that CS2 and CS caused the printer to go into a pause state when trying to print from endesign.
Thank you for the input I have been getting on the issues I have been having.
Will
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Rockies-edu mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden