Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 17

Thema: dhcpd lässt sich nicht starten!

  1. #1
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105

    dhcpd lässt sich nicht starten!

    Hi@all! hab den dhcpd als rpm von rpmseek.com (dhcpd-2.0b1pl0-1.i386.rpm)installiert und dann nach folgendem howto konfiguriert:
    http://www.linuxhaven.de/dlhp/HOWTO/...k-HOWTO-7.html

    dummerweise startet der dhcpd nicht (trotz "chkconfig --level 235 dhcpd on"), auch nicht manuell per "dhcpd" oder "/usr/sbin/dhcpd"! ein aufruf der befehle in den konsole bewirkt nichts, keine ausgabe des deamons, nichts!
    hier meine "/etc/dhcpd.conf":

    Code:
    subnet 10.0.0.0 netmask 255.0.0.0 {
    option routers 10.0.0.1;
    option subnet-mask 255.0.0.0;
    option domain-name "lan";
    option domain-name-servers 10.0.0.1;
    range 10.0.0.11 10.0.0.180;
    default-lease-time 86400;
    max-lease-time 86400;
    }
    hoffe ihr könnt mir wieder so super weiterhelfen, danke schonmal im vorraus ! P.s: hab mir auch schonmal die BIND Konfiguration angeschaut, scheint für meine Zwecke garnicht so schwer zu sein :P! Aber erstmal den DHCPD zum laufen bringen...
    Geändert von BlackWizard (07.01.05 um 00:49 Uhr)
    Software is like sex - it's better when it's free!

  2. #2
    Registrierter Benutzer Avatar von wadesch
    Registriert seit
    Jul 2001
    Beiträge
    359
    schau mal in '/var/log/messages' nach.

    und zwar mit 'tail -f /var/log/messages' und dann startest du dhcpd nochmal. da sollte dann irgend etwas stehen.

  3. #3
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    Code:
    [root@skynet black]# tail -f /var/log/messages
    Jan  7 02:44:52 skynet sshd(pam_unix)[2459]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=10.0.0.4  user=root
    Jan  7 02:44:59 skynet sshd(pam_unix)[2461]: session opened for user root by root(uid=0)
    Jan  7 02:50:01 skynet crond(pam_unix)[2494]: session opened for user black by (uid=0)
    Jan  7 02:50:01 skynet crond(pam_unix)[2494]: session closed for user black
    Jan  7 03:00:01 skynet crond(pam_unix)[2497]: session opened for user black by (uid=0)
    Jan  7 03:00:01 skynet crond(pam_unix)[2497]: session closed for user black
    Jan  7 03:01:02 skynet crond(pam_unix)[2500]: session opened for user root by (uid=0)
    Jan  7 03:01:02 skynet crond(pam_unix)[2500]: session closed for user root
    Jan  7 03:10:01 skynet crond(pam_unix)[2502]: session opened for user black by (uid=0)
    Jan  7 03:10:01 skynet crond(pam_unix)[2502]: session closed for user black
    da steht NIX von dhcpd !
    Software is like sex - it's better when it's free!

  4. #4
    Registrierter Benutzer Avatar von wadesch
    Registriert seit
    Jul 2001
    Beiträge
    359
    was für eine distribution hast du ? vielleicht nimmst mal den dhcpd von deiner distri zwecks möglicher paketabhängigkeiten.

  5. #5
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    fedora core 3, und der wurde nicht mitinstalled eshalb hab ich den ja nachträglich gesaugt! und das dumme ich finde den server nirgendwo zum download, ich google schon seit mehr als ner stunden nach dem aktuellen tar.gz archiv und finde NIX! Das gibts doch nich! wo bekomme ich den dhcpd in der neusten version für fc3 her??
    Software is like sex - it's better when it's free!

  6. #6
    Registrierter Benutzer Avatar von wadesch
    Registriert seit
    Jul 2001
    Beiträge
    359
    soweit ich weiß gibt es für fedora 'yum' damit kann man fehlende pakete übers netz installieren. sollte eigentlich mit installiert sein. schau mal danach.

  7. #7
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    "yum install dhcp" hab ich gemacht,"yum install dhcp-server" brachte nur dass das paket nicht gefunden wurde (not matching any...), auch "yum install dhcpd" brachte das gleich resultat! ich dreh am rad, sone schöne config und keine install sources oder binaries, gibts denn sowas...
    Software is like sex - it's better when it's free!

  8. #8
    Premium Mitglied Avatar von Stormbringer
    Registriert seit
    Sep 2002
    Ort
    Hattingen/Ruhr
    Beiträge
    2.514
    Ich weiß ja nicht, wie Du wo danach gesucht hast, aber im Internet bspw. via Google (http://www.google.com/linux/) oder RPMFind.net (http://www.rpmfind.net/) kommt doch einiges ...
    das Original von: http://www.isc.org/index.pl?/sw/dhcp/
    und ein FC3 RPM: http://www.rpmfind.net//linux/RPM/fe...1-11.i386.html

    Gruß
    Continuum Hierarchy Supervisor:
    You have already been assimilated.
    Save our cows - eat Vegetarians!
    (Rechtschreibreformverweigerer)

  9. #9
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    habe nach "linux dhcpd download" gesucht!nun sagt er mir, dass das "packet already installed" sei und ein konflikt zwischen dem neuen rpm und dem dhcpd-2irgendwas von freshrpms besteht, habe dieses dann mit "rpm -e dhcpd" deinstalled, dann kam nur noch "packet already installed" (hab das ja vorher per "yum install dhcp" aktualisiert). ein aufruf von "dhcpd" bringt immer noch die gleichen resultate wie vorher auch schon !
    Software is like sex - it's better when it's free!

  10. #10
    Premium Mitglied Avatar von Stormbringer
    Registriert seit
    Sep 2002
    Ort
    Hattingen/Ruhr
    Beiträge
    2.514
    Wie wäre es, daß passende RPM downzuloaden, das momentan installierte zu deinstallieren, und dann daß zuvor downgeloadete mittels rpm -Uvh dhcp....rpm zu installieren?

    Gruß
    Continuum Hierarchy Supervisor:
    You have already been assimilated.
    Save our cows - eat Vegetarians!
    (Rechtschreibreformverweigerer)

  11. #11
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    das is ne gute idee, kann ich mir denn irgendwie anzeigen lassen wie die pakete heißen die ich deinstallen muss?hab ja nur das neuste, passende für fc3 noch auf der platte! folgendes hab ich schon ausprobiert, das resultat sieht man auch...
    Code:
    [root@skynet black]# rpm -e dhcp-3.0.1-11.i386.rpm
    Fehler: Paket dhcp-3.0.1-11.i386.rpm ist nicht installiert
    [root@skynet black]# rpm -U dhcp-3.0.1-11.i386.rpm
            package dhcp-3.0.1-11 is already installed
    [root@skynet black]#
    hilfe...
    Software is like sex - it's better when it's free!

  12. #12
    Premium Mitglied Avatar von Stormbringer
    Registriert seit
    Sep 2002
    Ort
    Hattingen/Ruhr
    Beiträge
    2.514
    Code:
    rpm -qa | grep dhcp
    Gruß
    Continuum Hierarchy Supervisor:
    You have already been assimilated.
    Save our cows - eat Vegetarians!
    (Rechtschreibreformverweigerer)

  13. #13
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    ok hab das paket dann so mit dem namen deinstalled (rpm -e paketname-durch-den-befehl-oben-erfahren) und dann neu installiert, mit chkconfig eingetragen (level 2,3,5) aber es startet immer noch nicht, auch manuell eintippen bringt nix, pstree sagt:

    Code:
    [root@skynet ~]# pstree
    initââ¬âapmd
         ââatd
         ââcrond
         ââcupsd
         ââdbus-daemon-1
         ââevents/0ââ¬âaio/0
         â          ââkblockd/0
         â          ââkhelper
         â          ââkmirrord/0
         â          ââ2*[pdflush]
         ââgpm
         ââhald
         ââhttpdâââ8*[httpd]
         ââkapmd
         ââkhubd
         ââ2*[kjournald]
         ââklogd
         ââkseriod
         ââksoftirqd/0
         ââkswapd0
         ââmDNSResponder
         ââ6*[mingetty]
         ââminiserv.pl
         âânifd
         ââportmap
         âârpc.idmapd
         âârpc.statd
         ââ2*[sendmail]
         ââsmartd
         ââsshdâââsshdâââbashâââpstree
         ââsyslogd
         ââudevd
         ââvsftpd
         ââxfs
         ââxinetd
    Ich brauche das dringend, bin echt verzweifelt !
    Software is like sex - it's better when it's free!

  14. #14
    Premium Mitglied Avatar von Stormbringer
    Registriert seit
    Sep 2002
    Ort
    Hattingen/Ruhr
    Beiträge
    2.514
    Mit all den Sonderzeichen???

    Was steht denn dazu in /var/log/messages?
    (grep dhcp /var/log/messages)

    Gruß
    Continuum Hierarchy Supervisor:
    You have already been assimilated.
    Save our cows - eat Vegetarians!
    (Rechtschreibreformverweigerer)

  15. #15
    )(er
    Registriert seit
    Dec 2004
    Ort
    /dev/null
    Beiträge
    105
    Code:
    Jan  7 11:15:21 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  7 11:15:21 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  7 11:15:21 skynet dhcpd: requesting help.
    Jan  7 11:15:21 skynet dhcpd:
    Jan  7 11:15:21 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  7 11:15:21 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  7 11:15:21 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  7 11:15:21 skynet dhcpd: mailing list, please read the section on the README about
    Jan  7 11:15:21 skynet dhcpd: submitting bug reports and requests for help.
    Jan  7 11:15:21 skynet dhcpd:
    Jan  7 11:15:21 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  7 11:15:21 skynet dhcpd: help directly to the authors of this software - please
    Jan  7 11:15:21 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  7 11:15:21 skynet dhcpd: the README file.
    Jan  7 11:15:21 skynet dhcpd:
    Jan  7 11:15:21 skynet dhcpd: exiting.
    Jan  7 11:15:53 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  7 11:15:53 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  7 11:15:53 skynet dhcpd: All rights reserved.
    Jan  7 11:15:53 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  7 11:15:53 skynet dhcpd:
    Jan  7 11:15:53 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  7 11:15:53 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  7 11:15:53 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  7 11:15:53 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  7 11:15:53 skynet dhcpd:
    Jan  7 11:15:53 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  7 11:15:53 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  7 11:15:53 skynet dhcpd: requesting help.
    Jan  7 11:15:53 skynet dhcpd:
    Jan  7 11:15:53 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  7 11:15:53 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  7 11:15:53 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  7 11:15:53 skynet dhcpd: mailing list, please read the section on the README about
    Jan  7 11:15:53 skynet dhcpd: submitting bug reports and requests for help.
    Jan  7 11:15:53 skynet dhcpd:
    Jan  7 11:15:53 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  7 11:15:53 skynet dhcpd: help directly to the authors of this software - please
    Jan  7 11:15:53 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  7 11:15:53 skynet dhcpd: the README file.
    Jan  7 11:15:53 skynet dhcpd:
    Jan  7 11:15:53 skynet dhcpd: exiting.
    Jan  7 18:28:35 skynet dhcpd: Herunterfahren von dhcpd failed
    Jan  7 18:30:47 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  7 18:30:47 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  7 18:30:47 skynet dhcpd: All rights reserved.
    Jan  7 18:30:47 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  7 18:30:47 skynet dhcpd:
    Jan  7 18:30:47 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  7 18:30:47 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  7 18:30:47 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  7 18:30:47 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  7 18:30:47 skynet dhcpd:
    Jan  7 18:30:47 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  7 18:30:47 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  7 18:30:47 skynet dhcpd: requesting help.
    Jan  7 18:30:47 skynet dhcpd:
    Jan  7 18:30:47 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  7 18:30:47 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  7 18:30:47 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  7 18:30:47 skynet dhcpd: mailing list, please read the section on the README about
    Jan  7 18:30:47 skynet dhcpd: submitting bug reports and requests for help.
    Jan  7 18:30:47 skynet dhcpd:
    Jan  7 18:30:47 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  7 18:30:47 skynet dhcpd: help directly to the authors of this software - please
    Jan  7 18:30:47 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  7 18:30:47 skynet dhcpd: the README file.
    Jan  7 18:30:47 skynet dhcpd:
    Jan  7 18:30:47 skynet dhcpd: exiting.
    Jan  7 18:34:51 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  7 18:34:51 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  7 18:34:51 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  7 18:34:51 skynet dhcpd: All rights reserved.
    Jan  7 18:34:51 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  7 18:34:51 skynet dhcpd: All rights reserved.
    Jan  7 18:34:51 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  7 18:34:51 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  7 18:34:51 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  7 18:34:51 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  7 18:34:51 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  7 18:34:51 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  7 18:34:51 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  7 18:34:51 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  7 18:34:51 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  7 18:34:51 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  7 18:34:51 skynet dhcpd: requesting help.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: requesting help.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  7 18:34:51 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  7 18:34:51 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  7 18:34:51 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  7 18:34:51 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  7 18:34:51 skynet dhcpd: mailing list, please read the section on the README about
    Jan  7 18:34:51 skynet dhcpd: submitting bug reports and requests for help.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  7 18:34:51 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  7 18:34:51 skynet dhcpd: mailing list, please read the section on the README about
    Jan  7 18:34:51 skynet dhcpd: submitting bug reports and requests for help.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  7 18:34:51 skynet dhcpd: help directly to the authors of this software - please
    Jan  7 18:34:51 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  7 18:34:51 skynet dhcpd: the README file.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: exiting.
    Jan  7 18:34:51 skynet dhcpd: help directly to the authors of this software - please
    Jan  7 18:34:51 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  7 18:34:51 skynet dhcpd: the README file.
    Jan  7 18:34:51 skynet dhcpd:
    Jan  7 18:34:51 skynet dhcpd: exiting.
    Jan  7 18:34:51 skynet dhcpd: Starten von dhcpd failed
    Jan  8 14:38:44 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  8 14:38:44 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  8 14:38:44 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  8 14:38:44 skynet dhcpd: All rights reserved.
    Jan  8 14:38:44 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  8 14:38:44 skynet dhcpd:
    Jan  8 14:38:44 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  8 14:38:44 skynet dhcpd: All rights reserved.
    Jan  8 14:38:44 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  8 14:38:44 skynet dhcpd:
    Jan  8 14:38:44 skynet dhcpd:
    Jan  8 14:38:44 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  8 14:38:44 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  8 14:38:44 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  8 14:38:45 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  8 14:38:45 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  8 14:38:45 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  8 14:38:44 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  8 14:38:45 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  8 14:38:45 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  8 14:38:45 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  8 14:38:45 skynet dhcpd: requesting help.
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  8 14:38:45 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  8 14:38:45 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  8 14:38:45 skynet dhcpd: mailing list, please read the section on the README about
    Jan  8 14:38:45 skynet dhcpd: submitting bug reports and requests for help.
    Jan  8 14:38:45 skynet dhcpd: requesting help.
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  8 14:38:45 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  8 14:38:45 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  8 14:38:45 skynet dhcpd: mailing list, please read the section on the README about
    Jan  8 14:38:45 skynet dhcpd: submitting bug reports and requests for help.
    Jan  8 14:38:45 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  8 14:38:45 skynet dhcpd: help directly to the authors of this software - please
    Jan  8 14:38:45 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  8 14:38:45 skynet dhcpd: the README file.
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: exiting.
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  8 14:38:45 skynet dhcpd: help directly to the authors of this software - please
    Jan  8 14:38:45 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  8 14:38:45 skynet dhcpd: the README file.
    Jan  8 14:38:45 skynet dhcpd:
    Jan  8 14:38:45 skynet dhcpd: exiting.
    Jan  8 14:38:45 skynet dhcpd: Starten von dhcpd failed
    Jan  8 14:48:42 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  8 14:48:42 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  8 14:48:42 skynet dhcpd: All rights reserved.
    Jan  8 14:48:42 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  8 14:48:42 skynet dhcpd:
    Jan  8 14:48:42 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  8 14:48:42 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  8 14:48:42 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  8 14:48:42 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  8 14:48:42 skynet dhcpd:
    Jan  8 14:48:42 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  8 14:48:42 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  8 14:48:42 skynet dhcpd: requesting help.
    Jan  8 14:48:42 skynet dhcpd:
    Jan  8 14:48:42 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  8 14:48:42 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  8 14:48:42 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  8 14:48:42 skynet dhcpd: mailing list, please read the section on the README about
    Jan  8 14:48:42 skynet dhcpd: submitting bug reports and requests for help.
    Jan  8 14:48:42 skynet dhcpd:
    Jan  8 14:48:42 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  8 14:48:42 skynet dhcpd: help directly to the authors of this software - please
    Jan  8 14:48:42 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  8 14:48:42 skynet dhcpd: the README file.
    Jan  8 14:48:42 skynet dhcpd:
    Jan  8 14:48:42 skynet dhcpd: exiting.
    Jan  8 14:49:02 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  8 14:49:02 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  8 14:49:02 skynet dhcpd: All rights reserved.
    Jan  8 14:49:02 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  8 14:49:02 skynet dhcpd:
    Jan  8 14:49:02 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  8 14:49:02 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  8 14:49:02 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  8 14:49:02 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  8 14:49:02 skynet dhcpd:
    Jan  8 14:49:02 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  8 14:49:02 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  8 14:49:02 skynet dhcpd: requesting help.
    Jan  8 14:49:02 skynet dhcpd:
    Jan  8 14:49:02 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  8 14:49:02 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  8 14:49:02 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  8 14:49:02 skynet dhcpd: mailing list, please read the section on the README about
    Jan  8 14:49:02 skynet dhcpd: submitting bug reports and requests for help.
    Jan  8 14:49:02 skynet dhcpd:
    Jan  8 14:49:02 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  8 14:49:02 skynet dhcpd: help directly to the authors of this software - please
    Jan  8 14:49:02 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  8 14:49:02 skynet dhcpd: the README file.
    Jan  8 14:49:02 skynet dhcpd:
    Jan  8 14:49:02 skynet dhcpd: exiting.
    Jan  8 14:49:05 skynet dhcpd: Internet Systems Consortium DHCP Server V3.0.1
    Jan  8 14:49:05 skynet dhcpd: Copyright 2004 Internet Systems Consortium.
    Jan  8 14:49:05 skynet dhcpd: All rights reserved.
    Jan  8 14:49:05 skynet dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan  8 14:49:05 skynet dhcpd:
    Jan  8 14:49:05 skynet dhcpd: ** You must add a ddns-update-style statement to /etc/dhcpd.conf.
    Jan  8 14:49:05 skynet dhcpd:    To get the same behaviour as in 3.0b2pl11 and previous
    Jan  8 14:49:05 skynet dhcpd:    versions, add a line that says "ddns-update-style ad-hoc;"
    Jan  8 14:49:05 skynet dhcpd:    Please read the dhcpd.conf manual page for more information. **
    Jan  8 14:49:05 skynet dhcpd:
    Jan  8 14:49:05 skynet dhcpd: If you did not get this software from ftp.isc.org, please
    Jan  8 14:49:05 skynet dhcpd: get the latest from ftp.isc.org and install that before
    Jan  8 14:49:05 skynet dhcpd: requesting help.
    Jan  8 14:49:05 skynet dhcpd:
    Jan  8 14:49:05 skynet dhcpd: If you did get this software from ftp.isc.org and have not
    Jan  8 14:49:05 skynet dhcpd: yet read the README, please read it before requesting help.
    Jan  8 14:49:05 skynet dhcpd: If you intend to request help from the dhcp-server@isc.org
    Jan  8 14:49:05 skynet dhcpd: mailing list, please read the section on the README about
    Jan  8 14:49:05 skynet dhcpd: submitting bug reports and requests for help.
    Jan  8 14:49:05 skynet dhcpd:
    Jan  8 14:49:05 skynet dhcpd: Please do not under any circumstances send requests for
    Jan  8 14:49:05 skynet dhcpd: help directly to the authors of this software - please
    Jan  8 14:49:05 skynet dhcpd: send them to the appropriate mailing list as described in
    Jan  8 14:49:05 skynet dhcpd: the README file.
    Jan  8 14:49:05 skynet dhcpd:
    Jan  8 14:49:05 skynet dhcpd: exiting.
    [root@skynet ~]#
    das steht dazu! also starten klappt schon anscheinend, nur nich komplett wegen irgendwelcher fehler! was muss ich tun?
    Geändert von BlackWizard (08.01.05 um 12:55 Uhr)
    Software is like sex - it's better when it's free!

Ähnliche Themen

  1. Programm als root starten per Icon in xfce???
    Von holgerw im Forum Windowmanager
    Antworten: 8
    Letzter Beitrag: 21.01.05, 15:37
  2. kann Apache nicht mehr über ezad starten
    Von SchaTTeN im Forum Linux als Server
    Antworten: 10
    Letzter Beitrag: 08.08.04, 00:50
  3. DHCPD startet mit Fehler
    Von macmuess im Forum Linux als Server
    Antworten: 1
    Letzter Beitrag: 04.11.02, 07:39
  4. Games aus der Shell starten (Performance Gewinn)
    Von hunter im Forum Hier Suchen und Finden, Links, Tutorials
    Antworten: 0
    Letzter Beitrag: 02.11.02, 09:57
  5. DHCPD autom. starten nach booten! Wie?
    Von macmuess im Forum Linux als Server
    Antworten: 6
    Letzter Beitrag: 11.10.02, 13:55

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •