cvmfs / cvmfsexec

Mount cvmfs repositories as an unprivileged user
Other
27 stars 13 forks source link

Is cvmfsexec broken with CVMFS 2.11.2? #86

Closed giffels closed 12 months ago

giffels commented 12 months ago

Hi,

today I reinstalled cvmfsexec 4.37 on a node and get the following output from the self-extracting script cvmfs_setup.sh produced by makedist osg.

./cvmfs_setup.sh cms.cern.ch -- /bin/bash
mountrepo config-osg.opensciencegrid.org failed

while my old installation of cvmfsexec 4.37 is still working.

./cvmfs_setup.sh cms.cern.ch -- /bin/bash
CernVM-FS: loading Fuse module... done
CernVM-FS: mounted cvmfs on /scratch/giffels/.cvmfsexec/dist/cvmfs/config-osg.opensciencegrid.org
CernVM-FS: loading Fuse module... done
CernVM-FS: mounted cvmfs on /scratch/giffels/.cvmfsexec/dist/cvmfs/cms.cern.ch

The only difference that I see is that old installation is using CVMFS 2.10.1 and the new one CVMFS 2.11.2.

@DrDaveD do you have any hint how to debug this?

giffels commented 12 months ago

When I replace by https://github.com/cvmfs/cvmfsexec/blob/026260277d9aa67de142e9c0f06fb3f99193b7df/makedist#L236 by CVMFSVERSION="2.10.1" it is working again.

giffels commented 12 months ago

I will close the issue, since it is related an old 69-kek.conf from https://kekcc.kek.jp/service/kekcc/download/69-kek.conf, which does not exists anymore. The fact that is was working by changing the CVMFSVERSION, was that re-running makedist osg has overwritten that config again. Sorry for the noise.

vvolkl commented 12 months ago

OK, great that this resolved itself, thanks for letting us know!

DrDaveD commented 12 months ago

Yes and I'm sorry for my delayed response.

You should have been able to add CVMFS_DEBUGLOG settings in the configuration, or perhaps the existing log/config-osg.opensciencegrid.org.log would have been enough.