> Can you post the CyberOrg tips or tutorial on how to make LTSP5
> working on opensuse 11 64bit here? i think people in list would agree
> with me :)

Well, after I got DVD on the text mode installed, all went just like it is
on the openSUSE Kiwi-LTSP webpage:

http://en.opensuse.org/LTSP

I did this,

1. openSUSE 11 x86_64 DVD
2. ftp://forgeftp.novell.com/kiwi-ltsp/kiwi-ltsp-prebuilt.ymp
3. Yast > Kiwi-LTSP
 - server name: openSUSE
 - my server ip: 192.168.1.101
 - my gateway 192.168.1.1
 - my nameserver 192.168.1.1
 - I got Linksys/DD-WRT-box between ADSL-box and Internet
4. kiwi-ltsp-setup -c

For Kiwi-LTSP I mounted DVD (dev/sr0) as /mnt/11.0. When I did run point
4, Kiwi-LTSP says this:

openSUSE:~ # kiwi-ltsp-setup -c
KIWI-LTSP: 2008-06-24 16:35:46: ====== Starting ======
KIWI-LTSP: 2008-06-24 16:35:46: NOTE! kiwi-ltsp environment will be built
as a 32bit image.
KIWI-LTSP: 2008-06-24 16:35:46: Setting up a sample DHCP configuration file
KIWI-LTSP: 2008-06-24 16:35:46: Modifying /etc/exports
KIWI-LTSP: 2008-06-24 16:35:46: Setting up KIWI PXE support.
KIWI-LTSP: 2008-06-24 16:35:46: Setting up the SSH keys in
/srv/tftpboot/KIWI/ssh_known_hosts
KIWI-LTSP: 2008-06-24 16:35:46: Creating dsa-hostkey for openSUSE
KIWI-LTSP: 2008-06-24 16:35:46: Creating rsa-hostkey for openSUSE
KIWI-LTSP: 2008-06-24 16:35:46: Creating dsa-hostkey for 192.168.1.101
KIWI-LTSP: 2008-06-24 16:35:46: Creating rsa-hostkey for 192.168.1.101
KIWI-LTSP: 2008-06-24 16:35:46: Setting up the hosts file and lts.conf
KIWI-LTSP: 2008-06-24 16:35:46: Making changes to misc configuration files.
KIWI-LTSP: 2008-06-24 16:35:47: Setting dhcpd to start automatically.
Shutting down DHCP server                                             done
Starting DHCP server [chroot]                                         done
KIWI-LTSP: 2008-06-24 16:35:50: Setting xinetd to start automatically.
Shutting down xinetd:                                                 done
Starting INET services. (xinetd)                                      done
The following tasks need to be done manually:
 ===> Review /etc/dhcpd.conf.ltsp and modify /etc/dhcpd.conf to suit.
KIWI-LTSP: 2008-06-24 16:35:51: ====== Setup completed ======
openSUSE:~ #

After that I booted my test client (P4/i845G/256).

Sound worked OK, but I did not figured out how a usb stick works, on
Ubuntu very same stick just pop out to the client's desktop.

here are few configuration files:

lts.conf (for finnish keymap), before that is default lines, I did not
added them.

[EMAIL PROTECTED]:/srv/tftpboot/KIWI> cat lts.conf

[default]
    SOUND=True
    LOCALDEV=True
    CONFIGURE_X=False
    SERVER=192.168.1.101
    SCREEN_07=ldm
    # Finnish keymap
    XkbSymbols=fi(pc104)
    XkbModel=pc104
    XkbLayout=fi
[EMAIL PROTECTED]:/srv/tftpboot/KIWI>

dhcpd.conf

[EMAIL PROTECTED]:/etc> cat dhcpd.conf

option domain-name "openSUSE";
option domain-name-servers 192.168.1.1;
option routers 192.168.1.1;
default-lease-time 14400;
ddns-update-style none;
next-server 192.168.1.101;
subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.150 192.168.1.250;
  default-lease-time 14400;
  max-lease-time 172800;
  filename "pxelinux.0";
}
[EMAIL PROTECTED]:/etc>

And finally here is a screenshot.

Why KDE4 is not all localized (in finnish) on clients side, but it is
fully localized in finnish on server side?

http://www.arkki.info/?p=34

Best Reagrds Asmo Koskinen.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_____________________________________________________________________
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