Displaying 20 results from an estimated 8000 matches similar to: "sftp-server rename and handling of EXDEV"
2008 Mar 05
6
[Bug 1447] New: sftp-server rename fails when EXDEV is returned
https://bugzilla.mindrot.org/show_bug.cgi?id=1447
Summary: sftp-server rename fails when EXDEV is returned
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
2013 Jan 18
1
sftp does not allow rename across file system
Hello:
I got the error
EXDEV (Invalid cross-device link)
when renaming one file to another directory that is actually mounting
another file system.
I am using SSH-2.0-OpenSSH_6
with standard SFTP setup as below
Subsystem sftp internal-sftp
Match group sftponly
ChrootDirectory /home/sftp/%u
X11Forwarding no
AllowTcpForwarding no
ForceCommand
2004 Feb 17
1
[patch] Make robust_rename() handle EXDEV.
All callers of robust_rename() call copy_file() if EXDEV is received. This
patch moves the copy_file() call into robust_rename().
Patch Summary:
-12 +1 backup.c
-15 +2 rsync.c
-9 +33 util.c
-------------- next part --------------
patchwork diff util.c
--- util.c 2004-02-17 09:58:44.000000000 -0500
+++ util.c 2004-02-17 10:21:22.000000000 -0500
@@ -355,16 +355,40 @@
2009 Oct 23
0
Powerpoint file locking issue
Hello,
We've been seeing a problem with Samba server 3.0.33-0.17 handling lock
files for Microsoft Powerpoint 2007. The problem is observed in both
Windows XP and Windows Vista.
If a user opens an existing file, smbstatus looks like this:
10781 11021 DENY_WRITE 0x2019f RDWR NONE
/usr/test/dssg test1234ecg2.pptx Fri Oct 23 17:21:52 2009
10517 11021
2008 Nov 06
10
[Bug 1535] New: rename doesn't fall back to rename syscall upon ENOSYS of link syscall
https://bugzilla.mindrot.org/show_bug.cgi?id=1535
Summary: rename doesn't fall back to rename syscall upon ENOSYS
of link syscall
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P3
Component:
2009 Sep 20
1
Hardlink patches for sftp
Dear all,
I am looking for the status on the hardlink patches that were
published on this list last february by Miklos Szeredi?
I'd really like to have hardlink support in sftp. This would in turn
enable hardlinks in sshfs and make incremental rsync backups to remote
filesystems possible.
can someone tell me if these patches will be incorporated in openssh?
The patches can be found under
2004 Dec 01
1
rsync transfers whole content when a new hardlink is created
Hi,
I detected a silly behaviour of rsync when new hardlinks of already synced
files are created:
Scenario:
There are a local directory and a equal remote directory created by former run
of rsync.
Create a hardlink from a already existing file (both inside the local
directory).
If this hardlink has a filename with comes before the original filename when
both are sorted in
alphabetic order,
2004 Apr 05
9
link(2) to rename files in sftp
Is there an alternative to using link(2) to rename files in sftp-server?
Some users use sftp to upload files to a vfat partition on an sftp-server,
and then renaming doesn't work. This breaks konqueror, for example (from KDE,
which u), which upload files first with a ".part" extension and then renames
them removing this extension.
2003 Jun 25
0
OpenSSH Compilation problems while enabling AFS support
Hi,
We are trying to compile OpenSSH with AFS support to enable password-less
login in a linux cluster.
We are getting the error mentioned at the bottom of this mail. Also,
included the information of other packages and the options used with
configure.
Please help us to sort out this issue.
Server is running on RedHat Linux v7.3
OpenAFS Information
Downloaded from
2011 Apr 13
1
yum update - missing dependencies
Hi everyone,
I just upgraded to 5.6 and keep on getting the following error message:
[root at rwjafs1 ~]# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: centos.mirror.nac.net
* extras: mirror.batblue.com
* updates: mirror.atlanticmetro.net
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a
more-or-less stable base of Centos-5.2. I asked for packages in this,
but got no answers. So now I've built them and will let you try them
if you want. I used the source packages from Fedora 8 and 9.
I wanted TexLive because many of us have jumped ship to Ubuntu Linux
8.04 and it does offer TexLive, and the compatability
2020 Jul 17
0
[OT] What is the max hardlink number for a single file on XFS
Hi list,
I have a little script that uses rysnc and hardlink to perform backups.
Some days ago a friend told me that rsync could crash if the hardlink
limit is reached. I know (and tested) that for ext4 the max number of
hardlink for a single file is 65000 but I can't get a limit on XFS.
Due to the fact that I can't get good resources from google search, I
tried to reach its limit
2004 Feb 27
2
OPenAFS and OpenSSH replacing kafs
Would OpenSSH be willing to accept a modification similar to the one
below to replace the kafs modification to get an AFS PAG and token?
The nice features of this are that it can be compiled in
even if OpenAFS is not available. At runtime if the
dynamic library is present, it can be loaded and called.
A dynamic lib is used so the setpag is in the same process.
It has been reported that the
2007 May 07
2
[PATCH] Adds support for SSH_FXP_LINK request to sftp-server and sftp client
Dear list,
Attached is a patch that adds support for the SSH_FXP_LINK request, as
described in draft-ietf-secsh-filexfer-07 onwards, to the sftp server
and client. It is for and has been tested on the current portable
snapshot but also applies to openbsd CVS.
Thanks,
--
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-sftp-hardlink-pcvs-v2.patch
2005 May 29
1
Re: CentOS and SL, together? -- GPL, LGPL, kernel and user ...
From: Johnny Hughes <mailing-lists at hughesjr.com>
> Nope ... I can't build that with GNU gcc and against GNU glibc and
> release it ... sorry, no OpenAFS :(
??? Actually, you _can_. You just can't link it into the GPL kernel program.
[ I'm not posting this to cross you. But someone correct me if I'm wrong. ]
There is nothing in the GPL that prevents a GPL
2015 Nov 30
0
Questions about hardlinks, alternate storage and compression]
Hi all,
I have some updates on the hard-link discussion.
First, let me explain that I installed a test machine with CentOS 7.1
and dovecot/pigeonhole version 2.2.10-4 and the results where identical
on what I had on CentOS 6.7 and dovecot 2.0.9-19
The bottom line is that hardlinking works only when no, or at most only
one, RCPT have sieve filtering. For example:
- if no RCPT has sieve
2007 Jan 23
1
--link-dest copying modified files
Hi!
It's me again with another --link-dest issue:
I am using dirvish (www.dirvish.org) to create daily backup on disk
images.
dirvish is using rsync with --link-dest pointing to the last good image.
This creates images with hardlinks to unmodified files. So far so good.
Now I want to create a "current" filetree with hardlinks pointing to the
last image.
rsync -vaH --delete
2012 Mar 30
3
[PATCH] xenpaging: add error code to indicate iommem passthrough
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1333120147 -7200
# Node ID 34d9828185501f6e7ea2c3c2a397176a8e54ef0a
# Parent 80653c8ea1d19dfe6130396bbc77f766eb9f9fab
xenpaging: add error code to indicate iommem passthrough
Similar to the existing ENODEV and EXDEV error codes, add EMDEV to
indicate that iommu passthrough is not compatible with paging.
All error codes are
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
(I think the subject is quite descriptive; however for use-cases and
details see bellow after the mention of the old conversation and the
patch.)
Searching the mailing list about this topic yields an old conversation
about this from 2008:
* https://lists.samba.org/archive/rsync/2008-November/022148.html
* https://lists.samba.org/archive/rsync/2008-November/022150.html
I'll quote
2007 Mar 18
3
[Bug 1300] rename doesn't work on Linux vfat
http://bugzilla.mindrot.org/show_bug.cgi?id=1300
Summary: rename doesn't work on Linux vfat
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: