su, 2007-10-28 kello 10:52 -0500, Scott Balneaves kirjoitti:
> On Sun, Oct 28, 2007 at 08:12:27PM +0530, Sudev Barar wrote:
> > Okay it is back to bench for me to test and I would love to get it
> > working on older clients with decent speed even when I have to to eat
> > my words
> 
> Use gutsy, where we did a huge amount of work making things faster.  The
> squashed root image, plus re-write of ldm in C have helped immensely.

What more I really need to know than Edubuntu's own help - The Edubuntu
handbook? 

I write this from Edubuntu 7.10 Server, so itself is online. Jammin 225
goes online but progress bar goes nowhere and Jammin 225 drops itself to
BusyBox (initramfs).

Syslog:

Oct 28 21:31:51 edubuntu in.tftpd[5569]: tftp: client does not accept
options 
Oct 28 21:32:06 edubuntu dhcpd: DHCPDISCOVER from 00:50:41:03:9f:85 via
eth1
Oct 28 21:32:06 edubuntu dhcpd: DHCPOFFER on 192.168.0.250 to
00:50:41:03:9f:85 via eth1
Oct 28 21:32:06 edubuntu dhcpd: DHCPREQUEST for 192.168.0.250
(192.168.0.254) from 00:50:41:03:9f:85 via eth1
Oct 28 21:32:06 edubuntu dhcpd: DHCPACK on 192.168.0.250 to
00:50:41:03:9f:85 via eth1

Messages:

Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for edubuntu
Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for edubuntu
Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for 192.168.1.104
Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for 192.168.1.104
Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for 192.168.0.254
Oct 28 20:22:57 edubuntu ltsp: # Creating -hostkey for 192.168.0.254

interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.104
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1

auto eth1
iface eth1 inet static
address 192.168.0.254
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255

dhcpd.conf:

#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.1;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
#    next-server 192.168.0.254;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}

---

Same network (Linksys with DD-WRT) and same thin client works jus fine
with LTSP 4.2 - Edubuntu 7.10 Server not.

http://wiki.ubuntu-fi.org/LTSP_Ohjeita -> LTSP Koti

What I'm doing totally wrong?

Are there more log-files to read and to find out why Jammin 225 does not
get LDM?

Best regards Asmo Koskinen.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_____________________________________________________________________
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.freenode.net

Reply via email to