Displaying 11 results from an estimated 11 matches for "nanardon".
Did you mean:
anarion
2005 Jul 05
2
rsync lib
Skipped content of type multipart/alternative-------------- next part --------------
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.9/39 - Release Date: 2005-07-04
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 usage error (code 1) at main.c(1441) [server=3.0.0pre5]
This behavior appear with:
- local machine: rsync version 2.6.6 protocol version 29
- remote machine: rsync version...
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
...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 default the samba3 packages are built to install in
parallel with the samba-2.2.x packages, allowing an easier transition
from samba2 to samba3 (especially for those on LDAP). However, it is
very easy to rebuild the SRP...
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
...4 nov 10 16:28 horsroot -> /bin/
Now I try to do:
./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/
(Of course the transfert will failed because /bin is outside the chroot.)
The first problem is the error message is not push to stderr but stdout:
---------------------------
[nanardon@draco rsync]$ rsync -avPH --copy-unsafe-links
virgo::test/ /tmp/rsyncdest/ 2>/dev/null
[...]
file has vanished: "/horsroot" (in test)
--------------------------
Nothing is sent to stderr whereas error code is set:
$ echo $?
24
I had a look to flist.c/sender.c, it seems this is expe...
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
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
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
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
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