Re: [solved] Re: rsync with crossover cable connection

2010-01-28 Thread Alex Samad
On Thu, Jan 28, 2010 at 09:35:22PM +0100, Rodolfo Medina wrote: > Sven Joachim writes: > [snip] > >From Acer to Hyundai, I do: > > $ rsync -vr test 192.168.0.1:/home/rodolfo > > , and, from Hyundai to Acer: > > $ rsync -vr test 192.168.0.2:/home/rodolfo what happens if you have modified t

[solved] Re: rsync with crossover cable connection

2010-01-28 Thread Rodolfo Medina
Sven Joachim writes: > It may be that eth1 is the right device. Can you please show the > contents of /etc/udev/rules.d/70-persistent-net.rules ? It seems that you were right. In /etc/network/interfaces I replaced eth0 with eth1 and (some days after, when I got back home) it worked fine: now

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Sven Joachim writes: > On 2010-01-22 22:05 +0100, Rodolfo Medina wrote: > >>> But, know what? I thought that eth1 might be the right one and replaced >>> eth0 with eth1, and now... it works!! But only from the other pc onto this >>> one, not viceversa. Can you please suggest...? >> >> >> >> I

Re: rsync with crossover cable connection

2010-01-22 Thread Sven Joachim
On 2010-01-22 22:05 +0100, Rodolfo Medina wrote: >> But, know what? I thought that eth1 might be the right one and replaced eth0 >> with eth1, and now... it works!! But only from the other pc onto this one, >> not viceversa. Can you please suggest...? > > > > I spoke to early! Now it does not

Re: rsync with crossover cable connection

2010-01-22 Thread Sven Joachim
On 2010-01-22 22:02 +0100, Rodolfo Medina wrote: > Sven Joachim writes: > >> It may be that eth1 is the right device. Can you please show the >> contents of /etc/udev/rules.d/70-persistent-net.rules ? > > > There is /etc/udev/rules.d/z25-persistent-net.rules, and here is its content: Are you st

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Rodolfo Medina writes: > Sven Joachim writes: > >> It may be that eth1 is the right device. Can you please show the >> contents of /etc/udev/rules.d/70-persistent-net.rules ? > > But, know what? I thought that eth1 might be the right one and replaced eth0 > with eth1, and now... it works!! Bu

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Sven Joachim writes: > It may be that eth1 is the right device. Can you please show the > contents of /etc/udev/rules.d/70-persistent-net.rules ? There is /etc/udev/rules.d/z25-persistent-net.rules, and here is its content: # This file was automatically generated by the /lib/udev/write_net_ru

Re: rsync with crossover cable connection

2010-01-22 Thread Sven Joachim
On 2010-01-22 21:25 +0100, Rodolfo Medina wrote: > Here's the output of `ifconfig -a': > > # ifconfig -a > eth0 Link encap:UNSPEC HWaddr > 00-03-0D-53-25-5C-86-16-00-00-00-00-00-00-00-00 > inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 > UP BROADCAST RUNN

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Sven Joachim writes: > On 2010-01-22 19:24 +0100, Rodolfo Medina wrote: > >> Still needing your help: >> >> following the suggestion come from the list, I edited /etc/network/interfaces >> on the first pc as follows: >> >> auto eth0 >> allow-hotplug eth0 >> iface eth0 inet static >> address

Re: rsync with crossover cable connection

2010-01-22 Thread Sven Joachim
On 2010-01-22 19:24 +0100, Rodolfo Medina wrote: > Still needing your help: > > following the suggestion come from the list, I edited /etc/network/interfaces > on the first pc as follows: > > auto eth0 > allow-hotplug eth0 > iface eth0 inet static > address 192.168.0.1 > netmask 255.25

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Michael Mohn writes: > Am 22.01.2010 um 19:24:43 schrieb Rodolfo Medina: > >> But rsync does not seem to work between the two. From first pc: >> >> $ rsync -vr --delete test1 192.168.0.2:/home/rodolfo >> >> , but nothing happens. >> > > what do you want to accomplish with that command? > do y

Re: rsync with crossover cable connection

2010-01-22 Thread Rodolfo Medina
Michael Mohn writes: > sorry for my post... i didn't look right... seems... > > network is still broken. >From what do you see the network is broken? Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Re: rsync with crossover cable connection (was: Synchronize two computers)

2010-01-22 Thread Michael Mohn
Am 22.01.2010 um 19:51:00 schrieb Boyd Stephen Smith Jr.: > On Friday 22 January 2010 12:24:43 Rodolfo Medina wrote: >> Johannes Wiedersich writes: >>> Check and possibly post the output of "/sbin/ifconfig" >>> >>> "ssh -v u...@192.168.0.2" might also help to diagnose your problem. >> >> Still

Re: rsync with crossover cable connection (was: Synchronize two computers)

2010-01-22 Thread Boyd Stephen Smith Jr.
On Friday 22 January 2010 12:24:43 Rodolfo Medina wrote: > Johannes Wiedersich writes: > > Check and possibly post the output of "/sbin/ifconfig" > > > > "ssh -v u...@192.168.0.2" might also help to diagnose your problem. > > Still needing your help: > The `ping' command from first machine: > >

Re: rsync with crossover cable connection (was: Synchronize two computers)

2010-01-22 Thread Michael Mohn
Am 22.01.2010 um 19:24:43 schrieb Rodolfo Medina: > Johannes Wiedersich writes: > >> Check and possibly post the output of "/sbin/ifconfig" >> >> "ssh -v u...@192.168.0.2" might also help to diagnose your problem. > > > > Still needing your help: > > following the suggestion come from the

Re: rsync with crossover cable connection (was: Synchronize two computers)

2010-01-22 Thread Rodolfo Medina
Johannes Wiedersich writes: > Check and possibly post the output of "/sbin/ifconfig" > > "ssh -v u...@192.168.0.2" might also help to diagnose your problem. Still needing your help: following the suggestion come from the list, I edited /etc/network/interfaces on the first pc as follows: auto