Bug 31836
Summary: | dhcpcd runs twice for each interface | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Reece Dike <redhatbugs> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-03-26 04:52:15 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
Reece Dike
2001-03-15 03:41:14 UTC
I just tried this on the current tree and couldn't reproduce this. You may want to try the latest hotplug and initscripts RPMs in rawhide. There is a bug fix releated to the 'bad address' messages in dhcpcd-1.3.18pl8-10. The dhcpcd is still running twice on bootup. I down loaded dhcpcd-1.3.18pl8-10 from the rawhide tree at ftp.redhat.com and installed it on my system. It did remove the bad address bug, but I still have the problem of dhcpcd showing up twice for one interface. If I run '/etc/rc.d/init.d/network stop', only one of the two instances goes away. I can kill the remaining instance with a kill command. I then run '/etc/rc.d/init.d/network start' and there is only one instance of dhcpcd running. Here is a 'ps auwwx' run just after booting and ssh into the box. Notice processes 452 and 484. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 5.5 0.4 1344 532 ? S 22:42 0:04 init [3] root 2 0.0 0.0 0 0 ? SW 22:42 0:00 [keventd] root 3 0.0 0.0 0 0 ? SW 22:42 0:00 [kapm-idled] root 4 0.0 0.0 0 0 ? SW 22:42 0:00 [kswapd] root 5 0.0 0.0 0 0 ? SW 22:42 0:00 [kreclaimd] root 6 0.0 0.0 0 0 ? SW 22:42 0:00 [bdflush] root 7 0.0 0.0 0 0 ? SW 22:42 0:00 [kupdate] root 8 0.0 0.0 0 0 ? SW< 22:42 0:00 [mdrecoveryd] root 79 0.0 0.0 0 0 ? SW 22:43 0:00 [khubd] root 452 0.0 0.1 412 160 ? S 22:43 0:00 /sbin/dhcpcd eth0 root 484 0.0 0.1 424 212 ? S 22:43 0:00 /sbin/dhcpcd eth0 root 732 0.1 0.4 1404 616 ? S 22:43 0:00 syslogd -m 0 root 765 0.2 0.8 1968 1100 ? S 22:43 0:00 klogd -2 root 821 0.0 0.4 1328 524 ? S 22:43 0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apmscript daemon 835 0.0 0.4 1376 564 ? S 22:43 0:00 /usr/sbin/atd root 846 0.2 0.9 2524 1164 ? S 22:43 0:00 /usr/sbin/sshd root 865 0.0 0.7 2204 1004 ? S 22:43 0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid root 884 0.0 0.4 1384 552 ttyS0 S 22:43 0:00 gpm -t ms root 896 0.0 0.5 1524 684 ? S 22:43 0:00 crond xfs 966 0.2 3.1 5280 4008 ? S 22:43 0:00 xfs -droppriv -daemon root 991 0.0 0.4 1512 608 ? S 22:43 0:00 rhnsd --interval 120 root 1014 0.0 0.3 1316 432 tty1 S 22:43 0:00 /sbin/mingetty tty1 root 1015 0.0 0.3 1316 432 tty2 S 22:43 0:00 /sbin/mingetty tty2 root 1016 0.0 0.3 1316 432 tty3 S 22:43 0:00 /sbin/mingetty tty3 root 1017 0.0 0.3 1316 432 tty4 S 22:43 0:00 /sbin/mingetty tty4 root 1018 0.0 0.3 1316 432 tty5 S 22:43 0:00 /sbin/mingetty tty5 root 1019 0.0 0.3 1316 432 tty6 S 22:43 0:00 /sbin/mingetty tty6 root 1022 0.1 1.4 3364 1836 ? S 22:43 0:00 /usr/sbin/sshd root 1023 0.5 1.0 2380 1364 pts/0 S 22:44 0:00 -bash root 1059 0.0 0.5 2572 756 pts/0 R 22:44 0:00 ps auwwx Sorry, about the previous post. I did not download the latest hotplug or initscripts. After doing that the problem with dhcpcd running twice has disappeared. You can close the bug report. Thanks for the help Reece Dike reece |