Re: [gentoo-user] Re: big problems on boot

2005-02-15 Thread Neil Bothwick
On Mon, 14 Feb 2005 23:53:12 -0500, Luke Albers wrote: thanks, I did that and everything worked fine. I re-merged gawk with -xml, and deleted the library from /lib. I havent rebooted yet, but I will see tomorrow if this works. Otherwise, I can just leave the library in /lib. That could

[gentoo-user] Re: big problems on boot

2005-02-14 Thread Luke Albers
Additionally, when I run a lot of things, it says /sbin/runscript.sh: line thirty-something: /usr/lib/init.d/softlevel no such file or directory this directory does not exist -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: big problems on boot

2005-02-14 Thread Luke Albers
ok, the first problem seems to be after it says it will remount root filesystem read-write. the next message is the one about awk and libexpat.so.0: error loading shared libraries On Mon, 2005-02-14 at 20:11 -0500, Luke Albers wrote: Additionally, when I run a lot of things, it says

Re: [gentoo-user] Re: big problems on boot

2005-02-14 Thread Luke Albers
On Mon, 2005-02-14 at 23:19 -0500, Luke Albers wrote: ok, the first problem seems to be after it says it will remount root filesystem read-write. the next message is the one about awk and libexpat.so.0: error loading shared libraries I take this back. It looks like its right after some udev

Re: [gentoo-user] Re: big problems on boot

2005-02-14 Thread Luke Albers
I have also noticed that it is trying to read a bunch of files in /var/lib/init.d that don't exist. What are these files, do I need them ,and how do I get them back? thanks On Mon, 2005-02-14 at 23:24 -0500, Luke Albers wrote: On Mon, 2005-02-14 at 23:19 -0500, Luke Albers wrote: ok, the

Re: [gentoo-user] Re: big problems on boot

2005-02-14 Thread Steven Susbauer
There is I known issue with gawk compiled with xml support (see http://marc.theaimsgroup.com/?l=gentoo-userm=110839477209075w=2 ). Try booting from LiveCD, chrooting, and doing `USE=-xml emerge gawk` - It may be your problem. Luke Albers wrote: On Mon, 2005-02-14 at 23:19 -0500, Luke Albers

Re: [gentoo-user] Re: big problems on boot

2005-02-14 Thread Steven Susbauer
FYI, linking wouldn't make a difference because the problem happens before /usr/lib (and thus the link) is usable. Copying the library to /lib would fix it. Luke Albers wrote: On Mon, 2005-02-14 at 23:19 -0500, Luke Albers wrote: ok, the first problem seems to be after it says it will remount

Re: [gentoo-user] Re: big problems on boot

2005-02-14 Thread Luke Albers
On Mon, 2005-02-14 at 20:39 -0800, Steven Susbauer wrote: FYI, linking wouldn't make a difference because the problem happens before /usr/lib (and thus the link) is usable. Copying the library to /lib would fix it. thanks, I did that and everything worked fine. I re-merged gawk with -xml,