Displaying 20 results from an estimated 2000 matches similar to: "2.6.3, 2.6.4 incompatibilities"
2005 Jun 22
1
Two Questions
I have looked for answers to these two questions on
Google, rsync mailing lists, and of course the rsync
man page but seem to be coming up blank.
First: What is the advantage of using the rsync daemon
vs just rsync over ssh? I am hoping for a link to a
webpage that details these differences.
Second: How does rsync over ssh initiate itself on the
remote machine? Here is what I mean. As I
2005 Jul 31
1
I think I found a bug...
I am looking at rsync 2.6.6
When I try to rsync a directory using --link-dest it
never creates hardlinks.
After crashing my way through the code here is what I
found:
generator.c: function 'unchanged_file'
if (ignore_times)
return 0;
return cmp_modtime(st->st_mtime, file->modtime) ==
0;
shouldn't these lines be:
if (ignore_times)
return 1;
2005 Aug 09
0
rsync resources list
I am just wondering what the criteria is for getting
something added to the rsync resouces page,
http://samba.anu.edu.au/rsync/resources.html.
I have recently been working on a small little
program, RSBackup, that I use to backup my computers
to each other. Limiting the concern of a hardware
failure causing me to lose any of my bits.
Basically it takes the tutorial by Mike Rubel on using
rsync
2005 Dec 10
6
rsync 2.6.6 nasty bug?
I believe I have encountered a nasty bug with rsync 2.6.6
"--delete-excluded" option. When this is enabled, rsync''s operation
appears to break entirely.
I have a script that I''ve been using for a few years. The script
hasn''t changed in the last year or so. Recently I upgraded from
SuSE 9.3 to SUSE 10.0 which means that I went from rsync 2.6.3 (+
patches,
2008 Jun 23
1
save transfer:using rsync
Hi all,
I need to know the details of "save transfer" command using rsync. What is the purpose of using this command.
Can we save only the diffs of files using this command? Does it works on stand alone system?
Please give me the syntax this command for stand alone system as i want to back up of one directory to another directory(these may be in different partition of hard disk).
2006 Oct 11
6
DO NOT REPLY [Bug 4163] New: Checksum Error using "ssh key authentication"
https://bugzilla.samba.org/show_bug.cgi?id=4163
Summary: Checksum Error using "ssh key authentication"
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2007 Sep 04
3
[U] Rsync Errors
UNCLASSIFIED////
I am seeing the following errors occasionally when doing an rsync between
servers (Solaris 9) at the local and remote site. Has anyone seen these
errors before or know what they are?
rsync error: error in rsync protocol data stream (code 12) at io.c(1122)
[sender=2.6.9]
rsync error: protocol incompatibility (code 2) at io.c(954) [sender=2.6.9]
rsync error: protocol
2005 Jun 09
4
[Bug 2784] rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2784
------- Additional Comments From carnesresearchcenter@gmail.com 2005-06-09 11:20 -------
*** Bug 2785 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2003 Sep 18
1
modified include-from file not taken into account.
Hello list,
Using rsync 2.5.6 on Solaris 7/8 boxes:
I was happily running this script via crontab:
$ more webrsync.ksh
#!/bin/ksh
# @(#) File synchronization across hosts using rsync
#Description :
#
# Created : 4 September 2003
# Author : Loris Serena
set -x
LPATH=/usr/local/bin
for i in 1 3 4 5 6 7 8
do
${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats
2007 Apr 03
1
overflow error
Hello all,
I'm having a problem with an overflow error and I was hoping to get some help.
The client is Red Hat ES 3 running kernel version 2.4.21-4.ELsmp, rsync version 2.5.6
The server is Novell 6.5 SP6 running rsync version 2.6.3
I'm consistently getting the following error on the receiving end (server):
overflow: flags=0x69 l1=110 12=1633837871 lastname=
ERROR: buffer overflow
2001 Dec 06
3
problem uploading to an rsync server
For some reason I'm having a problem uploading to an rsync server:
[root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/*
blah@localhost::test/
Password:
building file list ... done
ERROR: module is read only
unexpected EOF in read_timeout
It claims my module is read only, but it is not:
[test]
uid = root
gid = root
path =
2010 May 17
2
libshout2 with aac
On 17 May 2010, at 22:42, Romain Beauxis <toots at rastageeks.org> wrote:
> Le lundi 17 mai 2010 23:36:53, Jamie Bullock a ?crit :
>> On 17 May 2010, at 21:07, Geoff Shang wrote:
>>> On Mon, 17 May 2010, Jamie Bullock wrote:
>>>
>>>
>>>> I'm write an icecast source client and I'd like to support
>>>> streaming of
2004 Sep 07
2
[LLVMdev] Hey, who said you could use Obsequi's code!
Just kidding. :-)
Hi, I was just doing a Google search on my name and I
ran across a site that actually had a reference to
Obsequi a program I wrote almost three years ago now.
I thought the program had been forgotten a long time
ago (forgotten might not be the right word, I'm not
sure if it was ever remembered).
Anyway I was just wondering how John Criswell ever ran
across such a low
2004 Sep 07
0
[LLVMdev] Hey, who said you could use Obsequi's code!
Nathan Bullock wrote:
> Just kidding. :-)
My gosh. Your subject line nearly gave me a heart attack!
:)
>
> Hi, I was just doing a Google search on my name and I
> ran across a site that actually had a reference to
> Obsequi a program I wrote almost three years ago now.
> I thought the program had been forgotten a long time
> ago (forgotten might not be the right word,
2010 May 17
3
libshout2 with aac
On 17 May 2010, at 21:07, Geoff Shang wrote:
> On Mon, 17 May 2010, Jamie Bullock wrote:
>
>> I'm write an icecast source client and I'd like to support streaming of AAC encoded files.
>>
>> Can anyone tell me if and how this can be achieved with libshout2/icecast?
>
> I can't tel you as I don't know, but Ices0 can do AAC (IIRC) so you could look
2002 Jun 13
0
Rsync locking up. HP/UX 11.0
First, thanks for reading this long winded message. I have tried
searching everywhere, and reading everything I could possibly find before
posting this message... lol
I am writing Disaster Recovery software for the company I work for. I
have an HP/UX 11.0 server (N Class) dedicated to doing DR related work.
Basically, I sync up a 3rd set of mirrors to our live data, split it off,
and use
2006 Dec 08
1
winbindd to NT 4.0
Hi,
I have a Samba server Version 3.0.14a-2. It has been working flawlessly for close to a year. I utilize winbindd to a NT4.0 domain to authenticate users to my Samba shares.
All of a sudden, the shares are no longer accessible to Windows machines. An ls on an example directory shows:
drwxrws--- 15 root 10000 4096 Dec 6 11:21 AC_Manuals
This is wierd because the 10000 should show
2007 Jan 25
4
What Happened to my SAMBA? Permissions Issue
OK. Everything is going great for 4 years on my FC3 Samba Version 3.0.3-5.
Now all of a sudden, when someone opens a Word/Excel file on a Samba share, it changes the user Owner to that user as well as modifies the permissions to r-x and leaves the group/permission bits/owner setting alone.
I have the root directories for all shares with the u and g sticky bits set on, but it is not enforcing
2000 Apr 06
0
Please inform samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock
samba@samba.org
Serge Gavrilov <serge@pdmi.ras.ru>
Ed Schernau <ed@schernau.com>
Jeremy Allison <jeremy@valinux.com>
Cristian POP <cpop@compas.dntcj.ro>
Ed Schernau <ed@schernau.com>
John Evans <samba@kilnar.com>
David Bullock <davidb@loftuscomp.com.au>
Gunnar Lindholm <gunnar.lindholm.320@student.lu.se>
Junaid Iqbal
2007 Apr 14
5
SAMBA Problem - Users take ownership
Hi,
I have a problem with my Samba/WinBIND implementation. In folders shared by multiple people the last one to access and modify a file takes ownership of the file and changes the permissions so other users cannot make changes to the same file:
[root@atlas PLANNING RECORDS]# cd REGIONAL\ 1\ AIRLINE\ DOCS/
[root@atlas REGIONAL 1 AIRLINE DOCS]# ls -al
total 1232
drwxrws---+ 8 root