From darko.ilic at gmail.com Fri Aug 12 00:12:04 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Fri, 12 Aug 2005 02:12:04 +0200 Subject: [Fedora-livecd-list] project status Message-ID: <552ca20305081117123b7200a3@mail.gmail.com> Hey guys, I have something! It`s not much, but it`s something... I have a system that uses anaconda for installation (installation is performed in chroot env, from running system), and a collection of scripts that make that system able to run with readonly root (basicly, I reworked readonly-root stuff from stateless project). The system is in _very_ early stage of development, but it has basic functionality. For those of you that would like to check it out, here`s the url: http://www.eestec.org.yu/darko/fedora-livecd.tar.gz I can`t wait to hear your comments :) -- Darko From netdxr at gmail.com Fri Aug 12 06:02:22 2005 From: netdxr at gmail.com (Tom Lisjac) Date: Fri, 12 Aug 2005 00:02:22 -0600 Subject: [Fedora-livecd-list] project status In-Reply-To: <552ca20305081117123b7200a3@mail.gmail.com> References: <552ca20305081117123b7200a3@mail.gmail.com> Message-ID: <863ff4520508112302606e1870@mail.gmail.com> On 8/11/05, Darko Ilic wrote: > I have something! It`s not much, but it`s something... > > I have a system that uses anaconda for installation > I can`t wait to hear your comments :) Nice work! I'm looking forward to applying the patches and playing with it over the weekend! Thanks, -Tom From dirk.westfal at frankfurter-verein.de Fri Aug 12 16:31:11 2005 From: dirk.westfal at frankfurter-verein.de (Dirk Westfal) Date: Fri, 12 Aug 2005 12:31:11 -0400 Subject: [Fedora-livecd-list] project status In-Reply-To: <552ca20305081117123b7200a3@mail.gmail.com> References: <552ca20305081117123b7200a3@mail.gmail.com> Message-ID: <200508121231.11387.dirk.westfal@frankfurter-verein.de> Am Donnerstag, 11. August 2005 20:12 schrieb Darko Ilic: > Hey guys, > Hi Darko, great job ! I`ll play with it this weekend :) Dirk > I have something! It`s not much, but it`s something... > > I have a system that uses anaconda for installation (installation is > performed in chroot env, from running system), and a collection of > scripts that make that system able to run with readonly root (basicly, > I reworked readonly-root stuff from stateless project). > > The system is in _very_ early stage of development, but it has basic > functionality. For those of you that would like to check it out, > here`s the url: http://www.eestec.org.yu/darko/fedora-livecd.tar.gz ... From sundaram at redhat.com Mon Aug 15 11:32:42 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Mon, 15 Aug 2005 17:02:42 +0530 Subject: [Fedora-livecd-list] Fedora in one CD Message-ID: <43007D5A.5090903@redhat.com> Hi http://distrowatch.com/table.php?distribution=blag Might be useful for the LiveCD work regards Rahul From tp at alternativ.net Tue Aug 16 19:04:40 2005 From: tp at alternativ.net (Thilo Pfennig) Date: Tue, 16 Aug 2005 21:04:40 +0200 Subject: [Fedora-livecd-list] future Message-ID: <1124219080.3382.8.camel@stevie.marzipan.invalid> to take a view in the possible future: What would be really perfect would be a Livecd-Creation software where you could drag elements from one side (available software-groups) to the other. So you might have icons for GNOME, Openoffice.org, KDE,... on the left and can drop it to the right. Then you can save this as a possible Live-CD. Dependencies should then be resolved. Libe in burning applications it should be displayed how much place is taken. If you double-click on something like GNOME you could see the applications and/or libraries inside. Then one could deselect some applications that are part of GNOME by dragging them from right to left. And, yes this could also be combined with a burning application. ciao, Thilo PS: just to share the idea... -- blog: http://www.alternativ.net/~vinci license: http://creativecommons.org/licenses/by/2.0/de/ From geustace at godzone.net.nz Tue Aug 16 22:47:34 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Wed, 17 Aug 2005 10:47:34 +1200 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <1124219080.3382.8.camel@stevie.marzipan.invalid> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> Message-ID: <1124232454.3341.73.camel@it026591.massey.ac.nz> One of the biggest problems I have had on my current project is finding an appropriate starting point. I looked at a lot of the LiveCD implementations and the majority are aimed at the complete functionality end of the spectrum. What I was after was the exact opposite, absolute minimal functionality. At present, the minimal install of FC4 still installs way too many things for what I wanted. There are dependencies on packages that I'll never need or use and it is proving difficult to cut it back. It would be great if the build environment and the result could be totally independent. i.e. actually start with a clean slate (empty CD :-) and add only those things one really wants. All the supporting stuff used to manage the installation and the whole process e.g. python and lots of others should only need to be present in the build environment not the resulting CD. I am looking at CDs for Kiosk-like solutions. It would be great to simply drag across the kernel, networking and a browser, satisfy the dependencies on that lot and leave the rest. At this time, I have used an FC4 minimal install and the ADIOS/YETAA-ATK and then tried to remove everything that I don't want. A tedious process. From tp at alternativ.net Wed Aug 17 08:25:30 2005 From: tp at alternativ.net (Thilo Pfennig) Date: Wed, 17 Aug 2005 10:25:30 +0200 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <1124232454.3341.73.camel@it026591.massey.ac.nz> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <1124232454.3341.73.camel@it026591.massey.ac.nz> Message-ID: <1124267130.2789.11.camel@stevie.marzipan.invalid> Am Mittwoch, den 17.08.2005, 10:47 +1200 schrieb Glen Eustace: > It would be great if the build environment and the result could be > totally independent. i.e. actually start with a clean slate (empty > CD :-) and add only those things one really wants. All the supporting > stuff used to manage the installation and the whole process e.g. python > and lots of others should only need to be present in the build > environment not the resulting CD. > > I am looking at CDs for Kiosk-like solutions. It would be great to > simply drag across the kernel, networking and a browser, satisfy the > dependencies on that lot and leave the rest. Have you heard about the "freedom toaster"? It was introduced in the Go-Open series in Australia (an open source series sponsored by Mark Shuttleworth: http://www.go-opensource.org/go_open/episode_3/what_is_hot/ (you can also episode 3 on this website) They produced something that is hardware and software and enables users to just burn a distro like Fedora, Debian, Ubuntu, etc. It's not quite what you want, but it is also Kiosk style. The combination with hardware is cool. A small linux inside and then maybe they have some number keys and a key for submit and cancel. Maybe the better process would be if Fedora itself is built with a modular system that we also can use for creating a live CD. So Fedora could be a very flexible distro 'by default'. This software then should be distributed with Fedora so it gets more testing. Does anybody know how Fedoras official CDs are produced right now? What are they using as helper tools? Thilo -- blog: http://www.alternativ.net/~vinci license: http://creativecommons.org/licenses/by/2.0/de/ From sundaram at redhat.com Wed Aug 17 09:38:01 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Wed, 17 Aug 2005 15:08:01 +0530 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <1124232454.3341.73.camel@it026591.massey.ac.nz> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <1124232454.3341.73.camel@it026591.massey.ac.nz> Message-ID: <43030579.5050800@redhat.com> Glen Eustace wrote: >At present, the minimal install of FC4 still installs way too many >things for what I wanted. There are dependencies on packages that I'll >never need or use and it is proving difficult to cut it back. > > Not related to the Live CD but would you mind filing bugs against the appropriate packages. Additional functionality can be split up into sub packages. This is being considered for dovecot for example regards Rahul From pake.ch at gmail.com Wed Aug 17 15:06:29 2005 From: pake.ch at gmail.com (pake) Date: Wed, 17 Aug 2005 23:06:29 +0800 Subject: [Fedora-livecd-list] fedora core4 live-cd in Taiwan Message-ID: <7929921905081708065d40af4d@mail.gmail.com> Hi we have many fedora core live-cd about core 1 ,core2 ,core3 ,core4 http://live.fect.com.tw http://live.fect.com.tw/modules/news/article.php?storyid=35 --> fc4 589MB kde openoffice 2.0bc scim stardict 2.4.4 SuerTux Freedroid vlc xmms mplayer http://live.fect.com.tw/modules/news/article.php?storyid=29 -->fc4 248mb kde firefox gaim kmail gcin regards Pake From geustace at godzone.net.nz Wed Aug 17 21:18:17 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Thu, 18 Aug 2005 09:18:17 +1200 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <43030579.5050800@redhat.com> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <1124232454.3341.73.camel@it026591.massey.ac.nz> <43030579.5050800@redhat.com> Message-ID: <1124313497.3341.97.camel@it026591.massey.ac.nz> On Wed, 2005-08-17 at 15:08 +0530, Rahul Sundaram wrote: > >At present, the minimal install of FC4 still installs way too many > >things for what I wanted. There are dependencies on packages that I'll > >never need or use and it is proving difficult to cut it back. > > > > > Not related to the Live CD but would you mind filing bugs against the > appropriate packages. Additional functionality can be split up into sub > packages. This is being considered for dovecot for example It would seem that many packagers are assuming that their package will be installed on a full distribution, these dependencies seem to cause unnecessary bloat. Rather than trying to make packages as independent as possible, I am seeing a steadily growing proliferation of the spiders web. I can't give you a specific, but the sort of thing I am getting at is the use of perl and python scripts that are only used during the configuration of a package. In normal use the package doesn't need perl or python but if you want to install the package, you wind up having to include these packages as well (and they aren't small). While it may not be the case everytime, a bash script may have done the job quite nicely. It seems that as time has gone by, we are seeing more rather than less dependence with packages. I remember being able to do a minimal install of some of the earlier RH releases and they wer something like 126Mb compared with a minimal of FC4 which is more than 500Mb !! The base packages themselves haven't grown that much, but the dependencies sure have. Glen. From sundaram at redhat.com Wed Aug 17 21:20:26 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Thu, 18 Aug 2005 02:50:26 +0530 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <1124313497.3341.97.camel@it026591.massey.ac.nz> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <1124232454.3341.73.camel@it026591.massey.ac.nz> <43030579.5050800@redhat.com> <1124313497.3341.97.camel@it026591.massey.ac.nz> Message-ID: <4303AA1A.5090005@redhat.com> Hi >I can't give you a specific, but the sort of thing I am getting at is >the use of perl and python scripts that are only used during the >configuration of a package. > If we have to improve the dependencies issues you are talking, please find specific instances and report them in bugzilla. regards Rahul From gdk at redhat.com Wed Aug 17 21:20:54 2005 From: gdk at redhat.com (Greg DeKoenigsberg) Date: Wed, 17 Aug 2005 17:20:54 -0400 (EDT) Subject: [Fedora-livecd-list] Starting point In-Reply-To: <4303AA1A.5090005@redhat.com> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <1124232454.3341.73.camel@it026591.massey.ac.nz> <43030579.5050800@redhat.com> <1124313497.3341.97.camel@it026591.massey.ac.nz> <4303AA1A.5090005@redhat.com> Message-ID: Glen, I suppose you're talking about instances in which a lazy programmer uses perl for a one-line function that could just as easily be solved by bash and sed. Right? But how often does this happen besides for perl or python, since both are pretty central? Are you talking about module bloat? If you have specific examples, that'd help a lot. --g _____________________ ____________________________________________ Greg DeKoenigsberg ] [ the future masters of technology will have Community Relations ] [ to be lighthearted and intelligent. the Red Hat ] [ machine easily masters the grim and the ] [ dumb. --mcluhan On Thu, 18 Aug 2005, Rahul Sundaram wrote: > Hi > > >I can't give you a specific, but the sort of thing I am getting at is > >the use of perl and python scripts that are only used during the > >configuration of a package. > > > If we have to improve the dependencies issues you are talking, please > find specific instances and report them in bugzilla. > > regards > Rahul > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list > From sgrubb at redhat.com Wed Aug 17 21:28:52 2005 From: sgrubb at redhat.com (Steve Grubb) Date: Wed, 17 Aug 2005 17:28:52 -0400 Subject: [Fedora-livecd-list] Starting point In-Reply-To: <1124313497.3341.97.camel@it026591.massey.ac.nz> References: <1124219080.3382.8.camel@stevie.marzipan.invalid> <43030579.5050800@redhat.com> <1124313497.3341.97.camel@it026591.massey.ac.nz> Message-ID: <200508171728.52235.sgrubb@redhat.com> On Wednesday 17 August 2005 17:18, Glen Eustace wrote: > It seems that as time has gone by, we are seeing more rather than less > dependence with packages. I think we are doing a better job of finding the dependencies. Many were always there undocumented and your scripts would blow up because something expected wasn't installed. -Steve From sundaram at redhat.com Mon Aug 22 18:42:51 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Tue, 23 Aug 2005 00:12:51 +0530 Subject: [Fedora-livecd-list] Linuxplus: Another Fedora based Live CD Message-ID: <430A1CAB.8080507@redhat.com> Hi Take a look at http://distrowatch.com/table.php?distribution=linuxplus regards Rahul From geustace at godzone.net.nz Mon Aug 22 20:21:44 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Tue, 23 Aug 2005 08:21:44 +1200 Subject: [Fedora-livecd-list] Dealing with dependencies. In-Reply-To: <430A1CAB.8080507@redhat.com> References: <430A1CAB.8080507@redhat.com> Message-ID: <1124742104.3341.148.camel@it026591.massey.ac.nz> The sort of dependencies I am having trouble with are things like this. I installed firefox and end up installing howl :-( Howl is not something that I need nor want, I get howl because, it is required by how-libs how-libs <- gnome-vfs2 <- firefox. These sort of dependencies are not an issue when one is dealing with a full distribution. They do become an issue when one is wanting to keep the number of packages at a minimum. I wonder whether there is possible a need for 'optional dependencies'. If something isn't there is is not needed for normal functionality but with it one gets more or better integration. Glen. From gdk at redhat.com Tue Aug 23 17:24:52 2005 From: gdk at redhat.com (Greg DeKoenigsberg) Date: Tue, 23 Aug 2005 13:24:52 -0400 (EDT) Subject: [Fedora-livecd-list] Kadischi (was: livecd project) Message-ID: OK, folks, it's time to go get some code. Take a look at: http://fedoraproject.org/wiki/Kadischi This is the first generation of the generic "take any set of packages and turn them into a Live CD" tool. Please, please, PLEASE take it for a test-drive -- because the next step of the project will be to use this tool to create the first "official" Fedora Live CD. Big thanks to Darko for getting us to this point. Go, now! Test! :) --g _____________________ ____________________________________________ Greg DeKoenigsberg ] [ the future masters of technology will have Community Relations ] [ to be lighthearted and intelligent. the Red Hat ] [ machine easily masters the grim and the ] [ dumb. --mcluhan From geustace at godzone.net.nz Wed Aug 24 05:58:45 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Wed, 24 Aug 2005 17:58:45 +1200 Subject: [Fedora-livecd-list] Kadischi (was: livecd project) In-Reply-To: References: Message-ID: <1124863125.3187.74.camel@agree-6> This looks very promising, the documentation is missing the bit re: setting up a local repo. I copied FC4 CD1 and then added in the RPMS from the other CDs. I can't seem to get the correct repo dir. Anaconda complains about not being able to read header list. Any suggestions welcome. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From luya at jpopmail.com Thu Aug 25 04:40:00 2005 From: luya at jpopmail.com (Luya Tshimbalanga) Date: Wed, 24 Aug 2005 20:40:00 -0800 Subject: [Fedora-livecd-list] List of external projects Message-ID: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From geustace at godzone.net.nz Thu Aug 25 06:53:41 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Thu, 25 Aug 2005 18:53:41 +1200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> Message-ID: <1124952821.3187.105.camel@agree-6> Well done, it works !! I have successfully built a bootable CD. Some comments on my experience; 1. Creating a repo was trial and error as I couldn't find any instructions :-( In the end I did the following; - Copied disk one from FC4 set, then merged in RPMS from 2-4. - renamed Fedora to anaconda - Accessed via http, couldn't work out how to get file:// working. 2. Lots of errors from anaconda while processing the hdlist, but at this stage nothing appears to be fatal. 3. Controlled the process from a minimal kickstart config, specifying no packages still resulted in a 628Mb image. The challenge for me is to reduce the number of packages, and then to customise the build prior to turning it into an iso fs. Not being a KickStart guru, I'm going to have to work out how to subtract packages from @ Base, which I think is the default if nothing is specified. There would seem to be several approaches to customising things; - the build process could be split so that the tree can be manipulated prior to producing the iso fs. - one could build an rpm and add it to the repo and the kickstart config with all the customisation processing done as part of its install. I am not sure what discussion has occurred on the topic to date. Which is the preferred approach ? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From darko.ilic at gmail.com Thu Aug 25 10:54:16 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Thu, 25 Aug 2005 12:54:16 +0200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <1124952821.3187.105.camel@agree-6> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> Message-ID: <200508251254.16641.darko.ilic@gmail.com> On Thursday 25 August 2005 08:53, Glen Eustace wrote: > Well done, it works !! I have successfully built a bootable CD. That`s great! Thank you for the feedback. Comments follow. > 1. Creating a repo was trial and error as I couldn't find any > instructions :-( On the page http://fedoraproject.org/wiki/KadischiDoc we have a chapter called "How to build a repository" (I think I wrote it yesterday) so it shouldn`t be a problem anymore :) > - renamed Fedora to anaconda Which means you didn`t change productPath variable in file /usr/lib/anaconda/product.py like I wrote in installation instructions :) Since I received a couple of similar complaints, it would really help me if you told me have you read the documentation and still had this unclear, or you just skipped the documentation? In other words - should I work on the style and quality of documentation, or I should concentrate on making documentation more available? > - Accessed via http, couldn't work out how to get file:// working. Actually, for the repository that is on your hard drive, you only have to provide a path, without any prefixes. For example: root# kadischi /tmp/fc4 /tmp/livecd.iso > 2. Lots of errors from anaconda while processing the hdlist, but at this > stage nothing appears to be fatal. It`s on the TODO list already... > 3. Controlled the process from a minimal kickstart config, specifying no > packages still resulted in a 628Mb image. > The challenge for me is to reduce the number of packages, and then to > customise the build prior to turning it into an iso fs. Not being a > KickStart guru, I'm going to have to work out how to subtract packages > from @ Base, which I think is the default if nothing is specified. 628MB is the minimal installation. Shorter selection of packages would result in broken dependencies. We had this topic on the list a few days ago... > There would seem to be several approaches to customising things; > - the build process could be split so that the tree can be manipulated > prior to producing the iso fs. > - one could build an rpm and add it to the repo and the kickstart config > with all the customisation processing done as part of its install. > > I am not sure what discussion has occurred on the topic to date. Which > is the preferred approach ? Well, basically, we want changes to be reproducible and doing stuff by hand isn't. There are ways to perform customization with Kadischi, and I will write a couple of words on the subject very soon (today or something). Checkout http://fedoraproject.org/wiki/KadischiDoc later. -- Darko From geustace at godzone.net.nz Thu Aug 25 19:17:40 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Fri, 26 Aug 2005 07:17:40 +1200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <200508251254.16641.darko.ilic@gmail.com> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> Message-ID: <1124997460.3187.114.camel@agree-6> On Thu, 2005-08-25 at 12:54 +0200, Darko Ilic wrote: > On the page http://fedoraproject.org/wiki/KadischiDoc we have a chapter called > "How to build a repository" (I think I wrote it yesterday) so it shouldn`t be > a problem anymore :) Great, I'll go read it shortly. > Which means you didn`t change productPath variable in > file /usr/lib/anaconda/product.py like I wrote in installation > instructions :) Since I received a couple of similar complaints, it would > really help me if you told me have you read the documentation and still had > this unclear, or you just skipped the documentation? In other words - should > I work on the style and quality of documentation, or I should concentrate on > making documentation more available? I read what was provided, but obviously missed it. If this is a requirement, then how about including it in the anaconda patching process so that it doesn't get missed. > > - Accessed via http, couldn't work out how to get file:// working. > > Actually, for the repository that is on your hard drive, you only have to > provide a path, without any prefixes. For example: > > root# kadischi /tmp/fc4 /tmp/livecd.iso I tried various combinations of this without success. I'll give it another go as using http probably is slower even though it was on the same machine. > > 2. Lots of errors from anaconda while processing the hdlist, but at this > > stage nothing appears to be fatal. > > It`s on the TODO list already... I did a text-mode build so they splattered all over the screen. > 628MB is the minimal installation. Shorter selection of packages would result > in broken dependencies. We had this topic on the list a few days ago... In my earlier attempts using YETAAA, I have managed to remove lots of stuff from the BASE and got it down to less than 500Mb even after adding 'firefox' and its dependencies. So I think there is still too much in Base that isn't needed, particularly if one is trying to build CDs for specific purposes. e.g. all the compiler stuff, yum, rpm etc. One doesn't update a CD distribution one makes another. > Well, basically, we want changes to be reproducible and doing stuff by hand > isn't. There are ways to perform customization with Kadischi, and I will > write a couple of words on the subject very soon (today or something). > Checkout http://fedoraproject.org/wiki/KadischiDoc later. I would want reproducibility too, which means scripting is the correct approach. Whether that should be in an RPM on added to Kadischi, I don't know. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From luya at jpopmail.com Fri Aug 26 07:10:31 2005 From: luya at jpopmail.com (Luya Tshimbalanga) Date: Thu, 25 Aug 2005 23:10:31 -0800 Subject: [Fedora-livecd-list] List of external projects Message-ID: <20050826071031.CF12D23D09@ws5-3.us4.outblaze.com> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From sundaram at redhat.com Fri Aug 26 07:17:18 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Fri, 26 Aug 2005 12:47:18 +0530 Subject: [Fedora-livecd-list] List of external projects In-Reply-To: <20050826071031.CF12D23D09@ws5-3.us4.outblaze.com> References: <20050826071031.CF12D23D09@ws5-3.us4.outblaze.com> Message-ID: <430EC1FE.5020109@redhat.com> Luya Tshimbalanga wrote: >Just got another external project from Gentoo via livecdnews.com >http://www.gentoo.org/proj/en/releng/catalyst/ > > >Luya > added to wiki http://fedoraproject.org/wiki/LiveCD regards Rahul From filip.tsachev at gmail.com Fri Aug 26 10:17:33 2005 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Fri, 26 Aug 2005 13:17:33 +0300 Subject: [Fedora-livecd-list] Re: Fedora-livecd-list Digest, Vol 4, Issue 7 In-Reply-To: <20050825160116.C90547320F@hormel.redhat.com> References: <20050825160116.C90547320F@hormel.redhat.com> Message-ID: >I will write a couple of words on the subject very soon (today or something). > Checkout http://fedoraproject.org/wiki/KadischiDoc later. > Darko you should tell on the list when you update the /KadashiDoc web, thanks in advance! maybe even automate this process.. Regards, Filip Tsachev Technical Department www.infodesign.bg F-Secure Business Partner From fedora at leemhuis.info Fri Aug 26 10:39:27 2005 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Fri, 26 Aug 2005 12:39:27 +0200 Subject: [Fedora-livecd-list] Re: Fedora-livecd-list Digest, Vol 4, Issue 7 In-Reply-To: References: <20050825160116.C90547320F@hormel.redhat.com> Message-ID: <1125052767.2712.26.camel@thl.ct.heise.de> Am Freitag, den 26.08.2005, 13:17 +0300 schrieb Filip Tsachev: > >I will write a couple of words on the subject very soon (today or something). > > Checkout http://fedoraproject.org/wiki/KadischiDoc later. > > Darko > > you should tell on the list when you update the /KadashiDoc web, > thanks in advance! maybe even automate this process.. You can do this yourself by subscribing to pages in the Wiki. If anything changes you'll get a E-Mail with the diff. HTH CU thl From filip.tsachev at gmail.com Fri Aug 26 11:36:11 2005 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Fri, 26 Aug 2005 14:36:11 +0300 Subject: [Fedora-livecd-list] Re: Fedora-livecd-list Digest, Vol 4, Issue 7 In-Reply-To: <20050825160116.C90547320F@hormel.redhat.com> References: <20050825160116.C90547320F@hormel.redhat.com> Message-ID: I have to add: I donwloaded cvs before 30mins.. ./autogen.sh: line 37: glib-gettextize: command not found <<< I tried rpm -q --whatprovides glib-gettextsize, locate and yum search (7repos) no luck... also rpm.pbone.net said: Your search glib-gettextsize did not match any entry in database. thied to change line 37 to "s"ize... same... [root at kadischi]# rpm -qa|grep glib glib2-2.6.4-1 glibc-kernheaders-2.4-9.1.94 glibc-2.3.5-10.3 glibc-headers-2.3.5-10.3 glib-1.2.10-16 glibmm24-2.6.1-1 glibc-devel-2.3.5-10.3 dbus-glib-0.33-3 glib-devel-1.2.10-16 glibc-common-2.3.5-10.3 aclocal:configure.ac:44: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library /usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL find_live_cd/Makefile.am: C source seen but `CC' is undefined find_live_cd/Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC' find_live_cd/Makefile.am: to `configure.ac' and run `autoconf' again. mv: cannot stat `po/POTFILES': No such file or directory ./configure: line 1706: AM_GLIB_GNU_GETTEXT: command not found ./configure: line 2227: po/POTFILES.tmp: No such file or directory config.status: creating Makefile config.status: error: cannot find input file: Makefile.in can't do the "make" part... Any help would be appreciated -- Regards, Filip Tsachev Technical Department www.infodesign.bg F-Secure Business Partner From gdk at redhat.com Fri Aug 26 14:47:15 2005 From: gdk at redhat.com (Greg DeKoenigsberg) Date: Fri, 26 Aug 2005 10:47:15 -0400 (EDT) Subject: [Fedora-livecd-list] Re: Fedora-livecd-list Digest, Vol 4, Issue 7 In-Reply-To: References: <20050825160116.C90547320F@hormel.redhat.com> Message-ID: I recommend going to the page and subscribing to it. That way you get notified of every change. Just go to the page and click on the envelope icon in the upper right-hand corner. --g _____________________ ____________________________________________ Greg DeKoenigsberg ] [ the future masters of technology will have Community Relations ] [ to be lighthearted and intelligent. the Red Hat ] [ machine easily masters the grim and the ] [ dumb. --mcluhan On Fri, 26 Aug 2005, Filip Tsachev wrote: > >I will write a couple of words on the subject very soon (today or something). > > Checkout http://fedoraproject.org/wiki/KadischiDoc later. > > Darko > > you should tell on the list when you update the /KadashiDoc web, > thanks in advance! maybe even automate this process.. > > Regards, > Filip Tsachev > > Technical Department > www.infodesign.bg > F-Secure Business Partner > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list > From darko.ilic at gmail.com Fri Aug 26 19:42:51 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Fri, 26 Aug 2005 21:42:51 +0200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <200508251254.16641.darko.ilic@gmail.com> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> Message-ID: <200508262142.52345.darko.ilic@gmail.com> On Thursday 25 August 2005 12:54, Darko Ilic wrote: > hand isn't. There are ways to perform customization with Kadischi, and I > will write a couple of words on the subject very soon (today or something). > Checkout http://fedoraproject.org/wiki/KadischiDoc later. I have to correct my self - some bugs that need to be fixed came up, so I have to delay finishing the documentation. -- Darko From geustace at godzone.net.nz Fri Aug 26 20:38:04 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Sat, 27 Aug 2005 08:38:04 +1200 Subject: [Fedora-livecd-list] kadischi - more comments In-Reply-To: <200508262142.52345.darko.ilic@gmail.com> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> <200508262142.52345.darko.ilic@gmail.com> Message-ID: <1125088684.3187.130.camel@agree-6> Kind of weird, I have put into my kickstart.conf that I want the install to be textmode, this makes it easier to try things remotely. If the repo is via http (same server), anaconda reports '* Display mode = t' and does the expected. If I use a local directory as the repo, I get '* Display mode = g'. Not what I would expect and a graphical install. Continuing with my quest to reduce the base install, is it OK to simply delete packages from the Group definition of 'Base' in comps.xml ? Or should I put 'rpm -e' into the kickstart %post section, or is there a better way. I am working on the premise that a CD will not be updated, it will be rebuilt and that the build is for a specific purpose hence all of the packages that support updating and not the specific purpose can go. There is lots of stuff that doesn't have critical dependencies. I almost wonder whether there needs to be a base-cd group ? I am more than happy to try to create one, if editing the comps.xml is the appropriate path which I will make available. On second thoughts it should be a lean and mean base, which could be required by base-cd, base-std, base-x etc. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From geustace at godzone.net.nz Fri Aug 26 20:47:45 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Sat, 27 Aug 2005 08:47:45 +1200 Subject: [Fedora-livecd-list] kadischi - more comments In-Reply-To: <1125088684.3187.130.camel@agree-6> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> <200508262142.52345.darko.ilic@gmail.com> <1125088684.3187.130.camel@agree-6> Message-ID: <1125089265.3187.134.camel@agree-6> On Sat, 2005-08-27 at 08:38 +1200, Glen Eustace wrote: > Kind of weird, I have put into my kickstart.conf that I want the install > to be textmode, this makes it easier to try things remotely. If the > repo is via http (same server), anaconda reports '* Display mode = t' > and does the expected. If I use a local directory as the repo, I get '* > Display mode = g'. Not what I would expect and a graphical install. The textmode install goes to completion. The graphical install dies. Traceback (most recent call last): File "/usr/src/build/573771-i386/install//usr/lib/anaconda/gui.py", line 876, in nextClicked self.setScreen () File "/usr/src/build/573771-i386/install//usr/lib/anaconda/gui.py", line 1198, in setScreen new_screen = apply(self.currentWindow.getScreen, args) File "/usr/src/build/573771-i386/install//usr/lib/anaconda/iw/progress_gui.py", line 335, in getScreen progressTable.attach (self.totalProgress, 1, 2, 0, 1, ypadding=2) TypeError: GtkTable.attach() argument 8, item 16755579, item 5653649, item 6445183, item 383, item 11480415, item 142087215, item 3 impossible The only other thing I have done was to add all the fedora-update packages to the repo so that I would install the most recent ones. I am not sure whether this was the right thing to do either. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From moe at blagblagblag.org Fri Aug 26 21:15:13 2005 From: moe at blagblagblag.org (jeff) Date: Fri, 26 Aug 2005 15:15:13 -0600 Subject: [Fedora-livecd-list] kadischi - more comments In-Reply-To: <1125088684.3187.130.camel@agree-6> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> <200508262142.52345.darko.ilic@gmail.com> <1125088684.3187.130.camel@agree-6> Message-ID: <430F8661.9030200@blagblagblag.org> Glen Eustace wrote: > Kind of weird, I have put into my kickstart.conf that I want the install > to be textmode, this makes it easier to try things remotely. If the > repo is via http (same server), anaconda reports '* Display mode = t' > and does the expected. If I use a local directory as the repo, I get '* > Display mode = g'. Not what I would expect and a graphical install. I saw the same behaviour. The best way is to run kadischi with `-C` if you have a full kickstart file. This gives the cleanest output. > Continuing with my quest to reduce the base install, is it OK to simply > delete packages from the Group definition of 'Base' in comps.xml ? Or > should I put 'rpm -e' into the kickstart %post section, or is there a > better way. I removed them from the RPMS/ dir and took them out of comps.xml. I think this is the best way, and is faster than %post'ing them. ===== kadischi currently needs ash, which isn't in FC4. I did a build with s/ash/sash but it panicked on boot. ===== Docs should install to /usr/share/doc/kadischi-%{VERSION} instead of /usr/share/kadischi/doc ===== I built some (quick & dirty) RPMS which will be periodically updated: ftp://ftp.blagblagblag.org/pub/BLAG/linux/40000/en/os/i386/BLAG/RPMS.extras/kadischi-0.0.20050825-1blag.fc4.i386.rpm ftp://ftp.blagblagblag.org/pub/BLAG/linux/40000/en/os/i386/SRPMS/kadischi-0.0.20050825-1blag.fc4.src.rpm ===== I have sucessfully built a live CD based on BLAG, which is based on Fedora. I have my kickstart file and comps.xml in our wiki. They are very early drafts, but they work. See: http://wiki.blagblagblag.org/Kadischi Thanks for kadischi! -Jeff P.S. If someone has perms to give me edit access to the fedoraproject wiki, plz do it for user jebba. From darko.ilic at gmail.com Fri Aug 26 21:52:10 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Fri, 26 Aug 2005 23:52:10 +0200 Subject: [Fedora-livecd-list] kadischi - more comments In-Reply-To: <430F8661.9030200@blagblagblag.org> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1125088684.3187.130.camel@agree-6> <430F8661.9030200@blagblagblag.org> Message-ID: <200508262352.12146.darko.ilic@gmail.com> On Friday 26 August 2005 23:15, jeff wrote: > kadischi currently needs ash, which isn't in FC4. I did a build with > s/ash/sash but it panicked on boot. Kadischi it self doesn`t need ash. ash is only needed by linuxrc, and it is included in busybox-anaconda which is used in initrd. What happens if you just leave linuxrc to use ash? Does the livecd panick that way? What`s the error message? > Docs should install to /usr/share/doc/kadischi-%{VERSION} instead of > /usr/share/kadischi/doc Yes I know, build files are on the TODO list... -- Darko From darko.ilic at gmail.com Fri Aug 26 22:32:33 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Sat, 27 Aug 2005 01:32:33 +0300 Subject: [Fedora-livecd-list] Fwd: i hope that yuo can see my live CD Message-ID: <200508270032.33915.darko.ilic@gmail.com> I`ve been asked to forward this to the list. -- Darko ---------- Forwarded Message ---------- Subject: i hope that yuo can see my live CD Date: Wednesday 24 August 2005 15:48 From: Linux Juggler To: darko.ilic at gmail.com Dear folks, Someone has created a Fedora Core 3 based Live CD with linux-live scripts by Tomas Matejicek, creator of SLAX. This is a great advancement in the creation of Fedora based live cd's. The creator of this cd, Mhd Zaher Ghaibeh(Linux Juggler), would appreciate questions be sent to his email, linux[dot]juggler[at]gmail.com . here is the link to the ISO file ... http://www.arabswell.net/well/ghaith/Linux/Fedora.LiveCD.Beta.0.01.ISO i hope that you can download it and test it. You will need to configure your hardware using kudzu removing the configuration which the live cd was made from, and configuring your hardware. Boot the live cd and you will be greated by kdm and you will have to type to access kde. username: root password: juggler Since the live cd is based on Fedora Core 3, sound is muted and if you want sound you will have to use kmix and increase volume to your liking. There are a few apps like KWord, KSpread, and KPresenter, Xmms with mp3 support, etc. If you have questiosn please direct them to linux.juggler at gmail.com. I know that there is a Fedora Wiki for live cd and hopefully someone on this list is also in that list and forwards it on that one. Kind Regards, -- best regards Linux Juggler To follow the path: look to the master, follow the master, walk with the master, see through the master, become the master ------------------------------------------------------- From geustace at godzone.net.nz Sat Aug 27 00:13:25 2005 From: geustace at godzone.net.nz (Glen Eustace) Date: Sat, 27 Aug 2005 12:13:25 +1200 Subject: [Fedora-livecd-list] Repo Tools Set In-Reply-To: <200508270032.33915.darko.ilic@gmail.com> References: <200508270032.33915.darko.ilic@gmail.com> Message-ID: <1125101605.3187.159.camel@agree-6> I wonder whether it might be a good idea to have a tool set for managing the repo. I am assuming that much of it may already exist. For a newbie like me though, finding the pieces is providing a challenge. e.g. I have the FC4 base repo ( copied from CDs ), I also maintain a mirror of the fedora-updates repo for my own internal use, I found a script that (with a bit of hacking) would let me update the base with the updates so that a CD is always built from the most recent RPMs. And all the older RPMs are removed. By hacking the comps.xml base group, I have now got a Bootable image that is 163 packages instead of 270. There are still more packages I want to remove. I now want to add my custom RPMs to the repo, but this is apparently not as easily done as said. Apparently, I need to regenerate the hdlist file. I have been told about genhdlist, which I have found in anaconda-runtime but the process for adding RPMs is still a little blurry. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 5301 Ph/Fax: +64 6 357 8168, Mob: +64 27 5 424 015, Web: www.godzone.net.nz "A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations" From tp at alternativ.net Mon Aug 29 20:31:16 2005 From: tp at alternativ.net (Thilo Pfennig) Date: Mon, 29 Aug 2005 22:31:16 +0200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <200508262142.52345.darko.ilic@gmail.com> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <1124952821.3187.105.camel@agree-6> <200508251254.16641.darko.ilic@gmail.com> <200508262142.52345.darko.ilic@gmail.com> Message-ID: <1125347477.3172.28.camel@stevie.marzipan.invalid> Am Freitag, den 26.08.2005, 21:42 +0200 schrieb Darko Ilic: > On Thursday 25 August 2005 12:54, Darko Ilic wrote: > > hand isn't. There are ways to perform customization with Kadischi, and I > > will write a couple of words on the subject very soon (today or something). > > Checkout http://fedoraproject.org/wiki/KadischiDoc later. > > I have to correct my self - some bugs that need to be fixed came up, so I have > to delay finishing the documentation. > When can I expect to see an early stage RPM? Just for my own planing... I like to test Alpha stage, but I don't want to mess with CVS. Thilo -- http://www.alternativ.net/~vinci Jabber: vinci at jabber.org From darko.ilic at gmail.com Tue Aug 30 21:08:49 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Tue, 30 Aug 2005 23:08:49 +0200 Subject: [Fedora-livecd-list] Bugzilla Message-ID: <200508302308.49125.darko.ilic@gmail.com> Hi folks, There is now kadischi component added to bugzilla. Please, use it for all of your bug reports and feature requests, so I could track them, and hopefully fix them :) Instructions can be found here http://fedoraproject.org/wiki/Kadischi Cheers, -- Darko From darko.ilic at gmail.com Tue Aug 30 21:13:43 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Tue, 30 Aug 2005 23:13:43 +0200 Subject: [Fedora-livecd-list] kadischi - more comments In-Reply-To: <1125088684.3187.130.camel@agree-6> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <200508262142.52345.darko.ilic@gmail.com> <1125088684.3187.130.camel@agree-6> Message-ID: <200508302313.43138.darko.ilic@gmail.com> On Friday 26 August 2005 22:38, Glen Eustace wrote: > Kind of weird, I have put into my kickstart.conf that I want the install > to be textmode, this makes it easier to try things remotely. If the > repo is via http (same server), anaconda reports '* Display mode = t' > and does the expected. If I use a local directory as the repo, I get '* > Display mode = g'. Not what I would expect and a graphical install. If used with http or ftp repository, anaconda can`t be started in GUI mode, thus TUI is default. However, if you use it with local repository, it will try to go to GUI, and if it don`t succeed, it will go to TUI. If you want to force TUI with local repository, use -T/--text command line option. -- Darko From darko.ilic at gmail.com Tue Aug 30 21:19:07 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Tue, 30 Aug 2005 23:19:07 +0200 Subject: [Fedora-livecd-list] kadischi - comments In-Reply-To: <1125347477.3172.28.camel@stevie.marzipan.invalid> References: <20050825044001.2D2E7CA0A3@ws5-11.us4.outblaze.com> <200508262142.52345.darko.ilic@gmail.com> <1125347477.3172.28.camel@stevie.marzipan.invalid> Message-ID: <200508302319.07975.darko.ilic@gmail.com> On Monday 29 August 2005 22:31, Thilo Pfennig wrote: > When can I expect to see an early stage RPM? Just for my own planing... > I like to test Alpha stage, but I don't want to mess with CVS. I can`t tell precisely, but I hope them to happen by the half of September. I`ll send info to the list... -- Darko From anthony.menasse at rsp.com.au Wed Aug 31 07:08:19 2005 From: anthony.menasse at rsp.com.au (Anthony Menasse) Date: Wed, 31 Aug 2005 17:08:19 +1000 Subject: [Fedora-livecd-list] Bugzilla In-Reply-To: <200508302308.49125.darko.ilic@gmail.com> References: <200508302308.49125.darko.ilic@gmail.com> Message-ID: <43155763.5010707@rsp.com.au> Hi, maybe i am missing something but i cannot find a Kadischi specific option on bugzilla. What should i file bugs under? Thanks Anthony Darko Ilic wrote: >Hi folks, > >There is now kadischi component added to bugzilla. Please, use it for all of >your bug reports and feature requests, so I could track them, and hopefully >fix them :) > >Instructions can be found here http://fedoraproject.org/wiki/Kadischi > >Cheers, >-- >Darko > >-- >Fedora-livecd-list mailing list >Fedora-livecd-list at redhat.com >https://www.redhat.com/mailman/listinfo/fedora-livecd-list > > -- anthony menasse systems administrator - anthony.menasse at rsp.com.au ---------------------------------------------------------------- rising sun pictures - www.rsp.com.au redefining visual effects delivery ---------------------------------------------------------------- direct line +61 2 9338 6454 mobile ph +61 419 259 993 ---------------------------------------------------------------- our adelaide phone number & address has changed, please update your records.......... ---------------------------------------------------------------- adl ph +61 8 8400 6400 - fx +61 8 8400 6401 level 1, 133 gouger street, adelaide, 5034 ---------------------------------------------------------------- syd ph +61 2 9338 6400 - fx +61 2 9338 6401 15/16 charles street east redfern, sydney, 2016 ---------------------------------------------------------------- rising sun research - http://research.rsp.com.au ---------------------------------------------------------------- From darko.ilic at gmail.com Wed Aug 31 10:54:42 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Wed, 31 Aug 2005 12:54:42 +0200 Subject: [Fedora-livecd-list] Bugzilla In-Reply-To: <43155763.5010707@rsp.com.au> References: <200508302308.49125.darko.ilic@gmail.com> <43155763.5010707@rsp.com.au> Message-ID: <200508311254.42966.darko.ilic@gmail.com> On Wednesday 31 August 2005 09:08, Anthony Menasse wrote: > maybe i am missing something but i cannot find a Kadischi specific > option on bugzilla. What should i file bugs under? The component is named kadischi, but is under Fedora Extras, not under Fedora Core. Sorry for not mentioning this.. -- Darko From darko.ilic at gmail.com Wed Aug 31 11:34:32 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Wed, 31 Aug 2005 13:34:32 +0200 Subject: [Fedora-livecd-list] Re: Fedora-livecd-list Digest, Vol 4, Issue 7 In-Reply-To: References: <20050825160116.C90547320F@hormel.redhat.com> Message-ID: <200508311334.32702.darko.ilic@gmail.com> On Friday 26 August 2005 13:36, Filip Tsachev wrote: > I have to add: I donwloaded cvs before 30mins.. > > ./autogen.sh: line 37: glib-gettextize: command not found > aclocal:configure.ac:44: warning: macro `AM_GLIB_GNU_GETTEXT' not > found in library > can't do the "make" part... > Any help would be appreciated glib-gettextize is in glib2-devel, when you install it, everything should be OK. -- Darko