If that's any help, I've had (and still have) some problems using the Intel
845 Motherboards (with eepro100 - chip 88562 on board). They keep crashing,
and that normally shows with rsync over ssh. (Although they sometimes crash
without doing anything).
I already found
http://www.scyld.
Hi,
I map a folder, for example /tmp, to Samba share folder by using
"mount -t smbfs -o username=...,password=... //sambaserver/sharename /tmp"
then rsync another folder with samba folder by executing
"rsync -uvr --progress /Apps/ /tmp".
/Apps is just example.
If the file under /Apps has
I noticed that when doing rsync, sometimes the sizes reported seemed
outrageously large. It turned out that rsync was trying to add the st_size
field for non-regular files. Often this field is -1 (at least for device
files). Here's the patch:
*** patch starts ***
*** flist.c@@/main/original/1 Tu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm getting the rsync error "partial transfer (code 23) at main.c(925)"
when restoring a 'rsync-ed' Windows partition from a Linux system.
I feel the problem might be caused by the characterset (win-1250) which
the files on Windows partition are store
On Sun, 8 Sep 2002, Trevor Marshall wrote:
> Paul,
> Was running 2.5.4, Compiled and upgraded to 2.5.5
>
> No crash this time, but it again failed on a (possibly open) logfile. There
> might be a hint there...
> Ran it again - no crash, same error...
The problem in 2.5.4 was that if fork() fail
>Is there more than one rsync running? In 2.5.4 a failure in another rsync
>process could kill your rsync. I haven't studied the code recently, but I
>don't think there are any calls to fork() after it has started transfering
>files.
I recall
bash$ ps -aux
showed 2 rsync processes, maybe thr
I made some changes to rsync so that it would recognize it was running as
root when run as a setuid root program. This allows the same operations as
when running as root (preserving ownership, for example). I've attached the
diffs.
*** patch follows ***
*** main.c@@/main/original/1 Tue Apr 9 1
On Mon, Sep 09, 2002 at 04:40:06PM +0200, you [Lukas Kubin] wrote:
> I'm getting the rsync error "partial transfer (code 23) at main.c(925)"
> when restoring a 'rsync-ed' Windows partition from a Linux system.
> I feel the problem might be caused by the characterset (win-1250) which
> the files on
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm doing it all from a Linux system by mounting the Windows partition.
I use version 2.5.6cvs of rsync. Currently I'm playing with the mount
charset parametert. Hope it'll solve it.
Thank you.
lukas
On Mon, 9 Sep 2002, Ville Herva wrote:
> On Mon,