From sundaram at redhat.com Sat Dec 3 08:52:23 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Sat, 03 Dec 2005 14:22:23 +0530 Subject: [Fedora-livecd-list] custom kernel In-Reply-To: <1133368674.2945.9.camel@hush.localdomain> References: <1133335906.16684.22.camel@hush.localdomain> <1133366283.16684.31.camel@hush.localdomain> <1133368674.2945.9.camel@hush.localdomain> Message-ID: <43915CC7.9010309@redhat.com> tony wrote: >Le mercredi 30 novembre 2005 ? 16:58 +0100, tony a ?crit : > > >>Le mercredi 30 novembre 2005 ? 09:51 -0500, Greg DeKoenigsberg a ?crit : >> >> >>>That looks like a decent source to me. >>> >>> >>Doesn't work like that with recent kernels... Or there is a step missed >>out. I have found another way and built one. Going to boot it and the >>next message will be posted from it or... >> >> > >OK I have a new VIA Epia specific kernel for my liveCD! It worked. > >Tony > > > Congrats! then regards Rahul From chitlesh at gmail.com Sat Dec 3 14:11:33 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Sat, 3 Dec 2005 14:11:33 +0000 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code Message-ID: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> Hai there, with kadischi, i having these: (any help!) [root at goorah ~]# kadischi http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os /tmp/fedora-live.iso Starting kadischi... Parsing command line arguments Checking UID Using buildstamp file /etc/kadischi/buildstamp. Product path set to Fedora. Now we are going to try to validate your repository (for now, only http, ftp and local repositories can be checked) URL http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os contacted. OK URL http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora contacted. OK URL http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/base contacted. OK URL http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS contacted. OK Repository seems to be OK. Checking required packages Looking for config file Loadnig config file options *** running anaconda *** Error bad argument --livecd: unknown option : *** Fatal error: anaconda returned non zero (65280) exit code. Aborting execution. Cleaning up temporary files... Done. You have new mail in /var/spool/mail/root [root at goorah ~]# [root at goorah ~]# yum install anaconda busybox-anaconda syslinux mkisofs zisofs-tools e2fsprogs Loading "installonlyn" plugin Setting up Install Process Setting up repositories updates-released 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files Parsing package install arguments Nothing to do Chitlesh GOORAH -- http://clunixchit.blogspot.com From jasperhartline at adelphia.net Sat Dec 3 18:51:02 2005 From: jasperhartline at adelphia.net (J. Hartline) Date: Sat, 03 Dec 2005 12:51:02 -0600 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> Message-ID: <4391E916.7070100@adelphia.net> I'm imagining you did not patch Anaconda. I could be mistaken, maybe wait for more input. Verify you patched anaconda.py and flags.py Chitlesh GOORAH wrote: > > *** running anaconda *** > >Error bad argument --livecd: unknown option > >: > *** Fatal error: anaconda returned non zero (65280) exit code. >Aborting execution. > > > > From chitlesh at gmail.com Sat Dec 3 19:21:04 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Sat, 3 Dec 2005 19:21:04 +0000 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <4391E916.7070100@adelphia.net> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> <4391E916.7070100@adelphia.net> Message-ID: <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> On 12/3/05, J. Hartline wrote: > I'm imagining you did not patch Anaconda. > I could be mistaken, maybe wait for more input. > Verify you patched anaconda.py and flags.py > yes its true i didnt patch it. but now i got these [root at goorah ~]# patch -b /usr/sbin/anaconda /usr/share/kadischi/patches/anaconda.patch patch: **** Can't open patch file /usr/share/kadischi/patches/anaconda.patch : No such file or directory [root at goorah ~]# patch -b /usr/lib/anaconda/flags.py /usr/share/kadischi/patches/flags.py.patch patch: **** Can't open patch file /usr/share/kadischi/patches/flags.py.patch : No such file or directory Chitlesh GOORAH -- http://clunixchit.blogspot.com From jasperhartline at adelphia.net Sat Dec 3 20:31:54 2005 From: jasperhartline at adelphia.net (J. Hartline) Date: Sat, 03 Dec 2005 14:31:54 -0600 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> <4391E916.7070100@adelphia.net> <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> Message-ID: <439200BA.7070705@adelphia.net> Wrong directory path to the patch files. Perhaps contact Patrick "The NMan" Barnes in #fedora-wiki on irc.freenode.net He can make the changes to the wiki if neccessary. Chitlesh GOORAH wrote: >yes its true i didnt patch it. >but now i got these >[root at goorah ~]# patch -b /usr/sbin/anaconda >/usr/share/kadischi/patches/anaconda.patch >patch: **** Can't open patch file >/usr/share/kadischi/patches/anaconda.patch : No such file or directory >[root at goorah ~]# patch -b /usr/lib/anaconda/flags.py >/usr/share/kadischi/patches/flags.py.patch >patch: **** Can't open patch file >/usr/share/kadischi/patches/flags.py.patch : No such file or directory > >Chitlesh GOORAH >-- >http://clunixchit.blogspot.com > >-- >Fedora-livecd-list mailing list >Fedora-livecd-list at redhat.com >https://www.redhat.com/mailman/listinfo/fedora-livecd-list > > > From chitlesh at gmail.com Sat Dec 3 20:32:13 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Sat, 3 Dec 2005 20:32:13 +0000 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> <4391E916.7070100@adelphia.net> <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> Message-ID: <13dbfe4f0512031232o1ff8f039rc04e60225aa5483d@mail.gmail.com> I think 2 corrections are needed to be made: 1. I have now got the correct path [root at goorah ~]# patch -b /usr/sbin/anaconda /usr/local/share/kadischi/patches/anaconda.patch patching file /usr/sbin/anaconda [root at goorah ~]# patch -b /usr/lib/anaconda/flags.py /usr/local/share/kadischi/patches/flags.py.patch patching file /usr/lib/anaconda/flags.py In the wiki the default path is /usr/share/kadischi but mine is /usr/local/share/kadischi 2. in the docs files download from the cvs in the file "INSTALL" we should replace ./autogen by ./autogen.sh ChitleshGOORAH -- http://clunixchit.blogspot.com From jasperhartline at adelphia.net Sat Dec 3 21:46:45 2005 From: jasperhartline at adelphia.net (J. Hartline) Date: Sat, 03 Dec 2005 15:46:45 -0600 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <13dbfe4f0512031232o1ff8f039rc04e60225aa5483d@mail.gmail.com> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> <4391E916.7070100@adelphia.net> <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> <13dbfe4f0512031232o1ff8f039rc04e60225aa5483d@mail.gmail.com> Message-ID: <43921245.4020505@adelphia.net> File a bug, or contact Greg. http://bugzilla.redhat.com Kadischi should be under Extras. Chitlesh GOORAH wrote: >I think 2 corrections are needed to be made: > >1. >I have now got the correct path >[root at goorah ~]# patch -b /usr/sbin/anaconda >/usr/local/share/kadischi/patches/anaconda.patch >patching file /usr/sbin/anaconda >[root at goorah ~]# patch -b /usr/lib/anaconda/flags.py >/usr/local/share/kadischi/patches/flags.py.patch >patching file /usr/lib/anaconda/flags.py > >In the wiki the default path is /usr/share/kadischi >but mine is /usr/local/share/kadischi > >2. in the docs files download from the cvs >in the file "INSTALL" >we should replace >./autogen >by ./autogen.sh > > > > From chitlesh at gmail.com Sat Dec 3 22:07:23 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Sat, 3 Dec 2005 22:07:23 +0000 Subject: [Fedora-livecd-list] Fatal error: anaconda returned non zero (65280) exit code In-Reply-To: <43921245.4020505@adelphia.net> References: <13dbfe4f0512030611i6d302b1ev1d3b9ba6cd1aa6f@mail.gmail.com> <4391E916.7070100@adelphia.net> <13dbfe4f0512031121k1f486ce9w9e0ff35fd942c3fb@mail.gmail.com> <13dbfe4f0512031232o1ff8f039rc04e60225aa5483d@mail.gmail.com> <43921245.4020505@adelphia.net> Message-ID: <13dbfe4f0512031407r7f363f5fr786e7e32fa6f774d@mail.gmail.com> Well i did here https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174907 and modified the wiki too Chitlesh GOORAH -- http://clunixchit.blogspot.com From chitlesh at gmail.com Thu Dec 8 22:22:29 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Thu, 8 Dec 2005 23:22:29 +0100 Subject: [Fedora-livecd-list] screenshots of kadischi Message-ID: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> Hai there. I took some screenshots of kadischi. Im sharing them here in the thought that it might be useful to you. http://www.flickr.com/photos/29842792 at N00/tags/live/ as you can see when i tried to change the keyboard config to fr it says Permission denied. regards, Chitlesh GOORAH -- http://clunixchit.blogspot.com From gdk at redhat.com Thu Dec 8 22:25:57 2005 From: gdk at redhat.com (Greg DeKoenigsberg) Date: Thu, 8 Dec 2005 17:25:57 -0500 (EST) Subject: [Fedora-livecd-list] screenshots of kadischi In-Reply-To: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> References: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> Message-ID: Do you have a network install image for stock FC4? --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, 8 Dec 2005, Chitlesh GOORAH wrote: > Hai there. > I took some screenshots of kadischi. > Im sharing them here in the thought that it might be useful to you. > http://www.flickr.com/photos/29842792 at N00/tags/live/ > as you can see when i tried to change the keyboard config to fr it > says Permission denied. > > regards, > Chitlesh GOORAH > -- > http://clunixchit.blogspot.com > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list > From chitlesh at gmail.com Thu Dec 8 22:33:23 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Thu, 8 Dec 2005 23:33:23 +0100 Subject: [Fedora-livecd-list] screenshots of kadischi In-Reply-To: References: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> Message-ID: <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> On 12/8/05, Greg DeKoenigsberg wrote: > > Do you have a network install image for stock FC4? unfortunately no. -- http://clunixchit.blogspot.com From gdk at redhat.com Thu Dec 8 22:36:00 2005 From: gdk at redhat.com (Greg DeKoenigsberg) Date: Thu, 8 Dec 2005 17:36:00 -0500 (EST) Subject: [Fedora-livecd-list] screenshots of kadischi In-Reply-To: <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> References: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> Message-ID: It almost looks as though it's looking for your packages and not finding any. You need to copy the package tree in FC4 onto your hard drive -- have you done that? --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, 8 Dec 2005, Chitlesh GOORAH wrote: > On 12/8/05, Greg DeKoenigsberg wrote: > > > > Do you have a network install image for stock FC4? > > unfortunately no. > > -- > http://clunixchit.blogspot.com > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list > From chitlesh at gmail.com Thu Dec 8 22:42:13 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Thu, 8 Dec 2005 23:42:13 +0100 Subject: [Fedora-livecd-list] screenshots of kadischi In-Reply-To: <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> References: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> Message-ID: <13dbfe4f0512081442o525a6aedq1fb24d6c50f706c7@mail.gmail.com> Another thing i would like point over here is that there are no headers to make FC5 test 1 live cds. suggestions are welcomed. -- http://clunixchit.blogspot.com From chitlesh at gmail.com Thu Dec 8 22:46:34 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Thu, 8 Dec 2005 23:46:34 +0100 Subject: [Fedora-livecd-list] screenshots of kadischi In-Reply-To: References: <13dbfe4f0512081422p73970dm98c1131ccd53b678@mail.gmail.com> <13dbfe4f0512081433q7275dde3j64b4127042e432a1@mail.gmail.com> Message-ID: <13dbfe4f0512081446t3001167dpc56f7dae93a83482@mail.gmail.com> On 12/8/05, Greg DeKoenigsberg wrote: > > It almost looks as though it's looking for your packages and not finding > any. You need to copy the package tree in FC4 onto your hard drive -- > have you done that? sorry greg ive misunderstood you. Im performing kadischi http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os /tmp/fedora-live.iso I have successfully built a live DVD before as i mentioned before on FC/people but now, im building french one which could be useful to me as a fedora ambassador in france. but i can't host the .iso so that anyone could download it :( this was what i wanted to say in the previous email -- http://clunixchit.blogspot.com From chitlesh at gmail.com Fri Dec 9 08:28:27 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Fri, 9 Dec 2005 09:28:27 +0100 Subject: [Fedora-livecd-list] Re: screenshots of kadischi (Prob) Message-ID: <13dbfe4f0512090028g6a0726f8g73a46bb718f1cc16@mail.gmail.com> Hello there, I have attached a text file to this email. it includes the output of kadischi and an error. I wanted to burn the iso (853Mb) , but k3b tells me its too big for a 700Mb cd and too small for a dvd !!!! So i can't burn it :( Chitlesh GOORAH -- http://clunixchit.blogspot.com From chitlesh at gmail.com Fri Dec 9 12:03:51 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Fri, 9 Dec 2005 13:03:51 +0100 Subject: [Fedora-livecd-list] Re: screenshots of kadischi (Prob) In-Reply-To: <13dbfe4f0512090028g6a0726f8g73a46bb718f1cc16@mail.gmail.com> References: <13dbfe4f0512090028g6a0726f8g73a46bb718f1cc16@mail.gmail.com> Message-ID: <13dbfe4f0512090403s423f211cgfe616dcccff4b8f5@mail.gmail.com> Ive forgotten the text file sorry here it is -- http://clunixchit.blogspot.com -------------- next part -------------- A non-text attachment was scrubbed... Name: Text File Type: application/octet-stream Size: 2767 bytes Desc: not available URL: From william at exegenix.com Thu Dec 22 18:54:40 2005 From: william at exegenix.com (William Reid) Date: Thu, 22 Dec 2005 13:54:40 -0500 Subject: [Fedora-livecd-list] efs and livecd Message-ID: <43AAF670.2090501@exegenix.com> Hi all, tryin to get the loopback mount encripted for the livecd, I attempted modprobing loop and then changing the the following entry in livecd-mkinitrd.sh losetup ${LODEV} $IMAGE || exit 1 TO READ losetup -e des ${LODEV} $IMAGE || exit 1 to read So I run the installer, and and am prompted to enter a password (as expected) then as soon as I press enter I get "ioctl: LOOP_SET_STATUS: Invalid Arguement" Any Ideas? From karl_ranseier1908 at yahoo.de Fri Dec 23 00:37:59 2005 From: karl_ranseier1908 at yahoo.de (karl ranseier) Date: Fri, 23 Dec 2005 01:37:59 +0100 (CET) Subject: [Fedora-livecd-list] efs and livecd In-Reply-To: <43AAF670.2090501@exegenix.com> Message-ID: <20051223003759.5705.qmail@web26609.mail.ukl.yahoo.com> ??HMMMM,sorry,but can you tell me how to cancel this mailling list ??? Really very sorry karl --------------------------------- Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC! Jetzt Yahoo! Messenger installieren! -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at exegenix.com Fri Dec 23 14:36:20 2005 From: william at exegenix.com (William Reid) Date: Fri, 23 Dec 2005 09:36:20 -0500 Subject: [Fedora-livecd-list] efs and livecd In-Reply-To: <20051223003759.5705.qmail@web26609.mail.ukl.yahoo.com> References: <20051223003759.5705.qmail@web26609.mail.ukl.yahoo.com> Message-ID: <43AC0B64.9000200@exegenix.com> Try here... https://www.redhat.com/mailman/listinfo/fedora-livecd-list karl ranseier wrote: > ??HMMMM,sorry,but can you tell me how to cancel this mailling list ??? > Really very sorry > karl > > > ------------------------------------------------------------------------ > Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC! > Jetzt Yahoo! Messenger installieren! > > > ------------------------------------------------------------------------ > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list From tony at tgds.net Mon Dec 26 13:20:55 2005 From: tony at tgds.net (tony) Date: Mon, 26 Dec 2005 14:20:55 +0100 Subject: [Fedora-livecd-list] mkinitrd failing Message-ID: <1135603255.14996.16.camel@hush.localdomain> Hello, I am back building LiveCDs with my custom kernel My kernel rpm is called 2.6.14EPIAIX-1, when it installs it makes /lib/modules/2.6.14EPIAIX mkinitrd is choking on this name difference at the end of the build /home/tony/tmp/livecd-build_no14/system/lib/modules/2.6.14EPIAIX-1 is not a directory. *** Fatal error: /usr/local/share/kadischi/livecd-mkinitrd.sh returned non zero (256) exit code. Aborting execution. I don't know where this naming difference comes from. The kernel runs just fine on my machine and has done so for quite some time... Any pointers ideas greatly appreciated Tony -- Tony Grant www.tgds.net - vente d'ordinateurs mini-itx en ligne www.tgds.net/epiaix1.html - A fedora Core 4 based live CD for VIA Epia-M From tony at tgds.net Tue Dec 27 15:45:40 2005 From: tony at tgds.net (tony) Date: Tue, 27 Dec 2005 16:45:40 +0100 Subject: [Fedora-livecd-list] custom kernel In-Reply-To: References: <1133335906.16684.22.camel@hush.localdomain> Message-ID: <1135698340.2860.48.camel@hush.localdomain> Le mercredi 30 novembre 2005 ? 09:51 -0500, Greg DeKoenigsberg a ?crit : > Sorry for the quietness on this list lately. Still way too quiet... I need to chat with someone about the mkinitrd script. It is including the Release: number from kernel.spec after my custom kernel name and this aborts the build at the end. It works just fine with stock FC kernels this issue only arises with a custom kernel. Could someone please tell me what variable I need to modify in the script? TIA Tony -- Tony Grant www.tgds.net - vente d'ordinateurs mini-itx en ligne www.tgds.net/epiaix1.html - A fedora Core 4 based live CD for VIA Epia-M From darko.ilic at gmail.com Wed Dec 28 02:43:11 2005 From: darko.ilic at gmail.com (Darko Ilic) Date: Wed, 28 Dec 2005 03:43:11 +0100 Subject: [Fedora-livecd-list] mkinitrd failing In-Reply-To: <1135603255.14996.16.camel@hush.localdomain> References: <1135603255.14996.16.camel@hush.localdomain> Message-ID: <200512280343.12250.darko.ilic@gmail.com> On Monday 26 December 2005 14:20, tony wrote: > My kernel rpm is called 2.6.14EPIAIX-1, when it installs it > makes /lib/modules/2.6.14EPIAIX > > /home/tony/tmp/livecd-build_no14/system/lib/modules/2.6.14EPIAIX-1 is > not a directory. Hi there, I think you have made a mistake while you were building rpm for your custom kernel. Modules should be placed in /lib/modules/{kernel_version}-{kernel_release} (for example /lib/modules/2.6.14-1.1635_FC5) and not in /lib/modules/{kernel_version} like in your case. Kadischi resolves kernel version (2.6.14EPIAIX) and release number (1) out of the rpm database. It expects to find your modules in /lib/modules/2.6.14EPIAIX-1 and they are not there. The best thing to do would be rebuilding kernel rpm with these problems fixed, but if you want a fast&dirty way out, you can try to hardcode kernel version variable in livecd-mkinitrd.sh (line 105: kernel="2.6.14EPIAIX"). Good luck :) -- Darko Ilic From tony at tgds.net Wed Dec 28 08:38:02 2005 From: tony at tgds.net (tony) Date: Wed, 28 Dec 2005 09:38:02 +0100 Subject: [Fedora-livecd-list] mkinitrd failing In-Reply-To: <200512280343.12250.darko.ilic@gmail.com> References: <1135603255.14996.16.camel@hush.localdomain> <200512280343.12250.darko.ilic@gmail.com> Message-ID: <1135759082.2860.64.camel@hush.localdomain> Le mercredi 28 d?cembre 2005 ? 03:43 +0100, Darko Ilic a ?crit : > I think you have made a mistake while you were building rpm for your custom > kernel. # Polite request for people who spin their own kernel rpms: # please modify the "release" field in a way that identifies # that the kernel isn't the stock distribution kernel, for example by # adding some text to the end of the version number. # %define sublevel 14 %define kversion 2.6.%{sublevel} %define rpmversion 2.6.%{sublevel} %define rhbsys %([ -r /etc/beehive-root -o -n "%{?__beehive_build}" ] && echo || echo .`whoami`@`hostname -s|sed s/-//`) %define release %(R="$Revision: 1.1637 $"; RR="${R##: }"; echo ${RR% %?})_EPIAIX%{rhbsys} %define signmodules 0 %define make_target bzImage %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE} I have just changed _FC4 with _EPIAIX. All other modifications are just patches for VIA sensors and other VIA specific stuff. > The best thing to do would be rebuilding kernel rpm with these problems fixed, > but if you want a fast&dirty way out, you can try to hardcode kernel version > variable in livecd-mkinitrd.sh (line 105: kernel="2.6.14EPIAIX"). OK thanks. This is only a test version for personal use for the moment. PS good to see you back =:-D Cheers Tony -- Tony Grant www.tgds.net - vente d'ordinateurs mini-itx en ligne www.tgds.net/epiaix1.html - A fedora Core 4 based live CD for VIA Epia-M From xayenloc at yahoo.com Wed Dec 28 09:09:12 2005 From: xayenloc at yahoo.com (Hai Tien Nguyen) Date: Wed, 28 Dec 2005 01:09:12 -0800 (PST) Subject: [Fedora-livecd-list] Need help!!! Message-ID: <20051228090912.21683.qmail@web50607.mail.yahoo.com> Hello everybody, Curently, im using Windows XP, now i have intended remove Windows XP Operation System, and then install the others Operation System, pls let me know the best OS of Linux, but now i dont know any more about Linux, please guide me step by step to do it for example: makes boot CDs, or how to install new Operation System?, how to remove Windows XP? how to take files to installs... etc... Thanks for read this quesstion, and i hope all you help me to complete installation Best regards Nguyen Hai --------------------------------- Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping -------------- next part -------------- An HTML attachment was scrubbed... URL: From tony at tgds.net Wed Dec 28 09:03:06 2005 From: tony at tgds.net (tony) Date: Wed, 28 Dec 2005 10:03:06 +0100 Subject: [Fedora-livecd-list] mkinitrd failing In-Reply-To: <200512280343.12250.darko.ilic@gmail.com> References: <1135603255.14996.16.camel@hush.localdomain> <200512280343.12250.darko.ilic@gmail.com> Message-ID: <1135760586.2860.65.camel@hush.localdomain> Le mercredi 28 d?cembre 2005 ? 03:43 +0100, Darko Ilic a ?crit : > The best thing to do would be rebuilding kernel rpm with these problems fixed, > but if you want a fast&dirty way out, you can try to hardcode kernel version > variable in livecd-mkinitrd.sh (line 105: kernel="2.6.14EPIAIX"). Nope mkinitrd is smarter than that - it fails the same way Tony From tejasdinkar at gmail.com Wed Dec 28 13:09:06 2005 From: tejasdinkar at gmail.com (Tejas Dinkar) Date: Wed, 28 Dec 2005 18:39:06 +0530 Subject: [Fedora-livecd-list] Need help!!! In-Reply-To: <20051228090912.21683.qmail@web50607.mail.yahoo.com> References: <20051228090912.21683.qmail@web50607.mail.yahoo.com> Message-ID: <43B28E72.70403@gmail.com> Hai Tien Nguyen wrote: > Hello everybody, > Curently, im using Windows XP, now i have intended remove Windows XP > Operation System, and then install the others Operation System, pls > let me know the best OS of Linux, but now i dont know any more about > Linux, please guide me step by step to do it > for example: makes boot CDs, or how to install new Operation System?, > how to remove Windows XP? > how to take files to installs... etc... > Thanks for read this quesstion, and i hope all you help me to complete > installation Unfortunately, you have asked this at the wrong place. If you have such questions, please ask at http://www.fedoraforum.org This list is the development list for live CDs based on fedora. Gja From chitlesh at gmail.com Wed Dec 28 17:11:11 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Wed, 28 Dec 2005 18:11:11 +0100 Subject: [Fedora-livecd-list] Need help!!! In-Reply-To: <43B28E72.70403@gmail.com> References: <20051228090912.21683.qmail@web50607.mail.yahoo.com> <43B28E72.70403@gmail.com> Message-ID: <13dbfe4f0512280911u442df1f7n18bb399ddd7854f5@mail.gmail.com> >Unfortunately, you have asked this at the wrong place. > > If you have such questions, please ask at http://www.fedoraforum.org > > This list is the development list for live CDs based on fedora. > Wrong to ask, but you are on the right track :) Maybe you might foung this useful : http://fedoraproject.org/wiki/Distribution/Download Chitlesh GOORAH -- http://clunixchit.blogspot.com From chitlesh at gmail.com Wed Dec 28 17:11:44 2005 From: chitlesh at gmail.com (Chitlesh GOORAH) Date: Wed, 28 Dec 2005 18:11:44 +0100 Subject: [Fedora-livecd-list] Need help!!! In-Reply-To: <13dbfe4f0512280911u442df1f7n18bb399ddd7854f5@mail.gmail.com> References: <20051228090912.21683.qmail@web50607.mail.yahoo.com> <43B28E72.70403@gmail.com> <13dbfe4f0512280911u442df1f7n18bb399ddd7854f5@mail.gmail.com> Message-ID: <13dbfe4f0512280911h12946c36rad3fa5243e69370c@mail.gmail.com> > Wrong PLACE to ask, but you are on the right track :) -- http://clunixchit.blogspot.com From tony at tgds.net Thu Dec 29 09:07:22 2005 From: tony at tgds.net (tony) Date: Thu, 29 Dec 2005 10:07:22 +0100 Subject: [Fedora-livecd-list] mkinitrd failing In-Reply-To: <200512280343.12250.darko.ilic@gmail.com> References: <1135603255.14996.16.camel@hush.localdomain> <200512280343.12250.darko.ilic@gmail.com> Message-ID: <1135847243.3381.13.camel@hush.localdomain> Le mercredi 28 d?cembre 2005 ? 03:43 +0100, Darko Ilic a ?crit : > I think you have made a mistake while you were building rpm for your custom > kernel. I have built a custom kernel, installed it on my machine and it runs (2 months now). But I do not understand the naming procedure of custom kernels... Where is kernel name really specified? What file must I edit? I have been modifying Makefile and kernel.spec TIA Tony -- Tony Grant www.tgds.net - vente d'ordinateurs mini-itx en ligne www.tgds.net/epiaix1.html - A fedora Core 4 based live CD for VIA Epia-M From william at exegenix.com Thu Dec 29 16:02:42 2005 From: william at exegenix.com (William Reid) Date: Thu, 29 Dec 2005 11:02:42 -0500 Subject: [Fedora-livecd-list] efs and livecd In-Reply-To: <43AAF670.2090501@exegenix.com> References: <43AAF670.2090501@exegenix.com> Message-ID: <43B408A2.9000908@exegenix.com> Any Ideas anyone? William Reid wrote: > Hi all, > > tryin to get the loopback mount encripted for the livecd, I attempted > modprobing loop and then changing the the following entry in > livecd-mkinitrd.sh > > losetup ${LODEV} $IMAGE || exit 1 TO READ losetup -e des ${LODEV} $IMAGE > || exit 1 to read > > So I run the installer, and and am prompted to enter a password (as > expected) then as soon as I press enter I get "ioctl: LOOP_SET_STATUS: > Invalid Arguement" > > Any Ideas? > > -- > Fedora-livecd-list mailing list > Fedora-livecd-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-livecd-list