2007/11/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Simply for ease, could I instead kill/remove the extra livecd-login
> processes I don't need?  If so, what would I need to do about the
> extra "/bin/openvt -f -c # -e -w --" commands run in inittab?  If
> that idea is absurd, I apologize; I hope to know better after
> finishing LFS.

You should do nothing except adding a large swap file or partition.
Unused processes automatically go to swap and don't affect the system.
Also, the amount of free memory reported by "top" or "free" is not
completely accurate. For freeing disk caches, run the following
commands:

sync
echo 3 >/proc/sys/vm/drop_caches
sync

After this, you will get 13 MB of free memory (for r2130), but it will
become used again soon (so you have to repeat the command manually
after some time).

As for the openvt, this is part of the command. Read "man openvt" -
the command runs the "livecd-login" program on the specified virtual
terminal. You should comment out the entire line from inittab if you
want, but, as explained above, this gains practically nothing.
-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to