You are not logged in.

#1 2013-12-07 16:29:22

VanillaFunk
Member
From: MA. USA
Registered: 2013-06-10
Posts: 396
Website

kernel Panic this morning.[solved]

hey updated last night, kernel was updated all was well.  this morning did another update (not sure atm which packages where updated but once I know will post)  kernel paniced during e4rat preload state.

/sbin/e4rat-preload: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
kernel panic - not syncing: attempted to kill init! exitcode=0x00007f00

CPU: 0 PID: 1 Comm: e4rat-preload Not tainted 3.12.3-1-ARCH #1

don't have my cds with me so having to download a live arch cd.

I believe that if I chroot in and remove e4rat from the syslinux cfg I may be able to boot in and the recollect for e4rat ... it seems something changed with the libraries... didn't know if anyone has a similar issue or if some one with a lil more knowlage can tell me if this will work or if I should try summin different

Last edited by VanillaFunk (2013-12-07 18:26:42)


archx86_64 : awesomewm
https://github.com/dreemsoul

Remeber to feed the squirrels

Offline

#2 2013-12-07 17:21:59

VanillaFunk
Member
From: MA. USA
Registered: 2013-06-10
Posts: 396
Website

Re: kernel Panic this morning.[solved]

so running fallback worked fine however even doing a new e4rat-collect causes the same error.

tried removing the e4rat init line and all works again... what is the best way to contact the maintainer of e4rat on aur or is this the end of that project?


archx86_64 : awesomewm
https://github.com/dreemsoul

Remeber to feed the squirrels

Offline

#3 2013-12-07 17:33:51

Grant
Member
From: Italy
Registered: 2012-12-15
Posts: 246

Re: kernel Panic this morning.[solved]

You've to remember that when the libraries which e4rat-* is based on get updated, you need to recompile the package in order to get it working again. This happens whenever you compile your own packages.
I got this issue as well, and recompiling e4rat took away every problem.

Offline

#4 2013-12-07 18:26:20

VanillaFunk
Member
From: MA. USA
Registered: 2013-06-10
Posts: 396
Website

Re: kernel Panic this morning.[solved]

oh awesome thanks grant ill do that now


archx86_64 : awesomewm
https://github.com/dreemsoul

Remeber to feed the squirrels

Offline

#5 2013-12-08 18:41:11

emto
Member
Registered: 2013-05-08
Posts: 13

Re: kernel Panic this morning.[solved]

The problem was an update of boost-libs 1.55.0-2. e4rat tries to load the 1.54.0-2

I solved it with

ln -s /usr/lib/libboost_system.so /usr/lib/libboost_system.so.1.54.0
ln -s /usr/lib/libboost_filesystem.so /usr/lib/libboost_filesystem.so.1.54.0
ln -s /usr/lib/libboost_regex.so /usr/lib/libboost_regex.so.1.54.0

libboost_xxxx.so are symbolic links to the current version so everything will be ok in the next updates (until some version changes broke it).

Greetings

Offline

Board footer

Powered by FluxBB