|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can't shutdown the computer
i cannot shutdown my computer through GUI or CLI when i put the command Code:
shutdown -P/-r now or press the shutdown button it goes to the login prompt and stays like that afterwards, so i press CTRL+ALT+delete (which works) but that only restarts it and closes processes like winbind and apache ---------- Post updated at 01:30 AM ---------- Previous update was at 01:22 AM ---------- i m using mint 13 OS kernal 3.2.0 |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
How about? Code:
sudo shutdown -h now |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
I'm not familiar with your specifc distribution but talking in generic Unix terms....... Try giving the kernel a direct command instead of via a script of any kind, login as root and then: Code:
init 0 or, if your hardware supports the power-off function: Code:
init 5 to shutdown the kernel and power off the hardware. |
|
#4
|
|||
|
|||
|
i try it as super user, but doesn't work and init also ends up on the login prompt , i m using mint 13 , kernal 3.2.0
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
/sbin/poweroff ?
|
| Sponsored Links | |
|
|
#6
|
||||
|
||||
|
corona, what about it, i'm a newbie
---------- Post updated at 03:10 AM ---------- Previous update was at 02:51 AM ---------- @duke : my apologies @corona : i tried running Code:
/sbin/poweroff in CLI but again it stops at login prompt Last edited by DukeNuke2; 01-23-2013 at 04:27 PM.. |
| Sponsored Links | |
|
|
#7
|
||||
|
||||
|
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to force Oracle database shutdown when shutdown immediate does not work | aixhp | UNIX for Dummies Questions & Answers | 7 | 03-11-2010 01:04 PM |
| shutdown question | mokkan | Solaris | 2 | 07-16-2008 11:43 PM |
| Shutdown | aewpcoles | UNIX for Advanced & Expert Users | 6 | 08-03-2006 09:46 AM |
| Not properly shutdown | DISTURBED | Filesystems, Disks and Memory | 5 | 05-06-2005 09:39 PM |
| to shutdown | rajashekaran | UNIX for Advanced & Expert Users | 2 | 02-18-2002 12:42 PM |
|
|