jails Bitwarden with Linuxulator does not work with Debian on Freebsd 13.2

Hi all,

I installed on Freebsd (latest packages) debian bullseye as linux userland.
In the jail, I installed the Bitwarden.dep package. So far so good.
When I trying to execute from freebsd terminal session bitwarden, I get the error message below:

/compat/debian/opt/Bitwarden/bitwarden: error while loading shared libraries: libffmpeg.so: cannot open shared object f
ile: No such file or directory
[4079:0730/162440.292485:ERROR:file_path_watcher_inotify.cc(823)] Failed to read /proc/sys/fs/inotify/max_user_watches
Trace/BPT trap (core dumped)

When I trying to check the file in the jail after running chroot /compat/debian /bin/bash, I cannot find the fs directory under /proc/sys. I see only:

root@mx1:/# cd /proc/sys/
root@mx1:/proc/sys# ls
kernel vm

Under freebsd, I' m wondering to see with df

linprocfs 4 4 0 100% /compat/linux/proc
linsysfs 4 4 0 100% /compat/linux/sys
devfs 1 1 0 100% /compat/linux/dev
fdescfs 1 1 0 100% /compat/linux/dev/fd

tmpfs 4358224 4 4358220 0% /compat/linux/dev/shm
map -hosts 0 0 0 100% /net
devfs 1 1 0 100% /compat/debian/dev
tmpfs 1048576 4 1048572 0% /compat/debian/dev/shm
fdescfs 1 1 0 100% /compat/debian/dev/fd
linprocfs 4 4 0 100% /compat/debian/proc
linsysfs 4 4 0 100% /compat/debian/sys

/tmp 30091196 72488 30018708 0% /compat/debian/tmp
/usr/home 30111656 92948 30018708 0% /compat/debian/home


Any idea what's happend here and what I hve to change?

Thanks in advance,

Sebastian
 
Back
Top