Re: Is my rootfs correctly mounted?

2012-08-30 Thread Rahul Bedarkar
On Thu, Aug 30, 2012 at 8:38 PM, stl wrote: > And another question, > since the kernel is booting with initramfs support, > is it normal that it tries to run /init instead of bin/init or sbin/init > > To be more precise, it runs this: > > if (ramdisk_execute_command) { > run_init_proce

Re: Issue with ps -l command "Unknown HZ value! (744514) Assume 100."

2012-08-30 Thread Mulyadi Santosa
Hi... please, don't top post... On Thu, Aug 30, 2012 at 6:51 PM, KARTHIK SEKURU wrote: > > If yes,then would replacing the linux-3.4.tar.bz2 with the one > modified(having CONFIG_HZ as 25) by me would make the userspace take 25HZ as > default.Am i correct? can't guarantee that, but I think it

Re: Is my rootfs correctly mounted?

2012-08-30 Thread stl
And another question, since the kernel is booting with initramfs support, is it normal that it tries to run /init instead of bin/init or sbin/init To be more precise, it runs this: if (ramdisk_execute_command) { run_init_process(ramdisk_execute_command); <---this pri

Re: Is my rootfs correctly mounted?

2012-08-30 Thread Rahul Bedarkar
yes root file system is mounted correctly. It is just it didn't find init. On Thu, Aug 30, 2012 at 8:10 PM, stl wrote: > Hello all, > if I try to boot Linux 2.6.37 by supplying a configuration file to the > kernel to create initramfs_data.cpio, > (without any compression), is it normal that the k

Re: Is my rootfs correctly mounted?

2012-08-30 Thread stl
Thanks Rahul for your very quick answer. Glad to hear this. So, when does the message "VFS: Mounted root" appear? Maybe when using init ramdisk (initrd) support? 2012/8/30 Rahul Bedarkar > yes root file system is mounted correctly. It is just it didn't find init. > > On Thu, Aug 30, 2012 at 8:

Is my rootfs correctly mounted?

2012-08-30 Thread stl
Hello all, if I try to boot Linux 2.6.37 by supplying a configuration file to the kernel to create initramfs_data.cpio, (without any compression), is it normal that the kernel doesn't print the well known message: VFS: Mounted root ( filesystem) even if the boot reaches the point where it tries t

Re: Issue with ps -l command "Unknown HZ value! (744514) Assume 100."

2012-08-30 Thread Mulyadi Santosa
Hi... On Thu, Aug 30, 2012 at 12:28 PM, KARTHIK SEKURU wrote: > > After the kernel bootup, in the command prompt when i am using the command > "ps -l "..i am getting the following > > sh-4.2# ps -l > Unknown HZ value! (744514) Assume 100. IIRC, if you run this at shell: getconf -a | grep TCK y