rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com wrote:
Generally speaking, when your destination directory is within the home directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as well each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no weird errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce badouglas@gmail.com wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com wrote:
Generally speaking, when your destination directory is within the home directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as well each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no weird errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hi Roger,
what does ssh test@192.168.125.133 pwd return?
Yeah, I had started to question if basic ssh was the issue!
ssh test@192.168.125.133 test@192.168.125.133's password: Activate the web console with: systemctl enable --now cockpit.socket
Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on ssh:notty There were 2 failed login attempts since the last successful login. Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
works as it's supposed to .
baby steps!
On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin rogerheflin@gmail.com wrote:
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce badouglas@gmail.com wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com
wrote:
Generally speaking, when your destination directory is within the home
directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory of
the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as
well
each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no weird
errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or directory
(2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why this
is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
on both local and remote do this: ls -ld / /home /home/test
On Fri, Apr 17, 2020 at 11:14 AM bruce badouglas@gmail.com wrote:
Hi Roger,
what does ssh test@192.168.125.133 pwd return?
Yeah, I had started to question if basic ssh was the issue!
ssh test@192.168.125.133 test@192.168.125.133's password: Activate the web console with: systemctl enable --now cockpit.socket
Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on ssh:notty There were 2 failed login attempts since the last successful login. Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
works as it's supposed to .
baby steps!
On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin rogerheflin@gmail.com wrote:
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce badouglas@gmail.com wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com
wrote:
Generally speaking, when your destination directory is within the home
directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory
of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as
well
each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no weird
errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why
this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hi Roger
local ls -ld /home/test drwxrwxrwx 33 test test 4096 Apr 17 11:23 /home/test
remote ls -ld /home/test drwxr-xr-x. 5 test test 118 Apr 17 11:21 /home/test
On Fri, Apr 17, 2020 at 12:36 PM Roger Heflin rogerheflin@gmail.com wrote:
on both local and remote do this: ls -ld / /home /home/test
On Fri, Apr 17, 2020 at 11:14 AM bruce badouglas@gmail.com wrote:
Hi Roger,
what does ssh test@192.168.125.133 pwd return?
Yeah, I had started to question if basic ssh was the issue!
ssh test@192.168.125.133 test@192.168.125.133's password: Activate the web console with: systemctl enable --now cockpit.socket
Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on ssh:notty There were 2 failed login attempts since the last successful login. Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
works as it's supposed to .
baby steps!
On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin rogerheflin@gmail.com wrote:
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce badouglas@gmail.com wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com
wrote:
Generally speaking, when your destination directory is within the
home directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory
of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as
well
each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no
weird errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why
this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
> I've got an rsync error that I can't seem to resolve. Did the > google/testing etc.. no dice so far. Even did the irc centos
chat...
> what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Roger..
Just noticed the perms were missing the "w" for the group/oter..
for grins.. I changed chmod 777 /home/test..
re-ran the rsync.. no diff
On Fri, Apr 17, 2020 at 12:44 PM bruce badouglas@gmail.com wrote:
Hi Roger
local ls -ld /home/test drwxrwxrwx 33 test test 4096 Apr 17 11:23 /home/test
remote ls -ld /home/test drwxr-xr-x. 5 test test 118 Apr 17 11:21 /home/test
On Fri, Apr 17, 2020 at 12:36 PM Roger Heflin rogerheflin@gmail.com wrote:
on both local and remote do this: ls -ld / /home /home/test
On Fri, Apr 17, 2020 at 11:14 AM bruce badouglas@gmail.com wrote:
Hi Roger,
what does ssh test@192.168.125.133 pwd return?
Yeah, I had started to question if basic ssh was the issue!
ssh test@192.168.125.133 test@192.168.125.133's password: Activate the web console with: systemctl enable --now cockpit.socket
Last failed login: Fri Apr 17 11:30:42 EDT 2020 from 192.168.125.1 on ssh:notty There were 2 failed login attempts since the last successful login. Last login: Fri Apr 17 08:12:35 2020 from 192.168.125.1
works as it's supposed to .
baby steps!
On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin rogerheflin@gmail.com wrote:
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce badouglas@gmail.com wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file
or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
the weird thing::: I'm running this as user "test" I'm running from the "/home/test/cat" dir..
could this be some sort of permissions thing?? /home drwxrwxrwx 33 test test 4096 Apr 17 11:23 test
/home/test drwxrwxrwx 7 test test 4096 Apr 17 11:00 cat
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks <
linush@mindspring.com> wrote:
Generally speaking, when your destination directory is within the
home directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory
of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as
well
each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no
weird errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or
directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why
this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote: > > Am 2020-04-17 16:41, schrieb bruce: > > > I've got an rsync error that I can't seem to resolve. Did the > > google/testing etc.. no dice so far. Even did the irc centos
chat...
> > what a clusterphk. > > Please state the nature of your rsync emergency. > _______________________________________________ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-leave@lists.fedoraproject.org > Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
rsync will return a directory in quotes there. Its saying the directory named explicitly '/home/test/cat/ /home/test' (yes, a space between /cat/ and /home) is missing.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
The only way I'm able to get similar results is by including the space in the right side of the rsync command.
$ rsync -avz '/tmp/foo /tmp/bar' myhost:/tmp/test sending incremental file list rsync: change_dir "/tmp/foo /tmp" failed: No such file or directory (2)
sent 20 bytes received 12 bytes 64.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3]
Hey John...
Yep. I've noticed that.. And been trying to figure out ust what the dang err is trying to tell me... since I only had the initial dir!
However,, Since I tested what Francis asked me to test... I'm now able to have the rsync working...
And I don't know what the diff is between the cmds..
As far as I can tell, the cmds are the same!
rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat
this works, in that the files of /home/test/cat (dir) get copied over to the /home/test/cat dir on the remote side..
this is what i've done 100s of times in the past with other systems.. files.. etc..
no clue what my issue was.. which means I can't solve the issue!! which is in and off itself a pain now!
On Fri, Apr 17, 2020 at 1:14 PM Jonathan Billings billings@negate.org wrote:
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
rsync will return a directory in quotes there. Its saying the directory named explicitly '/home/test/cat/ /home/test' (yes, a space between /cat/ and /home) is missing.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
The only way I'm able to get similar results is by including the space in the right side of the rsync command.
$ rsync -avz '/tmp/foo /tmp/bar' myhost:/tmp/test sending incremental file list rsync: change_dir "/tmp/foo /tmp" failed: No such file or directory (2)
sent 20 bytes received 12 bytes 64.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3]
-- Jonathan Billings billings@negate.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
wow....
now. I'm officially in the twilight zone...
here's what i'm seeing...
rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list ./ index.html readme.txt contactform/
as you can see.. the cmd above works..
this cmd doesn't! rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/crawl_user/cat/ /home/test/cat" failed: No such file or directory (2)
i've lined up the cmd that works with a cmd that doesn't.. and added spaces between the initial dir and the "test,," to get the same "look"...
when i run the cmd that doesn't work.. it still doesn't work... I'm wondering if there's some weird char being inserted..
On Fri, Apr 17, 2020 at 1:24 PM bruce badouglas@gmail.com wrote:
Hey John...
Yep. I've noticed that.. And been trying to figure out ust what the dang err is trying to tell me... since I only had the initial dir!
However,, Since I tested what Francis asked me to test... I'm now able to have the rsync working...
And I don't know what the diff is between the cmds..
As far as I can tell, the cmds are the same!
rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat
this works, in that the files of /home/test/cat (dir) get copied over to the /home/test/cat dir on the remote side..
this is what i've done 100s of times in the past with other systems.. files.. etc..
no clue what my issue was.. which means I can't solve the issue!! which is in and off itself a pain now!
On Fri, Apr 17, 2020 at 1:14 PM Jonathan Billings billings@negate.org wrote:
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote:
rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 6.67 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
rsync will return a directory in quotes there. Its saying the directory named explicitly '/home/test/cat/ /home/test' (yes, a space between /cat/ and /home) is missing.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
The only way I'm able to get similar results is by including the space in the right side of the rsync command.
$ rsync -avz '/tmp/foo /tmp/bar' myhost:/tmp/test sending incremental file list rsync: change_dir "/tmp/foo /tmp" failed: No such file or directory (2)
sent 20 bytes received 12 bytes 64.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3]
-- Jonathan Billings billings@negate.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hi,
bruce wrote:
now. I'm officially in the twilight zone... rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat I'm wondering if there's some weird char being inserted..
In your mail these lines differ by the blank characters before "test". 0x20 0xc2 0xa0 0x20 0xc2 0xa0 0x20 versu 0x20 0xc2 0xa0 0x20 is the classic blank character. 0xc2 0xa0 is UTF-8 for Non-Breaking Space. Note that the not working line has no classic blank directly before "test".
I wonder whether the non-breaking spaces are an artifact of your mail client or already present in your shell command.
It might be that you can produce non-breaking space by shift+blank.
"/home/crawl_user/cat/ /home/test/cat"
Here your mail shows no classic blank at all. Only 0xc2 0xa0.
If i were you i would inspect the text lines by a binary dumper. Like
echo -n '...pasted.text...' | od -c
I get:
$ echo '/home/crawl_user/cat/ /home/test/cat' | od -c 0000000 / h o m e / c r a w l _ u s e r 0000020 / c a t / 302 240 / h o m e / t e s 0000040 t / c a t \n 0000046
"302" and "240" are octal numbers. In hex its 0xc2 0xa0.
Have a nice day :)
Thomas
On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote:
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote: I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
Yes. This is why I suggested to increase the verbosity and keep a full log.
This does seem to be when calling the remote rsync.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
I have seen recently such a thing when coping a command from an exotic document.
Bruce just said:
However,, Since I tested what Francis asked me to test... I'm now able to have the rsync working...
Probably some control characters were suppressed when pasting what I suggested
@bruce: if you still have your terminal open and can retreive the faulty command:
- edit it - add at the beging: echo - at the end: | cat -A
We will show like that the control characters.
Francis...
echo rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat | cat -A rsync -avz M-BM- /home/test/cat/ test@192.168.125.133:/home/test/cat$
vs
echo rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat | cat -A rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat$ this works!!
On Fri, Apr 17, 2020 at 1:36 PM Francis.Montagnac@inria.fr wrote:
On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote:
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote: I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
Yes. This is why I suggested to increase the verbosity and keep a full log.
This does seem to be when calling the remote rsync.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
I have seen recently such a thing when coping a command from an exotic document.
Bruce just said:
However,, Since I tested what Francis asked me to test... I'm now able to have the rsync working...
Probably some control characters were suppressed when pasting what I suggested
@bruce: if you still have your terminal open and can retreive the faulty command:
- edit it
- add at the beging: echo
- at the end: | cat -A
We will show like that the control characters.
-- francis _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hey people!!
this works!... I have no clue as to how additional control chars were added.
I want to deeply thank you all .. this was subtle weird.. and for some reason, I never thought of just retyping the cmd which may have resolved the issue.
thanks much appreciation!
On Fri, Apr 17, 2020 at 1:46 PM bruce badouglas@gmail.com wrote:
Francis...
echo rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat | cat -A rsync -avz M-BM- /home/test/cat/ test@192.168.125.133:/home/test/cat$
vs
echo rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat | cat -A rsync -avz /home/test/cat/ test@192.168.125.133:/home/test/cat$ this works!!
On Fri, Apr 17, 2020 at 1:36 PM Francis.Montagnac@inria.fr wrote:
On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote:
On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote: I don't know if anyone else noticed, but did you see this?
rsync: change_dir "/home/test/cat/ /home/test" failed: No such file or directory (2)
Yes. This is why I suggested to increase the verbosity and keep a full log.
This does seem to be when calling the remote rsync.
Now, I'm not seeing that in the rsync command pasted, but rsync seems to think that's the directory you're asking to sync. If this was pre-1990 I'd guess it's a terminal overwrite with weird control characters due to a noisy modem but I'm assuming that Bruce has something newer than a vt102.
I have seen recently such a thing when coping a command from an exotic document.
Bruce just said:
However,, Since I tested what Francis asked me to test... I'm now able to have the rsync working...
Probably some control characters were suppressed when pasting what I suggested
@bruce: if you still have your terminal open and can retreive the faulty command:
- edit it
- add at the beging: echo
- at the end: | cat -A
We will show like that the control characters.
-- francis _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hi Linus,
Tested your email reply. Same error:!!
rsync -avz /home/test/cat test@192.168.125.133: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 4.62 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] [test@foo ~]$ [test@foo ~]$ rsync -avz /home/test/cat test@192.168.125.133:cat test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/test/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 4.62 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
I'm grappling with trying to understand what rsync is doing/means regarding the "change_dir" failing
rsync: change_dir "/home/test/ /home/test" failed: No such file or directory (2)
the err is appearing to be regarding to something happening on the local machine as opposed to the remote.
thanks
On Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks linush@mindspring.com wrote:
Generally speaking, when your destination directory is within the home directory of the destination user, you would not specify full path, as in:
rsync -avz /home/test/cat test@192.168.125.133:cat
Also, you probably don't want to copy the directory into a directory of the same name, so your command would probably more appropriately be one of these:
rsync -avz /home/test/cat/ test@192.168.125.133:cat
rsync -avz /home/test/cat test@192.168.125.133:
-----Original Message----- From: bruce Sent: Apr 17, 2020 11:28 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??
ok..
as user "test" on the local machine. there's a test on the remote as well each local/remote has the dir /home/test/cat, and /home/test/cat1 all dirs are owned by user 'test' and have '777' to make sure no weird errs happen due to owner/perms
this works: rsync -avz /home/test/cat /home/test/cat1
this doesn't rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
generates error:: test@192.168.125.133's password: sending incremental file list rsync: change_dir "/home/ /home/test" failed: No such file or directory (2)
sent 18 bytes received 12 bytes 5.45 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
unless rsync cant be used with ssh/password.. can't figure out why this is failing
On Fri, Apr 17, 2020 at 11:15 AM Kai Bojens kb@kbojens.de wrote:
Am 2020-04-17 16:41, schrieb bruce:
I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk.
Please state the nature of your rsync emergency. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org