Date: Mon, 14 Dec 2009 19:40:02 GMT From: Uncle Richy <gould300@googlemail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/135667: [lor] LORs causing ufs filesystem corruption on XEN DomU system Message-ID: <200912141940.nBEJe2oZ023765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/135667; it has been noted by GNATS. From: Uncle Richy <gould300@googlemail.com> To: bug-followup@FreeBSD.org, alex.urbanowicz@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912141940.nBEJe2oZ023765>