Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant "emerge --sync", why?[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
planetsheinker
Guru
Guru


Joined: 26 Feb 2004
Posts: 403
Location: Israel

PostPosted: Tue Dec 20, 2005 11:55 am    Post subject: Cant "emerge --sync", why?[SOLVED] Reply with quote

Here what happens:
Code:
my_comp refael # emerge --sync
>>> starting rsync with rsync://192.117.122.104/gentoo-portage...
>>> checking server timestamp ...
rsync: failed to connect to 192.117.122.104: No route to host
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 1 of 3 with rsync://192.117.122.104/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 192.117.122.104: No route to host
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 2 of 3 with rsync://192.117.122.104/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 192.117.122.104: No route to host
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>> retry ...


>>> Starting retry 3 of 3 with rsync://192.117.122.104/gentoo-portage
>>> checking server timestamp ...
rsync: failed to connect to 192.117.122.104: No route to host
rsync error: error in socket IO (code 10) at clientserver.c(88)

!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.

my_comp refael #

But I CAN ping this IP:
Code:

my_comp refael # ping 192.117.122.104
PING 192.117.122.104 (192.117.122.104) 56(84) bytes of data.
64 bytes from 192.117.122.104: icmp_seq=2 ttl=252 time=146 ms
64 bytes from 192.117.122.104: icmp_seq=3 ttl=252 time=217 ms
64 bytes from 192.117.122.104: icmp_seq=5 ttl=252 time=217 ms
64 bytes from 192.117.122.104: icmp_seq=6 ttl=252 time=285 ms
64 bytes from 192.117.122.104: icmp_seq=8 ttl=252 time=220 ms
64 bytes from 192.117.122.104: icmp_seq=9 ttl=252 time=197 ms
64 bytes from 192.117.122.104: icmp_seq=10 ttl=252 time=251 ms

--- 192.117.122.104 ping statistics ---
10 packets transmitted, 7 received, 30% packet loss, time 9028ms
rtt min/avg/max/mdev = 146.941/219.417/285.206/39.834 ms
my_comp refael #

Is this cuz' I am firewalled?
This box has a DHCP connection to the internet.
_________________
Does God made man up, or was it the other way around? - Friedrich Nietzsche.


Last edited by planetsheinker on Wed Dec 21, 2005 6:14 am; edited 1 time in total
Back to top
View user's profile Send private message
coriolan
Apprentice
Apprentice


Joined: 21 Apr 2005
Posts: 273

PostPosted: Tue Dec 20, 2005 12:23 pm    Post subject: Reply with quote

My guess is that your firewall blocks rsync. Can you emerge-webrsync?
Back to top
View user's profile Send private message
planetsheinker
Guru
Guru


Joined: 26 Feb 2004
Posts: 403
Location: Israel

PostPosted: Tue Dec 20, 2005 2:46 pm    Post subject: Reply with quote

coriolan wrote:
My guess is that your firewall blocks rsync. Can you emerge-webrsync?

Yes I can emerge-webrsync.
_________________
Does God made man up, or was it the other way around? - Friedrich Nietzsche.
Back to top
View user's profile Send private message
coriolan
Apprentice
Apprentice


Joined: 21 Apr 2005
Posts: 273

PostPosted: Tue Dec 20, 2005 10:03 pm    Post subject: Reply with quote

Then the firewall is the culprit.
Back to top
View user's profile Send private message
planetsheinker
Guru
Guru


Joined: 26 Feb 2004
Posts: 403
Location: Israel

PostPosted: Wed Dec 21, 2005 6:14 am    Post subject: Reply with quote

Thought so, just wanted to be shure :-(
Thanks :-)
_________________
Does God made man up, or was it the other way around? - Friedrich Nietzsche.
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Wed Feb 22, 2006 12:56 am    Post subject: Reply with quote

I am having a slightly different problem, but either way emerge sync isn't working. Here is some usefull output.
Code:
# ls /usr/portage/metadata/cache/app-admin/gnome
gnome-System-tools-1.0.2-r1  gnome-system-tools-1.4.0     gnomesu-0.3.1
gnome-system-tools-1.0.2-r1  gnome-system-tools-1.4.1     gnomesu-0.3.1-r1

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1              20G   16G  3.7G  81% /

# emerge sync
...
Server Address : 134.68.220.74
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(TM) CPU 1700MHz, 2176MB RAM
...
x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild
        1704 100%    0.00kB/s    0:00:00
x11-terms/rxvt-unicode/rxvt-unicode-5.3.ebuild
        2123 100%    0.00kB/s    0:00:00
readlink "/usr/portage/metadata/cache/app-admin/gnome-System-tools-1.0.2-r1" failed: No such file or directory
deleting x11-plugins/wmbutton/files/wmbutton-buttons.xpm
deleting x11-misc/Xorgautoconfig/files/digest-Xorgautoconfig-0.2.2
deleting x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.2.ebuild
...
(then it does a retry and gets the same readlink error)
(then it does a retry and gets the same readlink error)
(then it does a retry and gets the same readlink error)
...
!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.
This has been going on for a few days, and the directly/file that doesn't exist really does, so I'm confused. How do I fix this?
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum