Olaf Danielsen | 1 May 2006 10:24
Picon

SV: School-linux in Norway - problem with videocard

Thanks!

I will try solution 2, but how do I install a new driver on the thinclient
server without messing up for all the other thinclients?

Is there an easy way to install the driver on the server?

Olaf Danielsen

-----Opprinnelig melding-----
Fra: ltsp-discuss-admin@...
[mailto:ltsp-discuss-admin@...] På vegne av
Peter Billson
Sendt: 30. april 2006 20:49
Til: Olaf Danielsen
Kopi: ltsp-discuss@...
Emne: Re: [Ltsp-discuss] School-linux in Norway - problem with videocard

Olaf,
   1) I believe these should use the i810 driver.

   2) I have had trouble with Dell Optiplex machines because the default 
BIOS setting for the video card memory was set to 1Mb. Setting it to 8Mb 
solved the trouble.

Pete Billson
--

-- 
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting
(Continue reading)

Ben Green | 1 May 2006 11:09
Favicon

Re: SV: School-linux in Norway - problem with videocard

This goes in lts.conf :

[pxe002]
          XSERVER = i810

replacing pxe002 with the name of your client. This will force the driver
to be i810, though if your set up is like one I did the other day, the
chipset is being correctly detected but the driver doesn't work. An
upgrade to the newest LTSP will sorted it out for me, the kernel
(2.6.16.1-ltsp-2) and xorg modules being replaced as a result.

On Mon, 01 May 2006 09:24:33 +0100, Olaf Danielsen <olaf@...> wrote:

> Thanks!
>
> I will try solution 2, but how do I install a new driver on the  
> thinclient
> server without messing up for all the other thinclients?
>
> Is there an easy way to install the driver on the server?
>
> Olaf Danielsen
>

--

-- 
 From Ben Green

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
(Continue reading)

Chris Fanning | 1 May 2006 11:43
Picon

UK schools need LTSP

Hi all,

Thought this might be interesting.

http://news.bbc.co.uk/2/hi/uk_news/education/4960586.stm

Sorry if this is abusing the list.

Cheers.
Chris.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_____________________________________________________________________
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

Lars Madsen | 1 May 2006 16:09
Picon
Picon

LBUS stability


I have a small problem concerning the stability of the two LBUS demons.

Well, rather the lbuscd demon and a non-responsiveness of lbussd.

After a reboot the terminal (in most cases) works just fine. Upon
log-in it probes the floppy and places the floppy folder om the
desktop. USB stick appears (at least if I plug it in and out a few
times) and the IDE-CDROM also works fine (most of the time).

The problems starts, whenever the first user (after a reboot) logs
out, and leaves the terminal to a different user. In several cases
this causes the floppy drive not to be detected upon login. Though

/usr/sbin/lbus_event_handler.sh add block readwrite 1024 Floppy

works fine and it added the floppy and double clicking it give me
access to the floppy.

In other cases, inserting a cdrom is not detected by lbuscd (at least
lbussd is not firing). Again in most cases

/usr/sbin/lbus_event_handler.sh add block readonly 1024 CDROM

does provide access to it. (Though it might not want to release the
CDROM until the terminal is rebooted.)

From what I gather a normal log-in should give you this in ~/.lbussd.out

fifo opened, fd: 4
(Continue reading)

Vla | 1 May 2006 17:45
Picon
Picon

entries in xinitrc

Hello,

i installed ltsp 4.2 local dev on my gentoo ltsp-server. Problem is, i 
have to execute 'sh /etc/X11/xinit/xinitrc.d/lbus-start.sh' in an xterm 
on the client to get my floppy working.

my /etc/X11/xinit/xinitrc after modification:
---------------
  # First try ~/.xinitrc
  if [ -f "$HOME/.xinitrc" ]; then
          XINITRC="$HOME/.xinitrc"
          sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
          exec /bin/sh "$HOME/.xinitrc"
  # If not present, try the system default
  elif [ -n "`/etc/X11/chooser.sh`" ]; then
          sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
          exec "`/etc/X11/chooser.sh`"

-----------------

whats wrong with the entries?

Manfred

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
(Continue reading)

Michael George | 1 May 2006 18:04

Re: entries in xinitrc

Vla wrote:
> Hello,
> 
> i installed ltsp 4.2 local dev on my gentoo ltsp-server. Problem is, i 
> have to execute 'sh /etc/X11/xinit/xinitrc.d/lbus-start.sh' in an xterm 
> on the client to get my floppy working.
> 
> my /etc/X11/xinit/xinitrc after modification:
> ---------------
>  # First try ~/.xinitrc
>  if [ -f "$HOME/.xinitrc" ]; then
>          XINITRC="$HOME/.xinitrc"
>          sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
>          exec /bin/sh "$HOME/.xinitrc"
>  # If not present, try the system default
>  elif [ -n "`/etc/X11/chooser.sh`" ]; then
>          sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
>          exec "`/etc/X11/chooser.sh`"
> 
> -----------------
> 
> whats wrong with the entries?

What do you expect this to do?

I'm no LTSP expert, but your X processes are all running on the LTSP 
server, none on the client.  The presence of that .xinitrc file will be 
the same whether you log in at the console or in a terminal.

What you are after is determining where X is running.  This can be done, 
(Continue reading)

Picon

Auth problems with removable devices

I am running LTSP-4.2 update 1.  Running into a problem I can't solve with removable device support. 

 

I plug a USB stick in, I get the icon for it on my remote desktop, however there are no files in the folder.

 

LOCAL_STORAGE is enabled in lts.conf.

Workstation knows its name.

Hosts are given DHCP reservations and use-host-decl-names is on.

$DISPLAY is correct.

Device shows up in thin workstation's fstab.

All users are in fuse group.

lbussd is running.

Fuse module loaded.

 

When lbus_event_handler.sh add block /tmp 1024 Temp is run, I will get the desktop icon, but nothing shows up in it.  This script fails with an "Authentication failed." error.

 

Any help would be greatly appreciated.

 

__

Stephen C. Moore

System Administrator/IASO

AST TRAC-WSMR

1400 Martin Luther King Blvd.

White Sands Missile Range, NM  88002

(505) 678-7922, dsn: 258-7922

Jim McQuillan | 1 May 2006 20:23

Re: Auth problems with removable devices

Stephen,

What are you running on your server?

Which distro, and which kernel.

For local devices to work with FUSE, you need to have a 2.6 kernel on 
the server.

Jim McQuillan
jam@...

Moore, Stephen C (Contractor) wrote:
>
> I am running LTSP-4.2 update 1.  Running into a problem I can't solve 
> with removable device support. 
>
>  
>
> I plug a USB stick in, I get the icon for it on my remote desktop, 
> however there are no files in the folder.
>
>  
>
> LOCAL_STORAGE is enabled in lts.conf.
>
> Workstation knows its name.
>
> Hosts are given DHCP reservations and use-host-decl-names is on.
>
> $DISPLAY is correct.
>
> Device shows up in thin workstation's fstab.
>
> All users are in fuse group.
>
> lbussd is running.
>
> Fuse module loaded.
>
>  
>
> When lbus_event_handler.sh add block /tmp 1024 Temp is run, I will get 
> the desktop icon, but nothing shows up in it.  This script fails with 
> an "Authentication failed." error.
>
>  
>
> Any help would be greatly appreciated.
>
>  
>
> __
>
> Stephen C. Moore
>
> System Administrator/IASO
>
> AST TRAC-WSMR
>
> 1400 Martin Luther King Blvd.
>
> White Sands Missile Range, NM  88002
>
> (505) 678-7922, dsn: 258-7922
>

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

Picon

RE: Auth problems with removable devices


Running Redhat Enterprise 4.  Kernel 2.6.9-22.0.1.ELsmp

__
Stephen C. Moore
System Administrator/IASO
AST TRAC-WSMR
1400 Martin Luther King Blvd.
White Sands Missile Range, NM  88002
(505) 678-7922, dsn: 258-7922

-----Original Message-----
From: ltsp-discuss-admin@...
[mailto:ltsp-discuss-admin@...] On Behalf Of Jim McQuillan
Sent: Monday, May 01, 2006 12:24 PM
To: Moore, Stephen C (Contractor)
Cc: 'ltsp-discuss@...'
Subject: Re: [Ltsp-discuss] Auth problems with removable devices

Stephen,

What are you running on your server?

Which distro, and which kernel.

For local devices to work with FUSE, you need to have a 2.6 kernel on 
the server.

Jim McQuillan
jam@...

Moore, Stephen C (Contractor) wrote:
>
> I am running LTSP-4.2 update 1.  Running into a problem I can't solve 
> with removable device support. 
>
>  
>
> I plug a USB stick in, I get the icon for it on my remote desktop, 
> however there are no files in the folder.
>
>  
>
> LOCAL_STORAGE is enabled in lts.conf.
>
> Workstation knows its name.
>
> Hosts are given DHCP reservations and use-host-decl-names is on.
>
> $DISPLAY is correct.
>
> Device shows up in thin workstation's fstab.
>
> All users are in fuse group.
>
> lbussd is running.
>
> Fuse module loaded.
>
>  
>
> When lbus_event_handler.sh add block /tmp 1024 Temp is run, I will get 
> the desktop icon, but nothing shows up in it.  This script fails with 
> an "Authentication failed." error.
>
>  
>
> Any help would be greatly appreciated.
>
>  
>
> __
>
> Stephen C. Moore
>
> System Administrator/IASO
>
> AST TRAC-WSMR
>
> 1400 Martin Luther King Blvd.
>
> White Sands Missile Range, NM  88002
>
> (505) 678-7922, dsn: 258-7922
>

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

Picon

RE: Auth problems with removable devices


I don't know if this makes any difference, but the NFS mount for the LTSP
image and the X server they run from are two different machines.

__
Stephen C. Moore
System Administrator/IASO
AST TRAC-WSMR
1400 Martin Luther King Blvd.
White Sands Missile Range, NM  88002
(505) 678-7922, dsn: 258-7922

-----Original Message-----
From: ltsp-discuss-admin@...
[mailto:ltsp-discuss-admin@...] On Behalf Of Moore,
Stephen C (Contractor)
Sent: Monday, May 01, 2006 1:39 PM
To: 'ltsp-discuss@...'
Subject: RE: [Ltsp-discuss] Auth problems with removable devices

Running Redhat Enterprise 4.  Kernel 2.6.9-22.0.1.ELsmp

__
Stephen C. Moore
System Administrator/IASO
AST TRAC-WSMR
1400 Martin Luther King Blvd.
White Sands Missile Range, NM  88002
(505) 678-7922, dsn: 258-7922

-----Original Message-----
From: ltsp-discuss-admin@...
[mailto:ltsp-discuss-admin@...] On Behalf Of Jim McQuillan
Sent: Monday, May 01, 2006 12:24 PM
To: Moore, Stephen C (Contractor)
Cc: 'ltsp-discuss@...'
Subject: Re: [Ltsp-discuss] Auth problems with removable devices

Stephen,

What are you running on your server?

Which distro, and which kernel.

For local devices to work with FUSE, you need to have a 2.6 kernel on 
the server.

Jim McQuillan
jam@...

Moore, Stephen C (Contractor) wrote:
>
> I am running LTSP-4.2 update 1.  Running into a problem I can't solve 
> with removable device support. 
>
>  
>
> I plug a USB stick in, I get the icon for it on my remote desktop, 
> however there are no files in the folder.
>
>  
>
> LOCAL_STORAGE is enabled in lts.conf.
>
> Workstation knows its name.
>
> Hosts are given DHCP reservations and use-host-decl-names is on.
>
> $DISPLAY is correct.
>
> Device shows up in thin workstation's fstab.
>
> All users are in fuse group.
>
> lbussd is running.
>
> Fuse module loaded.
>
>  
>
> When lbus_event_handler.sh add block /tmp 1024 Temp is run, I will get 
> the desktop icon, but nothing shows up in it.  This script fails with 
> an "Authentication failed." error.
>
>  
>
> Any help would be greatly appreciated.
>
>  
>
> __
>
> Stephen C. Moore
>
> System Administrator/IASO
>
> AST TRAC-WSMR
>
> 1400 Martin Luther King Blvd.
>
> White Sands Missile Range, NM  88002
>
> (505) 678-7922, dsn: 258-7922
>

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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


Gmane