Hi Nikolaus! On Saturday, January 23, 2016 at 10:07:12 PM UTC+1, Nikolaus Rath wrote: > > On Jan 23 2016, 'Igor Galić' via s3ql <[email protected] > <javascript:>> wrote: > > now, when i s3ql.mount the filesystem, everyting *seems* fine: > > > > igalic@p3app01 ~> mount | grep s3ql > > gs://gitbucket/acme on /srv/web/acme.at type fuse.s3ql > (rw,nosuid,nodev,allow_other,default_permissions,user=acme.at) > > > > however, any attempt to access the mountpoint requires root, or the > > acme.at user: > > DId you enable allow-other in /etc/fuse.conf? > > i did, and i made the file world-readable:
igalic@p3app01 ~> ls -lahrt /etc/fuse.conf -rw-r--r-- 1 root fuse 279 Jän 22 15:18 /etc/fuse.conf igalic@p3app01 ~> cat /etc/fuse.conf # /etc/fuse.conf - Configuration file for Filesystem in Userspace (FUSE) # Set the maximum number of FUSE mounts allowed to non-root users. # The default is 1000. #mount_max = 1000 # Allow non-root users to specify the allow_other or allow_root mount options. user_allow_other igalic@p3app01 ~ > Does it work with other FUSE file systems (e.g. the examples that are > shipped with FUSE)? > > This is most likely a FUSE issue on your system and not related to S3QL. > > I am entirely convinced it is. If I had some time, or, if linux had any sensible kernel debugging facilities, i could've found the actual source of this. So, yesterday i looked at alternatives to s3ql (on its wiki:), and paid $14 to ObjectiveFS and how they do it. And it turns out that they just mount as root, and then allow_root, after I did that with s3ql, it *just* worked. Thank you very much for your reply. > Best, > -Nikolaus > > (No Cc on replies please, I'm reading the list) > -- > GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F > Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F > > »Time flies like an arrow, fruit flies like a Banana.« > -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
