Page 2 of 3
Re: Kernel Panic
Posted: 6. Oct 2012, 10:35
by mimosa
Try running lilosetup from the command line to see more messages:
Re: Kernel Panic
Posted: 6. Oct 2012, 17:29
by thenktor
Akuna wrote:Did you check the partition to ensure nothing has been erased (i.e. in /boot)?
Mount sda1 and check if the file /sbin/init is there and executable.
Re: Kernel Panic
Posted: 8. Oct 2012, 01:07
by mpadilla2
Nothing has been erased as far as I can tell. /sbin/init is there in sda1. lilosetup.py did not produce anything different ...no extended verbiage or anything. Now my friend is saying that they applied all updates before rebooting

So, the story changed and the truth came out. Can you provide further guidance? Now I'm thinking something in the updates screwed up the system. How can we track that down?
Re: Kernel Panic
Posted: 8. Oct 2012, 07:10
by thenktor
Boot with live medium, mount sda1 to /mnt/sda1 and run "ldconfig -r /mnt/sda1". Maybe this helps.
EDIT: Or try to reinstall latest glibc packages: "spkg --root=/mnt/sda1 -u --reinstall /mnt/sda1/var/slapt-get/patches/glibc..."
Re: Kernel Panic
Posted: 9. Oct 2012, 00:46
by mpadilla2
I tried running that command to upgrade/reinstall glibc but it says file does not exist. Is that the correct command? The reason I ask is that when I go into that directory and do ls I see glibc in there. I see glibc-2.13-x86_64-6_slack13.37.txz. running ldconfig now.
Re: Kernel Panic
Posted: 9. Oct 2012, 00:49
by mpadilla2
ldconfig did not correct the error. Still recieving the same error as originally reported.
Re: Kernel Panic
Posted: 9. Oct 2012, 07:14
by thenktor
mpadilla2 wrote:I tried running that command to upgrade/reinstall glibc but it says file does not exist. Is that the correct command? The reason I ask is that when I go into that directory and do ls I see glibc in there. I see glibc-2.13-x86_64-6_slack13.37.txz. running ldconfig now.
Of course you have to expand that command by the glibc file name you have in that directory

Re: Kernel Panic
Posted: 9. Oct 2012, 09:45
by mimosa
.../patches/packages/glibc...
Re: Kernel Panic
Posted: 9. Oct 2012, 15:31
by mpadilla2
I tried the command again and this time it starts to act like it's going to reinstall...then I get the following:
Code: Select all
install/doinst.sh: line 38: sbin/ldconfig: cannot execute binary file
Re: Kernel Panic
Posted: 9. Oct 2012, 17:06
by mimosa
What command exactly did you enter?