Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171772 - net-nds/nis-utils-1.4.1-r2 - keyserv failed to start (segmentation fault)
Summary: net-nds/nis-utils-1.4.1-r2 - keyserv failed to start (segmentation fault)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alec Warner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 10:54 UTC by sbelov
Modified: 2010-02-28 21:10 UTC (History)
0 users

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 sbelov 2007-03-22 10:54:53 UTC
when you trying to start keyserv daemon (after portmapand before nfs*) according to documentation it doesn't start properly.

moon# /etc/init.d/portmap stop
 * Stopping portmap ...                                                                                 [ ok ]
moon# /etc/init.d/portmap start
 * Starting portmap ...                                                                                 [ ok ]
moon# ps ax | grep portmap
20886 ?        Ss     0:00 /sbin/portmap
moon# /etc/init.d/keyserv start
 * Starting keyserv ...                                                                                 [ ok ]

]
moon# ps ax | grep keyserv
moon#

running in debugging mode provides us a segmentation fault with core dump:

moon# ulimit -c 999999999
moon# /usr/sbin/keyserv -D
[Welcome to the Keyserver, version 1.4.1]
Segmentation fault (core dumped)

# cat /etc/make.conf
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="nptl nptlonly -X -gnome -kde -gtk sse mmx 3dnow 3dnowex -ipv6 -fortran -krb4 unicode"

moon# ls -al /etc/make.profile
/etc/make.profile -> /usr/portage/profiles/default-linux/x86/2006.1/server

moon# equery list nis-utils
[ Searching for package 'nis-utils' in all categories among: ]
 * installed packages
[I--] [  ] net-nds/nis-utils-1.4.1-r2 (0)

Reproducible: Always

Steps to Reproduce:
1. install portmap && nis-utils 
2. run portmap && keyserv within the /etc/init.d scripts


Actual Results:  
portmap starts, but keyserv not

Expected Results:  
both daemons: keyserv and portmap should be running
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2010-02-28 21:10:41 UTC
nis-utils was removed from the tree.