Displaying 20 results from an estimated 3000 matches similar to: "Wierd problem with rysnc."
2001 Dec 11
1
question on IO error message..
Does anybody know under what conditions does the error,
"IO ERROR skipping delete" show up? I'm trying to sync some areas
and getting this error. My guess is that rsync cannot access all the
areas in the source. I got some permission denied errors prior to getting
the IO error message..
sri
2002 Jan 15
3
Error in rsync that I don't understand..
[I wish the list archives were searchable, this most likely is a repeat
question]
We have a set of cron jobs that do regular rsyncs mirroring two trees. This
has been pretty stable. Over the weekend, almost all of them broke with this
message:
rresvport: bind: Permission denied
(15728) Error reading 4 bytes : EOF
Under what conditions does this error occur? It looks like it couldn't
bind
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
sub_dir1
file1
file2
...
sub_dir2
...
Destination:
/home/test2/real_dir
sub_dir1
file1
file2
...
subdir2
2007 Mar 08
5
Skipping hardlinks in a copy
Hi folks, I've been googling around for awhile but I can't seem to find
an answer to my question.
I have a number of filesystems that contain thousands of hard links due
to some bad organization of data. Rsync, cpio and various other
utilities fail to copy this data because I think there might be some
cycles in it. (you know you have troubles if cpio can't copy it!)
What I thought
2001 Dec 04
1
question on permissions
I have a question regarding how rsync changes ownership when syncing two
areas. Currently, I have this situation:
I have two areas over a WAN, we are trying to mirror from one site to
another. One site is not controlled by us and has different unix
groups.
When we copy one to the other, we are running rsync on an account that
exists at both places (different UIDs though) In one area we have
2005 Feb 04
2
New Asterisk user with a goal
Hi All, I am rather new to the asterisk world, and new to VoIP in
general, my question seems rather simple compared to some of the
topics under discussion here :)
I have done quite a bit of reading and fiddling trying to get a system
set up, to no avail yet
basically myself and a friend (both behind NAT and Firewalls, but able
to set up the firewall rules/port mappings ourself) are interesting in
2008 Mar 05
2
update rysnc 3.0 on ubuntu 7
I am runninng rsync on Ubuntu. It was installed using apt-get install rysnc.
I note that the package has not yet been updated to rysnc 3.0.
I would like to update using the tar but I am confused how to update the
existing installation.
On this machine, I am mainly using rsync to send to a cwrsync server (which
I have updated already). Can I just overwrite the rsync executable?
Any help
2009 Dec 31
1
restoring using rysnc
Hi,
My backup server (B) has a /backup/home and I'd like to restore
/backup/home/userX to /home/userX in my server A
I am trying to do with in the server where I want to restore.
rsync -e ssh -avzp -R --exclude "*.journal"
backup_server:/backup/home/userX/ /home/userX
But it is creating a /home/userX/backup/home/userX
What am I doing wrong?
-------------- next part
2002 Feb 14
1
Web Interface to rysnc
Greetings All,
I am planning on authoring a web-based (CGI) interface to rsync. The idea is
to build a fool-proof interface for my web designers to push content changes
from our development server to our live production server. I am talking
about an interface which allows point-n-click navigation of file system
folders and the ability to push files. These users are both MAC and Windows
based. We
2010 Apr 23
2
rysnc failure
Hello,
I have been using rsync to sync data from 1 ftp server to a backup ftp
server. Both servers are Solaris 10 X86, and the file systems being synced
are a few hundred zfs user data file-systems under the parent/root ftp
area. I noticed an unexpected problem in the sync log files, one of the
user data directories had bumped up against it's quota, and failed to write
the data. That is
2007 Jul 18
8
Rysnc Schedule
What I want to do is use rsync to back up a folder to an external drive.
I would like to keep 30 days worth.
For example: I have backups of June 1 - June 30. Once July 1 comes along, I
want to keep June 2 - July 1 and delete June 1, and so forth.
Any ideas how I can accomplish this?
--
View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997
Sent from the
2002 Mar 04
4
script to rysnc to spare hard drive
Im brand new to rsync and i been doing alot of reading about it and it looks like the tool I have long been wanting.
Bascially i got 1 server, 2 hard drives. partions are
/
/boot
/home
/usr
/var
/backup (2nd drive)
Bascially what i am looking at doing is mirroring the first drive to the 2nd drive, and once that intial one is moved over, have a
cron run nightly (or when specified) that will
2008 Aug 27
3
Calculating total observations based on combinations of variable values
Hello:
As someone making the move from STATA to R, I'm finding it difficult at times to perform basic tasks in R, so forgive me if I've missed an obvious and easily obtained solution to my problem. I've searched the help guides and the archives and have not been able to find a solution that works.
I have a data frame with thousands of observations that looks something like this:
2014 Apr 17
2
[LLVMdev] Importance of VMKit JIT function cache
Hi Gael
I am sorry that I couldn't explain what I was trying to say,
anyway I've got the answer :) . In the *parseFunction* method returns
*llvmfunction* pointer of compiled method and then it will be stored in
to cache. Could you please more elaborate on how those machine
instructions ( native functions) executing by llvm. I was trying trace
and I couldn't able to find
2014 Apr 16
3
[LLVMdev] Importance of VMKit JIT function cache
Hi
VMKit JIT has a function cache to store compiled IR code , so, as
soon as method is compiled , it will be stored in to function cache. My
question is , who will use this compiled information from function
cache. Since we are jitting , the llvm translate source code in to
native code and executing them . So, how we relates this function cache
with JIT ?
Thanks
Regards
Sri.
2014 Apr 26
2
[LLVMdev] Drop the machine code while executing
That's a good point. But it's worth noting that recompileAndRelinkFunction() and freeMachineCodeForFunction() are both vestiges of the old JIT (i.e. the "JIT" as opposed to the "MCJIT"). The old JIT is no longer actively supported.
-Phil
On April 26, 2014 at 9:47:05 AM, Sri (emdcdeveloper at gmail.com) wrote:
Hi Fillip
Addition to my previous
2007 Aug 31
0
[ win32utils-Bugs-13560 ] Service dependencies has wierd string.
Bugs item #13560, was opened at 2007-08-31 15:07
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=13560&group_id=85
Category: win32-service
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Service dependencies has wierd string.
Initial Comment:
Hello,
My name is Jong Lee from
2001 Nov 02
1
Wierd Problem
OK everything was working fine before I went to lunch but when I came back I
could no longer see the Samba printer or shares so I rebooted the machine
and saw that all the services started. I checked swat and it states the smb
and nmbd are running and all the shares are there. Also before I left I
could ssh into the machine and now I can't do that either. I can ping the
machine and Windows can
2004 Nov 02
2
Wierd 8.3 Name Mangling
I've installed Samba 3.0.7 (stock Debian package), but I'm having some
wierd problems with name mangling. The relevant lines in smb.conf are:
preserve case = yes
short preserve case = yes
mangled names = yes
mangle prefix = 5
mangling method = hash2
In a share, I did "touch test-file.GHO" to create a long filename. When
I do a "dir" under DOS,
2001 Jan 26
0
Wierd Error "The directory name is invalid", Moving to 2.2?
Hello,
I have samba setup as a PDC, user level security, and I have some wierd
errors on Win2k clients (I know they cant join the domain etc).
In a nutshell, when i double-click a file such as:
\\server\share\x.txt in explorer, it gives a "The directory name is invalid
error". I can, though, do a sendto->notepad and it works fine. I also can
file|open->file in notepad.
This