Displaying 20 results from an estimated 2000 matches similar to: "linux Rsync + windows rsync + unexpected connection close"
2017 Aug 01
3
special latin1 do not print as glyphs in current devel on windows
Upon further inspection, I think these are at least two problems.
First the issue with printing latin1/cp1252 characters in the "80" to "9F"
code range.
x <- c("?", "?", "?")
Encoding(x)
print(x)
I assume that these are Unicode escapes!? (Given that Encoding(x) shows
"latin1" I'd rather expect latin1/cp1252 escapes here, but
2009 Jul 17
0
Rsync problem : stops unexpectedly
Hello.
My problem is Rsync stops when I use it between 2 of my servers (2 NAS
Synology) ( named "*.22*" and "*.6*" ).
The problem continue...
For example :
_ Rsync run correctly between my server "*.22*" and ".6" ( in the 2
directions )
_ Rsync run correctly between my server ".6" and "*.8*" ( in the 2
directions )
_ Rsync *doesn't
2009 Jul 15
0
Rsync stops in the middle of a transfer
Hello.
My problem is Rsync stops when I use it between 2 of my servers (2 NAS
Synology) ( named "*.22*" and "*.6*" ).
For example :
_ Rsync run correctly between my server "*.22*" and ".6" ( in the 2
directions )
_ Rsync run correctly between my server ".6" and "*.8*" ( in the 2
directions )
_ Rsync *doesn't run* correctly between my
2017 Sep 14
2
special latin1 do not print as glyphs in current devel on windows
This is a follow-up on my initial posts regarding character encodings on
Windows (https://stat.ethz.ch/pipermail/r-devel/2017-August/074728.html)
and Patrick Perry's reply
(https://stat.ethz.ch/pipermail/r-devel/2017-August/074830.html) in
particular (thank you for the links and the bug report!). My initial
posts were quite chaotic (and partly wrong), so I am trying to clear
things up a
2017 Aug 01
2
special latin1 do not print as glyphs in current devel on windows
Thank you!. My apologies again for not including the console output in my
message before. I sent another e-mail with the output in the meantime, so
it should be a bit clearer now, what I am seeing. In case I missed
something, please let me know.
Yes, I am using latin1 and cp1252 interchangebly here, mostly because
Encoding() is reporting the encoding as "latin1". You presumed correctly
2003 Jan 17
2
Samba Internationalization
Hello,
I used with happiness Samba 2.2.3.
Everything works perfectly but I noticed two problems with accented characters; the first one on Samba, the other one on Swat.
I work with a win98 client and a Debian server.
Win98 use codepage 850 but I noticed, in fact, it use codepage 1252 and I suppose that conversion is made with a file called 12520850.cpx. On my Linux box I set up codepage
2023 Dec 21
1
rsync over ssh fails with --files-from
Hi,
On Wed, Dec 20, 2023 at 11:03?AM Kevin Korb via rsync <rsync at lists.samba.org>
wrote:
> What is the error? I assume you know that with that syntax the
> filelist.txt is local rather than remote.
>
Yes, I do know it refers to the list of local files.
There is no error - it just hangs indefinitely until some timeout period.
This is what it looks like on the remote side:
$
2013 Apr 29
3
[Announce] Samba 3.6.14 Available for Download
=============================================================
"Just play. Have fun.
Enjoy the game."
Michael Jordan
=============================================================
Release Announcements
=====================
This is is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.14 include:
o Certain xattrs cause Windows error 0x800700FF
2013 Apr 29
3
[Announce] Samba 3.6.14 Available for Download
=============================================================
"Just play. Have fun.
Enjoy the game."
Michael Jordan
=============================================================
Release Announcements
=====================
This is is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.14 include:
o Certain xattrs cause Windows error 0x800700FF
2023 Dec 21
1
rsync over ssh fails with --files-from
Can someone help me determine if these errors are normal or if this could
somehow be the cause? I've removed the last three columns for readability -
they were all zeros.
# column -t /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed
multicast|bytes packets errs drop fifo
lo: 133093161 146045 0
2024 Feb 05
1
Graceful shutdown doesn't stop all Gluster processes
Hello Everyone,
I am using GlusterFS 9.4, and whenever we use the systemctl command to stop the Gluster server, it leaves many Gluster processes running. So, I just want to check how to shut down the Gluster server in a graceful manner.
Is there any specific sequence or trick I need to follow? Currently, I am using the following command:
[root at master2 ~]# systemctl stop glusterd.service
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out.
Situation:
I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1
running Solaris 9.
I am trying to rsync a web site between the IPX and Ultra 1.
All boxes are running 2.5.5 rsync built from source.
Problem:
Can't get a a sync between the IPX -> Ultra.
IPX = kashmir
Ultra = vortac
Mac = archer
Assumptions:
a).
2009 Feb 16
1
StrictHostKeyChecking is being ignored
ssh -oStrictHostKeyChecking=no scrub
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just
2017 Sep 29
1
Gluster geo replication volume is faulty
I am trying to get up geo replication between two gluster volumes
I have set up two replica 2 arbiter 1 volumes with 9 bricks
[root at gfs1 ~]# gluster volume info
Volume Name: gfsvol
Type: Distributed-Replicate
Volume ID: c2fb4365-480b-4d37-8c7d-c3046bca7306
Status: Started
Snapshot Count: 0
Number of Bricks: 3 x (2 + 1) = 9
Transport-type: tcp
Bricks:
Brick1: gfs2:/gfs/brick1/gv0
Brick2:
2004 Mar 24
2
Ordered logit/probit
Hello everyone
I am trying to fit an ordered probit/logit model for bank rating
prediction.
Besides polr() in MASS package which is not written especially for this as
far as I know, do you know how else I can do this?
I already found the modified polr () version on the
Valentin STANESCU
Enrst and Young
Tel. 402 4000
----------------------------------------------------------
The information
2011 Feb 26
3
hivex: some issues (key encoding, ...) and suggested fixes
Hi,
libhivex seems to do a great job at parsing hives most of the time, but
there are some issues with a few registry keys.
These can be worked around in the application that uses libhivex, but I
think it'd be better if libhivex handled these itself.
1. UTF16 string in REG_SZ that has garbage after the \0\0
There is code in hivex.c to handle this already but I think it has a typo:
/*
2024 Sep 01
1
geo-rep will not initialize
FYI, I will be traveling for the next week, and may not see email much
until then.
Your questions...
On 8/31/24 04:59, Strahil Nikolov wrote:
> One silly question: Did you try adding some files on the source volume
> after the georep was created ?
Yes. I wondered that, too, whether geo-rep would not start simply
because there was nothing to do. But yes, there are a few files created
2011 Oct 24
1
rsync connection/transfer error
Hi All,
I am somewhat new to rsync and am looking for some guidance. I've been using
it successfully for a couple months syncing CentOS updates from a university
mirror with the following specs:
rsync version 2.6.8 protocol version 29
rsync -artv rsync://mirrors.usc.edu/centos/5.6/updates/i386/RPMS/--exclude=debug/
/var/www/html/centos/5/updates/i386
Everything works fine for this connection
2009 Aug 17
1
rsync: connection unexpectedly closed
I'm using Rsync 3.1.0 and VanDyke VShell for SSH. Both services have started
up in the remote server under the local account nasadmin. I know port 22 is
open on the firewall because i was able to see the root directory being
created after an rsync command from the server, but no files were
synchronized over. Later, i started receiving this error and can only guess
there is something wrong
2018 Jan 19
2
geo-replication command rsync returned with 3
Dear All,
we are running a dist. repl. volume on 4 nodes including geo-replication
to another location.
the geo-replication was running fine for months.
since 18th jan. the geo-replication is faulty. the geo-rep log on the
master shows following error in a loop while the logs on the slave just
show 'I'nformations...
somehow suspicious are the frequent 'shutting down connection'