This Sunday, my FreeBSD box has entered some weird state.
This machine is following 11-stable, and,
- after calling
a lot of modules and commands fail on
I checked out this file within /lib and
But, each attempt to copy it from a backup into this directory using
I dropped the file into /usr/lib to make the box works again and tried to re-install the base system with
... then,
Another strange behavior, when booting into single user mode,
Any clue ? It sounds like ZFS gone crazy.
- a scrub of the pool doesn't help -
Same issue occurred if the filesystem was mounted from a liveCD, or backuped up into another zpool.
This machine is following 11-stable, and,
- after calling
delete-old-libs
maybe, I don't really know -a lot of modules and commands fail on
missing libjail.so.1
I checked out this file within /lib and
ls
confirmed that the file was missing.But, each attempt to copy it from a backup into this directory using
cp
fails on File exists
.
Code:
root@dmarec:/home/david # ls /lib/libjail.so.1
ls: /lib/libjail.so.1: No such file or directory
root@dmarec:/home/david # cp libjail.so.1 /lib/libjail.so.1
cp: /lib/libjail.so.1: File exists
I dropped the file into /usr/lib to make the box works again and tried to re-install the base system with
make buildworld
and make installworld
.... then,
install -C
stopped on the same error, but on other files ( e.g. libipsec ).Another strange behavior, when booting into single user mode,
ls /lib
displays libjail.so.1!Any clue ? It sounds like ZFS gone crazy.
- a scrub of the pool doesn't help -
Same issue occurred if the filesystem was mounted from a liveCD, or backuped up into another zpool.