Timo Goetze
2005-Apr-25 10:12 UTC
[Xen-users] Via Samuel 2 Stepping 3 - does not work - even whith patch
Hi @ all, for a via C3 Nemehia, Samuel 2, Stepping 3 on LEx-Mainboard I tried the 4k page patch of Adam (http://lists.xensource.com/archives/html/xen-devel/2004-12/msg00083.html) Base: Debian Sarge RC4. Patched with no errors, Compiles fine. Installs fine, boots exactly until "scrubbing DOM-0 RAM ..." and then stalls. No response any more - only hard reset is possible. I tried several options like noacpi nosmp.. no changes. Does anyone probably has any Idea how to debug this? ThanX in advance! Timo ----------------------SNIP----------------------------------------------------- processor : 0 vendor_id : CentaurHauls cpu family : 6 model : 7 model name : VIA Samuel 2 stepping : 3 cpu MHz : 532.640 cache size : 64 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 de tsc msr cx8 mtrr pge mmx 3dnow bogomips : 1061.68 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Adam Sulmicki
2005-Apr-25 16:38 UTC
Re: [Xen-users] Via Samuel 2 Stepping 3 - does not work - even whith patch
ha! I had this problem before.. and I tracied it back to..... BAD RAM. I reaplaced ram with a better ram and problem went away. in fact I was meaning to add xen''s ram scrubber to memtest86 :-) let me know if it fix for you... I''m assuming you are using the kernel''s and xen''s as recommended per the patch. If so then it is bad ram. On Mon, 25 Apr 2005, Timo Goetze wrote:> Hi @ all, > > for a via C3 Nemehia, Samuel 2, Stepping 3 on LEx-Mainboard I tried the 4k > page patch of Adam > (http://lists.xensource.com/archives/html/xen-devel/2004-12/msg00083.html) > > Base: Debian Sarge RC4. Patched with no errors, Compiles fine. Installs fine, > boots exactly until "scrubbing DOM-0 RAM ..." and then stalls. No response > any more - only hard reset is possible. I tried several options like noacpi > nosmp.. no changes. > > Does anyone probably has any Idea how to debug this? > > > > ThanX in advance! > > Timo > > > ----------------------SNIP----------------------------------------------------- > > processor : 0 > vendor_id : CentaurHauls > cpu family : 6 > model : 7 > model name : VIA Samuel 2 > stepping : 3 > cpu MHz : 532.640 > cache size : 64 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 de tsc msr cx8 mtrr pge mmx 3dnow > bogomips : 1061.68 > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Timo Goetze
2005-Apr-25 16:59 UTC
Re: [Xen-users] Via Samuel 2 Stepping 3 - does not work - even whith patch
> ha! I had this problem before.. and I tracied it back to..... BAD RAM. I > reaplaced ram with a better ram and problem went away. >...I could not imageine that it is the ram... as this was a server before running for a whole year whithout any error ;-) ..But I tried quite a lot of chips (11!) - always the same :-( ooh! it seems, that my error-description was too unclear last mail. last message XEN prints out (unfortunately i have to type it in from the screen ;-) (XEN) Scrubbing DOM0 RAM: .done. if it helps, i''ll give you the whole physical and virtual memory arrangement. any idas? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Adam Sulmicki
2005-Apr-25 17:04 UTC
Re: [Xen-users] Via Samuel 2 Stepping 3 - does not work - even whith patch
>> ha! I had this problem before.. and I tracied it back to..... BAD RAM. I >> reaplaced ram with a better ram and problem went away. >> > > ...I could not imageine that it is the ram... as this was a server before > running for a whole year whithout any error ;-) ..But I tried quite a lot of > chips (11!) - always the same :-(sure the system has ran fine for me as well for years before... it just that ram scrub is pretty nasty for ram.> ooh! it seems, that my error-description was too unclear last mail. > last message XEN prints out (unfortunately i have to type it in from the > screen ;-) > > > (XEN) Scrubbing DOM0 RAM: .done. > > if it helps, i''ll give you the whole physical and virtual memory arrangement. > any idas?can you make sure that you run the system exactly as speced out? that is, it is exactly xen 2.0.1 ? no earlier, no later. bk clone -rRELEASE-2.0.1 bk://xen.bkbits.net/xen-2.0.bk xen-2.0.1.bk you can grab the tarball too if you expecify exact url even if is not listed on the web site. -- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hey all- I''m having trouble locating how to apply the xen patch to a Debian kernel, (using kernel-source-2.6.10), I''ve "patch -p1 installed "arch-xen.patch" and "drivers-xen.patch", but I can''t get them to compile a kernel in any way. My problem seems to be using make-kpkg I don''t understand how to make it build with ARCH=xen, and using make ARCH=xen I get build errors such as: include/linux/kernel_stat.h:28: error: `NR_IRQS'' undeclared here (not in a function) make[1]: *** [init/main.o] Error 1 What command should I use, and am I going about this the right way? (or feel free to point me to already documented help, i can''t seem to find any good walk throughs of this ...) thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Andy Smith
2005-Apr-26 00:22 UTC
Applying xen patch on debian (was Re: [Xen-users] Custom Kernel)
[Please start a new thread for a new question, don''t hijack others!] On Mon, Apr 25, 2005 at 10:42:25AM -0700, andrew mathes wrote:> Hey all- > > I''m having trouble locating how to apply the xen patch to a Debian kernel, > (using kernel-source-2.6.10), I''ve "patch -p1 installed "arch-xen.patch" > and "drivers-xen.patch", but I can''t get them to compile a kernel in any > way.Christian''s howto explains this well for debian sarge: http://www.xmlvalidation.com/xen_howto_sarge.0.html If you don''t want to do NAT like he does that''s no problem, just ignore that bit. The useful bit for you will be getting the xen packages, the patch, the kernel, and using make-kpkg to patch it. It works fine here now I have got over my AGP problem. :) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users