Re: [Ltsp-discuss] permission denied on writing to new RAMdisk (/tmp)

2003-03-19 Thread jam
On Wed, 19 Mar 2003, Jameson C. Burt wrote: > Perhaps you are beyond the following suggestions, but you might consider > the following. > From /opt/ltsp/i386/etc/rc.local, I see the following four lines, >echo "Creating ramdisk on /tmp" >RAMDISK_SIZE=`get_cfg RAMDISK_SIZE 1024` >/sbin/

[Ltsp-discuss] Gnome Control Strip Crashed

2003-03-19 Thread Matt Smeltzer
Good day, I booted up my LTSP server and it comes up with the GNOME Control strip has crashed. I am not able to click on the hat at all. I am able to use the desktop, but am not able to use hte control stip with the quick launch buttons. Any ideas on how to fix that or reset it?? Thanks in advan

Re: [Ltsp-discuss] permission denied on writing to new RAMdisk (/tmp)

2003-03-19 Thread Jameson C. Burt
Perhaps you are beyond the following suggestions, but you might consider the following. From /opt/ltsp/i386/etc/rc.local, I see the following four lines, echo "Creating ramdisk on /tmp" RAMDISK_SIZE=`get_cfg RAMDISK_SIZE 1024` /sbin/mke2fs -q -m0 /dev/ram1 ${RAMDISK_SIZE} /bin/mount -n

[Ltsp-discuss] VPN(IPSEC) Patch

2003-03-19 Thread Boris Reisig
Has anyone seen any kernel patches that will easily allow IPSEC to be masqueraded(NAT)? I have seen some iptables examples that might work but you must setup a rule that will with the source and destionation. Im am creating a customized kernel and it would be nice to have that feature enabled in my

[Ltsp-discuss] permission denied on writing to new RAMdisk (/tmp)

2003-03-19 Thread rwillis
Here is a dump from a serial console : Linux version 2.4.20-ltsp-1 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #2 Wed Mar 19 17:02:34 PST 2003 BIOS-provided physical RAM map: BIOS-e820: - 00087000 (usable) BIOS-e820: 00087000 - 00

Re: [Ltsp-discuss] PCMCIA NIC supported by Rom-O-Matic

2003-03-19 Thread Rob Apodaca
On Wed, 19 Mar 2003 17:11:06 -0700 George Gambill <[EMAIL PROTECTED]> wrote: > Anyone know of a PCMCIA NIC with a chip set supported by rom-o-matic? > > Thanks I don't believe you can use etherboot with pcmcia. However, you can get the wireless package from the downloads section of www.ltsp.org.

[Ltsp-discuss] PCMCIA NIC supported by Rom-O-Matic

2003-03-19 Thread George Gambill
Anyone know of a PCMCIA NIC with a chip set supported by rom-o-matic? Thanks --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? h

Re: Re: [Ltsp-discuss] terminal fonts problem

2003-03-19 Thread Julius Szelagiewicz
Marcin, keyboard mapping is handled by the actual terminal software - gdm, kdm, whatever and it is handled on user level through config files. no root access required, unless you want to set it once and push to all users. julius On Wed, 19 Mar 2003, Marcin Mucha wrote: > Thanks, > I think

[Ltsp-discuss] NAT question

2003-03-19 Thread Matt Smeltzer
I have code on my LTSP workstation that the LINUX Admin showed me for the Dept to do IP Nating from an outside IP to an Inside IP. We have many many out side ip addys and want to map one IP to one internal IP. Just wondering by looking at the code here if you can help me out? # for a single IP fro

Re: [Ltsp-discuss] changing LPP progress bar color

2003-03-19 Thread jam
James, It's been a while since I played with LPP, but I seem to recall that there are a couple of "magic" pixels embedded in the LPP image that determine the color of various things. Sorry I don't have any more info than that. Jim McQuillan [EMAIL PROTECTED] On Wed, 19 Mar 2003, James Newlin w

[Ltsp-discuss] changing LPP progress bar color

2003-03-19 Thread James Newlin
Hi all.Could someone explain how to change the LPP patch progress bars color. We don't see a setting to change the color, so would that require a change in the fbprogress.c file? Can see where we can change the location and change to be horizontal or vertical but no color option. Thank

[Ltsp-discuss] Global User Auth

2003-03-19 Thread Chris Bacigalupo
How are people solving User Logon across multiple platforms? Chris Bacigalupo, +++ Technical Coordinator Harbor City International School 332 W. Mich. St. Ste. 300 Duluth, MN 55802 http://www.harborcityschool.org tel. (218) 722.7574 +++ -Original M

Re: Re: [Ltsp-discuss] terminal fonts problem

2003-03-19 Thread Marcin Mucha
Thanks, I think, its the right solution because during first installation LTSP I had problems with XFS and I turned it off. But what about my second question, has anybody any idea, how to change dynamicaly keyboard mapping without root permission. With regards Marty Mucha [EMAIL PROTECTED] ---