[Ltsp-discuss] LTSP4.1: Poor color in Windows 2003 Server

2005-02-28 Thread ROBERT HANSON
Hi friends, I allready installed LTSP Server and conected well with Windows 2003 Server,but it has poor color (only 8Bit). I try to change the color depth in windows 2003 server by doing: 1. Under Terminal Service > Limit Maximum Color Depth > 16 Bit 2. adding X_COLOR_DEPTH = 16 into /opt/lts/i38

[Ltsp-discuss] RE: client booting problems

2005-02-28 Thread Krsnendu dasa
Problem one: I boot a client using a via etherboot disk The machine gets IP address and starts downloading system. Then it says. Detected E100:Eth0:IntelEPro/100 network connection Running DHCP on port 67 Then it freezes. Any clues how to proceed from here? Problem 2: Some clients boot okay but t

Re: [Ltsp-discuss] Client logging at runlevel 3?

2005-02-28 Thread Sudev Barar
On Mon, 2005-02-28 at 15:56 +, John Horne wrote: > Hello, > > Does anyone have any ideas about how I can see which clients are using > an LTSP server if the clients are configured to only be at runlevel 3? > > I am currently going through the list archives and google, but it all > seems to re

[Ltsp-discuss] Upgrading OOo

2005-02-28 Thread Robert Arkiletian
In order to upgrade OOo from 1.0.2 to 1.1.4 without deleting the old installation one can install the new OOo to /usr/local and do a couple of mods to to /usr/bin/ooffice and .sversionrc. I can edit ooffice with these mods #OOVERSION=1.0.2 OOVERSIONRC="$HOME/.sversionrc" #OOHOME="$HOME/.openoffi

Re: [Ltsp-discuss] RE: Question Regarding Linux Mandrake 10.0

2005-02-28 Thread Eugene Coetzee
Murray Saul wrote: I have been working with ltsp with Linux Mandrake 10.0, and do not get the kernel to boot (just something like Loading 192.168.2.179://tftpboot/lts/vmlinuz-2.4.26-ltsp-2 ) You need in /etc/dhcpd.conf something like : host ws002 { hardware ethernet 00:08:A1:4E:8C:69; fi

Re: [Ltsp-discuss] High Availablity LTSP

2005-02-28 Thread Dan Stromberg
On Sat, 2005-02-26 at 14:30 -0500, [EMAIL PROTECTED] wrote: > > If you want to make it even more bullet-proof you could have two such > > servers, and link them together using RAID-1 over enbd > > (enbd.sourceforge.net). So you run a network raid-1 over a physical > > raid-5. You must only mount th

Re: [Ltsp-discuss] High Availablity LTSP

2005-02-28 Thread Dan Stromberg
On Sat, 2005-02-26 at 14:30 -0500, [EMAIL PROTECTED] wrote: > > If you want to make it even more bullet-proof you could have two such > > servers, and link them together using RAID-1 over enbd > > (enbd.sourceforge.net). So you run a network raid-1 over a physical > > raid-5. You must only mount th

[Ltsp-discuss] RE: Question Regarding Linux Mandrake 10.0

2005-02-28 Thread Murray Saul
I have been working with ltsp with Linux Mandrake 10.0, and do not get the kernel to boot (just something like Loading 192.168.2.179://tftpboot/lts/vmlinuz-2.4.26-ltsp-2 ) I have checked config, made changes for dhcpd.conf, fixed pathname to include tftpboot to allow to find kernel, but

Re: [Ltsp-discuss] Show Workstation screens

2005-02-28 Thread Christian Collins
This may be a start... http://translate.google.com/translate?u=http%3A%2F%2Fwww.linux-in-der-schule.de%2Fvnc-eye&langpair=de%7Cen&hl=en&c2coff=1&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Breshears Doug P wrote: Is there anybody willing/able to turn the vnc-eye docs into English? I for one would be

Re: [Ltsp-discuss] Show Workstation screens

2005-02-28 Thread Richard Bos
Op maandag 28 februari 2005 21:43, schreef Breshears Doug P: > s there anybody willing/able to turn the vnc-eye docs into > English? I for one would be very grateful. Try: http://babelfish.altavista.com/babelfish/tr?url=http%3A//www.linux-in-der-schule.de/vnc-eye/&lp=de_en -- Richard Bos Without

RE: [Ltsp-discuss] Show Workstation screens

2005-02-28 Thread Breshears Doug P
Is there anybody willing/able to turn the vnc-eye docs into English? I for one would be very grateful. Doug Breshears -- I've written exactly for this a tool named "vnc-eye" - perhaps you understand a little bit of german, so you can look

Re: [Ltsp-discuss] Questions regarding NetVista 8364-EXX

2005-02-28 Thread Torsten E.
Hi there, Torsten E. scribbled on 28.02.2005 08:52: Good morning, this morning I was asked if an IBM NetVista 8364 TC could be used with LTSP-4.1. It does not support PXE, but TFTP & BOOTP ... I got some steps ahead ... ;) First of all I got an software package with vmlinux-2.4.19-LTSP-IBMNC incl

Re: [Ltsp-discuss] NFS swap patch for kernel-2.4.28 or kernel-2.6.8

2005-02-28 Thread Kanwar Ranbir Sandhu
On Mon, 2005-28-02 at 10:34 +0100, Jesper Berth wrote: > Wouldn't be possible to maybe pay someone to make the patch ?? Like > sponsors or donations to a paypal account ?? The guys at Symbio Technologies have already done this. I though they had already made their solution available under the G

[Ltsp-discuss] CORBA error

2005-02-28 Thread Dunc
I'm getting a new error with two of my users. After logging in (gdmgreeter, gnome desktop, fedora core 3) they get the following error: adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 Clicking OK on the dialog merely opens up another dialog box with the sa

[Ltsp-discuss] Client logging at runlevel 3?

2005-02-28 Thread John Horne
Hello, Does anyone have any ideas about how I can see which clients are using an LTSP server if the clients are configured to only be at runlevel 3? I am currently going through the list archives and google, but it all seems to relate to using sessreg and the X window server. With runlevel 3 ther

Re: [Ltsp-discuss] Newbie: background job not running

2005-02-28 Thread John Horne
On Mon, 2005-02-28 at 08:40 -0500, Jim McQuillan wrote: > > I think when the rc.local script exits, it takes any child processes > with it. When you don't use the sleep cmd, the ntpdate probably > finishes fast enough, before the rc.local exits. > Yup, that makes sense. > You could try spawning

Re: [Ltsp-discuss] Newbie: background job not running

2005-02-28 Thread Jim McQuillan
John, I think when the rc.local script exits, it takes any child processes with it. When you don't use the sleep cmd, the ntpdate probably finishes fast enough, before the rc.local exits. You could try spawning something from inittab. Take a look at how the start_printer scripts run. You just

[Ltsp-discuss] Newbie: background job not running

2005-02-28 Thread John Horne
Hello, Running LTSP 4.1 I have created an rc.local file to set some things on a test PC (UK keyboard type, etc) which is running at runlevel 3. I am trying to set the time using 'ntpdate', which is no problem. However, I was going to run a background process to ensure that the time remained correc

Re: [Ltsp-discuss] problem with a 3Com 3c905C-TX/TX-M [Tornado]

2005-02-28 Thread Enrico Teotti
Today I've checked again... On the client I see a message about a DHCP search... then someother quick messages... they're so quickly I can't read them. This is the syslog while the client start the PXE boot: Feb 28 10:11:05 prometeo dhcpd: DHCPDISCOVER from 00:04:75:99:fb:61 via eth0 Feb 28 10:11:0

Re: [Ltsp-discuss] The /linuxrc script on LTSP-4.1

2005-02-28 Thread Marvin T. Pascual
[EMAIL PROTECTED] said: > > I had some luck with simply putting a custom rc startup in the ltsp-config. > I ran into other problems with jumboframes, but this might work for you > with some small modifications. I'm using ltsp 3.0.15... Best of luck. Well, what I did as the root user was: [1] c

Re: [Ltsp-discuss] NFS swap patch for kernel-2.4.28 or kernel-2.6.8

2005-02-28 Thread Jesper Berth
Jim McQuillan wrote: On Sat, 26 Feb 2005, Marvin T. Pascual wrote: Hello all, Where can I download the NFS swap patch for kernel-2.4.28 or kernel-2.6.8? Well, unfortunately, you can't. I've been keeping the nfs-swap patch updated, and i've only taken it as far as 2.4.26. It may patch a 2.4