• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux running while halted?

jhu

Lifer
read something about this over at slashdot. why/how does the kernel still run when the system is halted? and could this possibly be done using other kernels?
 
Yea I found the article you were referring to. You are correct that nothing could be changed without rebooting, which is part of the security. And if run level 0 is the default they'd need physical access to make changes.
 
its an interesting idea... although that invisible BSD box seems more useful.
edit: i should explain that better. go to slashdot, and read the comments... someone mentioned it.
 
The kernel is still in memory untill you shut down the machine. So as long as devices are still lighting up the wires, and the neccisary parts of the kernel are still there, it'll work.

Most of the time, those neccisary parts aren't there, as the shutdown procedure unmounts and unloads everything it can. But as you saw in the article he was able to get it to keep network devices.

bart
 
Back
Top