Перейти до змісту
  • Gentoo Way..
  • Emerge --sync


    Dart

    Рекомендовані повідомлення


    dart ~ # emerge --sync
    >>> Starting rsync with rsync://134.68.220.73/gentoo-portage...
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 1 of 3 with rsync://134.68.220.74/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 2 of 3 with rsync://91.186.30.235/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 3 of 3 with rsync://134.68.220.97/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Exceeded PORTAGE_RSYNC_RETRIES: 3
    dart ~ # ping 134.68.220.73
    PING 134.68.220.73 (134.68.220.73) 56(84) bytes of data.
    64 bytes from 134.68.220.73: icmp_seq=2 ttl=46 time=156 ms
    64 bytes from 134.68.220.73: icmp_seq=3 ttl=46 time=158 ms
    ^C
    --- 134.68.220.73 ping statistics ---
    3 packets transmitted, 2 received, 33% packet loss, time 1999ms
    rtt min/avg/max/mdev = 156.068/157.129/158.191/1.133 ms
    dart ~ # nmap 134.68.220.73

    Starting Nmap 4.53 ( http://insecure.org ) at 2008-09-16 21:23 EEST
    Interesting ports on raven.ussg.iupui.edu (134.68.220.73):
    Not shown: 1711 filtered ports
    PORT STATE SERVICE
    22/tcp open ssh
    873/tcp open rsync
    5308/tcp open cfengine

    Nmap done: 1 IP address (1 host up) scanned in 23.937 seconds

    dart ~ # nmap 134.68.220.97

    Starting Nmap 4.53 ( http://insecure.org ) at 2008-09-16 21:31 EEST
    Interesting ports on hawk.ussg.iupui.edu (134.68.220.97):
    Not shown: 1711 filtered ports
    PORT STATE SERVICE
    22/tcp open ssh
    873/tcp open rsync
    5308/tcp open cfengine

    Nmap done: 1 IP address (1 host up) scanned in 22.001 seconds
    dart ~ # nmap 91.186.30.235

    Starting Nmap 4.53 ( http://insecure.org ) at 2008-09-16 21:32 EEST
    Interesting ports on boobie.gentoo.org (91.186.30.235):
    Not shown: 1710 filtered ports
    PORT STATE SERVICE
    22/tcp open ssh
    115/tcp closed sftp
    873/tcp open rsync
    5308/tcp open cfengine

    Nmap done: 1 IP address (1 host up) scanned in 10.227 seconds

    dart ~ # netstat -pan --inet
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:35616 0.0.0.0:* LISTEN 8972/artsd
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 8227/cupsd
    tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 8405/(squid)
    tcp 0 0 172.22.3.54:35600 195.218.181.40:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:49988 195.218.180.29:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:56912 93.186.225.195:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:57427 195.218.180.30:80 ESTABLISHED 9075/opera
    tcp 0 1 172.22.3.54:45989 195.128.44.44:80 SYN_SENT 9075/opera
    tcp 0 0 172.22.3.54:41383 93.186.224.105:80 TIME_WAIT -
    tcp 0 0 172.22.3.54:48307 93.186.225.59:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:39229 195.218.181.39:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:45738 93.186.225.76:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:36423 213.169.64.190:80 TIME_WAIT -
    tcp 0 0 172.22.3.54:51950 93.186.225.111:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:51340 195.218.180.9:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:41840 93.186.224.85:80 ESTABLISHED 9075/opera
    tcp 0 0 172.22.3.54:45237 93.186.225.119:80 TIME_WAIT -
    udp 0 0 0.0.0.0:37779 0.0.0.0:* 8405/(squid)
    udp 0 0 0.0.0.0:3130 0.0.0.0:* 8405/(squid)
    udp 0 0 0.0.0.0:68 0.0.0.0:* 7616/dhclient

    [b]dart ~ # iptables -F [/b]
    [b]dart ~ # iptables -L [/b]
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy DROP)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain mysql (0 references)
    target prot opt source destination

    Chain squid (0 references)
    target prot opt source destination


    [b]dart ~ # emerge --sync[/b]
    >>> Starting rsync with rsync://134.68.220.73/gentoo-portage...
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 1 of 3 with rsync://134.68.220.97/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 2 of 3 with rsync://91.186.30.235/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Retrying...


    >>> Starting retry 3 of 3 with rsync://140.211.166.165/gentoo-portage
    >>> Checking server timestamp ...
    timed out
    rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.2]
    >>> Exceeded PORTAGE_RSYNC_RETRIES: 3
    .....
    Посилання на коментар
    Поділитись на інші сайти

    а ты не собирал систему с какимито стремными флагами типа --ffast-math? или там ещё есть какието... непомню...
    Посилання на коментар
    Поділитись на інші сайти

    Не поверите - та же самая трабла с рсинком: rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c (541) [receiver=3.0.3].

     

    З.Ы. С работы все ок. Думаю трабла на стороне БП.

    Посилання на коментар
    Поділитись на інші сайти

    не, у меня флаги стандартные. Это на стороне БП что-то страшное происходит........но не признаются :(
    Посилання на коментар
    Поділитись на інші сайти

    пальцем в небо... доступ тільки в ua-ix ?

    А жизнь - только слово.

    Есть лишь любовь и есть смерть...

    Посилання на коментар
    Поділитись на інші сайти

    пальцем в небо... доступ тільки в ua-ix ?

     

    Конечно же нет! Сервера не в уа-иксе. Смотри логи Дарта.

    Посилання на коментар
    Поділитись на інші сайти

    свіжі новини. Я нормально сінканувся з українського дзеркала.....
    Посилання на коментар
    Поділитись на інші сайти

    свіжі новини. Я нормально сінканувся з українського дзеркала.....

     

    gentoo.org.ua? так оно вроде не обновляется :dntknw00: Или с яндекса?

    Змінено користувачем -invisible-
    Посилання на коментар
    Поділитись на інші сайти

    свіжі новини. Я нормально сінканувся з українського дзеркала.....

     

    а разве у нас есть рсинк зеркало в юаксе?

    я если есть только юаикс инет то синкаюсь через webrsync

    #eix-sync -Ww

    Посилання на коментар
    Поділитись на інші сайти

    SYNC="rsync://rsync2.gentoo.org.ua/gentoo-portage"

     

     

    тількя я там не сінкуюсь...

    Посилання на коментар
    Поділитись на інші сайти

    Есть такая проблема.

    Для себя решил просто:

    открываем /usr/bin/emerge - это скрипт на питоне

    коментируем (символ решетка '#') строки

    c

    5238 - def timeout_h...

    по

    5245 - signal alarm ...

    (включительно)

     

    Если кратко то этот кусок отвечает за 10 секундный таймаут из-за которого и вылетает emerge --sync.

     

    Gentoo - forever!

    Не верьте Торвальдсу - это я написал ядро Linux!

    А не оскорбляют ли верующие религиозные чувства атеистов?

    Если вы прибором будете мерить кое-как, то он вам кое-что и покажет.

    Посилання на коментар
    Поділитись на інші сайти

    С редактированием скрипта emerge нихрена не получилось. У меня он всего на 25 строк. Проблему решил просто - добавил PORTAGE_RSYNC_INITIAL_TIMEOUT=45 в /etc/make.conf.
    Посилання на коментар
    Поділитись на інші сайти

    эмммм...... 6978 строки....вообще-то....

    dart@dart ~ $ whereis emerge

    emerge: /usr/bin/emerge /usr/X11R6/bin/emerge /usr/share/man/man1/emerge.1.bz2

    dart@dart ~ $ vim /usr/bin/emerge

    Посилання на коментар
    Поділитись на інші сайти

    эмммм...... 6978 строки....вообще-то....

    dart@dart ~ $ whereis emerge

    emerge: /usr/bin/emerge /usr/X11R6/bin/emerge /usr/share/man/man1/emerge.1.bz2

    dart@dart ~ $ vim /usr/bin/emerge

     

    ~ # whereis emerge

    emerge: /usr/bin/emerge /usr/X11R6/bin/emerge /usr/share/man/man1/emerge.1.bz2

    ~# nano /usr/bin/emerge

    
    #!/usr/bin/python
    # Copyright Gentoo Foundation 2006
    # Portage Emerge bits
    # $Id: emerge 8884 2007-12-11 23:26:05Z zmedico $
    
    try:
    		import _emerge
    except ImportError:
    		from os import path as osp
    		import sys
    		sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
    		import _emerge
    
    if __name__ == "__main__":
    		import sys
    		from portage.exception import ParseError, PermissionDenied
    		try:
    				retval = _emerge.emerge_main()
    		except PermissionDenied, e:
    				sys.stderr.write("Permission denied: '%s'\n" % str(e))
    				sys.exit(e.errno)
    		except ParseError, e:
    				sys.stderr.write("%s\n" % str(e))
    				sys.exit(1)
    		sys.exit(retval)
    
    
    Посилання на коментар
    Поділитись на інші сайти

    dart ~ # emerge --infoPortage 2.1.4.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0,2.6.24-gentoo-r4 x86_64)=================================================================System uname: 2.6.24-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3000+Timestamp of tree: Thu, 02 Oct 2008 14:30:02 +0000ccache version 2.4 [enabled]app-shells/bash:     3.2_p33dev-java/java-config: 1.3.7, 2.1.6dev-lang/python:     2.4.4-r13, 2.5.2-r7dev-python/pycrypto: 2.0.1-r6dev-util/ccache:     2.4-r7sys-apps/baselayout: 1.12.11.1sys-apps/sandbox:    1.2.18.1-r2sys-devel/autoconf:  2.13, 2.61-r2sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1sys-devel/binutils:  2.18-r3sys-devel/gcc-config: 1.4.0-r4sys-devel/libtool:   1.5.26virtual/os-headers:  2.6.23-r3ACCEPT_KEYWORDS="amd64"CBUILD="x86_64-pc-linux-gnu"CFLAGS="-O3 -march=k8 -fomit-frame-pointer -pipe -mmmx -m3dnow -msse -msse2 -msse3"CHOST="x86_64-pc-linux-gnu"CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"CXXFLAGS="-O3 -march=k8 -fomit-frame-pointer -pipe -mmmx -m3dnow -msse -msse2 -msse3"DISTDIR="/usr/portage/distfiles"EMERGE_DEFAULT_OPTS="--alphabetical"FEATURES="autoconfig candy ccache distlocks metadata-transfer parallel-fetch prelink sandbox sfperms strict unmerge-orphans userfetch"GENTOO_MIRRORS="http://distfiles.gentoo.org <a class='bbc_url' href='http://distro.ibiblio.org/pub/linux/'>http://distro.ibiblio.org/pub/linux/</a>distributions/gentoo"LANG="ru_RU.UTF-8"LC_ALL="ru_RU.UTF-8"LDFLAGS="-Wl,-O1"LINGUAS="ru"MAKEOPTS="-j3"PKGDIR="/usr/portage/packages"PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"PORTAGE_TMPDIR="/var/tmp"PORTDIR="/usr/portage"SYNC="rsync://rsync.gentoo.org/gentoo-portage"USE="3dnow 3dnowext X acc acl acpi alsa amd64 arts avi bash-completion bluetooth branding bzip2 bzlib cairo cdr cli cracklib crypt cups dbus divx4linux dri dvd                                                                                                                               dvdr dvdread eds emboss encode evo fam fbcon firefox foomaticdb gdbm gif gpm gst                                                                                                                              reamer gtkhtml hal iconv innodb isdnlog jpeg kde kerberos ldap libnotify mad mid                                                                                                                              i mikmod mmx mmxext mp3 mpeg mudflap multilib nls nptl nptlonly ogg oggvorbis op                                                                                                                              enal opengl openmp oss pam pcre pdf png ppds pppd python qt qt3 qt3support qt4 q                                                                                                                              uicktime readline reflection ruby sdl session slang spell spl sse sse2 ssl start                                                                                                                              up-notification svg sysfs tcpd tiff truetype unicode usb utf8 vorbis xine xml xo                                                                                                                              rg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cm                                                                                                                              ipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m m                                                                                                                              aestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm                                                                                                                               alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa                                                                                                                               lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol                                                                                                                              " APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm aut                                                                                                                              hn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_o                                                                                                                              wner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env e                                                                                                                              xpires ext_filter file_cache filter headers include info log_config logio mem_ca                                                                                                                              che mime mime_magic negotiation rewrite setenvif speling status unique_id userdi                                                                                                                              r usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="li                                                                                                                              nux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurs                                                                                                                              es text" LINGUAS="ru" USERLAND="GNU" VIDEO_CARDS="radeon fglrx vesa"Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPR                                                                                                                              ESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
    :tongue:
    Посилання на коментар
    Поділитись на інші сайти

    ×
    ×
    • Створити...

    Важлива інформація

    Використовуючи цей сайт, Ви погоджуєтеся з нашими Умови використання, Політика конфіденційності, Правила, Ми розмістили cookie-файлы на ваш пристрій, щоб допомогти зробити цей сайт кращим. Ви можете змінити налаштування cookie-файлів, або продовжити без зміни налаштувань..