Olav Øiehaug | 24 Jan 2003 21:14
Picon

Re: OOo don't start

Fredag 24. januar 2003 19:55 skreiv garry:
> On Fri, 2003-01-24 at 17:59, Olav Øiehaug wrote:
> > At our school we have about 20 clients running on a RedHat7.3 server with
> > LTSP kernel 3.0.5. We use KDE 3.
> > The users /home is on another server.
> > We use NIS and NFS
> >
> > When I install Open Office for the users there is about one out of 15
> > that don't start. I have tried to delete the OOo directory in
> > /home/"user" plus the .sversionrc file and install once more, but this do
> > not help.
> >
> > regards
> > Olav
>
>   Is it the same user all the time or different ones and are they all
Yes, it is the same user and one or two users i an class have this behaviour

> trying to start it at the same time - such as at the start of a class?
The same thing happends if I try the user account after school
> regards
> garry
>
> > -------------------------------------------------------
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> > http://www.vasoftware.com
> > _____________________________________________________________________
> > Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
> >       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
(Continue reading)

Tue Hellstern | 24 Jan 2003 21:29
Picon

RE: RE: Trouble booting clients

HI
Thanks to al you good people there have taken time to help me setting up
the LTSP server. Jake Schroeder send me a mail saying that I had to
disable my firewall on the server. After that it just worked :-)

/Tue
A happy man with a LTSP server there are working, can you ask for more?

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.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

Joey Officer | 24 Jan 2003 22:09
Picon

RE: RE: Trouble booting clients

well, I haven't seen the entire thread, as I believe some messages must've
been off-list, but you say that you had to disable the firewall on the
server.  Assuming you mean on the same server as the ltsp box (probably) you
might want to rethink that.

Obviously the wizard type settings for the firewall are very obtuse, and
that some custimization is needed, but 'off' (in my opinion) is not the
right solution.  It appears that you need to open the tFTP port.  Off the
top of my head I don't know what the port number is, but doing that would
probably fix the solution as well.  I don't have RH8 installed, (only 7.1)
but I will look on my linux box tonight and try to bring the correct
filenames back to the list and which areas to modify.

then again, assuming this is your home network, and internal security is not
a real concern, having the firewall of an internal server turned 'off' might
not be a problem.  but something to definately think about. my internal
server at home is setup with a firewall, and only allows certain types of
traffic through.  Specifically port 22, port 21, port 80. for ssh, ftp and
http, respectively.

if this is a work network, put some more thought into 'how' you are
configuring your network, and don't just accept the default settings.  Linux
is meant to be customized.

my 2 cents, i'll add more later when I get to my home linux box.

joey

-----Original Message-----
From: ltsp-discuss-admin@...
(Continue reading)

Tue Hellstern | 24 Jan 2003 22:18
Picon

RE: RE: Trouble booting clients

Hi Joey
My ltsp box is on my home network, and there are another firewall
(Linux) facing the Internet. But I will love to get the file names and
then setteing the firewall up right. After all, I might learn some thing
:-)

/Tue

 
> well, I haven't seen the entire thread, as I believe some messages
must've
> been off-list, but you say that you had to disable the firewall on the
> server.  Assuming you mean on the same server as the ltsp box
(probably)
> you
> might want to rethink that.

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.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

Malcolm Silberman | 24 Jan 2003 22:48
Picon

How to disable screensaver

I am trying to disable my screensaver. Any changes I make to 
/home/ws253/.xscreensaver  (mode off) does not seem to take effect. My 
terminals all seem to blank after x amount of time. I am trying to 
understand when xscreensaver is loaded. I would like to prevent it 
loading all together. Does anyone have any ideas what causes my 
terminals to blank out. I have checked the obvious things like bios 
settings. My terminals are Via EPIA Mini-ITX based units.

Thanks.

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.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

Paul Whittaker | 24 Jan 2003 23:37
Picon
Favicon

Re: Cdrom as Localapp??

>  Thanks for your reply But still Iam having same
> problem..
>  I removed the contents of
> /opt/ltsp/i386/etc/lts.conf,
> I just run that "install" script I got "rmedia' file
> in /opt/ltsp/i386/etc/rc.d/ directory and
> /dev/cdroms/cdrom0 ->../ide/host0/bus1/target0/lun0/cd
> file is created locally..
>  But nothig is coming up in 
> /var/ftp/rmedia/ directory.
>    Is anything Iam missing here?
> Thanks
> Vamsi

OK, so you undid everything you had done and reinstalled the ltsp_rmedia package?  You should be OK, then, as
long as you add the right lts.conf entries afterward.

On rereading your earlier message below, I think that the problem might be that you are trying to use
/dev/cdrom, which normally doesn't exist when using devfs.  Use /dev/cdroms/cdrom0 instead, eg:

RAMDISK_SIZE       = 2048
RCFILE_01          = "rmedia"
RMEDIA_DEV01_NAME  = "floppy"
RMEDIA_DEV01_NAME  = "/dev/floppy/0"
RMEDIA_DEV02_NAME  = "cdrom"
RMEDIA_DEV02_NAME  = "/dev/cdroms/cdrom0"

Then reboot and try "ls /var/ftp/rmedia/cdrom".

> > >   Actually iam trying to mount CDROM locally as
(Continue reading)

Dan Landry | 24 Jan 2003 23:44

RE: How to disable screensaver


Place this line in your .xsession file ( or whatever file X reads to get
it's start up config)

"xset s off"

-----Original Message-----
From: Malcolm Silberman [mailto:m_silber@...]
Sent: Friday, January 24, 2003 1:48 PM
To: ltsp-discuss@...
Subject: [Ltsp-discuss] How to disable screensaver

I am trying to disable my screensaver. Any changes I make to 
/home/ws253/.xscreensaver  (mode off) does not seem to take effect. My 
terminals all seem to blank after x amount of time. I am trying to 
understand when xscreensaver is loaded. I would like to prevent it 
loading all together. Does anyone have any ideas what causes my 
terminals to blank out. I have checked the obvious things like bios 
settings. My terminals are Via EPIA Mini-ITX based units.

Thanks.

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.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
(Continue reading)

pedro noticioso | 25 Jan 2003 00:45
Picon
Favicon

RE: How to disable screensaver

I deleted all of the screensaver files ;D

is there a system side solution to "xset s off"
instead of per user?

--- Dan Landry <LandryD@...> wrote:
> 
> Place this line in your .xsession file ( or whatever
> file X reads to get
> it's start up config)
> 
> "xset s off"
> 
> 
> -----Original Message-----
> From: Malcolm Silberman
> [mailto:m_silber@...]
> Sent: Friday, January 24, 2003 1:48 PM
> To: ltsp-discuss@...
> Subject: [Ltsp-discuss] How to disable screensaver
> 
> 
> I am trying to disable my screensaver. Any changes I
> make to 
> /home/ws253/.xscreensaver  (mode off) does not seem
> to take effect. My 
> terminals all seem to blank after x amount of time.
> I am trying to 
> understand when xscreensaver is loaded. I would like
> to prevent it 
(Continue reading)

pedro noticioso | 25 Jan 2003 00:56
Picon
Favicon

Re: Palm Pilot on Local terminals???

yes of course, all you need it this (dont know if
there are others) little program
http://www.gnome.org/projects/gnome-pilot/

and 

http://www.ltsp.org/contrib/generic_rmedia.html

...a little dedication, and they will be ok

--- Michael De Groat <michael@...> wrote:
> Hello All:
> 
> Has anyone been able to get Palm Pilots working on
> local terminals using
> LTSP?  I currently have several users not using our
> terminal server
> because their Palms are pivotal to them.
> 
> Any help would be AWESOME!
> 
> Thanks In Advance,
> 
> Michael
> PS: A how-to would be even better! :)
> -- 
> /============================================\
> | Michael De Groat                           |
> | Senior Systems Analyst                     |
> | Xtreme Integration LLC, a Ruffdogs Company |
(Continue reading)

pedro noticioso | 25 Jan 2003 01:00
Picon
Favicon

Re: security: X over ssh


It looks good.

Sorry I have not seen it, if you make it work please
document it, I am sure auite a few people will follow
because this topic has come up a few times lately.

--- Meng Kuan <mengkuan@...> wrote:
> Hi,
> 
> I managed to get a LTSP setup up and running using
> Knoppix (installed to
> harddisk) as the server. I have X-terminals booting
> up on diskette
> (etherboot) or PXE with no problems.
> 
> Now, I am hoping to get X to run over ssh for better
> security. I've
> looked at the package
> 
>
http://prdownloads.sourceforge.net/ltsp/lts_ssh-0.5.tgz?download
> 
> but I'm running into problems booting up the
> X-terminals after
> installing it (probably some library conflict).
> 
> Is there any good documentation on setting this up?
> Or is there a better
> alternative? I've gone through the archives of this
(Continue reading)


Gmane