Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156579 - net-nds/portmap 5b-r9. portmapper: RPC: Remote system error - Connection timed out
Summary: net-nds/portmap 5b-r9. portmapper: RPC: Remote system error - Connection time...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 156580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-29 00:27 UTC by David Eklov
Modified: 2006-11-29 00:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Eklov 2006-11-29 00:27:30 UTC
ypbind 1.19.1-r1 hangs and rpcinfo timesout. 100% reproducability.

# ypbind -d
26546: parsing config file
26546: Trying entry: domain vmware.com server nis1.eng.vmware.com
26546: parsed domain 'vmware.com' server 'nis1.eng.vmware.com'
26546: add_server() domain: vmware.com, host: nis1.eng.vmware.com, slot: 0
26546: [Welcome to ypbind-mt, version 1.19.1]

26546: ping interval is 20 seconds

Hangs here.

# rpcinfo -p localhost
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection timed out

# strace rpcinfo -p localhost
....
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f7e000
read(3, "# /etc/hosts: Local Host Databas"..., 4096) = 1229
close(3)                                = 0
munmap(0xb7f7e000, 4096)                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
bind(3, {sa_family=AF_INET, sin_port=htons(885), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("127.0.0.1")}, 16


emerge --info:              
Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.17.13 i686)
=================================================================
System uname: 2.6.17.13 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.1

Last Sync: Tue, 28 Nov 2006 01:47:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.chem.wisc.edu/gentoo/ "
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X bash-completion berkdb bitmap-fonts cli cracklib crypt cscope cups dlloader dri elibc_glibc fortran gdbm gpm iconv input_devices_keyboard input_devices_mouse ipv6 isdnlog jabber kernel_linux libg++ mozilla ncurses nis nls nptl nptlonly pam pcre pdf perl phyton posix ppds pppd python readline reflection session spl ssl svga tcpd truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nvidia vmware xorg zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

config_eth0=("X.X.X.X netmask 255.255.254.0 brd X.X.X.X")
routes_eth0=("default gw X.X.X.X") 

dns_domain_eth0="X.com"
dns_search_eth0="X.com X.com"
dns_servers_eth0=("X.X.X.X" "X.X.X.X")

nis_domain_eth0="X.com"
nis_servers_eth0="X.com"

Please let me know if you need more info.

Thanks,

David
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-29 00:36:07 UTC
*** Bug 156580 has been marked as a duplicate of this bug. ***
Comment 2 David Eklov 2006-11-29 00:42:36 UTC
Actually, ypbind doesn't hang it times out after ~10 min.

# /etc/init.d/ypbind start
 * Starting ypbind ...
 * No NIS server found                                                    [ !! ]

- David
Comment 3 David Eklov 2006-11-29 00:51:33 UTC
False alarm this was a config error, my lo interface was down for some reason.

Thanks,
David
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-11-29 00:59:29 UTC
Reopen to resolve properly.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-11-29 00:59:44 UTC
Not a bug. :)