similar to: chown errors?

Displaying 20 results from an estimated 1000 matches similar to: "chown errors?"

2004 Oct 04
1
Problem with incremental backup - copies instead of hard links
Hi there, I'm using this version of rsync: localhost:~ mzehetle$ /usr/local/bin/rsync --version rsync version 2.6.0 protocol version 27 Copyright (C) 1996-2004 by Andrew Tridgell and others HFS+ filesystem support for OSX (C)2004 Kevin A. Boyd <http://rsync.samba.org/> Basically incremental backup (--link-dest option) works with a destination on my local volume but not with a
2006 Aug 05
3
Newbie: What does -e do?
Hi Just starting out, and have read through the man and several web page tutorials, and I don?t quite understand some of the options (guess I?ll ask about those as I get to them). The first I see pretty often is ?e. Can someone explain what this does? Thanks :) All My Best, Jeffrey -------------- next part -------------- HTML attachment scrubbed and removed
2004 Aug 12
1
link-dest doesn't seem to work properly on MacOSX
I have been trying to use rsyncx to generate a script for rotating backups but it seems to me that the --link-dest option doesn't work properly in my configuration. Instead of creating hard links for all unchanged files it seems that rsync copies everything, as if --link-dest hasn't been specificed. Can somebody clarify what's going on? My script is ptovided below: #rotating backup
2005 Feb 09
1
rsync backups on Mac OS X - mknod errors + icon disappears...
Hi I am a rsync (on Mac OS X, RsyncX version with extended HFS+/-eahfs forks) beginner (I merely use it for backing up my desktop machine to a bootable external firewire volume, so that I can resume work in case of a harddrive disaster) and I got these messages: mknod "/Volumes/backup/Applications/Plone2/Sites/Default/var/zopectlsock" failed: Invalid argument mknod
2004 Mar 22
3
Rsync killed my server
I have the following as a line in a script kicked off from cron: sudo rsync -e ssh -avz /Times_QPS/ 192.168.22.72:/Times_QPS/ --eahfs It logs the output to a log file, however rsync caused the log file to go to an 80gb file and fill up my disk because it threw a mental when a file it went to sync was no longer there! Is there some way to get the sync to ignore errors? -Jason
2013 Jul 10
1
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
On 7/10/13 3:43 PM, Cristianno Martins wrote: > Hello John, > > What opt command line arguments are you using? I'm not using opt. I'm manually scheduling a pipline within a tool. The code looks like this: PassManager pm; MyAlias * aa = new MyAlias(); pm.add(aa); pm.add(new MyAliasUsingPass()); Both MyAlias and MyAliasUsingPass are now ModulePass'es. MyAlias is an alias
2004 May 05
1
"Bad address" error
I'm getting a "bad address" error which is causing my rsync process to bomb out. I'm running RsyncX 2.1, in daemon mode on the source machine, with a script to pull the information to the backup server. Both servers are Xserves running OS X Server 10.2.8. Rsync target is on an Xserve RAID. The RAID has 350GB free, so I'm not running into a disk full situation. My command
2013 Jul 10
0
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
Hello John, What opt command line arguments are you using? If you follow this link<http://llvm.org/docs/Passes.html#no-aa-no-alias-analysis-always-returns-may-alias>, you can see that -no-aa is the default alias analysis implementation if you do not manually specify which AA passes you want to use. Note that you can pass as many different implementations of AA as you want, and each of them
2013 Jul 10
2
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
Dear All, I'm trying to add a new alias analysis to the alias analysis group in LLVM 3.2. This new pass is linked statically into a tool that lives outside the LLVM source tree, so I'm trying to avoid making patches to the LLVM sources. I've added the INITIALIZE_AG_PASS_BEGIN() and INITIALIZE_AG_PASS_END() code to the pass, manually scheduled it before the
2003 Jun 03
1
Local copy (root to mounted subdir) wanted - protocol error in io.c
Hello everybody, maybe someone has also had this issue: I try to copy the root partition "/" to a subdir "/Volumes/System". This is not a cyclic recursion, because "/Volumes/System" is a mounted hard disk partition. So I gave rsync the parameters "-x" for one-file-system, and '--exclude "/Volumes/" ' also: # rsync -ax --showtogo
2013 Nov 11
2
[LLVMdev] What's the Alias Analysis does clang use ?
Hi, LLVM community: I found basicaa seems not to tell must-not-alias for __restrict__ arguments in c/c++. It only compares two pointers and the underlying objects they point to. I wonder how clang does alias analysis for c/c++ keyword restrict. let assume we compile the following code: $cat myalias.cc float foo(float * __restrict__ v0, float * __restrict__ v1, float * __restrict__ v2, float *
2013 Nov 12
0
[LLVMdev] What's the Alias Analysis does clang use ?
Hi, Your problem is that the function arguments, which are makes as noalias, are not being directly used as the base objects of the array accesses: > %v0.addr = alloca float*, align 8 > %v1.addr = alloca float*, align 8 > %v2.addr = alloca float*, align 8 > %t.addr = alloca float*, align 8 ... > store float* %v0, float** %v0.addr, align 8 > store float* %v1, float** %v1.addr,
2005 Dec 12
2
How to use arbitrary relationships in Activerecord
How can I ask ActiveRecord to make it''s "has_many" code to work on some arbitrary relationship between two tables? ie neither field is a primary key The situation is that I am writing a Postfix management application and one of the tables to manage is the "alias" table. My primary key in the "mailbox" table is "id", but the alias table is just
2006 Sep 20
3
Rsync order of maginitude slower with twice as large directory
I am in the habit of syncing my /usr/local tree over several computers (all Mac OS X). Recently my /usr/local tree has doubled in size, from 300,000 files to 600,000 files because I have added a large subversion checkout (TeX Live). As a result, rsync has become a time hog. Instead of a minute or two or so to calculate what needs to be sent over, suddenly this process takes 18-20 minutes,
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question.... Does the prototype object add some way for a class to find out the variable name of its instance variable? Or does javascript have some built in way to do this? This is confusing to describe - but if I define a variable as some object: var myVariable= new Widget(''fdfa''); can some built-in method inside the Widget class be
2004 Jan 15
1
Ownership lost: linux -> windows -> linux
Hi, I have a problem of loss of file ownership with rsync. For some odd reasons, I have to use a windows machine as rsync server, and to backup/restore a filesystem from/to a linux client. All files in my linux filesystem are owned by root, with gid root. If I save the files onto the windows rsync server from linux using rsync, and then restore them back to linux, the ownership for all files
2004 Mar 23
3
Logging from cron
Hello, I've just spent several hours going over several Google searches trying to find a way to configure rsync to log into a file named "/var/log/rsync.log". So far, every instance where I've found someone asking about rsync logging remained unanswered (which is kind of weird in itself). As far as I can tell, the only way to do this is to setup rsync as a daemon process so
2006 Jun 09
0
-b option on rsync with HFS support
OS X 10.4.6 (BSD) I was using the 'standard' versions (i.e. non-HFS supporting) of rsync with the backup -b option so that I could do nightly incrementals. This seemed to be running fine. Changes to existing backed up files got copied to the appropriate path(s) on the target. BUDIR=myDirectoryName time /usr/local/bin/rsync -a -b --suffix=# --backup-dir=$BUDIR / Users
2005 Jun 17
1
sudo / --link-dest combination problem.
Hi, using the attached script to implement an incremental rotating backup of my home directory works fine if I run it myself, however if it is run as root the -- link-dest fails and all files are recreated rather than linked to. Can someone explain the problem to me? I'm using rsync version 2.6.5 on Darwin Kernel Version 8.1.0 (OS X Tiger) Thanks, Simon.
2004 Nov 22
0
rsyncX hangs on Mac OS X
I am attempting to backup the Users directory on my desktop running OS X 10.3.6. I am backing up to Jaguar Server 10.2.8. I am using RsyncX version 2.1 on both systems. RsyncX Server is set up to run on both systems however in this instance the Rsync client is my desktop and server is Panther Server. When I kick off an RsyncX session, RsyncX will run for a while, then stop part of the way