You are not logged in.
Pages: 1
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)
Offline
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?
Offline
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
oh awesome thanks grant ill do that now
Offline
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
Pages: 1