CentOS 5 and ltsp 4.2 - got an i386 client working - now I'm trying to
get an iMac (G3 384Mb RAM & 600MHz)

following instructions here...
http://wiki.ltsp.org/twiki/bin/view/Ltsp/CpuArchitectures#LTSP_on_Latter_Day_Macintosh_G3

without special additions to dhcpd.conf per the above, the Mac client
simply waits on netboot (it does get ip address per logs)

adding to global section of dhcpd.conf
        option dhcp-parameter-request-list 1,3,6,15,17,43,44,46,60;
and client section of dhcpd.conf is...
group mac-clients {
        ddns-updates on;
        next-server 192.168.3.7;
        option root-path "192.168.3.7:/opt/ltsp/ppc";
        filename "/lts/2.4.22-ltsp-1/yaboot";
        # install client
        host mac1 {
#               server-name "mac1";
                option vendor-class-identifier "AAPLBSDPC";
                option vendor-encapsulated-options \
01:01:02:08:04:01:00:00:01:82:
                05:             # length
                69:6d:61:63:34; # hostname

                hardware ethernet 00:03:93:92:88:98;
                fixed-address 192.168.3.48;
                option host-name "mac1";
                }
        }

client gets ip address and then quickly boots MacOS instead.

I changed tftpd from daemon mode to open mode by turning off xinetd and
starting tftpd like this...

# /usr/sbin/in.tftpd -vvvv -s /tftpboot

but it never shows anything on screen (or in logs when run as daemon)
and I can't tell if 
/tftpboot/lts/2.4.22-ltsp-1/yaboot is ever loaded from the tftp server
at all

Any hints at troubleshooting?

-- 
Craig White <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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