ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Ошибка в DHCP: no free leases
@ 2004-07-08 17:46 Alexander Kuprin
  2004-07-08 19:16 ` Denis Ovsienko
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Alexander Kuprin @ 2004-07-08 17:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


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

Народ, плз. подтвердите багу или просветите мя тёмного в чём дело. Имеем 
сервер 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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2004-07-10 14:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-08 17:46 [sisyphus] Ошибка в DHCP: no free leases Alexander Kuprin
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

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