Re: [Ltsp-discuss] Server - Access to Clients' serial ports?

2005-01-20 Thread Thomas Reifferscheid
On Thu, 20 Jan 2005, Dunc wrote: > I have a device plugged into one of the serial ports on one of my > Diskless workstations. The client can access the port, > but I'd really like to be able to access it from my server. Is it > possible for the LTSP server to use its clients' serial ports? For

Re: [Ltsp-discuss] Application server

2005-01-20 Thread Thomas Reifferscheid
On Thu, 20 Jan 2005, Jesper Berth wrote: > bigsanta root # ssh -x 10.0.0.80 DISPLAY=$DISPLAY gedit > Xlib: connection to "host1:0.0" refused by server > Xlib: No protocol specified -x Disables X11 forwarding. man ssh Kind regards, Thomas ---

Re: [Ltsp-discuss] Stumped

2005-01-19 Thread Thomas Reifferscheid
On Wed, 19 Jan 2005, Dunc wrote: > [EMAIL PROTECTED] ~]# netstat -ap | grep dm > unix 2 [ ACC ] STREAM LISTENING 25661 > 5046/gdm-binary /tmp/.gdm_socket > unix 3 [ ] STREAM CONNECTED 26096 5254/gdmgreeter > unix 3 [ ] STREAM CONNECT

Re: [Ltsp-discuss] Stop booting at nfs mount

2005-01-19 Thread Thomas Reifferscheid
On Wed, 19 Jan 2005, Yves Brungard wrote: > the server has the adress 192.168.1.0 This is not a valid address. The first valid address in this subnet is: 192.168.1.1 Change this. Greeting, Thomas --- The SF.Net email is sponsored by: Beat

Re: [Ltsp-discuss] xdm without server graphical login (was: Solution to :514 problem with syslog-ng and a question about another problem)

2005-01-01 Thread Thomas Reifferscheid
On Sat, 1 Jan 2005, Anselm Martin Hoffmeister wrote: > This depends on which login manager you use. With KDM on Debian, for example, > you can simply comment out the appropriate ":0" line in the > file /etc/kde3/kdm/Xservers, as such restricting kdm to listen for remote > login requests. There's s

Re: [Ltsp-discuss] PXE

2005-01-01 Thread Thomas Reifferscheid
On Sat, 1 Jan 2005, Mohsen Pahlevanzadeh wrote: > Dears,I have readed your wiki,But i couldnĀ“t find my > mistake. > My /etc/dhcpd.conf is : > filename > "/tftpboot/lts/vmlinuz-2.4.26-ltsp-1"; remove the above global line. >host ws001{ > option subnet-mask > 255.255.255.0; >

Re: [Ltsp-discuss] PXE

2004-12-31 Thread Thomas Reifferscheid
On Fri, 31 Dec 2004, Anselm Martin Hoffmeister wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Dienstag, 28. Dezember 2004 14:54 schrieb Mohsen Pahlevanzadeh: > > Dears, > > I have configured ltsp,But when i wanna connect to my > > server,I receive following messages: > > > > PXE

[Ltsp-discuss] SWAP over NFS on Kernel 2.6

2004-12-29 Thread Thomas Reifferscheid
Hi. here is how it works: mount the remote nfs server to lets say /scratch create a file, like: dd if=/dev/zero bs=1M count=100 of=/scratch/swapfile losetup /dev/loop0 /scratch/swapfile mkswap /dev/loop0 swapon /dev/loop0 Comments and feedback are welcome. Thomas ---

Re: [Ltsp-discuss] Minimal Server LTSP Configuration

2004-12-28 Thread Thomas Reifferscheid
Poste a complete diff or better: submit this diff to the wiki success-stories or screen-script section Cheers On Tue, 28 Dec 2004, Eric Holt wrote: > If you need any help in that regard, drop me a line to the list, and > I'll post some more information. --

Re: [Ltsp-discuss] EPROM networccard rom-o-matic

2004-12-20 Thread Thomas Reifferscheid
Well, before actually putting etherboot code into the bios you should try to switch your bios to boot "other" hardware, so it will look on a couple of adresses to find 0x55 0xAA (or something, you can easily proof by googling a bit, eg http://www.google.de/search?hl=de&q=etherboot+%2255+AA%22&btnG

Re: Fw: Re: [Ltsp-discuss] ltsp4.1-hangs at pivot root

2004-12-09 Thread Thomas Reifferscheid
man mount tells us to have a look in man 5 nfs which shows: nocto maybe this is what you are looking for. nocto, without an "a" HTH Thomas On Thu, 9 Dec 2004, Jim Wharton wrote: > exportfs: /etc/exports:9: unknown keyword "noacto" > I tried to google for this option, but there were no hits.

Re: [Ltsp-discuss] problem booting client

2004-12-08 Thread Thomas Reifferscheid
Does this apply to your setup? [EMAIL PROTECTED]:/opt/ltsp/i386/usr/bin$ ls -al [ lrwxrwxrwx 1 root root 17 Nov 22 13:18 [ -> ../../bin/busybox [EMAIL PROTECTED]:/opt/ltsp/i386/usr/bin$ ls -al ../../bin/busybox -rwxr-xr-x 1 root root 139788 Jul 12 21:22 ../../bin/busybox On Wed, 8 Dec 2004,

Re: [Ltsp-discuss] Access to local devices with Konqueror

2004-12-08 Thread Thomas Reifferscheid
I have no idea. On Wed, 8 Dec 2004, Richard Bos wrote: > Thomas, will those changes be merge with the ltsp mainstream? --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users

Re: [Ltsp-discuss] Access to local devices with Konqueror

2004-12-08 Thread Thomas Reifferscheid
I do this by samba. My setup is here: http://134.93.168.49/~reiffert/ltsp/ with one time (short) passwords. Cheers On Wed, 8 Dec 2004, Marcus Purper wrote: > Hi folks, > > I want to simplify the access to local devices for my useres. Thats my > idea: > The file-manager Konqueror can change to

[Ltsp-discuss] pxegrub and memtest86[+]

2004-12-06 Thread Thomas Reifferscheid
Hi there, I _was_ using pxegrub to boot my terminals. No I experienced problems with pxegrub and memtest86[+] which are both giving me errors on the same adress over and over again, when booted with pxegrub. memtest did not show any error when booted from floppy or with syslinux/pxelinux. FYI,

Re: [Ltsp-discuss] Problem with syslogd

2004-12-03 Thread Thomas Reifferscheid
Ah ps auxw |grep syslog shows, your syslogd is not running with -r so netstat does not show any output. No ideas about your portmapper who should'nt be involved. On Fri, 3 Dec 2004, Ullas T wrote: > > Hi > > Here are the result > > > > ls -al /etc/hosts.allow > > > -rw-r--r-- 1 root root 9699

Re: [Ltsp-discuss] Problem with syslogd

2004-12-03 Thread Thomas Reifferscheid
Please paste the result of the following commands on your _server_: ls -al /etc/hosts.allow ps auxw |grep syslog netstat -anp |grep 514 On Fri, 3 Dec 2004, Ullas T wrote: > Hello, > > Its me again, doing an LTSP 4.1 installation on fedora core 3. > > I have a problem at client side bootup

Re: [Ltsp-discuss] How to simulate pressing BUTTON on thin-client-keyboard

2004-12-01 Thread Thomas Reifferscheid
If you want to simulate keystrokes to an interactive program like "passwd", expect is the thing. Else: http://www.mail-archive.com/linux-embedded@waste.org/msg00870.html is working. Sorry to not give you more hints how to steel a million dollars. --

Re: [Ltsp-discuss] How to simulate pressing BUTTON on thin-client-keyboard

2004-12-01 Thread Thomas Reifferscheid
For some reasons: man 1 expect On Wed, 1 Dec 2004, Peter wrote: > Hi folks :) > > How to simulate pressing BUTTON on thin-client-keyboard? > Is it avalaible/possible? > > For some reason I want to have an option to be ssh-ed on ltsp server and > "press button on terminal, say 3" (I'm 300 kilomet

Re: [Ltsp-discuss] SCREEN_xx help

2004-11-29 Thread Thomas Reifferscheid
diff -Naur ltsp.orig/i386/etc/inittab ltsp.new/i386/etc/inittab @@ -12,15 +12,16 @@ s1:5:respawn:/bin/startsess tty1 /etc/screen_session s2:5:respawn:/bin/startsess tty2 /etc/screen_session s3:5:respawn:/bin/startsess tty3 /etc/screen_session -s4:5:off:/bin/startsess tty4 /etc/screen_sessio