Re: [Ltsp-discuss] Ubuntu LTSP for ODROID-C2 fails

2017-03-29 Thread Prince Jeremy
the > 16.04 versions of flash-kernel. > > Try building with 16.10 (and yes I know its not LTS) and see. > Regards, > > Russell > On 19/03/2017 14:35, Prince Jeremy wrote: > > > I have setup an Ubuntu server with LTSP server packages installed. > Now I am trying to

Re: [Ltsp-discuss] Ubuntu LTSP for ODROID-C2 fails

2017-03-19 Thread Prince Jeremy
;Vagrant Cascadian" > To: ltsp-discuss@lists.sourceforge.net > Sent: Sunday, March 19, 2017 10:51:21 AM > Subject: Re: [Ltsp-discuss] Ubuntu LTSP for ODROID-C2 fails > > On 2017-03-19, Prince Jeremy wrote: > > I have setup an Ubuntu server with LTSP server packages ins

Re: [Ltsp-discuss] Ubuntu LTSP for ODROID-C2 fails

2017-03-19 Thread Prince Jeremy
ils > > On 2017-03-19, Prince Jeremy wrote: > > I have setup an Ubuntu server with LTSP server packages installed. > > Now > > I am trying to build a client for an Odroid-C2 board (ARM). I > > execute > > the following command from the Odroid-C2 running Ubuntu Ma

[Ltsp-discuss] Ubuntu LTSP for ODROID-C2 fails

2017-03-19 Thread Prince Jeremy
I have setup an Ubuntu server with LTSP server packages installed. Now I am trying to build a client for an Odroid-C2 board (ARM). I execute the following command from the Odroid-C2 running Ubuntu Mate 16.04.2 LTS: $ ltsp-build-client --arch=armhf --config /etc/ltsp/ltsp-build-client-c2.conf wh

[Ltsp-discuss] Ubuntu LTSP for RaspBerry2 fails

2017-03-19 Thread Prince Jeremy
I am dealing with the warning: root device does not exist unable to abort; system will probably be broken! error as well. Any updates on this? thanks. -- Check out the vibrant tech community on one of the world's most

[Ltsp-discuss] Remove

2009-12-12 Thread Jeremy Stoner
Remove Sent from my iPod On Dec 11, 2009, at 12:23 PM, ltsp-discuss- requ...@lists.sourceforge.net wrote: > Send Ltsp-discuss mailing list submissions to >ltsp-discuss@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit >https://lists.sourceforge.net/list

[Ltsp-discuss] Blank Screen after LTSP Login

2009-11-06 Thread Jeremy Stoner
elcome any suggestions. Thanks in advance for any help. -- Jeremy Stoner Cookeville Christian School "No of us is as smart as all smart of us." Warren Bennis, 1996 -- Let Crystal Reports handle the reporting -

[Ltsp-discuss] Video corruption on Optiplex GX60 terminals

2009-09-25 Thread Jeremy Jacko
I am setting up an ltsp server for our small school, and I am having some issues with display corruption on certain clients. We have a number of Dell Optiplex GX60 computers that I hoped to use as thin clients. The login process works correctly, and most applications run without issues. The prob

Re: [Ltsp-discuss] LTSP 4.2, GDM, dumped back to login screen

2007-11-12 Thread Jeremy
Thanks for the responses. We don't have a separate font server, most of our servers don't run X, but I commented out the no-listen = tcp line just in case. Turns out that if I go to the Session menu and pick a Gnome session, the kiosk users can log in fine. It's something to do with the matchbox-w

[Ltsp-discuss] LTSP 4.2, GDM, dumped back to login screen

2007-11-09 Thread Jeremy
Hi, We have a LTSP 4.2 server running on CentOS (free RedHat clone), running bunch of kiosks. I'm trying to rebuild the LTSP server on faster hardware but its being a bit of a pain, as the guy who built the original server didn't document anything at all. I've set up ltsp, dhcpd, nfs, ypserv, gdm,

Re: [Ltsp-discuss] Application Publishing Ability

2007-08-13 Thread Jeremy Hahn
well, in my searching i found this, which seems to be the closest thing i could find to accomplish what im looking for. figured i would post back to the list for sake of completion just in case it was of use to someone. http://www.cendio.com/seamlessrdp/ Ben Green wrote: > On Mon, 13 Aug 2007

[Ltsp-discuss] Application Publishing Ability

2007-08-13 Thread Jeremy Hahn
n:Hahn;Jeremy org:Hostway Corporation;Corporate Infrastructure adr:Suite 200;;3250 W Commercial BLVD;Fort Lauderdale;FL;33309;United States email;internet:[EMAIL PROTECTED] title:System Administrator tel;work:954-334-8036 tel;fax:954-334-8005 x-mozilla-html:FALSE url:http://www.hostway.com version

[Ltsp-discuss] script to copy a file to different users

2005-11-09 Thread Jeremy van Rooyen
Hi there This is my first time writing to this forum and maybe I sound stupid by asking this question. I want to copy a file into 20 user accounts. Realize that a script would spare me some time and I thought I'll write to this forum to ask for help. Any help on this would be appreciated. -

Re: [Ltsp-discuss] Migrating users to new Server

2004-11-22 Thread Jeremy C. Reed
hase users over > as well because it can do incremental changes of the directories > > > Ie rsync -avz --rsh=/usr/bin/ssh /home [EMAIL PROTECTED]:/home This will copy /home to /home/home. You can add a slash to first /home/ to fix it. rsync -avz --rsh=/usr/bin/ssh /home/ [EMAIL PROTECT

Re: [Ltsp-discuss] syslogd

2004-11-19 Thread Jeremy C. Reed
add to the /etc/hosts.allow file? Most versions of syslogd do not use TCP Wrappers. But maybe you have a firewall that is stopping the UDP 514 traffic. Jeremy C. Reed open source, Unix, *BSD, Linux training http://www.pugetsou

Re: [Ltsp-discuss] My Success Story

2004-11-19 Thread Jeremy C. Reed
and KDM, are there any others? XDM is a bit stark and KDM > is .. I don't have any KDE on my workstation. gdm from GNOME is another. xdm can be customized a lot but it is not easy. I'd try to stay with wdm. Jeremy C. Reed open source, U

Re: [Ltsp-discuss] Linux 2.6

2004-10-28 Thread Jeremy C. Reed
no modules !! Use module-init-tools instead of modutils for kernel 2.5.48 and above. See http://www.kernel.org/pub/linux/kernel/people/rusty/modules/ Jeremy C. Reed open source, Unix, *BSD, Linux training http://www

Re: [Ltsp-discuss] Suppress multiple logins

2004-10-05 Thread Jeremy C. Reed
grep with the -q switch. who | egrep -q "^"$1"[[:blank:]].*[[:blank:]].* (ws.*)$" (I'd just put in the same script and forget about the exit because the above already gives a result 0 or 1. Jeremy C. Reed technical support & remote admin

Re: [Ltsp-discuss] Running Firefox as a Local Application on Thin Client?

2004-10-02 Thread Jeremy C. Reed
ll try to get it for you on Monday or Tuesday. Jeremy C. Reed BSD News, BSD tutorials, BSD links http://www.bsdnewsletter.com/ --- This SF.net email is sponsored by: IT Product Guide on ITManage

Re: [Ltsp-discuss] LTSP on FreeBSD

2004-09-01 Thread Jeremy C. Reed
S services for successfully booting a LTSP thinclient. Since X is X, the X clients running on the BSD box work fine via the Linux X server. (No Linux compatibility is needed to be enabled/installed.) Jeremy C. Reed open source, Unix, *BSD, Linux training

Re: [Ltsp-discuss] Kernel boot parameters?

2004-08-24 Thread Jeremy C. Reed
ot magic to tell it to use extended options option option-128 e4:45:74:68:00:00; # option 129 is passed to the kernel as parameters option option-129 "ramdisk=65536"; 3) If using PXE, then configure your pxelinux.cfg/ file using the "append" directiv

Re: [Ltsp-discuss] Kiosk running Firefox

2004-08-18 Thread Jeremy C. Reed
lient. No login needed. I am having problems with firefox (with and without gtk2), but mozilla is working. I used pkgsrc (http://www.pkgsrc.org/) to install extra software (like su from coreutils, icewm, mozilla, et cetera). Jeremy C. Reed BSD News, BSD tutor

Re: [Ltsp-discuss] gdm and IceWM

2004-08-12 Thread Jeremy C. Reed
ndard X way is to have a .xsession file in the user's home directory. The .xsession file lists the commands to run after the X display manager authenticates. So in the user's ~/.xsession file you could have: exec icewm Jeremy C. Reed open source,

[Ltsp-discuss] Running apps on thinclient and failures with firefox

2004-08-10 Thread Jeremy C. Reed
usr/X11R6/bin/startx. Maybe the next thing I will try is to make a LTSP build system that runs identical kernel and using pkgsrc build add-on software (like firefox) for /usr/pkg (which will be made available on server as /opt/ltsp/i386/usr/pkg). Any ideas would be appreciate

Re: [Ltsp-discuss] Using pxelinux.cfg\default for lts root path

2004-03-26 Thread Teresa Jeremy
Please ignore this message. I figured it out.. -- - Original Message - DATE: Fri, 26 Mar 2004 09:33:46 From: "Teresa Jeremy" <[EMAIL PROTECTED]> To: "Teresa Jeremy" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] >Jim, > &

Re: [Ltsp-discuss] Using pxelinux.cfg\default for lts root path

2004-03-26 Thread Teresa Jeremy
DATE: Thu, 25 Mar 2004 17:43:51 From: [EMAIL PROTECTED] To: Teresa Jeremy <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] >Teresa, > >the dhcp root-path option is really a "numbered option" in >dhcp. it's quite common that dhcp servers don't support all >the nam

[Ltsp-discuss] Using pxelinux.cfg\default for lts root path

2004-03-25 Thread Teresa Jeremy
I'm using a router/firewall appliance as my dhcp server. As a result, it is not possible to specify the root-path DHCP option. Is it possible to force my ltsp RAM image to use nfsroot directive in my pxelinux.cfg\default file instead of looking for it in the DHCP offer packet? I've tried

Re: [Ltsp-discuss] Feature Request?

2003-03-11 Thread Jeremy Oberg
This sounds exactly like what the website below offers. (minus LTSP) http://www.infrastructures.org/ -Jeremy - Original Message - From: "Patrick W. Fraley" <[EMAIL PROTECTED]> Date: Tuesday, March 11, 2003 2:37 pm Subject: Re: [Ltsp-discuss] Feature Request? > Hi,

[Ltsp-discuss] Re: [Discuss] Using Crossover with remote X terminals

2002-04-22 Thread Jeremy White
py to work with you on it. Cheers, Jeremy On Tue, 2002-04-16 at 15:39, Rob Davis wrote: > We have an internet cafe running Mandrake 8.2 with eight diskless > workstations connected using ltsp. On the whole the system works well > even supporting sound using either esoundd or nasd.

Re: [Ltsp-discuss] Run Level 3

2002-02-05 Thread Jeremy
Cool Thanks for the info. Jeremy "A person who aims at nothing is sure to hit it." - Original Message - From: "Dumas Patrice" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 1:41 AM Subject: Re: [Ltsp-discuss] Run Level 3

[Ltsp-discuss] Run Level 3

2002-01-31 Thread Jeremy
Hello All,   I have a real quick question.   When a terminal is set to runlevel 3, how come there is no logon prompt?  It just goes to the BASH prompt.    Is there a way to get the login prompt?    using Rh7.2 w/LTSP 3.0   Thanks   Jeremy   "A person who aims at nothing is sure to hit it."

Re: [Ltsp-discuss] the stupidest question I'll ever ask (about LPP)

2002-01-21 Thread Jeremy
Jim I would be happy to send you copies of the 7 discs of 7.3 prof version if you want. I think that is legal right? it is still Linux. Let me know off list. Jeremy [EMAIL PROTECTED] - Original Message - From: "Egan, Matt B. (Artco)" <[EMAIL PROTECTED]> To: "&

Re: [Ltsp-discuss] the stupidest question I'll ever ask (about LPP)

2002-01-20 Thread Jeremy
Hello, Speaking of SuSE 7.3When is ltsp.org going to officially acknowledge that it works with 7.3? Jeremy - Original Message - From: "Jim McQuillan" <[EMAIL PROTECTED]> To: "Arif Mamdani" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sun

Re: [Ltsp-discuss] Customizing desktop icons on KDE 2.2

2002-01-09 Thread jeremy
Is there away to do this without having to logon as each user once, and setting it up? Maybe a system wide config file? Jeremy - Original Message - From: "Jim McQuillan" <[EMAIL PROTECTED]> To: "Rudhuwan Abu Bakar" <[EMAIL PROTECTED]> Cc: <[EMAIL P