Re: unclean root file-system after shutting down from single-user-mode

2008-02-14 Thread Pravin
I think you'd better use the standard init, which has support for startup and shutdown scripts. If you customize them, together with a custom inittab, then you can have your system start just your application, but still do certain actions upon startup and shutdown. This seems much

Re: unclean root file-system after shutting down from single-user-mode

2008-02-14 Thread Thomas De Schampheleire
On Thu, Feb 14, 2008 at 2:22 PM, Pravin [EMAIL PROTECTED] wrote: I think you'd better use the standard init, which has support for startup and shutdown scripts. If you customize them, together with a custom inittab, then you can have your system start just your application, but

Re: unclean root file-system after shutting down from single-user-mode

2008-02-14 Thread Bernd Petrovitsch
On Don, 2008-02-14 at 14:35 +0100, Thomas De Schampheleire wrote: On Thu, Feb 14, 2008 at 2:22 PM, Pravin [EMAIL PROTECTED] wrote: [] But my only concern is that Will it affect the performance.. ?? I mean now I will be having one extra process with my application which will need some

What is vDSO?

2008-02-14 Thread Peter Teoh
When I compiled my kernel today I noticed: INSTALL vdso32-int80.so INSTALL vdso32-sysenter.so It seemed like a userspace dynamic library. What are these *.so files doing in the /lib/modules/vdso directory? What are their purpose? vDSO - short name for ???. I have been reading

Re: What is vDSO?

2008-02-14 Thread Anupam Kapoor
On Thu, Feb 14, 2008 at 8:12 AM, Peter Teoh [EMAIL PROTECTED] wrote: When I compiled my kernel today I noticed: INSTALL vdso32-int80.so INSTALL vdso32-sysenter.so don't these have to do with syscall implementation on x86 machines ? with int80 being the old s/w interrupt mechanism which

can't shutdown is a kernel problem?

2008-02-14 Thread -幻影殇∮
I can't shutdown now, it stops at Now will halt.

Re: can't shutdown is a kernel problem?

2008-02-14 Thread Mulyadi Santosa
Hi On Fri, Feb 15, 2008 at 12:26 PM, -幻影殇∮ [EMAIL PROTECTED] wrote: I can't shutdown now, it stops at Now will halt. No other messages? what did you type anyway? halt? regards, Mulyadi

Re: What is vDSO?

2008-02-14 Thread Peter Teoh
After some reading, instead of learning something I have more questions (so all the existing questions still is unknown to me): On Fri, Feb 15, 2008 at 12:12 AM, Peter Teoh [EMAIL PROTECTED] wrote: When I compiled my kernel today I noticed: INSTALL vdso32-int80.so INSTALL