On Thursday 21 March 2002 06:37 pm, Rois Cannon wrote:
> Skip, Thanx for the tip. It didn't seem to make any difference (still not
> autologging in) but that's an avenue I didn't know about so I'm exploring
> it more. Is there anyway to find out what the server and client machines
> thinks the client's entire hostname is? I've logged the client in with
> init 3 and hostname under the env is only listing as ws003. I'm going back
> through all my ltsp configurations to re-check everything. Any chance you
> know of a way to get more to show in any logs? There is a refernce in
> /etc/X11/kdm/xdm-config to an error log in /var/log but I'm not seeing one.
> I might be helpful if there was a way to see a log of what is going on
> during login.
>
> Thank
> Rois
Actually, there's an easy way to find out. The client activity is dumped to
the /var/log/messages file on the server.
The place where the domain is setup for the clients is in your dhcpd.conf
file:
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 24.218.0.228;
option domain-name "test.home";
On mine, you can see the request for an IP address, and the results for init.
Mar 21 19:49:53 sgaede dhcpd: DHCPDISCOVER from 08:00:07:7f:a0:a1 via eth1
Mar 21 19:49:53 sgaede dhcpd: DHCPOFFER on 192.168.0.4 to 08:00:07:7f:a0:a1
via eth1
Mar 21 19:49:53 sgaede dhcpd: DHCPREQUEST for 192.168.0.4 (192.168.0.1) from
08:00:07:7f:a0:a1 via eth1
Mar 21 19:49:53 sgaede dhcpd: DHCPACK on 192.168.0.4 to 08:00:07:7f:a0:a1 via
eth1
Mar 21 19:49:54 sgaede rpc.mountd: authenticated mount request from
192.168.0.4:665 for /opt/ltsp/ppc (/opt/ltsp/ppc)
Mar 21 19:50:07 sgaede dhcpd: DHCPREQUEST for 192.168.0.4 from
08:00:07:7f:a0:a1 via eth1
Mar 21 19:50:07 sgaede dhcpd: DHCPACK on 192.168.0.4 to 08:00:07:7f:a0:a1 via
eth1
Mar 21 19:50:12 ws003.test.home syslogd started: BusyBox v0.60.1
(2002.03.01-13:05+0000)
Mar 21 19:50:13 ws003.test.home init: Entering runlevel: 2
Mar 21 19:50:14 ws003.test.home init: Switching to runlevel: 5
Mar 21 19:50:21 sgaede kde(pam_unix)[3349]: session opened for user ws003 by
(uid=0)
_____________________________________________________________________
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