From peterjeremy at optushome.com.au Sun Mar 1 11:31:21 2009 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Sun Mar 1 11:31:28 2009 Subject: 32-bit truncation of 64-bit values In-Reply-To: <200902282106.VAA17590@sopwith.solgatos.com> References: <200902282106.VAA17590@sopwith.solgatos.com> Message-ID: <20090301193115.GD3540@server.vk2pj.dyndns.org> On 2009-Feb-28 13:06:41 +0000, Dieter wrote: >> Having just tracked down an issue caused by a pointer-to-int truncation, > >Was this in C? Didn't the compiler complain? Yes and no. It wasn't as obvious as your example, rather it was missing function prototypes. After unrolling macros, the offending code did: int input_line; int cursor = 0; extern void putchar_x(); extern char *CM; ... tputs(tgoto(CM, cursor, input_line), 0, putchar_x); ... without , or other prototypes. As a result, tgoto() was implicitly assumed to return (int) instead of (char *) - which doesn't produce any warning unless compiled with -Wall. (If you want to experiment, this is ports/irc/blackened - the above code is in source/input.c, though there seem to be several other similar problems in the code, resulting in the current BROKEN flag). -- Peter Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090301/b740bf2c/attachment.pgp From tinderbox at freebsd.org Sun Mar 1 22:25:55 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Mar 1 22:26:13 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302062551.E8B967302F@freebsd-current.sentex.ca> TB --- 2009-03-02 05:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-02 05:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-02 05:40:00 - cleaning the object tree TB --- 2009-03-02 05:40:53 - cvsupping the source tree TB --- 2009-03-02 05:40:53 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-02 05:41:04 - building world TB --- 2009-03-02 05:41:04 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-02 05:41:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-02 05:41:04 - TARGET=amd64 TB --- 2009-03-02 05:41:04 - TARGET_ARCH=amd64 TB --- 2009-03-02 05:41:04 - TZ=UTC TB --- 2009-03-02 05:41:04 - __MAKE_CONF=/dev/null TB --- 2009-03-02 05:41:04 - cd /src TB --- 2009-03-02 05:41:04 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 2 05:41:06 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-02 06:25:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-02 06:25:51 - ERROR: failed to build world TB --- 2009-03-02 06:25:51 - 2042.16 user 247.94 system 2751.15 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Mon Mar 2 02:05:25 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 02:05:37 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302100518.C10DC7302F@freebsd-current.sentex.ca> TB --- 2009-03-02 09:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-02 09:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-02 09:20:00 - cleaning the object tree TB --- 2009-03-02 09:20:23 - cvsupping the source tree TB --- 2009-03-02 09:20:23 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-02 09:20:31 - building world TB --- 2009-03-02 09:20:31 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-02 09:20:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-02 09:20:31 - TARGET=amd64 TB --- 2009-03-02 09:20:31 - TARGET_ARCH=amd64 TB --- 2009-03-02 09:20:31 - TZ=UTC TB --- 2009-03-02 09:20:31 - __MAKE_CONF=/dev/null TB --- 2009-03-02 09:20:31 - cd /src TB --- 2009-03-02 09:20:31 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 2 09:20:33 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-02 10:05:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-02 10:05:18 - ERROR: failed to build world TB --- 2009-03-02 10:05:18 - 2041.37 user 244.87 system 2718.04 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From freebsd at abv.bg Mon Mar 2 02:18:04 2009 From: freebsd at abv.bg (Mario Pavlov) Date: Mon Mar 2 02:18:12 2009 Subject: [Fw: Re: [PC-BSD Dev] vmap()-like kernel interface ] - call for review Message-ID: <875050024.51828.1235989081194.JavaMail.apache@mail53.abv.bg> >On Fri, Feb 13, 2009 at 1:04 PM, Mario Pavlov wrote: >> Hi, >> please find the attached e-mail >> >> regards >> mgp >> >> P.S. thanks, PC-BSD team > > I'm not a kernel dev, but I noted that pmap_unmapcontig doesn't >take into consideration when va is NULL; I know it's bad driver >programming if uncontig is implicitly called with NULL, but there >should be some error handling or something here (a NULL deref will >occur in pmap_qremove, which will cause a panic). >Thanks, >-Garrett Hi, looks like most people just ignored this email. I am sure you all are very busy and you don't have time for everything but please try to find some time and review this work. People made an effort ... don't just throw it away. You know, many people long for 64bit driver. here's the attachment: http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090213/567e04b7/PC-BSDDevvmap-likekernelinterface.eml thank you regards, mgp From bugmaster at FreeBSD.org Mon Mar 2 03:07:29 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 2 04:25:13 2009 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200903021106.n22B6mWE057226@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 amd64/132170 amd64 7.1 kernel compilation problem o amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 f amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] 7.1-STABLE amd64 crash f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] The booting process stops at the line mounting o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 94 problems total. From tinderbox at freebsd.org Mon Mar 2 05:45:08 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 05:45:14 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302134503.C6B407302F@freebsd-current.sentex.ca> TB --- 2009-03-02 13:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-02 13:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-02 13:00:00 - cleaning the object tree TB --- 2009-03-02 13:00:21 - cvsupping the source tree TB --- 2009-03-02 13:00:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-02 13:00:31 - building world TB --- 2009-03-02 13:00:31 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-02 13:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-02 13:00:31 - TARGET=amd64 TB --- 2009-03-02 13:00:31 - TARGET_ARCH=amd64 TB --- 2009-03-02 13:00:31 - TZ=UTC TB --- 2009-03-02 13:00:31 - __MAKE_CONF=/dev/null TB --- 2009-03-02 13:00:31 - cd /src TB --- 2009-03-02 13:00:31 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 2 13:00:34 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-02 13:45:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-02 13:45:03 - ERROR: failed to build world TB --- 2009-03-02 13:45:03 - 2039.84 user 245.42 system 2703.14 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Mon Mar 2 09:25:02 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 09:25:09 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302172458.628EA7302F@freebsd-current.sentex.ca> TB --- 2009-03-02 16:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-02 16:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-02 16:40:00 - cleaning the object tree TB --- 2009-03-02 16:40:22 - cvsupping the source tree TB --- 2009-03-02 16:40:22 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-02 16:40:31 - building world TB --- 2009-03-02 16:40:31 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-02 16:40:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-02 16:40:31 - TARGET=amd64 TB --- 2009-03-02 16:40:31 - TARGET_ARCH=amd64 TB --- 2009-03-02 16:40:31 - TZ=UTC TB --- 2009-03-02 16:40:31 - __MAKE_CONF=/dev/null TB --- 2009-03-02 16:40:31 - cd /src TB --- 2009-03-02 16:40:31 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 2 16:40:34 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-02 17:24:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-02 17:24:58 - ERROR: failed to build world TB --- 2009-03-02 17:24:58 - 2032.70 user 244.37 system 2697.90 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From yanefbsd at gmail.com Mon Mar 2 10:02:39 2009 From: yanefbsd at gmail.com (Garrett Cooper) Date: Mon Mar 2 10:02:45 2009 Subject: [head tinderbox] failure on amd64/amd64 In-Reply-To: <49AC14AA.4080001@freebsd.org> References: <20090302062551.E8B967302F@freebsd-current.sentex.ca> <49AC14AA.4080001@freebsd.org> Message-ID: <56DFA1ED-244C-4DA1-88BB-58EF77605EC9@gmail.com> Sent from my iPhone On Mar 2, 2009, at 9:17, Sam Leffler wrote: > FreeBSD Tinderbox wrote: >> ===> usr.sbin/wpa/wpa_passphrase (depend) >> make: don't know how to make wpa_passphrase.c. Stop >> *** Error code 2 >> > > Sorry, thought this was fixed last night. Looking at it but if > anyone already knows what is wrong please contact me offline. You need to add wpa before wpa_supplicant in the Makefile noted above; that will fix the compile. Hth, -Garrett From sam at freebsd.org Mon Mar 2 09:45:46 2009 From: sam at freebsd.org (Sam Leffler) Date: Mon Mar 2 10:21:59 2009 Subject: [head tinderbox] failure on amd64/amd64 In-Reply-To: <20090302062551.E8B967302F@freebsd-current.sentex.ca> References: <20090302062551.E8B967302F@freebsd-current.sentex.ca> Message-ID: <49AC14AA.4080001@freebsd.org> FreeBSD Tinderbox wrote: > ===> usr.sbin/wpa/wpa_passphrase (depend) > make: don't know how to make wpa_passphrase.c. Stop > *** Error code 2 > Sorry, thought this was fixed last night. Looking at it but if anyone already knows what is wrong please contact me offline. Sam From tinderbox at freebsd.org Mon Mar 2 13:05:01 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 13:05:20 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302210457.3B6317302F@freebsd-current.sentex.ca> TB --- 2009-03-02 20:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-02 20:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-02 20:20:00 - cleaning the object tree TB --- 2009-03-02 20:20:21 - cvsupping the source tree TB --- 2009-03-02 20:20:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-02 20:20:29 - building world TB --- 2009-03-02 20:20:29 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-02 20:20:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-02 20:20:29 - TARGET=amd64 TB --- 2009-03-02 20:20:29 - TARGET_ARCH=amd64 TB --- 2009-03-02 20:20:29 - TZ=UTC TB --- 2009-03-02 20:20:29 - __MAKE_CONF=/dev/null TB --- 2009-03-02 20:20:29 - cd /src TB --- 2009-03-02 20:20:29 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 2 20:20:32 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-02 21:04:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-02 21:04:57 - ERROR: failed to build world TB --- 2009-03-02 21:04:57 - 2034.02 user 243.91 system 2696.31 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Mon Mar 2 16:45:11 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 16:45:30 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303004506.577F57302F@freebsd-current.sentex.ca> TB --- 2009-03-03 00:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 00:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 00:00:00 - cleaning the object tree TB --- 2009-03-03 00:00:23 - cvsupping the source tree TB --- 2009-03-03 00:00:23 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 00:00:33 - building world TB --- 2009-03-03 00:00:33 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 00:00:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 00:00:33 - TARGET=amd64 TB --- 2009-03-03 00:00:33 - TARGET_ARCH=amd64 TB --- 2009-03-03 00:00:33 - TZ=UTC TB --- 2009-03-03 00:00:33 - __MAKE_CONF=/dev/null TB --- 2009-03-03 00:00:33 - cd /src TB --- 2009-03-03 00:00:33 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 00:00:35 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-03 00:45:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 00:45:06 - ERROR: failed to build world TB --- 2009-03-03 00:45:06 - 2034.74 user 242.82 system 2705.74 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Mon Mar 2 20:25:22 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 2 20:25:29 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303042518.A11227302F@freebsd-current.sentex.ca> TB --- 2009-03-03 03:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 03:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 03:40:00 - cleaning the object tree TB --- 2009-03-03 03:40:20 - cvsupping the source tree TB --- 2009-03-03 03:40:20 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 03:40:31 - building world TB --- 2009-03-03 03:40:31 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 03:40:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 03:40:31 - TARGET=amd64 TB --- 2009-03-03 03:40:31 - TARGET_ARCH=amd64 TB --- 2009-03-03 03:40:31 - TZ=UTC TB --- 2009-03-03 03:40:31 - __MAKE_CONF=/dev/null TB --- 2009-03-03 03:40:31 - cd /src TB --- 2009-03-03 03:40:31 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 03:40:33 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-03 04:25:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 04:25:18 - ERROR: failed to build world TB --- 2009-03-03 04:25:18 - 2035.49 user 242.24 system 2718.41 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Tue Mar 3 00:08:11 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 3 00:08:18 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303080807.498877302F@freebsd-current.sentex.ca> TB --- 2009-03-03 07:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 07:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 07:20:01 - cleaning the object tree TB --- 2009-03-03 07:20:23 - cvsupping the source tree TB --- 2009-03-03 07:20:23 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 07:20:33 - building world TB --- 2009-03-03 07:20:33 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 07:20:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 07:20:33 - TARGET=amd64 TB --- 2009-03-03 07:20:33 - TARGET_ARCH=amd64 TB --- 2009-03-03 07:20:33 - TZ=UTC TB --- 2009-03-03 07:20:33 - __MAKE_CONF=/dev/null TB --- 2009-03-03 07:20:33 - cd /src TB --- 2009-03-03 07:20:33 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 07:20:35 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-03 08:08:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 08:08:07 - ERROR: failed to build world TB --- 2009-03-03 08:08:07 - 2036.37 user 241.45 system 2886.05 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Tue Mar 3 03:44:51 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 3 03:44:58 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303114445.4C1117302F@freebsd-current.sentex.ca> TB --- 2009-03-03 11:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 11:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 11:00:00 - cleaning the object tree TB --- 2009-03-03 11:00:21 - cvsupping the source tree TB --- 2009-03-03 11:00:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 11:00:29 - building world TB --- 2009-03-03 11:00:29 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 11:00:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 11:00:29 - TARGET=amd64 TB --- 2009-03-03 11:00:29 - TARGET_ARCH=amd64 TB --- 2009-03-03 11:00:29 - TZ=UTC TB --- 2009-03-03 11:00:29 - __MAKE_CONF=/dev/null TB --- 2009-03-03 11:00:29 - cd /src TB --- 2009-03-03 11:00:29 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 11:00:31 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-03 11:44:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 11:44:45 - ERROR: failed to build world TB --- 2009-03-03 11:44:45 - 2034.73 user 242.63 system 2685.04 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From darcsis at gmail.com Tue Mar 3 05:02:51 2009 From: darcsis at gmail.com (Denise H. G.) Date: Tue Mar 3 05:02:57 2009 Subject: [Fw: Re: [PC-BSD Dev] vmap()-like kernel interface ] - call for review In-Reply-To: <875050024.51828.1235989081194.JavaMail.apache@mail53.abv.bg> (Mario Pavlov's message of "Mon, 2 Mar 2009 12:18:01 +0200 (EET)") References: <875050024.51828.1235989081194.JavaMail.apache@mail53.abv.bg> Message-ID: <86wsb6hj8z.fsf@pluton.xbsd.name> >>>>> "Mario" == Mario Pavlov writes: >> On Fri, Feb 13, 2009 at 1:04 PM, Mario Pavlov wrote: >>> Hi, please find the attached e-mail >>> >>> regards mgp >>> >>> P.S. thanks, PC-BSD team >> >> I'm not a kernel dev, but I noted that pmap_unmapcontig doesn't >> take into consideration when va is NULL; I know it's bad driver >> programming if uncontig is implicitly called with NULL, but there >> should be some error handling or something here (a NULL deref >> will occur in pmap_qremove, which will cause a panic). Thanks, >> -Garrett Mario> Hi, looks like most people just ignored this email. I am sure Mario> you all are very busy and you don't have time for everything Mario> but please try to find some time and review this work. People Mario> made an effort ... don't just throw it away. You know, many Mario> people long for 64bit driver. here's the attachment: Mario> http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090213/567e04b7/PC-BSDDevvmap-likekernelinterface.eml Mario> thank you Mario> regards, mgp _______________________________________________ Mario> freebsd-amd64@freebsd.org mailing list Mario> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To Mario> unsubscribe, send any mail to Mario> "freebsd-amd64-unsubscribe@freebsd.org" Does this have something to do with Nvidia amd64 driver? I am not very familiar with kernel stuff... But I know that Nvidia amd64 driver badly needs some work on some kernel ABIs. -- darcsis ZAI gmail DIAN com From tinderbox at freebsd.org Tue Mar 3 07:25:08 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 3 07:25:15 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303152504.097187302F@freebsd-current.sentex.ca> TB --- 2009-03-03 14:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 14:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 14:40:00 - cleaning the object tree TB --- 2009-03-03 14:40:21 - cvsupping the source tree TB --- 2009-03-03 14:40:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 14:40:32 - building world TB --- 2009-03-03 14:40:32 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 14:40:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 14:40:32 - TARGET=amd64 TB --- 2009-03-03 14:40:32 - TARGET_ARCH=amd64 TB --- 2009-03-03 14:40:32 - TZ=UTC TB --- 2009-03-03 14:40:32 - __MAKE_CONF=/dev/null TB --- 2009-03-03 14:40:32 - cd /src TB --- 2009-03-03 14:40:32 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 14:40:33 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 [...] mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DCONFIG_DRIVER_WIRED -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_DEBUG_SYSLOG -DCONFIG_BACKEND_FILE -DIEEE8021X_EAPOL -DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK -DEAP_TLV -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DEAP_TTLS -DEAP_MD5 -I/src/usr.sbin/wpa/wpa_supplicant -I/src/usr.sbin/wpa/wpa_supplic ant/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes_wrap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c /src/usr .sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/eloop.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c /src/usr.sbin/wpa/wpa_supplicant/../l2_packet.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/main.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/md5.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/preauth.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/pmksa_cache.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/rc4.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/scan.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/scan_helpers.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/sha1.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/wpa_common.c /src/usr.sbin/wpa/wpa_supplican t/../../../contrib/wpa//src/utils/wpa_debug.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/rsn_supp/wpa_ie.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpa_supplicant.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/wpabuf.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/wpas_glue.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c /src/usr.sbin/wpa/wpa_supplicant/Packet32.c /src/usr.sbin/wpa/wpa_supplicant/driver_wired.c /src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/os_unix.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eapol_supp/eapol_supp_sm.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap.c /src/us r.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_methods.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/chap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/crypto_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_leap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_peap.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_peap_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_psk.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_common/eap_psk_common.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_tls_common.c /src/usr.sbin/ wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/mschapv2.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/ms_funcs.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/tls_openssl.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_ttls.c /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/eap_peer/eap_md5.c echo wpa_supplicant: /obj/amd64/src/tmp/usr/lib/libc.a /obj/amd64/src/tmp/usr/lib/libpcap.a /obj/amd64/src/tmp/usr/lib/libssl.a /obj/amd64/src/tmp/usr/lib/libcrypto.a >> .depend ===> usr.sbin/wpa/wpa_cli (depend) rm -f .depend mkdep -f .depend -a -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -I/src/usr.sbin/wpa/wpa_cli -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/crypto -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/l2_packet -I/src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/utils -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//wpa_supplicant/wpa_cli.c /src/usr.sbin/wpa/wpa_cli/../../../contrib/wpa//src/common/wpa_ctrl.c /src/usr.sbin/wpa/wpa_cli/../../. ./contrib/wpa//src/utils/os_unix.c echo wpa_cli: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend ===> usr.sbin/wpa/wpa_passphrase (depend) make: don't know how to make wpa_passphrase.c. Stop *** Error code 2 Stop in /src/usr.sbin/wpa. *** 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-03-03 15:25:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 15:25:04 - ERROR: failed to build world TB --- 2009-03-03 15:25:04 - 2036.24 user 241.42 system 2703.35 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From freebsd at abv.bg Tue Mar 3 08:32:54 2009 From: freebsd at abv.bg (Mario Pavlov) Date: Tue Mar 3 08:33:02 2009 Subject: [Fw: Re: [PC-BSD Dev] vmap()-like kernel interface ] - call for review Message-ID: <1024670995.74919.1236097970373.JavaMail.apache@mail54.abv.bg> >>>>>> "Mario" == Mario Pavlov writes: > > >> On Fri, Feb 13, 2009 at 1:04 PM, Mario Pavlov wrote: > >>> Hi, please find the attached e-mail > >>> > >>> regards mgp > >>> > >>> P.S. thanks, PC-BSD team > >> > >> I'm not a kernel dev, but I noted that pmap_unmapcontig doesn't > >> take into consideration when va is NULL; I know it's bad driver > >> programming if uncontig is implicitly called with NULL, but there > >> should be some error handling or something here (a NULL deref > >> will occur in pmap_qremove, which will cause a panic). Thanks, > >> -Garrett > > Mario> Hi, looks like most people just ignored this email. I am sure > Mario> you all are very busy and you don't have time for everything > Mario> but please try to find some time and review this work. People > Mario> made an effort ... don't just throw it away. You know, many > Mario> people long for 64bit driver. here's the attachment: > Mario> http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090213/567e04b7/PC-BSDDevvmap-likekernelinterface.eml > > Mario> thank you > > Mario> regards, mgp _______________________________________________ > Mario> freebsd-amd64@freebsd.org mailing list > Mario> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To > Mario> unsubscribe, send any mail to > Mario> "freebsd-amd64-unsubscribe@freebsd.org" > >Does this have something to do with Nvidia amd64 driver? >I am not very familiar with kernel stuff... But I know that Nvidia amd64 >driver badly needs some work on some kernel ABIs. > > >-- >darcsis ZAI gmail DIAN com Hi Darcsis, yes it has a lot to do with the 64bit nVidia driver that patch I'm trying to get reviewed implements one of the features requested by nVidia note that there are only two missing features left ... and this is one of them ... in other words this one could potentially leave us with only one missing features check this out: http://wiki.freebsd.org/NvidiaFeatureRequests regards, mgp From rnoland at FreeBSD.org Tue Mar 3 09:54:08 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Tue Mar 3 09:58:38 2009 Subject: [Fw: Re: [PC-BSD Dev] vmap()-like kernel interface ] - call for review In-Reply-To: <1024670995.74919.1236097970373.JavaMail.apache@mail54.abv.bg> References: <1024670995.74919.1236097970373.JavaMail.apache@mail54.abv.bg> Message-ID: <1236102837.1384.6.camel@widget.2hip.net> On Tue, 2009-03-03 at 18:32 +0200, Mario Pavlov wrote: > >>>>>> "Mario" == Mario Pavlov writes: > > > > >> On Fri, Feb 13, 2009 at 1:04 PM, Mario Pavlov wrote: > > >>> Hi, please find the attached e-mail > > >>> > > >>> regards mgp > > >>> > > >>> P.S. thanks, PC-BSD team > > >> > > >> I'm not a kernel dev, but I noted that pmap_unmapcontig doesn't > > >> take into consideration when va is NULL; I know it's bad driver > > >> programming if uncontig is implicitly called with NULL, but there > > >> should be some error handling or something here (a NULL deref > > >> will occur in pmap_qremove, which will cause a panic). Thanks, > > >> -Garrett > > > > Mario> Hi, looks like most people just ignored this email. I am sure > > Mario> you all are very busy and you don't have time for everything > > Mario> but please try to find some time and review this work. People > > Mario> made an effort ... don't just throw it away. You know, many > > Mario> people long for 64bit driver. here's the attachment: > > Mario> http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090213/567e04b7/PC-BSDDevvmap-likekernelinterface.eml > > > > Mario> thank you > > > > Mario> regards, mgp _______________________________________________ > > Mario> freebsd-amd64@freebsd.org mailing list > > Mario> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To > > Mario> unsubscribe, send any mail to > > Mario> "freebsd-amd64-unsubscribe@freebsd.org" > > > >Does this have something to do with Nvidia amd64 driver? > >I am not very familiar with kernel stuff... But I know that Nvidia amd64 > >driver badly needs some work on some kernel ABIs. > > > > > >-- > >darcsis ZAI gmail DIAN com > > Hi Darcsis, > yes it has a lot to do with the 64bit nVidia driver > that patch I'm trying to get reviewed implements one of the features requested by nVidia > note that there are only two missing features left ... and this is one of them ... in other words this one could potentially leave us with only one missing features > check this out: http://wiki.freebsd.org/NvidiaFeatureRequests Ok, I guess this is going to fall into my court, at least initially. I'll try and give it a look soon. Assuming that the feature is what we want, someone with more experience with the vm system will need to review. robert. > regards, > mgp > _______________________________________________ > 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" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090303/7ccbabc3/attachment.pgp From freebsd at abv.bg Tue Mar 3 11:53:17 2009 From: freebsd at abv.bg (Mario Pavlov) Date: Tue Mar 3 11:53:24 2009 Subject: [Fw: Re: [PC-BSD Dev] vmap()-like kernel interface ] - call for review Message-ID: <1842113996.78401.1236109993322.JavaMail.apache@mail52.abv.bg> >On Tue, 2009-03-03 at 18:32 +0200, Mario Pavlov wrote: >> >>>>>> "Mario" == Mario Pavlov writes: >> > >> > >> On Fri, Feb 13, 2009 at 1:04 PM, Mario Pavlov wrote: >> > >>> Hi, please find the attached e-mail >> > >>> >> > >>> regards mgp >> > >>> >> > >>> P.S. thanks, PC-BSD team >> > >> >> > >> I'm not a kernel dev, but I noted that pmap_unmapcontig doesn't >> > >> take into consideration when va is NULL; I know it's bad driver >> > >> programming if uncontig is implicitly called with NULL, but there >> > >> should be some error handling or something here (a NULL deref >> > >> will occur in pmap_qremove, which will cause a panic). Thanks, >> > >> -Garrett >> > >> > Mario> Hi, looks like most people just ignored this email. I am sure >> > Mario> you all are very busy and you don't have time for everything >> > Mario> but please try to find some time and review this work. People >> > Mario> made an effort ... don't just throw it away. You know, many >> > Mario> people long for 64bit driver. here's the attachment: >> > Mario> http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090213/567e04b7/PC-BSDDevvmap-likekernelinterface.eml >> > >> > Mario> thank you >> > >> > Mario> regards, mgp _______________________________________________ >> > Mario> freebsd-amd64@freebsd.org mailing list >> > Mario> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To >> > Mario> unsubscribe, send any mail to >> > Mario> "freebsd-amd64-unsubscribe@freebsd.org" >> > >> >Does this have something to do with Nvidia amd64 driver? >> >I am not very familiar with kernel stuff... But I know that Nvidia amd64 >> >driver badly needs some work on some kernel ABIs. >> > >> > >> >-- >> >darcsis ZAI gmail DIAN com >> >> Hi Darcsis, >> yes it has a lot to do with the 64bit nVidia driver >> that patch I'm trying to get reviewed implements one of the features requested by nVidia >> note that there are only two missing features left ... and this is one of them ... in other words this one could potentially leave us with only one missing features >> check this out: http://wiki.freebsd.org/NvidiaFeatureRequests > >Ok, I guess this is going to fall into my court, at least initially. >I'll try and give it a look soon. Assuming that the feature is what we >want, someone with more experience with the vm system will need to >review. > >robert. > >> regards, >> mgp >> _______________________________________________ >> 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" >-- >Robert Noland >FreeBSD Great, thank you! regards, mgp From tinderbox at freebsd.org Tue Mar 3 12:34:46 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 3 12:34:53 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090303203442.072A37302F@freebsd-current.sentex.ca> TB --- 2009-03-03 18:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-03 18:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-03 18:20:00 - cleaning the object tree TB --- 2009-03-03 18:20:21 - cvsupping the source tree TB --- 2009-03-03 18:20:21 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-03 18:20:36 - building world TB --- 2009-03-03 18:20:36 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 18:20:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 18:20:36 - TARGET=amd64 TB --- 2009-03-03 18:20:36 - TARGET_ARCH=amd64 TB --- 2009-03-03 18:20:36 - TZ=UTC TB --- 2009-03-03 18:20:36 - __MAKE_CONF=/dev/null TB --- 2009-03-03 18:20:36 - cd /src TB --- 2009-03-03 18:20:36 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 3 18:20: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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Mar 3 20:19:02 UTC 2009 TB --- 2009-03-03 20:19:02 - generating LINT kernel config TB --- 2009-03-03 20:19:02 - cd /src/sys/amd64/conf TB --- 2009-03-03 20:19:02 - /usr/bin/make -B LINT TB --- 2009-03-03 20:19:03 - building LINT kernel TB --- 2009-03-03 20:19:03 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-03 20:19:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-03 20:19:03 - TARGET=amd64 TB --- 2009-03-03 20:19:03 - TARGET_ARCH=amd64 TB --- 2009-03-03 20:19:03 - TZ=UTC TB --- 2009-03-03 20:19:03 - __MAKE_CONF=/dev/null TB --- 2009-03-03 20:19:03 - cd /src TB --- 2009-03-03 20:19:03 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Mar 3 20:19: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 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/audit/audit_trigger.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/audit/audit_worker.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/mac/mac_atalk.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/mac/mac_audit.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/mac/mac_cred.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/security/mac/mac_framework.c /src/sys/security/mac/mac_framework.c:91: error: expected ',' or ';' before 'struct' /src/sys/security/mac/mac_framework.c:91: error: 'sdt_mac_kernel_policy_modevent1' undeclared here (not in a function) *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-03 20:34:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-03 20:34:41 - ERROR: failed to build lint kernel TB --- 2009-03-03 20:34:41 - 6366.71 user 635.32 system 8080.83 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From linimon at FreeBSD.org Wed Mar 4 15:22:43 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Mar 4 15:32:15 2009 Subject: amd64/132170: 7.1 kernel compilation problem Message-ID: <200903042322.n24NMgPa055187@freefall.freebsd.org> Synopsis: 7.1 kernel compilation problem State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Wed Mar 4 23:22:32 UTC 2009 State-Changed-Why: Is this still a problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=132170 From tinderbox at freebsd.org Wed Mar 4 21:17:49 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Mar 4 21:18:07 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090305051745.5E3C47302F@freebsd-current.sentex.ca> TB --- 2009-03-05 04:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-05 04:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-05 04:40:00 - cleaning the object tree TB --- 2009-03-05 04:40:52 - cvsupping the source tree TB --- 2009-03-05 04:40:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-05 04:41:00 - building world TB --- 2009-03-05 04:41:00 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-05 04:41:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-05 04:41:00 - TARGET=amd64 TB --- 2009-03-05 04:41:00 - TARGET_ARCH=amd64 TB --- 2009-03-05 04:41:00 - TZ=UTC TB --- 2009-03-05 04:41:00 - __MAKE_CONF=/dev/null TB --- 2009-03-05 04:41:00 - cd /src TB --- 2009-03-05 04:41:00 - /usr/bin/make -B buildworld >>> World build started on Thu Mar 5 04:41:03 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 -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/obj/amd64/src/lib/libarchive -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libarchive/archive_read_open_file.c cc -O2 -pipe -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/obj/amd64/src/lib/libarchive -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libarchive/archive_read_open_filename.c cc -O2 -pipe -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/obj/amd64/src/lib/libarchive -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libarchive/archive_read_open_memory.c cc -O2 -pipe -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/obj/amd64/src/lib/libarchive -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libarchive/archive_read_support_compression_all.c cc -O2 -pipe -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/obj/amd64/src/lib/libarchive -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/lib/libarchive/archive_read_support_compression_bzip2.c cc1: warnings being treated as errors /src/lib/libarchive/archive_read_support_compression_bzip2.c: In function 'bzip2_filter_read': /src/lib/libarchive/archive_read_support_compression_bzip2.c:265: warning: passing argument 3 of '__archive_read_filter_ahead' from incompatible pointer type *** Error code 1 Stop in /src/lib/libarchive. *** 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-03-05 05:17:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-05 05:17:45 - ERROR: failed to build world TB --- 2009-03-05 05:17:45 - 1721.27 user 193.66 system 2264.48 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From fender0107401 at gmail.com Thu Mar 5 06:50:05 2009 From: fender0107401 at gmail.com (Li) Date: Thu Mar 5 08:35:27 2009 Subject: amd64/132336: ga-ma770ud3 Message-ID: <200903051443.n25Ehu9w063987@www.freebsd.org> >Number: 132336 >Category: amd64 >Synopsis: ga-ma770ud3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 05 14:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Li >Release: 7.1 >Organization: >Environment: >Description: Realtek ALC888 audio chipset do not work with snd_hda driver. Ethernet 8111c work with re friver. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Thu Mar 5 11:09:35 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu Mar 5 12:06:37 2009 Subject: kern/132336: [snd_hda] Realtek ALC888 audio chipset does not work with snd_hda driver. Message-ID: <200903051909.n25J9GOi090114@freefall.freebsd.org> Old Synopsis: ga-ma770ud3 New Synopsis: [snd_hda] Realtek ALC888 audio chipset does not work with snd_hda driver. Responsible-Changed-From-To: freebsd-amd64->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 5 19:08:09 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=132336 From krisp at mlode.com Fri Mar 6 10:44:53 2009 From: krisp at mlode.com (Kris Persson) Date: Fri Mar 6 10:46:13 2009 Subject: downgrade 7.1 to7.0 Message-ID: <014e01c99e8a$3e999da0$bbccd8e0$@com> I am using "7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 " I would like to downgrade from freebsd 7.1.x to freebsd 7.0.x I am using a 3ware controller for my raid drives. I have never done a freebsd downgrade before and would like any recommended steps or how-to's so I can accomplish this without a wipe and reload. Thanks Kris From freebsd at ext.no-route.org Sat Mar 7 12:00:15 2009 From: freebsd at ext.no-route.org (Sylwester) Date: Sat Mar 7 15:08:45 2009 Subject: amd64/132394: isp(4) - bad underruns with QLogic qla2300 and amd64 Message-ID: <200903071957.n27JvncT062310@www.freebsd.org> >Number: 132394 >Category: amd64 >Synopsis: isp(4) - bad underruns with QLogic qla2300 and amd64 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 07 20:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylwester >Release: FreeBSD 7.1-RELEASE >Organization: >Environment: FreeBSD amd64.test.no-route.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: If you're using the QLogic ISP2300 Fibre Channel HBA with isp(4) on FreeBSD 7.1-RELEASE amd64 you'll get a lot of bad underrun errors, cam_periph_alloc, sesasync, and passasync. Anyway it's possible to access the attached disks. A full description is attached below. Relevant 'dmesg' output: isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) (about 20 times) ses0 at isp0 bus 0 target 5 lun 0 ses0: Fixed Enclosure Services SCSI-3 device ses0: 100.000MB/s transfers WWNN 0x508002000008c768 WWPN 0x508002000008c769 PortID 0xd2 ses0: SCSI-3 SES Device da0 at isp0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 100.000MB/s transfers da0: Command Queueing Enabled da0: 239375MB (490240000 512 byte sectors: 255H 63S/T 30516C) da1 at isp0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 100.000MB/s transfers WWNN 0x20000011c616c721 WWPN 0x21000011c616c721 PortID 0xe8 da1: Command Queueing Enabled da1: 239375MB (490240000 512 byte sectors: 255H 63S/T 30516C) da2 at isp0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 100.000MB/s transfers WWNN 0x2000001862b21a7e WWPN 0x2100001862b21a7e PortID 0xe4 da2: Command Queueing Enabled da2: 476837MB (976562500 512 byte sectors: 255H 63S/T 60788C) da3 at isp0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-3 device da3: 100.000MB/s transfers WWNN 0x20000000877be6fb WWPN 0x21000000877be6fb PortID 0xe2 da3: Command Queueing Enabled da3: 239375MB (490240000 512 byte sectors: 255H 63S/T 30516C) SMP: AP CPU #1 Launched! da4 at isp0 bus 0 target 4 lun 0 da4: Fixed Direct Access SCSI-3 device da4: 100.000MB/s transfers WWNN 0x200000008771ebd9 WWPN 0x210000008771ebd9 PortID 0xe1 da4: Command Queueing Enabled da4: 239375MB (490240000 512 byte sectors: 255H 63S/T 30516C) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) cam_periph_alloc: attempt to re-allocate valid device ses0 rejected sesasync: Unable to probe new device due to status 0x6 cam_periph_alloc: attempt to re-allocate valid device pass5 rejected passasync: Unable to attach new device due to status 0x6: CCB request was invalid isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) cam_periph_alloc: attempt to re-allocate valid device ses0 rejected sesasync: Unable to probe new device due to status 0x6 cam_periph_alloc: attempt to re-allocate valid device pass5 rejected passasync: Unable to attach new device due to status 0x6: CCB request was invalid isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) cam_periph_alloc: attempt to re-allocate valid device ses0 rejected sesasync: Unable to probe new device due to status 0x6 cam_periph_alloc: attempt to re-allocate valid device pass5 rejected passasync: Unable to attach new device due to status 0x6: CCB request was invalid isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) isp0: bad underrun for 5.0 (count 255, resid 127, status not marked) cam_periph_alloc: attempt to re-allocate valid device ses0 rejected sesasync: Unable to probe new device due to status 0x6 cam_periph_alloc: attempt to re-allocate valid device pass5 rejected passasync: Unable to attach new device due to status 0x6: CCB request was invalid Relevant 'pciconf -lv' output: isp0@pci0:1:8:0: class=0x0c0400 card=0x00091077 chip=0x23001077 rev=0x01 hdr=0x00 vendor = 'QLogic Corporation' device = 'QLA2300 SANblade 2300 64-bit FC-AL Adapter' class = serial bus subclass = Fibre Channel >How-To-Repeat: Perform a basic FreeBSD 7.1-RELEASE installation >Fix: >Release-Note: >Audit-Trail: >Unformatted: From andy.lavr at gmail.com Sun Mar 8 08:10:04 2009 From: andy.lavr at gmail.com (Andrei Lavreniyuk) Date: Sun Mar 8 08:19:18 2009 Subject: amd64/132418: Kernel not detect time-of-day clock Message-ID: <200903081504.n28F4eWH001029@www.freebsd.org> >Number: 132418 >Category: amd64 >Synopsis: Kernel not detect time-of-day clock >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 08 15:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-CURRENT amd64 >Organization: Technica-03, Inc. Ukraine, Kiev. >Environment: FreeBSD hp.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar 8 15:24:24 EET 2009 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 >Description: ---------------------- 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 #0: Sat Mar 7 20:38:09 EET 2009 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU E5405 @ 2.00GHz (2000.08-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 Features=0xbfebfbff Features2=0xce33d AMD Features=0x20000800 AMD Features2=0x1 TSC: P-state invariant Cores per package: 4 usable memory = 2135212032 (2036 MB) avail memory = 2060550144 (1965 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 This module (opensolaris) contains code covered by the Common Development and Distribution License (CDDL) see http://opensolaris.org/os/licensing/opensolaris_license/ ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard netsmb_dev: loaded kbd1 at kbdmux0 ichwd module loaded cryptosoft0: on motherboard acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci4: on pcib1 pcib2: at device 0.0 on pci4 pci5: on pcib2 pcib3: at device 0.0 on pci5 pci6: on pcib3 pcib4: at device 1.0 on pci5 pci9: on pcib4 pcib5: at device 0.3 on pci4 pci12: on pcib5 pcib6: at device 3.0 on pci0 pci23: on pcib6 pcib7: at device 4.0 on pci0 pci15: on pcib7 pcib8: at device 5.0 on pci0 pci18: on pcib8 pcib9: at device 0.0 on pci18 pci19: on pcib9 pcib10: at device 4.0 on pci19 pci20: on pcib10 ciss0: port 0x4000-0x40ff mem 0xfdf80000-0xfdffffff,0xfdf70000-0xfdf77fff irq 19 at device 8.0 on pci19 ciss0: PERFORMANT Transport ciss0: [ITHREAD] pcib11: at device 28.0 on pci0 pci2: on pcib11 pcib12: at device 0.0 on pci2 pci3: on pcib12 bce0: mem 0xfa000000-0xfbffffff irq 16 at device 0.0 on pci3 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce0: Ethernet address: 00:1e:0b:e8:12:c8 bce0: [ITHREAD] bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (0x01090605); Flags( MFW MSI ) uhci0: port 0x1000-0x101f irq 16 at device 29.0 on pci0 uhci0: [ITHREAD] uhci0: LegSup = 0x003b usbus0: on uhci0 uhci1: port 0x1020-0x103f irq 17 at device 29.1 on pci0 uhci1: [ITHREAD] uhci1: LegSup = 0x0010 usbus1: on uhci1 uhci2: port 0x1040-0x105f irq 18 at device 29.2 on pci0 uhci2: [ITHREAD] uhci2: LegSup = 0x0010 usbus2: on uhci2 uhci3: port 0x1060-0x107f irq 19 at device 29.3 on pci0 uhci3: [ITHREAD] uhci3: LegSup = 0x0010 usbus3: on uhci3 ehci0: mem 0xf9df0000-0xf9df03ff irq 16 at device 29.7 on pci0 ehci0: [ITHREAD] usbus4: waiting for BIOS to give up control usbus4: EHCI version 1.0 usbus4: on ehci0 pcib13: at device 30.0 on pci0 pci1: on pcib13 vgapci0: port 0x3000-0x30ff mem 0xf0000000-0xf7ffffff,0xf9ff0000-0xf9ffffff irq 23 at device 3.0 on pci1 pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) uhci4: port 0x3800-0x381f irq 22 at device 4.4 on pci1 uhci4: [ITHREAD] uhci4: LegSup = 0x0010 usbus5: on uhci4 pci1: at device 4.6 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x500-0x50f irq 17 at device 31.2 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] fdc0: port 0x3f0-0x3f3 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 cpu0: on acpi0 coretemp0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 coretemp1: on cpu1 p4tcc1: on cpu1 cpu2: on acpi0 coretemp2: on cpu2 p4tcc2: on cpu2 cpu3: on acpi0 coretemp3: on cpu3 p4tcc3: on cpu3 fdc0: port 0x3f0-0x3f3 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 ichwd0: on isa0 ichwd0: ICH WDT present but disabled in BIOS or hardware device_attach: ichwd0 attach returned 6 ichwd0: at port 0x930-0x937,0x960-0x97f on isa0 ichwd0: ICH WDT present but disabled in BIOS or hardware device_attach: ichwd0 attach returned 6 orm0: at iomem 0xc0000-0xcafff,0xe6000-0xe7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range WARNING: ZFS is considered to be an experimental feature in FreeBSD. Timecounters tick every 1.000 msec ncp_load: loaded ipfw2 initialized, divert enabled, nat enabled, rule-based forwarding enabled, default to deny, logging limited to 100 packets/entry by default usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 usbus5: 12Mbps Full Speed USB v1.0 ZFS filesystem version 13 ZFS storage pool version 13 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: <(0x103c)> at usbus5 uhub5: <(0x103c) UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered ugen5.2: at usbus5 ukbd0: on usbus5 kbd2 at ukbd0 ums0: on usbus5 ums0: 3 buttons and [] coordinates acd0: DVDR at ata0-master SATA150 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: 135.168MB/s transfers da0: Command Queueing Enabled da0: 69973MB (143305920 512 byte sectors: 255H 32S/T 17562C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-5 device da1: 135.168MB/s transfers da1: Command Queueing Enabled da1: 69973MB (143305920 512 byte sectors: 255H 32S/T 17562C) SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! ugen5.3: at usbus5 uhub6: on usbus5 GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_LiveFS. uhub4: 8 ports with 8 removable, self powered uhub6: 7 ports with 7 removable, self powered Trying to mount root from zfs:hptank warning: no time-of-day clock registered, system time will not be set accurately ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GEOM_ELI: Device da0p2.eli created. GEOM_ELI: Encryption: AES-CBC 256 GEOM_ELI: Crypto: software bce0: link state changed to UP -------------------- FreeBSD 7.1-RELEASE on this system works normally, clock detected. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From kib at FreeBSD.org Sun Mar 8 08:31:39 2009 From: kib at FreeBSD.org (kib@FreeBSD.org) Date: Sun Mar 8 08:54:21 2009 Subject: amd64/132418: Kernel not detect time-of-day clock [regression] Message-ID: <200903081531.n28FVcqv005104@freefall.freebsd.org> Synopsis: Kernel not detect time-of-day clock [regression] State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Sun Mar 8 15:24:39 UTC 2009 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=132418 From linimon at FreeBSD.org Sun Mar 8 20:06:53 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Mar 8 20:44:48 2009 Subject: amd64/132170: 7.1 kernel compilation problem Message-ID: <200903090306.n2936qJV099493@freefall.freebsd.org> Synopsis: 7.1 kernel compilation problem State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Mar 9 03:06:43 UTC 2009 State-Changed-Why: feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=132170 From andy.lavr at gmail.com Mon Mar 9 06:00:12 2009 From: andy.lavr at gmail.com (Andrei Lavreniyuk) Date: Mon Mar 9 08:57:13 2009 Subject: amd64/132452: System libarchive (bsdtar) blocks work of system. (CPU 100%) Message-ID: <200903091259.n29CxUB1085189@www.freebsd.org> >Number: 132452 >Category: amd64 >Synopsis: System libarchive (bsdtar) blocks work of system. (CPU 100%) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 09 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-CURRENT amd64 >Organization: Technica-03, Inc. Ukraine, Kiev. >Environment: FreeBSD hp.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar 8 15:24:24 EET 2009 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 >Description: System libarchive (bsdtar) blocks work of system (Loading of the processor 100%). To remove process tar on kill-9 it is not possible. Libarchive from ports work fine. >How-To-Repeat: tar -c -f .tar.gz >Fix: Install libarchive from ports/archivers/libarchive and create symlink to /usr/bin >Release-Note: >Audit-Trail: >Unformatted: From andy.lavr at gmail.com Mon Mar 9 07:10:04 2009 From: andy.lavr at gmail.com (Andrei Lavreniyuk) Date: Mon Mar 9 08:57:24 2009 Subject: amd64/132460: System libarchive (bsdtar) blocks work of system. (CPU 100%) Message-ID: <200903091402.n29E2AMR053852@www.freebsd.org> >Number: 132460 >Category: amd64 >Synopsis: System libarchive (bsdtar) blocks work of system. (CPU 100%) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 09 14:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-CURRENT amd64 >Organization: Technica-03, Inc. Ukraine, Kiev. >Environment: FreeBSD hp.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Mar 9 14:14:48 EET 2009 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 >Description: System libarchive (bsdtar) blocks work of system (Loading of the processor 100%). To remove process tar on kill-9 it is not possible. Libarchive from ports work fine. >How-To-Repeat: tar -c -f .tar.gz >Fix: The temporary decision: Install libarchive from ports/archivers/libarchive and create symlink to /usr/bin >Release-Note: >Audit-Trail: >Unformatted: From bugmaster at FreeBSD.org Mon Mar 9 10:15:01 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 9 12:38:40 2009 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200903091715.n29HF0ox045168@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 amd64/132460 amd64 System libarchive (bsdtar) blocks work of system. (CPU o amd64/132452 amd64 System libarchive (bsdtar) blocks work of system. (CPU o amd64/132394 amd64 [isp] - bad underruns with QLogic qla2300 and amd64 o amd64/132170 amd64 7.1 kernel compilation problem o amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 f amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] 7.1-STABLE amd64 crash f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] The booting process stops at the line mounting o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 97 problems total. From gavin at FreeBSD.org Mon Mar 9 12:51:35 2009 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Mon Mar 9 12:51:41 2009 Subject: amd64/132460: System libarchive (bsdtar) blocks work of system. (CPU 100%) Message-ID: <200903091951.n29JpY5K053514@freefall.freebsd.org> Synopsis: System libarchive (bsdtar) blocks work of system. (CPU 100%) State-Changed-From-To: open->closed State-Changed-By: gavin State-Changed-When: Mon Mar 9 19:51:10 UTC 2009 State-Changed-Why: Duplicate of 132452 http://www.freebsd.org/cgi/query-pr.cgi?pr=132460 From gavin at FreeBSD.org Mon Mar 9 13:14:50 2009 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Mon Mar 9 13:14:57 2009 Subject: bin/132452: System libarchive (bsdtar(1)) blocks work of system. (CPU 100%) Message-ID: <200903092014.n29KEnWr083177@freefall.freebsd.org> Old Synopsis: System libarchive (bsdtar) blocks work of system. (CPU 100%) New Synopsis: System libarchive (bsdtar(1)) blocks work of system. (CPU 100%) State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Mon Mar 9 20:13:01 UTC 2009 State-Changed-Why: To submitter: could you please confirm that "kill -9 pid" does not kill the process? Also, could you please run "truss -p pid" on the looping tar process, and show approximately 100-200 lines of output? Finally, please run "procstat -kk pid" on the process several times, and show all the output. Responsible-Changed-From-To: freebsd-amd64->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Mon Mar 9 20:13:01 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=132452 From gavin at FreeBSD.org Mon Mar 9 13:39:22 2009 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Mon Mar 9 13:39:34 2009 Subject: amd64/132394: [isp] - bad underruns with QLogic qla2300 and amd64 Message-ID: <200903092039.n29KdHlA009868@freefall.freebsd.org> Synopsis: [isp] - bad underruns with QLogic qla2300 and amd64 Responsible-Changed-From-To: freebsd-amd64->freebsd-scsi Responsible-Changed-By: gavin Responsible-Changed-When: Mon Mar 9 20:38:45 UTC 2009 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=132394 From andy.lavr at reactor-xg.kiev.ua Mon Mar 9 14:18:17 2009 From: andy.lavr at reactor-xg.kiev.ua (Andrei V. Lavreniyuk) Date: Mon Mar 9 14:18:24 2009 Subject: bin/132452: System libarchive (bsdtar(1)) blocks work of system. (CPU 100%) In-Reply-To: <200903092014.n29KEnWr083177@freefall.freebsd.org> References: <200903092014.n29KEnWr083177@freefall.freebsd.org> Message-ID: <49B5812B.6050606@reactor-xg.kiev.ua> gavin@FreeBSD.org: > Old Synopsis: System libarchive (bsdtar) blocks work of system. (CPU 100%) > Also, could you please run "truss -p pid" on the looping tar process, > and show approximately 100-200 lines of output? Finally, please > run "procstat -kk pid" on the process several times, and show all the > output. 1: # tar --version bsdtar 2.6.901a - libarchive 2.6.901a 2: # tar -c -f test.tar.gz /var/tmp/bdb 3: # truss -p 22082 4: # procstat -kk 22082 PID TID COMM TDNAME KSTACK 22082 100222 bsdtar - 5: last pid: 22127; load averages: 0.97, 0.40, 0.16 up 0+08:04:50 22:40:53 220 processes: 6 running, 193 sleeping, 21 waiting CPU 0: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU 1: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU 2: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle CPU 3: 0.0% user, 0.0% nice, 100% system, 0.0% interrupt, 0.0% idle Mem: 118M Active, 9808K Inact, 1030M Wired, 288K Cache, 320K Buf, 639M Free Swap: 5120M Total, 5120M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME CPU COMMAND 11 root 4 171 ki31 0K 128K CPU0 0 32.0H 300.00% idle 22082 root 1 44 0 8104K 1424K CPU3 0 0:30 100.00% bsdtar -- Best regards, Andrei V. Lavreniyuk. From tinderbox at freebsd.org Tue Mar 10 08:46:28 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 10 08:46:35 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090310154621.7346A7302F@freebsd-current.sentex.ca> TB --- 2009-03-10 13:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-10 13:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-10 13:40:00 - cleaning the object tree TB --- 2009-03-10 13:40:56 - cvsupping the source tree TB --- 2009-03-10 13:40:56 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-10 13:41:03 - building world TB --- 2009-03-10 13:41:03 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-10 13:41:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-10 13:41:03 - TARGET=amd64 TB --- 2009-03-10 13:41:03 - TARGET_ARCH=amd64 TB --- 2009-03-10 13:41:03 - TZ=UTC TB --- 2009-03-10 13:41:03 - __MAKE_CONF=/dev/null TB --- 2009-03-10 13:41:03 - cd /src TB --- 2009-03-10 13:41:03 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 10 13:41:05 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Mar 10 15:38:59 UTC 2009 TB --- 2009-03-10 15:38:59 - generating LINT kernel config TB --- 2009-03-10 15:38:59 - cd /src/sys/amd64/conf TB --- 2009-03-10 15:38:59 - /usr/bin/make -B LINT TB --- 2009-03-10 15:38:59 - building LINT kernel TB --- 2009-03-10 15:38:59 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-10 15:38:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-10 15:38:59 - TARGET=amd64 TB --- 2009-03-10 15:38:59 - TARGET_ARCH=amd64 TB --- 2009-03-10 15:38:59 - TZ=UTC TB --- 2009-03-10 15:38:59 - __MAKE_CONF=/dev/null TB --- 2009-03-10 15:38:59 - cd /src TB --- 2009-03-10 15:38:59 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Mar 10 15:38:59 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 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/bktr/bktr_tuner.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/bktr/msp34xx.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/buslogic/bt.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/buslogic/bt_isa.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/buslogic/bt_pci.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/cardbus/cardbus.c cc1: warnings being treated as errors /src/sys/dev/cardbus/cardbus.c:86: warning: 'cardbus_write_ivar' declared 'static' but never defined *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-10 15:46:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-10 15:46:21 - ERROR: failed to build lint kernel TB --- 2009-03-10 15:46:21 - 5900.40 user 618.73 system 7581.11 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From ralf.folkerts at gmx.de Tue Mar 10 10:04:40 2009 From: ralf.folkerts at gmx.de (Ralf Folkerts) Date: Tue Mar 10 10:04:48 2009 Subject: Random reboots with FreeBSD-7 STABLE Message-ID: <49B69763.3040108@gmx.de> Hi, for quite a while I've been struggling with random reboots of my FBSD amd64-Box. It *always* happens when I'm "in" X; usually while using firefox3. It may not happen 7 days but then three days in a row. So, I turn on the Machine (I don't start kdm/xdm), Log-On to a Text-Mode Console, run startx. Then I start Firefox and surf to some news-sites. Them during scrolling in Firefox (it did happen once from Thunderbird but never e.g. from Netbeans) the screen gets black and the system reboots. In a very few cases the System didn't reboot but just hang and had to be resetted. I already ran memtest86 from CD on that Box and I also run Kubuntu 8.10/amd64 on it. memtest86 didn't find any errors and Kubuntu rans w/o hickups (ran Kubuntu for several weeks). So, it seems to be a FBSD Problem. In order to get some diagnostic info I connected a serial console to the machine -- however, nothing re. the crash/reboot is being displayed on it. In the few cases when the box hung the serial console was also unresponsive. The serial console itself is working OK (i.e. the boot-loader is being displayed as are the boot-messages and also messages like the drm-ones when starting X and the "root Login" messages. I'd really like to get rid of this problem -- however, is there anything I can do in such a case? Any hints would be welcome! Below is some Info re. Hardware, Config etc. MTIA & Cheers, _ralf_ Since the error occured I used to rebuild world ~ very two weeks, but the Crashes/Reboots persisted. Currently the machine's at [bash]beaster:~$uname -a FreeBSD beaster.home.folkerts-net.de 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Mar 7 01:15:40 CET 2009 toor@beaster.home.folkerts-net.de:/usr/obj/usr/src/sys/GENERIC amd64 Ports were last updated 03/07/2009. I also ran a portupgrade -fa ~2 months ago. dmesg: [bash]beaster:~$dmesg 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 7.1-STABLE #0: Sat Mar 7 01:15:40 CET 2009 toor@beaster.home.folkerts-net.de:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3200+ (2000.08-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x20ff2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 usable memory = 2922459136 (2787 MB) avail memory = 2819121152 (2688 MB) ACPI APIC Table: ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-39 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, aef00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 29 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 34 at device 2.0 on pci0 pci2: on pcib2 bge0: mem 0xff2f0000-0xff2fffff irq 30 at device 0.0 on pci2 miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:10:18:0b:2f:1f bge0: [ITHREAD] pcib3: irq 39 at device 3.0 on pci0 pci3: on pcib3 atapci0: port 0x9c00-0x9c07,0x9880-0x9883,0x9800-0x9807,0x9480-0x9483,0x9400-0x940f mem 0xff3fe000-0xff3fffff irq 35 at device 0.0 on pci3 atapci0: [ITHREAD] atapci0: AHCI called from vendor specific driver atapci0: AHCI Version 01.00 controller with 1 ports detected ata2: on atapci0 ata2: [ITHREAD] agp0: on hostb1 pcib4: at device 5.0 on pci0 pci4: on pcib4 vgapci0: port 0xc000-0xc0ff mem 0xc0000000-0xc7ffffff,0xff4f0000-0xff4fffff irq 16 at device 0.0 on pci4 vgapci1: mem 0xb8000000-0xbfffffff,0xff4e0000-0xff4effff at device 0.1 on pci4 pcib5: at device 6.0 on pci0 pci5: on pcib5 pcm0: port 0xdc00-0xdc3f irq 21 at device 6.0 on pci5 pcm0: pcm0: [ITHREAD] pcm0: isab0: at device 7.0 on pci0 isa0: on isab0 pci0: at device 7.1 (no driver attached) pci0: at device 17.0 (no driver attached) atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 18.0 on pci0 ata0: on atapci1 ata0: [ITHREAD] ata1: on atapci1 ata1: [ITHREAD] ohci0: mem 0xff6fe000-0xff6fefff irq 20 at device 19.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xff6fd000-0xff6fdfff irq 21 at device 19.1 on pci0 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 3 ports with 3 removable, self powered ohci2: mem 0xff6fc000-0xff6fcfff irq 22 at device 19.2 on pci0 ohci2: [GIANT-LOCKED] ohci2: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: on ohci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 3 ports with 3 removable, self powered ehci0: mem 0xff6ff800-0xff6ff8ff irq 23 at device 19.3 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 3 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 8 ports with 8 removable, self powered acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model IntelliMouse Explorer, device ID 4 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] cpu0: on acpi0 powernow0: on cpu0 orm0: at iomem 0xc0000-0xccfff,0xcd000-0xcefff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2000076737 Hz quality 800 Timecounters tick every 1.000 msec acd0: DVDR at ata1-master UDMA33 ad4: 152627MB at ata2-master SATA300 acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 (probe0:ata1:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:ata1:0:0:0): CAM Status: SCSI Status Error (probe0:ata1:0:0:0): SCSI Status: Check Condition (probe0:ata1:0:0:0): NOT READY csi:0,0,bb,0 asc:3a,0 (probe0:ata1:0:0:0): Medium not present (probe0:ata1:0:0:0): Unretryable error acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ad4s1a drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster info: [drm] AGP at 0xd8000000 128MB info: [drm] Initialized radeon 1.29.0 20080613 info: [drm] Setting GART location based on new memory map info: [drm] Loading R200 Microcode info: [drm] writeback test succeeded in 1 usecs drm0: [ITHREAD] pid 1215 (nepomukservicestub), uid 1001: exited on signal 11 (core dumped) ~/.xinitc export PATH=/usr/local/kde4/bin:$PATH /usr/local/kde4/bin/startkde4 /etc/X11/xorg.conf [bash]beaster:~$cat /etc/X11/xorg.conf | grep -v -e \^\w\*\# Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Option "AIGLX" "true" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/URW/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/share/fonts/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/webfonts/" FontPath "/usr/local/lib/X11/fonts/dejavu/" EndSection Section "Module" Load "freetype" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" EndSection Section "Monitor" Identifier "Monitor0" VendorName "MAX" ModelName "Belinea101720" Option "DPMS" HorizSync 31.00 - 81.00 VertRefresh 56.0 - 62.0 EndSection Section "Device" Identifier "radeon9250" Driver "radeon" VendorName "ATI Technologies Inc" Option "RenderAccel" "true" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "radeon9250" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubSection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "true" Option "RENDER" "enable" Option "DOUBLE-BUFFER" "enable" Option "BIG-REQUESTS" "enable" Option "GLX" "enable" EndSection From andy.lavr at reactor-xg.kiev.ua Tue Mar 10 10:18:12 2009 From: andy.lavr at reactor-xg.kiev.ua (Andrei V. Lavreniyuk) Date: Tue Mar 10 10:18:25 2009 Subject: bin/132452: System libarchive (bsdtar(1)) blocks work of system. (CPU 100%) In-Reply-To: <200903092014.n29KEnWr083177@freefall.freebsd.org> References: <200903092014.n29KEnWr083177@freefall.freebsd.org> Message-ID: <49B6A0CF.3090306@reactor-xg.kiev.ua> gavin@FreeBSD.org: >There have been a lot of changes to tar in HEAD over the last few days. >Is there any chance you could try to narrow down which change broke >things for you? Completely correspond to this message - http://docs.freebsd.org/cgi/mid.cgi?200903100104.53847.ken >Also, are you using ZFS, or UFS file system? ZFS+GPART This problem to ZFS has no what attitude. I repeat, libarchive established from ports works without problems. -- Best regards, Andrei V. Lavreniyuk. From rsmith at xs4all.nl Tue Mar 10 10:18:45 2009 From: rsmith at xs4all.nl (Roland Smith) Date: Tue Mar 10 10:18:52 2009 Subject: Random reboots with FreeBSD-7 STABLE In-Reply-To: <49B69763.3040108@gmx.de> References: <49B69763.3040108@gmx.de> Message-ID: <20090310171842.GB28789@slackbox.xs4all.nl> On Tue, Mar 10, 2009 at 05:37:55PM +0100, Ralf Folkerts wrote: > Hi, > > for quite a while I've been struggling with random reboots of my FBSD > amd64-Box. > > It *always* happens when I'm "in" X; usually while using firefox3. It > may not happen 7 days but then three days in a row. Sounds like hardware trouble. > So, I turn on the Machine (I don't start kdm/xdm), Log-On to a Text-Mode > Console, run startx. Then I start Firefox and surf to some news-sites. > Them during scrolling in Firefox (it did happen once from Thunderbird > but never e.g. from Netbeans) the screen gets black and the system > reboots. In a very few cases the System didn't reboot but just hang and > had to be resetted. > In order to get some diagnostic info I connected a serial console to the > machine -- however, nothing re. the crash/reboot is being displayed on > it. In the few cases when the box hung the serial console was also > unresponsive. The serial console itself is working OK (i.e. the > boot-loader is being displayed as are the boot-messages and also > messages like the drm-ones when starting X and the "root Login" messages. > > I'd really like to get rid of this problem -- however, is there anything > I can do in such a case? It could be a dying powersupply, or a loose cable. If you have a spare powersupply, swap it out. Or have it tested instead. Sometimes checking if all the cables are connected properly might help. You might want to look into this as well: > pid 1215 (nepomukservicestub), uid 1001: exited on signal 11 (core dumped) Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090310/0cc2638b/attachment.pgp From ralf.folkerts at gmx.de Tue Mar 10 12:08:14 2009 From: ralf.folkerts at gmx.de (Ralf Folkerts) Date: Tue Mar 10 12:08:21 2009 Subject: Random reboots with FreeBSD-7 STABLE In-Reply-To: <20090310171842.GB28789@slackbox.xs4all.nl> References: <49B69763.3040108@gmx.de> <20090310171842.GB28789@slackbox.xs4all.nl> Message-ID: <49B6BA83.4030308@gmx.de> Roland Smith wrote: Hi Roland, thanks for your reply! [...] >> It *always* happens when I'm "in" X; usually while using firefox3. It >> may not happen 7 days but then three days in a row. >> > [...] > Sounds like hardware trouble. > > It could be a dying powersupply, or a loose cable. If you have a spare > powersupply, swap it out. Or have it tested instead. Sometimes checking > if all the cables are connected properly might help. > Well, when the System crashed the 2nd or 3rd time I did reset all Connectors and RAM. I might try another PS, though. However, as mentioned, the same machine runs nicely with Kubuntu 8.10/amd64. Now, I do know this is is everything but a "proof" that the Hardware is OK; however, to me this is is kind of "indicator" that the problem might be lying "more" on the FreeBSD-side than on the Hardware-side. I did run Kubuntu for I think ~3 weeks w/o any Problems; I also use KDE 4 on Kubuntu, Firefox 3, Thunderbird, ... on Kubuntu. When booting into FreeBSD the System dies ~2 times/week (as mentioned, it might run 5 days in a row w/o trouble and then crash every day or even several times/day for a fews days). > You might want to look into this as well: > > >> pid 1215 (nepomukservicestub), uid 1001: exited on signal 11 (core dumped) >> Well, that seems to be Strigi; it doesn't run on Kubuntu, too (but it does run fine on Gentoo). However, I might/should turn Nepomuk off completely. Wanted to give the Semantic Desktop try but it seems it's not ready for me, yet ;-) Thanks again; as mentioned I will swap PSs (have an identical one in another machine) - however, I'm afraid this won't solve the crashes/reboots :-( Cheers, _ralf_ From rsmith at xs4all.nl Tue Mar 10 14:12:17 2009 From: rsmith at xs4all.nl (Roland Smith) Date: Tue Mar 10 14:12:30 2009 Subject: Random reboots with FreeBSD-7 STABLE In-Reply-To: <49B6BA83.4030308@gmx.de> References: <49B69763.3040108@gmx.de> <20090310171842.GB28789@slackbox.xs4all.nl> <49B6BA83.4030308@gmx.de> Message-ID: <20090310211215.GB34271@slackbox.xs4all.nl> On Tue, Mar 10, 2009 at 08:07:47PM +0100, Ralf Folkerts wrote: > Roland Smith wrote: > > Hi Roland, > > thanks for your reply! > > [...] > >> It *always* happens when I'm "in" X; usually while using firefox3. It > >> may not happen 7 days but then three days in a row. > >> > > [...] > > Sounds like hardware trouble. > > > > It could be a dying powersupply, or a loose cable. If you have a spare > > powersupply, swap it out. Or have it tested instead. Sometimes checking > > if all the cables are connected properly might help. > > > Well, when the System crashed the 2nd or 3rd time I did reset all > Connectors and RAM. I might try another PS, though. > > However, as mentioned, the same machine runs nicely with Kubuntu > 8.10/amd64. Now, I do know this is is everything but a "proof" that the > Hardware is OK; however, to me this is is kind of "indicator" that the > problem might be lying "more" on the FreeBSD-side than on the > Hardware-side. Different operating systems sometimes stress the hardware in different ways. In my experience both FreeBSD and Linux have a way of exposing flaky hardware. And remember that correlation doesn't imply causation! > Thanks again; as mentioned I will swap PSs (have an identical one in > another machine) - however, I'm afraid this won't solve the > crashes/reboots :-( In my limited experience with them it seems to me that kernel programming errors are more prone to result in a kernel panic than in a straight reboot or hang. The latter are more an indication of e.g. unstable voltages or excessive temperatures. Another avenue of investigation might be to install a system monitor like mbmon(1) and have log temperatures and especially voltages to another machine or synchronously written logfile every second. So you _might_ catch it if the PSU is flaky. Then again, a flaky PSU will likely die on you in the not too distant future anyway. One thing to look out for is environmental contaminants in the PSU. I work for a company that makes carbon fiber reinforced products. We loose several PSU's (and some electric motors) each year, probably due to filaments of (conductive) carbon fiber getting into them and causing shorts. Last week my CAD workstation died with an impressive bang. Luckily the damage was limited to the PSU, and it didn't fry the motherboard. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090310/e2a37452/attachment.pgp From jkim at FreeBSD.org Wed Mar 11 09:33:22 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Wed Mar 11 09:33:29 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted Message-ID: <200903111233.14029.jkim@FreeBSD.org> With popular demands, I will commit the following patch in next few days unless a showstopper is found or "over-my-dead-body" type of review is received. ;-) http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff FYI, it was originally posted here: http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim and here: http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim Please read the original threads for more information about the patch. Cheers, Jung-uk Kim From tinderbox at freebsd.org Wed Mar 11 10:12:41 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Mar 11 10:12:53 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090311171234.C7B937302F@freebsd-current.sentex.ca> TB --- 2009-03-11 16:00:01 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-11 16:00:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-11 16:00:01 - cleaning the object tree TB --- 2009-03-11 16:00:59 - cvsupping the source tree TB --- 2009-03-11 16:00:59 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-11 16:01:06 - building world TB --- 2009-03-11 16:01:06 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-11 16:01:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-11 16:01:06 - TARGET=amd64 TB --- 2009-03-11 16:01:06 - TARGET_ARCH=amd64 TB --- 2009-03-11 16:01:06 - TZ=UTC TB --- 2009-03-11 16:01:06 - __MAKE_CONF=/dev/null TB --- 2009-03-11 16:01:06 - cd /src TB --- 2009-03-11 16:01:06 - /usr/bin/make -B buildworld >>> World build started on Wed Mar 11 16:01:08 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 [...] gzip -cn /src/sbin/reboot/boot_i386.8 > boot_i386.8.gz ===> sbin/recoverdisk (all) cc -O2 -pipe -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/sbin/recoverdisk/recoverdisk.c cc1: warnings being treated as errors /src/sbin/recoverdisk/recoverdisk.c: In function 'main': /src/sbin/recoverdisk/recoverdisk.c:225: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t' /src/sbin/recoverdisk/recoverdisk.c:225: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'size_t' /src/sbin/recoverdisk/recoverdisk.c:225: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t' *** Error code 1 Stop in /src/sbin/recoverdisk. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-11 17:12:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-11 17:12:34 - ERROR: failed to build world TB --- 2009-03-11 17:12:34 - 3377.02 user 340.01 system 4353.59 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From jkim at FreeBSD.org Wed Mar 11 12:07:51 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Wed Mar 11 12:08:15 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <1236797540.1679.11.camel@balrog.2hip.net> References: <200903111233.14029.jkim@FreeBSD.org> <1236797540.1679.11.camel@balrog.2hip.net> Message-ID: <200903111507.42241.jkim@FreeBSD.org> On Wednesday 11 March 2009 02:52 pm, Robert Noland wrote: > On Wed, 2009-03-11 at 12:33 -0400, Jung-uk Kim wrote: > > With popular demands, I will commit the following patch in next > > few days unless a showstopper is found or "over-my-dead-body" > > type of review is received. ;-) > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > FYI, it was originally posted here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > and here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > Please read the original threads for more information about the > > patch. > > Does this address SMP as well? Or is that still hanging out in the > wind? Yes, it does. Jung-uk Kim From rnoland at FreeBSD.org Wed Mar 11 11:52:40 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Mar 11 12:18:52 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111233.14029.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> Message-ID: <1236797540.1679.11.camel@balrog.2hip.net> On Wed, 2009-03-11 at 12:33 -0400, Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > FYI, it was originally posted here: > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > and here: > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > Please read the original threads for more information about the patch. Does this address SMP as well? Or is that still hanging out in the wind? robert. > Cheers, > > Jung-uk Kim > _______________________________________________ > 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" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090311/4740e4f5/attachment.pgp From jhb at freebsd.org Wed Mar 11 15:14:01 2009 From: jhb at freebsd.org (John Baldwin) Date: Wed Mar 11 15:15:15 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111233.14029.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> Message-ID: <200903111811.21881.jhb@freebsd.org> On Wednesday 11 March 2009 12:33:12 pm Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff Looks good to me. -- John Baldwin From bf2006a at yahoo.com Wed Mar 11 20:21:51 2009 From: bf2006a at yahoo.com (bf) Date: Wed Mar 11 21:32:02 2009 Subject: Recent build failures -- a connection with tty/sh revisions? C library changes? Message-ID: <596454.37719.qm@web39105.mail.mud.yahoo.com> I'm seeing some strange behavior on 8-CURRENT amd64 r189705 that has only started to occur in the last few days. Looking back at recent revisions, I'm guessing that it is most likely to be related to either ed@'s recent tty/sh changes, or das@'s changes to various library routines on Mar. 4 -- but these are only guesses, and I would be glad to hear if anyone else has seen it and tracked it down. The problem results in build breakages as some, but not all, path names in scripts are expanded improperly. For example: "... install -o root -g wheel -m 444 'xtypes.py' '/usr/local/lib/python2.6/site-packages/xcbgen/xtypes.py' Byte-compiling python modules... __init__.py error.py expr.py matcher.py state.py xtypes.py Byte-compiling python modules (optimized versions) ... __init__.py error.py expr.py matcher.py state.py xtypes.py make: /tmp/usrs/x11/xcb-proto/work/xcb-proto-1.4: No such file or directory *** Error code 1 Stop in /tmp/usr/ports/x11/xcb-proto/work/xcb-proto-1.4. *** Error code 1" Here /tmp/usr/ports/ has been transmogrified into /tmp/usrs/, which doesn't exist; or: "... install -o root -g wheel -m 444 'Compose' '/usr/local/lib/X11/locale/zh_TW.UTF-8/Compose' make: /tmp/usr/x11/libX11/work/libX11-1.2/nls: No such file or directory *** Error code 1" where /tmp/usr/ports/x11... has become /tmp/usr/x11... ; or: "... Looking for apr source in /tmp/usr/ports/devel/apr/work/apr-1.3.3 Creating include/private/apu_config.h ... cannot stat initial working directory for /tmp/usrs/devel/apr/work/apr-util-1.3.4: No such file or directory at /usr/local/share/autoconf-2.62/Autom4te/General.pm line 197 *** Error code 1 Stop in /usr/ports/devel/apr. *** Error code 1" where an error similar to the first example has occurred. Apparently, I'm not the only one experiencing this problem, as someone has just filed a PR that seems to be another instance of this behavior: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132542 Any suggestions? Regards, b. From rnoland at FreeBSD.org Wed Mar 11 22:42:10 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Mar 12 04:27:29 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111507.42241.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> <1236797540.1679.11.camel@balrog.2hip.net> <200903111507.42241.jkim@FreeBSD.org> Message-ID: <1236836518.1651.0.camel@wombat.2hip.net> On Wed, 2009-03-11 at 15:07 -0400, Jung-uk Kim wrote: > On Wednesday 11 March 2009 02:52 pm, Robert Noland wrote: > > On Wed, 2009-03-11 at 12:33 -0400, Jung-uk Kim wrote: > > > With popular demands, I will commit the following patch in next > > > few days unless a showstopper is found or "over-my-dead-body" > > > type of review is received. ;-) > > > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > > > FYI, it was originally posted here: > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > > > and here: > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > > > Please read the original threads for more information about the > > > patch. > > > > Does this address SMP as well? Or is that still hanging out in the > > wind? > > Yes, it does. Cool, looking forward to it... robert. > Jung-uk Kim From ed at 80386.nl Thu Mar 12 00:31:13 2009 From: ed at 80386.nl (Ed Schouten) Date: Thu Mar 12 04:33:12 2009 Subject: Recent build failures -- a connection with tty/sh revisions? C library changes? In-Reply-To: <596454.37719.qm@web39105.mail.mud.yahoo.com> References: <596454.37719.qm@web39105.mail.mud.yahoo.com> Message-ID: <20090312073110.GP31961@hoeg.nl> * bf wrote: > I'm seeing some strange behavior on 8-CURRENT amd64 r189705 that > has only started to occur in the last few days. Same here. I'm running an LLVM buildbot and it fails at random moments, clobbering random files in the source tree. I don't think it's related to TTYs. -- Ed Schouten WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090312/ffd423fb/attachment.pgp From mathieu.chappuis.lists at gmail.com Thu Mar 12 04:20:02 2009 From: mathieu.chappuis.lists at gmail.com (Mathieu Chappuis) Date: Thu Mar 12 04:33:36 2009 Subject: amd64/132574: Freeze on bootstrap loader (CD) using ATA/133 Promise FastTrak TX2000 Message-ID: <200903121119.n2CBJjSA098747@www.freebsd.org> >Number: 132574 >Category: amd64 >Synopsis: Freeze on bootstrap loader (CD) using ATA/133 Promise FastTrak TX2000 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 12 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mathieu Chappuis >Release: 7.1 Production Release >Organization: >Environment: Install stage, so only holographic shell with few commands (no dmesg, no uname) >Description: I'm stopped on first step of boot for install FreeBSD from CD/DVD.. The first indicator | freezes, not rotating.. Tried with FreeBSD 7.1 i386, amd64. (DVD and CD) FreeBSD 7.0 bootstrap give more info, but freeze at the same step, giving a sort of register dump with tons of "es: 00000" etc, too fast for read. My short boot process looks like that : --------------------------------------------- Boot from CD/DVD : CD Loader 1.2 Building the boot loader arguments Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX version is 1.02 Consoles : internal video/keyboard BIOS CD is cd0 BIOS drive A: is disk0 BIOS 628kB/1963904Kb available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@driscoll.css.buffalo.edu, Yhu Jan 1 07:21:03 UTC 2009) | ---------------------------------------------- And that's all. CPU : http://www.cpu-world.com/CPUs/K8/AMD-Athlon%2064%20X2%203800%2B%20-%20ADO3800IAA5CU%20(ADO3800CUBOX).html Motherboard Gigabyte GA-MA78G-DS3H IDE "Raid" Controler : Promise FastTrak TX2000 ATA/133 Last bios rev : 2.00.0.33 (same behavior with 2.00.0.22) Hard Disk are Seagate 80G, identical models. Note the freeze occurs only if disks are plugged on the FastTrak ATA Card. Boot is okay with no disk attached, but the card plugged. The system is booting on the controler with an "existing" system (WIN2K Recycling!) The system also is booting and installing with Debian Lenny. The boot and install are also OK with NetBSD 4.0 and 4.0.1 (i386 and amd64). Just a note, with a degraded array the NetBSD boot is halted (small console system), but after a bios-rebuild (RAID), the system boot again. After disabling some stuff in the BIOS (No SATA, no Floppy), changed ATA Connector #1->#2, used other PCI Slot, etc. same freeze at boot. The system is not OverClocked. I've also upgraded the FastTrak Bios from 2.00.0.22 to 2.00.0.33 (Promise talk about a boot problem on CD corrected with 2.00.0.28). I've plugged the Card and Drives onto another hardware (Compaq Evo 51s) and everything is okay with FreeBSB version (7.0,7.1 i386) Is there a way to ftp,ssh or just run dmesg (without harddisk plugged) from the first install menu stage ? (I dont see any message about the FastTrak TX2000 during boot, but scroll too fast..) I can also do an install to grab the dmesg output if you like more informations. Thanks for reading.. PS : Apologies for submiting a problem occuring on this model of GigaByte motherboard, but such freeze is very unusual for me, used some OS'es so far. This system is planned to boot using TX2000 with all "datas" stored on 2 or more sata disks using software raid with geom : dedicated array. I can also install using SATA and drop the oldi ATA/133 stuff.. But I like have separate boot/work array ATA:(/, usr, swap ) and separate storage SATA,GEOM:(/var,/home,..) >How-To-Repeat: Try installing FreBSD using the same MotherBoard model Gigabyte GA-MA78G-DS3H (other perhaps) with a TX2000 attached. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From jkim at FreeBSD.org Thu Mar 12 06:42:59 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Mar 12 06:43:12 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <1236836518.1651.0.camel@wombat.2hip.net> References: <200903111233.14029.jkim@FreeBSD.org> <200903111507.42241.jkim@FreeBSD.org> <1236836518.1651.0.camel@wombat.2hip.net> Message-ID: <200903120942.44149.jkim@FreeBSD.org> On Thursday 12 March 2009 01:41 am, Robert Noland wrote: > On Wed, 2009-03-11 at 15:07 -0400, Jung-uk Kim wrote: > > On Wednesday 11 March 2009 02:52 pm, Robert Noland wrote: > > > On Wed, 2009-03-11 at 12:33 -0400, Jung-uk Kim wrote: > > > > With popular demands, I will commit the following patch in > > > > next few days unless a showstopper is found or > > > > "over-my-dead-body" type of review is received. ;-) > > > > > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > > > > > FYI, it was originally posted here: > > > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > > > > > and here: > > > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > > > > > Please read the original threads for more information about > > > > the patch. > > > > > > Does this address SMP as well? Or is that still hanging out in > > > the wind? > > > > Yes, it does. > > Cool, looking forward to it... Wait a minute. Are you talking about SMP i386? If so, the answer to that question is no although it will be relatively easy to do fix after the patch. This patch only address UP/SMP amd64. Jung-uk Kim From rnoland at FreeBSD.org Thu Mar 12 11:08:44 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Mar 12 11:16:49 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903120942.44149.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> <200903111507.42241.jkim@FreeBSD.org> <1236836518.1651.0.camel@wombat.2hip.net> <200903120942.44149.jkim@FreeBSD.org> Message-ID: <1236881312.15631.2.camel@wombat.2hip.net> On Thu, 2009-03-12 at 09:42 -0400, Jung-uk Kim wrote: > On Thursday 12 March 2009 01:41 am, Robert Noland wrote: > > On Wed, 2009-03-11 at 15:07 -0400, Jung-uk Kim wrote: > > > On Wednesday 11 March 2009 02:52 pm, Robert Noland wrote: > > > > On Wed, 2009-03-11 at 12:33 -0400, Jung-uk Kim wrote: > > > > > With popular demands, I will commit the following patch in > > > > > next few days unless a showstopper is found or > > > > > "over-my-dead-body" type of review is received. ;-) > > > > > > > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > > > > > > > FYI, it was originally posted here: > > > > > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > > > > > > > and here: > > > > > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > > > > > > > Please read the original threads for more information about > > > > > the patch. > > > > > > > > Does this address SMP as well? Or is that still hanging out in > > > > the wind? > > > > > > Yes, it does. > > > > Cool, looking forward to it... > > Wait a minute. Are you talking about SMP i386? If so, the answer to > that question is no although it will be relatively easy to do fix > after the patch. This patch only address UP/SMP amd64. Oh, well... This is at least great progress... I was more interested in this when I was using a dual core laptop, but it's great that it's finally going in. robert. > Jung-uk Kim From tinderbox at freebsd.org Fri Mar 13 21:56:47 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Mar 13 21:56:59 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090314043921.070637302F@freebsd-current.sentex.ca> TB --- 2009-03-14 02:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-14 02:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-14 02:40:00 - cleaning the object tree TB --- 2009-03-14 02:41:00 - cvsupping the source tree TB --- 2009-03-14 02:41:00 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-14 02:41:09 - building world TB --- 2009-03-14 02:41:09 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-14 02:41:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-14 02:41:09 - TARGET=amd64 TB --- 2009-03-14 02:41:09 - TARGET_ARCH=amd64 TB --- 2009-03-14 02:41:09 - TZ=UTC TB --- 2009-03-14 02:41:09 - __MAKE_CONF=/dev/null TB --- 2009-03-14 02:41:09 - cd /src TB --- 2009-03-14 02:41:09 - /usr/bin/make -B buildworld >>> World build started on Sat Mar 14 02:41:10 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Mar 14 04:39:20 UTC 2009 TB --- 2009-03-14 04:39:20 - generating LINT kernel config TB --- 2009-03-14 04:39:20 - cd /src/sys/amd64/conf TB --- 2009-03-14 04:39:20 - /usr/bin/make -B LINT TB --- 2009-03-14 04:39:20 - building LINT kernel TB --- 2009-03-14 04:39:20 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-14 04:39:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-14 04:39:20 - TARGET=amd64 TB --- 2009-03-14 04:39:20 - TARGET_ARCH=amd64 TB --- 2009-03-14 04:39:20 - TZ=UTC TB --- 2009-03-14 04:39:20 - __MAKE_CONF=/dev/null TB --- 2009-03-14 04:39:20 - cd /src TB --- 2009-03-14 04:39:20 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Mar 14 04:39:20 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-14 04:39:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-14 04:39:20 - ERROR: failed to build lint kernel TB --- 2009-03-14 04:39:20 - 5611.48 user 576.37 system 7159.89 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Sat Mar 14 06:59:41 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Mar 14 06:59:53 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090314135936.16C3C7302F@freebsd-current.sentex.ca> TB --- 2009-03-14 12:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-14 12:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-14 12:00:00 - cleaning the object tree TB --- 2009-03-14 12:00:37 - cvsupping the source tree TB --- 2009-03-14 12:00:37 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-14 12:00:47 - building world TB --- 2009-03-14 12:00:47 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-14 12:00:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-14 12:00:47 - TARGET=amd64 TB --- 2009-03-14 12:00:47 - TARGET_ARCH=amd64 TB --- 2009-03-14 12:00:47 - TZ=UTC TB --- 2009-03-14 12:00:47 - __MAKE_CONF=/dev/null TB --- 2009-03-14 12:00:47 - cd /src TB --- 2009-03-14 12:00:47 - /usr/bin/make -B buildworld >>> World build started on Sat Mar 14 12:00:49 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Mar 14 13:59:35 UTC 2009 TB --- 2009-03-14 13:59:35 - generating LINT kernel config TB --- 2009-03-14 13:59:35 - cd /src/sys/amd64/conf TB --- 2009-03-14 13:59:35 - /usr/bin/make -B LINT TB --- 2009-03-14 13:59:35 - building LINT kernel TB --- 2009-03-14 13:59:35 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-14 13:59:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-14 13:59:35 - TARGET=amd64 TB --- 2009-03-14 13:59:35 - TARGET_ARCH=amd64 TB --- 2009-03-14 13:59:35 - TZ=UTC TB --- 2009-03-14 13:59:35 - __MAKE_CONF=/dev/null TB --- 2009-03-14 13:59:35 - cd /src TB --- 2009-03-14 13:59:35 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Mar 14 13:59:35 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-14 13:59:35 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-14 13:59:35 - ERROR: failed to build lint kernel TB --- 2009-03-14 13:59:35 - 5615.14 user 575.10 system 7175.20 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From jamesbrandongooch at gmail.com Sat Mar 14 10:46:24 2009 From: jamesbrandongooch at gmail.com (Brandon Gooch) Date: Sat Mar 14 10:56:04 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111233.14029.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> Message-ID: <179b97fb0903141015k16ac1b23y77be85a934670915@mail.gmail.com> On Wed, Mar 11, 2009 at 11:33 AM, Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > FYI, it was originally posted here: > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > and here: > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > Please read the original threads for more information about the patch. > > Cheers, > > Jung-uk Kim > _______________________________________________ > 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" > Thanks so much for working on this! I had been using your previous diff since January(?) of this year and it had been working (mostly) without issue (there remains some issue with my USB ports disabling after resume, but I thought I'd let the new USB stack settle down before digging to deeply into this). However, after applying this most recent version of your patch to a clean source tree, rebuilding world and kernel, I now cannot resume from S3. The system beeps, the "sleep/resume" indicator light just flashes off and on, and the system fan begins to spin -- but nothing more. I just hold the power button down and restart the machine. Do you have any suggestions regarding the steps I should take in debugging? I'm all ears and ready to help; it's been so useful to me recently :) -brandon From tinderbox at freebsd.org Sat Mar 14 14:19:56 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Mar 14 14:20:13 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090314211951.109907302F@freebsd-current.sentex.ca> TB --- 2009-03-14 20:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-14 20:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-14 20:20:00 - cleaning the object tree TB --- 2009-03-14 20:20:37 - cvsupping the source tree TB --- 2009-03-14 20:20:37 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-14 20:20:47 - building world TB --- 2009-03-14 20:20:47 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-14 20:20:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-14 20:20:47 - TARGET=amd64 TB --- 2009-03-14 20:20:47 - TARGET_ARCH=amd64 TB --- 2009-03-14 20:20:47 - TZ=UTC TB --- 2009-03-14 20:20:47 - __MAKE_CONF=/dev/null TB --- 2009-03-14 20:20:47 - cd /src TB --- 2009-03-14 20:20:47 - /usr/bin/make -B buildworld >>> World build started on Sat Mar 14 20:20:51 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 -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/obj/amd64/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -std=gnu99 -fstack-protector -c /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/struct-equiv.c cc -O2 -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/obj/amd64/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -std=gnu99 -fstack-protector -c /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/targhooks.c cc -O2 -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/obj/amd64/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -std=gnu99 -fstack-protector -c /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/timevar.c cc -O2 -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/obj/amd64/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -std=gnu99 -fstack-protector -DTARGET_NAME=\"amd64-undermydesk-freebsd\" -c /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:543: error: redefinition of 'floor_log2' /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.h:175: error: previous definition of 'floor_log2' was here /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:578: error: redefinition of 'exact_log2' /src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.h:181: error: previous definition of 'exact_log2' was here *** Error code 1 Stop in /src/gnu/usr.bin/cc/cc_int. *** Error code 1 Stop in /src/gnu/usr.bin/cc. *** Error code 1 Stop in /src/gnu/usr.bin. *** Error code 1 Stop in /src/gnu. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-14 21:19:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-14 21:19:50 - ERROR: failed to build world TB --- 2009-03-14 21:19:50 - 2762.41 user 299.09 system 3590.63 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Sat Mar 14 21:00:21 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Mar 14 21:00:33 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090315040015.9FD317302F@freebsd-current.sentex.ca> TB --- 2009-03-15 02:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-15 02:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-15 02:00:00 - cleaning the object tree TB --- 2009-03-15 02:00:28 - cvsupping the source tree TB --- 2009-03-15 02:00:28 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-15 02:00:35 - building world TB --- 2009-03-15 02:00:35 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 02:00:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 02:00:35 - TARGET=amd64 TB --- 2009-03-15 02:00:35 - TARGET_ARCH=amd64 TB --- 2009-03-15 02:00:35 - TZ=UTC TB --- 2009-03-15 02:00:35 - __MAKE_CONF=/dev/null TB --- 2009-03-15 02:00:35 - cd /src TB --- 2009-03-15 02:00:35 - /usr/bin/make -B buildworld >>> World build started on Sun Mar 15 02:00:39 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun Mar 15 04:00:14 UTC 2009 TB --- 2009-03-15 04:00:14 - generating LINT kernel config TB --- 2009-03-15 04:00:14 - cd /src/sys/amd64/conf TB --- 2009-03-15 04:00:14 - /usr/bin/make -B LINT TB --- 2009-03-15 04:00:14 - building LINT kernel TB --- 2009-03-15 04:00:14 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 04:00:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 04:00:14 - TARGET=amd64 TB --- 2009-03-15 04:00:14 - TARGET_ARCH=amd64 TB --- 2009-03-15 04:00:14 - TZ=UTC TB --- 2009-03-15 04:00:14 - __MAKE_CONF=/dev/null TB --- 2009-03-15 04:00:14 - cd /src TB --- 2009-03-15 04:00:14 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 15 04:00:15 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-15 04:00:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-15 04:00:15 - ERROR: failed to build lint kernel TB --- 2009-03-15 04:00:15 - 5658.28 user 579.09 system 7214.72 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Sun Mar 15 06:20:34 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Mar 15 06:20:47 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090315132028.85B807302F@freebsd-current.sentex.ca> TB --- 2009-03-15 11:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-15 11:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-15 11:20:00 - cleaning the object tree TB --- 2009-03-15 11:20:39 - cvsupping the source tree TB --- 2009-03-15 11:20:39 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-15 11:20:49 - building world TB --- 2009-03-15 11:20:49 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 11:20:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 11:20:49 - TARGET=amd64 TB --- 2009-03-15 11:20:49 - TARGET_ARCH=amd64 TB --- 2009-03-15 11:20:49 - TZ=UTC TB --- 2009-03-15 11:20:49 - __MAKE_CONF=/dev/null TB --- 2009-03-15 11:20:49 - cd /src TB --- 2009-03-15 11:20:49 - /usr/bin/make -B buildworld >>> World build started on Sun Mar 15 11:20:51 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun Mar 15 13:20:27 UTC 2009 TB --- 2009-03-15 13:20:27 - generating LINT kernel config TB --- 2009-03-15 13:20:27 - cd /src/sys/amd64/conf TB --- 2009-03-15 13:20:27 - /usr/bin/make -B LINT TB --- 2009-03-15 13:20:27 - building LINT kernel TB --- 2009-03-15 13:20:27 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 13:20:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 13:20:27 - TARGET=amd64 TB --- 2009-03-15 13:20:27 - TARGET_ARCH=amd64 TB --- 2009-03-15 13:20:27 - TZ=UTC TB --- 2009-03-15 13:20:27 - __MAKE_CONF=/dev/null TB --- 2009-03-15 13:20:27 - cd /src TB --- 2009-03-15 13:20:27 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 15 13:20:28 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-15 13:20:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-15 13:20:28 - ERROR: failed to build lint kernel TB --- 2009-03-15 13:20:28 - 5660.54 user 582.00 system 7227.56 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From lothlorien at pvu.msk.ru Sun Mar 15 11:30:05 2009 From: lothlorien at pvu.msk.ru (Gennady Kudryashoff) Date: Sun Mar 15 12:37:03 2009 Subject: amd64/132672: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 Message-ID: <200903151827.n2FIR6A2071130@www.freebsd.org> >Number: 132672 >Category: amd64 >Synopsis: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 15 18:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gennady Kudryashoff >Release: 8.0-CURRENT >Organization: Federal Migration Service, Moscow branch >Environment: FreeBSD wmcurrent.home 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 15 17:40:29 MSK 2009 root@wmcurrent.home:/usr/obj/usr/src/sys/GENERIC amd64 >Description: rt2860_sys.ko, generated from rt2860.inf and rt2860.sys driver for WinXP64 from http://dlcdnet.asus.com/pub/ASUS/DigitalHome/DAV/B202/AWNE766_V1100.zip (eeeBox 202) causes kernel panic in FreeBSD 8.0-CURRENT (as well in 7.1-STABLE) with GENERIC kernel, here is console output after kldload ./rt2860_sys.ko: === [cut here] === no match for ZwWriteFile no match for ZwCreateFile no match for ZwReadFile Fatal trap 12: page fault while in kernel mode cpuid=1; apic id = 01 fault virtual address = 0xfffff78000000320 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff810de2dc stack pointer = 0x10:0xffffffffe524ed540 frame pointer = 0x10:0xffffffffe524ed6f0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1048 (kldload) [thread pid 1048 tid 100055 ] Stopped at 0x0xffffffff810de2dc: movq (%rax),%rax === [cut here] === Any other valuable information can be provided by request. >How-To-Repeat: 1. Get http://dlcdnet.asus.com/pub/ASUS/DigitalHome/DAV/B202/AWNE766_V1100.zip 2. do ndisgen ./rt2860.inf ./rt2860.sys 3. kldload ./rt2860_sys.ko >Fix: >Release-Note: >Audit-Trail: >Unformatted: From swhetzel at gmail.com Sun Mar 15 13:00:14 2009 From: swhetzel at gmail.com (Scot Hetzel) Date: Sun Mar 15 13:00:20 2009 Subject: amd64/132672: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 Message-ID: <200903152000.n2FK0Dwv030536@freefall.freebsd.org> The following reply was made to PR amd64/132672; it has been noted by GNATS. From: Scot Hetzel To: Gennady Kudryashoff Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/132672: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 Date: Sun, 15 Mar 2009 14:53:45 -0500 On Sun, Mar 15, 2009 at 1:27 PM, Gennady Kudryashoff > rt2860_sys.ko, generated from rt2860.inf and rt2860.sys driver for WinXP64 from > http://dlcdnet.asus.com/pub/ASUS/DigitalHome/DAV/B202/AWNE766_V1100.zip > (eeeBox 202) > > causes kernel panic in FreeBSD 8.0-CURRENT (as well in 7.1-STABLE) with GENERIC kernel, here is console output after kldload ./rt2860_sys.ko: > > === [cut here] === > no match for ZwWriteFile > no match for ZwCreateFile > no match for ZwReadFile > This is the cause of your kernel panic. This Windows NDIS Driver wants 3 functions that are not currently implemented in the FreeBSD NDIS Driver. You'll need to either look for an older Windows NDIS Driver, or attempt to implement these missing functions. Scot From tinderbox at freebsd.org Sun Mar 15 15:40:19 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sun Mar 15 15:40:32 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090315224013.82D6E7302F@freebsd-current.sentex.ca> TB --- 2009-03-15 20:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-15 20:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-15 20:40:00 - cleaning the object tree TB --- 2009-03-15 20:40:41 - cvsupping the source tree TB --- 2009-03-15 20:40:41 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-15 20:40:53 - building world TB --- 2009-03-15 20:40:53 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 20:40:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 20:40:53 - TARGET=amd64 TB --- 2009-03-15 20:40:53 - TARGET_ARCH=amd64 TB --- 2009-03-15 20:40:53 - TZ=UTC TB --- 2009-03-15 20:40:53 - __MAKE_CONF=/dev/null TB --- 2009-03-15 20:40:53 - cd /src TB --- 2009-03-15 20:40:53 - /usr/bin/make -B buildworld >>> World build started on Sun Mar 15 20:40:56 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun Mar 15 22:40:12 UTC 2009 TB --- 2009-03-15 22:40:12 - generating LINT kernel config TB --- 2009-03-15 22:40:12 - cd /src/sys/amd64/conf TB --- 2009-03-15 22:40:12 - /usr/bin/make -B LINT TB --- 2009-03-15 22:40:12 - building LINT kernel TB --- 2009-03-15 22:40:12 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-15 22:40:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-15 22:40:12 - TARGET=amd64 TB --- 2009-03-15 22:40:12 - TARGET_ARCH=amd64 TB --- 2009-03-15 22:40:12 - TZ=UTC TB --- 2009-03-15 22:40:12 - __MAKE_CONF=/dev/null TB --- 2009-03-15 22:40:12 - cd /src TB --- 2009-03-15 22:40:12 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 15 22:40:12 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-15 22:40:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-15 22:40:13 - ERROR: failed to build lint kernel TB --- 2009-03-15 22:40:13 - 5659.09 user 579.18 system 7212.73 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From linimon at FreeBSD.org Sun Mar 15 15:00:10 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Mar 15 20:13:17 2009 Subject: kern/132672: [ndis] [panic] ndis with rt2860.sys causes kernel panic in CURRENT-amd64 Message-ID: <200903152200.n2FM09fM084596@freefall.freebsd.org> Old Synopsis: ndis with rt2860.sys causes kernel panic in CURRENT-amd64 New Synopsis: [ndis] [panic] ndis with rt2860.sys causes kernel panic in CURRENT-amd64 Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 15 21:59:47 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132672 From rzo at gmx.de Sun Mar 15 16:00:05 2009 From: rzo at gmx.de (ron) Date: Sun Mar 15 20:13:25 2009 Subject: amd64/132677: error calling fork execvp Message-ID: <200903152251.n2FMpnRk014352@www.freebsd.org> >Number: 132677 >Category: amd64 >Synopsis: error calling fork execvp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 15 23:00:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: ron >Release: 7.1 amd64 >Organization: >Environment: FreeBSD bsd64.ARBEITSGRUPPE 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: hello, calling execvp(2) works fine. however calling pid = fork() if (pid == 0) execvp(2) returns error 22 (invalid value) calling pid = fork() if (pid == 0) execve(3) works fine - Ron >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From tinderbox at freebsd.org Mon Mar 16 01:01:35 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Mar 16 01:01:41 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090316080127.865247302F@freebsd-current.sentex.ca> TB --- 2009-03-16 06:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-16 06:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-16 06:00:00 - cleaning the object tree TB --- 2009-03-16 06:00:47 - cvsupping the source tree TB --- 2009-03-16 06:00:47 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-16 06:00:56 - building world TB --- 2009-03-16 06:00:56 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-16 06:00:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-16 06:00:56 - TARGET=amd64 TB --- 2009-03-16 06:00:56 - TARGET_ARCH=amd64 TB --- 2009-03-16 06:00:56 - TZ=UTC TB --- 2009-03-16 06:00:56 - __MAKE_CONF=/dev/null TB --- 2009-03-16 06:00:56 - cd /src TB --- 2009-03-16 06:00:56 - /usr/bin/make -B buildworld >>> World build started on Mon Mar 16 06:01:00 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Mon Mar 16 08:01:25 UTC 2009 TB --- 2009-03-16 08:01:25 - generating LINT kernel config TB --- 2009-03-16 08:01:25 - cd /src/sys/amd64/conf TB --- 2009-03-16 08:01:25 - /usr/bin/make -B LINT TB --- 2009-03-16 08:01:26 - building LINT kernel TB --- 2009-03-16 08:01:26 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-16 08:01:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-16 08:01:26 - TARGET=amd64 TB --- 2009-03-16 08:01:26 - TARGET_ARCH=amd64 TB --- 2009-03-16 08:01:26 - TZ=UTC TB --- 2009-03-16 08:01:26 - __MAKE_CONF=/dev/null TB --- 2009-03-16 08:01:26 - cd /src TB --- 2009-03-16 08:01:26 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Mar 16 08:01:26 UTC 2009 >>> stage 1: configuring the kernel [...] WARNING: kernel contains GPL contaminated emu10k1 headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated emu10kx headers WARNING: kernel contains GPL contaminated maestro3 headers WARNING: kernel contains GPL contaminated ext2fs filesystem WARNING: kernel contains GPL contaminated ReiserFS filesystem WARNING: kernel contains GPL contaminated xfs filesystem *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-16 08:01:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-16 08:01:27 - ERROR: failed to build lint kernel TB --- 2009-03-16 08:01:27 - 5657.59 user 581.92 system 7286.72 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From bugmaster at FreeBSD.org Mon Mar 16 04:06:52 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 16 04:36:09 2009 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200903161106.n2GB6oKE043172@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 amd64/132677 amd64 error calling fork execvp o amd64/132574 amd64 [boot] Freeze on bootstrap loader (CD) using ATA/133 P o amd64/132170 amd64 7.1 kernel compilation problem o amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 f amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] 7.1-STABLE amd64 crash f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] The booting process stops at the line mounting o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 96 problems total. From kib at FreeBSD.org Mon Mar 16 04:49:26 2009 From: kib at FreeBSD.org (kib@FreeBSD.org) Date: Mon Mar 16 04:53:14 2009 Subject: amd64/73322: [msdosfs] [hang] unarchiving /etc to msdosfs locks up amd64 system Message-ID: <200903161149.n2GBnPJR001130@freefall.freebsd.org> Synopsis: [msdosfs] [hang] unarchiving /etc to msdosfs locks up amd64 system State-Changed-From-To: open->feedback State-Changed-By: kib State-Changed-When: Mon Mar 16 11:48:14 UTC 2009 State-Changed-Why: Is it still a problem for HEAD and/or stable/7 ? http://www.freebsd.org/cgi/query-pr.cgi?pr=73322 From atkin901 at yahoo.com Mon Mar 16 09:08:15 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Mon Mar 16 09:08:22 2009 Subject: amd64/132418: Kernel not detect time-of-day clock [regression] In-Reply-To: <200903081531.n28FVcqv005104@freefall.freebsd.org> References: <200903081531.n28FVcqv005104@freefall.freebsd.org> Message-ID: kib@FreeBSD.org wrote: > Synopsis: Kernel not detect time-of-day clock [regression] > > State-Changed-From-To: open->closed > State-Changed-By: kib > State-Changed-When: Sun Mar 8 15:24:39 UTC 2009 > State-Changed-Why: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132418 Any reason why this was closed? I have a box with this problem as well in -current. From kostikbel at gmail.com Mon Mar 16 10:04:51 2009 From: kostikbel at gmail.com (Kostik Belousov) Date: Mon Mar 16 10:04:58 2009 Subject: amd64/132418: Kernel not detect time-of-day clock [regression] In-Reply-To: References: <200903081531.n28FVcqv005104@freefall.freebsd.org> Message-ID: <20090316161042.GN41617@deviant.kiev.zoral.com.ua> On Mon, Mar 16, 2009 at 08:01:40AM -0700, Mark Atkinson wrote: > kib@FreeBSD.org wrote: > > Synopsis: Kernel not detect time-of-day clock [regression] > > > > State-Changed-From-To: open->closed > > State-Changed-By: kib > > State-Changed-When: Sun Mar 8 15:24:39 UTC 2009 > > State-Changed-Why: > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132418 > > Any reason why this was closed? I have a box with this problem as well > in -current. I mis-managed vi session, thus no reason for close was recorded. Check that your /boot/device.hints is properly merged, in particular, look for the hints for real-time clock. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090316/f2e1f0a5/attachment.pgp From jeff.hamann at forestinformatics.com Mon Mar 16 14:31:48 2009 From: jeff.hamann at forestinformatics.com (Jeff Hamann) Date: Mon Mar 16 14:31:55 2009 Subject: PostGIS+FreeBSD 6.0 (AMD64) and Shared object "libpq.so.5" not found Message-ID: <49BEC13A.1000401@forestinformatics.com> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 258 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090316/c1c1210b/signature.pgp From tobi at byte23.de Mon Mar 16 15:00:07 2009 From: tobi at byte23.de (Tobias N. Sasse) Date: Mon Mar 16 15:04:53 2009 Subject: amd64/132711: Very slow write on SATA-II with nForce Controller Message-ID: <200903162154.n2GLsJap022072@www.freebsd.org> >Number: 132711 >Category: amd64 >Synopsis: Very slow write on SATA-II with nForce Controller >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 16 22:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tobias N. Sasse >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD moria.byte23.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Write speed on Seagate Barracuda ES.2 SATA-II disk is slower than 20MB/s. I am using AES encryption via GBDE. Here is a bonnie benchmark of the disk (ad6): -------Sequential Output-------- ---Sequential Input-- --Random-- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU 2000 16892 14.0 12441 2.2 6510 1.4 31599 27.0 43091 4.2 435.8 1.1 This is dmesg: 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 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (2200.01-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x60fb1 Stepping = 1 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x11f Cores per package: 2 usable memory = 1864630272 (1778 MB) avail memory = 1798840320 (1715 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ACPI Warning (tbfadt-0505): Optional field "Pm2ControlBlock" has zero address or length: 0 0/1 [20070320] ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 6fdf0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 acpi_hpet0: iomem 0xfeff0000-0xfeff03ff on acpi0 device_attach: acpi_hpet0 attach returned 12 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) ohci0: mem 0xfe02f000-0xfe02ffff irq 21 at device 2.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 5 ports with 5 removable, self powered ehci0: mem 0xfe02e000-0xfe02e0ff irq 22 at device 2.1 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 12 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 5 ports with 5 removable, self powered ohci1: mem 0xfe02d000-0xfe02dfff irq 23 at device 4.0 on pci0 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: on ohci1 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 5 ports with 5 removable, self powered ehci1: mem 0xfe02c000-0xfe02c0ff irq 20 at device 4.1 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 12 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 5 ports with 5 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] pci0: at device 7.0 (no driver attached) pcib1: at device 8.0 on pci0 pci1: on pcib1 xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xcc00-0xcc3f irq 18 at device 10.0 on pci1 miibus0: on xl0 nsphy0: PHY 24 on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:60:97:82:73:8b xl0: [ITHREAD] atapci1: port 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xdc00-0xdc0f mem 0xfe026000-0xfe027fff irq 22 at device 9.0 on pci0 atapci1: [ITHREAD] atapci1: AHCI Version 01.10 controller with 4 ports detected ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] ata5: on atapci1 ata5: [ITHREAD] nfe0: port 0xd800-0xd807 mem 0xfe02b000-0xfe02bfff,0xfe02a000-0xfe02a0ff,0xfe029000-0xfe02900f irq 23 at device 10.0 on pci0 miibus1: on nfe0 e1000phy0: PHY 1 on miibus1 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto nfe0: Ethernet address: 00:50:8d:b7:8d:8d nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] nfe0: [FILTER] pcib2: at device 11.0 on pci0 pci2: on pcib2 pcib3: at device 12.0 on pci0 pci3: on pcib3 pcib4: at device 13.0 on pci0 pci4: on pcib4 pcib5: at device 14.0 on pci0 pci5: on pcib5 pcib6: at device 15.0 on pci0 pci6: on pcib6 pcib7: at device 16.0 on pci0 pci7: on pcib7 pcib8: at device 17.0 on pci0 pci8: on pcib8 vgapci0: mem 0xfb000000-0xfbffffff,0xe0000000-0xefffffff,0xfc000000-0xfcffffff irq 20 at device 18.0 on pci0 acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] cpu0: on acpi0 powernow0: on cpu0 cpu1: on acpi0 powernow1: on cpu1 acpi_hpet0: iomem 0xfeff0000-0xfeff03ff on acpi0 device_attach: acpi_hpet0 attach returned 12 orm0: at iomem 0xd0000-0xd27ff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad0: 190782MB at ata0-master UDMA133 ad1: 152627MB at ata0-slave UDMA100 ad6: 476940MB at ata3-master SATA300 SMP: AP CPU #1 Launched! GEOM_LABEL: Label for provider ad0s2 is ntfs/Stoff. Trying to mount root from ufs:/dev/ad1s1a nfe0: link state changed to UP WARNING: /tank was not properly dismounted >How-To-Repeat: always >Fix: >Release-Note: >Audit-Trail: >Unformatted: From rsmith at xs4all.nl Mon Mar 16 15:39:22 2009 From: rsmith at xs4all.nl (Roland Smith) Date: Mon Mar 16 15:39:29 2009 Subject: PostGIS+FreeBSD 6.0 (AMD64) and Shared object "libpq.so.5" not found In-Reply-To: <49BEC13A.1000401@forestinformatics.com> References: <49BEC13A.1000401@forestinformatics.com> Message-ID: <20090316223851.GA82089@slackbox.xs4all.nl> On Mon, Mar 16, 2009 at 02:14:34PM -0700, Jeff Hamann wrote: > I apologize for the cross post, but I can't seem to get any traction on > solving this problem. I'm a serious autoconf, automake, and libtool > newbie, and I'm trying to get postgis up on a FreeBSD6.0-AMD64, and keep > getting the following results when I gmake test in > postgresql-8.3.5/contrib/postgis directory: Is there a reason why you aren't using the version in ports? (/usr/ports/databases/postgis) Try the following (as root): cd /usr/ports/databases/postgis; make install clean Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090316/044897d7/attachment.pgp From jkim at FreeBSD.org Mon Mar 16 17:53:36 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Mon Mar 16 17:53:47 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <49BEE5BC.30703@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> Message-ID: <200903162053.28614.jkim@FreeBSD.org> On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: > Jung-uk Kim wrote: > > With popular demands, I will commit the following patch in next > > few days unless a showstopper is found or "over-my-dead-body" > > type of review is received. ;-) > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > FYI, it was originally posted here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > and here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > Please read the original threads for more information about the > > patch. > > Have just retested this with just updated 8-CURRENT. Still works > fine as before with my Acer TM6292 > (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this > letter just after successful resume. > > There is still some DRI resume problems (will try one rnoland@ > patch tomorrow) and my touch pad does not wakes up for some reason, > but that is probably unrelated. I went ahead and committed slightly different version. Please resync the source if you tested the old version. Cheers, Jung-uk Kim From mav at FreeBSD.org Mon Mar 16 18:00:28 2009 From: mav at FreeBSD.org (Alexander Motin) Date: Mon Mar 16 18:00:35 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <1236802980.00085518.1236789602@10.7.7.3> References: <1236802980.00085518.1236789602@10.7.7.3> Message-ID: <49BEE5BC.30703@FreeBSD.org> Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > FYI, it was originally posted here: > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > and here: > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > Please read the original threads for more information about the patch. Have just retested this with just updated 8-CURRENT. Still works fine as before with my Acer TM6292 (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this letter just after successful resume. There is still some DRI resume problems (will try one rnoland@ patch tomorrow) and my touch pad does not wakes up for some reason, but that is probably unrelated. Thank you. -- Alexander Motin From linimon at FreeBSD.org Mon Mar 16 19:37:25 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Mar 16 19:53:30 2009 Subject: kern/132677: [libc] error calling fork execvp Message-ID: <200903170237.n2H2bOAl049496@freefall.freebsd.org> Old Synopsis: error calling fork execvp New Synopsis: [libc] error calling fork execvp Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Mar 17 02:36:53 UTC 2009 Responsible-Changed-Why: Probably not amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=132677 From neldredge at math.ucsd.edu Mon Mar 16 21:14:42 2009 From: neldredge at math.ucsd.edu (Nate Eldredge) Date: Mon Mar 16 21:14:48 2009 Subject: amd64/132677: error calling fork execvp In-Reply-To: <200903152251.n2FMpnRk014352@www.freebsd.org> References: <200903152251.n2FMpnRk014352@www.freebsd.org> Message-ID: On Sun, 15 Mar 2009, ron wrote: > hello, > > calling execvp(2) works fine. > > however calling > > pid = fork() > if (pid == 0) > execvp(2) > > returns error 22 (invalid value) > > calling > > pid = fork() > if (pid == 0) > execve(3) > > works fine Can you be more specific? In particular, could you send a complete source that can be compiled and run, and that shows the problem? I can't reproduce a problem here. I am running 7.1 on amd64, and the following program works as expected. #include #include #include #include #include int main(void) { pid_t pid; pid = fork(); if (pid == 0) { char *argv[] = { "echo", "Hello, world!", NULL }; execvp("echo", argv); perror("execvp failed"); _exit(1); } else if (pid > 0) { int status; if (waitpid(pid, &status, 0) == -1) { perror("waitpid"); exit(1); } if (WIFEXITED(status)) printf("Child exited with status %d\n", WEXITSTATUS(status)); else if (WIFSIGNALED(status)) printf("Child killed by signal %d\n", WTERMSIG(status)); else printf("Impossible status!\n"); } else if (pid < 0) { perror("fork"); exit(1); } return 0; } The output is: Hello, world! Child exited with status 0 Perhaps there is something wrong in a different part of your test program. -- Nate Eldredge neldredge@math.ucsd.edu From dougb at FreeBSD.org Mon Mar 16 23:02:50 2009 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Mar 16 23:02:56 2009 Subject: amd64/132418: Kernel not detect time-of-day clock [regression] In-Reply-To: <20090316161042.GN41617@deviant.kiev.zoral.com.ua> References: <200903081531.n28FVcqv005104@freefall.freebsd.org> <20090316161042.GN41617@deviant.kiev.zoral.com.ua> Message-ID: <49BF36C6.7060303@FreeBSD.org> Kostik Belousov wrote: > On Mon, Mar 16, 2009 at 08:01:40AM -0700, Mark Atkinson wrote: >> kib@FreeBSD.org wrote: >>> Synopsis: Kernel not detect time-of-day clock [regression] >>> >>> State-Changed-From-To: open->closed >>> State-Changed-By: kib >>> State-Changed-When: Sun Mar 8 15:24:39 UTC 2009 >>> State-Changed-Why: >>> >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=132418 >> Any reason why this was closed? I have a box with this problem as well >> in -current. > > I mis-managed vi session, thus no reason for close was recorded. Check that > your /boot/device.hints is properly merged, in particular, look for the hints > for real-time clock. You can re-open the pr and add the reason. It won't be mailed out, but at least it will be there for posterity. Doug -- This .signature sanitized for your protection From mav at FreeBSD.org Mon Mar 16 23:18:10 2009 From: mav at FreeBSD.org (Alexander Motin) Date: Mon Mar 16 23:18:17 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903162053.28614.jkim@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> Message-ID: <49BF4098.2060203@FreeBSD.org> Jung-uk Kim wrote: > On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: >> Jung-uk Kim wrote: >>> With popular demands, I will commit the following patch in next >>> few days unless a showstopper is found or "over-my-dead-body" >>> type of review is received. ;-) >>> >>> http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff >>> >>> FYI, it was originally posted here: >>> >>> http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim >>> >>> and here: >>> >>> http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim >>> >>> Please read the original threads for more information about the >>> patch. >> Have just retested this with just updated 8-CURRENT. Still works >> fine as before with my Acer TM6292 >> (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this >> letter just after successful resume. >> >> There is still some DRI resume problems (will try one rnoland@ >> patch tomorrow) and my touch pad does not wakes up for some reason, >> but that is probably unrelated. > > I went ahead and committed slightly different version. Please resync > the source if you tested the old version. It still works. -- Alexander Motin From linimon at FreeBSD.org Mon Mar 16 22:42:32 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Mar 17 04:29:30 2009 Subject: kern/132711: [ata] Very slow write on SATA-II with nForce Controller Message-ID: <200903170542.n2H5gUTQ099048@freefall.freebsd.org> Old Synopsis: Very slow write on SATA-II with nForce Controller New Synopsis: [ata] Very slow write on SATA-II with nForce Controller Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Mar 17 05:42:07 UTC 2009 Responsible-Changed-Why: May not be amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=132711 From gdt at ir.bbn.com Tue Mar 17 06:04:44 2009 From: gdt at ir.bbn.com (Greg Troxel) Date: Tue Mar 17 06:53:27 2009 Subject: [postgis-users] PostGIS+FreeBSD 6.0 (AMD64) and Shared object "libpq.so.5" not found In-Reply-To: <49BEC13A.1000401@forestinformatics.com> (Jeff Hamann's message of "Mon, 16 Mar 2009 14:14:34 -0700") References: <49BEC13A.1000401@forestinformatics.com> Message-ID: Paul's suggestion of LD_LIBRARY_PATH should work, but for BSD shlib linking troubles there's a cleaner, although much harder, solution. I maintain the postgis package in pkgsrc, native to NetBSD and Dragonfly, often used on Darwin and Solaris, and usable on FreeBSD, OpenBSD, Linux, and assorted retrocomputing flavors like AIX - all to warn you that I'm being a a bit normative from the pkgsrc viewpoint. I'm also assuming an ELF world, even though I grew up on a.out. -L is used at link time to find the shared object, but this path information isn't used at runtime. There are several approaches to run-time linking, which are basically putting everything in /usr/lib, setting LD_LIBRARY_PATH to include places where libraries live, and using -rpath or -R to store run-time search paths in the binary. Linux seems to use a mix of 98% /usr/lib and 2% cope via LD_LIBRARY_PATH, and probably as a result autoconf and a lot of packages don't support -R very well. pkgsrc fixes this up by patching a lot of Makefiles and pkg-config files, and also passes -L/usr/pkg/lib -R/usr/pkg/lib to builds. In pkgsrc, libpq shows up as /usr/pkg/lib/libpq.la /usr/pkg/lib/libpq.a /usr/pkg/lib/libpq.so /usr/pkg/lib/libpq.so.4 /usr/pkg/lib/libpq.so.4.0.1 So I am presuming that you built pgsql with --prefix=/usr/local/pgsql and are perhaps building postgis with a different prefix. If you don't really need different prefixes, use the same one for postfix and pgsql. If you can use ports or pkgsrc, use that - others have already addressed your issue, plus the ones you haven't hit yet :-)q So ideally postgis's build procedure should, when processing the --with-pgsql directive, add not only -L but also -R on systems that use -R. This is not a postgis-specific issue - just adding -L is the dominant paradigm - so I can't call this a postgis bug. It's really a bug in autoconf that doesn't have "figure out if rpath is used" and a "add lib to link line" constructs. This was long-winded, but basically LDFLAGS="-L/usr/local/pgsql/lib -R/usr/local/pgsql/lib" ./configure should go a long way towards helping you out. In general you need to add CPPFLAGS and LDFLAGS in the environment to configure when you are using non-default paths. Or, you can grab pkgsrc and build pgsql and postgis from it, or spiff up FreeBSD ports to do the same (probably it does 99% already). random details from my system and config.status/config.log: gdt 2 ~ > ldd /usr/pkg/bin/pgsql2shp /usr/pkg/bin/pgsql2shp: -lc.12 => /usr/lib/libc.so.12 -lintl.0 => /usr/lib/libintl.so.0 -lcrypt.0 => /usr/lib/libcrypt.so.0 -lcrypto.4 => /usr/lib/libcrypto.so.4 -lssl.6 => /usr/lib/libssl.so.6 -lresolv.1 => /usr/lib/libresolv.so.1 -lpq.4 => /usr/pkg/lib/libpq.so.4 How config.status sets up to re-execute configure: exec /bin/sh "./configure" '--enable-rpath' '--datadir=/usr/pkg/share/postgresql/contrib' '--without-libintl-prefix' '--without-libiconv-prefix' '--prefix=/usr/pkg' '--host=i386--netbsdelf' '--mandir=/usr/pkg/man' 'host_alias=i386--netbsdelf' 'CC=cc' 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'CPPFLAGS=-I/usr/pkg/include -I/usr/include' 'CXX=c++' 'CXXFLAGS=-O2 -I/usr/pkg/include -I/usr/include' $ac_configure_extra_args --no-create --no-recursion ac_cv_env_LDFLAGS_value='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' It was created by configure, which was generated by GNU Autoconf 2.60. Invocation command line was $ ./configure --enable-rpath --datadir=/usr/pkg/share/postgresql/contrib --without-libintl-prefix --without-libiconv-prefix --prefix=/usr/pkg --host=i386--netbsdelf --mandir=/usr/pkg/man configure:6699: result: SUMMARY configure:6701: result: ------------------------------------------------------- configure:6703: result: configure:6705: result: HOST_OS: netbsdelf configure:6707: result: configure:6709: result: PGSQL: /n0/gdt/NetBSD-current/pkgsrc/geography/postgresql81-postgis/work/.buildlink/bin/pg_config configure:6719: result: GEOS: /usr/pkg/bin/geos-config (with C-API) configure:6721: result: (ldflags: -L/usr/pkg/lib -Wl,-R/usr/pkg/lib) configure:6727: result: PROJ: prefix=/usr/pkg libdir=/usr/pkg/lib configure:6731: result: ICONV: 1 -liconv configure:6734: result: configure:6736: result: PORTNAME: netbsd configure:6738: result: PREFIX: /usr/pkg configure:6740: result: EPREFIX: ${prefix} configure:6742: result: DOC: ${prefix}/share/doc configure:6744: result: DATA: /usr/pkg/share/postgresql/contrib configure:6746: result: MAN: /usr/pkg/man configure:6748: result: BIN: ${exec_prefix}/bin configure:6754: result: EXT: ${exec_prefix}/lib (${exec_prefix}/lib) configure:6758: result: ------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 193 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20090317/39395a87/attachment.pgp From atkin901 at yahoo.com Tue Mar 17 08:20:49 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Tue Mar 17 08:20:56 2009 Subject: amd64/132418: Kernel not detect time-of-day clock [regression] References: <200903081531.n28FVcqv005104@freefall.freebsd.org> <20090316161042.GN41617@deviant.kiev.zoral.com.ua> Message-ID: Kostik Belousov wrote: > On Mon, Mar 16, 2009 at 08:01:40AM -0700, Mark Atkinson wrote: >> kib@FreeBSD.org wrote: >> > Synopsis: Kernel not detect time-of-day clock [regression] >> > >> > State-Changed-From-To: open->closed >> > State-Changed-By: kib >> > State-Changed-When: Sun Mar 8 15:24:39 UTC 2009 >> > State-Changed-Why: >> > >> > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=132418 >> >> Any reason why this was closed? I have a box with this problem as well >> in -current. > > I mis-managed vi session, thus no reason for close was recorded. Check > that your /boot/device.hints is properly merged, in particular, look for > the hints for real-time clock. Actually, it appears to be a 'real' (maybe procedural) problem. Copying sys/amd64/conf/GENERIC.hints to /boot/device.hints will create this situation. If you use sys/i386/conf/GENERIC.hints instead, then it will find the time of day clock. It seems like adm64/conf/GENERIC.hints is missing a hint for the time of day clock. I know there was a discussion on -arch a while back talking about baring the hints file down to the minimum required. http://article.gmane.org/gmane.os.freebsd.architechture/11893 --- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From jkim at FreeBSD.org Tue Mar 17 08:32:03 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Tue Mar 17 08:32:14 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <49BF4098.2060203@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <200903162053.28614.jkim@FreeBSD.org> <49BF4098.2060203@FreeBSD.org> Message-ID: <200903171131.49023.jkim@FreeBSD.org> On Tuesday 17 March 2009 02:18 am, Alexander Motin wrote: > Jung-uk Kim wrote: > > On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: > >> Jung-uk Kim wrote: > >>> With popular demands, I will commit the following patch in next > >>> few days unless a showstopper is found or "over-my-dead-body" > >>> type of review is received. ;-) > >>> > >>> http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > >>> > >>> FYI, it was originally posted here: > >>> > >>> http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > >>> > >>> and here: > >>> > >>> http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > >>> > >>> Please read the original threads for more information about the > >>> patch. > >> > >> Have just retested this with just updated 8-CURRENT. Still works > >> fine as before with my Acer TM6292 > >> (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this > >> letter just after successful resume. > >> > >> There is still some DRI resume problems (will try one rnoland@ > >> patch tomorrow) and my touch pad does not wakes up for some > >> reason, but that is probably unrelated. > > > > I went ahead and committed slightly different version. Please > > resync the source if you tested the old version. > > It still works. Thanks for your support and numerous crash tests! ;-) Jung-uk Kim From mav at FreeBSD.org Wed Mar 18 01:52:09 2009 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Mar 18 01:52:16 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <20090318043728.25608090.ota@j.email.ne.jp> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> <20090318043728.25608090.ota@j.email.ne.jp> Message-ID: <49C0B636.3090509@FreeBSD.org> Yoshihiro Ota wrote: > Jung-uk Kim wrote: >> I went ahead and committed slightly different version. Please resync >> the source if you tested the old version. > > I would like to try this. > But how would I suspend; zzz, apm, or acpicnonf? > How would I resume? I am using `acpiconf -s3` to suspend and power button (which in my case blinks yellow in this state) to resume. -- Alexander Motin From ota at j.email.ne.jp Wed Mar 18 01:56:24 2009 From: ota at j.email.ne.jp (Yoshihiro Ota) Date: Wed Mar 18 04:19:51 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903162053.28614.jkim@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> Message-ID: <20090318043728.25608090.ota@j.email.ne.jp> On Mon, 16 Mar 2009 20:53:24 -0400 Jung-uk Kim wrote: > On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: > > Jung-uk Kim wrote: > > > With popular demands, I will commit the following patch in next > > > few days unless a showstopper is found or "over-my-dead-body" > > > type of review is received. ;-) > > > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > > > FYI, it was originally posted here: > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > > > and here: > > > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > > > Please read the original threads for more information about the > > > patch. > > > > Have just retested this with just updated 8-CURRENT. Still works > > fine as before with my Acer TM6292 > > (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this > > letter just after successful resume. > > > > There is still some DRI resume problems (will try one rnoland@ > > patch tomorrow) and my touch pad does not wakes up for some reason, > > but that is probably unrelated. > > I went ahead and committed slightly different version. Please resync > the source if you tested the old version. > > Cheers, > > Jung-uk Kim I would like to try this. But how would I suspend; zzz, apm, or acpicnonf? How would I resume? Regards, Hiro From on at cs.ait.ac.th Wed Mar 18 21:50:13 2009 From: on at cs.ait.ac.th (Olivier Nicole) Date: Wed Mar 18 21:50:24 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 Message-ID: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> Hi, I recently posted the message bellow on FreeBSD question, but I did not get much reply. As suggested by in a reply, I updated the BIOS, and PERC and Board control management, but it did not go any further in the boot process. I ran tests: R6.4 amd64: works R7.0 amd64: does not work R7.1 i386: works R7.1 i386+PAE: does not work (I had to remove fdc and some other devices before it could complete the boot) I plan to install R6.4 amd64, csvup to 7.1 and rebuild everything. I am pretty sure it will be working with a custom kernel, but not with default SMP kernel. I can do some testing on that machine for a couple more weeks, but I would need to be guided on what to do. Bests, Olivier ------- Start of forwarded message ------- X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.cs.ait.ac.th X-Spam-Level: X-Spam-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,SPF_PASS autolearn=ham version=3.2.3 Date: Mon, 16 Mar 2009 11:56:28 +0700 (ICT) From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Installing 7.1 amd64 on Dell powerEdge 2950 Sender: owner-freebsd-questions@freebsd.org Hi, I spent a couple of days trying to install FreeBSD 7.1 amd64 on a Dell PowerEdge 2950. It won't finish booting properly from the installation CD: with default boot, single user and verbose it stops at: fdc0: ... device_attach: fdc0 attach returned 6 with ACPI disabled and Safe mode it stops at: md0: Preloaded insge ... Trying to mount root from ufs /dev/md0 After it hangs, I waited about half hour, making sure nothing move, and had to power down the machine. Dell PowerEdge 1950 and 200 are not affected. Any help? TIA, Olivier _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ------- End of forwarded message ------- From tinderbox at freebsd.org Wed Mar 18 22:19:36 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Mar 18 22:19:44 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090319051931.37B637302F@freebsd-current.sentex.ca> TB --- 2009-03-19 04:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-19 04:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-19 04:00:00 - cleaning the object tree TB --- 2009-03-19 04:01:22 - cvsupping the source tree TB --- 2009-03-19 04:01:22 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-19 04:01:30 - building world TB --- 2009-03-19 04:01:30 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-19 04:01:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-19 04:01:30 - TARGET=amd64 TB --- 2009-03-19 04:01:30 - TARGET_ARCH=amd64 TB --- 2009-03-19 04:01:30 - TZ=UTC TB --- 2009-03-19 04:01:30 - __MAKE_CONF=/dev/null TB --- 2009-03-19 04:01:30 - cd /src TB --- 2009-03-19 04:01:30 - /usr/bin/make -B buildworld >>> World build started on Thu Mar 19 04:01:35 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 -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/if.c cc -O2 -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/inet.c cc -O2 -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/main.c cc -O2 -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/mbuf.c cc -O2 -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/mroute.c cc1: warnings being treated as errors /src/usr.bin/netstat/mroute.c: In function 'mroutepr': /src/usr.bin/netstat/mroute.c:296: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' *** Error code 1 Stop in /src/usr.bin/netstat. *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-19 05:19:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-19 05:19:31 - ERROR: failed to build world TB --- 2009-03-19 05:19:31 - 3642.02 user 368.43 system 4770.46 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From mike at reifenberger.com Thu Mar 19 00:44:21 2009 From: mike at reifenberger.com (Michael Reifenberger) Date: Thu Mar 19 00:44:28 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 In-Reply-To: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> Message-ID: On Thu, 19 Mar 2009, Olivier Nicole wrote: ... > R6.4 amd64: works > R7.0 amd64: does not work > R7.1 i386: works > R7.1 i386+PAE: does not work (I had to remove fdc and some other > devices before it could complete the boot) > We have a couple of 2950 running FreeBSD-amd64 stable/7 and head. They got installed using the 7.1 and the -current snapshot ISO's. ... 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 7.1-STABLE #2 r189142: Sat Feb 28 11:13:44 CET 2009 root@bsd1.plaut.de:/usr/obj/usr/src/sys/bsd1 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU E5320 @ 1.86GHz (1863.92-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0x4e3bd AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 4 usable memory = 8576356352 (8179 MB) avail memory = 8274886656 (7891 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs ... Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com From on at cs.ait.ac.th Thu Mar 19 01:56:28 2009 From: on at cs.ait.ac.th (Olivier Nicole) Date: Thu Mar 19 01:56:35 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 In-Reply-To: (message from Michael Reifenberger on Thu, 19 Mar 2009 08:25:15 +0100 (CET)) References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> Message-ID: <200903190856.n2J8uAQJ019079@banyan.cs.ait.ac.th> > > R6.4 amd64: works > > R7.0 amd64: does not work > > R7.1 i386: works > > R7.1 i386+PAE: does not work (I had to remove fdc and some other > > devices before it could complete the boot) > > > > We have a couple of 2950 running FreeBSD-amd64 stable/7 and head. > > They got installed using the 7.1 and the -current snapshot ISO's. > > ... > 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 7.1-STABLE #2 r189142: Sat Feb 28 11:13:44 CET 2009 > root@bsd1.plaut.de:/usr/obj/usr/src/sys/bsd1 > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(R) CPU E5320 @ 1.86GHz (1863.92-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 > > Features=0xbfebfbff > Features2=0x4e3bd > AMD Features=0x20100800 > AMD Features2=0x1 > Cores per package: 4 > usable memory = 8576356352 (8179 MB) > avail memory = 8274886656 (7891 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs I know that some people have been successful with PE2950, but it seems that Dell is packaging very different hardware under the same name. The fact is that mine does not complete the boot. Copyright (c) 1992-2008 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 6.4-RELEASE-p3 #0: Sun Mar 15 14:59:54 ICT 2009 root@ufo2.cs.ait.ac.th:/usr/obj/usr/src/sys/SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2496.29-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 4 real memory = 18253611008 (17408 MB) avail memory = 16615514112 (15845 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs Best regards, Olivier From mike at reifenberger.com Thu Mar 19 02:08:45 2009 From: mike at reifenberger.com (Michael Reifenberger) Date: Thu Mar 19 02:08:57 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 In-Reply-To: <200903190856.n2J8uAQJ019079@banyan.cs.ait.ac.th> References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> <200903190856.n2J8uAQJ019079@banyan.cs.ait.ac.th> Message-ID: On Thu, 19 Mar 2009, Olivier Nicole wrote: ... > root@ufo2.cs.ait.ac.th:/usr/obj/usr/src/sys/SMP > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2496.29-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 > Features=0xbfebfbff > Features2=0xce3bd> > AMD Features=0x20100800 > AMD Features2=0x1 > Cores per package: 4 > real memory = 18253611008 (17408 MB) > avail memory = 16615514112 (15845 MB) > ACPI APIC Table: Please try a current release/snapshot first. Bye/2 --- Michael Reifenberger Michael@Reifenberger.com http://www.Reifenberger.com From on at cs.ait.ac.th Thu Mar 19 02:30:18 2009 From: on at cs.ait.ac.th (Olivier Nicole) Date: Thu Mar 19 02:30:24 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 In-Reply-To: (message from Michael Reifenberger on Thu, 19 Mar 2009 10:08:42 +0100 (CET)) References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> <200903190856.n2J8uAQJ019079@banyan.cs.ait.ac.th> Message-ID: <200903190930.n2J9UCxH022889@banyan.cs.ait.ac.th> > Please try a current release/snapshot first. I never track the current, only the releng, where can I download the ISO for 7.1 current? Bests, Olivier From jhb at freebsd.org Thu Mar 19 13:50:03 2009 From: jhb at freebsd.org (John Baldwin) Date: Thu Mar 19 13:50:14 2009 Subject: amd64/131906: [ata] SATA data corruption with Promise PDC20378 (amd64-specific) [regression] Message-ID: <200903192050.n2JKo2ZN021792@freefall.freebsd.org> The following reply was made to PR amd64/131906; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, arne@steinkamm.com Cc: Subject: Re: amd64/131906: [ata] SATA data corruption with Promise PDC20378 (amd64-specific) [regression] Date: Thu, 19 Mar 2009 16:00:04 -0400 Did you try booting amd64 with 'hw.physmem=4g' set in the loader? GENERIC on i386 doesn't include PAE so it effectively limits you to the lower 4gb. -- John Baldwin From jhb at freebsd.org Thu Mar 19 13:50:05 2009 From: jhb at freebsd.org (John Baldwin) Date: Thu Mar 19 13:50:14 2009 Subject: amd64/130817: FreeBSD does not support HP DL160G5 [regression] Message-ID: <200903192050.n2JKo4jm021823@freefall.freebsd.org> The following reply was made to PR amd64/130817; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, y2kwill2000@yahoo.com.tw Cc: Subject: Re: amd64/130817: FreeBSD does not support HP DL160G5 [regression] Date: Thu, 19 Mar 2009 16:02:27 -0400 Just to clarify, you see the boot hang for 6.3, 6.4, and 7.1 during device probe, but it hangs soon for 7.1 than for 6.3 and 6.4? -- John Baldwin From tinderbox at freebsd.org Thu Mar 19 15:56:51 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Mar 19 15:57:08 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090319225645.BC0407302F@freebsd-current.sentex.ca> TB --- 2009-03-19 20:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-19 20:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-19 20:40:00 - cleaning the object tree TB --- 2009-03-19 20:41:26 - cvsupping the source tree TB --- 2009-03-19 20:41:26 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-19 20:41:34 - building world TB --- 2009-03-19 20:41:34 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-19 20:41:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-19 20:41:34 - TARGET=amd64 TB --- 2009-03-19 20:41:34 - TARGET_ARCH=amd64 TB --- 2009-03-19 20:41:34 - TZ=UTC TB --- 2009-03-19 20:41:34 - __MAKE_CONF=/dev/null TB --- 2009-03-19 20:41:34 - cd /src TB --- 2009-03-19 20:41:34 - /usr/bin/make -B buildworld >>> World build started on Thu Mar 19 20:41: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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Mar 19 22:41:45 UTC 2009 TB --- 2009-03-19 22:41:45 - generating LINT kernel config TB --- 2009-03-19 22:41:45 - cd /src/sys/amd64/conf TB --- 2009-03-19 22:41:45 - /usr/bin/make -B LINT TB --- 2009-03-19 22:41:45 - building LINT kernel TB --- 2009-03-19 22:41:45 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-19 22:41:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-19 22:41:45 - TARGET=amd64 TB --- 2009-03-19 22:41:45 - TARGET_ARCH=amd64 TB --- 2009-03-19 22:41:45 - TZ=UTC TB --- 2009-03-19 22:41:45 - __MAKE_CONF=/dev/null TB --- 2009-03-19 22:41:45 - cd /src TB --- 2009-03-19 22:41:45 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Mar 19 22:41:45 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/netinet/ip_mroute.c: In function 'X_ip_mforward': /src/sys/netinet/ip_mroute.c:1227: error: 'mcastgrp' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c:1227: error: (Each undeclared identifier is reported only once /src/sys/netinet/ip_mroute.c:1227: error: for each function it appears in.) /src/sys/netinet/ip_mroute.c: In function 'send_packet': /src/sys/netinet/ip_mroute.c:1688: error: 'ptrdiff_t' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c: In function 'pim_input': /src/sys/netinet/ip_mroute.c:2565: error: incompatible type for argument 1 of 'inet_ntoa' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-19 22:56:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-19 22:56:45 - ERROR: failed to build lint kernel TB --- 2009-03-19 22:56:45 - 6343.85 user 642.08 system 8205.10 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Thu Mar 19 23:55:39 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Thu Mar 19 23:55:46 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090320065534.26DE87302F@freebsd-current.sentex.ca> TB --- 2009-03-20 04:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-20 04:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-20 04:40:00 - cleaning the object tree TB --- 2009-03-20 04:41:15 - cvsupping the source tree TB --- 2009-03-20 04:41:15 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-20 04:41:25 - building world TB --- 2009-03-20 04:41:25 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-20 04:41:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-20 04:41:25 - TARGET=amd64 TB --- 2009-03-20 04:41:25 - TARGET_ARCH=amd64 TB --- 2009-03-20 04:41:25 - TZ=UTC TB --- 2009-03-20 04:41:25 - __MAKE_CONF=/dev/null TB --- 2009-03-20 04:41:25 - cd /src TB --- 2009-03-20 04:41:25 - /usr/bin/make -B buildworld >>> World build started on Fri Mar 20 04:41: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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Mar 20 06:40:41 UTC 2009 TB --- 2009-03-20 06:40:41 - generating LINT kernel config TB --- 2009-03-20 06:40:41 - cd /src/sys/amd64/conf TB --- 2009-03-20 06:40:41 - /usr/bin/make -B LINT TB --- 2009-03-20 06:40:41 - building LINT kernel TB --- 2009-03-20 06:40:41 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-20 06:40:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-20 06:40:41 - TARGET=amd64 TB --- 2009-03-20 06:40:41 - TARGET_ARCH=amd64 TB --- 2009-03-20 06:40:41 - TZ=UTC TB --- 2009-03-20 06:40:41 - __MAKE_CONF=/dev/null TB --- 2009-03-20 06:40:41 - cd /src TB --- 2009-03-20 06:40:41 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Mar 20 06:40:41 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/netinet/ip_mroute.c: In function 'X_ip_mforward': /src/sys/netinet/ip_mroute.c:1227: error: 'mcastgrp' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c:1227: error: (Each undeclared identifier is reported only once /src/sys/netinet/ip_mroute.c:1227: error: for each function it appears in.) /src/sys/netinet/ip_mroute.c: In function 'send_packet': /src/sys/netinet/ip_mroute.c:1688: error: 'ptrdiff_t' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c: In function 'pim_input': /src/sys/netinet/ip_mroute.c:2565: error: incompatible type for argument 1 of 'inet_ntoa' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-20 06:55:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-20 06:55:33 - ERROR: failed to build lint kernel TB --- 2009-03-20 06:55:33 - 6348.74 user 635.15 system 8133.70 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Fri Mar 20 07:56:17 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Mar 20 07:56:23 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090320145611.14A747302F@freebsd-current.sentex.ca> TB --- 2009-03-20 12:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-20 12:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-20 12:40:00 - cleaning the object tree TB --- 2009-03-20 12:41:04 - cvsupping the source tree TB --- 2009-03-20 12:41:04 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-20 12:41:12 - building world TB --- 2009-03-20 12:41:12 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-20 12:41:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-20 12:41:12 - TARGET=amd64 TB --- 2009-03-20 12:41:12 - TARGET_ARCH=amd64 TB --- 2009-03-20 12:41:12 - TZ=UTC TB --- 2009-03-20 12:41:12 - __MAKE_CONF=/dev/null TB --- 2009-03-20 12:41:12 - cd /src TB --- 2009-03-20 12:41:12 - /usr/bin/make -B buildworld >>> World build started on Fri Mar 20 12:41:16 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Mar 20 14:41:14 UTC 2009 TB --- 2009-03-20 14:41:14 - generating LINT kernel config TB --- 2009-03-20 14:41:14 - cd /src/sys/amd64/conf TB --- 2009-03-20 14:41:14 - /usr/bin/make -B LINT TB --- 2009-03-20 14:41:14 - building LINT kernel TB --- 2009-03-20 14:41:14 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-20 14:41:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-20 14:41:14 - TARGET=amd64 TB --- 2009-03-20 14:41:14 - TARGET_ARCH=amd64 TB --- 2009-03-20 14:41:14 - TZ=UTC TB --- 2009-03-20 14:41:14 - __MAKE_CONF=/dev/null TB --- 2009-03-20 14:41:14 - cd /src TB --- 2009-03-20 14:41:14 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Mar 20 14:41:14 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/netinet/ip_mroute.c: In function 'X_ip_mforward': /src/sys/netinet/ip_mroute.c:1227: error: 'mcastgrp' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c:1227: error: (Each undeclared identifier is reported only once /src/sys/netinet/ip_mroute.c:1227: error: for each function it appears in.) /src/sys/netinet/ip_mroute.c: In function 'send_packet': /src/sys/netinet/ip_mroute.c:1688: error: 'ptrdiff_t' undeclared (first use in this function) /src/sys/netinet/ip_mroute.c: In function 'pim_input': /src/sys/netinet/ip_mroute.c:2565: error: incompatible type for argument 1 of 'inet_ntoa' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-20 14:56:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-20 14:56:10 - ERROR: failed to build lint kernel TB --- 2009-03-20 14:56:10 - 6345.06 user 638.84 system 8170.18 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From tinderbox at freebsd.org Fri Mar 20 17:12:28 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Fri Mar 20 17:12:46 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090321001223.201377302F@freebsd-current.sentex.ca> TB --- 2009-03-20 22:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-20 22:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-20 22:00:00 - cleaning the object tree TB --- 2009-03-20 22:01:12 - cvsupping the source tree TB --- 2009-03-20 22:01:12 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-20 22:01:21 - building world TB --- 2009-03-20 22:01:21 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-20 22:01:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-20 22:01:21 - TARGET=amd64 TB --- 2009-03-20 22:01:21 - TARGET_ARCH=amd64 TB --- 2009-03-20 22:01:21 - TZ=UTC TB --- 2009-03-20 22:01:21 - __MAKE_CONF=/dev/null TB --- 2009-03-20 22:01:21 - cd /src TB --- 2009-03-20 22:01:21 - /usr/bin/make -B buildworld >>> World build started on Fri Mar 20 22:01:23 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Mar 21 00:01:28 UTC 2009 TB --- 2009-03-21 00:01:29 - generating LINT kernel config TB --- 2009-03-21 00:01:29 - cd /src/sys/amd64/conf TB --- 2009-03-21 00:01:29 - /usr/bin/make -B LINT TB --- 2009-03-21 00:01:29 - building LINT kernel TB --- 2009-03-21 00:01:29 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-21 00:01:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-21 00:01:29 - TARGET=amd64 TB --- 2009-03-21 00:01:29 - TARGET_ARCH=amd64 TB --- 2009-03-21 00:01:29 - TZ=UTC TB --- 2009-03-21 00:01:29 - __MAKE_CONF=/dev/null TB --- 2009-03-21 00:01:29 - cd /src TB --- 2009-03-21 00:01:29 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Mar 21 00:01:29 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 [...] In file included from /src/sys/dev/usb/controller/ehci.c:67: /src/sys/dev/usb/controller/ehci.h:463: error: 'USB_MAX_DEVICES' undeclared here (not in a function) /src/sys/dev/usb/controller/ehci.c: In function 'ehci_xfer_setup': /src/sys/dev/usb/controller/ehci.c:3587: error: 'USB_FS_BYTES_PER_HS_UFRAME' undeclared (first use in this function) /src/sys/dev/usb/controller/ehci.c:3587: error: (Each undeclared identifier is reported only once /src/sys/dev/usb/controller/ehci.c:3587: error: for each function it appears in.) /src/sys/dev/usb/controller/ehci.c: In function 'ehci_pipe_init': /src/sys/dev/usb/controller/ehci.c:3775: error: 'USB_CONTROL_ENDPOINT' undeclared (first use in this function) *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-21 00:12:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-21 00:12:22 - ERROR: failed to build lint kernel TB --- 2009-03-21 00:12:22 - 6154.96 user 632.90 system 7942.71 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From yaharen at gm.dns-lab.jp Sat Mar 21 12:40:02 2009 From: yaharen at gm.dns-lab.jp (Yoshitaka AHAREN) Date: Sat Mar 21 13:23:47 2009 Subject: amd64/132911: ip6fw: argument type of fill_icmptypes is wrong and causes problem on amd64 platform Message-ID: <200903211937.n2LJbCeJ077887@www.freebsd.org> >Number: 132911 >Category: amd64 >Synopsis: ip6fw: argument type of fill_icmptypes is wrong and causes problem on amd64 platform >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 21 19:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yoshitaka AHAREN >Release: FreeBSD 6.4-RELEASE-p3 >Organization: College of Information Science, University of Tsukuba >Environment: FreeBSD freebsd.local 6.4-RELEASE-p3 FreeBSD 6.4-RELEASE-p3 #16: Fri Jan 23 14:46:52 JST 2009 root@freebsd.local:/usr/obj/usr/src/sys/MyKernel amd64 >Description: fill_icmptypes in usr/src/sbin/ip6fw/ip6fw.c takes wrong type of argument 'types'. It is defined as array of 'unsgined' in /usr/include/netinet6/ip6_fw.h, but in the prototype of fill_icmptypes it is defined as array of 'u_long'. In amd64 platform, u_long != unsigned. It causes wrong icmp types to pass to ip6fw kernel module. >How-To-Repeat: run the following command in amd64 platform: # ip6fw add 10 allow ipv6-icmp from any to any icmptypes 63 00010 allow ipv6-icmp from any to any icmptype 95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127 >Fix: Apply attached patch. >Release-Note: >Audit-Trail: >Unformatted: From tinderbox at freebsd.org Sat Mar 21 18:24:48 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Sat Mar 21 18:25:06 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090322012438.011727302F@freebsd-current.sentex.ca> TB --- 2009-03-22 00:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-22 00:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-22 00:40:00 - cleaning the object tree TB --- 2009-03-22 00:41:16 - cvsupping the source tree TB --- 2009-03-22 00:41:16 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-22 00:41:30 - building world TB --- 2009-03-22 00:41:30 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-22 00:41:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-22 00:41:30 - TARGET=amd64 TB --- 2009-03-22 00:41:30 - TARGET_ARCH=amd64 TB --- 2009-03-22 00:41:30 - TZ=UTC TB --- 2009-03-22 00:41:30 - __MAKE_CONF=/dev/null TB --- 2009-03-22 00:41:30 - cd /src TB --- 2009-03-22 00:41:30 - /usr/bin/make -B buildworld >>> World build started on Sun Mar 22 00:41:33 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 [...] sed -e 's/yy/ipf_yy/g' -e 's/"ipf_y.y"/"..\/tools\/ipf_y.y"/' y.tab.c > ipf_y.c sed -e 's/yy/ipf_yy/g' y.tab.h > ipf_y.h sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.h/' -e 's/lexer.h/ipf_l.h/' /src/sbin/ipf/ipf/../../../contrib/ipfilter/tools/lexer.c > ipf_l.c rm -f .depend mkdep -f .depend -a -I. -DIPFILTER_BPF -I/src/sbin/ipf/ipf/../../../contrib/ipfilter -I/src/sbin/ipf/ipf/../../../contrib/ipfilter/tools -I/src/sbin/ipf/ipf/../../../sys -I/src/sbin/ipf/ipf/../../../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE /src/sbin/ipf/ipf/../../../contrib/ipfilter/tools/ipf.c /src/sbin/ipf/ipf/../../../contrib/ipfilter/tools/ipfcomp.c ipf_y.c ipf_l.c /src/sbin/ipf/ipf/../../../contrib/ipfilter/bpf_filter.c In file included from /src/sbin/ipf/ipf/../../../contrib/ipfilter/tools/ipf_y.y:15: /obj/amd64/src/tmp/usr/include/pcap.h:74:23: error: pcap/pcap.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /src/sbin/ipf/ipf. *** Error code 1 Stop in /src/sbin/ipf. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-22 01:24:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-22 01:24:37 - ERROR: failed to build world TB --- 2009-03-22 01:24:37 - 1992.59 user 228.91 system 2677.34 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From linimon at FreeBSD.org Sat Mar 21 19:37:17 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Mar 21 20:22:01 2009 Subject: bin/132911: ip6fw(8): argument type of fill_icmptypes is wrong and causes problem on amd64 platform Message-ID: <200903220237.n2M2bGC5043654@freefall.freebsd.org> Old Synopsis: ip6fw: argument type of fill_icmptypes is wrong and causes problem on amd64 platform New Synopsis: ip6fw(8): argument type of fill_icmptypes is wrong and causes problem on amd64 platform State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Mar 22 02:35:04 UTC 2009 State-Changed-Why: Reclassify. Note to submitter: the patch did not make it into the PR; can you please reply and include it again? Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 22 02:35:04 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=132911 From linimon at FreeBSD.org Sun Mar 22 21:57:13 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Mar 22 22:43:46 2009 Subject: amd64/131456: ACPI & ATA problems Message-ID: <200903230457.n2N4vCa8060147@freefall.freebsd.org> Synopsis: ACPI & ATA problems State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Mar 23 04:56:06 UTC 2009 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=131456 From bugmaster at FreeBSD.org Mon Mar 23 04:06:53 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 23 04:33:56 2009 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200903231106.n2NB6qPX003926@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 amd64/132574 amd64 [boot] Freeze on bootstrap loader (CD) using ATA/133 P o amd64/132170 amd64 7.1 kernel compilation problem o amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 o amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] The booting process stops at the line mounting o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not f amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 95 problems total. From jamesbrandongooch at gmail.com Mon Mar 23 14:16:50 2009 From: jamesbrandongooch at gmail.com (Brandon Gooch) Date: Mon Mar 23 14:21:34 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903162053.28614.jkim@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> Message-ID: <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> On Mon, Mar 16, 2009 at 7:53 PM, Jung-uk Kim wrote: > On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: >> Jung-uk Kim wrote: >> > With popular demands, I will commit the following patch in next >> > few days unless a showstopper is found or "over-my-dead-body" >> > type of review is received. ;-) >> > >> > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff >> > >> > FYI, it was originally posted here: >> > >> > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim >> > >> > and here: >> > >> > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim >> > >> > Please read the original threads for more information about the >> > patch. >> >> Have just retested this with just updated 8-CURRENT. Still works >> fine as before with my Acer TM6292 >> (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this >> letter just after successful resume. >> >> There is still some DRI resume problems (will try one rnoland@ >> patch tomorrow) and my touch pad does not wakes up for some reason, >> but that is probably unrelated. > > I went ahead and committed slightly different version. ?Please resync > the source if you tested the old version. > > Cheers, > > Jung-uk Kim > _______________________________________________ > 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" > The committed version is working well, I am suspending and resuming on my Lenovo X300. Thanks for your work on this, it is one of the major things I needed to work so I could run FreeBSD primarily on my notebook. Is there some way to keep the OS date and time in updated (after resume), or am I missing something in my system configuration? Thanks again for this! Very Cool... -Brandon From jkim at FreeBSD.org Mon Mar 23 14:29:04 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Mon Mar 23 14:29:10 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> References: <1236802980.00085518.1236789602@10.7.7.3> <200903162053.28614.jkim@FreeBSD.org> <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> Message-ID: <200903231728.46911.jkim@FreeBSD.org> On Monday 23 March 2009 05:16 pm, Brandon Gooch wrote: > The committed version is working well, I am suspending and resuming > on my Lenovo X300. Thanks for your work on this, it is one of the > major things I needed to work so I could run FreeBSD primarily on > my notebook. Great. > Is there some way to keep the OS date and time in updated (after > resume), or am I missing something in my system configuration? In fact, I am working on it and I will commit the fix very soon. ;-) Jung-uk Kim From on at cs.ait.ac.th Tue Mar 24 00:11:51 2009 From: on at cs.ait.ac.th (Olivier Nicole) Date: Tue Mar 24 00:11:58 2009 Subject: Installing 7.1 amd64 on Dell powerEdge 2950 In-Reply-To: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> (message from Olivier Nicole on Thu, 19 Mar 2009 11:14:51 +0700 (ICT)) References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> Message-ID: <200903240711.n2O7Bm7C013139@banyan.cs.ait.ac.th> Hi, As a follow-up... > I recently posted the message bellow on FreeBSD question, but I did > not get much reply. > > As suggested by in a reply, I updated the BIOS, and PERC and Board > control management, but it did not go any further in the boot process. > > I ran tests: > > R6.4 amd64: works > R7.0 amd64: does not work > R7.1 i386: works > R7.1 i386+PAE: does not work (I had to remove fdc and some other > devices before it could complete the boot) > > I plan to install R6.4 amd64, csvup to 7.1 and rebuild everything. I > am pretty sure it will be working with a custom kernel, but not with > default SMP kernel. > > I can do some testing on that machine for a couple more weeks, but I > would need to be guided on what to do. I managed to install Release 6.4 amd64. I cvsup'ed to RELENG 7.1 amd64. I trimed down the kernel to keep only the devices needed by the hardware. It appreas that device sio is among the ones that hang the load of GENERIC kernel. "make kernel" would produce a bunch of lines like: kldxref: unknown metdata record 0 in file if_zyd.ko.symbols kldxref: unknown metdata record 0 in file if_zyd.ko.symbols kldxref: unknown metdata record 0 in file if_zyd.ko.symbols but 7.1 would boot nevertheless. After installing world on 7.1, the make kernel runs cleanly. Best regards, Olivier From jamesbrandongooch at gmail.com Mon Mar 23 23:07:02 2009 From: jamesbrandongooch at gmail.com (Brandon Gooch) Date: Tue Mar 24 04:23:05 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903231728.46911.jkim@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <200903162053.28614.jkim@FreeBSD.org> <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> <200903231728.46911.jkim@FreeBSD.org> Message-ID: <179b97fb0903232306y548144dx94836b534d9441dd@mail.gmail.com> On Mon, Mar 23, 2009 at 4:28 PM, Jung-uk Kim wrote: > On Monday 23 March 2009 05:16 pm, Brandon Gooch wrote: >> The committed version is working well, I am suspending and resuming >> on my Lenovo X300. Thanks for your work on this, it is one of the >> major things I needed to work so I could run FreeBSD primarily on >> my notebook. > > Great. > >> Is there some way to keep the OS date and time in updated (after >> resume), or am I missing something in my system configuration? > > In fact, I am working on it and I will commit the fix very soon. ;-) > > Jung-uk Kim > I just finished a kernel build and it seems as though your recent commits have fixed the clock (at least for me)! I feel sorry for all the i386 folks on ACPI notebooks... Thanks! -Brandon From tinderbox at freebsd.org Tue Mar 24 15:10:28 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Tue Mar 24 15:10:40 2009 Subject: [head tinderbox] failure on amd64/amd64 Message-ID: <20090324221024.620C47302F@freebsd-current.sentex.ca> TB --- 2009-03-24 21:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-03-24 21:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2009-03-24 21:00:00 - cleaning the object tree TB --- 2009-03-24 21:01:08 - cvsupping the source tree TB --- 2009-03-24 21:01:08 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2009-03-24 21:01:16 - building world TB --- 2009-03-24 21:01:16 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-24 21:01:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-24 21:01:16 - TARGET=amd64 TB --- 2009-03-24 21:01:16 - TARGET_ARCH=amd64 TB --- 2009-03-24 21:01:16 - TZ=UTC TB --- 2009-03-24 21:01:16 - __MAKE_CONF=/dev/null TB --- 2009-03-24 21:01:16 - cd /src TB --- 2009-03-24 21:01:16 - /usr/bin/make -B buildworld >>> World build started on Tue Mar 24 21:01: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 [...] cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/sbin/ifconfig/ifmac.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/sbin/ifconfig/ifmedia.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/sbin/ifconfig/ifvlan.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/sbin/ifconfig/ifgre.c cc -O2 -pipe -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/sbin/ifconfig/ifieee80211.c In file included from /src/sbin/ifconfig/ifieee80211.c:3024: /obj/amd64/src/tmp/usr/include/net80211/ieee80211_freebsd.h:399: error: expected ')' before 'ieee80211_ioctl_getfunc' /obj/amd64/src/tmp/usr/include/net80211/ieee80211_freebsd.h:404: error: expected ')' before 'ieee80211_ioctl_setfunc' *** Error code 1 Stop in /src/sbin/ifconfig. *** Error code 1 Stop in /obj/amd64/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-03-24 22:10:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-24 22:10:24 - ERROR: failed to build world TB --- 2009-03-24 22:10:24 - 3236.84 user 331.38 system 4224.02 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From jkim at FreeBSD.org Wed Mar 25 15:23:50 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Wed Mar 25 15:24:07 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <3a142e750903251422x3c19207by5c817bfa9d872b85@mail.gmail.com> References: <200903111233.14029.jkim@FreeBSD.org> <3a142e750903251422x3c19207by5c817bfa9d872b85@mail.gmail.com> Message-ID: <200903251823.40899.jkim@FreeBSD.org> On Wednesday 25 March 2009 05:22 pm, Paul B. Mahol wrote: > On 3/11/09, Jung-uk Kim wrote: > > With popular demands, I will commit the following patch in next > > few days unless a showstopper is found or "over-my-dead-body" > > type of review is received. ;-) > > > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > > > FYI, it was originally posted here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > > > and here: > > > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > > > Please read the original threads for more information about the > > patch. > > Looks some of your changes makes i386 without ACPI (acpi is > disabled; not loaded and hint.acpi.0.disabled=1) fail to reboot. > > It this already known/documented behavior? Huh? No, it is totally unexpected because I didn't touch non-ACPI path for i386. Can you back out r189903, r190339, r190340 and test again? Jung-uk Kim From onemda at gmail.com Wed Mar 25 14:49:24 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Wed Mar 25 15:52:43 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111233.14029.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> Message-ID: <3a142e750903251422x3c19207by5c817bfa9d872b85@mail.gmail.com> On 3/11/09, Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > FYI, it was originally posted here: > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > and here: > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > Please read the original threads for more information about the patch. Looks some of your changes makes i386 without ACPI (acpi is disabled; not loaded and hint.acpi.0.disabled=1) fail to reboot. It this already known/documented behavior? -- Paul From onemda at gmail.com Wed Mar 25 15:56:00 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Wed Mar 25 17:01:42 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903251823.40899.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> <3a142e750903251422x3c19207by5c817bfa9d872b85@mail.gmail.com> <200903251823.40899.jkim@FreeBSD.org> Message-ID: <3a142e750903251555q77f3cab2nf95628f3bfbec842@mail.gmail.com> On 3/25/09, Jung-uk Kim wrote: > On Wednesday 25 March 2009 05:22 pm, Paul B. Mahol wrote: >> On 3/11/09, Jung-uk Kim wrote: >> > With popular demands, I will commit the following patch in next >> > few days unless a showstopper is found or "over-my-dead-body" >> > type of review is received. ;-) >> > >> > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff >> > >> > FYI, it was originally posted here: >> > >> > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim >> > >> > and here: >> > >> > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim >> > >> > Please read the original threads for more information about the >> > patch. >> >> Looks some of your changes makes i386 without ACPI (acpi is >> disabled; not loaded and hint.acpi.0.disabled=1) fail to reboot. >> >> It this already known/documented behavior? > > Huh? No, it is totally unexpected because I didn't touch non-ACPI > path for i386. Can you back out r189903, r190339, r190340 and test > again? I dont think/believe it is actually your change after all. -- Paul From tinderbox at freebsd.org Wed Mar 25 17:10:44 2009 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Wed Mar 25 17:10:57 2009 Subject: [releng_7 tinderbox] failure on amd64/amd64 Message-ID: <20090326001039.DF43E1B5060@freebsd-stable.sentex.ca> TB --- 2009-03-25 22:26:27 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-03-25 22:26:27 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-03-25 22:26:27 - cleaning the object tree TB --- 2009-03-25 22:26:52 - cvsupping the source tree TB --- 2009-03-25 22:26:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile TB --- 2009-03-25 22:27:01 - building world TB --- 2009-03-25 22:27:01 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-25 22:27:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-25 22:27:01 - TARGET=amd64 TB --- 2009-03-25 22:27:01 - TARGET_ARCH=amd64 TB --- 2009-03-25 22:27:01 - TZ=UTC TB --- 2009-03-25 22:27:01 - __MAKE_CONF=/dev/null TB --- 2009-03-25 22:27:01 - cd /src TB --- 2009-03-25 22:27:01 - /usr/bin/make -B buildworld >>> World build started on Wed Mar 25 22:27:03 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Wed Mar 25 23:56:15 UTC 2009 TB --- 2009-03-25 23:56:15 - generating LINT kernel config TB --- 2009-03-25 23:56:15 - cd /src/sys/amd64/conf TB --- 2009-03-25 23:56:15 - /usr/bin/make -B LINT TB --- 2009-03-25 23:56:15 - building LINT kernel TB --- 2009-03-25 23:56:15 - MAKEOBJDIRPREFIX=/obj TB --- 2009-03-25 23:56:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-03-25 23:56:15 - TARGET=amd64 TB --- 2009-03-25 23:56:15 - TARGET_ARCH=amd64 TB --- 2009-03-25 23:56:15 - TZ=UTC TB --- 2009-03-25 23:56:15 - __MAKE_CONF=/dev/null TB --- 2009-03-25 23:56:15 - cd /src TB --- 2009-03-25 23:56:15 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Mar 25 23:56: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 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/linux32/linux32_machdep.c cc -c -x assembler-with-cpp -DLOCORE -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /src/sys/amd64/linux32/linux32_support.s cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/linux32/linux32_sysent.c cc -c -O2 -frename-registers -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/linux32/linux32_sysvec.c /src/sys/amd64/linux32/linux32_sysvec.c: In function 'exec_linux_setregs': /src/sys/amd64/linux32/linux32_sysvec.c:835: error: '__LINUX_NPXCW__' undeclared (first use in this function) /src/sys/amd64/linux32/linux32_sysvec.c:835: error: (Each undeclared identifier is reported only once /src/sys/amd64/linux32/linux32_sysvec.c:835: error: for each function it appears in.) *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-03-26 00:10:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-03-26 00:10:39 - ERROR: failed to build lint kernel TB --- 2009-03-26 00:10:39 - 5228.70 user 566.48 system 6252.63 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-amd64-amd64.full From bruce at cran.org.uk Thu Mar 26 05:50:04 2009 From: bruce at cran.org.uk (Bruce Cran) Date: Thu Mar 26 05:50:10 2009 Subject: amd64/132170: 7.1 kernel compilation problem Message-ID: <200903261250.n2QCo3jM000780@freefall.freebsd.org> The following reply was made to PR amd64/132170; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, loic@abcmultimedia.fr Cc: Subject: Re: amd64/132170: 7.1 kernel compilation problem Date: Thu, 26 Mar 2009 12:45:52 +0000 What options do you have in your /etc/make.conf file? I think the build system should automatically add -fno-strict-aliasing when building at -O2 or higher optimization levels because enabling strict aliasing is known to cause problems. -- Bruce From ulrich at pukruppa.net Sat Mar 28 22:00:09 2009 From: ulrich at pukruppa.net (Peter Ulrich Kruppa) Date: Sat Mar 28 22:00:15 2009 Subject: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 Message-ID: <200903290459.n2T4xVi1083477@www.freebsd.org> >Number: 133173 >Category: amd64 >Synopsis: kernel compilation failure on 7.1 -STABLE amd64 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 05:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Peter Ulrich Kruppa >Release: 7.1 -STABLE amd64 >Organization: >Environment: FreeBSD *** 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Mar 9 19:57:06 CET 2009 ***:/usr/obj/usr/src/sys/*** amd64 >Description: Kernel build fails with this: [...] /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags' *** Error code 1 Stop in /usr/obj/usr/src/sys/***. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: Download latest sources and try to "make kernel" >Fix: >Release-Note: >Audit-Trail: >Unformatted: From danny at cs.huji.ac.il Sat Mar 28 23:10:03 2009 From: danny at cs.huji.ac.il (Danny Braniss) Date: Sat Mar 28 23:10:10 2009 Subject: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 Message-ID: <200903290610.n2T6A2s1027143@freefall.freebsd.org> The following reply was made to PR amd64/133173; it has been noted by GNATS. From: Danny Braniss To: Peter Ulrich Kruppa Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 Date: Sun, 29 Mar 2009 08:42:26 +0300 > > >Number: 133173 > >Category: amd64 > >Synopsis: kernel compilation failure on 7.1 -STABLE amd64 > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 29 05:00:09 UTC 2009 > >Closed-Date: > >Last-Modified: > >Originator: Peter Ulrich Kruppa > >Release: 7.1 -STABLE amd64 > >Organization: > >Environment: > FreeBSD *** 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Mar 9 19:57:06 CET 2009 ***:/usr/obj/usr/src/sys/*** amd64 > > >Description: > Kernel build fails with this: > > [...] > /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': > /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/***. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > >How-To-Repeat: > Download latest sources and try to "make kernel" > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > add to the configuration file: options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors danny From ulrich at pukruppa.net Sun Mar 29 07:53:53 2009 From: ulrich at pukruppa.net (Peter Ulrich Kruppa) Date: Sun Mar 29 07:54:00 2009 Subject: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 In-Reply-To: <200903290610.n2T6A2s1027143@freefall.freebsd.org> References: <200903290610.n2T6A2s1027143@freefall.freebsd.org> Message-ID: <49CF8895.30302@pukruppa.net> Danny Braniss schrieb: > The following reply was made to PR amd64/133173; it has been noted by GNATS. > > From: Danny Braniss > To: Peter Ulrich Kruppa > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 > Date: Sun, 29 Mar 2009 08:42:26 +0300 > > > > > >Number: 133173 > > >Category: amd64 > > >Synopsis: kernel compilation failure on 7.1 -STABLE amd64 > > >Confidential: no > > >Severity: serious > > >Priority: high > > >Responsible: freebsd-amd64 > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: sw-bug > > >Submitter-Id: current-users > > >Arrival-Date: Sun Mar 29 05:00:09 UTC 2009 > > >Closed-Date: > > >Last-Modified: > > >Originator: Peter Ulrich Kruppa > > >Release: 7.1 -STABLE amd64 > > >Organization: > > >Environment: > > FreeBSD *** 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Mar 9 19:57:06 CET 2009 ***:/usr/obj/usr/src/sys/*** amd64 > > > > >Description: > > Kernel build fails with this: > > > > [...] > > /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': > > /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' > > /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags' > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/***. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > >How-To-Repeat: > > Download latest sources and try to "make kernel" > > >Fix: > > > > > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > _______________________________________________ > > freebsd-amd64@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > > > add to the configuration file: > options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors > > danny That's it and even written in /usr/src/UPDATING 20090312 ! Thanks, Peter. > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" From ulrich at pukruppa.net Sun Mar 29 08:00:10 2009 From: ulrich at pukruppa.net (Peter Ulrich Kruppa) Date: Sun Mar 29 08:00:16 2009 Subject: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 Message-ID: <200903291500.n2TF09o7085937@freefall.freebsd.org> The following reply was made to PR amd64/133173; it has been noted by GNATS. From: Peter Ulrich Kruppa To: bug-followup@freebsd.org, ulrich@pukruppa.net, danny@cs.huji.ac.il Cc: Subject: Re: amd64/133173: kernel compilation failure on 7.1 -STABLE amd64 Date: Sun, 29 Mar 2009 16:35:33 +0200 That was it, thanks! I guess this bug can be closed now. Peter. From onemda at gmail.com Sun Mar 29 15:18:44 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Mar 29 15:43:39 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <200903111233.14029.jkim@FreeBSD.org> References: <200903111233.14029.jkim@FreeBSD.org> Message-ID: <3a142e750903291518x7f941c6ai6b27fae1472a9137@mail.gmail.com> On 3/11/09, Jung-uk Kim wrote: > With popular demands, I will commit the following patch in next few > days unless a showstopper is found or "over-my-dead-body" type of > review is received. ;-) > > http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff > > FYI, it was originally posted here: > > http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim > > and here: > > http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim > > Please read the original threads for more information about the patch. Just for the record: I tested amd64 SMP suspend/resume on HP nx7300 via usb stick and it works. (video is resumed if agp, drm and i915 are loaded) Now, if only same is going to happen with i386 .... -- Paul From linimon at FreeBSD.org Sun Mar 29 17:15:29 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Mar 29 17:20:02 2009 Subject: amd64/133173: [build] kernel compilation failure on 7.1 -STABLE amd64 Message-ID: <200903300015.n2U0FRRO039262@freefall.freebsd.org> Synopsis: [build] kernel compilation failure on 7.1 -STABLE amd64 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Mar 30 00:15:09 UTC 2009 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=133173 From bugmaster at FreeBSD.org Mon Mar 30 04:06:49 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 30 04:22:00 2009 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org Message-ID: <200903301106.n2UB6l5x054654@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 amd64/132574 amd64 [boot] Freeze on bootstrap loader (CD) using ATA/133 P o amd64/132170 amd64 7.1 kernel compilation problem o amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 o amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] The booting process stops at the line mounting o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129488 amd64 [smbfs] Kernel "bug" when using smbfs in smbfs_smb.c: o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] amd64 motherboard: Intel DG965WH motherboard co f amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127492 amd64 [zfs] System hang on ZFS input-output o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff f amd64/91492 amd64 [boot] BTX halted o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not f amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up 95 problems total. From jkim at FreeBSD.org Mon Mar 30 09:48:56 2009 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Mon Mar 30 09:49:08 2009 Subject: [HEADSUP] amd64 suspend/resume code to be comitted In-Reply-To: <3a142e750903291518x7f941c6ai6b27fae1472a9137@mail.gmail.com> References: <200903111233.14029.jkim@FreeBSD.org> <3a142e750903291518x7f941c6ai6b27fae1472a9137@mail.gmail.com> Message-ID: <200903301248.42966.jkim@FreeBSD.org> On Sunday 29 March 2009 06:18 pm, Paul B. Mahol wrote: > Just for the record: > > I tested amd64 SMP suspend/resume on HP nx7300 via usb stick and it > works. (video is resumed if agp, drm and i915 are loaded) Great. AFAIK, I believe drm(4) for Intel GPUs has proper suspend/resume code, i.e., rnoland moved the code to MI module and hooked it up to FreeBSD driver. Unfortunately, Linux crowd went crazy about KMS (Kernel Mode Setting) and didn't bother to implement it for other GPUs: https://fedoraproject.org/wiki/Features/KernelModesetting Since we don't have KMS, we have to implement the functionality in our MD driver modules, i.e., save/restore registers and VRAM. I believe rnoland is working on NVidia support code, though. > Now, if only same is going to happen with i386 .... I wish I had some free time... Thanks for the feed back! Jung-uk Kim From matej.serc at gmail.com Tue Mar 31 15:47:25 2009 From: matej.serc at gmail.com (=?windows-1252?Q?Matej_=8Aerc?=) Date: Tue Mar 31 15:47:32 2009 Subject: Xeon Quad with 9 GB RAM - only 4 GB detected Message-ID: <497fe93d0903311521g55d9e6fdm6020fb52abaac472@mail.gmail.com> Hi all, I am just trying to install FreeBSD 7.1 amd64 distro on the HP ML 150 G5 server and when booting, BIOS detects 9 GB of RAM, but when starting to install the system it is displayed that only 4 GBs are detected. Also the default swap partition size is 4 GB ... What would be the needed steps to enable FreeBSD using the entire memory in the machine? Thank you in advance for your time, Matej