https://bugzilla.novell.com/show_bug.cgi?id=450643 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450643#c3 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jreidinger@novell.com |yast2-maintainers@suse.de Status|REOPENED |NEW --- Comment #3 from Josef Reidinger <jreidinger@novell.com> 2008-12-02 06:48:17 MST --- Hmm, perl-Bootloader nor yast2-bootloader doesn't read directly /proc/meminfo. So problem is in yast, here is direct usage of /proc/meminfo: gtk/integrate/YaST2.call:MEM_TOTAL=`awk '/^MemTotal:/{ print $2 }' /proc/meminfo` installation/startup/YaST2.call:MEM_TOTAL=`awk '/^MemTotal:/{ print $2 }' /proc/meminfo` installation/startup/First-Stage/F08-logging: USE=`awk '/^MemFree:/{ n=2 ; printf "%d\n", $n/3 }' /proc/meminfo` repair/data/filenames:/proc/meminfo yast2/library/agents/proc_meminfo.scr: (`File("/proc/meminfo")), // real file name So I reassign it to yast-maintainers and also decrease severity to low, as this is not much expected scenario without /proc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.