Here we go again, now with Fedora 9. Fedora 9 needs much more manual work than Ubuntu or openSUSE, but after all it works as great as others.
I got only one and big problem - How I change Gnome desktop for finnish on the client? I can change keyboard layout, but not Gnome? On the server Gnome desktop is finnish one. ---- Here is one screenshot with P4/256/i845G (Nokia 447PRO): http://www.arkki.info/howto/Fedora/Fedora9_LTSP5_01.png ---- And here are Asus Eee PC. http://www.arkki.info/howto/Asus_eee/Asus_eee_LTSP5_Fedora_01.png http://www.arkki.info/howto/Asus_eee/Asus_eee_LTSP5_Fedora_02.png http://www.arkki.info/howto/Asus_eee/Asus_eee_LTSP5_Fedora_03.png ---- And here are basic files for this setup, only one nic (firewall, selinux and NetworkManager disable). ---- [EMAIL PROTECTED] etc]# cat dhcpd.conf # # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # see 'man 5 dhcpd.conf' # authoritative; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.150 192.168.1.250; option domain-name "example.com"; option domain-name-servers 192.168.1.1; option broadcast-address 192.168.1.255; option routers 192.168.1.1; option subnet-mask 255.255.255.0; option root-path "192.168.1.101:/opt/ltsp/i386"; if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" { filename "/ltsp/i386/pxelinux.0"; } else { filename "/ltsp/i386/nbi.img"; } } [EMAIL PROTECTED] etc]# ---- [EMAIL PROTECTED] etc]# cat exports /opt/ltsp 192.168.1.0/255.255.255.0(ro,no_root_squash,sync) /var/lib/ltsp/swapfiles 192.168.1.0/255.255.255.0(rw,no_root_squash,async) [EMAIL PROTECTED] etc]# ---- [EMAIL PROTECTED] xinetd.d]# cat tftp # default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /var/lib/tftpboot per_source = 11 cps = 100 2 flags = IPv4 } [EMAIL PROTECTED] xinetd.d]# ---- Best Regards Asmo Koskinen. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _____________________________________________________________________ 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
