Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install in Ubuntu 24.04 #73

Open
lldelisle opened this issue Feb 21, 2025 · 2 comments
Open

Cannot install in Ubuntu 24.04 #73

lldelisle opened this issue Feb 21, 2025 · 2 comments

Comments

@lldelisle
Copy link

Hi,
I got an issue similar to #30:

root@workstationduboule:~/slurm-drmaa-1.1.4# cvmfs_config probe
Error: failed to load cvmfs library, tried: './libcvmfs_fuse3_stub.so' '/usr/lib/libcvmfs_fuse3_stub.so' '/usr/lib64/libcvmfs_fuse3_stub.so' './libcvmfs_fuse_stub.so' '/usr/lib/libcvmfs_fuse_stub.so' '/usr/lib64/libcvmfs_fuse_stub.so'
./libcvmfs_fuse3_stub.so: cannot open shared object file: No such file or directory
/usr/lib/libcvmfs_fuse3_stub.so: cannot open shared object file: No such file or directory
/usr/lib64/libcvmfs_fuse3_stub.so: cannot open shared object file: No such file or directory
./libcvmfs_fuse_stub.so: cannot open shared object file: No such file or directory
libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
/usr/lib64/libcvmfs_fuse_stub.so: cannot open shared object file: No such file or directory

Failed to read CernVM-FS configuration

I guess it is because 'noble' is not mentioned in the https://github.com/galaxyproject/ansible-cvmfs/blob/main/tasks/init_debian.yml

@afgane
Copy link
Contributor

afgane commented Feb 21, 2025

Sorry, no solution but I can second the issue from earlier in the week. For the time being, I switched to 22.04 and it worked there.

@lldelisle
Copy link
Author

I found a solution (I followed what was proposed in the issue I linked) but I wanted to report the bug because my fix was manual:

sudo tee /etc/apparmor.d/apptainer << 'EOF'
# Permit unprivileged user namespace creation for apptainer starter
abi <abi/4.0>,
include <tunables/global>
profile apptainer /usr/libexec/apptainer/bin/starter{,-suid} 
    flags=(unconfined) {
  userns,
  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/apptainer>
}
EOF
sudo systemctl reload apparmor
sudo systemctl daemon-reload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants