[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Shutdown & U2 smp



Am Mittwoch 23 August 2006 10:39 schrieb Antonio M.:
> Commands halt and shutdown stop system but they don't power off the U2.

Neither do they on my SS20 or U60. That's what "poweroff" is for.

Actually, it's only a kernel thing to issue the right command: if you look at
arch/sparc/kernel/process.h, you see that the difference between poweroff
(via machine_poweroff()) and halt (via machine_halt()) is controlled by the
option CONFIG_SUN_AUXIO.
So make sure that you enabled this option and use "poweroff".

HS



Reply to: