RE: HVM paravirt block/nic drivers

2010-01-11 Thread James Smith
Hi,

Have you compiled XENHVM kernel?  It makes some improvements to networking.  
Ensure you add the correct device to /etc/rc.conf afterwards, I believe it 
changes to xn0 when running XENHVM.

Regards,
James Smith,

-Original Message-
From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org] On 
Behalf Of David
Sent: 10 January 2010 23:43
To: freebsd-xen@freebsd.org
Subject: HVM paravirt block/nic drivers

Hi Guys/Girls,


Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
emulated block/nic drivers.

Is there any work being done on writing paravirt drivers for FreeBSD in
HVM?

Regards,

David
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
Well, im using the AMD64 ISO image,

So i'll have to recompile the kernel? Are there instructions anywhere?

Thanks.

David
2010/1/11 James Smith james.sm...@m247.com

 Hi,

 Have you compiled XENHVM kernel?  It makes some improvements to networking.
  Ensure you add the correct device to /etc/rc.conf afterwards, I believe it
 changes to xn0 when running XENHVM.

 Regards,
 James Smith,

 -Original Message-
 From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org]
 On Behalf Of David
 Sent: 10 January 2010 23:43
 To: freebsd-xen@freebsd.org
 Subject: HVM paravirt block/nic drivers

  Hi Guys/Girls,


 Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
 emulated block/nic drivers.

 Is there any work being done on writing paravirt drivers for FreeBSD in
 HVM?

 Regards,

 David
  ___
 freebsd-xen@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xen
 To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Current problem reports assigned to freebsd-xen@FreeBSD.org

2010-01-11 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o kern/141328  xen[xen] [panic] gstat exit causes kernel panic from unma
o kern/140313  xen[xen] [panic] FreeBSD8 RC2 as PV domU crashes during c
o kern/135421  xen[xen] FreeBSD Xen PVM DomU network failure - netfronc.
o kern/135179  xen[xen] Xen domU does not properly reboot
o kern/135178  xen[xen] Xen domU outgoing data transfer stall when TSO i
o kern/135069  xen[xen] FreeBSD-current/Xen SMP doesn't function at all 
o kern/135008  xen[xen] FreeBSD-current/Xen timecounter jumps
o kern/134926  xen[xen] [panic] FreeBSD-current Xen DomU networking pani

8 problems total.

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
install -o root -g wheel -m 555   zfs.ko /boot/kernel
install -o root -g wheel -m 555   zfs.ko.symbols /boot/kernel
=== zlib (install)
install -o root -g wheel -m 555   zlib.ko /boot/kernel
install -o root -g wheel -m 555   zlib.ko.symbols /boot/kernel
kldxref /boot/kernel
make: don't know how to make XENHVM. Stop
Any Idea?

2010/1/11 James Smith james.sm...@m247.com

  Compile kernel in the normal way, using the XENHVM config.



 cd /usr/src

 make kernel XENHVM

 edit /etc/rc.conf



 Change network interface to re0, save and reboot.



 Regards,

 James Smith,

 *From:* David [mailto:ad...@dmarkey.com]
 *Sent:* 11 January 2010 11:01
 *To:* James Smith
 *Cc:* freebsd-xen@freebsd.org
 *Subject:* Re: HVM paravirt block/nic drivers



 Well, im using the AMD64 ISO image,



 So i'll have to recompile the kernel? Are there instructions anywhere?



 Thanks.



 David

 2010/1/11 James Smith james.sm...@m247.com

 Hi,

 Have you compiled XENHVM kernel?  It makes some improvements to networking.
  Ensure you add the correct device to /etc/rc.conf afterwards, I believe it
 changes to xn0 when running XENHVM.

 Regards,
 James Smith,

 -Original Message-
 From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org]
 On Behalf Of David
 Sent: 10 January 2010 23:43
 To: freebsd-xen@freebsd.org
 Subject: HVM paravirt block/nic drivers

 Hi Guys/Girls,


 Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
 emulated block/nic drivers.

 Is there any work being done on writing paravirt drivers for FreeBSD in
 HVM?

 Regards,

 David

 ___
 freebsd-xen@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xen
 To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org



___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread Ivan Voras
The given command was slightly wrong; it should have been:

make kernel KERNCONF=XENHVM


2010/1/11 David ad...@dmarkey.com:
 install -o root -g wheel -m 555   zfs.ko /boot/kernel
 install -o root -g wheel -m 555   zfs.ko.symbols /boot/kernel
 === zlib (install)
 install -o root -g wheel -m 555   zlib.ko /boot/kernel
 install -o root -g wheel -m 555   zlib.ko.symbols /boot/kernel
 kldxref /boot/kernel
 make: don't know how to make XENHVM. Stop
 Any Idea?

 2010/1/11 James Smith james.sm...@m247.com

  Compile kernel in the normal way, using the XENHVM config.



 cd /usr/src

 make kernel XENHVM

 edit /etc/rc.conf



 Change network interface to re0, save and reboot.



 Regards,

 James Smith,

 *From:* David [mailto:ad...@dmarkey.com]
 *Sent:* 11 January 2010 11:01
 *To:* James Smith
 *Cc:* freebsd-xen@freebsd.org
 *Subject:* Re: HVM paravirt block/nic drivers



 Well, im using the AMD64 ISO image,



 So i'll have to recompile the kernel? Are there instructions anywhere?



 Thanks.



 David

 2010/1/11 James Smith james.sm...@m247.com

 Hi,

 Have you compiled XENHVM kernel?  It makes some improvements to networking.
  Ensure you add the correct device to /etc/rc.conf afterwards, I believe it
 changes to xn0 when running XENHVM.

 Regards,
 James Smith,

 -Original Message-
 From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org]
 On Behalf Of David
 Sent: 10 January 2010 23:43
 To: freebsd-xen@freebsd.org
 Subject: HVM paravirt block/nic drivers

 Hi Guys/Girls,


 Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
 emulated block/nic drivers.

 Is there any work being done on writing paravirt drivers for FreeBSD in
 HVM?

 Regards,

 David

 ___
 freebsd-xen@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xen
 To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org



 ___
 freebsd-xen@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xen
 To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
Thanks guys, got that working.

How about block device drivers?

2010/1/11 Ivan Voras ivo...@freebsd.org

 The given command was slightly wrong; it should have been:

 make kernel KERNCONF=XENHVM


 2010/1/11 David ad...@dmarkey.com:
   install -o root -g wheel -m 555   zfs.ko /boot/kernel
  install -o root -g wheel -m 555   zfs.ko.symbols /boot/kernel
  === zlib (install)
  install -o root -g wheel -m 555   zlib.ko /boot/kernel
  install -o root -g wheel -m 555   zlib.ko.symbols /boot/kernel
  kldxref /boot/kernel
  make: don't know how to make XENHVM. Stop
  Any Idea?
 
  2010/1/11 James Smith james.sm...@m247.com
 
   Compile kernel in the normal way, using the XENHVM config.
 
 
 
  cd /usr/src
 
  make kernel XENHVM
 
  edit /etc/rc.conf
 
 
 
  Change network interface to re0, save and reboot.
 
 
 
  Regards,
 
  James Smith,
 
  *From:* David [mailto:ad...@dmarkey.com]
  *Sent:* 11 January 2010 11:01
  *To:* James Smith
  *Cc:* freebsd-xen@freebsd.org
  *Subject:* Re: HVM paravirt block/nic drivers
 
 
 
  Well, im using the AMD64 ISO image,
 
 
 
  So i'll have to recompile the kernel? Are there instructions anywhere?
 
 
 
  Thanks.
 
 
 
  David
 
  2010/1/11 James Smith james.sm...@m247.com
 
  Hi,
 
  Have you compiled XENHVM kernel?  It makes some improvements to
 networking.
   Ensure you add the correct device to /etc/rc.conf afterwards, I believe
 it
  changes to xn0 when running XENHVM.
 
  Regards,
  James Smith,
 
  -Original Message-
  From: owner-freebsd-...@freebsd.org [mailto:
 owner-freebsd-...@freebsd.org]
  On Behalf Of David
  Sent: 10 January 2010 23:43
  To: freebsd-xen@freebsd.org
  Subject: HVM paravirt block/nic drivers
 
  Hi Guys/Girls,
 
 
  Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
  emulated block/nic drivers.
 
  Is there any work being done on writing paravirt drivers for FreeBSD in
  HVM?
 
  Regards,
 
  David
 
  ___
  freebsd-xen@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-xen
  To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
 
 
 
  ___
  freebsd-xen@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-xen
  To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
 

___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
Sorry, I see i'm using paravirt block device drivers.


Timecounters tick every 1.000 msec
acd0: CDROM QEMU DVD-ROM/0.10.2 at ata1-master WDMA2
xbd0: 5120MB Virtual Block Device at device/vbd/768 on xenbus0
xbd0: attaching as ad0
xbd1: 658MB Virtual Block Device at device/vbd/5632 on xenbus0
xbd1: attaching as ad2
xn0: Virtual Network Interface at device/vif/0 on xenbus0
xn0: Ethernet address: 00:16:3e:03:68:45
WARNING: WITNESS option enabled, expect reduced performance.
GEOM: ad0s1: geometry does not match label (16h,63s != 255h,63s).
Trying to mount root from ufs:/dev/ad0s1a
lock order reversal:
 1st 0xff800a550778 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559
 2nd 0xff0001440400 dirhash (dirhash) @
/usr/src/sys/ufs/ufs/ufs_dirhash.c:285
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
_witness_debugger() at _witness_debugger+0x2e
witness_checkorder() at witness_checkorder+0x81e
_sx_xlock() at _sx_xlock+0x55
ufsdirhash_acquire() at ufsdirhash_acquire+0x33
ufsdirhash_add() at ufsdirhash_add+0x19
ufs_direnter() at ufs_direnter+0x88b
ufs_makeinode() at ufs_makeinode+0x31c
VOP_CREATE_APV() at VOP_CREATE_APV+0x8d
vn_open_cred() at vn_open_cred+0x423
kern_openat() at kern_openat+0x179
syscall() at syscall+0x1af
Xfast_syscall() at Xfast_syscall+0xe1
--- syscall (5, FreeBSD ELF64, open), rip = 0x80096157c, rsp =
0x7fffd488, rbp = 0x800ab4700 ---

2010/1/11 David ad...@dmarkey.com

 Thanks guys, got that working.

 How about block device drivers?

 2010/1/11 Ivan Voras ivo...@freebsd.org

 The given command was slightly wrong; it should have been:

 make kernel KERNCONF=XENHVM


 2010/1/11 David ad...@dmarkey.com:
   install -o root -g wheel -m 555   zfs.ko /boot/kernel
  install -o root -g wheel -m 555   zfs.ko.symbols /boot/kernel
  === zlib (install)
  install -o root -g wheel -m 555   zlib.ko /boot/kernel
  install -o root -g wheel -m 555   zlib.ko.symbols /boot/kernel
  kldxref /boot/kernel
  make: don't know how to make XENHVM. Stop
  Any Idea?
 
  2010/1/11 James Smith james.sm...@m247.com
 
   Compile kernel in the normal way, using the XENHVM config.
 
 
 
  cd /usr/src
 
  make kernel XENHVM
 
  edit /etc/rc.conf
 
 
 
  Change network interface to re0, save and reboot.
 
 
 
  Regards,
 
  James Smith,
 
  *From:* David [mailto:ad...@dmarkey.com]
  *Sent:* 11 January 2010 11:01
  *To:* James Smith
  *Cc:* freebsd-xen@freebsd.org
  *Subject:* Re: HVM paravirt block/nic drivers
 
 
 
  Well, im using the AMD64 ISO image,
 
 
 
  So i'll have to recompile the kernel? Are there instructions anywhere?
 
 
 
  Thanks.
 
 
 
  David
 
  2010/1/11 James Smith james.sm...@m247.com
 
  Hi,
 
  Have you compiled XENHVM kernel?  It makes some improvements to
 networking.
   Ensure you add the correct device to /etc/rc.conf afterwards, I
 believe it
  changes to xn0 when running XENHVM.
 
  Regards,
  James Smith,
 
  -Original Message-
  From: owner-freebsd-...@freebsd.org [mailto:
 owner-freebsd-...@freebsd.org]
  On Behalf Of David
  Sent: 10 January 2010 23:43
  To: freebsd-xen@freebsd.org
  Subject: HVM paravirt block/nic drivers
 
  Hi Guys/Girls,
 
 
  Successfully got a FreeBSD 8 HVM DomU installed. I see its using the
  emulated block/nic drivers.
 
  Is there any work being done on writing paravirt drivers for FreeBSD in
  HVM?
 
  Regards,
 
  David
 
  ___
  freebsd-xen@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-xen
  To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
 
 
 
  ___
  freebsd-xen@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-xen
  To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org
 



___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: HVM paravirt block/nic drivers

2010-01-11 Thread Ivan Voras
2010/1/11 David ad...@dmarkey.com:
 Sorry, I see i'm using paravirt block device drivers.

 Timecounters tick every 1.000 msec
 acd0: CDROM QEMU DVD-ROM/0.10.2 at ata1-master WDMA2
 xbd0: 5120MB Virtual Block Device at device/vbd/768 on xenbus0
 xbd0: attaching as ad0
 xbd1: 658MB Virtual Block Device at device/vbd/5632 on xenbus0
 xbd1: attaching as ad2

You could use for example glabel labels to avoid changing device names.

 xn0: Virtual Network Interface at device/vif/0 on xenbus0
 xn0: Ethernet address: 00:16:3e:03:68:45
 WARNING: WITNESS option enabled, expect reduced performance.
 GEOM: ad0s1: geometry does not match label (16h,63s != 255h,63s).
 Trying to mount root from ufs:/dev/ad0s1a
 lock order reversal:
  1st 0xff800a550778 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559
  2nd 0xff0001440400 dirhash (dirhash) @

You also appear to be using a CURRENT kernel, or at least a kernel
with debugging enabled - which is fine if you know you want it.
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: XenTools development for FreeBSD

2010-01-11 Thread Justin T. Gibbs
On 1/8/2010 1:23 AM, James Smith wrote:

...

 We want to use XenServer (iscsi SAN storage) by Citrix and FreeBSD.
 We've got a testing setup in place, so we can play around with the
 features.  FreeBSD runs and installs quite well within this environment,
 along with Linux distros, Windows etc.  There is something called
 XenTools (commercial software from Citrix), amongst other things its
 main job is to facilitate VM migration between nodes when using XenServer
 (it is awesome, no ping drops, at worst higher latency for two pings
 and then it's done).  This runs on Linux ... but there is no FreeBSD
 version.

Is this part of the XenServer-Essentials package?  Can you point to a
URL that describes XenTools in more detail?

Thanks,
Justin
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Kalpesh Sharma CV - 12 years Experienced Specialist with World Records.

2010-01-11 Thread Kalpesh Sharma
Respected Sir/Madam, 
 
It's my pleasure to get in touch with you. I am an expert with world records 
and exceptional achievements in my field. I am attaching my resume with this 
email. I kindly request you to have a look incase my skills, expertise, 
experience, etc. can play an primary role for your company's growth. I assure 
you with full confidence that once given an opportunity, I will work hard to do 
as much as possible best for the company. Because I believe that the company 
for which I work is not just a place to fulfill formality to come in morning 
and go back in evening, but instead the company for which I work is like my 
home. And a person who thinks his work place(company) his home, will take care 
of his company in the same way as he takes care of the safety, growth and 
security of his own home.
 
Thanking you,
 
Sincerely
 
Kalpesh Sharma
 
Note For Entertainment Industry Only: I am ready for working 100% free of cost 
for short films, ad films, corporate films and full featured films. And have 
more then sufficient knowledge and medium acting skills to give the best 
delivery of my services. I will do free of cost just to gain professional 
experience in entertainment industry. So, only I will need is a certificate of 
good performance and experience in entertainment industry. So, if you do not 
have enough budget then feel free to get in touch with me. However, the costs 
of food, accomodation and travel that are an essential part of shooting will 
not be paid from my pocket. I will give service 100% free of cost without 
charging anything, but at the same time cost of accomodation, food and travel 
will have to be borne by the production company. As far as it concerns to 
delivery of service and performance, I will try to do the best of best and 
assure you of satisfaction for the same at your level.
 
My Quote: Marketing is an art of selling. Companies employed marketing 
executives till date, but now there should be a change. Start employing 
marketing actors.
 
My Primary Challenging Skill for Executive Position: I have a lot of ideas for 
every industry sector. Once given an opportunity, I challenge to prove my work 
with practical results rather then floating in dream world and describing it 
theoretically. I have worked at sophisticated levels and know those ideas, 
which will generate excellent revenue for the companies. I research and then 
generate ideas, along with taking care of every pros and cons involved.
 
Detailed Information of My Skills (Top 15): 
 
Online Marketing Expert, Internet Advertising Expert, SEO, SEM, etc. 
Article Writing Expert, Article Top Ranking Techniques, Bulk Article 
Submissions. 
Blog Marketing Expert, Forum Marketing Expert, Social Networking Expert. 
Media (Unique  Exclusive News), Arts  Entertainment Industry Artist, 
Reporter, Writer, Assistant Director/ Assistant Producer, etc. (Portfolio 
Images Attached for Entertainment Industry Related Jobs on 
http://www.desitara.com/shriganesh) 
Networking (LAN of Wired/Wireless up to 25 PC). 
Hardware Troubleshooting, Operating System Installations 
(Server/Desktop/Laptop). 
Information Security Expert, Ethical Hacking, Penetration Testing Expert, 
Vulnerability Assessment and Solutions. 
Market Research, Web Research, Industry Research, Subject Specific  Geo 
Specific Research. 
Data Extraction, Email Extraction, Contact  Address Extraction. 
Competitor Research, Analysis  Technical Intelligence 
Business Development Director, Business Management, Business Planning, Creative 
New Business Ideas Innovation, Planning and Implementing Business Strategies. 
Linksys Wired/Wireless Router Configuration WAG325N  WRVS 4400N. 
Trainee/Assistant to Network Engineer Wide LAN/WAN Network, Corporate Network, 
Web Designing, Web Development, Web Programming, Software Programming, Software 
Development, Software Engineering, Research  Development, 
Executive/Director/Corporate/Management Levels, Software Testing Client/Server 
Level, Cisco Router CCNA, CCNP, CCIE Specialist, Sap Specialist, CISSP/CISA 
Specialist. 
Almost All Types of Administrative  Management Skills. 
Moderate Legal Working Knowledge.
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Re: XenTools development for FreeBSD

2010-01-11 Thread Atom Powers

On 1/11/2010 6:45 AM, Justin T. Gibbs wrote:

On 1/8/2010 1:23 AM, James Smith wrote:

...


We want to use XenServer (iscsi SAN storage) by Citrix and FreeBSD.
We've got a testing setup in place, so we can play around with the
features.  FreeBSD runs and installs quite well within this environment,
along with Linux distros, Windows etc.  There is something called
XenTools (commercial software from Citrix), amongst other things its
main job is to facilitate VM migration between nodes when using XenServer
(it is awesome, no ping drops, at worst higher latency for two pings
and then it's done).  This runs on Linux ... but there is no FreeBSD
version.


Is this part of the XenServer-Essentials package?  Can you point to a
URL that describes XenTools in more detail?



It is available on the installation CD, as a mountable ISO once the VM 
is installed. (Downloads for Citrix Xen are here: 
http://www.citrix.com/lang/English/lp/lp_1688615.asp )


--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
Director of IT
DigiPen Institute of Technology
(425) 895-4443
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org


Can't boot 8/CURRENT hvm on Quad-Core Opteron 2352

2010-01-11 Thread Timothy Bisson

Hi,

I'm trying to run a FreeBSD 8/CURRENT hvm on XEN, but booting FreeBSD  
currently panics on a quad-core Operton 2352 box while booting from  
the iso (disabling ACPI doesn't help).


However, I'm successful at running a FreeBSD 8/CURRENT hvm on XEN on a  
Intel Xeon Nehalem box. I tried booting the same installed disk image  
(from the Nehalem box) on the Operteron box, but that also resulted in  
a panic while booting.


The CURRENT iso I'm using is from:
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201001/FreeBSD-9.0-CURRENT-201001-amd64-bootonly.iso

I'm using Xen-3.3.1 on both physical boxes, and a BSD 6 hvm works on  
both the Nehalem and Operton boxes...


Here's the backtrace from the opteron box:
kernel trap 9 with interrupts disabled


Fatal trap 9: general protection fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer = 0x20:0x80878193
stack pointer   = 0x28:0x81044bb0
frame pointer   = 0x28:0x81044bc0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= resume, IOPL = 0
current process = 0 ()
[thread pid 0 tid 0 ]
Stopped at  pmap_invalidate_cache_range+0x43:
clflushl(%rdi)

db bt
bt
Tracing pid 0 tid 0 td 0x80c51fc0
pmap_invalidate_cache_range() at pmap_invalidate_cache_range+0x43
pmap_change_attr_locked() at pmap_change_attr_locked+0x368
pmap_change_attr() at pmap_change_attr+0x43
pmap_mapdev_attr() at pmap_mapdev_attr+0x112
lapic_init() at lapic_init+0x29
madt_setup_local() at madt_setup_local+0x26
apic_setup_local() at apic_setup_local+0x13
mi_startup() at mi_startup+0x59
btext() at btext+0x2c


I took a look through the bug database and didn't see any similar  
problem reports. Is it reasonable to file a bug report? Is there  
additional information that I should be reporting?


Thanks,
Tim
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to freebsd-xen-unsubscr...@freebsd.org