Mailinglist Archive: opensuse (929 mails)
| < Previous | Next > |
[opensuse] Re: Reboot via SSH
- From: Joachim Schrod <jschrod@xxxxxxx>
- Date: Wed, 10 Aug 2011 02:10:26 +0200
- Message-id: <j1si9j$ne8$1@dough.gmane.org>
zGreenfelder wrote:
I don't know if you're replying to Marc Chamberlin (the OP with the
problem that shutdown doesn't work over SSH) or to my comment that
one of my system doesn't reboot at all. (That's one of the
drawbacks of top postings... ;-)
If it's a remark for Marc, you make a very important point. Marc
should set RUN_PARALLEL to "no" in /etc/sysconfig/boot. Many
problems during boot or shutdown are cured by that; dependency
information in init.d scripts is lacking for many situations. (I
need to patch 4-5 init.d scripts in each openSUSE release; let's
hope systemd improves that.)
If it's a remark for me: My issue is not with init.d scripts; they
are all run. After "Please stand by while rebooting the system...",
when BIOS action is normally triggered, nothing happens. (And it
has nothing to do with older hardware either; I bought this system
from Dell 8 weeks ago; it's a rather new i7 system.)
Joachim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod Email: jschrod@xxxxxxx
Roedermark, Germany
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
it might also be of some help to try to manually do what init, et al
[s|w]ould be doing
if feasible, I'd login cd /etc/init.d/rc.$current_runlevel + and run
something of the ilk:
for i in K* ++
do
./$i stop
done
I don't know if you're replying to Marc Chamberlin (the OP with the
problem that shutdown doesn't work over SSH) or to my comment that
one of my system doesn't reboot at all. (That's one of the
drawbacks of top postings... ;-)
If it's a remark for Marc, you make a very important point. Marc
should set RUN_PARALLEL to "no" in /etc/sysconfig/boot. Many
problems during boot or shutdown are cured by that; dependency
information in init.d scripts is lacking for many situations. (I
need to patch 4-5 init.d scripts in each openSUSE release; let's
hope systemd improves that.)
If it's a remark for me: My issue is not with init.d scripts; they
are all run. After "Please stand by while rebooting the system...",
when BIOS action is normally triggered, nothing happens. (And it
has nothing to do with older hardware either; I bought this system
from Dell 8 weeks ago; it's a rather new i7 system.)
Joachim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod Email: jschrod@xxxxxxx
Roedermark, Germany
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |