kern/135667: [lor] LORs causing ufs filesystem corruption on XEN DomU system

Uncle Richy gould300 at googlemail.com
Mon Dec 14 19:40:02 UTC 2009


The following reply was made to PR kern/135667; it has been noted by GNATS.

From: Uncle Richy <gould300 at googlemail.com>
To: bug-followup at FreeBSD.org, alex.urbanowicz at artegence.com
Cc:  
Subject: Re: kern/135667: [lor] LORs causing ufs filesystem corruption on XEN 
	DomU system
Date: Mon, 14 Dec 2009 19:05:33 +0000

 I can confirm that the problem occurs using 8.0-RELEASE on a CentOS
 5.4 x64 host.
 
 I successfully built my domU using the steps on this site ->
 http://www.ita.com.ua/eng/articles.htm?id=34 and the default XEN
 kernel configuration with no changes.
 
 Here is my domU configuration:
 
 kernel = "/var/lib/xen/images/freebsd8dev.kernel"
 memory = 256
 name = "freebsd8devp"
 vif = ['']
 disk = ['file:/var/lib/xen/images/freebsd8dev.img,hda1,w']
 extra = "boot_verbose=1"
 extra += ",vfs.root.mountfrom=ufs:/dev/ad0s1a"
 extra += ",kern.hz=100"
 pae=1
 vnc=1
 
 I reproduced the problem by running a kernel rebuild inside the domU
 until this point during make:
 
 In file included from isa_if.c:18:
 ../../../isa/isavar.h:51:11: error: ISO C99 requires whitespace after
 the macro name
 ../../../isa/isavar.h:67:10: error: ISO C99 requires whitespace after
 the macro name
 ../../../isa/isavar.h:69:18: error: ISO C99 requires whitespace after
 the macro name
 *** Error code 1
 
 Looking at isavar.h showed:
 
 51 #define IS<B8>dORDER_PNP
 67  #define I<E9>A_PNP_NDRQ 2
 69  #define ISADMA_RE<D7>D  0x00100000


More information about the freebsd-bugs mailing list