Displaying 20 results from an estimated 28 matches for "readlink_stat".
2014 Jun 27
0
[Bug 10679] New: readlink_stat error results in deletion of mountpoints
https://bugzilla.samba.org/show_bug.cgi?id=10679
Summary: readlink_stat error results in deletion of mountpoints
Product: rsync
Version: 3.1.0
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
Repor...
2020 Mar 28
0
osx permission issue
..., since running as root is not sufficient - but it does
> not work.
>
> i want to make sure that every file on osx is getting backup
>
> i run rsync on linux to remotely backup osx system (via ssh).
>
> regards
> roland
>
>
> rsync:
> readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss0m0000gn/0/com.apple.routined")
> failed: Operation not permitted (1)
> rsync:
> readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss0m0000gn/0/com.apple.Safari/SafariFamily")
> failed: Operation...
2020 Mar 28
4
osx permission issue
...( system-prefs -> security & privacy -> privacy -> full disk
access)? , since running as root is not sufficient - but it does not work.
i want to make sure that every file on osx is getting backup
i run rsync on linux to remotely backup osx system (via ssh).
regards
roland
rsync:
readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss0m0000gn/0/com.apple.routined")
failed: Operation not permitted (1)
rsync:
readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss0m0000gn/0/com.apple.Safari/SafariFamily")
failed: Operation not permitted (1)
rsync:
readlink_s...
2004 Jan 19
1
File that "vanish"es between readdir and stat is not IO error
...ror encountered - skipping file deletion
The file was a temporary file that was being deleted just as
the rsync was run. So while the file list was being built,
it was there when the directory was read but had vanished
by the time the stat() was done to get the file details.
In make_file(), when readlink_stat() fails, if error is NOENT
then perhaps do the same that that send_files() now does and
report as vanished and set IOERR_VANISHED?
--
John Van Essen Univ of MN Alumnus <vanes002@umn.edu>
2010 Aug 07
2
IO error causing file deletion failure?
...e been running this command, with the accompanying error:
[root at mythtv ~]# ssh -t rsync at 192.168.1.40 sudo rsync -avzAXH
--delete-after -e /home/rsync/bin/rsync_ssh /home/
root at 192.168.1.100:/mnt/bigdisk/morgansmachine/home
root at 192.168.1.100's password:
building file list ... rsync: readlink_stat("/home/morgan/.gvfs")
failed: Permission denied (13)
done
morgan/.gconfd/
morgan/.gconfd/saved_state
IO error encountered -- skipping file deletion
sent 3708868 bytes received 1038 bytes 33880.42 bytes/sec
total size is 82187744766 speedup is 22153.59
rsync error: some files/attrs wer...
2002 Dec 05
1
Patch to ignore exluded files.
...t I'm not missing something here that
may corrupt my syncs....
Here's the version that I came up with before finding Eugene's patch:
--- rsync-2.5.5/flist.c.orig 2002-03-14 15:20:20.000000000 -0600
+++ rsync-2.5.5/flist.c 2002-12-02 19:27:02.000000000 -0600
@@ -644,8 +644,8 @@
if (readlink_stat(fname, &st, linkbuf) != 0) {
int save_errno = errno;
- if ((errno == ENOENT) && copy_links && !noexcludes) {
- /* symlink pointing nowhere, see if excluded */
+ if ((errno == ENOENT) && !noexcludes) {
+ /* File or directory not found, see if excluded */
mems...
2010 Feb 17
2
rsync'ing a directory with nothing but symlinks
...ts allow = 10.10.8.105
secrets file = /etc/rsyncd.secrets
read only = true
So, when i try to rsync from 10.10.8.105:
gherzig at 10.10.8.105:/tmp/bkp> rsync -avz --copy-links
backup at machinegun::backup .
receiving file list ... symlink has no referent: "/cgi-bin" (in backup)
rsync: readlink_stat("/etc" (in backup)) failed: Too many levels of
symbolic links (40)
done
./
sent 71 bytes received 269 bytes 680.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at
main.c(1397) [generator=2.6.9]
So, looks like 2 diff errors, but...
2018 Sep 29
1
Invalid argument with version 3.1.3
We reently upgraded our rsync client from Freebsd 10.2 to 11.2 which
upgraded our rsync from 3.0.6 protocol version 30 to 3.1.3 protocol
version 31. The server remains Freebsd 11.1 with rsync 3.1.2 protocol
version 31. Now we get numerous messages like this:
rsync: readlink_stat("/disk/homedirs/nber/bstevens/public_html/old/test/press
reaction/Foreign Language/Los_empleados_no_se_casan,_s\#363lo_se_divorcian.PDF")
failed: Invalid argument (22)
Apparently the filename includes a non-ASCII character , such as windows
might do (via samba). My understanding is...
2002 Mar 28
1
rsync raising an IO error for an excluded file
...inux usimg rsync 2.5.2 I get the following error:
readlink pagefile.sys: Permission denied
IO error encountered - skipping file deletion
pagefile.sys is however in the exclude-list, so I think rsync shouldn't care that it can't stat the file.
The code fragment responsible is
if (readlink_stat(fname, &st, linkbuf) != 0) {
int save_errno = errno;
if ((errno == ENOENT) && copy_links && !noexcludes) {
/* symlink pointing nowhere, see if excluded */
memset((char *) &st, 0, sizeof(st));...
2009 Sep 11
2
rsync deleted all my important docs...
How is rsync supposed to behave when I give the --delete-excluded? Recently I
lost several of my important documents because of a corrupted file system on
the source. Here are some logs,
* Rsync gets an IO error on one of the folders,
--
rsync: readlink_stat("/mnt/raid-backup/Documents/Finance") failed:
Input/output error (5)
--
* It starts deleting all my financial documents,
--
deleting Documents/Finance/Tax/2005/2005_Kansas_Return.pdf
deleting Documents/Finance/Tax/2005/2005_Federal_Return.pdf
--
Am I doing something wrong in giving the...
2001 Nov 03
3
unpredictable behaviour
I see very odd results from rsync 2.4.7pre1, the latest cvs version (sept
12, i think was the last modified file).
We have a number of network-attached storage devices. 10/100 ethernet,
nfs2 mounted (under nfs3, they buffer deletes, and recursive deletions
fail). Usually, these are kept syncronized across
a wan by a nightly cronjob,
We have a few we keep in reserve, which we syncronize
2015 Jan 31
6
[Bug 11086] New: rsync --delete has stopped to delete destination files that don't exist at the source
...c/linux-3.18.5-gentoo
And that's just a one of examples of outdated files and directories. My backup
storage partition will become full soon.
The rsync log (after # /bin/bash backup2diskwithrsync.sh under root):
2015/01/31 17:25:56 [12091] building file list
2015/01/31 17:25:58 [12091] rsync: readlink_stat("/home/myuser/.gvfs") failed:
Permission denied (13)
2015/01/31 17:25:59 [12091] 877346 files to consider
2015/01/31 17:26:01 [12091] >f..t...... etc/openvpn/openvpn-status.log
2015/01/31 17:26:01 [12091] >f..t...... home/incoming/scripts/enp2s0-upd.err
2015/01/31 17:26:01 [12091] &...
2010 May 12
3
DO NOT REPLY [Bug 7424] New: -x with sshfs
...yncTest$ echo "hello World" >> source/1
/tmp/rsyncTest$ mkdir source/sshfsMount
/tmp/rsyncTest$ sshfs anotherMachine:/some/dir source/sshfsMount/
/tmp/rsyncTest$ su -
/tmp/rsyncTest# cd /tmp/rsyncTest
/tmp/rsyncTest# rsync -avz source destination
sending incremental file list
rsync: readlink_stat("/tmp/rsyncTest/source/sshfsMount") failed: Permission
denied (13)
created directory destination
source/
source/1
sent 131 bytes received 35 bytes 332.00 bytes/sec
total size is 12 speedup is 0.07
rsync error: some files/attrs were not transferred (see previous errors) (code
23) at ma...
2020 Mar 28
0
osx permission issue
...maintenance
programs like fsck and fsdb, and by some full-disk backup programs,
but it won't help rsync.
> i want to make sure that every file on osx is getting backup
>
> i run rsync on linux to remotely backup osx system (via ssh).
>
> regards
> roland
>
> rsync:
> readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss0m0000gn/0/com.apple.routined")
> failed: Operation not permitted (1)
> ...
2002 Jul 24
0
couple of minor fixes to rsync 2.5.5
...ile or directory
rsync error: partial transfer (code 23) at main.c(578)
I'm not sure I fixed it clean, but I get rid of that errors by patching
flist.c. Here is the diff:
--- flist.c.orig Mon Jul 8 17:48:12 2002
+++ flist.c Mon Jul 8 17:48:39 2002
@@ -644,7 +644,7 @@
if (readlink_stat(fname, &st, linkbuf) != 0) {
int save_errno = errno;
- if ((errno == ENOENT) && copy_links && !noexcludes) {
+ if ((errno == ENOENT) && !noexcludes) {
/* symlink pointing nowhere, see if excluded */...
2004 Mar 28
0
IO errors on mountpoints cause failure with --one-file-system
I ran rsync with the --one-file-system option and observed:
building file list ... readlink_stat "/home/pimlott/mnt/<hostname>" failed: Input/output error
done
IO error encountered - skipping file deletion
Of course, this directory is a remote mount-point, and the remote host
cannot be reached. I intuitively expected this error to be ignored,
since the directory would...
2005 Oct 06
0
[Bug 3147] New: message 'copying unsafe symlink' only appears if verbose>=2
...malmack@web.de
QAContact: rsync-qa@samba.org
when using --copy-unsafe-symlink, the message `copying unsafe symlink' should be
displayed even with a single --verbose switch as it is the case for similar
messages like `ignoring unsafe symlink'.
simple fix in file flist.c, function readlink_stat
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2008 Nov 28
0
rsync - umlauts and length of file name
...ith
a few extension for the Mac OS X side.
When doing the backup of the XP box I see these error messages:
28/11/2008 15:47:16 mdworker[1065] (Warning) Import: Bad path:/Volumes/
backup_hd/Backups/xxxxxxxx-4.local/Profiles/XXXXXXXX/daily.0/Start
Menu/current/$my/Sudtirol/S?dtirol.xls
rsync: readlink_stat("/XXXXXXXX/My Documents/Work/archive/projects/
LFAB/LFAB SpeechDial & Help Desk/on LL/Tuning/
tuning-070319/070201T2213-def-AUTOTRANS.SpeechDial-lfab-
SE151.SpeechDM_FullName.log.SpeechDM_FullName/AUTOTRANS.SpeechDial-
lfab-SE151.SpeechDM_FullName.log.SpeechDM_FullName.oog" (in Pr...
2013 Oct 24
2
[Bug 10226] New: fatal_unsafe_io_error and the version it reports
...ersion: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Martin.vGagern at gmx.net
QAContact: rsync-qa at samba.org
I just got the following output from an rsync run:
rsync: readlink_stat("/home/mvg/mnt/tmp1") failed: Permission denied (13)
FATAL I/O ERROR: dying to avoid a --delete-delay issue with a pre-3.0.7
receiver.
rsync error: requested action not supported (code 4) at flist.c(1882)
[sender=3.1.0]
The named path is the mount point of an sshfs, so I'm not extrem...
2016 Feb 09
7
[Bug 11726] New: --copy-links cause rsync to fail with ancestor symlink (..)
...Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: cyphar at cyphar.com
QA Contact: rsync-qa at samba.org
If you have a directory created like so:
% mkdir -p from/dir/
% ln -s .. from/dir/loop
% rsync -a --copy-links from to
rsync:
readlink_stat("/tmp/from/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/loop/dir/...