From rbsvel at gmail.com Mon Feb 7 10:55:32 2011 From: rbsvel at gmail.com (saravanan vel) Date: Mon, 7 Feb 2011 16:25:32 +0530 Subject: how to configure thin client Message-ID: please help me how to configure thin client in fedora10 please step by step how to configure From markdavis88 at hotmail.com Mon Feb 7 14:46:16 2011 From: markdavis88 at hotmail.com (marco david Rivadeneira Fuentes) Date: Mon, 7 Feb 2011 09:46:16 -0500 Subject: how to configure thin client In-Reply-To: References: Message-ID: With fedora k12LTSP, the client?s configuration is very easy, because U should only configure and create the clients in the server, it?ll depend of the architecture that U want. Remember that?s very important that U congifure your network to accept all LTSP traffic or U should stop your firewall. The comands to create a client in the server are: # ltsp_build_client --arch i386 for 32bits client# ltsp_build_client --arch x86_64 for 64bits client# ltsp_build_client --arch ppc64 for pp64 architecture if U need more information about LTSP write me. > Date: Mon, 7 Feb 2011 16:25:32 +0530 > Subject: how to configure thin client > From: rbsvel at gmail.com > To: k12linux-devel-list at redhat.com > > please help me how to configure thin client in fedora10 please step > by step how to configure > > _______________________________________________ > K12Linux-devel-list mailing list > K12Linux-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/k12linux-devel-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From tomasstraupis at gmail.com Thu Feb 17 09:05:34 2011 From: tomasstraupis at gmail.com (Tomas Straupis) Date: Thu, 17 Feb 2011 11:05:34 +0200 Subject: Fedora packages Message-ID: Hello We're successfully running LTSP on Fedora14 machine. Latest ltsp-server package provided by standard repositories is for f13. Even that one has rawhide repositories specified in kickstart files. This also means that without manual changes you would not be able to build ltsp-client on f14. It is not rocket science to build those files (/etc/ltsp/kickstart/*) but it is inconvenient to apply the same changes to different environments. Therefore my question is: What is the correct way to submit patches to ltsp-server package? Should I go via bugs.redhat.com? This list? General ltsp list? Thank you -- Tomas Straupis From dyoung at mesd.k12.or.us Thu Feb 17 17:56:01 2011 From: dyoung at mesd.k12.or.us (Dan Young) Date: Thu, 17 Feb 2011 09:56:01 -0800 Subject: Fedora packages In-Reply-To: References: Message-ID: Hi Tomas, I'm sure the current maintainer (Gavin Spurgeon) would appreciate a bug filed against the ltsp component at https://bugzilla.redhat.com. Looks like maybe this bug covers it and could use a patch: https://bugzilla.redhat.com/show_bug.cgi?id=674381 -- Dan Young Multnomah ESD - Technology Services 503-257-1562 On Thu, Feb 17, 2011 at 1:05 AM, Tomas Straupis wrote: > Hello > > ?We're successfully running LTSP on Fedora14 machine. > > ?Latest ltsp-server package provided by standard repositories is for > f13. Even that one has rawhide repositories specified in kickstart > files. This also means that without manual changes you would not be > able to build ltsp-client on f14. > > ?It is not rocket science to build those files > (/etc/ltsp/kickstart/*) but it is inconvenient to apply the same > changes to different environments. Therefore my question is: > > ?What is the correct way to submit patches to ltsp-server package? > Should I go via bugs.redhat.com? This list? General ltsp list? > > ?Thank you > > -- > Tomas Straupis > > _______________________________________________ > K12Linux-devel-list mailing list > K12Linux-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/k12linux-devel-list > From tomasstraupis at gmail.com Fri Feb 18 08:10:02 2011 From: tomasstraupis at gmail.com (Tomas Straupis) Date: Fri, 18 Feb 2011 10:10:02 +0200 Subject: Custom packages Message-ID: Hello What is a correct procedure (or where is it described) to add custom packages to client (chrooted dir)? For example currently firefox is not included in the list of standard packages. Changing /etc/ltsp/kickstart/Fedora/common/common.ks doesn't look good because that file could be updated by updating of ltsp.rpm. The same goes with all other files which are customisations based on architecture or on specific version of fedora. If I include a plugin (say a "kiosk") then I can add some "yum install" to that script, but in case of firefox it is just some "additional" package I need. Thank you -- Tomas Straupis From rbsvel at gmail.com Fri Feb 18 08:41:08 2011 From: rbsvel at gmail.com (saravanan vel) Date: Fri, 18 Feb 2011 14:11:08 +0530 Subject: help me thin client Message-ID: please kindly help me step by step how to configure *thin client* in Fedora10 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tomasstraupis at gmail.com Fri Feb 18 09:12:52 2011 From: tomasstraupis at gmail.com (Tomas Straupis) Date: Fri, 18 Feb 2011 11:12:52 +0200 Subject: help me thin client In-Reply-To: References: Message-ID: 2011-02-18 saravanan vel: > please kindly help me > ?step by step how to configure thin client ?in Fedora10 Try these instructions and then write what were you doing and what problems you're facing. https://fedorahosted.org/k12linux/wiki/InstallGuide -- Tomas Straupis From dyoung at mesd.k12.or.us Fri Feb 18 16:53:21 2011 From: dyoung at mesd.k12.or.us (Dan Young) Date: Fri, 18 Feb 2011 08:53:21 -0800 Subject: Custom packages In-Reply-To: References: Message-ID: On Fri, Feb 18, 2011 at 12:10 AM, Tomas Straupis wrote: > ?What is a correct procedure (or where is it described) to add custom > packages to client (chrooted dir)? https://fedorahosted.org/k12linux/wiki/Tips I think it boils down to: setarch i386 chroot /opt/ltsp/i386 # if your server is x86_64 and client i686 mount /proc vi /etc/resolv.conf # make sure nameserver is right yum install foo -- Dan Young Multnomah ESD - Technology Services 503-257-1562 From tomasstraupis at gmail.com Thu Feb 24 13:09:52 2011 From: tomasstraupis at gmail.com (Tomas Straupis) Date: Thu, 24 Feb 2011 15:09:52 +0200 Subject: Instructions for building ltsp packages Message-ID: Hello Currently https://fedorahosted.org/k12linux/wiki/DevelGuide states that in order to get fedora packaging we have to: 1. gnome-open https://fedoraproject.org/wiki/UsingCvs 2. export CVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/pkgs 3. cvs co ltsp Is this still ok? It does work (I can check out some files), but are these the latest ones? This page https://fedoraproject.org/wiki/UsingCvs states that Fedora is now using git. Thank you -- Tomas Straupis From tomasstraupis at gmail.com Thu Feb 24 12:26:44 2011 From: tomasstraupis at gmail.com (Tomas Straupis) Date: Thu, 24 Feb 2011 14:26:44 +0200 Subject: Link to an advertising site Message-ID: Hello One of k12 sites has an old link to a site which is currently used for advertising and apparently has nothing to do with k12 or ltsp. http://sourceforge.net/apps/mediawiki/ltsp/index.php?title=Ltsp_K12Ltsp links to www,k12ltsp,org (the advertising site) if I understand correctly, it should link to https://fedorahosted.org/k12linux/ (the real k12 site) How could this be fixed (is there anybody with proper permissions on this list)? P.S. I do not have permission to edit that wiki page even after logging in to my sourceforge account. -- Tomas Straupis