similar to: rsync problems

Displaying 20 results from an estimated 500 matches similar to: "rsync problems"

2005 Jan 27
1
pulling files - Correction
I set up ssh without authentication on both servers and I have tested it fine. When I do this: #/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path /usr/local/bin/rsync remote_server::test /home/test rsync: unable to open configuration file "rsyncd.conf": No such file or directory rsync error: syntax or usage error (code 1) at clientserver.c(502) rsync: connection unexpectedly
2011 Jan 18
1
Can I know if a call is transffered to asterisk
Good morning My situation is as folowing I have a numer that connect to my asterisk I configured another phone to transfer to this number So when somebody call me he will be transffered to the number which asterisk connect to i.e my asterisk connected phone is not the originated number My question is: How can I know if the call has been transfered to me and what was the number originated by
2011 Jan 25
2
[LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10) My aim is to add backend to llvm. I install llvm using $ sudo apt-get install llvm and I am able to understand what I read about Writing an LLVM Compiler Backend. I have seen the assembly codes of the targets on llvm using llc. What I need now is to change some of the TableGen files of one of the target like SparcInstrInfo.td.  So I
2011 Jan 25
0
[LLVMdev] install and add backend to llvm.
Have you added the $LLVM_INSTALL_DIR/bin to your PATH environment variable? Regarding changing a particular backend, check the documentation in http://llvm.org/docs/WritingAnLLVMBackend.html http://llvm.org/docs/CodeGenerator.html A few LLVMdev meetings have good talks to give you a good enough idea. http://llvm.org/devmtg/ Cheers, Raghu. ----- Original Message ----- From: "Teklu
2005 Aug 01
2
How to preserve ownership with rsync over SSH
Hello everybody, I am discovering rsync and I have a problem about preserving ownership and permissions. I want to mirror a web tree with rsync over ssh. I set up a module on my rsync server and on the rsync client, I use the options -o and -p in order to preserve ownership et permissions. The file are transffered via rsync but on the rsync server the files are owned by the user used to connect
2017 Feb 12
1
Licence text questions
On Sun, Feb 12, 2017 at 10:43:39AM -0500, Jonathan Billings wrote > The point I was making is to make the old CentOS 6.5 environment as > a chroot. That's exactly my intention. As I said in my original message... >> * or send out a 1.3 gigabyte centos65.tar.xz and give simple >> instructions to extract the archive, copy over /etc/resolv.conf, >> bind-mount
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file: rsync -avz /usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1 .txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log I get these error: @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) I am rsyncing several folders
2017 Feb 11
2
Licence text questions
On Sat, Feb 11, 2017 at 08:06:49AM -0500, Jonathan Billings wrote > Wouldn't this be easier done as a mock chroot? I realize you're > not building RPMs, but you could use the chroot for building any > software, and on any arbitrary CentOS or Fedora system. 1) Not everybody runs Fedora/Redhat/CentOS 2) The builds I'm doing are targetted at distros, like Puppy linux,
2007 Nov 20
1
FXO Hangs up automatically
Hi, I'm having problems using a TDM400P Card. I put my SIM card in a Nokia Premicell and connected it to a TDM400P card but when I make calls to the number, it hangs up automatically. The card also can't call out. Any ideas? I've searched the archives without much success. I appreciate all your help. Details: I'm using Asterisk 1.2.17 on Fedora Core release 5 (Bordeaux). On an
2011 Nov 02
1
Building PXE Bootable images using the libguestfs toolchain
As part of the oVirt Node[1] project, I'm going to P.O.C. a version of the node using febootstrap 2.x instead of livecd-creator. The main reasons in doing this is for allowing a r/w root filesystem without some hacky overlayfs and just to see if it can be done. On IRC, rwmjones mentioned a few issues he ran into with febootstrap 2.x where some rpms had %post scripts which aren't really
2004 Apr 19
2
temporary file
Hello I did the following command: rsync -a --delete cpbackup /mnt/backup/ It works well, but the problem is that it seens the "temporary files" (ie: -rwxr-xr-x 1 root root 83623936 Apr 19 2004 .name.tar.gz.yGk7m7* ) are being created on /mnt/backup/ Since it's a SAMBA mounted partition, it waste BW and is slower. Is there a way to specify where I want the temp files to be
2004 May 11
2
cwrsync strange path in error message
Hi, I am running cwrsync. 2004/05/11 [93] rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) I am uncertain as to what this path statement is about in the above error message. /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) Thanks, Pat -- Patricia Palumbo DuBois & King, Inc. ppalumbo@dubois-king.com 802-728-4113 | ext 322
2004 Apr 22
2
Rsync Error..
Hello all, I am having a problem with rsync. I want to backup data from one machine to another remote machine. I have Freebsd4.7 on source and FreeBSD4.9 on destination machines. rsync is installed on both the machines. I gave the following command at the source machine. rsync -avvznrbe rsh /sourcepath 66.123.34.123:/destinationpath (66.123.34.123 is the destination ip address) Below is the
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello, I am currently using R to run an external program and then read the results the external program sends to the stdout which are tsv data. When R reads the results in it converts it to to a list of strings which I then have to maniuplate with a whole slew of commands (which, figuring out how to do was a reall challenge for a newbie like myself)--see below. Here's the code I'm
2013 Apr 22
2
subset dataframe
I can't understand what is happening. This is the code and results: > agoa <- read.table(file = "C:/Users/HTPC/Documents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)# > str(agoa); names(agoa) 'data.frame':109 obs. of  19 variables:  $ X    : Factor w/ 39
2004 Jun 01
1
Unexplained error (code 24)
Hi all, While trying to mirror a filesystem from one machine to another (for backup purposes) I get the following error: [root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/ /bigdisk/backup/chandler/dev-md5-var/ root@chandler's password: rsync error: unexplained error (code 24) at main.c(1045) Does this mean anything to anybody? Regards, Graham --
2004 Apr 13
1
rsync - copy only new files ( since the last run )
Hello everyone, Here is what I am trying to accomplish. Summary: Using rsync to push journal transaction files from one server to the hot backup server. Rsync script runs every 10 minutes and pushes the files . On the hot backup server these files are applied by a shell script. A purge job deletes files that have been applied from the hot backup server. Unfortunately rsync pushes missing
2004 Apr 05
3
Communication problem with rsync-2.6.0
hello, I have a following problem while using rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) it was coused by command rsync -r source/ dest/ -e rsh I use rsync-2.6.0 with rsh. What bothers me is that folowing problem apears time to time. I already checked the location of rsync on both machines, both
2004 Jun 21
1
IO error encountered - skipping file deletion
hello, "receiving file list ... 96 files to consider IO error encountered - skipping file deletion wrote 101 bytes read 2047 bytes 1432.00 bytes/sec total size is 107673960 speedup is 50127.54 rsync error: partial transfer (code 23) at main.c(926)" Why can't delete files? Thank you! anguswei@optisp.com 2004.06.21
2004 Apr 06
2
Rsync OS X/Linux
Hi, I'm kind of a newbie in development and need to create an incremental backup of my http server on my computer (through ssh). But after reading the manual I had, I afraid of mixing my source and destination. Can somebody give me the right command and help me developing a daily incremental backup script? Thx, Selim.