View Issue Details

IDProjectCategoryView StatusLast Update
0000069AlmaLinux-8dhcppublic2021-04-24 22:35
Reporterxarnold Assigned Toalukoshko  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0000069: dhcp service start failed
DescriptionI installed dhcp daemon and try to start service.
But it was failed.

# yum install dhcp*
# systemctl start dhcpd
Job for dhcpd.service failed because the control process exited with error code.
See "systemctl status dhcpd.service" and "journalctl -xe" for details.

# systemctl status dhcpd
● dhcpd.service - DHCPv4 Server Daemon
   Loaded: loaded (/usr/lib/systemd/system/dhcpd.service; disabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Fri 2021-04-23 08:12:34 KST; 18s ago
     Docs: man:dhcpd(8)
           man:dhcpd.conf(5)
  Process: 7301 ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid $DHCPDARGS (c>
 Main PID: 7301 (code=exited, status=1/FAILURE)

Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]: have been made to the base software release in order to make
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]: it work better with this distribution.
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]:
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]: Please report issues with this software via:
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]: https://bugs.almalinux.org/
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]:
Apr 23 08:12:34 almavm02.inspienlabs.com dhcpd[7301]: exiting.
Apr 23 08:12:34 almavm02.inspienlabs.com systemd[1]: dhcpd.service: Main process exited, code=exited, status=1/FAILURE
Apr 23 08:12:34 almavm02.inspienlabs.com systemd[1]: dhcpd.service: Failed with result 'exit-code'.
Apr 23 08:12:34 almavm02.inspienlabs.com systemd[1]: Failed to start DHCPv4 Server Daemon.
lines 1-18/18 (END)
TagsNo tags attached.
abrt_hash
URL

Activities

alukoshko

2021-04-24 09:03

administrator   ~0000164

Hello.
Please run:
journalctl -xe -u dhcpd

Most likely you will see "Not configured to listen on any interfaces!" error.
dhcpd service must be configured before first run.

xarnold

2021-04-24 10:00

reporter   ~0000169

Yes, you are right. that's problem.
thanks.

Issue History

Date Modified Username Field Change
2021-04-22 23:20 xarnold New Issue
2021-04-24 09:03 alukoshko Note Added: 0000164
2021-04-24 09:04 alukoshko Assigned To => alukoshko
2021-04-24 09:04 alukoshko Status new => assigned
2021-04-24 09:04 alukoshko Status assigned => feedback
2021-04-24 10:00 xarnold Note Added: 0000169
2021-04-24 10:00 xarnold Status feedback => assigned
2021-04-24 22:35 alukoshko Status assigned => closed
2021-04-24 22:35 alukoshko Resolution open => no change required