Re: [Ltsp-discuss] client reboots continuously on LTSP 5

2007-08-24 Thread Klaus Ade Johnstad
Torsdag 23 august 2007 17:39, skrev Rob Owens:
 I have a very non-urgent problem with one of my thin clients.  It's a
 P2 233 MHz machine with 160 MB of RAM.  It works fine on LTSP 4.2,
 but doesn't boot on LTSP 5.  It gets to a point where it the screen
 says something about initrd, then it reboots itself.  I can't read
 the messages completely because it goes by so fast.

 Any idea where I should start looking?  I successfully booted a P4
 laptop off of this same server as a test.  I've only attempted to
 boot these 2 machines so far.

 -Rob


I have sadly no solution yet to this problem, but I see the same thing 
with two different machine types, one type just stops at the point 
right after the initrd stuff, the other type just reboots at that 
point.

The serverfarm has about 200 clients, 6-7 types of machines, and these 
two types that give me this trouble is about 15 in number, old 
133Mhz/233Mhz machines but with plenty of ram.

My solution for these 15 machines is to continue to boot them as ltsp4-2 
machines, the rest boots and works just fine as ltsp5 clients.



-- 
Klaus Ade
67E61D18B2C44F8A3DA35C6D849F9F5F 26FA477D


pgpW4Nh0QN7HI.pgp
Description: PGP signature
-
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


Re: [Ltsp-discuss] I need to remote reboot a LTSP 5 client

2007-08-24 Thread Fajar Priyanto
On Thursday 23 August 2007 19:11:03 Robin Bonin wrote:
 Running LTSP 5 on ubuntu, I need to be able to remote reboot the clients
 (I have some clients inside the ceiling driving some monitors with
 company stats on them). Ltspinfo seems like it is the right answer in
 4.1, but I cant find it on my system. Is there anything else, other than
 running a ssh service on each client?

In LTSP5 + Ubuntu, there's a program called 'student-class-manager'. It gives 
you a list of connected client with a preview of each station's screen. We 
can disconnect/blank the screen/chat with them. Very nice.

-- 
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial 
http://linux2.arinet.org
16:56:27 up 5:30, 2.6.20-16-generic GNU/Linux 
Let's use OpenOffice. http://www.openoffice.org


pgpZYPPMl96ub.pgp
Description: PGP signature
-
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


[Ltsp-discuss] Help on dhcpd.conf for mix env

2007-08-24 Thread Fajar Priyanto
Hello all,
I took this part of dhcpd.conf from Jim Kronebusch yesterday :)
I have a situation where the LTSP5 clients is located in the same network as 
the non-LTSP clients. Therefore I believe we can use the host declaration 
based on MAC address.

But, I'm sure about the correct syntax. I need to setup DHCP on this case:
Clients are divided into 3 groups:
Group A: 192.168.0.1-192.168.0.10 (Non-LTSP clients)
Group B: 192.168.0.50-192.168.0.60 (Non-LTSP clients, notice the gap of IP 
range from Group A).
Group C: 192.168.0.100-192.168.0.130 (LTSP clients).


This is the quoted dhcpd.conf:

authoritative;

# Main LAN IP Range
subnet 10.6.0.0 netmask 255.255.0.0 {
       option domain-name winonacotter.org;
       option domain-name-servers 10.6.1.50;
       option routers 10.6.0.1;
       option subnet-mask 255.255.0.0;
       pool {
               allow unknown-clients;
               range 10.6.253.1 10.6.253.255;
               }
       }
# LTSP5 Clients by Mac address
group {
       use-host-decl-names on;
       deny unknown-clients;
       if substring( option vendor-class-identifier , 0 , 9 ) = PXEClient {
               filename /ltsp/i386/pxelinux.0;
               }
       else {
               filename /ltsp/i386/nbi.img;
               }
       option root-path /opt/ltsp/i386;
       host chsmain1 {
               hardware ethernet 00:1A:4D:2F:A5:78;
               fixed-address 10.6.252.1;
               } 
      }

Cheers.
-- 
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial 
http://linux2.arinet.org
17:04:37 up 5:38, 2.6.20-16-generic GNU/Linux 
Let's use OpenOffice. http://www.openoffice.org


pgpmKZei8Rgaz.pgp
Description: PGP signature
-
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


Re: [Ltsp-discuss] 2 balanced servers

2007-08-24 Thread Asmo Koskinen
Asmo Koskinen kirjoitti:
 After summer we get 
 this two servers at school with 120 thin clients. If I then find 
 something, I let you know.
   

Here, where Santa Claus lives (http://www.santaclaus.fi/?deptid=14561), 
summer is gone. So we are back to school.

I first tried ubuntu (172.23.24.21) and ubuntu2 (172.23.24.22), but now 
I have two servers, both named ubuntu with different ip-numbers. Master 
and slave dhcpd.conf files:

http://www.arkki.info/howto/LTSP-2-servers/dhcpd.conf-master.final.txt
http://www.arkki.info/howto/LTSP-2-servers/dhcpd.conf-slave.final.txt

I use Ubuntu 6.06 LTS and LTSP 4.2.

I have not yet try all the 120 clients at same time (after weekend I 
will), just about 40 clients at same time. And yes, everything seems to 
work, sound by esd and usb-sticks by fuse. Flash 9 do not have sound, 
but never mind.

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


Re: [Ltsp-discuss] 2 balanced servers

2007-08-24 Thread Mikko Jordman
HI,
does this configuration need any other changes bedides these made in 
dhcpd.conf-files. I was just today trying to get two old servers work 
side by
side. Managed to clients get ip from another and then mix the servers during
boot up.
Btw, firewall rules are difficult. I had to turn it off to get on...just to be
sure that firewall is not the reason. This was when I was trying to nfs mount
/home from the primary server.

mikkoj

Lainaus Asmo Koskinen [EMAIL PROTECTED]:

 Asmo Koskinen kirjoitti:
 After summer we get
 this two servers at school with 120 thin clients. If I then find
 something, I let you know.


 Here, where Santa Claus lives (http://www.santaclaus.fi/?deptid=14561),
 summer is gone. So we are back to school.

 I first tried ubuntu (172.23.24.21) and ubuntu2 (172.23.24.22), but now
 I have two servers, both named ubuntu with different ip-numbers. Master
 and slave dhcpd.conf files:

 http://www.arkki.info/howto/LTSP-2-servers/dhcpd.conf-master.final.txt
 http://www.arkki.info/howto/LTSP-2-servers/dhcpd.conf-slave.final.txt

 I use Ubuntu 6.06 LTS and LTSP 4.2.

 I have not yet try all the 120 clients at same time (after weekend I
 will), just about 40 clients at same time. And yes, everything seems to
 work, sound by esd and usb-sticks by fuse. Flash 9 do not have sound,
 but never mind.

 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





-
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


Re: [Ltsp-discuss] Is ltspinfo part of LTSP5?

2007-08-24 Thread Jan Kunder
On 8/23/07, Scott Balneaves [EMAIL PROTECTED] wrote:
 Scott Balneaves wrote:

  It's not on my radar, any of the other ltsp devs want to pick it
  up??

 Meh, now that I think more on it, I don't want to port ltspinfod,
 as most of it's functionality is completely superfluous within
 the context of ltsp5.

Can you pls argue that?
IMHO run ssh  connect just for reboot/halt (a few times a year in
some cases) is time (resources) waste.


 However, lots of people seem to want remote shutdown, so maybe
 I'll spend an hour tonight, and cobble together a quick
 ltsp5 remote shutdown wibbly-bit.

Pls do NOT forget reboot feature.


 I'll cobble together a package and a howto.  It won't make gutsy,
 but the enterprising sysadmin should be able to set it up.

Better than nothing


 Scott
TNX much Scott, for your (and other team) great work for/in/on LTSP!!!

've a nice day!

JK

Ing. Jan Kunder
jan.kunder-HATESPAM-gmail.com
http://www.kunder.sk
http://www.romintegra.sk
http://www.hudakcd.sk
JKjkjk rozpmnqestka

-
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


Re: [Ltsp-discuss] 2 balanced servers

2007-08-24 Thread Asmo Koskinen
Mikko Jordman kirjoitti:
 HI,
 does this configuration need any other changes bedides these made in 
 dhcpd.conf-files.

No. I have just copy everything else from master to the slave. I have 
made accounts with Webmin (this screenshot is from my test pc - 
http://www.arkki.info/howto/LTSP-2-servers/Webmin-users-02.png) and then 
just once again just copied passwd and shadow files from master to the 
slave.

We do not use real/personal accounts, accounts are just for thin 
clients. But we do have personal directories on a NT-server, there is 
icon (J:\\) in every thin clients desktop for access by samba.
 Btw, firewall rules are difficult. I had to turn it off to get on...just to be
 sure that firewall is not the reason. This was when I was trying to nfs mount
 /home from the primary server.
   
I have third nfs-server for /home-directory (named ubuntu3-nfs). I will 
set up fourth rsync-server for /home-backups (named ubuntu4-backup).

There is at least one document for troubleshooting:

http://theseus.sourceforge.net/projects/ets/supplemental.html#Appendix_A_-_Troubleshooting

http://theseus.sourceforge.net/projects/ets/config.html#creating - Step 
5 - System Integration and Test

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


Re: [Ltsp-discuss] 2 balanced servers

2007-08-24 Thread Asmo Koskinen
Asmo Koskinen kirjoitti:
 No. I have just copy everything else from master to the slave.

This works very nice for keeping programs synchronized:

Master:
dpkg --get-selections *  package.list

Slave:
dpkg --set-selections  package.list
apt-get dselect-upgrade

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


[Ltsp-discuss] local application support

2007-08-24 Thread Damien Hull
Is it possible to install/run Firefox on the thin client?



-
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


Re: [Ltsp-discuss] setting SCREEN_02 as the default

2007-08-24 Thread Kai Wollweber
Am Freitag, 24. August 2007 17:10 schrieb José Queiroz:
 Hummm... errr... have you ever thought about swapping screen_01 and
 screen_02, so rdesktop comes out on screen_01, on the selected
 clients? It's easy to do that, said:

 [Rdestop_Default]
 SCREEN_01 = rdesktop
 SCREEN_02 = startx

 [X_Default]
 SCREEN_01 = startx
 SCREEN_02 = rdesktop


Jose wants X11 on SCREEN_01 on all machines:
  I'd prefer to have it so that Ctrl-Alt-F1 always gives me
 Linux, and Ctrl-Alt-F2 always gives me Windows.

IMHO your proposal would not work. We have X11 on SCREEN_01 and rdesktop on 
SCREEN_02, but X11 is not the default desktop. The workstations randomly show 
X11 or Windows login at startup. iI depends on which server responds quicker.

-- 
Kai Wollweber
IGS Eckernförde

-
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


Re: [Ltsp-discuss] Help on dhcpd.conf for mix env

2007-08-24 Thread Jim Kronebusch
On Fri, 24 Aug 2007 17:11:28 +0700, Fajar Priyanto wrote
 Hello all,
 I took this part of dhcpd.conf from Jim Kronebusch yesterday :)
 I have a situation where the LTSP5 clients is located in the same network as 
 the non-LTSP clients. Therefore I believe we can use the host declaration 
 based on MAC address.
 
 But, I'm sure about the correct syntax. I need to setup DHCP on this case:
 Clients are divided into 3 groups:
 Group A: 192.168.0.1-192.168.0.10 (Non-LTSP clients)
 Group B: 192.168.0.50-192.168.0.60 (Non-LTSP clients, notice the gap of IP 
 range from Group A).
 Group C: 192.168.0.100-192.168.0.130 (LTSP clients).

I believe the following should do what you want.  Of course use your domain 
name server,
your router ip, and change mac addresses for fixed hosts.  To add the other 28 
LTSP
clients duplicate this portion for all needed clients:
   host client1 {
   hardware ethernet 00:1A:4D:2F:A5:78;
   fixed-address 192.168.0.100;
   }

I hope this helps you out.  Jim
--dhcpd.conf---

# Main LAN IP Range
subnet 192.168.0.0 netmask 255.255.255.0 {
   option domain-name yourdomain.org;
   option domain-name-servers 192.168.0.254;
   option routers 192.168.0.254;
   option subnet-mask 255.255.255.0;
   pool {
   allow unknown-clients;
   range 192.168.0.1 192.168.0.10;
   }
   pool {
   allow unknown-clients;
   range 192.168.0.50 192.168.0.60;
   }
   }
# LTSP5 Clients by Mac address
group {
   use-host-decl-names on;
   deny unknown-clients;
   if substring( option vendor-class-identifier , 0 , 9 ) = PXEClient {
   filename /ltsp/i386/pxelinux.0;
   }
   else {
   filename /ltsp/i386/nbi.img;
   }
   option root-path /opt/ltsp/i386;
   host client1 {
   hardware ethernet 00:1A:4D:2F:A5:78;
   fixed-address 192.168.0.100;
   }
   host client2 {
   hardware ethernet 00:1A:4D:GF:HR:56;
   fixed-address 192.168.0.101;
   }
  } 

-- 
This message has been scanned for viruses and
dangerous content by the Cotter Technology 
Department, and is believed to be clean.


-
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


Re: [Ltsp-discuss] client reboots continuously on LTSP 5

2007-08-24 Thread jam
On Saturday 25 August 2007 03:07:37 [EMAIL PROTECTED] 
wrote:
  I have a very non-urgent problem with one of my thin clients.  It's a
  P2 233 MHz machine with 160 MB of RAM.  It works fine on LTSP 4.2,
  but doesn't boot on LTSP 5.  It gets to a point where it the screen
  says something about initrd, then it reboots itself.  I can't read
  the messages completely because it goes by so fast.
 
  Any idea where I should start looking?  I successfully booted a P4
  laptop off of this same server as a test.  I've only attempted to
  boot these 2 machines so far.
 
  -Rob

 I have sadly no solution yet to this problem, but I see the same thing
 with two different machine types, one type just stops at the point
 right after the initrd stuff, the other type just reboots at that
 point.

 The serverfarm has about 200 clients, 6-7 types of machines, and these
 two types that give me this trouble is about 15 in number, old
 133Mhz/233Mhz machines but with plenty of ram.

 My solution for these 15 machines is to continue to boot them as ltsp4-2
 machines, the rest boots and works just fine as ltsp5 clients.


No doubt that this is due to the kernel not supporting the old processors.
Ummm I've not seen any *old processor* kernels in ubuntu ??
nightmare 
So compile a kernel that is for (say) i386
use that for the TCs. I've built a kernel deb, it was much harder than 
building a vanilla kernel AND all the splash stuff is (was when I did) not 
documented.
/nightmare

Here is some help http://tigger.ws/wiki/index.php/Ubuntu#A_new_kernel

James

-
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