Displaying 20 results from an estimated 315 matches for "tuxedo".
Did you mean:
muxed
2002 Apr 23
5
Dynamic address problem
Hi All,
We have clients which dynamic IPs which we have setup with
<host>.dyndns.org addresses. We have added these to the rsync.conf
'hosts allow=" but they are being denied access.. Is there anyway
around this?
Matt
2002 Sep 09
4
Hardware - no way -Re: Crashes maybe due to: "error writing 4 unbuffered bytes"
Dear JW,
I spent hours checking and upgrading my hardware. There is nothing wrong
with it. It is a 'mature' Pentium-II 400MHz system that has been running my
servers WITHOUT ANY CRASHES for nearly 2 years now 24/7
Listen to me: "The crashes are dues to rsync"
There is an IDENTICAL report from a totally different source at
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
..._ http://www.informatimago.com/
>----------------------------------------------------------------------
> The name is Baud,...... James Baud.
>--
>To unsubscribe or change options:
>http://lists.samba.org/mailman/listinfo/rsync
>Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
>
>
>
>--
>To unsubscribe or change options:
http://lists.samba.org/mailman/listinfo/rsync
>Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
>
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.)
Contrary to the claim in the output of ./configure --help, $CPPFLAGS
is in fact not influential.
--- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500
+++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500
@@ -9,6 +9,7 @@
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all.
I have a script which I call from cron. It basically does some stopping
of a few services, rsyncs all files to a remote server and then starts
the services again. However, rsync segfaults:
/share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client
If I run rsync from the command-line everything works as
2002 Mar 16
1
(no subject)
...client machines
rsync -az --update --delete masterserverip::Ads/ /usr/www/Content
---
Brian Stadler
Information Systems
Kansas University Athletics Corporation
bstadler@ukans.edu
--
To unsubscribe or change options:
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
2003 Jan 31
2
Precompiled rsync 2.5.5 for SPARC Solaris 8 64bit
Hello List,
Would anybody have a precompiled version of rsync 2.5.5 for SPARC
Solaris 8 64bit?
Thanks in advance for your help,
Loris
--
Loris Serena
Unix Systems Administrator
PaddyPower Bookmakers
Phone : +353-1-4049633 http://www.paddypowerplc.com
Mobile: +353-87-9683760 mailto:lserena@paddypower.com
Privileged, confidential and/or copyright information
2002 Feb 28
2
lost status code
Rsync reports the status code of the remote command. So in some
situations the status code is successful when the command fails.
Rsync of a remote file to a local read-only directory fails, but
exits with $status = 0. I'd like to get $status = 23. Is it
possible?
Local copy fails with status = 23
> mkdir /tmp/nowrite
> chmod -w /tmp/nowrite
> rsync /etc/group /tmp/nowrite || echo
2002 Sep 24
2
off site backup with rsync
Can anyone help me with rsync. I'm trying to set up rsync on a windows nt
4.0 box so i can do off site backup with linux. I followed the
instruction from rsync.samba.org and i have rsync working on windows nt.
when i tried to use rsync with linux to connect to the windows box i get a
error invalid module. Is there anything i can do to get rsync to work so
i can do off site backup. thanks
2002 Jun 11
2
Some files always copied to W2K system
I am copying from a rsync --daemon
(have tried from both W2K/cygwin & Linux daemons) to a W2K machine.
Some files get copied every time even though they haven't been touched
since the last copy. I have experimented and deturmined that the file
size seems to be important. If the file is between 926 & 933 bytes
long it will always be copied!! Other sizes and possibly other aspects of
2002 May 17
3
Rsync dies
I?m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files.
Rsync always dies after about 29 GB without any error messages.
I?m Using rsync version 2.5.5 protocol version 26.
Has anyone an idea ?
Thank?s Clemens
2002 Dec 03
1
rsync 2.5.5 port to Novell NetWare
Hullo, all. I diligently consulted the suggested reading on the way in:
> Welcome to the rsync@lists.samba.org mailing list! PLEASE READ THIS
> IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:
> http://www.tuxedo.org/~esr/faqs/smart-questions.html
'Twas a quick read, given that I'm the co-author. ;->
I recently received an odd inquiry from someone I didn't know at all,
posting to me in private mail from an IT concern in South Africa. He
had heard mention of an rsync port to Novell NetWare...
2003 Nov 03
2
--move instaed of --delete
...ld like to use --delete for the same reason. However, it should not
actual delete the files but put them in the .../old directories, too.
But I can not find out how to do so :-(.
Any hint greatly appreciated. TIA.
BTW: Smart questions link from http://rsync.samba.org/lists.html brings
me to tuxedo start page.
--
- bye maik
2002 Jul 06
2
.iso file corrupted
Hello,
On doing "$ rsync --progress --archive --partial
-vvv
rsync://carroll.cac.psu.edu/redhat-ftp/redhat/linux/7.3/en/iso/i386/valhalla
-i386-disc1.iso ", I got the following output
<---------------------------------------------------------------------------
------>
local_version=24 remote_version=26
receiving file list ...
recv_file_name(valhalla-i386-disc1.iso)
received 1
2002 Mar 23
2
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
I use FreeBSD RELENG_4
with
rsync version 2.5.4 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6,
32-bit system inums, 64-bit internal inums
and when I try to transfer file I get
rsync: connection unexpectedly closed (5994 bytes read so
2002 Mar 13
0
AW: ssh + permissions
...epermissions on the remote site are gone. Is there a
> chance to preserve the permissions using ssh ?
>
> Thanks C. Zimmermann
>
>
>
> --
> To unsubscribe or change options:
> http://lists.samba.org/mailman/listinfo/rsync
> Before posting, read:
> http://www.tuxedo.org/~esr/faqs/smart-> questions.html
>
>
>
>
--
To unsubscribe or change options:
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
2002 Nov 03
4
Rsync error: partial transfer (code 23) at main.c(926)
I don't use rsync on my server because all time what i use this message
appears:
zopedocs/GuideToDTML/roman-number.gif is uptodate
wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec
total size is 2211107296 speedup is 866.35
rsync error: partial transfer (code 23) at main.c(926)
I user this command:
rsync --progress -prtvv servertoconnect::tagonrsyncd.conf .
(The rsyncd.conf it's
2016 Feb 01
7
In A UEFI World, "rm -rf /" Can Brick Your System
...ght
to make sure it's well protected and only writable to root. But beyond
that: root can do anything really." He then closed the ticket.
--- end excerpt ---
<http://www.phoronix.com/scan.php?page=news_item&px=UEFI-rm-root-directory>
"And they closed the ticket"? That tuxedo on the cockroach is so elegent!
Ok, *now* tell me why we shouldn't hate systemd?
mark
2003 Feb 12
4
rsync in cygwin as service
Hello!
I want to start rsync on w2k as service.
If I try to start rsync from command line it simply do nothig:
$ rsync --daemon
Administrator@dm-w2ks /usr/bin
$ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
480 1 480 480 con 500 04:15:03 /usr/bin/bash
1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps
Administrator@dm-w2ks
2002 Mar 12
2
Need help getting rsync working...
I have so far been unable to get rsync to work properly in a test setup.
Does anyone have any ideas?
Both PCs are running RedHat 7.2.
The Server:
IP Address 192.168.0.202
Server Name: RH72TB
hosts.allow ALL: 192.168.0.201
rsyncd.conf:
[testmodule]
path = /tmp
The Client:
IP Address 192.168.0.201
hosts file:
192.168.0.202 RH72TB
I have run "rsync --daemon" on the server.