similar to: rsync: dumping core, breaking pipes, not understanding modules - why?

Displaying 20 results from an estimated 500 matches similar to: "rsync: dumping core, breaking pipes, not understanding modules - why?"

2003 Sep 26
2
Set context based on CID...
I was wondering if someone might be able to offer a suggestion to me about how I might go about dropping a caller into a context specific to their CID. For example, I would like to be able to dial Asterisk from a specific number (a mobile phone) and have it drop me into a context other then the one that normal callers receive that has more options tailored to things I might want to do. I assume
2003 Nov 07
0
RE: Asterisk-Users digest, Vol 1 #1808 - 13 msgs archives gsm of asterisk ???
Hello. The procedure so that it works you can find in: http://www.voip-info.org/wiki-Convert+WAV+audio+files+for+use+in+Asteris k a the files .wav chmod 755 file.wav sox file.wav -r 8000 file.gsm resample -ql chmod 755 file.gsm in extensions.conf xxxx=> xxx,x,playback(file) Ing Javier Rios Ing de Proyectos 04167285748 212 2637246 /2637187 -----Original Message----- From:
2001 Nov 05
0
Ugh, Does Interfaces not work?
I'm a college student, but I also have an private network behind my firewall at college, and I have an ipsec tunnel to my office. I had to recently use the printer port on my firewall, so I ended up installing samba, and told it only to talk to my office network. Well, it managed to pick up the browser list..... and it got ahold of a local browser role as soon as it came up because I have a
2002 Feb 19
2
rsync-2.5.3pre1 preview release -- please try it
Available now from samba.org and all mirrors. Please report bugs, compilation problems, etc. If there are no major issues I think I will put this out as 2.5.3 shortly, because it fixes a few serious issues. Thanks to everybody who contributed patches. rsync://samba.org/rsyncftp/preview/rsync-2.5.3pre1.tar.gz\* rsync 2.5.3 (not released yet) SECURITY FIXES: * Make sure that
2003 Jan 02
0
Samba PDC passwd update to NIS server
Hello, After some difficulties my samba pdc users can change there smbpasswd and unix nis password in one go. (They just use the ctrl-alt-del change passwd.) My setup: A samba pdc running on host x (sunos) (Serving 3 TB, 500 users) A YP NIS password server running on host y (sunos) The lines in smb.conf for this: ... passwd program = /samba/tools/changepasswd.exp %u passwd chat = *new* %n\n
2008 Jul 25
3
IO error encountered -- skipping file deletion
Hi guys, Wondering how i can trace to the problem....im backing up many servers and on all of them im seeing this error. Im backing up between centos machines Thanx in advance!
2014 Feb 13
1
[Bug 10445] New: flag to suppress link_stat error messages
https://bugzilla.samba.org/show_bug.cgi?id=10445 Summary: flag to suppress link_stat error messages Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: mij at bitchx.it
2005 Jul 23
2
link_stat
Hi there, I set up my company's back up server using rsync. And I've got a strange problem. I searched in the archives of this list, but none of them seems not giving me an idea to solve the problem. If anyone can help, it would be grateful. I'm using cron by a user (non wheel/admin) to rsync everyday during the night. The cron is set in the server to transfer the backing-up
2020 Jun 14
1
[Bug 14407] New: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about
https://bugzilla.samba.org/show_bug.cgi?id=14407 Bug ID: 14407 Summary: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about Product: rsync Version: 3.2.0 Hardware: All OS: All Status: NEW Severity: normal
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello, I am trying to rsync folders/files hosted on a Windows machine to a Linux machine. Many of the directory names have spaces in them. How can I list them in a file so that the --include-from option use them correctly? Thanks! Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com/0111823/
2010 Sep 29
1
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
Hello, we have a old version of rsync running since 2005. Now I tried to sync between two new servers with rsync 3.0.7 and get the error rsync: link_stat "." (in sprengel) failed: Permission denied (13) On one server ( 192.168.10.2 ) I have rsync running as daemon and this rsyncd.conf read only = true use chroot = false transfer logging = true log format = %h %o %f %l %b log file
2002 Aug 23
3
Filenames with blanks
Command like this: rsync -rxlupogtSvve ssh $src_host:"/home/wss_disk/calendar.data/'Conference Calls'" $targ_dir works fine with blanks embeded in the file name. When I try to script it like this: COM='`find '$src_dir' -mtime -'$days' -type f `' rsync -rxlupogtSvve ssh $src_host:"$COM" $targ_dir works fine on regular filenames,
2018 May 11
0
vfs_full_audit and facility 'auth'...
On 11 May 2018 at 10:58, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 11 May 2018 09:14:24 +0200 > Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > > Mandi! Rowland Penny via samba > > In chel di` si favelave... > > > > > You would replace 'FACILITY' with one of the facilities shown in > > >
2003 Jan 27
2
small problem that I'm having...
Good morning guys, I've compiled and installed rsync 2.5.5 on 2 AIX 4.3 systems. When I try to run this command rsync --stats --progress --delete --partial --timeout=60 -aRntvz patrick@aix1::test /test I get this message and I don't know why. On both systems I run the command as root, what could be the cause ? Oh I was getting the same message with rsync 2.4.X and I still get it with the
2002 Jun 23
2
Rsync ssh script execution fails under cron?
I've spent more than a day trying to write a script to backup my remote server to a local machine using ssh. The script works perfectly when I execute it directly (and I've gotten a number of variations to work okay), but I can't get cron to successfully execute it. There is no result output, so it seems cron is hanging on something, but I don't know what. I'm running it as
2009 Nov 11
1
Does files-from work with --delete?
I am trying to use rsync (3.0.6) to keep two directories as exact duplicates. I would normally run: rsync -av -S --delete /path/to/src/ /path/to/dst/ to do this. Unfortunately, the directories have become rather large (2TB, a million files) and so the tree walk has become a prohibitively time consuming part of the operation. However, I have a way to generate a list of file changes
2005 Sep 09
1
rsync failure - no such file or directory
Hi All, Attempting to run rsync but getting "no such file or directory" message. What looks like is happening is solaris 8 is removing the "space" between .../db2_backup and db2inst1@enolagay... As a result rsync creates a new dir on the same box with the files in it. Not sure what to do. VERY new to unix and rsync. bash-2.03$ rsync -e ssh -av
2009 Aug 17
10
ssh failure due to local error
Readers, I have tried the following command: rsync -t *.txt ssh user at remote.machine: and receive the following error: rsync: link_stat "local/machinepath/ssh" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1031) [sender=3.0.2] My understanding of the manual is that the text files on my local machine should have been
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
Hi, I am using rsync version 3.0.7 on an arm linux based embedded device. The device pulls data periodically from a rsync server and stores the files on an SD card. The partial, temp and final rsync destinations all reside on the SD card. I came across an issue where it seems that the rsync call returned with a success but the files that it pulled are not moved immediately to its final
2003 May 05
6
IAXTEL toll-free gateway
I have been playing around with asterisk for a week or so now and haven't had too much trouble getting things to work but one thing seems to puzzle me. I have been patient hoping that there was a configuration error on the server or that the toll-free gateway was down but nothing has changed. I have the following configuration context for IAXTEL: [iaxtel] exten =>