Displaying 20 results from an estimated 30000 matches similar to: "rsync with openssh"
2002 Feb 08
1
change for receiver.c
Here's a suggested change for receiver.c in version 2.5.2. It works in aix
4.3.3.
*** receiver.c.org
--- receiver.c
***************
*** 427 ****
! rprintf(FERROR,"mkstemp %s failed\n",fnametmp);
--- 427 ----
! rprintf(FERROR,"mkstemp %s failed: %s\n",template,strerror(errno));
(Sorry, my version of diff doesn't seem to have the format I'm used to
2002 May 07
3
openssh 3.1 and rsync dont work
Maybe this is a ssh problem - but are you aware of the general issue ?
http://bugzilla.mindrot.org/show_bug.cgi?id=182
Summary: ssh should still force SIGCHLD to be SIG_DFL when
calling ssh-rand-helper
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: All
Status: NEW
Severity: normal
2007 Feb 19
2
my ups shuts down when starting upsd
Hi,
I have a Fenton Powerpal L660, when I try and configure nut with either the
metatec or fentonups driver, and start upsd, the UPS instantly turns itself
off.
It used to work, until I changed my motherboard and CPU, which means it has
a different bios and serial port setup.
This is happening with Nut 2.0.1 and also Nut 2.0.5. I have an AMD64 bit
processor, Mandriva 2007 64 bit.
Any
2010 Sep 11
2
Dynamix 650 VA USB UPS
Hi,
Has anyone had success with the Dynamix 650VA, that uses the USB cable?
I can't get megatec_usb to recognize it, I have tried both stable and
development versions.
Regards
Glen Ogilvie
2002 Jan 05
2
rsync w/ openssh hangs on linux
Hello All:
I've having repeatable problems copying files between
linux machines using rsync-2.5.1 and various recent
flavors of openssh. The symptom when testing with a
single 2M file is that rsync hangs when when the file
is 97% transferred.
It seems from looking at various archives that this
problem may be non-trivial. I tried applying the
patch at
2007 Feb 19
1
64bits bug? (was: my ups shuts down when starting upsd)
2007/2/19, Glen Ogilvie <nelg@linuxsolutions.co.nz>:
> Hi,
>
> I have a Fenton Powerpal L660, when I try and configure nut with either the
> metatec or fentonups driver, and start upsd, the UPS instantly turns itself
> off.
>
> It used to work, until I changed my motherboard and CPU, which means it has
> a different bios and serial port setup.
>
> This is
2007 Feb 19
1
64bits bug? (was: my ups shuts down when starting upsd)
2007/2/19, Glen Ogilvie <nelg@linuxsolutions.co.nz>:
> Hi,
>
> I have a Fenton Powerpal L660, when I try and configure nut with either the
> metatec or fentonups driver, and start upsd, the UPS instantly turns itself
> off.
>
> It used to work, until I changed my motherboard and CPU, which means it has
> a different bios and serial port setup.
>
> This is
2004 Mar 17
1
setgid on directories
We needed the group id bit to always be set on directories when rsync
creates them. We always run
rsync from a script with just the -ltR options. The destination file
system uses acl's to control file access
so new files need to inherit the properties of the directories they're in.
(This is for IBM's global storage
architecture on Aix or Linux).
I made the following changes to make
2001 Oct 20
4
rsync on cygwin: Connection reset by peer
I have been trying to get rsync running correctly on cygwin for the past
couple of days. I found a post on the cygwin list that said there was a
bug in cygwin when using socketpair() but when I compiled the sample code:
(http://jrepp.com/rsync/socketpair.c) both ways it works fine. Here's the
article for reference:
http://sources.redhat.com/ml/cygwin/2001-08/msg00357.html
I am running the
2001 Sep 28
3
OpenSSH (portable) and entropy gathering
On Thu, 27 Sep 2001 20:41:05 EDT, Damien Miller writes:
> On Thu, 27 Sep 2001, Dan Astoorian wrote:
>
> >
> > It would (IMHO) be useful if there were a way to optionally configure
> > that code to fall back to the internal entropy gathering routines in the
> > event that EGD was not available; as it is, the routines simply fail if
> > EGD is unavailable at the
2001 Oct 24
7
rsync recursion question
That's the way it is. If it's really a one-off change, a huge change in your structure, telnet ssh, rsh, and so forth, work really well for dropping in and deleting stuff (unless you're supplying the master, and other systems out of your control copy
from you). Rsync is optimized for taking a filesystem in an unknown state, and making it identical to another filesystem in an unknown
2001 Oct 22
4
Using rsync to mirror a hard drive.
1) I'm a developer.
2) I use one special machine as a CVS server, generic storage ( an
electronic attic ), as a web server of online documentation ( such as
the python documentation, or SGI STL docs ).
3) I would like to add a hard drive to that system that mirrors the
system drive. Someone suggested that I use rsync for this purpose.
Called by a cron job that starts at 2:00am. I also want to
2002 Jan 23
2
Rsync 2.5.1 on Solaris 8 reverse lookup failures
I get the following log messages using rsync 2.5.1 compiled on Solaris 8
when using the "hosts allow" option in rsyncd.conf:
2002/01/23 12:09:51 [28276] rsync: reverse name lookup mismatch on fd0 -
spoofed address?
2002/01/23 12:10:18 [28276] rsync: connection unexpectedly closed (16 bytes
read so far)
Resolv.conf/DNS are configured and working properly with both A and PTR
records
2003 Jan 21
6
Please test rsync-2.5.6pre2
The second rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2002 May 12
1
"Unexplained error code xxx" in rsync-2.5.5
Hi.
We sometimes/often get such errors. It occures in main.c/client_run().
I investigated further and found, that the waitpid() in
main.c/wait_process() exits with -1, errno = ECHILD, which means
"No children". *status can contain garbage in such cases - but not
always. It happens under Solaris-2.5.1/SPARC.
It (ECHILD) also happens on other Solaris versions - but there *status
seems to
2002 Feb 01
4
error in rsync protocol data stream (code 12) at token.c(288)
I am getting the following error when mirroring part of the RedHat
distribution tree over a slow connection (~T1 speed). When running
over a faster network (100BaseT) the problem does not appear. Note,
the problem file a large 600MB ISO image, whereas other small files
appear to be fine.
rsync: open connection using /path/ssh remote.host /path/rsync --server -vlHogDtprRz --timeout=600 --delete
2002 Feb 12
2
Rsync-2.5.2
New to the group!
Which version is considered stable for redhat 7.2. I have attempted to compile 2.5.2 but recieve numerous compile warning. Once installed, I receive the following error but just keying rsync {return}.
Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation
See http://rsync.samba.org/ for updates, bug reports, and answers
rsync error: syntax or usage error
2002 Mar 03
2
rsync with -ls option
Howdy,
I'm trying to get a report from rsync using the -n option which will
produce a report of files that are different in a ls -al kind of style so
one could analyze what's different before possibly clobering a good file.
Is this possibly in the works or does anyone have any ideas on how this
might be done. It seems like a useful option to rsync to have.
Regards,
George...
2001 Nov 09
1
[Bug 11] New: no reference to bugzilla on openssh home page
Bugzilla doesn't appear to send new bugs to openssh-unix-dev as Damien said
he wanted it to, so I'm forwarding the message I got back.
- Dave Dykstra
----- Forwarded message from bugzilla-daemon at mindrot.org -----
From: bugzilla-daemon at mindrot.org
To: dwd at bell-labs.com
Subject: [Bug 11] New: no reference to bugzilla on openssh home page
Date: Sat, 10 Nov 2001 03:55:32 +1100
2001 Nov 13
3
rsync exclude/include
I want to rsync only a small part of a directory tree. I've set up an
exclude and an include file:
exclude holds:
/*
include holds:
/iso/1.5.*/i386
I am calling rsync using
rsync -avz --include-from="include" --exclude-from="exclude"
ftp3.sourceforge.net::/netbsd/iso iso/
but nothing happens. No files transfered. But I would expect rsync to
transfer files: