Re: rsync error... can i ask for help here??

2020-04-18 Thread Tim via users
On Fri, 2020-04-17 at 11:28 -0400, bruce wrote: > all dirs are owned by user 'test' and have '777' to make sure no > weird errs happen due to owner/perms Not a good idea. a. You do not want things world-writable, ever. b. You need to learn how to deal with things that are not world- writeable,

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread bruce
On Fri, Apr 17, 2020 at 5:16 PM Garry T. Williams wrote: > On Friday, April 17, 2020 4:59:51 PM EDT Samuel Sieb wrote: > > On 4/17/20 1:42 PM, Garry T. Williams wrote: > > [snip] > > > > My mail client (kmail) shows his messages properly threaded. > > > > Are they properly threaded or just

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread Garry T. Williams
On Friday, April 17, 2020 4:59:51 PM EDT Samuel Sieb wrote: > On 4/17/20 1:42 PM, Garry T. Williams wrote: [snip] > > My mail client (kmail) shows his messages properly threaded. > > Are they properly threaded or just sorted by time? The email doesn't > have an "In-Reply-To:" header, so there's

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread Samuel Sieb
On 4/17/20 1:42 PM, Garry T. Williams wrote: On Friday, April 17, 2020 4:27:42 PM EDT Samuel Sieb wrote: I've never heard of the mail client you're using (EarthLink Zoo Mail 1.0), but can you please fix it or use something else. Every reply you make starts a new thread. On 4/17/20 8:50 AM, C.

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread Garry T. Williams
On Friday, April 17, 2020 4:27:42 PM EDT Samuel Sieb wrote: > I've never heard of the mail client you're using (EarthLink Zoo Mail > 1.0), but can you please fix it or use something else. Every reply you > make starts a new thread. > > On 4/17/20 8:50 AM, C. Linus Hicks wrote: My mail client

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread Samuel Sieb
I've never heard of the mail client you're using (EarthLink Zoo Mail 1.0), but can you please fix it or use something else. Every reply you make starts a new thread. On 4/17/20 8:50 AM, C. Linus Hicks wrote: ___ users mailing list --

Re: rsync error... can i ask for help here??

2020-04-17 Thread Thomas Schmitt
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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/

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread Francis . Montagnac
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread Jonathan Billings
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Francis.. rsync -vvv -avz /home/test/cat \ > test@192.168.125.133:/home/test/cat \ > >& /tmp/log test@192.168.125.133's password: [test@foo cat]$ [test@foo cat]$ grep ssh /tmp/log cmd[0]=ssh cmd[1]=-l cmd[2]=test cmd[3]=192.168.125.133 cmd[4]=rsync cmd[5]=--server

Re: rsync error... can i ask for help here??

2020-04-17 Thread Francis . Montagnac
Hi Can you run this command (exactly it please, on 3 lines thus): rsync -vvv -avz /home/test/cat \ test@192.168.125.133:/home/test/cat \ >& /tmp/log Then: grep ssh /tmp/log Thanks. -- francis ___ users mailing list --

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
unning for >>> ssh > test@192.168.125.133 pwd > > > > > > > > >> -Original Message- >> From: bruce >> Sent: Apr 17, 2020 12:13 PM >> To: Community support for Fedora users >> Subject: Re: rsync error... can i ask for

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
be running for >>> ssh test@192.168.125.133 pwd > -Original Message- > From: bruce > Sent: Apr 17, 2020 12:13 PM > To: Community support for Fedora users > Subject: Re: rsync error... can i ask for help here?? > > Hi Roger, > > what does ssh test@192.168.1

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
n Fri, Apr 17, 2020 at 11:41 AM C. Linus Hicks < >>>> lin...@mindspring.com> wrote: >>>> >> >>>> >> Generally speaking, when your destination directory is within the >>>> home directory of the destination user, you would not specify full

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
r, 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

Re: rsync error... can i ask for help here??

2020-04-17 Thread C. Linus Hicks
pr 17, 2020 12:13 PM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here?? 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.133test@192.168.125.133's password: Acti

Re: rsync error... can i ask for help here??

2020-04-17 Thread Roger Heflin
>> >> >> 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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
our 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- > >

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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 lo

Re: rsync error... can i ask for help here??

2020-04-17 Thread Roger Heflin
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 her

Re: rsync error... can i ask for help here??

2020-04-17 Thread C. Linus Hicks
Please try re-reading my post with a little more care. Out.-Original Message- From: bruce Sent: Apr 17, 2020 11:54 AM To: "C. Linus Hicks" , Community support for Fedora users Subject: Re: rsync error... can i ask for help here?? rsync -avz  /home/test/cat  test@192.168.125

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
est/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?? > &

Re: rsync error... can i ask for help here??

2020-04-17 Thread C. Linus Hicks
I forgot to mention, unless your network is only 100Mb or less, using compression will make the transfer slower.-Original Message- From: "C. Linus Hicks" Sent: Apr 17, 2020 11:40 AM To: Community support for Fedora users Subject: Re: rsync error... can i ask for help here??

Re: rsync error... can i ask for help here??

2020-04-17 Thread C. Linus Hicks
command would probably more appropriately be one of these:rsync -avz  /home/test/cat/ test@192.168.125.133:catrsync -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

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
hey six... rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] [test@foo cat]$ echo $? 23 On Fri, Apr 17, 2020 at 11:29 AM sixpack13 wrote: > On 17.04.20 16:41, bruce wrote: > > Hey group. > > > > I've got an rsync error that I

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
by the way from the remote VM.. back to the local.. this works.. rsync -avz test@192.168.1.45:/home/test/cat /home/test/cat On Fri, Apr 17, 2020 at 11:29 AM sixpack13 wrote: > On 17.04.20 16:41, bruce wrote: > > Hey group. > > > > I've got an rsync error that I can't seem to resolve.

Re: rsync error... can i ask for help here??

2020-04-17 Thread George N. White III
On Fri, 17 Apr 2020 at 11:42, bruce wrote: > Hey group. > > 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. > > Is it ok to ask here? > Your best bet is to follow the advice at

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
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

Re: rsync error... can i ask for help here??

2020-04-17 Thread sixpack13
On 17.04.20 16:41, bruce wrote: Hey group. 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. Is it ok to ask here? man rsync (scroll down, down, down, down ... :-) ) has exit status

Re: rsync error... can i ask for help here??

2020-04-17 Thread Kai Bojens
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

rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hey group. 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. Is it ok to ask here? thanks ___ users mailing list -- users@lists.fedoraproject.org To