From: Sean B. <sea...@so...> - 2004-02-28 00:47:29
|
Using coLinux 0.5.24 binary I am getting sporadic seg faults with the Gentoo image from colinux@sourceforge. This especially happens during an emerge in the package extraction (tar etc) and the configure and make stages. I have created my own Gentoo build and get the same problem. Compiling my own coLinux kernel is also giving the same problem with both images. Is anyone else using this image or their own Gentoo image having similar results? |
From: Dan A. <da...@co...> - 2004-02-28 12:22:13
|
On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: > Using coLinux 0.5.24 binary I am getting sporadic seg faults with the Gentoo > image from colinux@sourceforge. This especially happens during an emerge in > the package extraction (tar etc) and the configure and make stages. > > I have created my own Gentoo build and get the same problem. Compiling my own > coLinux kernel is also giving the same problem with both images. On what kind of processor you tried to run it? -- Dan Aloni da...@co... |
From: Sean B. <sea...@so...> - 2004-02-28 12:41:35
|
On Saturday 28 February 2004 12:11, Dan Aloni wrote: > On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: > > Using coLinux 0.5.24 binary I am getting sporadic seg faults with the > > Gentoo image from colinux@sourceforge. This especially happens during an > > emerge in the package extraction (tar etc) and the configure and make > > stages. > > > > I have created my own Gentoo build and get the same problem. Compiling my > > own coLinux kernel is also giving the same problem with both images. > > On what kind of processor you tried to run it? It is an Athlon 1.4GHz # cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) Processor stepping : 4 cpu MHz : 1399.803 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow bogomips : 2791.83 |
From: Sean B. <sea...@so...> - 2004-02-28 16:48:24
|
On Saturday 28 February 2004 16:13, Dan Aloni wrote: > On Sat, Feb 28, 2004 at 12:30:22PM +0000, Sean Brook wrote: > > On Saturday 28 February 2004 12:11, Dan Aloni wrote: > > > On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: > > > > Using coLinux 0.5.24 binary I am getting sporadic seg faults with > > > > the Gentoo image from colinux@sourceforge. This especially happens > > > > during an emerge in the package extraction (tar etc) and the > > > > configure and make stages. > > > > > > > > I have created my own Gentoo build and get the same problem. > > > > Compiling my own coLinux kernel is also giving the same problem with > > > > both images. > > > > > > On what kind of processor you tried to run it? > > > > It is an Athlon 1.4GHz > > Does these segfaults occur with the Debian image from sf? I personally have had no problems at all with the Debian image. Rock solid. |
From: Sean B. <sea...@so...> - 2004-03-01 02:29:28
|
I did a stage 2 x86 install of Gentoo on Saturday. CHOST is i386-pc-linux-gnu and I set CFLAGS to have only -march=i386 (with no optimizations). Merged system to date and installed lots of packages including: openssh, apache2, mysql, php/mod_php, ldap, samba. Then left it to merge kde and gnome concurrently and still compiling. Everything seems ok ie. no seg faults. ----- Original Message ----- From: "Dan Aloni" <da...@co...> To: "Sean Brook" <sea...@so...> Sent: Saturday, February 28, 2004 4:13 PM Subject: Re: [coLinux-devel] Gentoo image/seg faults | On Sat, Feb 28, 2004 at 12:30:22PM +0000, Sean Brook wrote: | > On Saturday 28 February 2004 12:11, Dan Aloni wrote: | > > On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: | > > > Using coLinux 0.5.24 binary I am getting sporadic seg faults with the | > > > Gentoo image from colinux@sourceforge. This especially happens during an | > > > emerge in the package extraction (tar etc) and the configure and make | > > > stages. | > > > | > > > I have created my own Gentoo build and get the same problem. Compiling my | > > > own coLinux kernel is also giving the same problem with both images. | > > | > > On what kind of processor you tried to run it? | > | > It is an Athlon 1.4GHz | | Does these segfaults occur with the Debian image from sf? | | -- | Dan Aloni | da...@co... |
From: morfic <mo...@bb...> - 2004-03-01 05:40:37
|
thanks, i was afraid it would come down to that, in that case ill stick to a binary based distro till i have a actual pc to run gentoo on, thank you very much for the information Sean Brook wrote: >I did a stage 2 x86 install of Gentoo on Saturday. CHOST is >i386-pc-linux-gnu and I set CFLAGS to have only -march=i386 (with no >optimizations). Merged system to date and installed lots of packages >including: openssh, apache2, mysql, php/mod_php, ldap, samba. Then left it >to merge kde and gnome concurrently and still compiling. Everything seems ok >ie. no seg faults. > >----- Original Message ----- >From: "Dan Aloni" <da...@co...> >To: "Sean Brook" <sea...@so...> >Sent: Saturday, February 28, 2004 4:13 PM >Subject: Re: [coLinux-devel] Gentoo image/seg faults > > >| On Sat, Feb 28, 2004 at 12:30:22PM +0000, Sean Brook wrote: >| > On Saturday 28 February 2004 12:11, Dan Aloni wrote: >| > > On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: >| > > > Using coLinux 0.5.24 binary I am getting sporadic seg faults with >the >| > > > Gentoo image from colinux@sourceforge. This especially happens >during an >| > > > emerge in the package extraction (tar etc) and the configure and >make >| > > > stages. >| > > > >| > > > I have created my own Gentoo build and get the same problem. >Compiling my >| > > > own coLinux kernel is also giving the same problem with both images. >| > > >| > > On what kind of processor you tried to run it? >| > >| > It is an Athlon 1.4GHz >| >| Does these segfaults occur with the Debian image from sf? >| >| -- >| Dan Aloni >| da...@co... > > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >coLinux-devel mailing list >coL...@li... >https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > |
From: keksov <ke...@gm...> - 2004-03-01 10:02:39
|
Ok, I've got it :) stage1, stage2 Note: there is no CHOST variable in /etc/make.conf below and you can use whichever optimization you like in CFLAGS... CFLAGS="-O2 -mcpu=pentium2 -pipe" USE="mmx sse -acpi -alsa -apm berkdb crypt cscope curl freetds gd gdbm gif -gnome gpm -gtk -gtk2 guile imagemagick innodb -java jpeg -kde libwww mysql ncurses nls pdflib perl -qt sasl samba ssltiff truetype -X xml xml2 zlib" CXXFLAGS="${CFLAGS}" GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/.mirrors/ftplinux/ftp.gentoo.org" Just start with general x86 stage1 wget "ftp://ftp.uni-erlangen.de/.mirrors/ftplinux/ftp.gentoo.org/releases/x86/1.4/stages/x86/stage1-x86-20030910.tar.bz2" Monday, March 1, 2004, 6:28:37 AM, you wrote: m> thanks, i was afraid it would come down to that, in that case ill stick m> to a binary based distro till i have a actual pc to run gentoo on, thank m> you very much for the information m> Sean Brook wrote: >>I did a stage 2 x86 install of Gentoo on Saturday. CHOST is >>i386-pc-linux-gnu and I set CFLAGS to have only -march=i386 (with no >>optimizations). Merged system to date and installed lots of packages >>including: openssh, apache2, mysql, php/mod_php, ldap, samba. Then left it >>to merge kde and gnome concurrently and still compiling. Everything seems ok >>ie. no seg faults. >> >>----- Original Message ----- >>From: "Dan Aloni" <da...@co...> >>To: "Sean Brook" <sea...@so...> >>Sent: Saturday, February 28, 2004 4:13 PM >>Subject: Re: [coLinux-devel] Gentoo image/seg faults >> >> >>| On Sat, Feb 28, 2004 at 12:30:22PM +0000, Sean Brook wrote: >>| > On Saturday 28 February 2004 12:11, Dan Aloni wrote: >>| > > On Sat, Feb 28, 2004 at 12:36:40AM +0000, Sean Brook wrote: >>| > > > Using coLinux 0.5.24 binary I am getting sporadic seg faults with >>the >>| > > > Gentoo image from colinux@sourceforge. This especially happens >>during an >>| > > > emerge in the package extraction (tar etc) and the configure and >>make >>| > > > stages. >>| > > > >>| > > > I have created my own Gentoo build and get the same problem. >>Compiling my >>| > > > own coLinux kernel is also giving the same problem with both images. >>| > > >>| > > On what kind of processor you tried to run it? >>| > >>| > It is an Athlon 1.4GHz >>| >>| Does these segfaults occur with the Debian image from sf? >>| >>| -- >>| Dan Aloni >>| da...@co... >> >> >> >>------------------------------------------------------- >>SF.Net is sponsored by: Speed Start Your Linux Apps Now. >>Build and deploy apps & Web services for Linux with >>a free DVD software kit from IBM. Click Now! >>http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >>_______________________________________________ >>coLinux-devel mailing list >>coL...@li... >>https://lists.sourceforge.net/lists/listinfo/colinux-devel >> >> >> >> m> ------------------------------------------------------- m> SF.Net is sponsored by: Speed Start Your Linux Apps Now. m> Build and deploy apps & Web services for Linux with m> a free DVD software kit from IBM. Click Now! m> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click m> _______________________________________________ m> coLinux-devel mailing list m> coL...@li... m> https://lists.sourceforge.net/lists/listinfo/colinux-devel |