Unable to mount cvmfs

Hi,

I cannot mount cvmfs, I get the following error:
CernVM-FS: loading Fuse module… terminate called after throwing an instance of ‘ECvmfsException’
what(): PANIC: /home/sftnight/jenkins/workspace/CvmfsFullBuildDocker/CVMFS_BUILD_ARCH/docker-x86_64/CVMFS_BUILD_PLATFORM/cc9/build/BUILD/cvmfs-2.11.5/cvmfs/util/posix.cc : 292

I’m not using autofs here to do the mounting but instead use the manual mounting with a mount config in /etc/fstab

This used to work before I had to reinstall the cvmfs rpms for preoccupying a staticly configured system user’s uid gid. The uid/gid of the respective config files/dirs are also updated to the new one.

It’s likely that you didn’t catch all necessary uid changes, that’s somewhat hard to do manually. I’d suggest to do a

sudo cvmfs_config wipecache

as well as double-checking that the cvmfs uid is well configured now, and rerunning cvmfs_config setup noautofs if not.

If that doesn’t work, please set CVMFS_DEBUGLOG=/tmp/cvmfs_debug.log in the client config and attach the resulting log after a mount attempt