Nun wollt ich meinen DHCP3 Server auslagern, also Configs kopiert, angepasst und dann starten:
Code: Alles auswählen
dhcp:/# /etc/init.d/dhcp3-server restart
Stopping DHCP server: dhcpd3.
Starting DHCP server: dhcpd3 failed to start - check syslog for diagnostics.
Code: Alles auswählen
dhcp:/# tail /var/log/syslog
Mar 9 15:28:47 dhcp dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Mar 9 15:28:47 dhcp dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Mar 9 15:28:47 dhcp dhcpd: Internet Systems Consortium DHCP Server V3.1.0
Mar 9 15:28:47 dhcp dhcpd: Copyright 2004-2007 Internet Systems Consortium.
Mar 9 15:28:47 dhcp dhcpd: All rights reserved.
Mar 9 15:28:47 dhcp dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Mar 9 15:28:47 dhcp dhcpd: Wrote 0 deleted host decls to leases file.
Mar 9 15:28:47 dhcp dhcpd: Wrote 0 new dynamic host decls to leases file.
Mar 9 15:28:47 dhcp dhcpd: Wrote 0 leases to leases file.
Mar 9 15:28:47 dhcp dhcpd: Open a socket for LPF: Operation not permitted
Was kann das sein? Hab schonmal bei google gesucht, allerdings nur die selben probleme gefunden aber keine lösung...
Hier noch nen paar system infos
Code: Alles auswählen
dhcp:/# netstat -an
Aktive Internetverbindungen (Server und stehende Verbindungen)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.50.2:22 0.0.0.0:* LISTEN
raw6 912 0 :::58 :::* 7
Aktive Sockets in der UNIX-Domäne (Server und stehende Verbindungen)
Proto RefCnt Flags Type State I-Node Pfad
unix 2 [ ] DGRAM 752912 /dev/log
Code: Alles auswählen
dhcp:/# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 1.1 0.2 2020 568 ? Ss 15:26 0:03 init [2]
root 24999 0.0 0.2 1764 584 ? Ss 15:26 0:00 /sbin/syslogd
root 25005 0.0 0.3 5300 988 ? Ss 15:26 0:00 /usr/sbin/sshd
root 25025 0.0 0.2 4344 768 ? Ss 15:26 0:00 /usr/sbin/cron
root 25126 0.3 0.0 120 36 pts/0 S+ 15:28 0:00 login
root 25153 0.0 0.6 4920 1588 pts/1 Ss 15:28 0:00 /bin/bash -login
root 25601 0.0 0.3 4412 972 pts/1 R+ 15:30 0:00 ps aux