|
Bugzilla – Full Text Bug Listing |
| Summary: | portmap not $portmap in /etc/init.d/* dependencies | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Network | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2006-01-09 16:03:31 UTC
Sorry but this can not work. The system provide `$portmap' is mapped in the configuration file /etc/insserv.conf to `portmap'. Therefore this works as it should, at least for all machines around here. Please check your /etc/insserv.conf, there should be a line # # SunRPC portmapper available # $portmap portmap which leads the program insserv to map `$portmap' to 'portmap'. See manual page of insserv with `man insserv'. Hmm, that's strange. It was definately not getting started, and that was the only change I made. I'll note that nfsserver does /not/ use $portmap but rather 'portmap': (All greps taken from *unmodified* init files, verified with rpm -V) nfsserver:# Required-Start: $network $remote_fs $named portmap nfsserver:# Required-Stop: $network portmap Also: svcgssd:# Required-Start: $network $remote_fs $named portmap svcgssd:# Required-Stop: $network portmap xinetd:# X-UnitedLinux-Should-Start: portmap autofs cups:# Should-Start: earlykdm hotplug named portmap ptal slpd printbill hplip cups:# Should-Stop: portmap gssd:# Required-Start: $network $remote_fs $named portmap gssd:# Required-Stop: $network portmap idmapd:# Required-Start: $network $remote_fs $named portmap idmapd:# Required-Stop: $network portmap I'll have to check the other machine to see if I can reproduce the behavior after I change the init scripts back and re-run insserv -d. Weird. |