ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexander Kuprin <ru_classic@gts.lg.ua>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: [sisyphus] Ошибка в DHCP: no free leases
Date: Thu, 8 Jul 2004 20:46:14 +0300
Message-ID: <200407082046.14283.ru_classic@gts.lg.ua> (raw)


Добрый вечер.

Народ, плз. подтвердите багу или просветите мя тёмного в чём дело. Имеем 
сервер dhcp и простейший конфигурационный файл /etc/dhcpd.conf:

ddns-update-style             ad-hoc;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.1;
option domain-name-servers    192.168.0.1;
option domain-name            "home";
option root-path              "192.168.0.2:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group {
    use-host-decl-names       on;
    option log-servers        192.168.0.2;

    host vm {
        hardware ethernet     00:0C:29:EE:3F:E5;
        fixed-address         192.168.0.100;
        filename              "lts/vmlinuz-2.4.24-ltsp-4";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=pcnet32";
    }
}

Пытаюсь подключиться и в логах сервера вижу

Jul  8 20:39:13 p4 dhcpd: DHCPDISCOVER from 00:0c:29:e2:32:c3 via eth0: 
network 192.168.0.0/24: no free leases

Тот же конфигурационный файл замечательно живёт под ALM 2.2. В 
свеже-обновлённом Сизифусе (ALT Linux Sisyphus (20040702)) упирается, не 
хочет. 

Вешать баг?

-- 
WBR, Alexander Kuprin


             reply	other threads:[~2004-07-08 17:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08 17:46 Alexander Kuprin [this message]
2004-07-08 19:16 ` Denis Ovsienko
2004-07-08 21:39   ` Alexander Kuprin
2004-07-08 21:51     ` Dmitry Lebkov
2004-07-09  5:52       ` Alexander Kuprin
2004-07-09  5:49         ` [sisyphus] Ошибка в DHCP: no freeleases Nizamov Shavkat
2004-07-09  6:25           ` Alexander Kuprin
2004-07-09  6:37             ` [sisyphus] Ошибка в DHCP: no freelease s Nizamov Shavkat
2004-07-09  7:09               ` Alexander Kuprin
2004-07-09  6:52                 ` Nizamov Shavkat
2004-07-09 15:33               ` Denis Ovsienko
2004-07-09  8:47           ` [sisyphus] Ошибка в DHCP: no freeleases Andriy Dobrovol's'kii
2004-07-09  9:14             ` [sisyphus] Ошибка в DHCP:no freeleases Alexander Kuprin
2004-07-09  7:31         ` [sisyphus] Ошибка в DHCP: no free leases Dmitry Lebkov
2004-07-09  3:45 ` Mike Lykov
2004-07-09  5:46   ` Alexander Kuprin
2004-07-10 12:12 ` Alexander Kuprin
2004-07-10 14:34   ` Alexander Kuprin
2004-07-10 14:44     ` Andrii Dobrovol's'kii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200407082046.14283.ru_classic@gts.lg.ua \
    --to=ru_classic@gts.lg.ua \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git