From tinderbox at freebsd.org Mon Jun 1 04:23:03 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 1 04:23:10 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090601042258.909C77302F@freebsd-current.sentex.ca> TB --- 2009-06-01 03:37:32 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-01 03:37:32 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-01 03:37:32 - cleaning the object tree TB --- 2009-06-01 03:37:41 - cvsupping the source tree TB --- 2009-06-01 03:37:41 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-01 03:37:49 - building world TB --- 2009-06-01 03:37:49 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-01 03:37:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-01 03:37:49 - TARGET=ia64 TB --- 2009-06-01 03:37:49 - TARGET_ARCH=ia64 TB --- 2009-06-01 03:37:49 - TZ=UTC TB --- 2009-06-01 03:37:49 - __MAKE_CONF=/dev/null TB --- 2009-06-01 03:37:49 - cd /src TB --- 2009-06-01 03:37:49 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 1 03:37:50 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] ===> lib/bind/bind9 (all) cc -O2 -pipe -DVERSION='"9.6.1rc1"' -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DLIBINTERFACE=50 -DLIBREVISION=2 -DLIBAGE=0 -DWANT_IPV6 -DOPENSSL -DUSE_MD5 -DNS_LOCALSTATEDIR='"/var"' -DNS_SYSCONFDIR='"/etc/namedb"' -DNAMED_CONFFILE='"/etc/namedb/named.conf"' -DRNDC_CONFFILE='"/etc/namedb/rndc.conf"' -DRNDC_KEYFILE='"/etc/namedb/rndc.key"' -I/src/lib/bind/bind9/.. -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include/dst -I/src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include -I/src/lib/bind/bind9/../dns -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isccc/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isccfg/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/unix/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/pthreads/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/include -I/src/lib/bind/bind9/../isc -I/src/lib/bind/bind9/../../../contrib/bind9/ lib/lwres/unix/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/lwres/include -I/src/lib/bind/bind9/../lwres -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include -std=gnu99 -c /src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/check.c In file included from /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/include/isc/refcount.h:23, from /src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include/dns/acl.h:39, from /src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/check.c:38: /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:38: error: expected ',' or ';' before '{' token /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:64: error: expected ',' or ';' before '{' token /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:83: error: expected ',' or ';' before '{' token *** Error code 1 Stop in /src/lib/bind/bind9. *** Error code 1 Stop in /src/lib/bind. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-01 04:22:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-01 04:22:58 - ERROR: failed to build world TB --- 2009-06-01 04:22:58 - 2173.84 user 195.73 system 2725.93 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From xcllnt at mac.com Mon Jun 1 05:21:41 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Mon Jun 1 05:21:47 2009 Subject: 9.6.1rc1 + FreeBSD 8 + IA64 compile problem In-Reply-To: <4A22CD21.9040309@dougbarton.us> References: <4A22CD21.9040309@dougbarton.us> Message-ID: On May 31, 2009, at 11:32 AM, Doug Barton wrote: > > I also tried various other combinations of removing the #ifdef, > running it all onto the same line, etc. I'm not really familiar with > this usage of __attribute__ so I'm at a bit of a loss. My suggestion is to remove the whole attribute construct (see attached). It only suppresses a warning when a function is unused. In this case the function is defined as inline, so it's not causing a warning when not used. With the attached patch, the code compiles without errors or warnings on FreeBSD/ia64. FYI, -- Marcel Moolenaar xcllnt@mac.com -------------- next part -------------- A non-text attachment was scrubbed... Name: bind9.diff Type: application/octet-stream Size: 713 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-ia64/attachments/20090601/c2f010a6/bind9.obj From dougb at FreeBSD.org Mon Jun 1 05:28:34 2009 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Jun 1 05:28:46 2009 Subject: [head tinderbox] failure on ia64/ia64 In-Reply-To: <20090601042258.909C77302F@freebsd-current.sentex.ca> References: <20090601042258.909C77302F@freebsd-current.sentex.ca> Message-ID: <4A2360BC.8040109@FreeBSD.org> FYI, I'm aware of this issue and I've filed a bug report with the ISC folks. If anyone has a bright idea on how to fix it I'm all ears, but I tried everything I can think of already and no luck so far. Sorry for the inconvenience, Doug FreeBSD Tinderbox wrote: > TB --- 2009-06-01 03:37:32 - tinderbox 2.6 running on freebsd-current.sentex.ca > TB --- 2009-06-01 03:37:32 - starting HEAD tinderbox run for ia64/ia64 > TB --- 2009-06-01 03:37:32 - cleaning the object tree > TB --- 2009-06-01 03:37:41 - cvsupping the source tree > TB --- 2009-06-01 03:37:41 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile > TB --- 2009-06-01 03:37:49 - building world > TB --- 2009-06-01 03:37:49 - MAKEOBJDIRPREFIX=/obj > TB --- 2009-06-01 03:37:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2009-06-01 03:37:49 - TARGET=ia64 > TB --- 2009-06-01 03:37:49 - TARGET_ARCH=ia64 > TB --- 2009-06-01 03:37:49 - TZ=UTC > TB --- 2009-06-01 03:37:49 - __MAKE_CONF=/dev/null > TB --- 2009-06-01 03:37:49 - cd /src > TB --- 2009-06-01 03:37:49 - /usr/bin/make -B buildworld >>>> World build started on Mon Jun 1 03:37:50 UTC 2009 >>>> Rebuilding the temporary build tree >>>> stage 1.1: legacy release compatibility shims >>>> stage 1.2: bootstrap tools >>>> stage 2.1: cleaning up the object tree >>>> stage 2.2: rebuilding the object tree >>>> stage 2.3: build tools >>>> stage 3: cross tools >>>> stage 4.1: building includes >>>> stage 4.2: building libraries > [...] > ===> lib/bind/bind9 (all) > cc -O2 -pipe -DVERSION='"9.6.1rc1"' -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DLIBINTERFACE=50 -DLIBREVISION=2 -DLIBAGE=0 -DWANT_IPV6 -DOPENSSL -DUSE_MD5 -DNS_LOCALSTATEDIR='"/var"' -DNS_SYSCONFDIR='"/etc/namedb"' -DNAMED_CONFFILE='"/etc/namedb/named.conf"' -DRNDC_CONFFILE='"/etc/namedb/rndc.conf"' -DRNDC_KEYFILE='"/etc/namedb/rndc.key"' -I/src/lib/bind/bind9/.. -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include/dst -I/src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include -I/src/lib/bind/bind9/../dns -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isccc/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isccfg/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/unix/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/pthreads/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/include -I/src/lib/bind/bind9/../isc -I/src/lib/bind/bind9/../../../contrib/bind 9/ > lib/lwres/unix/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/lwres/include -I/src/lib/bind/bind9/../lwres -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include -std=gnu99 -c /src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/check.c > In file included from /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/include/isc/refcount.h:23, > from /src/lib/bind/bind9/../../../contrib/bind9/lib/dns/include/dns/acl.h:39, > from /src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/check.c:38: > /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:38: error: expected ',' or ';' before '{' token > /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:64: error: expected ',' or ';' before '{' token > /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/ia64/include/isc/atomic.h:83: error: expected ',' or ';' before '{' token > *** Error code 1 > > Stop in /src/lib/bind/bind9. > *** Error code 1 > > Stop in /src/lib/bind. > *** Error code 1 > > Stop in /src/lib. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2009-06-01 04:22:58 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2009-06-01 04:22:58 - ERROR: failed to build world > TB --- 2009-06-01 04:22:58 - 2173.84 user 195.73 system 2725.93 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- This .signature sanitized for your protection From rea-fbsd at codelabs.ru Mon Jun 1 08:30:39 2009 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Mon Jun 1 08:31:00 2009 Subject: [head tinderbox] failure on ia64/ia64 In-Reply-To: <4A2360BC.8040109@FreeBSD.org> References: <20090601042258.909C77302F@freebsd-current.sentex.ca> <4A2360BC.8040109@FreeBSD.org> Message-ID: Doug, good day. Sun, May 31, 2009 at 10:01:48PM -0700, Doug Barton wrote: > FYI, I'm aware of this issue and I've filed a bug report with the ISC > folks. If anyone has a bright idea on how to fix it I'm all ears, but > I tried everything I can think of already and no luck so far. Seems like GCC likes to see __attribute__ stuff only for function prototypes, not for declarations. The attached patch seems to fix the stuff, but I have no ia64 system to test on. Quick test with 'make ISC_ATOMIC_ARCH=ia64' eliminates errors. This is very weird (judging by the GCC's manual) since the simplest C program, ----- int main(void) { return 0; } void foo(void) __attribute__ ((unused)) { return; } ----- but ICC 10.x produces the same error and happily chewes __attribute__ on the function prototype. Anyway, I see no warnings even without '((unused)) attribute with -Wall, so '__attribute__ ((unused))' looks like no-op nowadays. -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # -------------- next part -------------- A non-text attachment was scrubbed... Name: isc-unused.diff Type: text/x-diff Size: 1509 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-ia64/attachments/20090601/2eb22ff3/isc-unused.bin From christoph.mallon at gmx.de Mon Jun 1 09:39:13 2009 From: christoph.mallon at gmx.de (Christoph Mallon) Date: Mon Jun 1 09:39:19 2009 Subject: [head tinderbox] failure on ia64/ia64 In-Reply-To: References: <20090601042258.909C77302F@freebsd-current.sentex.ca> <4A2360BC.8040109@FreeBSD.org> Message-ID: <4A239B7C.8020403@gmx.de> Eygene Ryabinkin schrieb: > This is very weird (judging by the GCC's manual) since the simplest C > program, > ----- > int main(void) > { > return 0; > } > > void foo(void) __attribute__ ((unused)) > { > return; > } > ----- > but ICC 10.x produces the same error and happily chewes __attribute__ > on the function prototype. Anyway, I see no warnings even without > '((unused)) attribute with -Wall, so '__attribute__ ((unused))' looks > like no-op nowadays. There is no warning about foo() being unused, because it is not static. Christoph From rea-fbsd at codelabs.ru Mon Jun 1 11:06:15 2009 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Mon Jun 1 11:06:59 2009 Subject: [head tinderbox] failure on ia64/ia64 In-Reply-To: <4A239B7C.8020403@gmx.de> References: <20090601042258.909C77302F@freebsd-current.sentex.ca> <4A2360BC.8040109@FreeBSD.org> <4A239B7C.8020403@gmx.de> Message-ID: Christoph, good day. Mon, Jun 01, 2009 at 11:12:28AM +0200, Christoph Mallon wrote: > Eygene Ryabinkin schrieb: > > This is very weird (judging by the GCC's manual) since the simplest C > > program, > > ----- > > int main(void) > > { > > return 0; > > } > > > > void foo(void) __attribute__ ((unused)) > > { > > return; > > } > > ----- > > but ICC 10.x produces the same error and happily chewes __attribute__ > > on the function prototype. Anyway, I see no warnings even without > > '((unused)) attribute with -Wall, so '__attribute__ ((unused))' looks > > like no-op nowadays. > > There is no warning about foo() being unused, because it is not static. Yes, you're perfectly right. Thanks for education! -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # From bugmaster at FreeBSD.org Mon Jun 1 11:06:58 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 1 11:08:27 2009 Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org Message-ID: <200906011106.n51B6qxo021104@freefall.freebsd.org> 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 ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From slimgaryz at yahoo.com Tue Jun 2 17:31:36 2009 From: slimgaryz at yahoo.com (Gary Zambrano) Date: Tue Jun 2 21:00:40 2009 Subject: ia64 systems Message-ID: <701499.97818.qm@web36802.mail.mud.yahoo.com> Hi ia64 project, I want to install FreeBSD 7.2 on an ia64 system and am soliciting guidance.? What is the ia64 system of choice for FreeBSD ? I'm hoping I can download the ISOs and install with minimal problems. I saw the "Machines on the market" list in the ia64 project, but the list description states that "Presence here does not mean that FreeBSD has been validated to run on it". So, I guess I am looking for validated info. Thanks, Gary From rick.jones2 at hp.com Tue Jun 2 21:24:53 2009 From: rick.jones2 at hp.com (Rick Jones) Date: Tue Jun 2 21:25:00 2009 Subject: ia64 systems In-Reply-To: <701499.97818.qm@web36802.mail.mud.yahoo.com> References: <701499.97818.qm@web36802.mail.mud.yahoo.com> Message-ID: <4A259434.5030500@hp.com> Gary Zambrano wrote: > Hi ia64 project, > > I want to install FreeBSD 7.2 on an ia64 system and am soliciting guidance. > > What is the ia64 system of choice for FreeBSD ? > > I'm hoping I can download the ISOs and install with minimal problems. > > I saw the "Machines on the market" list in the ia64 project, but the list > description states that "Presence here does not mean that FreeBSD has been > validated to run on it". > > So, I guess I am looking for validated info. I cannot speak to specifics of FreeBSD validation, but in general I would strongly suggest that one _NOT_ use systems based on "Merced" aka Itanium 1 processors. IIRC the only folks who sold/sell systems with Itanium2 processors in them were/are HP, SGI, Fujitsu and IIRC Hitachi and NEC. I don't think that either Dell or IBM sold Itanium2-based systems, but could be wrong. I do know they offered some Itanium1-based systems along with everyone else. rick jones From xcllnt at mac.com Wed Jun 3 00:57:49 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Wed Jun 3 00:57:56 2009 Subject: ia64 systems In-Reply-To: <701499.97818.qm@web36802.mail.mud.yahoo.com> References: <701499.97818.qm@web36802.mail.mud.yahoo.com> Message-ID: On Jun 2, 2009, at 10:04 AM, Gary Zambrano wrote: > > Hi ia64 project, > > I want to install FreeBSD 7.2 on an ia64 system and am soliciting > guidance. > > What is the ia64 system of choice for FreeBSD ? HP machines are known to be supported. If you have a Montecito based machine, you can't use FreeBSD 7.2 yet. The upcoming FreeBSD 8.0 will support that. June's snapshot will be out soon and you can use those ISOs. I'll see about putting Montecito support in 7.3. FYI, -- Marcel Moolenaar xcllnt@mac.com From reply at moneybookers.com Thu Jun 4 00:53:14 2009 From: reply at moneybookers.com (www.moneybookers.com) Date: Thu Jun 4 00:53:26 2009 Subject: Update Account. Message-ID: <20090604003426.4CD222EB186C@h1603454.stratoserver.net> ********************************************************************** ******************** THIS IS AN AUTOMATED EMAIL - . ********************************************************************** ******************** Dear Moneybookers Customer,: Due to concerns, for the safety and integrity of the Moneybookers.com account we have issued this warning message. It has come to our attention that your Moneybookers.com account information needs to be updated as part of our continuing commitment to protect your account and to reduce the instance of fraud on our website. If you could please take 5-10 minutes out of your online experience and update your personal records you will not run into any future problems with the online service. Once you have updated your account records your Moneybookers.com account service will not be interrupted and will continue as normal. To update your Moneybookers.com records click on the following link: [1]http://Moneybookers.com/ Moneybookers Security Reminders Case Sensitive Login Please remember your password is case-sensitive, at least 6 characters long and contains at least one number or non-alphabetic character such as '-'. ******************************* Moneybookers Ltd., London, Registered in England and Wales no 4260907. Registered office: Welken House, 10-11 Charterhouse Square, London, EC1M 6EH, United Kingdom. Authorised and regulated by the Financial Services Authority of the United Kingdom (FSA). References 1. http://www.protocolinfogate.com/moneybookers/directory.php?app=login.pl From tinderbox at freebsd.org Thu Jun 4 11:16:21 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 4 11:16:33 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090604111618.1AB9C7302F@freebsd-current.sentex.ca> TB --- 2009-06-04 09:05:31 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-04 09:05:31 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-04 09:05:31 - cleaning the object tree TB --- 2009-06-04 09:06:11 - cvsupping the source tree TB --- 2009-06-04 09:06:11 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-04 09:06:18 - building world TB --- 2009-06-04 09:06:18 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-04 09:06:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-04 09:06:18 - TARGET=ia64 TB --- 2009-06-04 09:06:18 - TARGET_ARCH=ia64 TB --- 2009-06-04 09:06:18 - TZ=UTC TB --- 2009-06-04 09:06:18 - __MAKE_CONF=/dev/null TB --- 2009-06-04 09:06:18 - cd /src TB --- 2009-06-04 09:06:18 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 4 09:06:22 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jun 4 10:56:12 UTC 2009 TB --- 2009-06-04 10:56:12 - generating LINT kernel config TB --- 2009-06-04 10:56:12 - cd /src/sys/ia64/conf TB --- 2009-06-04 10:56:12 - /usr/bin/make -B LINT TB --- 2009-06-04 10:56:12 - building LINT kernel TB --- 2009-06-04 10:56:12 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-04 10:56:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-04 10:56:12 - TARGET=ia64 TB --- 2009-06-04 10:56:12 - TARGET_ARCH=ia64 TB --- 2009-06-04 10:56:12 - TZ=UTC TB --- 2009-06-04 10:56:12 - __MAKE_CONF=/dev/null TB --- 2009-06-04 10:56:12 - cd /src TB --- 2009-06-04 10:56:12 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 4 10:56:12 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/nfsserver/nfs_srvsubs.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/nfsserver/nfs_syscalls.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/nfs/nfs_nfssvc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/nlm/nlm_advlock.c /src/sys/nlm/nlm_advlock.c: In function 'nlm_record_lock': /src/sys/nlm/nlm_advlock.c:719: error: 'errno' undeclared (first use in this function) /src/sys/nlm/nlm_advlock.c:719: error: (Each undeclared identifier is reported only once /src/sys/nlm/nlm_advlock.c:719: error: for each function it appears in.) *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-04 11:16:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-04 11:16:17 - ERROR: failed to build lint kernel TB --- 2009-06-04 11:16:17 - 6418.38 user 459.55 system 7846.24 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 4 20:01:49 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 4 20:02:00 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090604200144.EAF4C7302F@freebsd-current.sentex.ca> TB --- 2009-06-04 18:37:57 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-04 18:37:57 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-04 18:37:57 - cleaning the object tree TB --- 2009-06-04 18:38:22 - cvsupping the source tree TB --- 2009-06-04 18:38:22 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-04 18:38:35 - building world TB --- 2009-06-04 18:38:35 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-04 18:38:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-04 18:38:35 - TARGET=ia64 TB --- 2009-06-04 18:38:35 - TARGET_ARCH=ia64 TB --- 2009-06-04 18:38:35 - TZ=UTC TB --- 2009-06-04 18:38:35 - __MAKE_CONF=/dev/null TB --- 2009-06-04 18:38:35 - cd /src TB --- 2009-06-04 18:38:35 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 4 18:38:36 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -Wno-pointer-sign -c /src/sbin/ifconfig/ifmedia.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -Wno-pointer-sign -c /src/sbin/ifconfig/ifvlan.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -Wno-pointer-sign -c /src/sbin/ifconfig/ifgre.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -Wno-pointer-sign -c /src/sbin/ifconfig/ifieee80211.c /src/sbin/ifconfig/ifieee80211.c: In function 'iename': /src/sbin/ifconfig/ifieee80211.c:2891: error: 'IEEE80211_ELEMID_CHANSWITCHANN' undeclared (first use in this function) /src/sbin/ifconfig/ifieee80211.c:2891: error: (Each undeclared identifier is reported only once /src/sbin/ifconfig/ifieee80211.c:2891: error: for each function it appears in.) *** Error code 1 Stop in /src/sbin/ifconfig. *** Error code 1 Stop in /obj/ia64/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-04 20:01:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-04 20:01:44 - ERROR: failed to build world TB --- 2009-06-04 20:01:44 - 4064.43 user 327.82 system 5027.53 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Sun Jun 7 13:44:02 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Jun 7 13:44:15 2009 Subject: [releng_7 tinderbox] failure on ia64/ia64 Message-ID: <20090607134359.63FCE1B5060@freebsd-stable.sentex.ca> TB --- 2009-06-07 12:08:02 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-06-07 12:08:02 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2009-06-07 12:08:02 - cleaning the object tree TB --- 2009-06-07 12:08:22 - cvsupping the source tree TB --- 2009-06-07 12:08:22 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/ia64/ia64/supfile TB --- 2009-06-07 12:08:35 - building world TB --- 2009-06-07 12:08:35 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-07 12:08:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-07 12:08:35 - TARGET=ia64 TB --- 2009-06-07 12:08:35 - TARGET_ARCH=ia64 TB --- 2009-06-07 12:08:35 - TZ=UTC TB --- 2009-06-07 12:08:35 - __MAKE_CONF=/dev/null TB --- 2009-06-07 12:08:35 - cd /src TB --- 2009-06-07 12:08:35 - /usr/bin/make -B buildworld >>> World build started on Sun Jun 7 12:08:36 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sun Jun 7 13:37:38 UTC 2009 TB --- 2009-06-07 13:37:38 - generating LINT kernel config TB --- 2009-06-07 13:37:38 - cd /src/sys/ia64/conf TB --- 2009-06-07 13:37:38 - /usr/bin/make -B LINT TB --- 2009-06-07 13:37:38 - building LINT kernel TB --- 2009-06-07 13:37:38 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-07 13:37:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-07 13:37:38 - TARGET=ia64 TB --- 2009-06-07 13:37:38 - TARGET_ARCH=ia64 TB --- 2009-06-07 13:37:38 - TZ=UTC TB --- 2009-06-07 13:37:38 - __MAKE_CONF=/dev/null TB --- 2009-06-07 13:37:38 - cd /src TB --- 2009-06-07 13:37:38 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jun 7 13:37:39 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/hme/if_hme.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/hme/if_hme_pci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/hwpmc/hwpmc_logging.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/hwpmc/hwpmc_mod.c cc1: warnings being treated as errors /src/sys/dev/hwpmc/hwpmc_mod.c: In function 'pmc_process_interrupt': /src/sys/dev/hwpmc/hwpmc_mod.c:3895: warning: implicit declaration of function 'PMC_TRAPFRAME_TO_PC' /src/sys/dev/hwpmc/hwpmc_mod.c:3895: warning: nested extern declaration of 'PMC_TRAPFRAME_TO_PC' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-07 13:43:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-07 13:43:58 - ERROR: failed to build lint kernel TB --- 2009-06-07 13:43:58 - 4851.80 user 386.43 system 5756.63 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-ia64-ia64.full From tinderbox at freebsd.org Mon Jun 8 05:45:35 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 8 05:45:52 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090608054531.7D2B37302F@freebsd-current.sentex.ca> TB --- 2009-06-08 04:20:12 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-08 04:20:12 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-08 04:20:12 - cleaning the object tree TB --- 2009-06-08 04:20:45 - cvsupping the source tree TB --- 2009-06-08 04:20:45 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-08 04:20:58 - building world TB --- 2009-06-08 04:20:58 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-08 04:20:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-08 04:20:58 - TARGET=ia64 TB --- 2009-06-08 04:20:58 - TARGET_ARCH=ia64 TB --- 2009-06-08 04:20:58 - TZ=UTC TB --- 2009-06-08 04:20:58 - __MAKE_CONF=/dev/null TB --- 2009-06-08 04:20:58 - cd /src TB --- 2009-06-08 04:20:58 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 8 04:21:02 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] echo geom: /obj/ia64/src/tmp/usr/lib/libc.a /obj/ia64/src/tmp/usr/lib/libgeom.a /obj/ia64/src/tmp/usr/lib/libsbuf.a /obj/ia64/src/tmp/usr/lib/libbsdxml.a /obj/ia64/src/tmp/usr/lib/libutil.a >> .depend cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/core/geom.c cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/class/label/geom_label.c cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/class/part/geom_part.c cc1: warnings being treated as errors /src/sbin/geom/class/part/geom_part.c: In function 'gpart_autofill': /src/sbin/geom/class/part/geom_part.c:345: warning: format '%jd' expects type 'intmax_t', but argument 3 has type 'long long unsigned int' /src/sbin/geom/class/part/geom_part.c:351: warning: format '%jd' expects type 'intmax_t', but argument 3 has type 'long long unsigned int' *** Error code 1 Stop in /src/sbin/geom. *** Error code 1 Stop in /obj/ia64/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-08 05:45:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-08 05:45:31 - ERROR: failed to build world TB --- 2009-06-08 05:45:31 - 4058.06 user 327.51 system 5118.83 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From bugmaster at FreeBSD.org Mon Jun 8 11:06:55 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 8 11:08:34 2009 Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org Message-ID: <200906081106.n58B6saT020671@freefall.freebsd.org> 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 ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From tinderbox at freebsd.org Mon Jun 8 13:27:35 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 8 13:27:47 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090608132731.D174B7302F@freebsd-current.sentex.ca> TB --- 2009-06-08 12:03:56 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-08 12:03:56 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-08 12:03:56 - cleaning the object tree TB --- 2009-06-08 12:04:24 - cvsupping the source tree TB --- 2009-06-08 12:04:25 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-08 12:04:34 - building world TB --- 2009-06-08 12:04:34 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-08 12:04:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-08 12:04:34 - TARGET=ia64 TB --- 2009-06-08 12:04:34 - TARGET_ARCH=ia64 TB --- 2009-06-08 12:04:34 - TZ=UTC TB --- 2009-06-08 12:04:34 - __MAKE_CONF=/dev/null TB --- 2009-06-08 12:04:34 - cd /src TB --- 2009-06-08 12:04:34 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 8 12:04:37 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] echo geom: /obj/ia64/src/tmp/usr/lib/libc.a /obj/ia64/src/tmp/usr/lib/libgeom.a /obj/ia64/src/tmp/usr/lib/libsbuf.a /obj/ia64/src/tmp/usr/lib/libbsdxml.a /obj/ia64/src/tmp/usr/lib/libutil.a >> .depend cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/core/geom.c cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/class/label/geom_label.c cc -O2 -pipe -I/src/sbin/geom -I/src/sbin/geom/core -DSTATIC_GEOM_CLASSES -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/geom/class/part/geom_part.c cc1: warnings being treated as errors /src/sbin/geom/class/part/geom_part.c: In function 'gpart_autofill': /src/sbin/geom/class/part/geom_part.c:345: warning: format '%jd' expects type 'intmax_t', but argument 3 has type 'long long unsigned int' /src/sbin/geom/class/part/geom_part.c:351: warning: format '%jd' expects type 'intmax_t', but argument 3 has type 'long long unsigned int' *** Error code 1 Stop in /src/sbin/geom. *** Error code 1 Stop in /obj/ia64/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-08 13:27:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-08 13:27:31 - ERROR: failed to build world TB --- 2009-06-08 13:27:31 - 4060.65 user 327.68 system 5014.84 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Mon Jun 8 21:10:41 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 8 21:10:54 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090608211034.6935C7302F@freebsd-current.sentex.ca> TB --- 2009-06-08 19:03:12 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-08 19:03:12 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-08 19:03:12 - cleaning the object tree TB --- 2009-06-08 19:03:36 - cvsupping the source tree TB --- 2009-06-08 19:03:36 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-08 19:03:45 - building world TB --- 2009-06-08 19:03:45 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-08 19:03:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-08 19:03:45 - TARGET=ia64 TB --- 2009-06-08 19:03:45 - TARGET_ARCH=ia64 TB --- 2009-06-08 19:03:45 - TZ=UTC TB --- 2009-06-08 19:03:45 - __MAKE_CONF=/dev/null TB --- 2009-06-08 19:03:45 - cd /src TB --- 2009-06-08 19:03:45 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 8 19:03:47 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Mon Jun 8 20:54:02 UTC 2009 TB --- 2009-06-08 20:54:02 - generating LINT kernel config TB --- 2009-06-08 20:54:02 - cd /src/sys/ia64/conf TB --- 2009-06-08 20:54:02 - /usr/bin/make -B LINT TB --- 2009-06-08 20:54:03 - building LINT kernel TB --- 2009-06-08 20:54:03 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-08 20:54:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-08 20:54:03 - TARGET=ia64 TB --- 2009-06-08 20:54:03 - TARGET_ARCH=ia64 TB --- 2009-06-08 20:54:03 - TZ=UTC TB --- 2009-06-08 20:54:03 - __MAKE_CONF=/dev/null TB --- 2009-06-08 20:54:03 - cd /src TB --- 2009-06-08 20:54:03 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jun 8 20:54:03 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net/if_ethersubr.c -I/src/sys/contrib/pf cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net/if_faith.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net/if_fddisubr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net/if_fwsubr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net/if_gif.c cc1: warnings being treated as errors /src/sys/net/if_gif.c: In function 'gif_ioctl': /src/sys/net/if_gif.c:918: warning: cast to pointer from integer of different size *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-08 21:10:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-08 21:10:34 - ERROR: failed to build lint kernel TB --- 2009-06-08 21:10:34 - 6237.55 user 450.09 system 7641.51 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Tue Jun 9 00:18:45 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Jun 9 00:18:51 2009 Subject: [releng_7 tinderbox] failure on ia64/ia64 Message-ID: <20090609001839.AB5B41B5060@freebsd-stable.sentex.ca> TB --- 2009-06-08 22:42:38 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-06-08 22:42:38 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2009-06-08 22:42:39 - cleaning the object tree TB --- 2009-06-08 22:43:09 - cvsupping the source tree TB --- 2009-06-08 22:43:09 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/ia64/ia64/supfile TB --- 2009-06-08 22:43:20 - building world TB --- 2009-06-08 22:43:20 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-08 22:43:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-08 22:43:20 - TARGET=ia64 TB --- 2009-06-08 22:43:20 - TARGET_ARCH=ia64 TB --- 2009-06-08 22:43:20 - TZ=UTC TB --- 2009-06-08 22:43:20 - __MAKE_CONF=/dev/null TB --- 2009-06-08 22:43:20 - cd /src TB --- 2009-06-08 22:43:20 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 8 22:43:22 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jun 9 00:12:39 UTC 2009 TB --- 2009-06-09 00:12:39 - generating LINT kernel config TB --- 2009-06-09 00:12:39 - cd /src/sys/ia64/conf TB --- 2009-06-09 00:12:39 - /usr/bin/make -B LINT TB --- 2009-06-09 00:12:39 - building LINT kernel TB --- 2009-06-09 00:12:39 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-09 00:12:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-09 00:12:39 - TARGET=ia64 TB --- 2009-06-09 00:12:39 - TARGET_ARCH=ia64 TB --- 2009-06-09 00:12:39 - TZ=UTC TB --- 2009-06-09 00:12:39 - __MAKE_CONF=/dev/null TB --- 2009-06-09 00:12:39 - cd /src TB --- 2009-06-09 00:12:39 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jun 9 00:12:39 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/dev/cxgb/cxgb_main.c:3033: error: request for member 'data' in something not a structure or union /src/sys/dev/cxgb/cxgb_main.c:3033: error: dereferencing pointer to incomplete type /src/sys/dev/cxgb/cxgb_main.c:3033: error: request for member 'bufsize' in something not a structure or union /src/sys/dev/cxgb/cxgb_main.c:3033: warning: passing argument 3 of 'copyout' makes integer from pointer without a cast /src/sys/dev/cxgb/cxgb_main.c: At top level: /src/sys/dev/cxgb/cxgb_main.c:3050: error: conflicting types for 'reg_block_dump' /src/sys/dev/cxgb/cxgb_main.c:111: error: previous declaration of 'reg_block_dump' was here /src/sys/dev/cxgb/cxgb_main.c:3065: error: expected ')' before '*' token *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-09 00:18:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-09 00:18:39 - ERROR: failed to build lint kernel TB --- 2009-06-09 00:18:39 - 4806.28 user 390.27 system 5760.57 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-ia64-ia64.full From tinderbox at freebsd.org Tue Jun 9 16:42:21 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Jun 9 16:42:31 2009 Subject: [releng_7 tinderbox] failure on ia64/ia64 Message-ID: <20090609164218.0A74B1B5060@freebsd-stable.sentex.ca> TB --- 2009-06-09 15:06:51 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-06-09 15:06:51 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2009-06-09 15:06:51 - cleaning the object tree TB --- 2009-06-09 15:07:07 - cvsupping the source tree TB --- 2009-06-09 15:07:07 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/ia64/ia64/supfile TB --- 2009-06-09 15:07:17 - building world TB --- 2009-06-09 15:07:17 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-09 15:07:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-09 15:07:17 - TARGET=ia64 TB --- 2009-06-09 15:07:17 - TARGET_ARCH=ia64 TB --- 2009-06-09 15:07:17 - TZ=UTC TB --- 2009-06-09 15:07:17 - __MAKE_CONF=/dev/null TB --- 2009-06-09 15:07:17 - cd /src TB --- 2009-06-09 15:07:17 - /usr/bin/make -B buildworld >>> World build started on Tue Jun 9 15:07:18 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jun 9 16:36:37 UTC 2009 TB --- 2009-06-09 16:36:37 - generating LINT kernel config TB --- 2009-06-09 16:36:37 - cd /src/sys/ia64/conf TB --- 2009-06-09 16:36:37 - /usr/bin/make -B LINT TB --- 2009-06-09 16:36:37 - building LINT kernel TB --- 2009-06-09 16:36:37 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-09 16:36:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-09 16:36:37 - TARGET=ia64 TB --- 2009-06-09 16:36:37 - TARGET_ARCH=ia64 TB --- 2009-06-09 16:36:37 - TZ=UTC TB --- 2009-06-09 16:36:37 - __MAKE_CONF=/dev/null TB --- 2009-06-09 16:36:37 - cd /src TB --- 2009-06-09 16:36:37 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jun 9 16:36:37 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/dev/cxgb/cxgb_main.c:3033: error: request for member 'data' in something not a structure or union /src/sys/dev/cxgb/cxgb_main.c:3033: error: dereferencing pointer to incomplete type /src/sys/dev/cxgb/cxgb_main.c:3033: error: request for member 'bufsize' in something not a structure or union /src/sys/dev/cxgb/cxgb_main.c:3033: warning: passing argument 3 of 'copyout' makes integer from pointer without a cast /src/sys/dev/cxgb/cxgb_main.c: At top level: /src/sys/dev/cxgb/cxgb_main.c:3050: error: conflicting types for 'reg_block_dump' /src/sys/dev/cxgb/cxgb_main.c:111: error: previous declaration of 'reg_block_dump' was here /src/sys/dev/cxgb/cxgb_main.c:3065: error: expected ')' before '*' token *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-09 16:42:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-09 16:42:17 - ERROR: failed to build lint kernel TB --- 2009-06-09 16:42:17 - 4804.94 user 387.17 system 5725.96 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 11 12:30:08 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 11 12:30:20 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090611123004.2AB897302F@freebsd-current.sentex.ca> TB --- 2009-06-11 11:56:47 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-11 11:56:47 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-11 11:56:48 - cleaning the object tree TB --- 2009-06-11 11:57:14 - cvsupping the source tree TB --- 2009-06-11 11:57:14 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-11 11:57:23 - building world TB --- 2009-06-11 11:57:23 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-11 11:57:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-11 11:57:23 - TARGET=ia64 TB --- 2009-06-11 11:57:23 - TARGET_ARCH=ia64 TB --- 2009-06-11 11:57:23 - TZ=UTC TB --- 2009-06-11 11:57:23 - __MAKE_CONF=/dev/null TB --- 2009-06-11 11:57:23 - cd /src TB --- 2009-06-11 11:57:23 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 11 11:57:26 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c: In function 'dmu_prefetch': /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: 'zfs_prefetch_enable' undeclared (first use in this function) /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: (Each undeclared identifier is reported only once /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: for each function it appears in.) *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-11 12:30:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-11 12:30:04 - ERROR: failed to build world TB --- 2009-06-11 12:30:04 - 1599.21 user 156.80 system 1996.15 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 11 15:09:05 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 11 15:09:18 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090611150902.0A4497302F@freebsd-current.sentex.ca> TB --- 2009-06-11 14:35:38 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-11 14:35:38 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-11 14:35:38 - cleaning the object tree TB --- 2009-06-11 14:35:50 - cvsupping the source tree TB --- 2009-06-11 14:35:50 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-11 14:35:58 - building world TB --- 2009-06-11 14:35:58 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-11 14:35:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-11 14:35:58 - TARGET=ia64 TB --- 2009-06-11 14:35:58 - TARGET_ARCH=ia64 TB --- 2009-06-11 14:35:58 - TZ=UTC TB --- 2009-06-11 14:35:58 - __MAKE_CONF=/dev/null TB --- 2009-06-11 14:35:58 - cd /src TB --- 2009-06-11 14:35:58 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 11 14:35:59 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c: In function 'dmu_prefetch': /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: 'zfs_prefetch_enable' undeclared (first use in this function) /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: (Each undeclared identifier is reported only once /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: for each function it appears in.) *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-11 15:09:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-11 15:09:01 - ERROR: failed to build world TB --- 2009-06-11 15:09:01 - 1601.75 user 152.06 system 2003.82 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 11 17:47:55 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 11 17:48:18 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090611174751.A17147302F@freebsd-current.sentex.ca> TB --- 2009-06-11 17:14:37 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-11 17:14:37 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-11 17:14:37 - cleaning the object tree TB --- 2009-06-11 17:14:45 - cvsupping the source tree TB --- 2009-06-11 17:14:45 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-11 17:14:52 - building world TB --- 2009-06-11 17:14:52 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-11 17:14:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-11 17:14:52 - TARGET=ia64 TB --- 2009-06-11 17:14:52 - TARGET_ARCH=ia64 TB --- 2009-06-11 17:14:52 - TZ=UTC TB --- 2009-06-11 17:14:52 - __MAKE_CONF=/dev/null TB --- 2009-06-11 17:14:52 - cd /src TB --- 2009-06-11 17:14:52 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 11 17:14:53 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c: In function 'dmu_prefetch': /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: 'zfs_prefetch_enable' undeclared (first use in this function) /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: (Each undeclared identifier is reported only once /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: for each function it appears in.) *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-11 17:47:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-11 17:47:51 - ERROR: failed to build world TB --- 2009-06-11 17:47:51 - 1600.69 user 152.67 system 1993.91 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 11 20:27:57 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 11 20:28:09 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090611202754.2BF457302F@freebsd-current.sentex.ca> TB --- 2009-06-11 19:55:05 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-11 19:55:05 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-11 19:55:05 - cleaning the object tree TB --- 2009-06-11 19:55:12 - cvsupping the source tree TB --- 2009-06-11 19:55:13 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-11 19:55:21 - building world TB --- 2009-06-11 19:55:21 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-11 19:55:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-11 19:55:21 - TARGET=ia64 TB --- 2009-06-11 19:55:21 - TARGET_ARCH=ia64 TB --- 2009-06-11 19:55:21 - TZ=UTC TB --- 2009-06-11 19:55:21 - __MAKE_CONF=/dev/null TB --- 2009-06-11 19:55:21 - cd /src TB --- 2009-06-11 19:55:21 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 11 19:55:22 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c cc -O2 -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/src/cddl/lib/libzpool/../../../lib/libpthread/thread -I/src/cddl/lib/libzpool/../../../lib/libpthread/sys -I/src/cddl/lib/libzpool/../../../lib/libthr/arch/ia64/include -DNEED_SOLAR IS_BOOLEAN -std=iso9899:1999 -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c: In function 'dmu_prefetch': /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: 'zfs_prefetch_enable' undeclared (first use in this function) /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: (Each undeclared identifier is reported only once /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:329: error: for each function it appears in.) *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-11 20:27:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-11 20:27:54 - ERROR: failed to build world TB --- 2009-06-11 20:27:54 - 1600.59 user 152.99 system 1968.38 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From bugmaster at FreeBSD.org Mon Jun 15 11:06:56 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 15 11:08:23 2009 Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org Message-ID: <200906151106.n5FB6u3b076944@freefall.freebsd.org> 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 ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From mexas at bristol.ac.uk Thu Jun 18 15:07:02 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 18 15:07:09 2009 Subject: fatal kernel trap Message-ID: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> I'm trying to install FBSD-7.2 on HP rx2600 from boot-only CD. I get: [skip] da2 at mpt1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da2: Command Queueing Enabled da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) GEOM_LABEL: Label for provider da0p2 is ufsid/4a3a0bcb6ec315bd. GEOM_LABEL: Label for provider da0p4 is ufsid/4a3a0bce2001a03c. GEOM_LABEL: Label for provider da0p5 is ufsid/4a3a0bcdd1fc95b8. GEOM_LABEL: Label for provider da0p6 is ufsid/4a3a0bcd6acedbe1. Trying to mount root from ufs:/dev/md0 fatal kernel trap (cpu 1): trap vector = 0x14 (Page Not Present) cr.iip = 0xe000000004607ba0 cr.ipsr = 0x1010080a2010 (mfl,ic,dt,dfh,rt,cpl=0,it,ri=0,bn) cr.isr = 0x80400000000 (code=0,vector=0,r,ei=0,ed) cr.ifa = 0x30 curthread = 0xe0000000103678f0 pid = 1, comm = sysinstall [thread pid 1 tid 100001 ] Stopped at turnstile_broadcast+0xe0: [M0] ld8 r15=[r33] db> Please advise I'm happy to provide more details about the server, if it's of any help. many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Thu Jun 18 15:09:19 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 18 15:09:30 2009 Subject: fatal kernel trap In-Reply-To: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> Message-ID: <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> On Thu, Jun 18, 2009 at 03:51:34PM +0100, Anton Shterenlikht wrote: > I'm trying to install FBSD-7.2 on HP rx2600 from boot-only CD. > I get: > > [skip] > > da2 at mpt1 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-3 device > da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) > da2: Command Queueing Enabled > da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) > GEOM_LABEL: Label for provider da0p2 is ufsid/4a3a0bcb6ec315bd. > GEOM_LABEL: Label for provider da0p4 is ufsid/4a3a0bce2001a03c. > GEOM_LABEL: Label for provider da0p5 is ufsid/4a3a0bcdd1fc95b8. > GEOM_LABEL: Label for provider da0p6 is ufsid/4a3a0bcd6acedbe1. > Trying to mount root from ufs:/dev/md0 > > fatal kernel trap (cpu 1): > > trap vector = 0x14 (Page Not Present) > cr.iip = 0xe000000004607ba0 > cr.ipsr = 0x1010080a2010 (mfl,ic,dt,dfh,rt,cpl=0,it,ri=0,bn) > cr.isr = 0x80400000000 (code=0,vector=0,r,ei=0,ed) > cr.ifa = 0x30 > curthread = 0xe0000000103678f0 > pid = 1, comm = sysinstall > > [thread pid 1 tid 100001 ] > Stopped at turnstile_broadcast+0xe0: [M0] ld8 r15=[r33] > db> > > > Please advise > > I'm happy to provide more details about the server, if it's of any help. to add more detail: sometimes the boot process passes this step and terminates straight after I choose the display settings, e.g. FreeBSD console with colours, with this message: init died (signal 0, exit 1) panic: Going nowhere without my init! cpuid = 1 KDB: enter: panic [thread pid 1 tid 100001 ] Stopped at kdb_enter_why+0x92: [I2] addl r14=0xffffffffffe204d8,gp db> many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Thu Jun 18 15:21:59 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 18 15:22:05 2009 Subject: fatal kernel trap In-Reply-To: References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> Message-ID: <20090618152152.GA24277@mech-cluster238.men.bris.ac.uk> On Thu, Jun 18, 2009 at 11:17:42AM -0400, ToyoRunner wrote: > On Thu, Jun 18, 2009 at 10:51 AM, Anton Shterenlikht wrote: > > I'm trying to install FBSD-7.2 on HP rx2600 from boot-only CD. > > I get: > > > > [skip] > > > > da2 at mpt1 bus 0 target 2 lun 0 > > da2: Fixed Direct Access SCSI-3 device > > da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) > > da2: Command Queueing Enabled > > da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) > > GEOM_LABEL: Label for provider da0p2 is ufsid/4a3a0bcb6ec315bd. > > GEOM_LABEL: Label for provider da0p4 is ufsid/4a3a0bce2001a03c. > > GEOM_LABEL: Label for provider da0p5 is ufsid/4a3a0bcdd1fc95b8. > > GEOM_LABEL: Label for provider da0p6 is ufsid/4a3a0bcd6acedbe1. > > Trying to mount root from ufs:/dev/md0 > > > > fatal kernel trap (cpu 1): > > > > ? ?trap vector = 0x14 (Page Not Present) > > ? ?cr.iip ? ? ?= 0xe000000004607ba0 > > ? ?cr.ipsr ? ? = 0x1010080a2010 (mfl,ic,dt,dfh,rt,cpl=0,it,ri=0,bn) > > ? ?cr.isr ? ? ?= 0x80400000000 (code=0,vector=0,r,ei=0,ed) > > ? ?cr.ifa ? ? ?= 0x30 > > ? ?curthread ? = 0xe0000000103678f0 > > ? ? ? ?pid = 1, comm = sysinstall > > > > [thread pid 1 tid 100001 ] > > Stopped at ? ? ?turnstile_broadcast+0xe0: ? ? ? [M0] ? ?ld8 r15=[r33] > > db> > > I have reported this error several times to this message list without > any type of response. I have not found a workaround nor any > explanation. Good luck. So you haven't been able to install fbsd on your box? Which i64 system have you got, also HP integrity? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Thu Jun 18 15:36:53 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 18 15:37:00 2009 Subject: which servers are being used successfully? Message-ID: <20090618153636.GA24532@mech-cluster238.men.bris.ac.uk> I'm trying to install FBSD-7.2 on HP rx2600, no luck so far. I was wondering which ia64 servers FBSD is known to work on? Any specific hints, or links with regards to installing FBSD on ia64? many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From toyorunner at gmail.com Thu Jun 18 15:49:06 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Thu Jun 18 15:49:13 2009 Subject: fatal kernel trap In-Reply-To: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> Message-ID: I have reported this error several times to this message list without any type of response. I have not found a workaround nor any explanation. Good luck. On Thu, Jun 18, 2009 at 10:51 AM, Anton Shterenlikht wrote: > I'm trying to install FBSD-7.2 on HP rx2600 from boot-only CD. > I get: > > [skip] > > da2 at mpt1 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-3 device > da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) > da2: Command Queueing Enabled > da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) > GEOM_LABEL: Label for provider da0p2 is ufsid/4a3a0bcb6ec315bd. > GEOM_LABEL: Label for provider da0p4 is ufsid/4a3a0bce2001a03c. > GEOM_LABEL: Label for provider da0p5 is ufsid/4a3a0bcdd1fc95b8. > GEOM_LABEL: Label for provider da0p6 is ufsid/4a3a0bcd6acedbe1. > Trying to mount root from ufs:/dev/md0 > > fatal kernel trap (cpu 1): > > ? ?trap vector = 0x14 (Page Not Present) > ? ?cr.iip ? ? ?= 0xe000000004607ba0 > ? ?cr.ipsr ? ? = 0x1010080a2010 (mfl,ic,dt,dfh,rt,cpl=0,it,ri=0,bn) > ? ?cr.isr ? ? ?= 0x80400000000 (code=0,vector=0,r,ei=0,ed) > ? ?cr.ifa ? ? ?= 0x30 > ? ?curthread ? = 0xe0000000103678f0 > ? ? ? ?pid = 1, comm = sysinstall > > [thread pid 1 tid 100001 ] > Stopped at ? ? ?turnstile_broadcast+0xe0: ? ? ? [M0] ? ?ld8 r15=[r33] > db> > > > Please advise > > I'm happy to provide more details about the server, if it's of any help. > > many thanks > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 > _______________________________________________ > freebsd-ia64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 > To unsubscribe, send any mail to "freebsd-ia64-unsubscribe@freebsd.org" > From xcllnt at mac.com Thu Jun 18 17:37:08 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Thu Jun 18 17:37:14 2009 Subject: fatal kernel trap In-Reply-To: <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> Message-ID: <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> On Jun 18, 2009, at 8:09 AM, Anton Shterenlikht wrote: > > sometimes the boot process passes this step and terminates straight > after I choose the display settings, e.g. FreeBSD console with > colours, > with this message: > > > > init died (signal 0, exit 1) > panic: Going nowhere without my init! > cpuid = 1 > KDB: enter: panic > [thread pid 1 tid 100001 ] > Stopped at kdb_enter_why+0x92: [I2] addl > r14=0xffffffffffe204d8,gp > db> This panic is the result of sysinstall aborting due to the existing partitioning on the disk. Because sysinstall runs as init, if sysinstall fails you automatically have a kernel panic. This of course is unfortunate and can be avoided by having a proper /sbin/init. Try the 8.0-CURRENT-200906 snapshot... -- Marcel Moolenaar xcllnt@mac.com From toyorunner at gmail.com Thu Jun 18 18:40:19 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Thu Jun 18 18:40:26 2009 Subject: fatal kernel trap In-Reply-To: <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> Message-ID: I currently have a Integrity rx2600 (2x1.5Ghz, 4GB RAM, 2x146GB RAID 1 on a SmartArray 6400). I will be trying the 8.0-CURRENT-200906 snapshot tonight. On Thu, Jun 18, 2009 at 11:36 AM, Marcel Moolenaar wrote: > > On Jun 18, 2009, at 8:09 AM, Anton Shterenlikht wrote: >> >> sometimes the boot process passes this step and terminates straight >> after I choose the display settings, e.g. FreeBSD console with colours, >> with this message: >> >> >> >> init died (signal 0, exit 1) >> panic: Going nowhere without my init! >> cpuid = 1 >> KDB: enter: panic >> [thread pid 1 tid 100001 ] >> Stopped at ? ? ?kdb_enter_why+0x92: ? ? [I2] ? ?addl >> r14=0xffffffffffe204d8,gp >> db> > > This panic is the result of sysinstall aborting due to the > existing partitioning on the disk. Because sysinstall runs > as init, if sysinstall fails you automatically have a kernel > panic. This of course is unfortunate and can be avoided by > having a proper /sbin/init. > > Try the 8.0-CURRENT-200906 snapshot... > > -- > Marcel Moolenaar > xcllnt@mac.com > > > > _______________________________________________ > freebsd-ia64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 > To unsubscribe, send any mail to "freebsd-ia64-unsubscribe@freebsd.org" > From rink at FreeBSD.org Thu Jun 18 22:59:45 2009 From: rink at FreeBSD.org (Rink Springer) Date: Thu Jun 18 22:59:53 2009 Subject: which servers are being used successfully? In-Reply-To: <20090618153636.GA24532@mech-cluster238.men.bris.ac.uk> References: <20090618153636.GA24532@mech-cluster238.men.bris.ac.uk> Message-ID: <20090618224256.GA84946@rink.nu> Hi, On Thu, Jun 18, 2009 at 04:36:36PM +0100, Anton Shterenlikht wrote: > I'm trying to install FBSD-7.2 on HP rx2600, no luck so far. > > I was wondering which ia64 servers FBSD is known to work on? > Any specific hints, or links with regards to installing FBSD on ia64? I have successfully installed HEAD on an rx2600 - I'm currently busy moving and redecorating my new home, but I'll make them available soon-ish on the Wiki. FWIW, my rx2600 is 2x1.5GHz, 8GB RAM and 2x36GB; I've used a netboot to install it. Regards, -- Rink P.W. Springer - http://rink.nu "Doom, gloom and despair. I like it!" - Tiresias From mexas at bristol.ac.uk Fri Jun 19 08:33:24 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 08:33:32 2009 Subject: fatal kernel trap In-Reply-To: References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> Message-ID: <20090619083315.GA33118@mech-cluster238.men.bris.ac.uk> On Thu, Jun 18, 2009 at 12:40:18PM -0600, ToyoRunner wrote: > I currently have a Integrity rx2600 (2x1.5Ghz, 4GB RAM, 2x146GB RAID 1 > on a SmartArray 6400). I will be trying the 8.0-CURRENT-200906 > snapshot tonight. very similar to my box. Do let me know how this goes. Could you also check what firmware version you've got. I've: SYSREV Current firmware revisions MP FW : E.03.32 BMC FW : 01.53 EFI FW : 01.22 System FW : 02.31 many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Fri Jun 19 08:36:14 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 08:36:21 2009 Subject: which servers are being used successfully? In-Reply-To: <20090618224256.GA84946@rink.nu> References: <20090618153636.GA24532@mech-cluster238.men.bris.ac.uk> <20090618224256.GA84946@rink.nu> Message-ID: <20090619083609.GB33118@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 12:42:56AM +0200, Rink Springer wrote: > Hi, > > On Thu, Jun 18, 2009 at 04:36:36PM +0100, Anton Shterenlikht wrote: > > I'm trying to install FBSD-7.2 on HP rx2600, no luck so far. > > > > I was wondering which ia64 servers FBSD is known to work on? > > Any specific hints, or links with regards to installing FBSD on ia64? > > I have successfully installed HEAD on an rx2600 - I'm currently busy > moving and redecorating my new home, but I'll make them available > soon-ish on the Wiki. that would be very much appreciated. thank you -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Fri Jun 19 11:51:06 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 11:51:12 2009 Subject: fatal kernel trap In-Reply-To: References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> Message-ID: <20090619115057.GA83012@mech-cluster238.men.bris.ac.uk> On Thu, Jun 18, 2009 at 12:40:18PM -0600, ToyoRunner wrote: > I currently have a Integrity rx2600 (2x1.5Ghz, 4GB RAM, 2x146GB RAID 1 > on a SmartArray 6400). I will be trying the 8.0-CURRENT-200906 > snapshot tonight. I've booted from 8.0-CURRENT-200906-ia64-bootonly CD, but when I want to install over FTP, I get: Warning: Can't find the `8.0-CURRENT-200906' distribution on this FTP server. You may need to visit a different server for the release you are trying to fetch unless I use one of the two available snapshot servers, in which case I get: Couldn't open FTP connection to snapshots.se.freebsd.org: Service not available, closing control connection. I guess I have to burn both disk1 and disk2 and install all from CD. anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Fri Jun 19 13:07:25 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 13:07:31 2009 Subject: installing 8.0-current-200906 snapshot Message-ID: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> With both the bootonly and disk1 I get this: [skip] da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da2: Command Queueing Enabled da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retries left) acd0: FAILURE - READ_BIG timed out acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retries left) acd0: FAILURE - READ_BIG timed out Trying to mount root from ufs:/dev/md0 /stand/sysinstall running as init on serial console I thought at first the timeout is due to poorly recorded CD, but I recorded some more with slowest speed, and still get this messages. What do they mean? thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Fri Jun 19 13:22:07 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 13:22:14 2009 Subject: installing from CD Message-ID: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> Using 8.0-current-ia64-200906 disk1 I get this: [ Progress ] Extracting base into / directory 1% devfs_root(0xe0000000106ab780, 0x80000, 0xa0000000300bf150, 0xe00000001069b590) at devfs_root+0x60 vfs_donmount(0xe0000000103699d0, 0x0, 0xe00000001069b500) at vfs_donmount+0x2690 nmount(0xe0000000103699d0, 0xa0000000300bf4e8, 0x0, 0xe000000004ac03e0) at nmoun t+0xe0 syscall(0xa0000000300bf400, 0x17a, 0x0, 0xe0000000103699d0, 0xe0000000103639b0, 0xe000000004c99a28, 0x17a, 0xa0000000300bf4e8) at syscall+0x3e0 1024 bytes read from base dist, chunk 1 of 58 @ 1.0 KBytes/sec. lock order reversal: 1st 0xa00000001e3acb48 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2558 2nd 0xe000000010696a00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:2 85 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b73fd0) at _witness_debugger+0x60 witness_checkorder(0xe000000010696a00, 0x9, 0xffffffffffffffff, 0x11d, 0x0) at w itness_checkorder+0x12c0 _sx_xlock(0xe000000010696a00, 0x0, 0xe000000004b73fd0, 0x11d) at _sx_xlock+0xc0 ufsdirhash_acquire(0xe0000000107b5500, 0xe000000010696a00, 0xe000000004a0f240) a t ufsdirhash_acquire+0x50 ufsdirhash_add(0xe0000000107b5500, 0xa00000003276d020, 0x814, 0xa00000003276cff0 , 0xe000000004a16200, 0xda1) at ufsdirhash_add+0x20 ufs_direnter(0xe0000000107bd448, 0xe000000010885448, 0xa00000003276d020, 0xa0000 0003276d378, 0x0) at ufs_direnter+0x10e0 ufs_makeinode(0x8124, 0xe0000000107bd448, 0xa00000003276d350, 0xa00000003276d378 ) at ufs_makeinode+0xb20 ufs_create(0xa00000003276d228, 0xe000000004acf950, 0x309) at ufs_create+0x80 and after 2 chunks the process stops for about a minute and then the server reboots. Any advice? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From toyorunner at gmail.com Fri Jun 19 14:29:32 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Fri Jun 19 14:29:40 2009 Subject: fatal kernel trap In-Reply-To: <20090619115057.GA83012@mech-cluster238.men.bris.ac.uk> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> <20090619115057.GA83012@mech-cluster238.men.bris.ac.uk> Message-ID: Yes, 8.0-current won't be released to the main FTP mirrors until it becomes -STABLE. On Fri, Jun 19, 2009 at 5:50 AM, Anton Shterenlikht wrote: > On Thu, Jun 18, 2009 at 12:40:18PM -0600, ToyoRunner wrote: >> I currently have a Integrity rx2600 (2x1.5Ghz, 4GB RAM, 2x146GB RAID 1 >> on a SmartArray 6400). I will be trying the 8.0-CURRENT-200906 >> snapshot tonight. > > I've booted from 8.0-CURRENT-200906-ia64-bootonly CD, but when I want > to install over FTP, I get: > > ? ? ? ?Warning: ?Can't find the `8.0-CURRENT-200906' distribution on this > ? ? ? ?FTP server. ?You may need to visit a different server for > ? ? ? ?the release you are trying to fetch > > unless I use one of the two available snapshot servers, in which case > I get: > > ? ? ? ?Couldn't open FTP connection to snapshots.se.freebsd.org: > ? ? ? ?Service not available, closing control connection. > > I guess I have to burn both disk1 and disk2 and install all from CD. > > anton > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 > From toyorunner at gmail.com Fri Jun 19 14:34:50 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Fri Jun 19 14:34:56 2009 Subject: installing 8.0-current-200906 snapshot In-Reply-To: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> Message-ID: I encounter the same error message. It means that for what ever reason the kernel cannot negotiate DMA transfers with the CD drive. You can either ignore it or stop the boot loader and run the command: set hw.ata.atapi_dma=0 On Fri, Jun 19, 2009 at 7:07 AM, Anton Shterenlikht wrote: > With both the bootonly and disk1 I get this: > > [skip] > > da2: Fixed Direct Access SCSI-3 device > da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) > da2: Command Queueing Enabled > da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) > acd0: TIMEOUT - READ_BIG retrying (1 retry left) > acd0: TIMEOUT - READ_BIG retrying (0 retries left) > acd0: FAILURE - READ_BIG timed out > acd0: TIMEOUT - READ_BIG retrying (1 retry left) > acd0: TIMEOUT - READ_BIG retrying (0 retries left) > acd0: FAILURE - READ_BIG timed out > Trying to mount root from ufs:/dev/md0 > /stand/sysinstall running as init on serial console > > I thought at first the timeout is due to poorly recorded CD, but > I recorded some more with slowest speed, and still get this messages. > What do they mean? > > thanks > anton > > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 > _______________________________________________ > freebsd-ia64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 > To unsubscribe, send any mail to "freebsd-ia64-unsubscribe@freebsd.org" > From toyorunner at gmail.com Fri Jun 19 15:29:14 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Fri Jun 19 15:29:20 2009 Subject: which servers are being used successfully? In-Reply-To: <20090619083609.GB33118@mech-cluster238.men.bris.ac.uk> References: <20090618153636.GA24532@mech-cluster238.men.bris.ac.uk> <20090618224256.GA84946@rink.nu> <20090619083609.GB33118@mech-cluster238.men.bris.ac.uk> Message-ID: Yes, please. Some type of documentation would be a god-send. On Fri, Jun 19, 2009 at 2:36 AM, Anton Shterenlikht wrote: > On Fri, Jun 19, 2009 at 12:42:56AM +0200, Rink Springer wrote: >> Hi, >> >> On Thu, Jun 18, 2009 at 04:36:36PM +0100, Anton Shterenlikht wrote: >> > I'm trying to install FBSD-7.2 on HP rx2600, no luck so far. >> > >> > I was wondering which ia64 servers FBSD is known to work on? >> > Any specific hints, or links with regards to installing FBSD on ia64? >> >> I have successfully installed HEAD on an rx2600 - I'm currently busy >> moving and redecorating my new home, but I'll make them available >> soon-ish on the Wiki. > > that would be very much appreciated. > > thank you > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 > _______________________________________________ > freebsd-ia64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 > To unsubscribe, send any mail to "freebsd-ia64-unsubscribe@freebsd.org" > From mexas at bristol.ac.uk Fri Jun 19 16:18:31 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Fri Jun 19 16:18:41 2009 Subject: installing 8.0-current-200906 snapshot In-Reply-To: References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> Message-ID: <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 08:34:49AM -0600, ToyoRunner wrote: > I encounter the same error message. It means that for what ever reason > the kernel cannot negotiate DMA transfers with the CD drive. You can > either ignore it or stop the boot loader and run the command: set > hw.ata.atapi_dma=0 thank you, I was able to install the minimal configuration. However, on reboot, I can't see where my FBSD is.. So I can't boot it. I can see this: fs0:\boot> ls Directory of: fs0:\boot 06/19/09 04:09p 8,192 . 06/19/09 04:09p 0 .. 06/19/09 04:09p 8,192 defaults 06/19/09 04:09p 8,192 firmware 06/19/09 04:09p 8,192 kernel 06/19/09 04:09p 8,192 modules 06/19/09 04:09p 8,192 zfs 06/19/09 04:09p 57,344 GENERIC 06/12/09 06:55p r 0 loader.efi 06/12/09 06:55p r 0 support.4th 06/12/09 06:55p r 0 loader.rc 06/12/09 06:55p r 0 loader.4th 06/12/09 06:55p r 0 skiload 06/12/09 06:56p r 0 device.hints 06/12/09 06:55p r 0 loader.help 7 File(s) 0 bytes 8 Dir(s) fs0:\boot> fs0: is a disk Not sure what to do next. And why is loader.efi zero size? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From xcllnt at mac.com Fri Jun 19 18:41:54 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Fri Jun 19 18:42:06 2009 Subject: installing 8.0-current-200906 snapshot In-Reply-To: <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> Message-ID: <7C7F081C-334B-4BE5-8D6D-7EA53D42B40E@mac.com> On Jun 19, 2009, at 9:17 AM, Anton Shterenlikht wrote: > On Fri, Jun 19, 2009 at 08:34:49AM -0600, ToyoRunner wrote: >> I encounter the same error message. It means that for what ever >> reason >> the kernel cannot negotiate DMA transfers with the CD drive. You can >> either ignore it or stop the boot loader and run the command: set >> hw.ata.atapi_dma=0 > > thank you, I was able to install the minimal configuration. > However, on reboot, I can't see where my FBSD is.. So I can't boot it. > > I can see this: > > fs0:\boot> ls > Directory of: fs0:\boot Try "dir" instead of "ls". > fs0: is a disk > > Not sure what to do next. And why is loader.efi zero size? Typically you run loader.efi by typing fs0:\boot> loader FYI, -- Marcel Moolenaar xcllnt@mac.com From xcllnt at mac.com Fri Jun 19 18:41:54 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Fri Jun 19 18:42:06 2009 Subject: installing from CD In-Reply-To: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> Message-ID: <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> On Jun 19, 2009, at 6:22 AM, Anton Shterenlikht wrote: > Using 8.0-current-ia64-200906 disk1 I get this: > > [ Progress ] > Extracting base into / directory > > 1% If you got this far, could you post the kernel boot logs (i.e. dmesg) so that I can get some more information. -- Marcel Moolenaar xcllnt@mac.com From kailockwood at gmail.com Sat Jun 20 01:09:25 2009 From: kailockwood at gmail.com (Kai Lockwood) Date: Sat Jun 20 01:09:31 2009 Subject: installing 8.0-current-200906 snapshot In-Reply-To: <7C7F081C-334B-4BE5-8D6D-7EA53D42B40E@mac.com> References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> <7C7F081C-334B-4BE5-8D6D-7EA53D42B40E@mac.com> Message-ID: <4A3C36C2.4080908@gmail.com> Marcel Moolenaar wrote: > > On Jun 19, 2009, at 9:17 AM, Anton Shterenlikht wrote: > >> On Fri, Jun 19, 2009 at 08:34:49AM -0600, ToyoRunner wrote: >>> I encounter the same error message. It means that for what ever reason >>> the kernel cannot negotiate DMA transfers with the CD drive. You can >>> either ignore it or stop the boot loader and run the command: set >>> hw.ata.atapi_dma=0 >> >> thank you, I was able to install the minimal configuration. >> However, on reboot, I can't see where my FBSD is.. So I can't boot it. >> >> I can see this: >> >> fs0:\boot> ls >> Directory of: fs0:\boot > > Try "dir" instead of "ls". > >> fs0: is a disk >> >> Not sure what to do next. And why is loader.efi zero size? > > Typically you run loader.efi by typing > fs0:\boot> loader > > FYI, > On my machine fs0: is the CD drive. I have what appears to be the /boot filesystem on fs1:. However, the machine does not want to load the efi file. fs1:\boot> dir Directory of: fs1:\boot 06/19/09 04:23a 8,192 . 06/19/09 04:23a 0 .. 06/19/09 04:23a 8,192 defaults 06/19/09 04:23a 8,192 firmware 06/19/09 04:23a 8,192 kernel 06/19/09 04:23a 8,192 modules 06/19/09 04:23a 8,192 zfs 06/19/09 04:23a 57,344 GENERIC 06/12/09 06:55p r 0 loader.efi 06/12/09 06:55p r 0 support.4th 06/12/09 06:55p r 0 loader.rc 06/12/09 06:55p r 0 loader.4th 06/12/09 06:55p r 0 skiload 06/12/09 06:56p r 0 device.hints 06/12/09 06:55p r 0 loader.help 7 File(s) 0 bytes 8 Dir(s) fs1:\boot> loader 'loader' not found Exit status code: Invalid Parameter fs1:\boot> Any suggestions? From tinderbox at freebsd.org Sat Jun 20 05:30:00 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Jun 20 05:30:12 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090620052956.D52EF7302F@freebsd-current.sentex.ca> TB --- 2009-06-20 03:45:38 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-20 03:45:38 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-20 03:45:38 - cleaning the object tree TB --- 2009-06-20 03:46:13 - cvsupping the source tree TB --- 2009-06-20 03:46:13 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-20 03:46:22 - building world TB --- 2009-06-20 03:46:22 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-20 03:46:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-20 03:46:22 - TARGET=ia64 TB --- 2009-06-20 03:46:22 - TARGET_ARCH=ia64 TB --- 2009-06-20 03:46:22 - TZ=UTC TB --- 2009-06-20 03:46:22 - __MAKE_CONF=/dev/null TB --- 2009-06-20 03:46:22 - cd /src TB --- 2009-06-20 03:46:22 - /usr/bin/make -B buildworld >>> World build started on Sat Jun 20 03:46:24 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/newsyslog/ptimes.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -o newsyslog newsyslog.o ptimes.o gzip -cn /src/usr.sbin/newsyslog/newsyslog.8 > newsyslog.8.gz gzip -cn /src/usr.sbin/newsyslog/newsyslog.conf.5 > newsyslog.conf.5.gz ===> usr.sbin/nfscbd (all) cc -O2 -pipe -std=gnu99 -c /src/usr.sbin/nfscbd/nfscbd.c In file included from /src/usr.sbin/nfscbd/nfscbd.c:50: /obj/ia64/src/tmp/usr/include/fs/nfs/nfs.h:413: error: 'RPCAUTH_UNIXGIDS' undeclared here (not in a function) *** Error code 1 Stop in /src/usr.sbin/nfscbd. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-20 05:29:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-20 05:29:56 - ERROR: failed to build world TB --- 2009-06-20 05:29:56 - 5137.30 user 383.63 system 6258.17 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Sat Jun 20 12:29:12 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Jun 20 12:29:24 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090620122908.665257302F@freebsd-current.sentex.ca> TB --- 2009-06-20 10:32:04 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-20 10:32:04 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-20 10:32:04 - cleaning the object tree TB --- 2009-06-20 10:32:28 - cvsupping the source tree TB --- 2009-06-20 10:32:28 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-20 10:32:35 - building world TB --- 2009-06-20 10:32:35 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-20 10:32:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-20 10:32:35 - TARGET=ia64 TB --- 2009-06-20 10:32:35 - TARGET_ARCH=ia64 TB --- 2009-06-20 10:32:35 - TZ=UTC TB --- 2009-06-20 10:32:35 - __MAKE_CONF=/dev/null TB --- 2009-06-20 10:32:35 - cd /src TB --- 2009-06-20 10:32:35 - /usr/bin/make -B buildworld >>> World build started on Sat Jun 20 10:32:38 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sat Jun 20 12:21:39 UTC 2009 TB --- 2009-06-20 12:21:39 - generating LINT kernel config TB --- 2009-06-20 12:21:39 - cd /src/sys/ia64/conf TB --- 2009-06-20 12:21:39 - /usr/bin/make -B LINT TB --- 2009-06-20 12:21:39 - building LINT kernel TB --- 2009-06-20 12:21:39 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-20 12:21:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-20 12:21:39 - TARGET=ia64 TB --- 2009-06-20 12:21:39 - TARGET_ARCH=ia64 TB --- 2009-06-20 12:21:39 - TZ=UTC TB --- 2009-06-20 12:21:39 - __MAKE_CONF=/dev/null TB --- 2009-06-20 12:21:39 - cd /src TB --- 2009-06-20 12:21:39 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Jun 20 12:21:39 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/cxgb/cxgb_offload.c -I/src/sys/dev/cxgb cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/cxgb/cxgb_sge.c -I/src/sys/dev/cxgb In file included from /src/sys/dev/cxgb/cxgb_sge.c:68: /src/sys/dev/cxgb/sys/mvec.h: In function 'busdma_map_mbuf_fast': /src/sys/dev/cxgb/sys/mvec.h:55: error: dereferencing pointer to incomplete type cc1: warnings being treated as errors /src/sys/dev/cxgb/cxgb_sge.c: In function 'refill_fl': /src/sys/dev/cxgb/cxgb_sge.c:714: warning: suggest parentheses around assignment used as truth value *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-20 12:29:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-20 12:29:08 - ERROR: failed to build lint kernel TB --- 2009-06-20 12:29:08 - 5720.57 user 431.62 system 7023.45 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Sat Jun 20 21:14:59 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Jun 20 21:15:17 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090620211454.386F07302F@freebsd-current.sentex.ca> TB --- 2009-06-20 19:17:06 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-20 19:17:06 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-20 19:17:07 - cleaning the object tree TB --- 2009-06-20 19:17:42 - cvsupping the source tree TB --- 2009-06-20 19:17:42 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-20 19:17:52 - building world TB --- 2009-06-20 19:17:52 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-20 19:17:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-20 19:17:52 - TARGET=ia64 TB --- 2009-06-20 19:17:52 - TARGET_ARCH=ia64 TB --- 2009-06-20 19:17:52 - TZ=UTC TB --- 2009-06-20 19:17:52 - __MAKE_CONF=/dev/null TB --- 2009-06-20 19:17:52 - cd /src TB --- 2009-06-20 19:17:52 - /usr/bin/make -B buildworld >>> World build started on Sat Jun 20 19:17:54 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sat Jun 20 21:07:21 UTC 2009 TB --- 2009-06-20 21:07:21 - generating LINT kernel config TB --- 2009-06-20 21:07:21 - cd /src/sys/ia64/conf TB --- 2009-06-20 21:07:21 - /usr/bin/make -B LINT TB --- 2009-06-20 21:07:21 - building LINT kernel TB --- 2009-06-20 21:07:21 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-20 21:07:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-20 21:07:21 - TARGET=ia64 TB --- 2009-06-20 21:07:21 - TARGET_ARCH=ia64 TB --- 2009-06-20 21:07:21 - TZ=UTC TB --- 2009-06-20 21:07:21 - __MAKE_CONF=/dev/null TB --- 2009-06-20 21:07:21 - cd /src TB --- 2009-06-20 21:07:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Jun 20 21:07:21 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/cxgb/cxgb_offload.c -I/src/sys/dev/cxgb cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/cxgb/cxgb_sge.c -I/src/sys/dev/cxgb In file included from /src/sys/dev/cxgb/cxgb_sge.c:68: /src/sys/dev/cxgb/sys/mvec.h: In function 'busdma_map_mbuf_fast': /src/sys/dev/cxgb/sys/mvec.h:55: error: dereferencing pointer to incomplete type cc1: warnings being treated as errors /src/sys/dev/cxgb/cxgb_sge.c: In function 'refill_fl': /src/sys/dev/cxgb/cxgb_sge.c:714: warning: suggest parentheses around assignment used as truth value *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-20 21:14:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-20 21:14:53 - ERROR: failed to build lint kernel TB --- 2009-06-20 21:14:53 - 5719.59 user 431.16 system 7067.08 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From mexas at bristol.ac.uk Sun Jun 21 15:51:59 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Sun Jun 21 15:52:05 2009 Subject: installing from CD In-Reply-To: <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> Message-ID: <20090621155151.GA96823@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 11:39:11AM -0700, Marcel Moolenaar wrote: > > On Jun 19, 2009, at 6:22 AM, Anton Shterenlikht wrote: > > > Using 8.0-current-ia64-200906 disk1 I get this: > > > > [ Progress ] > > Extracting base into / directory > > > > 1% > > If you got this far, could you post the kernel boot logs (i.e. dmesg) > so that I can get some more information. yes, will try on Monday thank you -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Sun Jun 21 16:14:20 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Sun Jun 21 16:14:27 2009 Subject: fatal kernel trap In-Reply-To: <4A3C46B2.1080905@gmail.com> References: <20090618145134.GA23994@mech-cluster238.men.bris.ac.uk> <20090618150909.GA24216@mech-cluster238.men.bris.ac.uk> <3866E656-21BF-44A9-91BB-3A3556642064@mac.com> <20090619083315.GA33118@mech-cluster238.men.bris.ac.uk> <4A3C46B2.1080905@gmail.com> Message-ID: <20090621161415.GA96959@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 08:17:22PM -0600, Kai Lockwood wrote: > Anton Shterenlikht wrote: > > On Thu, Jun 18, 2009 at 12:40:18PM -0600, ToyoRunner wrote: > > > >> I currently have a Integrity rx2600 (2x1.5Ghz, 4GB RAM, 2x146GB RAID 1 > >> on a SmartArray 6400). I will be trying the 8.0-CURRENT-200906 > >> snapshot tonight. > >> > > > > very similar to my box. Do let me know how this goes. > > > > Could you also check what firmware version you've got. I've: > > > > SYSREV > > > > Current firmware revisions > > > > MP FW : E.03.32 > > BMC FW : 01.53 > > EFI FW : 01.22 > > System FW : 02.31 > > > > > > many thanks > > anton > > > > > SYSREV > > Current firmware revisions > > MP FW : E.03.32 > BMC FW : 01.53 > EFI FW : 01.22 > System FW : 02.31 thank you, that's reassuring.. I'll give it another go on Monday -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From kailockwood at gmail.com Mon Jun 22 03:32:44 2009 From: kailockwood at gmail.com (Kai Lockwood) Date: Mon Jun 22 03:32:50 2009 Subject: [Fwd: Re: installing 8.0-current-200906 snapshot] Message-ID: <4A3EFB50.8090801@gmail.com> -------- Original Message -------- Subject: Re: installing 8.0-current-200906 snapshot Date: Sun, 21 Jun 2009 21:25:11 -0600 From: Kai Lockwood To: Anton Shterenlikht References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> Anton Shterenlikht wrote: > On Fri, Jun 19, 2009 at 08:34:49AM -0600, ToyoRunner wrote: > >> I encounter the same error message. It means that for what ever reason >> the kernel cannot negotiate DMA transfers with the CD drive. You can >> either ignore it or stop the boot loader and run the command: set >> hw.ata.atapi_dma=0 >> > > thank you, I was able to install the minimal configuration. > However, on reboot, I can't see where my FBSD is.. So I can't boot it. > > I can see this: > > fs0:\boot> ls > Directory of: fs0:\boot > > 06/19/09 04:09p 8,192 . > 06/19/09 04:09p 0 .. > 06/19/09 04:09p 8,192 defaults > 06/19/09 04:09p 8,192 firmware > 06/19/09 04:09p 8,192 kernel > 06/19/09 04:09p 8,192 modules > 06/19/09 04:09p 8,192 zfs > 06/19/09 04:09p 57,344 GENERIC > 06/12/09 06:55p r 0 loader.efi > 06/12/09 06:55p r 0 support.4th > 06/12/09 06:55p r 0 loader.rc > 06/12/09 06:55p r 0 loader.4th > 06/12/09 06:55p r 0 skiload > 06/12/09 06:56p r 0 device.hints > 06/12/09 06:55p r 0 loader.help > 7 File(s) 0 bytes > 8 Dir(s) > > > fs0:\boot> > > > > fs0: is a disk > > Not sure what to do next. And why is loader.efi zero size? > > The most important question I have at this point is why are all the files a zero size. I'm going to try copying the efi directory on the boot CD to the one on the hard drive and see what happens. From bugmaster at FreeBSD.org Mon Jun 22 11:06:57 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 22 11:08:23 2009 Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org Message-ID: <200906221106.n5MB6ugg018055@freefall.freebsd.org> 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 ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From mexas at bristol.ac.uk Mon Jun 22 11:21:11 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Mon Jun 22 11:21:18 2009 Subject: installing 8.0-current-200906 snapshot In-Reply-To: <7C7F081C-334B-4BE5-8D6D-7EA53D42B40E@mac.com> References: <20090619130714.GA83427@mech-cluster238.men.bris.ac.uk> <20090619161757.GA83945@mech-cluster238.men.bris.ac.uk> <7C7F081C-334B-4BE5-8D6D-7EA53D42B40E@mac.com> Message-ID: <20090622112100.GA1030@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 11:37:57AM -0700, Marcel Moolenaar wrote: > > On Jun 19, 2009, at 9:17 AM, Anton Shterenlikht wrote: > > > On Fri, Jun 19, 2009 at 08:34:49AM -0600, ToyoRunner wrote: > >> I encounter the same error message. It means that for what ever > >> reason > >> the kernel cannot negotiate DMA transfers with the CD drive. You can > >> either ignore it or stop the boot loader and run the command: set > >> hw.ata.atapi_dma=0 > > > > thank you, I was able to install the minimal configuration. > > However, on reboot, I can't see where my FBSD is.. So I can't boot it. > > > > I can see this: > > > > fs0:\boot> ls > > Directory of: fs0:\boot > > Try "dir" instead of "ls". no difference. In addition `ls' has on-screen help, but `dir' hasn't > > Not sure what to do next. And why is loader.efi zero size? > > Typically you run loader.efi by typing > fs0:\boot> loader [skip] 06/12/09 06:55p r 0 loader.efi 06/12/09 06:55p r 0 support.4th 06/12/09 06:55p r 0 loader.rc 06/12/09 06:55p r 0 loader.4th 06/12/09 06:55p r 0 skiload 06/12/09 06:56p r 0 device.hints 06/12/09 06:55p r 0 loader.help 7 File(s) 0 bytes 8 Dir(s) fs0:\boot> loader 'loader' not found Exit status code: Invalid Parameter fs0:\boot> I'll give it another go. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Mon Jun 22 15:16:33 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Mon Jun 22 15:16:40 2009 Subject: installing from CD In-Reply-To: <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> Message-ID: <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> On Fri, Jun 19, 2009 at 11:39:11AM -0700, Marcel Moolenaar wrote: > > On Jun 19, 2009, at 6:22 AM, Anton Shterenlikht wrote: > > > Using 8.0-current-ia64-200906 disk1 I get this: > > > > [ Progress ] > > Extracting base into / directory > > > > 1% > > If you got this far, could you post the kernel boot logs (i.e. dmesg) > so that I can get some more information. Device Path Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master) Consoles: EFI console Image base: 0x000000407ef6b000 FreeBSD/ia64 EFI boot, Revision 1.2 (root@hob.lan.xcllnt.net, Fri Jun 12 17:29:24 UTC 2009) Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0xcf88c0+0x1e0450 syms=[0x8+0x96258+0x8+0x8ac8e] / Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel] in 8 seconds... Type '?' for a list of commands, 'help' for more detailed help. OK set hw.ata.atapi_dma=0 OK boot Entering /boot/kernel/kernel at 0xe000000004080000... GDB: debug ports: uart GDB: current port: uart KDB: debugger backends: ddb gdb KDB: current backend: ddb Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT-200906 #0: Fri Jun 12 22:56:41 UTC 2009 root@hob.lan.xcllnt.net:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. CPU: Madison (1500.00-Mhz Itanium 2) Origin = "GenuineIntel" Revision = 5 Features = 0x1 real memory = 2126520320 (2028 MB) avail memory = 2005188608 (1912 MB) FPSWA Revision = 0x10012, Entry = 0xe00000407fe60050 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0: SAPIC Id=0, SAPIC Eid=0 (BSP) cpu1: SAPIC Id=1, SAPIC Eid=0 ACPI Warning: 32/64X length mismatch in Gpe0Block: 32/16 20090521 tbfadt-625 ACPI Warning: 32/64X length mismatch in Gpe1Block: 32/16 20090521 tbfadt-625 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> iomem 0xff5c1004-0xff5c1007 on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 ohci0: mem 0x80023000-0x80023fff irq 16 at device 1.0 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 ohci1: mem 0x80022000-0x80022fff irq 17 at device 1.1 on pci0 ohci1: [ITHREAD] usbus1: on ohci1 ehci0: mem 0x80021000-0x800210ff irq 18 at device 1.2 on pci0 ehci0: [ITHREAD] usbus2: EHCI version 0.95 usbus2: on ehci0 atapci0: port 0xd58-0xd5f,0xd64-0xd67,0xd50-0xd57,0xd60-0xd63,0xd40-0xd4f irq 21 at device 2.0 on pci0 atapci0: [ITHREAD] atapci0: HW has secondary channel disabled ata2: on atapci0 ata2: [ITHREAD] fxp0: port 0xd00-0xd3f mem 0x80020000-0x80020fff,0x80000000-0x8001ffff irq 20 at device 3.0 on pci0 miibus0: on fxp0 inphy0: PHY 1 on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:11:0a:31:d6:ec fxp0: [ITHREAD] pcib1: on acpi0 pci32: on pcib1 mpt0: port 0x2100-0x21ff mem 0x90840000-0x9084ffff,0x90830000-0x9083ffff irq 27 at device 1.0 on pci32 mpt0: [ITHREAD] mpt0: MPI Version=1.2.12.0 mpt1: port 0x2000-0x20ff mem 0x90820000-0x9082ffff,0x90810000-0x9081ffff irq 28 at device 1.1 on pci32 mpt1: [ITHREAD] mpt1: MPI Version=1.2.12.0 bge0: mem 0x90800000-0x9080ffff irq 29 at device 2.0 on pci32 miibus1: on bge0 brgphy0: PHY 1 on miibus1 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:11:0a:31:36:40 bge0: [ITHREAD] pcib2: on acpi0 pci64: on pcib2 pcib3: on acpi0 pci96: on pcib3 pcib4: on acpi0 pci128: on pcib4 pcib5: on acpi0 pci192: on pcib5 pcib6: on acpi0 pci224: on pcib6 uart0: <16550 or compatible> mem 0xf4051000-0xf405100f irq 82 at device 1.0 on pci224 uart0: [FILTER] puc0: on puc0 uart1: [FILTER] uart1: console (9600,n,8,1) uart2: on puc0 uart2: [FILTER] uart3: on puc0 uart3: [FILTER] vgapci0: port 0xe000-0xe0ff mem 0xf0000000-0xf3ffffff,0xf4040000-0xf404ffff at device 2.0 on pci224 uart4: <16550 or compatible> iomem 0xff5e0000-0xff5e0007 irq 34 on acpi0 uart4: [FILTER] uart5: <16550 or compatible> iomem 0xff5e2000-0xff5e2007 irq 35 on acpi0 uart5: [FILTER] uart5: debug port (9600,n,8,1) cpu0: on acpi0 cpu1: on acpi0 Timecounters tick every 1.000 msec fxp0: link state changed to DOWN md0: Preloaded image 8388608 bytes at 0xe000000004ff9c08 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 acd0: DVDROM at ata2-master PIO4 Waiting 5 seconds for SCSI devices to settle uhub1: 2 ports with 2 removable, self powered uhub0: 3 ports with 3 removable, self powered uhub2: 5 ports with 5 removable, self powered acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 WARNING: WITNESS option enabled, expect reduced performance. da2 at mpt1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da2: Command Queueing Enabled da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da0: Command Queueing Enabled da0: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) da1 at mpt0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da1: Command Queueing Enabled da1: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 Trying to mount root from ufs:/dev/md0 /stand/sysinstall running as init on serial console These are the predefined terminal types available to sysinstall when running stand-alone. Please choose the closest match for your particular terminal. 1 ...................... Standard ANSI terminal. 2 ...................... VT100 or compatible terminal. 3 ...................... FreeBSD system console (color). 4 ...................... FreeBSD system console (monochrome). 5 ...................... xterm terminal emulator. Your choice: (1-5) Next step I partition the first scsi disk, using default partitioning (A). I don't partition the other two scsi disks at all, should I? I thought I can do this later. Then I choose the standard installation and minimal configuration. There are many kernel messages all over the screen during the installation, but I do get to the Congratulations! message. Then I do final setup, choose the root passwd, but when the system reboots, it hangs with: Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...1 1 0 0 0 done All buffers synced. Uptime: 6m5s fxp0: link state changed to UP Rebooting... I have to cycle power to get to this: - - - - - - - - - - - - Live Console - - - - - - - - - - - - *********************************************************** * ROM Version : 02.31 * ROM Date : 03/11/2004 * but here it hangs again. It feels as if the installation program leaves the system in some unclean state. I actually have to disconnect the power cord to get to the EFI console. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Mon Jun 22 15:29:34 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Mon Jun 22 15:29:40 2009 Subject: installing from CD In-Reply-To: <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> Message-ID: <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> I wonder if having correct EFI mapping is critical for the FBSD installation program. I've 3 scsi disks in rx2600. I think only one disk is mapped: fs0:\> map Device mapping table fs0 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part1,Sig342C0E17-5BEC-11 DE-90A4-00110A31D6EC) blk0 : Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master) blk1 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0) blk2 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0) blk3 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,Sig00000000) blk4 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0) blk5 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part1,Sig342C0E17-5BEC-11 DE-90A4-00110A31D6EC) blk6 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part2,Sig342C0E44-5BEC-11 DE-90A4-00110A31D6EC) blk7 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part3,Sig342C0E70-5BEC-11 DE-90A4-00110A31D6EC) blk8 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part4,Sig342C0E9D-5BEC-11 DE-90A4-00110A31D6EC) blk9 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part5,Sig342C0ECA-5BEC-11 DE-90A4-00110A31D6EC) blkA : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part6,Sig342C0EF4-5BEC-11 DE-90A4-00110A31D6EC) fs0:\> Should I `map' the other two? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Mon Jun 22 15:48:45 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Mon Jun 22 15:49:54 2009 Subject: installing from CD In-Reply-To: <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> Message-ID: <20090622154831.GA7459@mech-cluster238.men.bris.ac.uk> On Mon, Jun 22, 2009 at 04:15:45PM +0100, Anton Shterenlikht wrote: > Waiting (max 60 seconds) for system process `syncer' to stop... > Syncing disks, vnodes remaining...1 1 0 0 0 done > All buffers synced. > Uptime: 6m5s > fxp0: link state changed to UP > Rebooting... > > > I have to cycle power to get to this: > > - - - - - - - - - - - - Live Console - - - - - - - - - - - - > *********************************************************** > * ROM Version : 02.31 > * ROM Date : 03/11/2004 > * > > > but here it hangs again. > > It feels as if the installation program leaves the system > in some unclean state. I actually have to disconnect the power > cord to get to the EFI console. Actually, it seems the MP is left is some strange state, because MP reset (xd -r) helps. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From toyorunner at gmail.com Mon Jun 22 16:32:20 2009 From: toyorunner at gmail.com (ToyoRunner) Date: Mon Jun 22 16:32:26 2009 Subject: installing from CD In-Reply-To: <20090622154831.GA7459@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <20090622154831.GA7459@mech-cluster238.men.bris.ac.uk> Message-ID: Sometimes the MP loses its' mind and doesn't understand what state the system is in. An MP reset(as you did) usually solves this for me. I haven't had the same power off problems you are having however. FreeBSD as far as I know is blissfully unaware of the MP. There is no control mechanism for MP access through FreeBSD. As far as drive layout, you should boot off of the first disk the system recognizes (although EFI doesn't really care about disk order. Just saves wear and tear on the old noggin.) On Mon, Jun 22, 2009 at 9:48 AM, Anton Shterenlikht wrote: > On Mon, Jun 22, 2009 at 04:15:45PM +0100, Anton Shterenlikht wrote: >> Waiting (max 60 seconds) for system process `syncer' to stop... >> Syncing disks, vnodes remaining...1 1 0 0 0 done >> All buffers synced. >> Uptime: 6m5s >> fxp0: link state changed to UP >> Rebooting... >> >> >> I have to cycle power to get to this: >> >> - - - - - - - - - - - - Live Console - - - - - - - - - - - - >> *********************************************************** >> * ROM Version : 02.31 >> * ROM Date ? ?: 03/11/2004 >> * >> >> >> but here it hangs again. >> >> It feels as if the installation program leaves the system >> in some unclean state. I actually have to disconnect the power >> cord to get to the EFI console. > > Actually, it seems the MP is left is some strange state, because > MP reset (xd -r) helps. > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 > _______________________________________________ > freebsd-ia64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 > To unsubscribe, send any mail to "freebsd-ia64-unsubscribe@freebsd.org" > From kailockwood at gmail.com Tue Jun 23 03:50:40 2009 From: kailockwood at gmail.com (Kai Lockwood) Date: Tue Jun 23 03:50:47 2009 Subject: installing from CD In-Reply-To: <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> Message-ID: <4A40510C.9090109@gmail.com> Anton Shterenlikht wrote: > I wonder if having correct EFI mapping is critical for the FBSD > installation program. > > I've 3 scsi disks in rx2600. I think only one disk is mapped: > > fs0:\> map > Device mapping table > fs0 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part1,Sig342C0E17-5BEC-11 > DE-90A4-00110A31D6EC) > blk0 : Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master) > blk1 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0) > blk2 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0) > blk3 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,Sig00000000) > blk4 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0) > blk5 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part1,Sig342C0E17-5BEC-11 > DE-90A4-00110A31D6EC) > blk6 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part2,Sig342C0E44-5BEC-11 > DE-90A4-00110A31D6EC) > blk7 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part3,Sig342C0E70-5BEC-11 > DE-90A4-00110A31D6EC) > blk8 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part4,Sig342C0E9D-5BEC-11 > DE-90A4-00110A31D6EC) > blk9 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part5,Sig342C0ECA-5BEC-11 > DE-90A4-00110A31D6EC) > blkA : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part6,Sig342C0EF4-5BEC-11 > DE-90A4-00110A31D6EC) > > fs0:\> > > Should I `map' the other two? > > 'kay. I need a reality check. I believe I might be on the right but... The 8.0-CURRENT-200906 image does not install a kernel. I have found the instructions below to apply. To create a custom kernel: 1) removed the sym link from /boot/efi to /boot 2) create /boot 3) copy /efi/boot /boot 4) do the kernel install 5) rename /efi/boot/kernel 6) copy /boot/kernel to /efi/boot 7) remove /boot 8) restored the sym link from /efi/boot to /boot Now the problem is that we don't have the proper kernel to install. Normally, the install CD would create the folders and links. Using the above instructions would allow a kernel to be created and then moved to the /efi partition. The only problem is that I don't know how to do the build from within the rescue shell on the CD. Am I on the wrong path? From xcllnt at mac.com Tue Jun 23 06:32:12 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Jun 23 06:32:18 2009 Subject: installing from CD In-Reply-To: <4A40510C.9090109@gmail.com> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> <4A40510C.9090109@gmail.com> Message-ID: <486A7B7E-52AA-45CF-9A4E-5A81BD7E89E3@mac.com> On Jun 22, 2009, at 8:50 PM, Kai Lockwood wrote: > > The 8.0-CURRENT-200906 image does not install a kernel. It does. > I have found the instructions below to apply. ??? /boot is supposed to be a symlink to /efi/boot. This is so everything copied/installed under /boot ends up on the EFI partition where it's being used. -- Marcel Moolenaar xcllnt@mac.com From xcllnt at mac.com Tue Jun 23 06:36:27 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Jun 23 06:36:34 2009 Subject: installing from CD In-Reply-To: <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> Message-ID: <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> On Jun 22, 2009, at 8:15 AM, Anton Shterenlikht wrote: > > Next step I partition the first scsi disk, using default > partitioning (A). > I don't partition the other two scsi disks at all, should I? I > thought I > can do this later. It's best not to do the other disks. The installation process is flakey enough as it is. It's infinitely more reliable to partition by hand afterwards. > > It feels as if the installation program leaves the system > in some unclean state. I actually have to disconnect the power > cord to get to the EFI console. Hmmm, I never encountered this. A firmware upgrade (the MP's in this case) may be what's called for. FYI, -- Marcel Moolenaar xcllnt@mac.com From xcllnt at mac.com Tue Jun 23 06:37:45 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Jun 23 06:37:51 2009 Subject: installing from CD In-Reply-To: <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <20090622152840.GA7350@mech-cluster238.men.bris.ac.uk> Message-ID: <144AA63A-F43F-4F73-8F9D-5030AD038CA9@mac.com> On Jun 22, 2009, at 8:28 AM, Anton Shterenlikht wrote: > I've 3 scsi disks in rx2600. I think only one disk is mapped: *snip* > > Should I `map' the other two? No, that's not needed. EFI maps the one with the EFI partition. That's about it... -- Marcel Moolenaar xcllnt@mac.com From mexas at bristol.ac.uk Tue Jun 23 12:50:18 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Tue Jun 23 12:50:25 2009 Subject: installing from CD In-Reply-To: <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> Message-ID: <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> On Mon, Jun 22, 2009 at 11:36:01PM -0700, Marcel Moolenaar wrote: > > On Jun 22, 2009, at 8:15 AM, Anton Shterenlikht wrote: > > > > > It feels as if the installation program leaves the system > > in some unclean state. I actually have to disconnect the power > > cord to get to the EFI console. > > Hmmm, I never encountered this. A firmware upgrade (the MP's in > this case) may be what's called for. I reflushed the firmware, and checked the system with HP offline diagnostics CD - no problems found, all seems fine. I also switched to using LAN on MP, instead of the serial console, and now reboot goes fine. However, loader.efi is still zero size. I'm probably wrong, but does the FBSD installation program on i386 and on alpha ask about creating MBR? Is it relevant at all? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From marc.loerner at hob.de Tue Jun 23 13:42:22 2009 From: marc.loerner at hob.de (Marc Loerner) Date: Tue Jun 23 13:42:28 2009 Subject: installing from CD In-Reply-To: <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> Message-ID: <200906231515.15016.marc.loerner@hob.de> Hello! On Tuesday 23 June 2009 14:50:00 Anton Shterenlikht wrote: > On Mon, Jun 22, 2009 at 11:36:01PM -0700, Marcel Moolenaar wrote: > > On Jun 22, 2009, at 8:15 AM, Anton Shterenlikht wrote: > > > It feels as if the installation program leaves the system > > > in some unclean state. I actually have to disconnect the power > > > cord to get to the EFI console. > > > > Hmmm, I never encountered this. A firmware upgrade (the MP's in > > this case) may be what's called for. > > I reflushed the firmware, and checked the system with HP offline > diagnostics CD - no problems found, all seems fine. > > I also switched to using LAN on MP, instead of the serial console, and > now reboot goes fine. However, loader.efi is still zero size. > Some time ago, I had the same problem. I came around this by changing standard partitioning size of efi to 256-512 MB. So all modules, kernel, loader, modules with debug-symbols fitted on it. > I'm probably wrong, but does the FBSD installation > program on i386 and on alpha ask about creating MBR? > Is it relevant at all? From mexas at bristol.ac.uk Tue Jun 23 14:50:55 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Tue Jun 23 14:51:02 2009 Subject: installing from CD In-Reply-To: <200906231515.15016.marc.loerner@hob.de> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> <200906231515.15016.marc.loerner@hob.de> Message-ID: <20090623145037.GA96904@mech-cluster238.men.bris.ac.uk> On Tue, Jun 23, 2009 at 03:15:14PM +0200, Marc Loerner wrote: > Hello! > > On Tuesday 23 June 2009 14:50:00 Anton Shterenlikht wrote: > > On Mon, Jun 22, 2009 at 11:36:01PM -0700, Marcel Moolenaar wrote: > > > On Jun 22, 2009, at 8:15 AM, Anton Shterenlikht wrote: > > > > It feels as if the installation program leaves the system > > > > in some unclean state. I actually have to disconnect the power > > > > cord to get to the EFI console. > > > > > > Hmmm, I never encountered this. A firmware upgrade (the MP's in > > > this case) may be what's called for. > > > > I reflushed the firmware, and checked the system with HP offline > > diagnostics CD - no problems found, all seems fine. > > > > I also switched to using LAN on MP, instead of the serial console, and > > now reboot goes fine. However, loader.efi is still zero size. > > > > Some time ago, I had the same problem. I came around this by changing standard > partitioning size of efi to 256-512 MB. So all modules, kernel, loader, modules > with debug-symbols fitted on it. worked!! I made EFI partiiton 512 MB and now on reboot I get non-zero loader.efi, and other files: fs1:\> map -fs Device mapping table fs0 : Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master)/CDROM(Entry0) fs1 : Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0)/HD(Part1,Sig8CFA4A41-5F46-1 1DE-92BE-00110A31D6EC) fs2 : Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun2,Lun0)/HD(Part1,Sig342C0E17-5BEC-1 1DE-90A4-00110A31D6EC) fs1:\> ls boot Directory of: fs1:\boot 06/23/09 02:46p 16,384 . 06/23/09 02:46p 0 .. 06/23/09 02:46p 16,384 defaults 06/23/09 02:46p 16,384 firmware 06/23/09 02:46p 81,920 kernel 06/23/09 02:46p 16,384 modules 06/23/09 02:46p 16,384 zfs 06/12/09 06:55p r 587,353 loader.efi 06/12/09 06:55p r 35,125 support.4th 06/12/09 06:55p r 350 loader.rc 06/12/09 06:55p r 5,854 loader.4th 06/12/09 06:55p r 1,047,862 skiload 06/12/09 06:56p r 110 device.hints 06/12/09 06:55p r 13,320 loader.help 06/23/09 02:46p 36 loader.conf 8 File(s) 1,690,010 bytes 7 Dir(s) fs1:\> HOwever, booting from disk I never get to the login prompt: [skip] Starting Network: lo0. fxp0: link state changed to UP bge0: link state changed to UP Tue Jun 23 15:01:50 BST 2009 >>> the login prompt should've appeared here <<< lock order reversal: 1st 0xe000000010882f58 ufs (ufs) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:423 2nd 0xa00000001e4995a8 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2558 3rd 0xe0000000107cad80 ufs (ufs) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:544 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b71740) at _witness_debugger+0x60 witness_checkorder(0xe0000000107cad80, 0x9, 0x0, 0x220, 0x0) at witness_checkord er+0x12c0 __lockmgr_args(0xe0000000107cad80, 0x80100, 0xe0000000107cada8, 0xe000000004b3a1 58, 0x50, 0x33, 0xe000000004b71740, 0x220) at __lockmgr_args+0xe10 ffs_lock(0xa000000032a6cdd0, 0xe0000000107cad80, 0x80100) at ffs_lock+0x130 VOP_LOCK1_APV(0xe000000004cc19f0, 0xa000000032a6cdb0, 0xe0000000045d5b90) at VOP _LOCK1_APV+0x1d0 _vn_lock(0xe0000000107cace8, 0x80100, 0xe000000004b71740, 0x220, 0xe0000000107ca cf8, 0xa000000032a6cdd0, 0xa000000032a6cdc8, 0xa000000032a6cdc0) at _vn_lock+0xf 0 ffs_snapshot(0xe0000000107d45e0, 0xa000000032a6cfc8, 0xe0000000107cace8, 0xe0000 000107cada8, 0x1, 0x0, 0xa0000000003c0000, 0x0) at ffs_snapshot+0x2280 ffs_mount(0x0, 0xe000000004b735e8, 0xa000000032a6d100, 0xa000000032a6d100) at ff s_mount+0x2160 vfs_donmount(0x0, 0x211000, 0xe0000000107e2e00) at vfs_donmount+0x1d80 nmount(0xe000000010871270, 0xa000000032a6d4e8, 0x0, 0xe000000004ac03e0) at nmoun t+0xe0 syscall(0xa000000032a6d400, 0x17a, 0x201000, 0xe000000010871270, 0xe00000001086a 448, 0xe000000004c99a28, 0x17a, 0xa000000032a6d4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return lock order reversal: 1st 0xa00000001e4995a8 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2558 2nd 0xe00000001065b6b0 snaplk (snaplk) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:79 3 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b71740) at _witness_debugger+0x60 witness_checkorder(0xe00000001065b6b0, 0x9, 0xffffffffffffffff, 0x319, 0xe000000 010882f80) at witness_checkorder+0x12c0 __lockmgr_args(0xe00000001065b6b0, 0x80400, 0xe000000010882f80, 0xe000000004b717 a8, 0x50, 0x33, 0xe000000004b71740, 0x319) at __lockmgr_args+0xe10 ffs_lock(0xa000000032a6cdd0, 0xe00000001065b6b0, 0x80400) at ffs_lock+0x130 VOP_LOCK1_APV(0xe000000004cc19f0, 0xa000000032a6cdb0, 0xe000000004b51bb0) at VOP _LOCK1_APV+0x1d0 _vn_lock(0xe000000010882ec0, 0x80400, 0xe000000004b71740, 0x319, 0xe000000010882 ed0, 0xa000000032a6cdd0, 0xa000000032a6cdc8, 0xa000000032a6cdc0) at _vn_lock+0xf 0 ffs_snapshot(0xe0000000107d45e0, 0xa000000032a6cfc8, 0xa000000032a6ce08, 0xe0000 000107c41d8, 0xe00000001070fd00, 0x0, 0xe0000000106c6830, 0xe000000010701800) at ffs_snapshot+0x3f50 ffs_mount(0x0, 0xe000000004b735e8, 0xa000000032a6d100, 0xa000000032a6d100) at ff s_mount+0x2160 vfs_donmount(0x0, 0x211000, 0xe0000000107e2e00) at vfs_donmount+0x1d80 nmount(0xe000000010871270, 0xa000000032a6d4e8, 0x0, 0xe000000004ac03e0) at nmoun t+0xe0 syscall(0xa000000032a6d400, 0x17a, 0x201000, 0xe000000010871270, 0xe00000001086a 448, 0xe000000004c99a28, 0x17a, 0xa000000032a6d4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return lock order reversal: 1st 0xe00000001065b6b0 snaplk (snaplk) @ /usr/src/sys/kern/vfs_vnops.c:295 2nd 0xe000000010882f58 ufs (ufs) @ /usr/src/sys/ufs/ffs/ffs_snapshot.c:1587 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b71740) at _witness_debugger+0x60 witness_checkorder(0xe000000010882f58, 0x9, 0xffffffffffffffff, 0x633, 0x0) at w itness_checkorder+0x12c0 __lockmgr_args(0xe000000010882f58, 0x80000, 0x0, 0xe000000004b3a158, 0x50, 0x33, 0xe000000004b71740, 0x633) at __lockmgr_args+0xe10 ffs_snapremove(0xe000000010882ec0, 0xe000000004b71740, 0xe000000004b55ab8, 0xe00 0000010882f58) at ffs_snapremove+0x200 softdep_releasefile(0xe0000000108681f8, 0xa000000032a6d2d0, 0x29f, 0xe000000004a 12470, 0x48e) at softdep_releasefile+0x90 ufs_inactive(0xe000000010871270, 0xe0000000108681f8, 0xe000000010882fb0) at ufs_ inactive+0x400 VOP_INACTIVE_APV(0xe000000004cc21c0, 0xa000000032a6d2e0, 0xe000000004b54550, 0xe 00000000470f940) at VOP_INACTIVE_APV+0x1c0 vinactive(0xe000000010882ec0, 0xe000000010871270, 0x800, 0xe000000010882f80) at vinactive+0x110 vput(0xe000000010882ec0, 0xa000000032a6d308, 0xe000000004b55ab8, 0xe000000010882 f80) at vput+0x3f0 vn_close(0xe000000010882ec0, 0x1, 0xe000000010363c00, 0xe000000010871270) at vn_ close+0x310 vn_closefile(0xe0000000107480a0, 0xe000000010871270, 0xe000000010882ec0) at vn_c losefile+0x1e0 _fdrop(0xe0000000107480a0, 0xe000000010871270, 0xe000000004589d10, 0xb9b) at _fd rop+0xb0 closef(0xe0000000107480a0, 0xe000000010871270, 0x0, 0xe00000000458a4c0) at close f+0x570 kern_close(0xe000000010871270, 0xe000000004b3c520) at kern_close+0x270 close(0xe000000010871270, 0xa000000032a6d4e8, 0xe000000004ac03e0, 0x58f) at clos e+0x30 syscall(0xa000000032a6d400, 0x6, 0x0, 0xe000000010871270, 0xe00000001086a448, 0x e000000004c95468, 0x6, 0xa000000032a6d4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return after that the system seems to hang I think I redo the installation with more care now, and see what happens. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From xcllnt at mac.com Tue Jun 23 15:05:50 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Jun 23 15:06:01 2009 Subject: installing from CD In-Reply-To: <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> References: <20090619132201.GA83507@mech-cluster238.men.bris.ac.uk> <4DE8B19B-C54F-41B5-84CA-CF3118A667B5@mac.com> <20090622151545.GA7200@mech-cluster238.men.bris.ac.uk> <4DE4CA67-4149-436E-9884-8E444F6BB0F4@mac.com> <20090623125000.GA1191@mech-cluster238.men.bris.ac.uk> Message-ID: On Jun 23, 2009, at 5:50 AM, Anton Shterenlikht wrote: > On Mon, Jun 22, 2009 at 11:36:01PM -0700, Marcel Moolenaar wrote: >> >> On Jun 22, 2009, at 8:15 AM, Anton Shterenlikht wrote: >> >>> >>> It feels as if the installation program leaves the system >>> in some unclean state. I actually have to disconnect the power >>> cord to get to the EFI console. >> >> Hmmm, I never encountered this. A firmware upgrade (the MP's in >> this case) may be what's called for. > > I reflushed the firmware, and checked the system with HP offline > diagnostics CD - no problems found, all seems fine. > > I also switched to using LAN on MP, instead of the serial console, and > now reboot goes fine. However, loader.efi is still zero size. > > I'm probably wrong, but does the FBSD installation > program on i386 and on alpha ask about creating MBR? > Is it relevant at all? Itanium only has a GPT, so the traditional BSD disklabel within a MBR slice is not used. As such, sysinstall won't ask about slicing. The behaviour is correct. I have no idea why the sizes are 0. My only guess is that you may have a corrupted EFI partition. Try checking the file system... If all else fails, you should be able to manually copy the contents of /boot on the live CD to the EFI file system. FYI, -- Marcel Moolenaar xcllnt@mac.com From mexas at bristol.ac.uk Tue Jun 23 16:00:11 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Tue Jun 23 16:00:18 2009 Subject: SUCCESS! was: Re: installing from CD Message-ID: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> On Tue, Jun 23, 2009 at 08:54:33AM -0600, ToyoRunner wrote: > If you get your box up, try logging into it with ssh. I was running > 6-STABLE and for some reason I too could not get the serial console to > display the login prompt. However, ssh login worked fine for me. success!! Many thanks to all list participants! I got into the newly installed system via ssh. # uname -srm FreeBSD 8.0-CURRENT-200906 ia64 # # df -h Filesystem Size Used Avail Capacity Mounted on /dev/da0p2 496M 35M 421M 8% / devfs 1.0K 1.0K 0B 100% /dev /dev/da0p1 256M 156M 100M 61% /efi /dev/da0p5 496M 12K 456M 0% /tmp /dev/da0p6 11G 236M 10G 2% /usr /dev/da0p4 1.9G 228K 1.8G 0% /var # Note the EFI files take up 156 MB, whereas the EFI partition created by default by the installation program was only 100 MB. This is probably a reason for having loader.efi of zero size. So, it seems, the installation program needs to be updated to reflect this. I'm still puzzled by the inability to login via MP LAN. The login prompt just doesn't appear. I've in /etc/ttys: # Serial terminals. The 'dialup' keyword identifies dialin lines to login, # fingerd etc. ttyu0 "/usr/libexec/getty std.9600" cons25 on secure ttyu1 "/usr/libexec/getty std.9600" dialup off secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure Is that what I should have? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From tinderbox at freebsd.org Wed Jun 24 03:41:19 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Jun 24 03:41:30 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090624034115.E5C8B7302F@freebsd-current.sentex.ca> TB --- 2009-06-24 01:41:24 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-24 01:41:24 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-24 01:41:24 - cleaning the object tree TB --- 2009-06-24 01:42:03 - cvsupping the source tree TB --- 2009-06-24 01:42:03 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-24 01:42:19 - building world TB --- 2009-06-24 01:42:19 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 01:42:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 01:42:19 - TARGET=ia64 TB --- 2009-06-24 01:42:19 - TARGET_ARCH=ia64 TB --- 2009-06-24 01:42:19 - TZ=UTC TB --- 2009-06-24 01:42:19 - __MAKE_CONF=/dev/null TB --- 2009-06-24 01:42:19 - cd /src TB --- 2009-06-24 01:42:19 - /usr/bin/make -B buildworld >>> World build started on Wed Jun 24 01:42:20 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 24 03:31:49 UTC 2009 TB --- 2009-06-24 03:31:49 - generating LINT kernel config TB --- 2009-06-24 03:31:49 - cd /src/sys/ia64/conf TB --- 2009-06-24 03:31:49 - /usr/bin/make -B LINT TB --- 2009-06-24 03:31:49 - building LINT kernel TB --- 2009-06-24 03:31:49 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 03:31:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 03:31:49 - TARGET=ia64 TB --- 2009-06-24 03:31:49 - TARGET_ARCH=ia64 TB --- 2009-06-24 03:31:49 - TZ=UTC TB --- 2009-06-24 03:31:49 - __MAKE_CONF=/dev/null TB --- 2009-06-24 03:31:49 - cd /src TB --- 2009-06-24 03:31:49 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 24 03:31:50 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-24 03:41:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-24 03:41:15 - ERROR: failed to build lint kernel TB --- 2009-06-24 03:41:15 - 5836.03 user 437.39 system 7190.93 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Wed Jun 24 11:25:50 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Jun 24 11:26:03 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090624112546.35EFA7302F@freebsd-current.sentex.ca> TB --- 2009-06-24 09:25:51 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-24 09:25:51 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-24 09:25:51 - cleaning the object tree TB --- 2009-06-24 09:26:21 - cvsupping the source tree TB --- 2009-06-24 09:26:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-24 09:26:28 - building world TB --- 2009-06-24 09:26:28 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 09:26:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 09:26:28 - TARGET=ia64 TB --- 2009-06-24 09:26:28 - TARGET_ARCH=ia64 TB --- 2009-06-24 09:26:28 - TZ=UTC TB --- 2009-06-24 09:26:28 - __MAKE_CONF=/dev/null TB --- 2009-06-24 09:26:28 - cd /src TB --- 2009-06-24 09:26:28 - /usr/bin/make -B buildworld >>> World build started on Wed Jun 24 09:26:30 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 24 11:16:00 UTC 2009 TB --- 2009-06-24 11:16:00 - generating LINT kernel config TB --- 2009-06-24 11:16:00 - cd /src/sys/ia64/conf TB --- 2009-06-24 11:16:00 - /usr/bin/make -B LINT TB --- 2009-06-24 11:16:00 - building LINT kernel TB --- 2009-06-24 11:16:00 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 11:16:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 11:16:00 - TARGET=ia64 TB --- 2009-06-24 11:16:00 - TARGET_ARCH=ia64 TB --- 2009-06-24 11:16:00 - TZ=UTC TB --- 2009-06-24 11:16:00 - __MAKE_CONF=/dev/null TB --- 2009-06-24 11:16:00 - cd /src TB --- 2009-06-24 11:16:00 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 24 11:16:00 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-24 11:25:46 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-24 11:25:46 - ERROR: failed to build lint kernel TB --- 2009-06-24 11:25:46 - 5835.66 user 438.17 system 7194.91 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From mexas at bristol.ac.uk Wed Jun 24 12:44:44 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Wed Jun 24 12:44:50 2009 Subject: gmirror on ia64? Message-ID: <20090624124437.GA23627@mech-cluster238.men.bris.ac.uk> Anybody using gmirror on ia64? I tried to follow the handbook and got these errors on reboot: [skip] acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 Trying to mount root from ufs:/dev/da0p2 No suitable dump device was found. Entropy harvesting: interrupts ethernet point_to_point kickstart. swapon: /dev/mirror/gm0p3: No such file or directory /dev/da0p2: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0p2: clean, 235855 free (311 frags, 29443 blocks, 0.1% fragmentation) Can't stat /dev/mirror/gm0p5: No such file or directory Can't stat /dev/mirror/gm0p6: No such file or directory Can't stat /dev/mirror/gm0p4: No such file or directory Can't stat /dev/mirror/gm0p5: No such file or directory Can't stat /dev/mirror/gm0p6: No such file or directory Can't stat /dev/mirror/gm0p4: No such file or directory THE FOLLOWING FILE SYSTEMS HAD AN UNEXPECTED INCONSISTENCY: ufs: /dev/mirror/gm0p5 (/tmp), ufs: /dev/mirror/gm0p6 (/usr), ufs: /dev/ mirror/gm0p4 (/var) Unknown error; help! ERROR: ABORTING BOOT (sending SIGTERM to parent)! Jun 24 13:58:20 init: /bin/sh on /etc/rc terminated abnormally, going to single user mode Enter full pathname of shell or RETURN for /bin/sh: # many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From pjd at FreeBSD.org Wed Jun 24 13:10:38 2009 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Wed Jun 24 13:10:48 2009 Subject: gmirror on ia64? In-Reply-To: <20090624124437.GA23627@mech-cluster238.men.bris.ac.uk> References: <20090624124437.GA23627@mech-cluster238.men.bris.ac.uk> Message-ID: <20090624125244.GC1712@garage.freebsd.pl> On Wed, Jun 24, 2009 at 01:44:38PM +0100, Anton Shterenlikht wrote: > Anybody using gmirror on ia64? > I tried to follow the handbook and got these errors on reboot: > > [skip] > > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 > Trying to mount root from ufs:/dev/da0p2 Is da0 part of the mirror? If so, once you open individual disk, /dev/mirror/gm0 provider will disappear. Use either the mirror or individual components, not both. > No suitable dump device was found. > Entropy harvesting: interrupts ethernet point_to_point kickstart. > swapon: /dev/mirror/gm0p3: No such file or directory > /dev/da0p2: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/da0p2: clean, 235855 free (311 frags, 29443 blocks, 0.1% fragmentation) > Can't stat /dev/mirror/gm0p5: No such file or directory > Can't stat /dev/mirror/gm0p6: No such file or directory > Can't stat /dev/mirror/gm0p4: No such file or directory > Can't stat /dev/mirror/gm0p5: No such file or directory > Can't stat /dev/mirror/gm0p6: No such file or directory > Can't stat /dev/mirror/gm0p4: No such file or directory > THE FOLLOWING FILE SYSTEMS HAD AN UNEXPECTED INCONSISTENCY: > ufs: /dev/mirror/gm0p5 (/tmp), ufs: /dev/mirror/gm0p6 (/usr), ufs: /dev/ > mirror/gm0p4 (/var) > Unknown error; help! > ERROR: ABORTING BOOT (sending SIGTERM to parent)! > Jun 24 13:58:20 init: /bin/sh on /etc/rc terminated abnormally, going to single > user mode > Enter full pathname of shell or RETURN for /bin/sh: > # -- Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-ia64/attachments/20090624/f41ffc5a/attachment.pgp From jhb at freebsd.org Wed Jun 24 14:23:22 2009 From: jhb at freebsd.org (John Baldwin) Date: Wed Jun 24 14:23:29 2009 Subject: SUCCESS! was: Re: installing from CD In-Reply-To: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> References: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> Message-ID: <200906240828.29922.jhb@freebsd.org> On Tuesday 23 June 2009 12:00:04 pm Anton Shterenlikht wrote: > On Tue, Jun 23, 2009 at 08:54:33AM -0600, ToyoRunner wrote: > > If you get your box up, try logging into it with ssh. I was running > > 6-STABLE and for some reason I too could not get the serial console to > > display the login prompt. However, ssh login worked fine for me. > > success!! > > Many thanks to all list participants! > > I got into the newly installed system via ssh. > > # uname -srm > FreeBSD 8.0-CURRENT-200906 ia64 > # > > > # df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/da0p2 496M 35M 421M 8% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/da0p1 256M 156M 100M 61% /efi > /dev/da0p5 496M 12K 456M 0% /tmp > /dev/da0p6 11G 236M 10G 2% /usr > /dev/da0p4 1.9G 228K 1.8G 0% /var > # > > Note the EFI files take up 156 MB, whereas the EFI partition created > by default by the installation program was only 100 MB. This is > probably a reason for having loader.efi of zero size. > So, it seems, the installation program needs to be updated to reflect this. Looks like this might address that: Index: usr.sbin/sysinstall/label.c =================================================================== --- usr.sbin/sysinstall/label.c (revision 194698) +++ usr.sbin/sysinstall/label.c (working copy) @@ -1389,7 +1389,7 @@ #ifdef __ia64__ AutoEfi = NULL; if (EfiChunk == NULL) { - sz = 100 * ONE_MEG; + sz = 200 * ONE_MEG; AutoEfi = Create_Chunk_DWIM(label_chunk_info[here].c->disk, label_chunk_info[here].c, sz, efi, 0, 0); if (AutoEfi == NULL) { Marcel, do you think this change is ok to bump the EFI part up to 200MB for 8.0? -- John Baldwin From tinderbox at freebsd.org Wed Jun 24 19:00:48 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Jun 24 19:00:54 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090624190045.A0ABF7302F@freebsd-current.sentex.ca> TB --- 2009-06-24 17:01:10 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-24 17:01:10 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-24 17:01:10 - cleaning the object tree TB --- 2009-06-24 17:01:43 - cvsupping the source tree TB --- 2009-06-24 17:01:43 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-24 17:01:52 - building world TB --- 2009-06-24 17:01:52 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 17:01:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 17:01:52 - TARGET=ia64 TB --- 2009-06-24 17:01:52 - TARGET_ARCH=ia64 TB --- 2009-06-24 17:01:52 - TZ=UTC TB --- 2009-06-24 17:01:52 - __MAKE_CONF=/dev/null TB --- 2009-06-24 17:01:52 - cd /src TB --- 2009-06-24 17:01:52 - /usr/bin/make -B buildworld >>> World build started on Wed Jun 24 17:01:53 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 24 18:51:15 UTC 2009 TB --- 2009-06-24 18:51:15 - generating LINT kernel config TB --- 2009-06-24 18:51:15 - cd /src/sys/ia64/conf TB --- 2009-06-24 18:51:15 - /usr/bin/make -B LINT TB --- 2009-06-24 18:51:15 - building LINT kernel TB --- 2009-06-24 18:51:15 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 18:51:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 18:51:15 - TARGET=ia64 TB --- 2009-06-24 18:51:15 - TARGET_ARCH=ia64 TB --- 2009-06-24 18:51:15 - TZ=UTC TB --- 2009-06-24 18:51:15 - __MAKE_CONF=/dev/null TB --- 2009-06-24 18:51:15 - cd /src TB --- 2009-06-24 18:51:15 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 24 18:51:15 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-24 19:00:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-24 19:00:45 - ERROR: failed to build lint kernel TB --- 2009-06-24 19:00:45 - 5833.76 user 437.43 system 7174.97 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Wed Jun 24 22:46:59 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Jun 24 22:47:10 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <200906242246.n5OMkxMc064992@freebsd-current2.sentex.ca> TB --- 2009-06-24 21:10:05 - tinderbox 2.6 running on freebsd-current2.sentex.ca TB --- 2009-06-24 21:10:05 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-24 21:10:05 - cleaning the object tree TB --- 2009-06-24 21:10:05 - cvsupping the source tree TB --- 2009-06-24 21:10:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca -s /tinderbox/tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-24 21:17:39 - building world TB --- 2009-06-24 21:17:39 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 21:17:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 21:17:39 - TARGET=ia64 TB --- 2009-06-24 21:17:39 - TARGET_ARCH=ia64 TB --- 2009-06-24 21:17:39 - TZ=UTC TB --- 2009-06-24 21:17:39 - __MAKE_CONF=/dev/null TB --- 2009-06-24 21:17:39 - cd /src TB --- 2009-06-24 21:17:39 - /usr/bin/make -B buildworld >>> World build started on Wed Jun 24 21:17:44 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 24 22:41:16 UTC 2009 TB --- 2009-06-24 22:41:16 - generating LINT kernel config TB --- 2009-06-24 22:41:16 - cd /src/sys/ia64/conf TB --- 2009-06-24 22:41:16 - /usr/bin/make -B LINT TB --- 2009-06-24 22:41:16 - building LINT kernel TB --- 2009-06-24 22:41:16 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-24 22:41:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-24 22:41:16 - TARGET=ia64 TB --- 2009-06-24 22:41:16 - TARGET_ARCH=ia64 TB --- 2009-06-24 22:41:16 - TZ=UTC TB --- 2009-06-24 22:41:16 - __MAKE_CONF=/dev/null TB --- 2009-06-24 22:41:16 - cd /src TB --- 2009-06-24 22:41:16 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 24 22:41:16 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/dpt/dpt_scsi.c awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror eisa_if.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000 cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/if_igb.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/if_igb.c: In function 'igb_allocate_msix': /src/sys/dev/e1000/if_igb.c:2197: warning: implicit declaration of function 'intr_bind' /src/sys/dev/e1000/if_igb.c:2197: warning: nested extern declaration of 'intr_bind' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-24 22:46:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-24 22:46:59 - ERROR: failed to build lint kernel TB --- 2009-06-24 22:46:59 - 4205.33 user 468.87 system 5813.84 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From tinderbox at freebsd.org Thu Jun 25 02:14:56 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 25 02:15:17 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090625021452.DCCE37302F@freebsd-current.sentex.ca> TB --- 2009-06-25 00:15:07 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-25 00:15:07 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-25 00:15:07 - cleaning the object tree TB --- 2009-06-25 00:15:42 - cvsupping the source tree TB --- 2009-06-25 00:15:42 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-25 00:16:00 - building world TB --- 2009-06-25 00:16:00 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 00:16:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 00:16:00 - TARGET=ia64 TB --- 2009-06-25 00:16:00 - TARGET_ARCH=ia64 TB --- 2009-06-25 00:16:00 - TZ=UTC TB --- 2009-06-25 00:16:00 - __MAKE_CONF=/dev/null TB --- 2009-06-25 00:16:00 - cd /src TB --- 2009-06-25 00:16:00 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 25 00:16:01 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jun 25 02:05:29 UTC 2009 TB --- 2009-06-25 02:05:29 - generating LINT kernel config TB --- 2009-06-25 02:05:29 - cd /src/sys/ia64/conf TB --- 2009-06-25 02:05:29 - /usr/bin/make -B LINT TB --- 2009-06-25 02:05:29 - building LINT kernel TB --- 2009-06-25 02:05:29 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 02:05:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 02:05:29 - TARGET=ia64 TB --- 2009-06-25 02:05:29 - TARGET_ARCH=ia64 TB --- 2009-06-25 02:05:29 - TZ=UTC TB --- 2009-06-25 02:05:29 - __MAKE_CONF=/dev/null TB --- 2009-06-25 02:05:29 - cd /src TB --- 2009-06-25 02:05:29 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 25 02:05:30 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-25 02:14:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-25 02:14:52 - ERROR: failed to build lint kernel TB --- 2009-06-25 02:14:52 - 5836.90 user 443.07 system 7185.41 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From xcllnt at mac.com Thu Jun 25 03:18:59 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Thu Jun 25 03:19:04 2009 Subject: SUCCESS! was: Re: installing from CD In-Reply-To: <200906240828.29922.jhb@freebsd.org> References: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> <200906240828.29922.jhb@freebsd.org> Message-ID: <59FB8BE3-5E21-465E-A457-74615EC9820A@mac.com> On Jun 24, 2009, at 5:28 AM, John Baldwin wrote: > Looks like this might address that: > > Index: usr.sbin/sysinstall/label.c > =================================================================== > --- usr.sbin/sysinstall/label.c (revision 194698) > +++ usr.sbin/sysinstall/label.c (working copy) > @@ -1389,7 +1389,7 @@ > #ifdef __ia64__ > AutoEfi = NULL; > if (EfiChunk == NULL) { > - sz = 100 * ONE_MEG; > + sz = 200 * ONE_MEG; > AutoEfi = Create_Chunk_DWIM(label_chunk_info[here].c->disk, > label_chunk_info[here].c, sz, efi, 0, 0); > if (AutoEfi == NULL) { > > Marcel, do you think this change is ok to bump the EFI part up to > 200MB for > 8.0? Yes, definitely. I would bump it to 400MB though. That avoids problems when users build and install a GENERIC kernel themselves (i.e. we can have a /boot/kernel and /boot/kernel.old with room for growth). Thanks! -- Marcel Moolenaar xcllnt@mac.com From xcllnt at mac.com Thu Jun 25 03:28:54 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Thu Jun 25 03:28:59 2009 Subject: SUCCESS! was: Re: installing from CD In-Reply-To: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> References: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> Message-ID: <4EC01590-1D46-4942-A212-58CCCBD821D5@mac.com> On Jun 23, 2009, at 9:00 AM, Anton Shterenlikht wrote: > I'm still puzzled by the inability to login via MP LAN. The login > prompt > just doesn't appear. I've in /etc/ttys: > > # Serial terminals. The 'dialup' keyword identifies dialin lines to > login, > # fingerd etc. > ttyu0 "/usr/libexec/getty std.9600" cons25 on secure I would make it a vt100 and not a cons25. Also, it's ttyu1 and not ttyu0. From the dmesg you sent: uart0: <16550 or compatible> mem 0xf4051000-0xf405100f irq 82 at device 1.0 on pci224 uart0: [FILTER] puc0: on puc0 uart1: [FILTER] uart1: console (9600,n,8,1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ uart2: on puc0 uart2: [FILTER] uart3: on puc0 uart3: [FILTER] FYI, -- Marcel Moolenaar xcllnt@mac.com From tinderbox at freebsd.org Thu Jun 25 09:23:18 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 25 09:23:25 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090625092314.8A6177302F@freebsd-current.sentex.ca> TB --- 2009-06-25 07:23:13 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-25 07:23:13 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-25 07:23:13 - cleaning the object tree TB --- 2009-06-25 07:23:38 - cvsupping the source tree TB --- 2009-06-25 07:23:38 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-25 07:23:45 - building world TB --- 2009-06-25 07:23:45 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 07:23:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 07:23:45 - TARGET=ia64 TB --- 2009-06-25 07:23:45 - TARGET_ARCH=ia64 TB --- 2009-06-25 07:23:45 - TZ=UTC TB --- 2009-06-25 07:23:45 - __MAKE_CONF=/dev/null TB --- 2009-06-25 07:23:45 - cd /src TB --- 2009-06-25 07:23:45 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 25 07:23:47 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jun 25 09:13:34 UTC 2009 TB --- 2009-06-25 09:13:34 - generating LINT kernel config TB --- 2009-06-25 09:13:34 - cd /src/sys/ia64/conf TB --- 2009-06-25 09:13:34 - /usr/bin/make -B LINT TB --- 2009-06-25 09:13:34 - building LINT kernel TB --- 2009-06-25 09:13:34 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 09:13:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 09:13:34 - TARGET=ia64 TB --- 2009-06-25 09:13:34 - TARGET_ARCH=ia64 TB --- 2009-06-25 09:13:34 - TZ=UTC TB --- 2009-06-25 09:13:34 - __MAKE_CONF=/dev/null TB --- 2009-06-25 09:13:34 - cd /src TB --- 2009-06-25 09:13:34 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 25 09:13:34 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-25 09:23:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-25 09:23:14 - ERROR: failed to build lint kernel TB --- 2009-06-25 09:23:14 - 5839.09 user 441.44 system 7201.23 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From mexas at bristol.ac.uk Thu Jun 25 09:32:39 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 25 09:33:43 2009 Subject: SUCCESS! was: Re: installing from CD In-Reply-To: <4EC01590-1D46-4942-A212-58CCCBD821D5@mac.com> References: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> <4EC01590-1D46-4942-A212-58CCCBD821D5@mac.com> Message-ID: <20090625093231.GA14082@mech-cluster238.men.bris.ac.uk> On Wed, Jun 24, 2009 at 08:28:51PM -0700, Marcel Moolenaar wrote: > > On Jun 23, 2009, at 9:00 AM, Anton Shterenlikht wrote: > > I'm still puzzled by the inability to login via MP LAN. The login > > prompt > > just doesn't appear. I've in /etc/ttys: > > > > > # Serial terminals. The 'dialup' keyword identifies dialin lines to > > login, > > # fingerd etc. > > ttyu0 "/usr/libexec/getty std.9600" cons25 on secure > > I would make it a vt100 and not a cons25. Also, it's ttyu1 and > not ttyu0. > > From the dmesg you sent: > > uart0: <16550 or compatible> mem 0xf4051000-0xf405100f irq 82 at > device 1.0 on pci224 > uart0: [FILTER] > puc0: uart1: on puc0 > uart1: [FILTER] > uart1: console (9600,n,8,1) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > uart2: on puc0 > uart2: [FILTER] > uart3: on puc0 > uart3: [FILTER] Marcel, thank you, I missed that -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From mexas at bristol.ac.uk Thu Jun 25 11:03:03 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Thu Jun 25 11:03:15 2009 Subject: gmirror gm0 destroyed on shutdown; GPT corrupt Message-ID: <20090625110253.GA31443@mech-cluster238.men.bris.ac.uk> FreeBSD 8.0-CURRENT-200906 ia64, fresh installation Following the handbook, section 19.1 RAID1 - mirroring, I'm trying to use gmirror with 2 identical scsi disks: da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da0: Command Queueing Enabled da0: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) da1 at mpt0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 63, 16bit) da1: Command Queueing Enabled da1: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) # sysctl kern.geom.debugflags=17 kern.geom.debugflags: 0 -> 17 # gmirror label -vb round-robin gm0 /dev/da0 Metadata value stored on /dev/da0. Done. # gmirror load #g_modevent(MIRROR, LOAD) g_post_event_x(0xe000000004b8eb10, 0xe000000010686e40, 2, 262144) g_load_class(MIRROR) g_mirror_taste(MIRROR, acd0t01) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 g_detach(0xe0000000106eb580) g_destroy_consumer(0xe0000000106eb580) g_destroy_geom(0xe000000010724800(mirror:taste)) g_mirror_taste(MIRROR, acd0) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 g_detach(0xe0000000106eb700) g_destroy_consumer(0xe0000000106eb700) g_destroy_geom(0xe000000010724a00(mirror:taste)) g_mirror_taste(MIRROR, da2p6) g_detach(0xe0000000106eb880) g_destroy_consumer(0xe0000000106eb880) g_destroy_geom(0xe000000010724c00(mirror:taste)) g_mirror_taste(MIRROR, da2p5) g_detach(0xe0000000106eba80) g_destroy_consumer(0xe0000000106eba80) g_destroy_geom(0xe000000010724c00(mirror:taste)) g_mirror_taste(MIRROR, da2p4) g_detach(0xe0000000106ebc00) g_destroy_consumer(0xe0000000106ebc00) g_destroy_geom(0xe000000010630700(mirror:taste)) g_mirror_taste(MIRROR, da2p3) g_detach(0xe000000010738000) g_destroy_consumer(0xe000000010738000) g_destroy_geom(0xe000000010724e00(mirror:taste)) g_mirror_taste(MIRROR, da2p2) g_detach(0xe000000010738180) g_destroy_consumer(0xe000000010738180) g_destroy_geom(0xe00000001075f400(mirror:taste)) g_mirror_taste(MIRROR, da2p1) g_detach(0xe000000010620e80) g_destroy_consumer(0xe000000010620e80) g_destroy_geom(0xe000000010724a00(mirror:taste)) g_mirror_taste(MIRROR, da0p6) g_detach(0xe0000000106e9580) g_destroy_consumer(0xe0000000106e9580) g_destroy_geom(0xe000000010724800(mirror:taste)) g_mirror_taste(MIRROR, da0p5) g_detach(0xe000000010739700) g_destroy_consumer(0xe000000010739700) g_destroy_geom(0xe0000000108f8f00(mirror:taste)) g_mirror_taste(MIRROR, da0p4) g_detach(0xe000000010739680) g_destroy_consumer(0xe000000010739680) g_destroy_geom(0xe0000000108f8d00(mirror:taste)) g_mirror_taste(MIRROR, da0p3) g_detach(0xe000000010739800) g_destroy_consumer(0xe000000010739800) g_destroy_geom(0xe00000001072ce00(mirror:taste)) g_mirror_taste(MIRROR, da0p2) g_detach(0xe000000010739780) g_destroy_consumer(0xe000000010739780) g_destroy_geom(0xe0000000108f8700(mirror:taste)) g_mirror_taste(MIRROR, da0p1) g_detach(0xe0000000106e9680) g_destroy_consumer(0xe0000000106e9680) g_destroy_geom(0xe00000001072cb00(mirror:taste)) g_mirror_taste(MIRROR, da2) g_detach(0xe0000000106a4900) g_destroy_consumer(0xe0000000106a4900) g_destroy_geom(0xe00000001075fa00(mirror:taste)) g_mirror_taste(MIRROR, da1) g_detach(0xe0000000106ebc80) g_destroy_consumer(0xe0000000106ebc80) g_destroy_geom(0xe000000010630b00(mirror:taste)) g_mirror_taste(MIRROR, da0) g_detach(0xe0000000106e8400) g_destroy_consumer(0xe0000000106e8400) g_destroy_geom(0xe00000001072c800(mirror:taste)) g_post_event_x(0xe000000004b861c0, 0xe0000000108f9000, 2, 0) ref 0xe0000000108f9000 ref 0xe000000010760800 GEOM_MIRROR: Device mirror/gm0 launched (1/1). g_mirror_taste(MIRROR, ufsid/4a3fa1b76cb317b5) g_detach(0xe0000000106a4780) g_destroy_consumer(0xe0000000106a4780) g_destroy_geom(0xe0000000108fa300(mirror:taste)) g_mirror_taste(MIRROR, ufsid/4a3fa1b69c522d30) g_detach(0xe0000000106e9900) g_destroy_consumer(0xe0000000106e9900) g_destroy_geom(0xe0000000108fac00(mirror:taste)) g_mirror_taste(MIRROR, ufsid/4a3fa1b751514347) g_detach(0xe0000000106ebb00) g_destroy_consumer(0xe0000000106ebb00) g_destroy_geom(0xe00000001075f300(mirror:taste)) g_mirror_taste(MIRROR, ufsid/4a3fa1b5e5003da2) g_detach(0xe0000000106e9880) g_destroy_consumer(0xe0000000106e9880) g_destroy_geom(0xe000000010763600(mirror:taste)) g_mirror_taste(MIRROR, iso9660/FreeBSD_Install) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 g_detach(0xe000000010738080) g_destroy_consumer(0xe000000010738080) g_destroy_geom(0xe00000001081dd00(mirror:taste)) g_mirror_taste(MIRROR, mirror/gm0) g_detach(0xe0000000106e9980) g_destroy_consumer(0xe0000000106e9980) g_destroy_geom(0xe000000010763600(mirror:taste)) dev_taste(DEV,mirror/gm0) g_part_taste(PART,mirror/gm0) GEOM: mirror/gm0: the secondary GPT table is corrupt or invalid. GEOM: mirror/gm0: using the primary only -- recovery suggested. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ g_post_event_x(0xe000000004b861c0, 0xe0000000108fa400, 2, 0) ref 0xe0000000108fa400 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe00000001075fa00, 2, 0) ref 0xe00000001075fa00 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe0000000108f8700, 2, 0) ref 0xe0000000108f8700 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe0000000108f8500, 2, 0) ref 0xe0000000108f8500 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe000000010725a00, 2, 0) ref 0xe0000000108f8500 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe000000010725a00, 2, 0) ref 0xe000000010725a00 ref 0xe0000000108f8300 g_post_event_x(0xe000000004b861c0, 0xe000000010631500, 2, 0) ref 0xe000000010631500 ref 0xe0000000108f8300 g_label_taste(LABEL, mirror/gm0) g_detach(0xe000000010738080) g_destroy_consumer(0xe000000010738080) g_destroy_geom(0xe00000001075ef00(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p1) g_detach(0xe000000010739b00) g_destroy_consumer(0xe000000010739b00) g_destroy_geom(0xe000000010762f00(mirror:taste)) dev_taste(DEV,mirror/gm0p1) g_part_taste(PART,mirror/gm0p1) g_wither_geom(0xe000000010763a00(mirror/gm0p1)) g_label_taste(LABEL, mirror/gm0p1) g_detach(0xe0000000108fc000) g_destroy_consumer(0xe0000000108fc000) g_destroy_geom(0xe00000001081d500(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p2) g_detach(0xe0000000108fc100) g_destroy_consumer(0xe0000000108fc100) g_destroy_geom(0xe0000000108f9d00(mirror:taste)) dev_taste(DEV,mirror/gm0p2) g_part_taste(PART,mirror/gm0p2) g_wither_geom(0xe00000001072c800(mirror/gm0p2)) g_label_taste(LABEL, mirror/gm0p2) g_slice_config(mirror/gm0p2, 0, 1) g_post_event_x(0xe000000004b861c0, 0xe0000000108fae00, 2, 0) ref 0xe0000000108fae00 ref 0xe0000000108faa00 g_detach(0xe0000000108fc300) g_destroy_consumer(0xe0000000108fc300) g_destroy_geom(0xe00000001081d100(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p3) g_detach(0xe0000000108fc380) g_destroy_consumer(0xe0000000108fc380) g_destroy_geom(0xe000000010724600(mirror:taste)) dev_taste(DEV,mirror/gm0p3) g_part_taste(PART,mirror/gm0p3) g_wither_geom(0xe00000001075ed00(mirror/gm0p3)) g_label_taste(LABEL, mirror/gm0p3) g_detach(0xe0000000106e9900) g_destroy_consumer(0xe0000000106e9900) g_destroy_geom(0xe000000010630700(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p4) g_detach(0xe0000000108fc600) g_destroy_consumer(0xe0000000108fc600) g_destroy_geom(0xe0000000108fad00(mirror:taste)) dev_taste(DEV,mirror/gm0p4) g_part_taste(PART,mirror/gm0p4) g_wither_geom(0xe000000010762a00(mirror/gm0p4)) g_label_taste(LABEL, mirror/gm0p4) g_slice_config(mirror/gm0p4, 0, 1) g_post_event_x(0xe000000004b861c0, 0xe000000010630c00, 2, 0) ref 0xe000000010630c00 ref 0xe0000000108f8c00 g_detach(0xe0000000108fc800) g_destroy_consumer(0xe0000000108fc800) g_destroy_geom(0xe000000010763900(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p5) g_detach(0xe0000000108fcb00) g_destroy_consumer(0xe0000000108fcb00) g_destroy_geom(0xe000000010724800(mirror:taste)) dev_taste(DEV,mirror/gm0p5) g_part_taste(PART,mirror/gm0p5) g_wither_geom(0xe000000010724e00(mirror/gm0p5)) g_label_taste(LABEL, mirror/gm0p5) g_slice_config(mirror/gm0p5, 0, 1) g_post_event_x(0xe000000004b861c0, 0xe0000000108f8e00, 2, 0) ref 0xe0000000108f8e00 ref 0xe00000001075f400 g_detach(0xe000000010739780) g_destroy_consumer(0xe000000010739780) g_destroy_geom(0xe00000001072c400(label:taste)) g_mirror_taste(MIRROR, mirror/gm0p6) g_detach(0xe0000000108fcb80) g_destroy_consumer(0xe0000000108fcb80) g_destroy_geom(0xe00000001081d500(mirror:taste)) dev_taste(DEV,mirror/gm0p6) g_part_taste(PART,mirror/gm0p6) g_wither_geom(0xe0000000108f8200(mirror/gm0p6)) g_label_taste(LABEL, mirror/gm0p6) g_slice_config(mirror/gm0p6, 0, 1) g_post_event_x(0xe000000004b861c0, 0xe00000001081d100, 2, 0) ref 0xe00000001081d100 ref 0xe0000000108f9d00 g_detach(0xe0000000108fcc80) g_destroy_consumer(0xe0000000108fcc80) g_destroy_geom(0xe0000000108fb300(label:taste)) g_mirror_taste(MIRROR, ufsid/4a43468a267a63a6) g_detach(0xe0000000108fcd80) g_destroy_consumer(0xe0000000108fcd80) g_destroy_geom(0xe000000010724600(mirror:taste)) dev_taste(DEV,ufsid/4a43468a267a63a6) g_part_taste(PART,ufsid/4a43468a267a63a6) g_wither_geom(0xe000000010724600(ufsid/4a43468a267a63a6)) g_label_taste(LABEL, ufsid/4a43468a267a63a6) g_mirror_taste(MIRROR, ufsid/4a43468cf6208bf0) g_detach(0xe000000010739480) g_destroy_consumer(0xe000000010739480) g_destroy_geom(0xe00000001081d500(mirror:taste)) dev_taste(DEV,ufsid/4a43468cf6208bf0) g_part_taste(PART,ufsid/4a43468cf6208bf0) g_wither_geom(0xe000000010724800(ufsid/4a43468cf6208bf0)) g_label_taste(LABEL, ufsid/4a43468cf6208bf0) g_mirror_taste(MIRROR, ufsid/4a43468b228d030c) g_detach(0xe0000000106eaf80) g_destroy_consumer(0xe0000000106eaf80) g_destroy_geom(0xe00000001081c200(mirror:taste)) dev_taste(DEV,ufsid/4a43468b228d030c) g_part_taste(PART,ufsid/4a43468b228d030c) g_wither_geom(0xe00000001081dc00(ufsid/4a43468b228d030c)) g_label_taste(LABEL, ufsid/4a43468b228d030c) g_mirror_taste(MIRROR, ufsid/4a43468c8715f453) g_detach(0xe0000000108fd100) g_destroy_consumer(0xe0000000108fd100) g_destroy_geom(0xe0000000108f8100(mirror:taste)) dev_taste(DEV,ufsid/4a43468c8715f453) g_part_taste(PART,ufsid/4a43468c8715f453) g_wither_geom(0xe000000010724a00(ufsid/4a43468c8715f453)) g_label_taste(LABEL, ufsid/4a43468c8715f453) g_detach(0xe0000000106ea680) g_destroy_consumer(0xe0000000106ea680) g_destroy_geom(0xe000000010724a00(ufsid/4a43468c8715f453)) g_detach(0xe0000000108fd000) g_destroy_consumer(0xe0000000108fd000) g_destroy_geom(0xe00000001081dc00(ufsid/4a43468b228d030c)) g_detach(0xe000000010739280) g_destroy_consumer(0xe000000010739280) g_destroy_geom(0xe000000010724800(ufsid/4a43468cf6208bf0)) g_detach(0xe0000000106eb880) g_destroy_consumer(0xe0000000106eb880) g_destroy_geom(0xe000000010724600(ufsid/4a43468a267a63a6)) g_detach(0xe000000010738000) g_destroy_consumer(0xe000000010738000) g_destroy_geom(0xe0000000108f8200(mirror/gm0p6)) g_detach(0xe0000000106a4900) g_destroy_consumer(0xe0000000106a4900) g_destroy_geom(0xe000000010724e00(mirror/gm0p5)) g_detach(0xe0000000108fc700) g_destroy_consumer(0xe0000000108fc700) g_destroy_geom(0xe000000010762a00(mirror/gm0p4)) g_detach(0xe0000000108fc480) g_destroy_consumer(0xe0000000108fc480) g_destroy_geom(0xe00000001075ed00(mirror/gm0p3)) g_detach(0xe0000000108fc200) g_destroy_consumer(0xe0000000108fc200) g_destroy_geom(0xe00000001072c800(mirror/gm0p2)) g_detach(0xe000000010739c80) g_destroy_consumer(0xe000000010739c80) g_destroy_geom(0xe000000010763a00(mirror/gm0p1)) # ls -al /dev/mirror/ total 1 dr-xr-xr-x 2 root wheel 512 Jun 25 11:16 . dr-xr-xr-x 9 root wheel 512 Jun 25 11:22 .. crw-r----- 1 root operator 0, 105 Jun 25 11:16 gm0 crw-r----- 1 root operator 0, 116 Jun 25 11:16 gm0p1 crw-r----- 1 root operator 0, 117 Jun 25 11:16 gm0p2 crw-r----- 1 root operator 0, 118 Jun 25 11:16 gm0p3 crw-r----- 1 root operator 0, 119 Jun 25 11:16 gm0p4 crw-r----- 1 root operator 0, 120 Jun 25 11:16 gm0p5 crw-r----- 1 root operator 0, 121 Jun 25 11:16 gm0p6 # #echo 'geom_mirror_load="YES"' >> /boot/loader.conf # cat /boot/loader.conf vfs.root.mountfrom="ufs:/dev/da0p2" geom_mirror_load="YES" # On shutdown I see on console: [skip] g_detach(0xe0000000106c7000) g_destroy_consumer(0xe0000000106c7000) g_destroy_geom(0xe0000000106c3200(mirror/gm0p2)) g_destroy_geom(0xe000000010828200(mirror/gm0)) g_post_event_x(0xe000000004c33e70, 0xe0000000106c6d80, 2, 0) g_wither_geom(0xe0000000106efa00(gm0.sync)) GEOM_MIRROR: Device gm0 destroyed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ g_wither_geom(0xe000000010826900(gm0)) g_detach(0xe0000000106c6d80) g_destroy_consumer(0xe0000000106c6d80) g_destroy_geom(0xe0000000106efa00(gm0.sync)) g_destroy_geom(0xe000000010826900(gm0)) And when the system is rebooted, there is no /dev/mirror anymore. Please advise many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From jhb at freebsd.org Thu Jun 25 15:50:08 2009 From: jhb at freebsd.org (John Baldwin) Date: Thu Jun 25 15:50:24 2009 Subject: SUCCESS! was: Re: installing from CD In-Reply-To: <59FB8BE3-5E21-465E-A457-74615EC9820A@mac.com> References: <20090623160004.GB8702@mech-cluster238.men.bris.ac.uk> <200906240828.29922.jhb@freebsd.org> <59FB8BE3-5E21-465E-A457-74615EC9820A@mac.com> Message-ID: <200906250834.21519.jhb@freebsd.org> On Wednesday 24 June 2009 11:18:57 pm Marcel Moolenaar wrote: > > On Jun 24, 2009, at 5:28 AM, John Baldwin wrote: > > > Looks like this might address that: > > > > Index: usr.sbin/sysinstall/label.c > > =================================================================== > > --- usr.sbin/sysinstall/label.c (revision 194698) > > +++ usr.sbin/sysinstall/label.c (working copy) > > @@ -1389,7 +1389,7 @@ > > #ifdef __ia64__ > > AutoEfi = NULL; > > if (EfiChunk == NULL) { > > - sz = 100 * ONE_MEG; > > + sz = 200 * ONE_MEG; > > AutoEfi = Create_Chunk_DWIM(label_chunk_info[here].c->disk, > > label_chunk_info[here].c, sz, efi, 0, 0); > > if (AutoEfi == NULL) { > > > > Marcel, do you think this change is ok to bump the EFI part up to > > 200MB for > > 8.0? > > Yes, definitely. I would bump it to 400MB though. That avoids problems > when users build and install a GENERIC kernel themselves (i.e. we can > have a /boot/kernel and /boot/kernel.old with room for growth). Ok, done, thanks for the review! -- John Baldwin From xcllnt at mac.com Thu Jun 25 16:41:40 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Thu Jun 25 16:41:47 2009 Subject: gmirror gm0 destroyed on shutdown; GPT corrupt In-Reply-To: <20090625110253.GA31443@mech-cluster238.men.bris.ac.uk> References: <20090625110253.GA31443@mech-cluster238.men.bris.ac.uk> Message-ID: <10FCC74D-6D46-4112-AD89-BBB4C5933957@mac.com> On Jun 25, 2009, at 4:02 AM, Anton Shterenlikht wrote: > dev_taste(DEV,mirror/gm0) > g_part_taste(PART,mirror/gm0) > > GEOM: mirror/gm0: the secondary GPT table is corrupt or invalid. > GEOM: mirror/gm0: using the primary only -- recovery suggested. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You created the mirror after the GPT, which means you destroyed the GPT backup header. gmirror uses the last sector on the disk for metadata and that by itself is a cause for various problems. It's better to use gmirror per partition. > > #echo 'geom_mirror_load="YES"' >> /boot/loader.conf Is /boot a symlink for /efi/boot? > GEOM_MIRROR: Device gm0 destroyed. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is normal. > > And when the system is rebooted, there is no /dev/mirror anymore. You could run into a race condition between GPT and gmirror and GPT winning (again the result of gmirror using the last sector on a disk for metadata). Alternatively, make sure gmirror got loaded at boot. FYI, -- Marcel Moolenaar xcllnt@mac.com From tinderbox at freebsd.org Thu Jun 25 17:01:01 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Jun 25 17:01:13 2009 Subject: [head tinderbox] failure on ia64/ia64 Message-ID: <20090625170055.BB1C97302F@freebsd-current.sentex.ca> TB --- 2009-06-25 15:01:14 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-06-25 15:01:14 - starting HEAD tinderbox run for ia64/ia64 TB --- 2009-06-25 15:01:14 - cleaning the object tree TB --- 2009-06-25 15:01:44 - cvsupping the source tree TB --- 2009-06-25 15:01:44 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile TB --- 2009-06-25 15:01:53 - building world TB --- 2009-06-25 15:01:53 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 15:01:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 15:01:53 - TARGET=ia64 TB --- 2009-06-25 15:01:53 - TARGET_ARCH=ia64 TB --- 2009-06-25 15:01:53 - TZ=UTC TB --- 2009-06-25 15:01:53 - __MAKE_CONF=/dev/null TB --- 2009-06-25 15:01:53 - cd /src TB --- 2009-06-25 15:01:53 - /usr/bin/make -B buildworld >>> World build started on Thu Jun 25 15:01:54 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jun 25 16:51:27 UTC 2009 TB --- 2009-06-25 16:51:27 - generating LINT kernel config TB --- 2009-06-25 16:51:27 - cd /src/sys/ia64/conf TB --- 2009-06-25 16:51:27 - /usr/bin/make -B LINT TB --- 2009-06-25 16:51:27 - building LINT kernel TB --- 2009-06-25 16:51:27 - MAKEOBJDIRPREFIX=/obj TB --- 2009-06-25 16:51:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-06-25 16:51:27 - TARGET=ia64 TB --- 2009-06-25 16:51:27 - TARGET_ARCH=ia64 TB --- 2009-06-25 16:51:27 - TZ=UTC TB --- 2009-06-25 16:51:27 - __MAKE_CONF=/dev/null TB --- 2009-06-25 16:51:27 - cd /src TB --- 2009-06-25 16:51:27 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 25 16:51:27 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/led/led.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lge/if_lge.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/lmc/if_lmc.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding /src/sys/dev/mcd/mcd_isa.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/md/md.c /src/sys/dev/md/md.c: In function 'mdcreate_swap': /src/sys/dev/md/md.c:1045: error: too many arguments to function 'vm_pager_allocate' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-06-25 17:00:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-06-25 17:00:55 - ERROR: failed to build lint kernel TB --- 2009-06-25 17:00:55 - 5843.16 user 437.03 system 7181.45 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From kailockwood at gmail.com Sat Jun 27 05:17:35 2009 From: kailockwood at gmail.com (Kai Lockwood) Date: Sat Jun 27 05:17:41 2009 Subject: Lock order reversals Message-ID: <4A45AB6C.8080809@gmail.com> hp rx2600, 4GB RAM, FreeBSD 8.0-CURRENT-200906 #0: Fri Jun 12 22:56:41 UTC 2009 /usr/obj/usr/src/sys/GENERIC ia64 These are displayed on the console: lock order reversal: 1st 0xa00000003d48c7b8 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2558 2nd 0xe000000010969a00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:2 85 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b73fd0) at _witness_debugger+0x60 witness_checkorder(0xe000000010969a00, 0x9, 0xffffffffffffffff, 0x11d, 0x0) at w itness_checkorder+0x12c0 _sx_xlock(0xe000000010969a00, 0x0, 0xe000000004b73fd0, 0x11d) at _sx_xlock+0xc0 ufsdirhash_acquire(0xe000000010cee738, 0xe000000010969a00, 0xe000000004a0ef40, 0 x38b) at ufsdirhash_acquire+0x50 ufsdirhash_remove(0xe000000010cee738, 0xa00000003f9ba068, 0x68, 0xa000000062caf3 08) at ufsdirhash_remove+0x20 ufs_dirremove(0xe000000010cfc938, 0xe000000010db8150, 0x0, 0x0) at ufs_dirremove +0x240 ufs_remove(0xa000000062caf3d8, 0xe000000010db8150, 0xe00000000471c7f0) at ufs_re move+0xe0 VOP_REMOVE_APV(0xe000000004cc21c0, 0xa000000062caf3d8, 0xe000000010dbcce8, 0xe00 000000471c860) at VOP_REMOVE_APV+0x1c0 kern_unlinkat(0xe0000000109fb270, 0xffffffffffffff9c, 0x20000000408280c0, 0x0) a t kern_unlinkat+0x2f0 kern_unlink(0xe0000000109fb270, 0x20000000408280c0, 0x0) at kern_unlink+0x30 unlink(0xe0000000109fb270, 0xa000000062caf4e8, 0xe000000004ac03e0, 0x58f) at unl ink+0x30 syscall(0xa000000062caf400, 0xa, 0x8, 0xe0000000109fb270, 0xe0000000109f6448, 0x e000000004c95528, 0xa, 0xa000000062caf4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return lock order reversal: 1st 0xe000000010c996b8 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1197 2nd 0xe000000010ba3308 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2189 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b54550) at _witness_debugger+0x60 witness_checkorder(0xe000000010ba3308, 0x9, 0xffffffffffffffff, 0x88d, 0x0) at w itness_checkorder+0x12c0 __lockmgr_args(0xe000000010ba3308, 0x80100, 0xe000000010ba3330, 0xe000000004b34f 60, 0x50, 0x33, 0xe000000004b54550, 0x88d) at __lockmgr_args+0xe10 vop_stdlock(0xa000000062c6f380, 0xe000000004acdc90, 0x309) at vop_stdlock+0x80 VOP_LOCK1_APV(0xe000000004cae908, 0xa000000062c6f360, 0x4) at VOP_LOCK1_APV+0x1d 0 _vn_lock(0xe000000010ba3270, 0x80100, 0xe000000004b54550, 0x88d) at _vn_lock+0xf 0 vrele(0xe000000010ba3270, 0xe000000010ba3330, 0xe000000010a00b10, 0xe000000010ba 3360) at vrele+0x240 cd9660_unmount(0xe000000010a90000, 0x1, 0x1, 0xe000000010c99508, 0xe000000004d1a 0c0) at cd9660_unmount+0x410 dounmount(0xe000000010c99620, 0x80000, 0x1001, 0xe000000004cfa268) at dounmount+ 0x990 unmount(0xe000000010a00b10, 0x0, 0xe000000010a90000, 0xe000000011916a80) at unmo unt+0x5c0 syscall(0xa000000062c6f400, 0x16, 0x58f, 0xe000000010a00b10, 0xe0000000109f8000, 0xe000000004c95768, 0x16, 0xa000000062c6f4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return lock order reversal: 1st 0xe000000014c174e0 ufs (ufs) @ /usr/src/sys/kern/vfs_lookup.c:495 2nd 0xa00000003daa2e98 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_softdep.c:6 150 3rd 0xe00000001549b6b8 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2084 KDB: stack backtrace: db_trace_self(0xe000000004115b50) at db_trace_self+0x20 db_trace_self_wrapper(0xe000000004654560) at db_trace_self_wrapper+0x70 kdb_backtrace(0xe000000004cf9c38, 0xe00000000467bf60) at kdb_backtrace+0xc0 _witness_debugger(0x1, 0xe000000004b4bac0, 0xe00000000467d800, 0x999, 0xe0000000 04b54550) at _witness_debugger+0x60 witness_checkorder(0xe00000001549b6b8, 0x9, 0x0, 0x824, 0x0) at witness_checkord er+0x12c0 __lockmgr_args(0xe00000001549b6b8, 0x80100, 0xe00000001549b6e0, 0xe000000004b3a1 58, 0x50, 0x33, 0xe000000004b54550, 0x824) at __lockmgr_args+0xe10 ffs_lock(0xa000000062e3ef90, 0xe00000001549b6b8, 0x80100) at ffs_lock+0x130 VOP_LOCK1_APV(0xe000000004cc19f0, 0xa000000062e3ef70, 0xe000000004b53828) at VOP _LOCK1_APV+0x1d0 _vn_lock(0xe00000001549b620, 0x80100, 0xe000000004b54550, 0x824) at _vn_lock+0xf 0 vget(0xe00000001549b620, 0x80100, 0xe00000001703b270, 0x50) at vget+0x160 vfs_hash_get(0xe000000010a902f0, 0xc7836e, 0xe00000001549b620, 0xe00000001703b27 0, 0xa000000062e3efc8, 0x0, 0x0, 0xe000000004b53828) at vfs_hash_get+0x180 ffs_vgetf(0xe000000010a902f0, 0xc7836e, 0x80000, 0xa000000062e3efc8, 0x1, 0xea5, 0xea5, 0xe000000004ed4250) at ffs_vgetf+0x50 softdep_sync_metadata(0xe000000014c17448, 0xe000000010d66a9a, 0xe000000004b71d50 , 0x131, 0xe000000004a07b50, 0xe000000010d66a80, 0xc7836e, 0xe000000004b71d50) a t softdep_sync_metadata+0xb10 ffs_syncvnode(0xe000000014c17448, 0x0, 0x0, 0xa00000003daa2e98, 0xea3, 0xe000000 004b73ac8) at ffs_syncvnode+0x760 ffs_truncate(0xe000000014c17448, 0x800, 0x880, 0xe00000001099e600, 0xe0000000170 3b270, 0x0) at ffs_truncate+0x990 ufs_direnter(0xe000000014c17448, 0x0, 0xa000000062e3f150, 0xa000000062e3f380, 0x 0) at ufs_direnter+0x14d0 ufs_rename(0xa000000062e3f3c8, 0xa000000062e3f150, 0xa000000062e3f148) at ufs_re name+0xdc0 VOP_RENAME_APV(0xe000000004cc21c0, 0xa000000062e3f3c8, 0x0, 0xe000000004721550, 0x815) at VOP_RENAME_APV+0x1d0 kern_renameat(0xa000000062e3f380, 0xa000000062e3f3c8, 0x0, 0xffffffffffffff9c, 0 x9fffffffffffeae6, 0x0) at kern_renameat+0x5b0 kern_rename(0xe00000001703b270, 0x9fffffffffffeadb, 0x9fffffffffffeae6, 0x0) at kern_rename+0x40 rename(0xe00000001703b270, 0xa000000062e3f4e8, 0xe000000004ac03e0, 0x58f) at ren ame+0x30 syscall(0xa000000062e3f400, 0x80, 0x2, 0xe00000001703b270, 0xe000000019c42890, 0 xe000000004c96b48, 0x80, 0xa000000062e3f4e8) at syscall+0x3e0 epc_syscall_return() at epc_syscall_return Jun 27 05:02:08 tamar sshd[44866]: error: PAM: authentication error for illegal user kick5 from 192.168.1.78 Jun 27 05:02:18 tamar last message repeated 2 times panic: mtx_lock_spin() of destroyed mutex @ /usr/src/sys/ia64/ia64/trap.c:680 cpuid = 1 KDB: enter: panic [thread pid 49714 tid 100137 ] Stopped at kdb_enter+0x92: [I2] addl r14=0xffffffffffe2a8e8,gp ;; db> From xcllnt at mac.com Sun Jun 28 02:15:57 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Sun Jun 28 02:16:03 2009 Subject: Lock order reversals In-Reply-To: <4A45AB6C.8080809@gmail.com> References: <4A45AB6C.8080809@gmail.com> Message-ID: <5BC57455-8CC6-40A0-AEF5-A8088335D8C1@mac.com> On Jun 26, 2009, at 10:17 PM, Kai Lockwood wrote: > panic: mtx_lock_spin() of destroyed mutex @ /usr/src/sys/ia64/ia64/ > trap.c:680 > cpuid = 1 > KDB: enter: panic > [thread pid 49714 tid 100137 ] > Stopped at kdb_enter+0x92: [I2] addl > r14=0xffffffffffe2a8e8,gp ;; > db> This particular panic has been fixed a few days back. There's still a panic left on SMP systems when running lots of FP-bound applications. As for the LORs: that's a generic FreeBSD problem. All architectures have these... FYI, -- Marcel Moolenaar xcllnt@mac.com From mexas at bristol.ac.uk Mon Jun 29 09:39:03 2009 From: mexas at bristol.ac.uk (Anton Shterenlikht) Date: Mon Jun 29 09:39:16 2009 Subject: gmirror gm0 destroyed on shutdown; GPT corrupt In-Reply-To: <10FCC74D-6D46-4112-AD89-BBB4C5933957@mac.com> References: <20090625110253.GA31443@mech-cluster238.men.bris.ac.uk> <10FCC74D-6D46-4112-AD89-BBB4C5933957@mac.com> Message-ID: <20090629093853.GA44061@mech-cluster238.men.bris.ac.uk> On Thu, Jun 25, 2009 at 09:41:13AM -0700, Marcel Moolenaar wrote: > > On Jun 25, 2009, at 4:02 AM, Anton Shterenlikht wrote: > > dev_taste(DEV,mirror/gm0) > > g_part_taste(PART,mirror/gm0) > > > > GEOM: mirror/gm0: the secondary GPT table is corrupt or invalid. > > GEOM: mirror/gm0: using the primary only -- recovery suggested. > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > You created the mirror after the GPT, which means you destroyed > the GPT backup header. gmirror uses the last sector on the disk > for metadata and that by itself is a cause for various problems. So, gmirror cannot be used on ia64 to mirror the boot disk? Because on ia64 the last sector always contains secondary GPT. I take it the RAID1 section, 19.4, in FBSD user manual, was written with i386 or alpha architecture in mind. > It's better to use gmirror per partition. how? Is it in the manual? any link? > > #echo 'geom_mirror_load="YES"' >> /boot/loader.conf > > Is /boot a symlink for /efi/boot? yes, lrwxr-xr-x 1 root wheel 8 Jun 25 10:44 boot -> efi/boot > > And when the system is rebooted, there is no /dev/mirror anymore. > > You could run into a race condition between GPT and gmirror and > GPT winning (again the result of gmirror using the last sector > on a disk for metadata). > > Alternatively, make sure gmirror got loaded at boot. # kldstat Id Refs Address Size Name 1 3 0xe000000004000000 ff9c08 kernel 2 1 0xe000000004ffa000 3c830 geom_mirror.ko # It's not that I desperately need to mirror a boot disk, it just that gmirror looked so easy in the manual, I wanted to give it a go. Perhaps I can just do a block copy to the second disk, say once a day, and have it as a backup. Could you also possibly comment on gvinum on ia64? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From bugmaster at FreeBSD.org Mon Jun 29 11:07:01 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 29 11:08:24 2009 Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org Message-ID: <200906291107.n5TB70EJ046362@freefall.freebsd.org> 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 ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From maps-in-excel at mapinxl.com Tue Jun 30 10:57:38 2009 From: maps-in-excel at mapinxl.com (MapInXL Team) Date: Tue Jun 30 10:57:44 2009 Subject: MapInXL, your Excel based mapping solution Message-ID: <68d4f6a5e90700f58d7fc3ae0e71da8b@emails.articque.com> You can read this message here : http://www.mapinxl.com/mailing/090625_new-product/content.php?email=freebsd-ia64@freebsd.org --- ==================================================== Looking for maps in Excel? ? We've got a fast, effective and affordable solution ==================================================== Change your Excel? spreadsheets into maps ! Your Excel? based mapping solution Get more info http://www.mapinxl.com/ Forward this information to a contact http://www.mapinxl.com/mailing/forward?email=freebsd-ia64@freebsd.org --- If you no longer wish to receive these emails, please reply to this message with "Unsubscribe" in the subject line or simply click on the following link: http://emails.articque.com/desabo.php?EMAIL=freebsd-ia64@freebsd.org