similar to: [Bug 8513] New: files from local filesystem on source written to different filesystem on dest despite --one-file-system

Displaying 20 results from an estimated 10000 matches similar to: "[Bug 8513] New: files from local filesystem on source written to different filesystem on dest despite --one-file-system"

2009 Nov 05
1
Take2: rsync over ssh with --link-dest
Ugh, sorry, fumbled the keys. Here is the proper message. Hi, I'm trying to backup a directory over ssh that is named according to the date, such as "20091104" on the remote side, and compare it to yesterday's backup on the local side, such as "20091103". I'm pretty sure I understand how rsync include/exclude works, and I believe that is the root of the problem.
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
Ok, I just setup the log file and this is what I see there: rsync on cdrive/Temp/pix.log from admx (141.214.137.139) transfer interrupted (code 3) at flist.c(812) I had to change [cdrive] from path = "c:\" to path = c: to get rid of '@ERROR: chdir failed' error. I am getting close but still need some help. Thanks in advance. Nishi > -----Original Message----- From:
2004 Jan 05
0
No subject
see a copy of your rsyncd.conf? Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me....
2019 Mar 28
2
NFSv4: Using fsid=0 but *not* exporting the root filesystem
Hi, I would like to use the NFSv4 ability to create a "root" filesystem with fsid=0, so that I don't have to refer to the whole path of the exported filesystem when I mount it. However I do *not* want this root filesystem to be mountable by any host. Is that possible and how? E.g Filesystem: /exports/data1 /exports/data2 /exports/data3 /etc/exports: /exports
2019 Mar 29
0
NFSv4: Using fsid=0 but *not* exporting the root filesystem
Frank Thommen wrote: > > I would like to use the NFSv4 ability to create a "root" filesystem with > fsid=0, so that I don't have to refer to the whole path of the exported > filesystem when I mount it.? However I do *not* want this root > filesystem to be mountable by any host.? Is that possible and how? > > E.g > Filesystem: > ? /exports/data1 > ?
2011 Feb 11
2
DO NOT REPLY [Bug 7953] New: -x flag prevents symlink on source filesystem from overwriting dest dir
https://bugzilla.samba.org/show_bug.cgi?id=7953 Summary: -x flag prevents symlink on source filesystem from overwriting dest dir Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at
2007 Jun 21
0
unknown type 63, perhaps written by later version of R
Dear all, I'm using R-2.5.0. If I type: > load("C:\\Data1\\.RData") I get: Error in load("C:\\Data1\\.RData") : ReadItem: unknown type 63, perhaps written by later version of R Any idea why? Many thanks, Mario Dr Mario Cortina Borja; Senior Lecturer in Statistics MRC Centre of Epidemiology for Child Health, Institute of Child Health,
2001 Nov 17
1
read error: Connection reset by peer
Hello, This is my third posting in a day ! Many thanks to Tim Conway for responding to my first one. However, since I am hard pressed against time, I have been trying everything from the docs to get it to work but looks like, I might take forever unless some expert help comes in. So please, help if you can. Thanks. I am trying to copy a file from testor/source to admx/destination. Here is the
2019 Jun 19
0
libvirtd does not update VM .xml configurations on filesystem after virsh snapshot/blockcommit
Hi, Recently We've upgraded some KVM hosts from Fedora 29 to Fedora 30 and now experience broken VM configurations on filesystem after virsh blockcommit. Commands "virsh dumpxml ..." and "virsh dumpxml --inactive ..." is showing diffrent configuration than the one on filesystem. In case of restart libvirtd or system reboot, there are broken VM xml configurations on
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2006 Oct 31
0
6397933 fs node paniced while mounting global filesystem (/global/.devices/node@x)
Author: rsb Repository: /hg/zfs-crypto/gate Revision: 7a6414a00f773a4c3f71b22bcbef215513abc919 Log message: 6397933 fs node paniced while mounting global filesystem (/global/.devices/node at x) Files: update: usr/src/uts/common/fs/vfs.c
2019 Jun 19
2
libvirtd does not update VM .xml configuration on filesystem after virsh blockcommit
Hi, Recently We've upgraded some KVM hosts from Fedora 29 to Fedora 30 and now experience broken VM configurations on filesystem after virsh blockcommit. Commands "virsh dumpxml ..." and "virsh dumpxml --inactive ..." is showing diffrent configuration than the one on filesystem. In case of restart libvirtd or system reboot, there are broken VM xml configurations on
2003 Dec 23
1
smbmount to Win2k dying after kernel/samba upgrades
Really odd problem that I'm having, and I'm totally clueless as to whats causing it. Scenario: 2 mounts from a W2K machine to a Linux box. The Win2k box gets powered down overnight. Obviously during this, if i do a df it freezes because it cant reach the drives. I used to be able to boot the machine back up in the morning and it would see the drives again. Not anymore. The same
2001 Jun 15
1
R CMD check (PR#982)
In revising the splancs package, I use R CMD check. After a number of changes to various files in the directory tree, R CMD check fails at the * checking for undocumented objects ... ERROR stage as shown below. But running undoc() in R (pointed at the Rcheck directory, not on the older version) doesn't show the same error, and grep on the Rcheck R code finds the function. I ran undoc() under
2001 Jul 02
0
ReleaseLargeFreeVectors SIGSEGV (?) (PR#1008)
Full_Name: Roger Bivand Version: 1.3.0 OS: GNU/Linux RH6.2, 7.0, Debian 2.2 Submission from: (NULL) (158.37.100.64) I'm working on interfacing ANN: A Library for Approximate Nearest Neighbor Searching (http://www.cs.umd.edu/~mount/ANN/) to R, following up a prototype package I tried in May 2000. ANN is written in C++; my C++ is very weak. Last year I didn't experience any problems with
2005 Mar 10
2
Quicken 2000 install fails with insufficient temp disk space
I'm a newbie to WINE. I'm running WINE 0.0.20050211-1 with kernel 2.6.10 and the Debian distribution. I CD to /cdrom and issue the command wine install.exe and the Quicken 2000 install starts. I immediately get a message from Quicken that there is insufficient temp space to perform the install. I have no clue about how to proceed. If someone has a HOWTO to get Quicken 2000 working, that
2001 Dec 12
0
Samba 3alpha. Where are my DOS long filenames?
Does ANYONE know why a directory listing from the MSDOS box of a Windows9x/Me client of a Samba 3 share on Linux not show the long filenames as well as the mangled form? This works on Samba 2.2.3. All I get is this. Volume in drive T is TESTBED1 Directory of T:\ COMPATID TXT 95 15/10/00 16:05 AUTOEXEC I4 406 04/12/00 17:17 NPWMSDRM DLL 8,608 08/06/00
2007 Jul 19
3
Compression error?
Hello, Server rsyncd [root@data1 steve]# rsync --version rsync version 2.6.9 protocol version 29 [root@data1 steve]# uname -a Linux data1.contact-24-7.local 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26 14:30:58 EDT 2007 i686 i686 i386 GNU/Linux [root@data1 steve]# Client rsync [root@srv01 cron.daily]# rsync --version rsync version 2.6.9 protocol version 29 [root@srv01 cron.daily]# uname -a
2000 Oct 20
1
How to convert .Rd format in windows
Thanks for everyone who answered my query. I put an extra line in AUTOEXEC.BAT to specify the R_HOME variable. And the Rdconv command works perfectly if I execute the AUTOEXEC from DOS prompt. However, if I execute the AUTOEXEC from inside windows system the command does not work. Thanks, Agus ------------------------ Agus Salim PhD student Dept. of Statistics University College Cork, Ireland
2004 Jan 05
1
slow and max connection errors
Sorry about not being specific enough. I will try and be more so in the future. Here is what I have currently: Apple X-serve running Yellowdog (a Redhat 9 port for ppc) with 1GB of RAM, 3 60GB HD not setup as RAID. They are individual partitions (/var and /, /home and /shared). The shared partition is strictly for Samba file sharing. I build in a matching user in both the system and in