Displaying 20 results from an estimated 20000 matches similar to: "Samba and SSHFS"
2010 May 12
3
DO NOT REPLY [Bug 7424] New: -x with sshfs
https://bugzilla.samba.org/show_bug.cgi?id=7424
Summary: -x with sshfs
Product: rsync
Version: 3.0.7
Platform: x64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: bugs at dotcommie.net
QAContact: rsync-qa at
2013 Mar 21
1
sshfs -o rellinks (module option) rejected by fuse
New to sshfs and new to this mailing list so please guide me if required.
Is this a bug? When sshfs is given option -o rellinks, it responds with
fuse: unknown option `rellinks'
According to my understanding of the sshfs man page and --help output
this option a) is valid and b) should be passed to the module, not to fuse.
Versions:
SSHFS version 2.4
FUSE library version: 2.8.5
2011 Dec 01
1
[Bug 1953] New: Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953
Bug #: 1953
Summary: Implementation of xattr in sftp-server for sshfs
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
2016 Aug 01
0
rsync 3.1.1 (and HEAD) grinds to a halt over sshfs
Hi Devs and others,
First, many thanks for 14+ years of personal usage rsync.
I'm trying to rsync to an sshfs mount point instead of using ssh
transport. The reason for this is that I'm using encfs to create
files which land on the (untrusted) destination encrypted.
After witnessing stalled rsync progress, a barely utilized internet
connection and and idle CPU, I stripped this down
2011 May 31
2
Samba serving sshfs shares: can't delete files
Hello!
I have samba share on my sshfs-mounted folder. All works just fine
except I can't delete files from sshfs unless they are in 0777 chmodded
directory. Even if that files were putted trough smbclient. I can read
files, write files (regardless their directory permissions) but not
delete them.
Here is my share config:
[myshare]
comment = shre over sshfs
path = /home/kli/work/remotes/dev
2008 Nov 05
1
Bug+bugfix in sftp-server : failed to rename file on sshfs mount
Hello,
Renaming a file via sftp on an sshfs mount resulted in a failure with
errorcode 38 (ENOSYS).
This is reproducable with openssh release 4.9p1 & 5.1p1 in combination
sshfs 2.2 (latest releases). Investigation revealed that sshfs only
implements the rename()-call and not the link()-call (used by
sftp-server).
Attached is a patch to perform the rename()-call upon a failed link().
The
2018 Jan 16
1
sshfs mounting on Centos 6.9
Hi all,
I am trying to mount on boot a sshfs filesystem.
I have tried this in /etc/fstab
backup at myserver.com:/home/backup/myserver /backup fuse.sshfs
nonempty,allow_other 0 2
but only works when network works.
I have also tried this in my crontab:
@reboot sshfs -o idmap=backup myserver.com:/home/backup/myserver /backup
but doesn?t seem to work either.
What else can I try?
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
> On Dec 3, 2007 5:19 AM, Miklos Szeredi <miklos at szeredi.hu> wrote:
> > > Yes it is weird. I hope you can help me with this problem as sshfs is
> > > so much simpler than nfs.
> >
> > Can you please do one more thing: start up sshfs normally, then on the
> > server do a strace of the sftp-server process:
> >
> > strace -o /tmp/strace.log
2007 Aug 24
1
SSHFS installation
Hello,
I'm trying to build a sshfs available environemnt.
Info:
[root at pandora /]# uname -a ; yum list \*fuse\* installed
Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007
x86_64 x86_64 x86_64 GNU/Linux
Loading "priorities" plugin
Loading "protectbase" plugin
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up
2009 Jan 30
1
DO NOT REPLY [Bug 6077] New: rsync doesn't modify content of sshfs volumes
https://bugzilla.samba.org/show_bug.cgi?id=6077
Summary: rsync doesn't modify content of sshfs volumes
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2011 Oct 11
6
[Bug 1942] New: mounting home directory with sshfs -o reconnect requires patch for ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1942
Bug #: 1942
Summary: mounting home directory with sshfs -o reconnect
requires patch for ssh
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
2010 May 07
2
sshfs and outlok express imap directory problem.
I mounted vpopmail/domains in sshfs.
root at 192.168.239.205:/mnt/disk-b/domains on /mnt/domains type fuse.sshfs (rw,nos uid,nodev,max_read=65536,allow_other)
I used qmail+dovecot+vpopmail+mysql dovecot-2.0.beta4.
I mounted sshfs with vpopmail/domains directory.
my /usr/local/etc/dovecot/conf.d/mail.conf file
mmap_disable = yes
dotlock_use_excl = yes
mail_nfs_storage = yes
2013 Mar 01
3
interactive visualizations - anyone use SVGAnnotation?
Hi all:I found some great demonstrations of interactive presentation graphics generated in R with the SVGAnnotation package, here:http://www.omegahat.org/SVGAnnotation/http://www.omegahat.org/SVGAnnotation/SVGAnnotationPaper/SVGAnnotationPaper.htmlI tried to install the package available at that website (it's not on CRAN) and am getting some pretty uninformative errors (see below). My best
1999 Feb 25
0
FWIW - share name length limit
I've just discovered a limitation in share name lengths. It may be in the
docs, but I didn't see it and it's not mentioned in the Frisch book on NT
admin.
I tried in my smb.conf to create a share called "public_ftp_files". The
share was created OK, but when I looked for it with the NT4 (sp4) Network
Neighborhood, the name had been truncated to "public_ftp_fi" (13
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi
A search of google failed to show any prebuilt rpms for sshfs and fuse.
I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of
help.
Before I dive headlong into this has anyone successfully built fuse/sshfs
against Centos 4.4.
If so would you share your experience?
Thanks
Daveh
2011 Mar 14
0
Regarding sshfs and multiplexed connections
Hi,
I have sshfs and ssh to my host setup to use the same socket with ControlMaster setting. Now when I try to scp a file to/from my host I see poor transfer speed. Also, a cp-ing a file to the mounted filesystem results in poor throughput. On the other hand, if I don't use the multiplexing, I get very good throughput. Now, my question is, when I multiplex, does the IPQoS get set wrongly for a
2008 Feb 21
0
LocalCommand and control master/sshfs
I've run into a couple cases where it would be nice to use LocalCommand to run
something to setup a session in some way when using ControlMaster. For
example, to scp something or do an sshfs mount automatically once your session
is established using the control socket. However, in 4.7, LocalCommand is run
before ssh_control_listener.
It's not terribly hard to work around (fork and
2012 Jul 27
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953
Christoph Anton Mitterer <calestyo at scientia.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |calestyo at scientia.net
--- Comment #2 from Christoph Anton Mitterer <calestyo at
2005 Nov 24
2
FUSE/SSHFS RPM Packages.
Alle,
Does anyone know if there are any reputable repositories out there that
contain packages for fuse/sshfs?
Best Regards,
Camron
--
Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu America, INC.
E-mail: cwfox at us.fujitsu.com
1998 Dec 16
1
Configuration questions: 1.9.18p10
I've got 1.9.18p10 up and running happily on a Solaris 2.4 box. I have got
the configuration set so that from my own PC (running NT4, sp4) on the same
subnet, I can login with no problems. Running smbclient on the Unix box
also confirms that I can use other user ID's also.
Problem 1: other users do not seem to be able to login.
What I think are the relevant sections of the config file