similar to: Reliability and robustness problems

Displaying 20 results from an estimated 60000 matches similar to: "Reliability and robustness problems"

2004 Jul 14
1
Rsync Problems, Possible Addressed Bug?
I got this mail from a cronjob and can't figure out what is causing rsync to crap out on me. I received the message at 5:03, when the cron job is scheduled to run at 4:00, so total runtime is approximately an hour. Machine that is fetching the files is a low-end G3 running Yellowdog 3.01, rsync --version 2.5.5. It has only 128 megs of ram, but isn't doing anything else. Transfers are
2010 May 16
1
rsync over ssh - existing files are not updated?
Hi, I am using rsync to backup various machines to a central server (all archlinux, rsync 3.0.7 on ext4). Yesterday I needed one of those backups, and I found out it is useless since a lot of files never got updated. Even when I enable checksums some files are not updated. I am pretty sure I am missing something, but am not sure what it is. This is (a stripped version of) the command I use:
2015 Oct 24
15
[Bug 11572] New: rsync --debug doesn't work, and gives erroneous results when taken out
https://bugzilla.samba.org/show_bug.cgi?id=11572 Bug ID: 11572 Summary: rsync --debug doesn't work, and gives erroneous results when taken out Product: rsync Version: 3.1.2 Hardware: x64 OS: Linux Status: NEW Severity: major Priority: P5 Component: core
2009 Jan 12
1
Is -R --link-dest really hard to use, or is it me?
I've got a problem for which the combination of -R and --link-dest doesn't seem to be quite enough---and I may have discovered a few small bugs as well; test cases are below. [And if someone has a scheme for doing this that doesn't involve rsync at all, but works okay, I'm all ears as well---I'm not the first with this problem.] Here's my problem: I unfortunately need to
2004 Mar 15
2
'Invalid cross-device link' message on sparc
Hi, I've got problems with a symlink to another device in a directory used with '--link-dest'. I've got something like augustin@i90fs4:/tmp/rsync% ls -alR .: total 16 drwxr-xr-x 4 augustin augustin 4096 Mar 15 12:07 ./ drwxrwxrwt 4 root root 4096 Mar 15 10:56 ../ drwxr-xr-x 3 augustin augustin 4096 Mar 11 15:05 source/ drwxr-xr-x 2 augustin
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
Hello. tl;dr = v1.0.0 can boot my LXC containers, v.1.0.1 and v.1.0.2 fails. Paraphrased error message: "lxcContainerMountProcFuse:616 : Failed to mount ..../meminfo" I'd like to know if my host is misconfigured, or my domains, or ... why 1.0.2 and 1.0.1 are not working for me. I've been using libvirt for a while to manage QEMU instances. I have experimented with lxc.
2018 Mar 19
4
rsync time machine backup permissions
Dear rsync users, I'm trying to copy my Time Machine Backup from my old USB hard drive to a new one. I got error messages, because rsync don't create group and other permissions. I use rsync 3.1.3. Did I use the correct parameters? Who has an idea, what mistake? Thanks! Best, André -- The bash script: #!/bin/bash source=/Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb
2010 Dec 28
1
Trouble adding 2nd vpn
So I am attempting to add a 2nd vpn to my existing setup and for some reason I can't seem to get it to work quite right. The issue I'm having right now is successful execution of the tinc-up script. It's probably something obvious but after several days I still don't see what I'm missing. I can see in syslog that "Script tinc-up exited with non-zero status 1" Both
2023 Jul 15
1
Local --fake-super restore failing(?) and creating local directories instead
I am on rsync version 3.2.7 protocol version 31, currently on an Arch Linux. The following seems I would expect to copy the contents of 'a' to 'c', based on my understanding of the the advice of `man rsync`: ----- mkdir a b c touch a/hello rsync -M--fake-super -a a/ b/ rsync --super -M--fake-super -a b/ c/ ----- Instead I see 'c' unchanged, and a garbage directory
2018 Jan 24
1
glob exclude vs include behaviour
not a bug, buy colour me confused: /tmp/foo$ mkdir a /tmp/foo$ touch a/foo /tmp/foo$ touch a/.baz /tmp/foo$ cd .. /tmp$ rsync -avP --exclude=a/* foo bar sending incremental file list created directory bar foo/ foo/a/ sent 71 bytes received 20 bytes 182.00 bytes/sec total size is 0 speedup is 0.00 /tmp$ ls -la bar total 20 drwxr-xr-x 3 user user 4096 Jan 24 14:17 . drwxrwxrwt 70 root
2011 Feb 08
2
Hidden files
Wondering why rsync isn't copying hidden files. I thought (google told me so) that rsync doesn't treat dot files specially. Source/destination rsync: 3.0.7 command: # rsync -azPv * 10.1.1.1:/u2/ubuntu/ sending incremental file list sent 96026 bytes received 388 bytes 38565.60 bytes/sec total size is 21562786526 speedup is 223647.88 The source files: # find . |wc -l;du -sm . 8975
2006 Oct 25
1
FS corruption? bogus i_mode
Hello, I am doing some testing on a PXA270 based processor (on a single board computer) which makes the processor vulnerable to bit flips. One such bit flips seems to have corrupted the file system. The debug port on the board (it is a single board computer) had the following message when i think the FS corruption occured : <7>init_special_inode: bogus i_mode (33061) init_special_inode:
2005 Mar 17
1
odd behaviour change (2.6.3 > 2.6.4pre3)
Synopsis: Prior to the 2.6.4pre versions, issuing 'rsync rsync://host/module/' behaved effectively as 'ls -l'. I've toyed with various options in an attempt to get an 'ls -l' style output, but to no avail. As I have a small handful of scripts that rely on this no-longer-functioning functionality, this could be considered a Bad Thing(TM). Following is an example of
2011 Jun 26
2
does rsync not preserve directory mtimes?
Hi, I'm running the following command as a local copy command. faheem at bulldog:/mnt/data$ sudo rsync -abvz --super /data/ . Origin directory faheem at bulldog:/data$ ls -la total 28 drwxr-xr-x 7 root root 4096 Jun 26 08:34 . drwxr-xr-x 25 root root 4096 Apr 13 17:09 .. drwxr-xr-x 2 owzar001 root 4096 Nov 6 2010 CTS drwxr-xr-x 2 owzar001 owzar001 4096 Aug 27 2010
2017 Aug 16
1
How to set absolute path for rsync?
Thanks so much for the quick reply, Kevin! I tried with ssh and --partial-dir, it looks the partial file still will be stored in local dir, but not in /tmp. Every 1.0s: ls -al /home/joe/rsync/ /tmp/ Tue Aug 15 17:29:30 2017 /home/joe/rsync/: total 408840 drwxr-xr-x 2 root root 4096 Aug 15 17:29 . drwxr-xr-x 32 joe joe 4096 Aug 15 15:01 .. *-rw------- 1 root root
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync command the way I'm used to doing it. I just do a lot of setup and checking before I get to it. When I run it, it gets very unhappy with me. It's probably something very simple. I need to build the rsync command in a string so that some things can go away - like if my variables DRY_RUN and DELETE are undefined,
2005 May 19
2
Bug#305932: rsync on a directory transfers the files of this directory
Hi, I got the following report from a Debian user, about --files-from transferring the contents of a dir (i.e. including the files in it) specified in the input, even thugh the files aren't listed in the input. This happens only when the dir name ends with a slash. I asked him to cook up a script to reproduce this (as it wasn't quite clear to me at first what happened exactly). Any
2002 Dec 13
2
Problem with absolute symbolic links
I'm trying to synchronize a particularly troublesome directory structure on a SunOS box to a PC. I really want all symbolic links resolved to real files on the PC when everything is done. I can't seem to find any combination of parameters that will accomplish this. It boils down to two problems. 1. It seems like that even if I exclude a symbolic link that is a directory it is not
2016 Apr 14
0
mount bind problem
Dear Robert, Thank you. The state after reboot are as follows. # LANG=C lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom vda 252:0 0 15G 0 disk |-vda1 252:1 0 500M 0 part /boot `-vda2 252:2 0 14.5G 0 part |-VolGroup-lv_root (dm-0) 253:0 0
2012 Dec 17
1
--list-only ordering
Hello rsync people I've noticed an apparent inconsistency in the ordering of output from the --list-only option. For example: $ ls d1 d2 d2-x d3 f1 f2 f2-x f3 $ rsync --list-only . drwxr-xr-x 4096 2012/12/17 15:18:05 . -rw-r--r-- 0 2012/12/17 15:17:52 f1 -rw-r--r-- 0 2012/12/17 15:17:52 f2 -rw-r--r-- 0 2012/12/17 15:17:52 f2-x