Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNSerror in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error:
or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hints
Thanks in advance !
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNSerror in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error:
or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hints
Thanks in advance !
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync
connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver) HPNS 1 --> HPNS 2Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other SSH shell
HPNS 2 --> HPNS 1
same same
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error:
or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver) HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync
connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other SSH shell
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
I am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
Le jeudi 18 mai 2023 à 11:33:24 UTC-4, Eric Bathalon a écrit :error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync
shell connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other SSH
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
I am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
I am using the following syntax from hpns1: /usr/bin/rsync --stats --progress -avz -e/usr/bin/ssh -S \$ssh00 /home/super/me/test/* hpns2:/home/super/me/test/
On Thursday, May 18, 2023 at 1:43:07 p.m. UTC-4, Eric Bathalon wrote:rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
Le jeudi 18 mai 2023 à 11:33:24 UTC-4, Eric Bathalon a écrit :
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
shell connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other SSH
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
problem. The object is hard-coded to be in /usr/local/bin/ssh for the 1.0.2q OpenSSL build. You might have more success using NonStop SSH as a client/server in this case. /G/system/zssh/sshoss is the program for the client. You can also go to GNSCI'm not sure about this working. The OpenSSH process has communication issues on NonStop and does not always work - I'm not sure why; however, it also cannot be located in /usr/bin as far as I know, as that is considered a man in the middle potentialI am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
I am using the following syntax from hpns1: /usr/bin/rsync --stats --progress -avz -e/usr/bin/ssh -S \$ssh00 /home/super/me/test/* hpns2:/home/super/me/test/
Le jeudi 18 mai 2023 à 14:48:11 UTC-4, Randall a écrit :rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
On Thursday, May 18, 2023 at 1:43:07 p.m. UTC-4, Eric Bathalon wrote:
Le jeudi 18 mai 2023 à 11:33:24 UTC-4, Eric Bathalon a écrit :
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
shell connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other SSH
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
problem. The object is hard-coded to be in /usr/local/bin/ssh for the 1.0.2q OpenSSL build. You might have more success using NonStop SSH as a client/server in this case. /G/system/zssh/sshoss is the program for the client. You can also go to GNSCI'm not sure about this working. The OpenSSH process has communication issues on NonStop and does not always work - I'm not sure why; however, it also cannot be located in /usr/bin as far as I know, as that is considered a man in the middle potentialI am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
I am using the following syntax from hpns1: /usr/bin/rsync --stats --progress -avz -e/usr/bin/ssh -S \$ssh00 /home/super/me/test/* hpns2:/home/super/me/test/
There is a misunderstanding. I am using Nonstop builtin SSH and my ssh is a link to /G/system/zssh/sshoss. Anyway, since my path is including /usr/local/bin I move rsync and nonstop ssh under /usr/local/bin/... same result. I am just wondering if itshould work between 2 HPNS or it is the same problem that we have with scp that is only working as a server and not as a client...
On Thursday, May 18, 2023 at 3:36:07 p.m. UTC-4, Eric Bathalon wrote:rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
Le jeudi 18 mai 2023 à 14:48:11 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 1:43:07 p.m. UTC-4, Eric Bathalon wrote:
Le jeudi 18 mai 2023 à 11:33:24 UTC-4, Eric Bathalon a écrit :
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
SSH shell connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
potential problem. The object is hard-coded to be in /usr/local/bin/ssh for the 1.0.2q OpenSSL build. You might have more success using NonStop SSH as a client/server in this case. /G/system/zssh/sshoss is the program for the client. You can also go toI'm not sure about this working. The OpenSSH process has communication issues on NonStop and does not always work - I'm not sure why; however, it also cannot be located in /usr/bin as far as I know, as that is considered a man in the middleI am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
I am using the following syntax from hpns1: /usr/bin/rsync --stats --progress -avz -e/usr/bin/ssh -S \$ssh00 /home/super/me/test/* hpns2:/home/super/me/test/
should work between 2 HPNS or it is the same problem that we have with scp that is only working as a server and not as a client...There is a misunderstanding. I am using Nonstop builtin SSH and my ssh is a link to /G/system/zssh/sshoss. Anyway, since my path is including /usr/local/bin I move rsync and nonstop ssh under /usr/local/bin/... same result. I am just wondering if it
If you are using NonStop SSH as a client, you should be taking this up with GNSC. Seriously.Well I did but since it is a rsync issue , not supported ...
Le jeudi 18 mai 2023 à 17:56:49 UTC-4, Randall a écrit :rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.2.4]
On Thursday, May 18, 2023 at 3:36:07 p.m. UTC-4, Eric Bathalon wrote:
Le jeudi 18 mai 2023 à 14:48:11 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 1:43:07 p.m. UTC-4, Eric Bathalon wrote:
Le jeudi 18 mai 2023 à 11:33:24 UTC-4, Eric Bathalon a écrit :
Le jeudi 18 mai 2023 à 11:21:43 UTC-4, Randall a écrit :
On Thursday, May 18, 2023 at 8:23:48 a.m. UTC-4, Eric Bathalon wrote:
Le mardi 16 mai 2023 à 08:21:36 UTC-4, Eric Bathalon a écrit :
Hi all, I am trying make rsync (3.2.4 for the moment) between 2 HPNS
It works if I use rsync from an ubuntu server to my HPNS.
It works if I sync locally from the same HPNS to sync 2 directories for example.
But when I am trying between my 2 HPNS I am still getting either:
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=v3.2.4] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
SSH shell connections do not and require the SHELL-ENVIRONMENT to define your env.or SSH: rsync: is your shell clean?
Added export SUPPRESSCLIENTBANNER=TRUE to my profile I tried multiple syntax options without success.
If anyone have some hintsHPNS 1 is running L22.09 with SSH L02_05SEP2022
Thanks in advance !
HPNS 2 is running L20.10 with SSH L02_15OCT2020
I can connect SSH on both servers using the user IDs I am using to test my rsync with. (Either a super user or an super.super alias) over OutsideView & Putty or from a linux server directly on the OSS side.
The only modification I made is from my linux server that I need to use a .ssh/config to set Ciphers and HostKeyAlgo but outside of that, I can connect via SSH or use SFTP between both HPNS without issues.
I am using the same users for all my tests
Servers are giving the same errors whatever the role (sender or receiver)Are you trying to use rsyncd on the remote HPNS? If so, do you have port forwarding enabled in SSH? Also, have you set the SHELL-ENVIRONMENT for your user? Login shells (putty/outside view/etc..) automatically load your .profile, but other
HPNS 1 --> HPNS 2
HPNS 2 --> HPNS 1
same same
potential problem. The object is hard-coded to be in /usr/local/bin/ssh for the 1.0.2q OpenSSL build. You might have more success using NonStop SSH as a client/server in this case. /G/system/zssh/sshoss is the program for the client. You can also go toI'm not sure about this working. The OpenSSH process has communication issues on NonStop and does not always work - I'm not sure why; however, it also cannot be located in /usr/bin as far as I know, as that is considered a man in the middleI am not trying to use the Daemon. I will look for the SHELL-ENVIRONMENT I am not sure about that !I set one for my user on both system pointing for now on /etc/profile ... but same behavior for rsync
I am using the following syntax from hpns1: /usr/bin/rsync --stats --progress -avz -e/usr/bin/ssh -S \$ssh00 /home/super/me/test/* hpns2:/home/super/me/test/
it should work between 2 HPNS or it is the same problem that we have with scp that is only working as a server and not as a client...There is a misunderstanding. I am using Nonstop builtin SSH and my ssh is a link to /G/system/zssh/sshoss. Anyway, since my path is including /usr/local/bin I move rsync and nonstop ssh under /usr/local/bin/... same result. I am just wondering if
If you are using NonStop SSH as a client, you should be taking this up with GNSC. Seriously.Well I did but since it is a rsync issue , not supported ...
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 04:11:17 |
Calls: | 10,386 |
Calls today: | 1 |
Files: | 14,057 |
Messages: | 6,416,605 |