Running CernVM-FS client on Ubuntu

Posted on January 25, 2013 by Nick

As a follow-up to yesterday’s post, this is a post about getting the client to run correctly. We’re trying to get the client to run using FUSE in order that people lacking root can mount the filesystem - this is likely to be important for getting it to run on our clusters. I’m not quite sure how plausible this it likely to be.

The most useful tool I found in getting this working was cvmfs_config chksetup, which gives a listing of any problems it finds with your configuration. For me, the problems were thus:

Following the steps given by running cvmfs_config info <reponame> on the server, we also have:

Or using whatever proxy settings you need to.

This was enough to have autofs mounting the repositories specified under /cvmfs. To get fuse working properly, it seemed to help to add myself into the fuse group (although it seemed to work without this, only throwing a complaint on being unable to read /etc/fuse.conf).

blog comments powered by Disqus