Troubleshooting: Difference between revisions
Appearance
Content deleted Content added
imported>Chris No edit summary |
imported>Chris No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| ⚫ | |||
* BIOS Date/Time /sda fix - fsck |
|||
Power off the printer, wait 30 seconds and power it back on. If the print jobs still aren't showing up after refreshing the queue, open a [http://wiki.groovix.org/index.php?title=Terminal_Guide terminal] window on the [[Reservation Station]] that controls the print queue and run the following commands: <font class="code">/etc/init.d/cups stop</font> to stop the CUPS service. Then type <font class="code"> /etc/init.d/cups start</font> to start the CUPS service. After this, refresh the print queue, and any queued print jobs should appear. |
|||
| ⚫ | |||
=== Terminal Commands for troubleshooting === |
=== Terminal Commands for troubleshooting === |
||
* ps aux - shows the current running processes |
|||
* ps aux |
|||
* dmesg - displays a list of the most recent errors encountered by the operating system |
|||
* dmesg |
|||
== See Also == |
|||
* [[Groovix Log Files]] |
|||
Latest revision as of 03:45, 27 August 2012
No print jobs showing up in Groovix Print queue[edit]
Power off the printer, wait 30 seconds and power it back on. If the print jobs still aren't showing up after refreshing the queue, open a terminal window on the Reservation Station that controls the print queue and run the following commands: /etc/init.d/cups stop to stop the CUPS service. Then type /etc/init.d/cups start to start the CUPS service. After this, refresh the print queue, and any queued print jobs should appear.
Terminal Commands for troubleshooting[edit]
- ps aux - shows the current running processes
- dmesg - displays a list of the most recent errors encountered by the operating system