What you did was make sure that the rpm install process doesn't fail (you changed pkginstfail = 1 to 0, right?). I think the real failure was with pfilter on line 139 (is this still a problem Neil?) and with the kernel packages on lines 202 and 204, with the test condition problem. The kernel package problems could probably be fixed by using (or temporarily setting) the en_US locale. You should be able to find information on how to do this, but I think it has something to do with setting lc_all=en_US in the shell (Ben... what's the syntax for locale setting?) you run the command.
Jason On Thu, 2002-09-26 at 22:07, [EMAIL PROTECTED] wrote: > Jason and all, > > Here's whole oscarinstall.log !!! I don't know, but the problem was resolved > through change /etc/systeminstaller/systeminstaller.conf. The flags it was thus > 'rpmargs "-Uvh"', 'pkginstall 0' now. > > My rpm version is: > # rpm -qa|grep -i rpm-4 > > rpm-4.0.4-7x.18 > > ( This version ships on the 7.3 CD ) > > 139: pfilter ################################################## > /etc/install_merge_pfilter_conf: egrep: command not found > 202: kernel ################################################## > awk: cmd. line:2: fatal: cannot open file `/etc/fstab' for reading (No such file > or directory) > ls: : No such file or directory > /sbin/mkinitrd: [: : integer expression expected > awk: cmd. line:2: fatal: cannot open file `/etc/fstab' for reading (No such file > or directory) > 203: pidentd ################################################## > 204: kernel-smp ################################################## > awk: cmd. line:2: fatal: cannot open file `/etc/fstab' for reading (No such file > or directory) > ls: : No such file or directory > /sbin/mkinitrd: [: : integer expression expected > awk: cmd. line:2: fatal: cannot open file `/etc/fstab' for reading (No such file > or directory) > 205: xinetd ################################################## > 206: pciutils ################################################## ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
