On Tue, 2002-09-03 at 13:15, Stew Benedict wrote:
On 3 Sep 2002, Damon Lynch wrote:
> Hi again,
>
> After creating symbolic links in /lib/modules/ to 2.4.19-7mdk, I was
> able to install terminal server. However I cannot get it to run.
>
> There are two problems:
>
> 1. When clicking on "Start Server" from the config GUI I get:
>
> Starting dhcpd:
>
You should be seeing something here ^^^. Did you configure the dhcpd
server and client configs?
Yes. I used the GUI. This is the contents of /etc/dhcpd.conf:
#dhcpd.conf - generated by drakTermServ
ddns-update-style none;
# Long leases (48 hours)
default-lease-time 172800;
max-lease-time 172800;
# Include Etherboot definitions and defaults
include "/etc/dhcpd.conf.etherboot.include";
# Network-specific section
subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 202.0.35.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option domain-name "ext.dev-zone.org";
option domain-name-servers 203.96.152.4, 127.0.0.1;
}
# Include client machine configurations
include "/etc/dhcpd.conf.etherboot.clients";
To be honest I don't know what the setting routers means. I guess it
got that from my static IP address, which ends in another number, not 1.
This is the contents of /etc/dhcpd.conf.etherboot.clients:
host jennifer {
hardware ethernet 00:80:AD:77:A3:9B;
fixed-address 192.168.0.2;
filename "boot-tulip.2.4.19-7mdk.nbi";
}
> Starting ClusterNFS (rpc.mountd): [ OK ]
> Starting ClusterNFS (rpc.nfsd): [ FAIL ]
>
I've seen this, even manually running the initscript. Clusternfs seems to
trip up on startup on occasion. Stop/Restart it.
> 2. Perhaps related, the client machine cannot find the DHCP server and
> says ".TX Timeout!" when trying to boot.
>
I didn't see a normal dhcpd server startup above.
> These are the contents of the export config files:
>
> exports.terminal-server:
>
> # Exports file for diskless workstation support using ClusterNFS
> # $Id: exports,v 1.1 2002/04/24 14:17:50 mcb30 Exp $
>
> / (ro,all_squash)
>
> exports.mdkTS:
>
> #/etc/exports - generated by drakTermServ
>
> / (ro,all_squash)
> /home 192.168.0.0/255.255.255.0(rw,root_squash)
>
> #/etc/exports - generated by drakTermServ
>
> / (ro,all_squash)
> /home /(rw,root_squash)
>
> Thanks,
> Damon
>
>
The middle one above is the closest, depending on you network setup.
Ok, I have now manually copied the good one into /etc/exports
> / (ro,all_squash)
> /home 192.168.0.0/255.255.255.0(rw,root_squash)
/home should be rw for your subnet. The last one you listed above looks
like the subnet info got dropped - probably a bug on my part. Is there no
plain /etc/exports?
Yes sorry, that last file of the 3 listed above was /etc/exports
I have manually restarted dhcpd and clusternfs, but still the client
cannot detect the dhcpd client.
A Davicom 9102 card uses the Tulip driver for etherboot right?
Thanks!
Damon