jdd -- ...and then jdd@dodin.org said... % ... % by the way hibernation works, I mean the computer stops and do not % crash at start It shouldn't crash in any case :-) % % but how can I see if it simply stopped and restarted or come back % from hibernation? If the machine is restarted, then everything gets kicked off as a fresh process, right? In the case of waking from hibernation, the processes all pick up right where they left off. Think of it like forking a process; the new fork didn't have to get called but instead just exists. If you really need to know, I'd write a flag file or similar as part of the hibernation script and then detect it as you wake up and come out of the system call. In practice, though, you basically won't know it happened :-) % % jdd Happy Holidays :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org