Re: sshfs and permissions

2012-03-15 Thread Tom H
On Wed, Mar 14, 2012 at 7:21 PM, Pierre Penninckx wrote: > > @ Tom H: > This seems to be the problem but I must say that I don't really > understand what this paragraph means, especially this: >  "But the problem is, that the openssh sftp server indeed cares about > the server side umask [...] On

Re: sshfs and permissions

2012-03-14 Thread Pierre Penninckx
2012/3/9 Tom H : > On Thu, Mar 8, 2012 at 1:28 PM, Camaleón wrote: >> On Wed, 07 Mar 2012 18:27:29 +0100, Pierre Penninckx wrote: >> >> (...) >> >>> So like I said I didn't manage to make permission 100% work through >>> sshfs, though it works on the server or through DokanFS. The ACL on the >>> /

Re: sshfs and permissions

2012-03-08 Thread Tom H
On Thu, Mar 8, 2012 at 1:28 PM, Camaleón wrote: > On Wed, 07 Mar 2012 18:27:29 +0100, Pierre Penninckx wrote: > > (...) > >> So like I said I didn't manage to make permission 100% work through >> sshfs, though it works on the server or through DokanFS. The ACL on the >> /srv/movies folder is: # fi

Re: sshfs and permissions

2012-03-08 Thread Rob Owens
On Wed, Mar 07, 2012 at 06:27:29PM +0100, Pierre Penninckx wrote: > Hi all, > > I'm using sshfs to access files on my server and it works great. > However I have a problem with permissions. > I recall having similar issues several years ago. I don't remember exactly how I fixed it, but possibly

Re: sshfs and permissions

2012-03-08 Thread Camaleón
On Wed, 07 Mar 2012 18:27:29 +0100, Pierre Penninckx wrote: (...) > So like I said I didn't manage to make permission 100% work through > sshfs, though it works on the server or through DokanFS. The ACL on the > /srv/movies folder is: # file: movies > # owner: root > # group: videos > # flags: -s

sshfs and permissions

2012-03-07 Thread Pierre Penninckx
Hi all, I'm using sshfs to access files on my server and it works great. However I have a problem with permissions. But first, my setup: I have a server where I put all my movies/musics/pictures/documents/backups of laptops/git projects. It works with raid1 and lvm so it is quite secure and infin

Re: sshfs and permissions of /dev/fuse [SOLVED]

2008-02-23 Thread Amit Uttamchandani
On Sat, 23 Feb 2008 23:52:15 +0100 Florian Kulzer <[EMAIL PROTECTED]> wrote: > Don't worry about this, the fuse initscript does not exist in Etch. (I > forgot to check that before I sent my previous message. I run Sid.) > > Can you use sshfs after you modprobe the fuse module? If so then you can

Re: sshfs and permissions of /dev/fuse

2008-02-23 Thread Florian Kulzer
On Sat, Feb 23, 2008 at 14:03:53 -0800, Amit Uttamchandani wrote: [...] > > Try "modprobe -v fuse" (unload the module first if it is already > > loaded). This should create /dev/fuse or give you an error message. [...] > Ok that worked. I was able to load the fuse module and running ls -l > lis

Re: sshfs and permissions of /dev/fuse

2008-02-23 Thread Amit Uttamchandani
> > The 2.6.18 images have fuse.ko included. However, we should make sure > that your experiment with module-assistant has not left behind an > additional - possibly broken - fuse module. Run > > find /lib/modules/$(uname -r) -name fuse.ko > > and verify that it only lists one file: > /lib/modul

Re: sshfs and permissions of /dev/fuse

2008-02-23 Thread Florian Kulzer
On Sat, Feb 23, 2008 at 11:02:53 -0800, Amit Uttamchandani wrote: > > > > Do you have "fuse-utils" installed? /dev/fuse is meant to be created with > > ownership root:fuse, so the fuse group has to exist on your system. If I > > remember correctly, this group is created by the post-installation sc

Re: sshfs and permissions of /dev/fuse

2008-02-23 Thread Amit Uttamchandani
> > Do you have "fuse-utils" installed? /dev/fuse is meant to be created with > ownership root:fuse, so the fuse group has to exist on your system. If I > remember correctly, this group is created by the post-installation script of > fuse-utils. > > You can check if your system has the fuse group

Re: sshfs and permissions of /dev/fuse

2008-02-23 Thread Florian Kulzer
On Sat, Feb 23, 2008 at 02:14:46 +0100, Vincent Lefevre wrote: > On 2008-02-22 18:57:31 +0100, Florian Kulzer wrote: > > Do you have "fuse-utils" installed? > > Since sshfs depends on fuse-utils, I suppose that Amit has fuse-utils > installed. What I meant was: "Did fuse-utils install successfull

Re: sshfs and permissions of /dev/fuse

2008-02-22 Thread Brad Brock
have you add the user into fuse group? Vincent Lefevre <[EMAIL PROTECTED]> wrote: On 2008-02-22 18:57:31 +0100, Florian Kulzer wrote: > Do you have "fuse-utils" installed? Since sshfs depends on fuse-utils, I suppose that Amit has fuse-utils installed. -- Vincent Lefèvre - Web: 100% accessib

Re: sshfs and permissions of /dev/fuse

2008-02-22 Thread Vincent Lefevre
On 2008-02-22 18:57:31 +0100, Florian Kulzer wrote: > Do you have "fuse-utils" installed? Since sshfs depends on fuse-utils, I suppose that Amit has fuse-utils installed. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 100% accessible validated (X)HTML - Blog:

Re: sshfs and permissions of /dev/fuse

2008-02-22 Thread Florian Kulzer
On Thu, Feb 21, 2008 at 21:46:59 -0800, Amit Uttamchandani wrote: > On Wed, 20 Feb 2008 21:42:18 +0100 Vincent Lefevre wrote: > > > On 2008-02-19 01:02:39 -0800, Amit Uttamchandani wrote: > > > I recently installed sshfs on this etch system using aptitude > > > install sshfs. I am having the same

Re: sshfs and permissions of /dev/fuse

2008-02-21 Thread Amit Uttamchandani
On Wed, 20 Feb 2008 21:42:18 +0100 Vincent Lefevre <[EMAIL PROTECTED]> wrote: > On 2008-02-19 01:02:39 -0800, Amit Uttamchandani wrote: > > I recently installed sshfs on this etch system using aptitude > > install sshfs. I am having the same problem you listed above. > > However, I can't seem to f

Re: sshfs and permissions of /dev/fuse

2008-02-20 Thread Vincent Lefevre
On 2008-02-19 01:02:39 -0800, Amit Uttamchandani wrote: > I recently installed sshfs on this etch system using aptitude > install sshfs. I am having the same problem you listed above. > However, I can't seem to find /dev/fuse. > > [EMAIL PROTECTED]:~$ ls -l /dev/fuse > ls: /dev/fuse: No such file

Re: sshfs and permissions of /dev/fuse

2008-02-19 Thread Amit Uttamchandani
On Thu, 14 Feb 2008 16:37:09 +0100 Vincent Lefevre <[EMAIL PROTECTED]> wrote: > I've installed fuse with "module-assistant auto-install fuse". > Then, after loading the fuse module, I've tried sshfs, but I get > the following error: > > fuse: failed to open /dev/fuse: Permission denied > > Here

Re: sshfs and permissions of /dev/fuse

2008-02-15 Thread Vincent Lefevre
On 2008-02-15 09:19:25 +0800, hhding wrote: > permission is right > > you should add you to group fuse OK, I've reported a bug against the sshfs documentation: According to the sshfs documentation: quote from /usr/share/doc/sshfs/README Once sshfs is installed (

Re: sshfs and permissions of /dev/fuse

2008-02-14 Thread hhding
permission is right you should add you to group fuse Vincent Lefevre wrote: I've installed fuse with "module-assistant auto-install fuse". Then, after loading the fuse module, I've tried sshfs, but I get the following error: fuse: failed to open /dev/fuse: Permission denied Here /dev/fuse has

Re: sshfs and permissions of /dev/fuse

2008-02-14 Thread Jerome BENOIT
Hello, are you belonging to the group `fuse' ? Jerome Vincent Lefevre wrote: I've installed fuse with "module-assistant auto-install fuse". Then, after loading the fuse module, I've tried sshfs, but I get the following error: fuse: failed to open /dev/fuse: Permission denied Here /dev/fuse h

sshfs and permissions of /dev/fuse

2008-02-14 Thread Vincent Lefevre
I've installed fuse with "module-assistant auto-install fuse". Then, after loading the fuse module, I've tried sshfs, but I get the following error: fuse: failed to open /dev/fuse: Permission denied Here /dev/fuse has the following permissions: crw-rw 1 root fuse 10, 229 2008-02-14 13:25:53