Jump to content

Troubleshooting: Difference between revisions

From GroovixWiki
Content deleted Content added
imported>Chris
No edit summary
imported>Chris
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== No print jobs showing up in Groovix Print queue ===
!!UnderConstruction!!
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.


* BIOS Date/Time /sda fix - fsck
* No print jobs showing up in Groovix Print


=== Terminal Commands for troubleshooting ===
* ps aux - shows the current running processes
* dmesg - displays a list of the most recent errors encountered by the operating system



=== Terminal Commands ===
== See Also ==
* ps aux
* [[Groovix Log Files]]
* dmesg

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


See Also[edit]