Re: [Ltsp-discuss] LTSP 5 - etherboot?

2007-04-25 Thread Peter Childs
On 24/04/07, Peter Childs [EMAIL PROTECTED] wrote:
 On 24/04/07, Peter Childs [EMAIL PROTECTED] wrote:
  On 24/04/07, Anthony M Simonelli [EMAIL PROTECTED] wrote:
   On Mon, 2007-04-23 at 11:10 +0100, Peter Childs wrote:
I'm currently running LTSP 4.2 under Debian 3.1 on a load  of thin
clients (ST320 meant to be the same as Jammin 125s)
   
I would like to upgrade.  I am thinking of using LTSP 5 and Ubuntu.
   
I've come up with a number of problems and some of the docs are
getting a bit old and difficult to adapt to LTSP 5. So maybe there is
some major work there.
   
Problem 1 is my clients have etherboot roms not PXE so I need to
modify the way that works.
   
Problem 2.  my Thin client server is different from my dhcp server how
do I configure my dhcp server up correctly so it can 1 server
different ltsp versions to different clients. Fortunately in my case
my dhcp server is running Linux and I can change it. But I would like
to have multiple thin client servers to spread load and have some
redundancy. (I have two currently that are selected at random using a
xdmcp broadcast using a modified startx script on the server)
   
That seams quite enough for now I really want to be able to run test
LTSP 5 in parell to start with on selected clients get it working
check everything works properly before releasing it to the world (well
the office anyway).
   
Peter.
  
   I'm running LTSP5 at work with both PXE and Etherboot clients.  The
   Etherboot clients use a disk from rom-o-matic.net rather than a NIC with
   an etherboot rom.  I believe the TFTP server, tftpd-hpa, that is
   installed with Ubuntu's LTSP can handle Etherboot and PXE requests, just
   make sure your DHCP server is configured properly.
  
 
  The problem I was having was with the kernel in that I could not get a
  working etherboot ltsp  kernel to work properly with ltsp 5.
 
 
   Look for the file /etc/dhcpd.conf.example for how to setup your DHCP
   server.  'root-path' and 'filename'  are probably the most important
   DHCP parameters if you have multiple LTSP servers so you can specify
   which clients boot from which servers.  The following link has more
   information:
  
   http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN524
  
 
  Why are you pointing me at yet more 4.1 docs?. 4.1 is very old I'm
  running 4.2 and I'm trying to get 5 to work.
 
  Peter
 

 Back to answering ones own question..

 https://help.ubuntu.com/community/UbuntuLTSP/LTSPEtherbootSetup

 Actually I found a whole bunch of docs at

 https://help.ubuntu.com/community/UbuntuLTSP

 which are all very useful if not a little hidden.

 I'm now trying to find some docs on LDM...

 Peter.


Right I've got the etherboot kernel setup using the instructions I found above.

and I've set my dhcp server for one client to

host tc127 {
hardware ethernet 00:50:41:01:4c:bc;
fixed-address 192.168.0.127;
option root-path 192.168.0.33:/opt/ltsp/i386;
filename /ltsp/vmlinuz.etherboot;
next-server 192.168.0.33;
}

only problem now is the client keeps rebooting its self. It must be
doing somthing because if I move the vmlinuz.etherboot file out of the
way it says it can't find the file.

Peter.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Problem with hostnames in DHCP 3

2007-04-25 Thread Noel
Jim McQuillan wrote:
 Better than that, why not read the LTSP wiki page that describes how to 
 get hostnames to be sent to the clients?
  
 http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP#Automatically_assigning_hostname

 Jim McQuillan
 [EMAIL PROTECTED]
   
I've readed and used it.

This is my complete and exact /etc/dhcp3/dhcpd.conf file:

option subnet-mask255.255.255.0;
option broadcast-address  192.168.4.255;
option routers192.168.4.254;
option domain-name-servers192.168.4.254;
option domain-nameltsp;

get-lease-hostnames   true;

next-server   192.168.4.101;
option root-path  192.168.4.101:/opt/ltsp-4.2/i386;

subnet 192.168.4.0 netmask 255.255.255.0 {
range   192.168.4.150   192.168.4.199;
filename lts/2.6.17.8-ltsp-1/pxelinux.0;
}

The workstation is assigned 192.168.4.199, and this is the result of 
check-hostname:

# ./check_hostname.pl 192.168.4.199
hostname: ws199.ltsp
#


But the workstation does not get hostname:

bash-2.05# hostname
(none)
bash-2.05#


Any more idea?

Thanks everybody who is trying

Noel
er Envite

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Chip Card readers for login

2007-04-25 Thread Rolf-Werner Eilert
Just had an idea:

Would it be possible to replace the ordinary login procedure via login 
manager (xdm, kdm, gdm...) by a chip card reader?

We are discussing a way of making thin clients available within the 
ordinary classrooms for the teacher to make classbook entries etc. For 
this limited number of clients, a chip card system for login might be 
quite nice. The other terminals in the house should continue running 
with the common login manager.

As I said: just an idea... :-)

But has anyone here built such a thing?

Thanks for your time!

Rolf

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Monitor problem (Samsung SyncMaster 591sg)

2007-04-25 Thread Donny Christiaan
Dear All,

I have problem with one of my terminal.

I've used Samsung SyncMaster 591sg
(http://www.samsung.com/id/products/monitor/crt/591sg.asp) but it can
not work on my terminal. It goes blank everytime I start the terminal
but I can go to console mode (shell) using Ctrl+Alt+F2. I thought this
is frequency problem (IMHO) ..

Samsung SyncMaster 591sg  Spec:
Horizontal  30~55kHz
Vertical50~120Hz

What is the best lts.conf should I use so my monitor can operate well.

I'm using OpenSuse 10.1 + LTSP 4.2u2

Thanks for your help.

Best Regards,
Donny Christiaan.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Monitor problem (Samsung SyncMaster 591sg)

2007-04-25 Thread Joshua N Pritikin
On Wed, Apr 25, 2007 at 06:56:45PM +0700, Donny Christiaan wrote:
 I've used Samsung SyncMaster 591sg
 (http://www.samsung.com/id/products/monitor/crt/591sg.asp) but it can
 not work on my terminal. It goes blank everytime I start the terminal
 but I can go to console mode (shell) using Ctrl+Alt+F2. I thought this
 is frequency problem (IMHO) ..
 
 Samsung SyncMaster 591sg  Spec:
 Horizontal30~55kHz
 Vertical  50~120Hz
 
 What is the best lts.conf should I use so my monitor can operate well.

No idea. You probably have to experiment. If I have a stubborn monitor 
then I use this:

[old-monitor]
X_HORZSYNC  = 29.29-49.31
X_VERTREFRESH   = 59.93-75

The numbers are from the VESA spec. I have another config which is even 
more conservative which I can look up tomorrow if you want it.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Somewhat Off-Topic - NFS Server failure

2007-04-25 Thread jyoung

I don't think this is actually a problem with ltsp, but I'm just hoping
someone has run into this problem before.

I've imaged an LTSP server running SLES 10 and shipped off this image to
IBM, so I need to deal with this problem about 1800 times without any human
interaction.

The problem is basically this:

Upon first boot of this image, the time gets adjusted 44 hours into the
future (maybe /etc/adjtime...  Doesn't matter why, we can't change the
image).  The NFS service starts up with this time in place and of course so
do all the other services.  When I synch up with an NTP server, and the
time is corrected, LTSP clients will no longer connect to NFS and
successfully boot.  If I set the time back to the future date, thin clients
boot fine (the instant I change the date).

My question is How do I safely correct the time backwards to the correct
time without breaking NFS?

Once again, this is not LTSP's fault, so I understand if no-one can help,
but I figured I'd stick this question out there and see if anyone had come
across this situation before.

One option is to power down the server for 44 hours and then it should
start working again...  Unfortunately, we don't like that option very well.


Jeremy Young
Sr. Programmer/Analyst
O'Reilly Auto Parts
(417) 862-2674 x1858


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Monitor problem (Samsung SyncMaster 591sg)

2007-04-25 Thread Donny Christiaan
Joshua N Pritikin wrote:
 On Wed, Apr 25, 2007 at 06:56:45PM +0700, Donny Christiaan wrote:
 I've used Samsung SyncMaster 591sg
 (http://www.samsung.com/id/products/monitor/crt/591sg.asp) but it can
 not work on my terminal. It goes blank everytime I start the terminal
 but I can go to console mode (shell) using Ctrl+Alt+F2. I thought this
 is frequency problem (IMHO) ..

 Samsung SyncMaster 591sg  Spec:
 Horizontal   30~55kHz
 Vertical 50~120Hz

 What is the best lts.conf should I use so my monitor can operate well.
 
 No idea. You probably have to experiment. If I have a stubborn monitor 
 then I use this:
 
 [old-monitor]
 X_HORZSYNC  = 29.29-49.31
 X_VERTREFRESH   = 59.93-75
 
 The numbers are from the VESA spec. I have another config which is even 
 more conservative which I can look up tomorrow if you want it.

Hi Josh,

Thanks for your reply, I'll try this configuration ...
If you don't mind, I would like to try your another config

Best Regards,
Donny Christiaan.
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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] Chip Card readers for login

2007-04-25 Thread jam
On Thursday 26 April 2007 03:09, [EMAIL PROTECTED] 
wrote:
 Just had an idea:

 Would it be possible to replace the ordinary login procedure via login
 manager (xdm, kdm, gdm...) by a chip card reader?

 We are discussing a way of making thin clients available within the
 ordinary classrooms for the teacher to make classbook entries etc. For
 this limited number of clients, a chip card system for login might be
 quite nice. The other terminals in the house should continue running
 with the common login manager.

 As I said: just an idea... :-)

 But has anyone here built such a thing?

 Thanks for your time!

Rolf
GDM can autologin via an external program. No doubt KDM can too. 
So just connect your autologin to the program that reads the card reader
James

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_
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