The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
sun blade 100 test-all frozen at pci@1f,0/usb/c,3 montana77 UNIX for Dummies Questions & Answers 0 02-23-2008 06:16 AM
Reboot, System is Frozen at setting interface for multicast HELP eyukins SUN Solaris 6 01-15-2008 02:27 AM
Server almost frozen efrenba HP-UX 2 03-03-2006 01:26 PM
X Error: BadGC on fvwm vino Linux 0 03-05-2005 02:33 PM
FreeBSD cyberangel UNIX for Dummies Questions & Answers 3 06-25-2003 06:23 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 05-09-2002
Registered User
 

Join Date: Feb 2002
Posts: 7
FreeBSD - frozen FVWM

I was looking at previews of XScreenSaver and the desktop froze. I am unsure how to restart the FVWM. I downloaded putty and can connect via ssh. I tried to shut the machine down by using the "shutdown -h now" command , but it will not power off.

If I knew the process number I could kill it. I am looking for a way to restart the GUI or the process number to kill XScreenSaver.

Any help is greatly appriciated.
Forum Sponsor
  #2  
Old 05-09-2002
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Re: FreeBSD - frozen FVWM

Quote:
Originally posted by noobie_doo
I was looking at previews of XScreenSaver and the desktop froze. I am unsure how to restart the FVWM. I downloaded putty and can connect via ssh. I tried to shut the machine down by using the "shutdown -h now" command , but it will not power off.

If I knew the process number I could kill it. I am looking for a way to restart the GUI or the process number to kill XScreenSaver.

Any help is greatly appriciated.
I don't think I have ever seen `shutdown -h now` ever actually powerdown an x86 system before. It just drops the machine to the "hit any key to reboot" message after shutting the OS down.

To kill XScreenSaver you need to find the pid of XScreenSaver.

This can be done with `ps` and `grep`.

Example:

Code:
FreeBSD:joeuser:/home/joeuser $ ps -aux | grep -i "xscreensaver"
joeuser      914  0.0  1.1  3636 2664  ??  I     9:46PM   0:01.52 xscreensaver -nos
I now know that the pid of xscreensaver on my machine is 914 and can issue a kill statement like this:

Code:
kill 914
If xscreensaver is still stubborn, you can use the -9 option of kill (which you should only use after several attempts of the normal kill command):

Code:
kill -9 914
And hopefully that will take care of the xscreensaver problem.
__________________
Not quite as cool as all the other Kids...
Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 08:09 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0