Bug 2615
Summary: | Start the "statd" service with no portmapper running | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Evans <chris> |
Component: | rusers | Assignee: | Preston Brown <pbrown> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-08-27 21:08:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Evans
1999-05-06 21:34:06 UTC
Do you mean /etc/rc.d/init/rstatd ? [root@gandalf /root]# /etc/rc.d/init.d/rstatd status rpc.rstatd is stopped [root@gandalf /root]# /etc/rc.d/init.d/portmap status portmap (pid 19988) is running... [root@gandalf /root]# /etc/rc.d/init.d/portmap stop Stopping portmap services: [ OK ] [root@gandalf /root]# /etc/rc.d/init.d/portmap status portmap is stopped [root@gandalf /root]# /etc/rc.d/init.d/rstatd start Starting rstat services: [ OK ] [root@gandalf /root]# /etc/rc.d/init.d/rstatd status rpc.rstatd is stopped [root@gandalf /root]# /etc/rc.d/init.d/portmap start Starting portmapper: [ OK ] [root@gandalf /root]# /etc/rc.d/init.d/rstatd start Starting rstat services: [ OK ] [root@gandalf /root]# /etc/rc.d/init.d/rstatd status rpc.rstatd (pid 20075) is running... [root@gandalf /root]# fixed in the next release (6.1). |