Hi Ernst,

I have LTSP 3.0 successfully working in SuSE 7.3.  Apparently you do not
have the dhcpd.conf file in your /etc directory.  It looks like you may have
misspelled it as 'dhcp.conf'; it should be named 'dhcpd.conf'.  It is
supposed to be copied during the ltsp_initialize, but I already had one made
up and copied it to /etc.  The dhcp_conf.tmpl file is under the
/opt/ltsp/templates directory.  Copy this to /etc/dhcpd.conf and edit it to
match your workstations.  To start dhcp, type 'dhcpd eth0 start'.

Here are some other things I had to do to make LTSP work in SuSE 7.3:

1. In the dhcpd.conf file, the filename entry must be in the format
"/lts/kernelname". (Mandrake and Redhat require you to remove the / before
lts).
2. Make sure the /etc/exports file has the entries for ltsp (look at the
/opt/ltsp/templates/exports.tmpl file, or just copy it to /etc/exports).
3. If you are to use KDE, edit /etc/opt/kde2/share/config/kdm/kdmrc file and
in the [Xdmcp] section make sure that the Enable entry is set to true (it is
false by default).
4. Add your workstations to the /etc/hosts file
5. Make sure you edit the /opt/ltsp/i386/etc/lts.conf file to match your
workstations.

Rick


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ernst
Klein
Sent: Sunday, March 10, 2002 7:20 AM
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] dhcpd-Problem


Hello,

I`m installing a new server based on SuSE7.3 and ltsp 3.0

In the past I used SuSE 7.1 and ltsp 2.07 with bootp and it worked
great.

I installed successful the following tgz-packages:

ltsp_core-3.0.0.tgz (with changes in the file suse-7.3.sh ,which were
discussed here some weeks ago)
ltsp_kernel-301-i386.tgz
ltsp_x_core-3.0.1.tgz
ltsp_x_fonts.tgz

and run the ltsp_initialize -script

I made the changes in /etc/dhcp.conf as descriped in the manual (Danke
Martin und Wolfgang f�r die deutsche �bersetzung) and then tried to
connect from a DC and nothing happend.

Troubleshooting:

dhcpd installed?

# rpm -qa| grep dhcp

==> dhcpcd-1.3.20pl0-13
==> dhcp-3.0rc12-20

dhcpd running?

netstat -an | grep ":67
==> no output

# ps -aux | grep dhcp
==> root      1563  0.0  0.3  1800  744 pts/2    S    14:02   0:00 grep
dhcp

# ipchains -L -v
==> ipchains: Incompatible with this kernel

# iptables -L v
iptables: Table does not exist (do you need to insmod?)
linux:/home/ernst # iptables -L -v
Chain INPUT (policy ACCEPT 1437 packets, 1015K bytes)
 pkts bytes target     prot opt in     out     source
destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source
destination

Chain OUTPUT (policy ACCEPT 1534 packets, 180K bytes)
 pkts bytes target     prot opt in     out     source
destination


Correct port in /etc/services ?

bootps           67/tcp                 # Bootstrap Protocol Server
bootps           67/udp                 # Bootstrap Protocol Server


Entries in /etc/inetd.conf

time stream tcp nowait root internal
time dgram udp wait root internal
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
login stream tcp nowait root /usr/sbin/tcpd in.rlogind
talk dgram udp wait root /usr/sbin/tcpd in.talkd
ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd -w

Any messages found in /var/log/messsages ?

nothing found.

I think dhcpd is not running. Starting it manually:

# dhcpd &

Internet Software Consortium DHCP Server V3.0rc12
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Can't open /etc/dhcpd.conf: No such file or directory

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.


Who can help me?

regards

Ernst

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to