[Ltsp-discuss] deal on EeePC

2008-11-24 Thread Rob Owens
I'm posting this because I know some folks have mentioned using the
EeePC as a thin client.

www.newegg.com has a deal on Dec 1 where if you buy a Xerox 6130 color
laser printer (currently $374, free shipping) you get a free EeePC
(4G-BK029, 7 screen model).

The printer's got good ratings, so it seems like a pretty sweet deal.

-Rob


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you are not the addressee, any disclosure, reproduction,
copying, distribution, or other dissemination or use of this transmission in
error please notify the sender immediately and then delete this e-mail.
E-mail transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted lost, destroyed, arrive late or
incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard copy
version.




-
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=100url=/
_
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] LTSP over WAN

2008-11-24 Thread Peter Scheie
Go to the #ltsp IRC chat and ask.  The folks from Revolution Linux, who do LTSP 
clustering, can often be found hanging out there.

Peter

Ian Pascoe wrote:
 I've been reading up on LTSP Clustering, and that seems to imply that the
 user authetication can be centralised.  Whether that would work in my
 scenario of a WAN I don't know.
 
 Any LTSP Cluster Users lurking here who could comment please?
 
 Ian
 
 -Original Message-
 From: Sudev Barar [mailto:[EMAIL PROTECTED]
 Sent: 21 November 2008 05:52
 To: ltsp-discuss@lists.sourceforge.net
 Subject: Re: [Ltsp-discuss] LTSP over WAN
 
 
 2008/11/21 Michael Blinn [EMAIL PROTECTED]:
 We have such a setup. Like you say, I put an applications server at
 each location.  Each user has a preconfigured 'default' location, and
 their /home/$USER is stored on the local applications server. Then, at
 each remote location, they have their home directory set to
 /remote/$USER, which is an autofs NFS mount back to their 'default'
 location.

  It works pretty well, considering we're loading /home/$USER over
 just a T1 -- I turned off Firefox's disk caching to prevent ~/.mozilla
 getting too large and caching over the WAN. It takes awhile to log in
 (maybe 20-30 seconds) but once you're up and running it's very fast.

 
 Interesting. Would love to know more.
 
 In our setup since bandwidth costs were beyond our budget we run and
 hourly rsync of /home in round robin fashion syncing A--B--C--D--A
 servers respectively at 00, 15, 30 and 45 minutes past the hour. Since
 travel time between sites is minimum an hour this works pretty much
 okay. However we are yet to get to solving the issue of authentication
 changes when users change a pass word at one location ...we are
 testing LDAP master slave combination.
 
 --
 Regards,
 Sudev Barar
 Read http://blog.sudev.in for topics ranging from here to there.
 
 PS: I know most of people do not follow email niceties (mostly they
 are not aware) but if you follow bottom post/in-line post style of
 email conversations it becomes a whole lot easier to carry on
 meaningful dialogue and you can snip out what is not meaningful too.
 Most people just hit reply button and top post leaving prior message
 appended uselessly at bottom. See if you can adopt this style and
 persuade others. In case you are already doing this . great,
 spread the message.
 
 -
 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=100url=/
 _
 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 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=100url=/
 _
 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 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=100url=/
_
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] Black screen after failed login

2008-11-24 Thread Gian Carlo Stagni
Steve Cayford ha scritto:
 Recently I've started hitting this problem on Ubuntu 8.04.
I use Debian Lenny.

 If I attempt to login to a client with a bad password, the LDM login screen 
 displays the message Verifying password, please wait..
I had the same problem... until TODAY! :-)
In the net I've found the tip of adding NumberOfPasswordPrompts 1 to
the ssh client config file of the ltsp-client (/etc/ssh/ssh_config of
the chrooted file system).
The default is NumberOfPasswordPrompts 3.

Now, if there is an error in username/password, in a few seconds the
user has back a new LDM login screen.

gc :-)


-
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=100url=/
_
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] Black screen after failed login

2008-11-24 Thread Steve Cayford
Gian Carlo Stagni wrote:
 Steve Cayford ha scritto:
 Recently I've started hitting this problem on Ubuntu 8.04.
 I use Debian Lenny.
 
 If I attempt to login to a client with a bad password, the LDM login screen 
 displays the message Verifying password, please wait..
 I had the same problem... until TODAY! :-)
 In the net I've found the tip of adding NumberOfPasswordPrompts 1 to
 the ssh client config file of the ltsp-client (/etc/ssh/ssh_config of
 the chrooted file system).
 The default is NumberOfPasswordPrompts 3.
 
 Now, if there is an error in username/password, in a few seconds the
 user has back a new LDM login screen.
 
 gc :-)
 

That sounds promising. I'll give it a shot.

Thanks.

-
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=100url=/
_
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] GDM LTSP4.2 Autologin

2008-11-24 Thread gabriel lopez

I am in the process of installing LTSP4.2 on Mandriva 2009. There has been 
problem because i has not found specific instructions for Mandriva 2009 but 
Instructions for Mandriva 2006 and 2007 work 95% of the time.
What i have to solve now is autologin on some terminals.
I have tried instructions for KDM and GDM and none works.
I has gone back to GDM  and use this instructions:

#
Create a user ID for each client machine that will autologin. This how-to 
assumes the IDs are auto1, auto2, auto3, etc. 
Create the /usr/bin/autologin script. This script figures out which client it's 
running on and then passes a correpsonding login ID to GDM for the autologin. 
Here's a sample script, which you can modify to suit your needs: 
autologin script--
#!/bin/bash
 CLIENT=$(echo $DISPLAY || cut -d. -f1)
 case $CLIENT in
 ws001)disp=auto1;;
 ws002)disp=auto2;;
 ws003)disp=auto3;;
 esac
 echo $disp

 Be sure the $disp variable is being set to valid user IDs you created in the 
previous step.  Remember to make the autologin script executable ('chmod +x 
/usr/bin/autologin').
Modify /etc/gdm/custom.conf and add the following settings under the daemon and 
security sections. Be sure to include the pipe character at the end of the 
TimedLogin line.* 
---custom.conf
 daemon
 
AutomaticLoginEnable=true
 TimedLoginEnable=true
 TimedLogin=/usr/bin/autologin|
 TimedLoginDelay=30

 security

 AllowRemoteAutoLogin=true

Restart GDM. This will kick all users, including you at the console, off the 
system and send them back to the login screen. As such, it's best if you switch 
to a command prompt console by pressing Ctrl-Alt-F1, and login in as root, if 
you aren't already. Then, restart gdm: 
  gdm-restart

###

There are other similar procedures that i has tried too without luck.

The problem is that i can see the login screen on the terminal and a message 
that say somthiong like
root wil login in 30,29, seconds but root never login and th message 
start again root wil login in 30,29, seconds and so on. I DO NOT WANT TO 
LOGIN AS ROOT BUT AS A REGULAR USER. auto1 in this case.

What i thing is that something is missing because i do not see how the value 
auto1 stores in $disp on the screen, is passed to GDM as the name of the user 
i want lo login as.

Any help?






_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline-
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=100url=/_
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] LTSP4.2 autologin

2008-11-24 Thread gabriel lopez


GDM LTSP4.2 Autologin‏



De:




gabriel lopez ([EMAIL PROTECTED])




Enviado:
viernes, 21 de noviembre de 2008 03:59:32 p.m.


Para: 
LTSP (ltsp-discuss@lists.sourceforge.net)












I am in the process of installing LTSP4.2 on Mandriva 2009. There has
been problem because i has not found specific instructions for Mandriva
2009 but Instructions for Mandriva 2006 and 2007 work 95% of the time.
What i have to solve now is autologin on terminals.
I have tried instructions for KDM and GDM and none works.
I has gone back to GDM  and use this instructions:

#
Create a user ID for each client machine that will autologin. This how-to 
assumes the IDs are auto1, auto2, auto3, etc. 
Create
the /usr/bin/autologin script. This script figures out which client
it's running on and then passes a correpsonding login ID to GDM for the
autologin. Here's a sample script, which you can modify to suit your
needs: 
autologin script--
#!/bin/bash
 CLIENT=$(echo $DISPLAY || cut -d. -f1)
 case $CLIENT in
 ws001)disp=auto1;;
 ws002)disp=auto2;;
 ws003)disp=auto3;;
 esac
 echo $disp

 Be
sure the $disp variable is being set to valid user IDs you created in
the previous step.  Remember to make the autologin script executable
('chmod +x /usr/bin/autologin').
Modify /etc/gdm/custom.conf and add
the following settings under the daemon and security sections. Be sure
to include the pipe character at the end of the TimedLogin line.* 
---custom.conf
 daemon
 
AutomaticLoginEnable=true
 TimedLoginEnable=true
 TimedLogin=/usr/bin/autologin|
 TimedLoginDelay=30

 security

 AllowRemoteAutoLogin=true

Restart
GDM. This will kick all users, including you at the console, off the
system and send them back to the login screen. As such, it's best if
you switch to a command prompt console by pressing Ctrl-Alt-F1, and
login in as root, if you aren't already. Then, restart gdm: 
  gdm-restart

###


The problem is that i can see the login screen on the terminal and a message 
that say somthiong like
root
wil login in 30,29, seconds but root never login and th message
start again root wil login in 30,29, seconds and so on. I DO NOT
WANT TO LOGIN AS ROOT BUT AS A REGULAR USER. auto1 in this case.

What i thing is that something is missing because i do not see how the value 
auto1 stored in $disp on the script, is passed to GDM as the name of the user 
i want lo login as.

Any help?
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE-
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=100url=/_
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] [ltsp-discuss] Network clients stop responding for a while after 4 or 5 units boot up

2008-11-24 Thread Mark David Dumlao
On Thu, Nov 20, 2008 at 7:36 AM, jam [EMAIL PROTECTED] wrote:

  Previously I configured my DNS under bind. However, I noticed that after
  booting 4 or 5 thin clients, bind9 would magically stop replying to
  queries. At this point, sudo would become very slow and few of my clients
  would be able to boot or even get IP addresses from the server.
 
  Neither dhcp3-server nor sudo should be making DNS lookups. My hosts file
  looks like so:
 
  ===
  127.0.0.1localhost

  127.0.1.1mars.schoolsite.localmars
 
  192.168.1.8mars.schoolsite.localmars
  192.168.11.254mars.schoolsite.localmars

 [snip]
 So who is mars 127.0.0.1, 182.168.1.9 or 192.168.11.254
 Don't know if THIS causes your problem, I've never tried something as umm
 not-
 clever as this. But this is NOT good

Wait, what?

/etc/hosts entries shouldn't kill bind, no matter what. And my nsswitch.conf
clearly picks files before dns.

===
[EMAIL PROTECTED]:~$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc Name Service Switch' for information about this file.

passwd: compat
group:  compat
shadow: compat

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis
===
mars is the name of the server.
mars.schoolsite.local is the fqdn.

127.0.1.1 is a localhost alias. It's a default fill-me-in entry in ubuntu.
the two other addresses are hostnames of the different interfaces.

Now if you have DNS why is there an entry for mars in /etc/hosts. That is
 not
 BAD but certainly not GOOD. See /etc/nsswitch.conf

I have no idea why it is not good to have a host entry in case your dns goes
down.
-
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=100url=/_
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] LTSP 4.2 ctrl+alt+F2 gone

2008-11-24 Thread gabriel lopez

The problem was my fault. In order to have correctly displayed on KDE, (bottom 
right corner of the screen) the flag of the country (on the terminals), because 
 ERR was displayed instead. I copied from Mandriba 2009 
/usr/share/X11/xkb/symbols over /opt/ltsp/i386/etc/X11/xkb/symbols.
Then the country flag displayed correctly (on the terminals) and i was able to 
change from US keyboard to ES just by clicking on the flag. BUT, this produced 
the unwanted behavior i had described.

Thanks for the help.
Gabriel Lopez


 From: [EMAIL PROTECTED]
 To: ltsp-discuss@lists.sourceforge.net
 Subject: RE: [Ltsp-discuss] LTSP 4.2 ctrl+alt+F2 gone
 Date: Fri, 31 Oct 2008 18:27:58 +
 
 
 Thanks.
 I will do a new install to try to see if it happend again. I have a ltsp4.2 
 on Mandriva 2007.1 running perfectly for more than 2 years. Maybe is 
 something particular to Mandriva 2009 or i might set something wrong without 
 knowing
 
 Gabriel
 
  Date: Fri, 31 Oct 2008 10:52:57 -0400
  From: [EMAIL PROTECTED]
  To: ltsp-discuss@lists.sourceforge.net
  Subject: Re: [Ltsp-discuss] LTSP 4.2 ctrl+alt+F2 gone
  
  Hmm, I wonder if there are some security settings in XDMCP or gdm.conf
  that are specific to Mandriva.  I have used SCREEN_02=shell on a few
  LTSP 4.2 systems and haven't experienced the problem you're having
  (Ubuntu, Debian, CentOS, and I think Mandrake 10.0).  I don't know what
  could be causing it.
  
  -Rob
  
  gabriel lopez wrote:
  I did SCREEN_01=startx and SCREEN_02=shell
  Stil can not change on client (WS) from graphic login screen to shell  
  (ctrl+alt+F2) unless i login on graphic session.
  Thanks
  Gabriel
  
  
  Date: Fri, 31 Oct 2008 07:46:30 -0400
  From: [EMAIL PROTECTED]
  To: ltsp-discuss@lists.sourceforge.net
  Subject: Re: [Ltsp-discuss] LTSP 4.2 ctrl+alt+F2 gone
 
 
  gabriel lopez wrote:
  I am trying to install Ltsp 4.2 on Mandriva 2009 using a guide wrote for 
  Mandriva 2006 so some things should be different. I am using GDM and has 
  set lts.conf to have two SCREEN_01=startx and SCREEN_02=telnet.
  The graphical login screen is displayed on the client (WS) asking for 
  user and password but i can not switch to the telnet one with 
  ctrl+alt+F2 because there is no response at all for this key combination 
  unless i login into the graphical screen first.
  I has tried changing to KDM also setting the first screen to telnet and 
  the second to startx and the problem persist.
  If i set both screens to telnet, i can switch from one to the other 
  ctrl+alt+F2 ctrl+alt+F1 without problem and without the need to login 
  first.
 
  So i must has been done something that cause the graphical login screen 
  to do not pay attention to the key sequence ctrl+alt+F2 or ctrl+alt+F2. 
  but it does reboot the graphical login screen with ctrl+alt+--.
 
  Any idea.
 
  Try setting SCREEN_02=shell and see if you have the same problem.
 
  -Rob
  
 
  The information transmitted is intended only for the person or entity to
  which it is addressed and may contain confidential and/or privileged
  material. If you are not the addressee, any disclosure, reproduction,
  copying, distribution, or other dissemination or use of this transmission 
  in
  error please notify the sender immediately and then delete this e-mail.
  E-mail transmission cannot be guaranteed to be secure or error free as
  information could be intercepted, corrupted lost, destroyed, arrive late 
  or
  incomplete, or contain viruses.
  The sender therefore does not accept liability for any errors or omissions
  in the contents of this message which arise as a result of e-mail
  transmission. If verification is required please request a hard copy
  version.
 
  
 
 
  -
  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=100url=/
  _
  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
  
  _
  Connect to the next generation of MSN Messenger 
  http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's 
  challenge
  Build the coolest Linux based applications with Moblin SDK  

[Ltsp-discuss] GDM LTSP4.2 Autologin

2008-11-24 Thread gabriel lopez

I am in the process of installing LTSP4.2 on Mandriva 2009. There has been 
problem because i has not found specific instructions for Mandriva 2009 but 
Instructions for Mandriva 2006 and 2007 work 95% of the time.
What i have to solve now is autologin on some terminals.
I have tried instructions for KDM and GDM and none works.
I has gone back to GDM  and use this instructions:

#
Create a user ID for each client machine that will autologin. This how-to 
assumes the IDs are auto1, auto2, auto3, etc. 
Create the /usr/bin/autologin script. This script figures out which client it's 
running on and then passes a correpsonding login ID to GDM for the autologin. 
Here's a sample script, which you can modify to suit your needs: 
autologin script--
#!/bin/bash
 CLIENT=$(echo $DISPLAY || cut -d. -f1)
 case $CLIENT in
 ws001)disp=auto1;;
 ws002)disp=auto2;;
 ws003)disp=auto3;;
 esac
 echo $disp

 Be sure the $disp variable is being set to valid user IDs you created in the 
previous step.  Remember to make the autologin script executable ('chmod +x 
/usr/bin/autologin').
Modify /etc/gdm/custom.conf and add the following settings under the daemon and 
security sections. Be sure to include the pipe character at the end of the 
TimedLogin line.* 
---custom.conf
 daemon
 
AutomaticLoginEnable=true
 TimedLoginEnable=true
 TimedLogin=/usr/bin/autologin|
 TimedLoginDelay=30

 security

 AllowRemoteAutoLogin=true

Restart GDM. This will kick all users, including you at the console, off the 
system and send them back to the login screen. As such, it's best if you switch 
to a command prompt console by pressing Ctrl-Alt-F1, and login in as root, if 
you aren't already. Then, restart gdm: 
  gdm-restart

###

There are other similar procedures that i has tried too without luck.

The problem is that i can see the login screen on the terminal and a message 
that say somthiong like
root wil login in 30,29, seconds but root never login and th message 
start again root wil login in 30,29, seconds and so on. I DO NOT WANT TO 
LOGIN AS ROOT BUT AS A REGULAR USER. auto1 in this case.

What i thing is that something is missing because i do not see how the value 
auto1 stores in $disp on the screen, is passed to GDM as the name of the user 
i want lo login as.

Any help?






_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE-
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=100url=/_
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] cannot get LTSP to install

2008-11-24 Thread joe mears
Jordan,
   TY for the reply, you wouldn't happen to have a URL to the Alternate CD
would you?

Best Regards,

Jose
On Tue, Nov 18, 2008 at 7:40 PM, Jordan Erickson 
[EMAIL PROTECTED] wrote:

 Jose,

 AFAIK 8.10 behaves the same as earlier versions - you need to download
 the Alternate installation CD to get LTSP installation options.


 Cheers,
 Jordan/Lns

 joe mears wrote:
  Help please,
 
  I've downloaded the http://releases.ubuntu.com/releases/8.10/;, from
  here:
 
  https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall
 
  I then burn the ISO to a cd and run it, the only problem I see is that
  theres no LTSP sfotware on the disk. When I hit F4 for more modes,
  LTSP isn't an option. Can anyone tell me where I can get a good copy
  of LTSP please?
 
  Regards,
 
  Jose
  
 
  -
  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=100url=/
  
 
  _
  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
 


 --
 Jordan Erickson
 Owner, Logical Networking Solutions
 http://www.logicalnetworking.net
 707-636-5678

 Latest LNS Blogs - http://blogs.logicalnetworking.net

Intel and HP team up to roll out Green PCs for the enterprise
Mozilla Thunderbird Add-on Signature Switch
Will Windows 7 be another Mojave Experiment?


 -
 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=100url=/
 _
 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 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=100url=/_
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] Streaming (on demand) applications - natural development from local applications

2008-11-24 Thread Krsnendu dasa
The example below is from the Microsoft world, but it illustrates a feature
/ direction that could be very powerful with LTSP.

I was discussing with an IT expert at school about how to deliver some
multimedia programs we are given by the Ministry of Education here in New
Zealand.

What does the software do:
Every 2 months or so a new title comes out on CD. Each CD contains several
interactive stories. Basically, you read the story on the screen and you can
also listen to the story by clicking the text. By clicking on highlighted
words you can also hear a definition of the word. Finally, you get to do
activities related to the story, such as making a comic strip or writing a
letter.

Technical details:
The software only runs on windows (almost runs on wine). It is created with
Shockwave Director and runs as a standalone exe file with accompanying media
files (MP3s etc.) In total each program takes up about 100MB on disk. Due to
the multimedia nature of the program it is not suitable for thin client use.
I have tried running it with LTSP wine and using MS terminal services. In
both cases latency is a problem. When I mouse over an image, it takes about
a second for the corresponding audio to play.

Traditional approach:
The traditional approach to implementing such programs is to have locally
installed windows xp workstations. A windows  xp image is created containing
these programs. The operating system is installed by copying the image to
the workstations over the network. This is copying of the image is generally
only done once, but needs to be done again everytime a new program is
installed on the image, or in the case where a workstation has operating
system or software problems.

Problem with traditional approach:
The problem is that every time a new CD comes out from the Ministry of
Education, we have to update our image and copy it over to all the PCs on
the network. The image keeps getting bigger, even though only a few people
will actually want to use this program.

Suggested solution (Virtualised On-demand Applications):
Instead of  installing the programs in the image,the applications are
virtualized, allowing them to run without installation. This keeps the image
and image size constant. When a user wants to run a particular program, the
program is copied to the local harddrive (could also be ramdisk or flash
drive) to be run locally.
I didn't ask what software you use to do this, but on wikipedia I found that
VMWare has a program called ThinApp and MS has a similar program.
http://en.wikipedia.org/wiki/Application_virtualization
http://en.wikipedia.org/wiki/Application_streaming
I am not sure what is available on linux to do this.
http://searchenterprisedesktop.techtarget.com/tip/0,289483,sid192_gci1328103,00.html

Advantages:
You get the advantage of a locally run application without bloating the
system image (ie space needed on the workstation). You also get the
advantage of a centrally managed system without having to push out images
everytime a new program gets installed.

Thoughts for LTSP (Lowfat clients (DRBL) -- Local Apps -- On-demand Apps):
***
The trouble with lowfat clients is that all the programs you want to run
have to be installed on the local machine. The more programs you want to run
the more RAM you need and the longer it takes to download the system on
boot. The whole system has to download even if you are not going to use all
the programs.

Local apps minimise this problem by running most programs on the server, but
once again any program that you want to run must be downloaded with the
system. In the case I described above this would become unmanageable. 100MB
added to the system for each program would soon fill up RAM. And these
programs are only used by a small number of users and only one at at time.
Streaming (on demand) applications for LTSP:
With on-demand applications, the size of the system image can be minimized.
If someone chooses to run a program that needs to run locally, it is copied
to the RAM disk (or local media) on the client to run locally. This way a
range of locally runable applications is available to everyone, but still
the system requirements are less for the clients (one of the original
advantages of LTSP), because each person is only storing locally the
programs they need to run right now.

What does everyone think? Isn't this a natural development for LTSP?
-
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=100url=/_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  

[Ltsp-discuss] LTSP5 - ldm: su user problem

2008-11-24 Thread Peter Stein
Recently, I had some trouble working with ltsp:

I logged in on one of the ldm-servers I specified. Then I changed the user
and tried to open a program:

[EMAIL PROTECTED]:/amnt/home/Peter.Stein$ su ripley*
*Password: *
*Last login: Thu Nov 20 15:16:38 2008 on pts/5*
[EMAIL PROTECTED]:/amnt/home/Peter.Stein$ vim*
*X connection to localhost:14.0 broken (explicit kill or server shutdown).*

This also happens with root. So it is not possible to start a program as
another user. This doesn't affect a normal user, but of course the
administrators. ldm uses a secure ssh channel which is created by the user
who logs in via ldm. That probably causes the problem. A possible workaround
might be to identify `su user` with `ssh [EMAIL PROTECTED], but I am not sure
if that has other implications.
Did anyone of you find a proper way to deal with this problem?

Best regards


Peter Stein

LMU Muenchen
RBG ASC
-
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=100url=/_
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] cannot get LTSP to install

2008-11-24 Thread David Burgess
On Wed, Nov 19, 2008 at 9:20 AM, joe mears [EMAIL PROTECTED] wrote:
 Jordan,
TY for the reply, you wouldn't happen to have a URL to the Alternate CD
 would you?




It's at the link you quoted in your original message. You just have to
scroll down the page a little:

  I've downloaded the http://releases.ubuntu.com/releases/8.10/;


db

-
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=100url=/
_
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] LTSP5 - ldm: su user problem

2008-11-24 Thread Steve Cayford
Peter Stein wrote:
 Recently, I had some trouble working with ltsp:
 
 I logged in on one of the ldm-servers I specified. Then I changed the
 user and tried to open a program:
 
 /[EMAIL PROTECTED]:/amnt/home/Peter.Stein$ su ripley/
 /Password: /
 /Last login: Thu Nov 20 15:16:38 2008 on pts/5/
 /[EMAIL PROTECTED]:/amnt/home/Peter.Stein$ vim/
 /X connection to localhost:14.0 broken (explicit kill or server shutdown)./
 

I think you're just running into the issue with credentials for X. Have
you tried gksu or gksudo instead of su?

-Steve


-
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=100url=/
_
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