Displaying 20 results from an estimated 200 matches similar to: "rsync lib"
2005 Jul 18
2
RSync and SSH problems
Hey all,
First off, I'm new to cygwin, rsync, and actually even ssh. I've used
ssh clients many times, but server side I'm a bit of a noob. Anyway,
here's my problem...
I set up a brand spankin new Windows XP box with only two apps
installed: copSSH and rsync. I need to tie down all security as tight as
possible. From what I've seen/read, it seems to me the only port I need
2008 Feb 06
1
--suffix-dels unknown option on in rsync 3.0.0.
I am trying to run:
rsync --dry-run -avz --force --no-whole-file -e "ssh -C" --delete --bwlimit=35
\
--backup --exclude "*.backup-*" --exclude "*:*" '--suffix'=.backup-`date
+%m%d` \
/mnt/unite-c/ heraudet@nanardon.zarb.org:~/unite-c/
But I get:
rsync: on remote machine: --suffix-dels=.backup-0206: unknown option
rsync error: syntax or
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi,
The problem I found is not in what rsync, but on the error handling:
How to reproduce:
On server side I setup a tree and share using rsync + xinetd, of course, for
security reason I use chroot option.
Now I push this symlink:
lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/
Now I try to do:
./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/
(Of course the
2014 Oct 02
2
[RFC] Explicit synchronization for Nouveau
+Rom who seems to be presenting about mainlining android sync at linux plumbers
On Wed, Oct 01, 2014 at 05:58:52PM +0200, Maarten Lankhorst wrote:
> You could neuter implicit fences by always attaching the fences as
> shared when explicit syncing is used. This would work correctly with
> eviction, and wouldn't cause any unneeded syncing. :)
Yes, that will probably work! So, just
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071
Summary: Enhancement Request - Customizable Connection Timeout
Option
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2003 Oct 02
1
Samba-3.0.0 packages for Mandrake 8.2-9.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
RPMs of samba3 for Mandrake were uploaded to the samba FTP mirrors on
Saturday. For those who have urpmi media setup for your favourite samba
mirror, all you need to do to get samba3 is (assuming you have setup the
Sambaldap source such as at http://plf.zarb.org/~nanardon/?minor=1):
# urpmi.update Sambaldap
# urpmi samba3-server
Please note that by
2003 Apr 29
1
Upgrade Samba 2.2.6 to 2.2.8 by novice
Hi,
I would like to install SWAT to administer Samba on my Mandrake 9.0 server.
The Swat file is ver 2.2.8 while my Samba is version 2.2.6. The installation
aborts because of version differences.
I have tried to upgrade Samba to version 2.2.8 but run into other problems
with dependencies. Am I correct in thinking that I have to uninstall Samba
first and then re-install the later version? And if
2003 Jan 17
1
Logon Scripts for Mandrake 9.0
<TEXTAREA NAME="Signature" ROWS="4" COLS="60">
I was wondering if some one could help me make some basic
login scripts and tell me where to place them. I know
nothing about them. I am trying to get my windows based
mechines to login to my Mandrake 9.0 server I have windows
ME and XP i got ME to login but XP won't. Can some one
help
Thanks
David
2014 Oct 01
3
[RFC] Explicit synchronization for Nouveau
Thanks Daniel for your input!
On Mon, Sep 29, 2014 at 09:43:02AM +0200, Daniel Vetter wrote:
> On Fri, Sep 26, 2014 at 01:00:05PM +0300, Lauri Peltonen wrote:
> > (2) Stop automatically storing fences to the buffers that user space wants to
> > synchronize explicitly.
>
> The problem with this approach is that you then need hw faulting to make
> sure the memory is
2002 Feb 04
1
A little patch
I' ve write a little patch for rsync.
I'm not a programmer but when I mirror pas cooker package of mandrake, I want
to the file for 15 days, even if the file has been delete on the server.
I add the option --heeptime=x where x is the time of validity in second after
it creation.
But I don't want to keep very large file:
--keepmaxsize=y where y is the maximum size for a file in
2003 Nov 05
1
Is there a buffer or cache setting in samba?
Hi.
Can anyone tell me if samba has any settings that determine how much data
gets cached or buffered in RAM before being written to the computer's hard
drives?
I'm having a strange problem and I suspect that the explanation has to do
with that kind of setting.
I am using a Linux system (P4-3.06 Ghz, 1 GB RAM, 2.4.22 kernel, samba
2.2.8a) to store video and audio files that can
2005 Jul 28
2
test failed with acl patch
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the
patches directory.
I am trying to update our rpm to rsync 2.6.6 but one of the test failed with
this patch. It seems to be a minor problem, but can you have a look ?
Thanks by advance.
Following the message (a bit long):
----- itemize log follows
Testing for symlinks using 'test -h'
+
2007 Aug 15
1
rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set
$ ./rsync distrib-coffee.ipsl.jussieu.Fr::
Erreur de segmentation
Easy to understand and fix (after 3 minutes inside a debugger):
Index: socket.c
===================================================================
RCS file: /cvsroot/rsync/socket.c,v
retrieving revision 1.130
diff -u -b -B -w -p -p -u -r1.130 socket.c
--- socket.c 11 Aug 2007 16:20:56 -0000 1.130
+++ socket.c 15 Aug
2008 Mar 19
1
rsync --server -e VERSION issue
It seems latest rsync pass -e to the remote server to specify rsync client is
a preversion (A thing I understand because -e works on all rsync version).
However, this cause problems on server having options restriction, like
denying -e because it allow to execute any command on it.
So I suggest this patch to limit effect to unstable version of clients.
WDYT ?
Regards.
Index: options.c
2007 Nov 12
1
rsync 3.0.0 pre5 + hard link preversation trigger assert
I've setup rsync 3.0.0 pre5 on distrib-coffee.ipsl.jussieu.fr (rsync server)
and upload the same into mandriva cooker (development distribution).
Someone reported this failure:
rsync -auvPH --delete
--exclude-from="/home/rfox/exclude.txt"
distrib-coffee.ipsl.jussieu.fr::mandrivalinux/devel/cooker/i586/ .
receiving incremental file list
rsync: hlink.c:253: check_prior: Assertion
2012 Feb 24
3
iPhone and custom imap folders problem
Hi
Im using Dovecot 1.0.10 and everything seems work ok except one client
He is accessing his mailbox using iPhone
There are several custom folders created and mail is directed to them
using procmail
The problem is iPhone mail app only sees changes in INBOX and when new
mail arrives to other folders it will not see it unlers user accesses this
particular folder
Is there some kind of workaround
2003 Jun 08
2
state of the rsync nation? (revisited 6/2003 from 11/2000)
I'm interested in these very questions (librsync-rsync relationship,
remaining limitations of rsync, active prospects for ground-up rewrites),
Google searches for rsync info have proved a little too vague due to the
programs ubiquity. Much has certainly changed since this was written,
could some people with knowledge in these areas could update martin's
response for the state of rsync,
2003 Jun 12
1
questions about librsync
I'm not sure if this is the appropriate forum for questions regarding
librsync, but couldn't find any others.
I'm trying to get librsync working properly on Solaris 2.7 and 2.8 Sparc
servers. The problem is that while librsync appears to compile cleanly, "make
check" fails the sources.test. Does anyone have any insight as to why this
might be? Might I need a specific
2005 Sep 30
2
question about librsync : patch function
Hello everybody,
About librsync, does anyone know how to patch the delta without creating
a new file ?
I used the librsync and it always generates a new file, which is
embarrassing if the file is over 1Gb.
I tried to store the new file in RAM, but it saturates the machine.
Is there a possibility to write in the current file to be synchronized,
although this file is currently being
2007 Oct 01
1
Samba and AD: Still problem with conection
Hi,
I have still problem with samba and AD. And I still know nothing :(
Sometimes it works OK, but seldom. Generaly it can't get users from AD.
System boots and wbinfo says that there is no users or that there is only 10
users (in AD I have about 1100).
I think that this is problem with timeout, because sometimes it works OK.
Sometimes linux reboot helps...
And simetimes my dhcp on