LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 08-29-2010, 01:31 PM   #1
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Rep: Reputation: 0
Lightbulb ((SOLVED)) Solaris 10 on x86 no poweroff / and Nautilus bonobo error


hi,

I want to turn off the computer

Code:
init 5
but the computer no off, is restart

I starting gnome desktop Nautilus bonobo error.

I restart many solaris and error bonobo.

thanks


-----------------------------------

i delete this two temporary files:
/var/tmp/orbit-root/bonobo-activation-register-lock
/var/tmp/orbit-root/bonobo-activation-server-ior

working.

-----------------------------------


but the computer no off, is restart

init 5 why command problem.?

Last edited by hebeles; 09-06-2010 at 05:44 AM.
 
Old 08-29-2010, 02:20 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
5? don't you mean 0?

or better yet,
Code:
shutdown -i0 -g0 -y
?
 
Old 08-29-2010, 02:25 PM   #3
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AlucardZero View Post
5? don't you mean 0?

or better yet,
Code:
shutdown -i0 -g0 -y
?

i use now shutdown -i0 -g0 -y command

press any key to reboot.
resetting.
 
Old 08-29-2010, 05:10 PM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
"init 5" is the proper way to power off a Solaris machine. Are you telling it restarts yours ?
 
Old 08-29-2010, 05:17 PM   #5
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
This is news.. I don't have any in front of me, but I've always used runlevel 0 to shut down and it shuts down.. so what's the difference?
 
Old 08-29-2010, 06:02 PM   #6
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
" init 5 " no power off a Solaris machine.

Code:
init 5
press any key to reboot.
resetting.

Code:
shutdown -i0 -g0 -y
press any key to reboot.
resetting.


this 2 command no power off a Solaris machine.
reset is only. why is this happening?
 
Old 08-29-2010, 06:07 PM   #7
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by AlucardZero View Post
This is news.. I don't have any in front of me, but I've always used runlevel 0 to shut down and it shuts down.. so what's the difference?
run level 0 shut downs the OS but keep the hardware up. Run level 5 shut down the OS then power off the machine. With x86 based hardware, "init 0" has no useful purpose as there is no boot prom to take control.
 
Old 08-29-2010, 06:09 PM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by hebeles View Post
" init 5 " no power off a Solaris machine.
Hebeles, please try to use more understandable English. "init 5" should power off you machine. Perhaps is there an issue with your hardware that prevents the power off command to be executed.
 
Old 08-29-2010, 06:12 PM   #9
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
" init 0 "

svc.startd: The system is coming down. Please wait.
svc.startd: 71 system services are now being stopped.
svc.startd: The system is down.
syncing file systems... done
Press any key to reboot.

Quote:
Press any key to reboot.
Does it have to be?
 
Old 08-29-2010, 06:26 PM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
This is expected. "init 5" should turn off the system, not "init 0". What hardware is this ?

Last edited by jlliagre; 09-06-2010 at 05:45 AM.
 
Old 08-29-2010, 06:35 PM   #11
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
System, SunOS Release 5.10 Version Generic 32-bit

IBM ThinkPad T20,

Intel(R) Mobile Pentium(R) III processor at 1000 MHz, featuring Intel(R) SpeedStep(TM) technology
http://www.thinkwiki.org/wiki/Category:T20

Last edited by hebeles; 08-29-2010 at 06:37 PM.
 
Old 08-29-2010, 06:38 PM   #12
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
What says "cat /etc/release" ?
 
Old 08-29-2010, 06:40 PM   #13
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
Solaris 10 3/05 s10_74L2a X86
 
Old 08-29-2010, 06:43 PM   #14
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
That's the 2005 release. Why are you using such an old version of Solaris 10 ?
 
Old 08-29-2010, 06:53 PM   #15
hebeles
Member
 
Registered: Feb 2010
Location: Amsterdam
Posts: 110

Original Poster
Rep: Reputation: 0
We have it university Solaris CD, new version supported ibm thinkpad t20?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Compiz on Solaris x86 - Eye Candy for Solaris’s Desktop LXer Syndicated Linux News 1 05-30-2007 02:31 PM
great solaris website for newbies http://solaris-x86.org/ feetyouwell Solaris / OpenSolaris 2 12-06-2006 12:14 AM
Solaris 9 x86 boot device error iggymac Solaris / OpenSolaris 2 06-22-2006 04:24 PM
Strange error Bonobo Activation Server nwalthall Linux - General 1 01-19-2005 02:44 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 03:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration