From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 29 10:33:54 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 243D516A402; Mon, 29 Jan 2007 10:33:54 +0000 (UTC) (envelope-from silencer@free-4ever.net) Received: from orthosie.free-4ever.net (orthosie.free-4ever.net [88.191.27.106]) by mx1.freebsd.org (Postfix) with ESMTP id B723E13C4A3; Mon, 29 Jan 2007 10:33:53 +0000 (UTC) (envelope-from silencer@free-4ever.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by orthosie.free-4ever.net (Postfix) with ESMTP id F3E671C5B3; Mon, 29 Jan 2007 11:13:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at free-4ever.net Received: from orthosie.free-4ever.net ([127.0.0.1]) by localhost (orthosie.free-4ever.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DKfVSu+omiZ0; Mon, 29 Jan 2007 11:13:18 +0100 (CET) Received: from [192.168.48.114] (unknown [83.145.94.46]) (Authenticated sender: silencer@free-4ever.net) by orthosie.free-4ever.net (Postfix) with ESMTP id 7ABC21BA9F; Mon, 29 Jan 2007 11:13:12 +0100 (CET) Message-ID: <45BDC89C.6000508@free-4ever.net> Date: Mon, 29 Jan 2007 11:12:44 +0100 From: Guillaume User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org, freebsd-questions@freebsd.org, samba@lists.samba.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Samba/LDAP PDC problem X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 10:33:54 -0000 Hi I want to run a Samba PDC with LDAP backend on a FreeBSD 6.2 for Sparc64. And off course, if I send this mail, it is not working ! :-( I have this error message when using smbclient on the PDC itself. The command line is: smbclient -L janus -Uadministrator%toto The result is: session setup failed: Call returned zero bytes (EOF) I've tested on 2 differents FreeBSD6.2 Sparc64, I have the same problem. But i've also tested on a FreeBSD 6.2 i386 with exactly the same configuration, it is working very well. And it is also working on a Debian Etch for Sparc64 ! The version of Samba is always up to date Thanks for any help. I put here my config file for Samba: --- # General parameters netbios name = janus work group = tatooine server string = janus (Centile PDC Server) dns proxy = no wins support = yes name resolve order = wins lmhosts host bcast time server = yes #socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 # Logging log file = /var/log/samba/log.%m syslog = 0 log level = 10 max log size = 1000 # This server is the PDC domain logons = yes os level = 35 local master = yes prefered master = yes domain master = yes security = user encrypt passwords = yes # Admin groups admin users = @administrators # Profils logon path = logon home = logon drive = u: logon script = %U.bat # LDAP parameters passdb backend = "ldapsam:ldaps://ldap1.centile.com/" ldap ssl = on ldap suffix = ou=internal,o=centile,dc=com ldap admin dn = cn=manager,o=centile,dc=com ldap machine suffix = ou=computers ldap user suffix = ou=users ldap group suffix = ou=groups #ldap idmap suffix = ou=users ldap passwd sync = yes # Netlogon #[netlogon] # comment = Repertoire Netlogon # path = /var/db/samba/netlogon # browsable = yes # read only = no # write list = @administrateurs # create mask = 0644 --- And here is the corresponding log file at level 10: --- [2007/01/29 10:17:26, 6] param/loadparm.c:lp_file_list_changed(2998) lp_file_list_changed() file /usr/local/etc/smb.conf -> /usr/local/etc/smb.conf last mod_time: Mon Jan 29 10:06:43 2007 [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info_map(161) make_user_info_map: Mapping user [TATOOINE]\[administrator] from workstation [JANUS] [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:push_sec_ctx(208) push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 3] smbd/uid.c:push_conn_ctx(345) push_conn_ctx(0) : conn_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_nt_user_token(448) NT user token: (NULL) [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_unix_user_token(474) UNIX token of user 0 Primary group is 0 and contains 0 supplementary groups [2007/01/29 10:17:26, 5] auth/auth_util.c:is_trusted_domain(2020) is_trusted_domain: Checking for domain trust with [TATOOINE] [2007/01/29 10:17:26, 5] passdb/secrets.c:secrets_fetch_trusted_domain_password(340) secrets_fetch failed! [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:pop_sec_ctx(339) pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 10] lib/gencache.c:gencache_get(329) Cache entry with key = TDOM/TATOOINE couldn't be found [2007/01/29 10:17:26, 5] libsmb/trustdom_cache.c:trustdom_cache_fetch(184) no entry for trusted domain TATOOINE found. [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(75) attempting to make a user_info for administrator (administrator) [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(85) making strings for administrator's user_info struct [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(117) making blobs for administrator's user_info struct [2007/01/29 10:17:26, 10] auth/auth_util.c:make_user_info(135) made an encrypted user_info for administrator (administrator) [2007/01/29 10:17:26, 3] auth/auth.c:check_ntlm_password(221) check_ntlm_password: Checking password for unmapped user [TATOOINE]\[administrator]@[JANUS] with the new password interface [2007/01/29 10:17:26, 3] auth/auth.c:check_ntlm_password(224) check_ntlm_password: mapped user is: [TATOOINE]\[administrator]@[JANUS] [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(233) check_ntlm_password: auth_context challenge created by NTLMSSP callback (NTLM2) [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(235) challenge is: [2007/01/29 10:17:26, 5] lib/util.c:dump_data(2222) [000] 56 D3 03 25 4A 00 8D 86 V..%J... [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(261) check_ntlm_password: guest had nothing to say [2007/01/29 10:17:26, 8] lib/util.c:is_myname(2043) is_myname("TATOOINE") returns 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:push_sec_ctx(208) push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 3] smbd/uid.c:push_conn_ctx(345) push_conn_ctx(0) : conn_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_nt_user_token(448) NT user token: (NULL) [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_unix_user_token(474) UNIX token of user 0 Primary group is 0 and contains 0 supplementary groups [2007/01/29 10:17:26, 5] lib/smbldap.c:smbldap_search_ext(1179) smbldap_search_ext: base => [ou=internal,o=centile,dc=com], filter => [(&(uid=administrator)(objectclass=sambaSamAccount))], scope => [2] --- -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net ---- Site: http://www.free-4ever.net From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 29 10:42:11 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9BDF16A400 for ; Mon, 29 Jan 2007 10:42:11 +0000 (UTC) (envelope-from silencer@free-4ever.net) Received: from orthosie.free-4ever.net (orthosie.free-4ever.net [88.191.27.106]) by mx1.freebsd.org (Postfix) with ESMTP id 46E6213C4B2 for ; Mon, 29 Jan 2007 10:42:11 +0000 (UTC) (envelope-from silencer@free-4ever.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by orthosie.free-4ever.net (Postfix) with ESMTP id 9A2DF1B620 for ; Mon, 29 Jan 2007 11:42:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at free-4ever.net Received: from orthosie.free-4ever.net ([127.0.0.1]) by localhost (orthosie.free-4ever.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8OTMXBQxFNpa for ; Mon, 29 Jan 2007 11:42:10 +0100 (CET) Received: from [192.168.48.114] (unknown [83.145.94.46]) (Authenticated sender: silencer@free-4ever.net) by orthosie.free-4ever.net (Postfix) with ESMTP id 523191B614 for ; Mon, 29 Jan 2007 11:42:10 +0100 (CET) Message-ID: <45BDCF68.5080306@free-4ever.net> Date: Mon, 29 Jan 2007 11:41:44 +0100 From: Guillaume User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Problem runing Samba 3.0.23d with LDAP on FreeBSD 6.2 sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 10:42:11 -0000 Hi I want to run a Samba PDC with LDAP backend on a FreeBSD 6.2 for Sparc64. And off course, if I send this mail, it is not working ! :-( I have this error message when using smbclient on the PDC itself. The command line is: smbclient -L janus -Uadministrator%toto The result is: session setup failed: Call returned zero bytes (EOF) I've tested on 2 differents FreeBSD6.2 Sparc64, I have the same problem. But i've also tested on a FreeBSD 6.2 i386 with exactly the same configuration, it is working very well. And it is also working on a Debian Etch for Sparc64 ! The version of Samba is always up to date Thanks for any help. I put here my config file for Samba: --- # General parameters netbios name = janus work group = tatooine server string = janus (Centile PDC Server) dns proxy = no wins support = yes name resolve order = wins lmhosts host bcast time server = yes #socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 # Logging log file = /var/log/samba/log.%m syslog = 0 log level = 10 max log size = 1000 # This server is the PDC domain logons = yes os level = 35 local master = yes prefered master = yes domain master = yes security = user encrypt passwords = yes # Admin groups admin users = @administrators # Profils logon path = logon home = logon drive = u: logon script = %U.bat # LDAP parameters passdb backend = "ldapsam:ldaps://ldap1.centile.com/" ldap ssl = on ldap suffix = ou=internal,o=centile,dc=com ldap admin dn = cn=manager,o=centile,dc=com ldap machine suffix = ou=computers ldap user suffix = ou=users ldap group suffix = ou=groups #ldap idmap suffix = ou=users ldap passwd sync = yes # Netlogon #[netlogon] # comment = Repertoire Netlogon # path = /var/db/samba/netlogon # browsable = yes # read only = no # write list = @administrateurs # create mask = 0644 --- And here is the corresponding log file at level 10: --- [2007/01/29 10:17:26, 6] param/loadparm.c:lp_file_list_changed(2998) lp_file_list_changed() file /usr/local/etc/smb.conf -> /usr/local/etc/smb.conf last mod_time: Mon Jan 29 10:06:43 2007 [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info_map(161) make_user_info_map: Mapping user [TATOOINE]\[administrator] from workstation [JANUS] [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:push_sec_ctx(208) push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 3] smbd/uid.c:push_conn_ctx(345) push_conn_ctx(0) : conn_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_nt_user_token(448) NT user token: (NULL) [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_unix_user_token(474) UNIX token of user 0 Primary group is 0 and contains 0 supplementary groups [2007/01/29 10:17:26, 5] auth/auth_util.c:is_trusted_domain(2020) is_trusted_domain: Checking for domain trust with [TATOOINE] [2007/01/29 10:17:26, 5] passdb/secrets.c:secrets_fetch_trusted_domain_password(340) secrets_fetch failed! [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:pop_sec_ctx(339) pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 10] lib/gencache.c:gencache_get(329) Cache entry with key = TDOM/TATOOINE couldn't be found [2007/01/29 10:17:26, 5] libsmb/trustdom_cache.c:trustdom_cache_fetch(184) no entry for trusted domain TATOOINE found. [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(75) attempting to make a user_info for administrator (administrator) [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(85) making strings for administrator's user_info struct [2007/01/29 10:17:26, 5] auth/auth_util.c:make_user_info(117) making blobs for administrator's user_info struct [2007/01/29 10:17:26, 10] auth/auth_util.c:make_user_info(135) made an encrypted user_info for administrator (administrator) [2007/01/29 10:17:26, 3] auth/auth.c:check_ntlm_password(221) check_ntlm_password: Checking password for unmapped user [TATOOINE]\[administrator]@[JANUS] with the new password interface [2007/01/29 10:17:26, 3] auth/auth.c:check_ntlm_password(224) check_ntlm_password: mapped user is: [TATOOINE]\[administrator]@[JANUS] [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(233) check_ntlm_password: auth_context challenge created by NTLMSSP callback (NTLM2) [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(235) challenge is: [2007/01/29 10:17:26, 5] lib/util.c:dump_data(2222) [000] 56 D3 03 25 4A 00 8D 86 V..%J... [2007/01/29 10:17:26, 10] auth/auth.c:check_ntlm_password(261) check_ntlm_password: guest had nothing to say [2007/01/29 10:17:26, 8] lib/util.c:is_myname(2043) is_myname("TATOOINE") returns 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:push_sec_ctx(208) push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 3] smbd/uid.c:push_conn_ctx(345) push_conn_ctx(0) : conn_ctx_stack_ndx = 0 [2007/01/29 10:17:26, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_nt_user_token(448) NT user token: (NULL) [2007/01/29 10:17:26, 5] auth/auth_util.c:debug_unix_user_token(474) UNIX token of user 0 Primary group is 0 and contains 0 supplementary groups [2007/01/29 10:17:26, 5] lib/smbldap.c:smbldap_search_ext(1179) smbldap_search_ext: base => [ou=internal,o=centile,dc=com], filter => [(&(uid=administrator)(objectclass=sambaSamAccount))], scope => [2] --- -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net ---- Site: http://www.free-4ever.net From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 29 11:08:48 2007 Return-Path: X-Original-To: freebsd-sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5586616A537 for ; Mon, 29 Jan 2007 11:08:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 407BA13C442 for ; Mon, 29 Jan 2007 11:08:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0TB8mNT042198 for ; Mon, 29 Jan 2007 11:08:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0TB8kW1042194 for freebsd-sparc64@FreeBSD.org; Mon, 29 Jan 2007 11:08:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Jan 2007 11:08:46 GMT Message-Id: <200701291108.l0TB8kW1042194@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 11:08:48 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o sparc/95297 sparc64 vt100 term does not work in install o sparc/95892 sparc64 [hme] MAC address of hme interfaces is ff:ff:ff:ff:ff: o sparc/98269 sparc64 Fresh 6.1 installation fails to boot o sparc/104428 sparc64 nullfs panics on E4500 (but not E420) o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/105607 sparc64 ipfw on sparc64 doesn't work at all (causes panic) o sparc/106251 sparc64 malloc fails > for large allocations s sparc/107087 sparc64 system is hinged during boot from CD o sparc/107947 sparc64 mysqld periodically core dumps (signal 4) with libthr 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame f sparc/91334 sparc64 FreeBSD 6.0 don't support tftp boot from remot tftp se o sparc/94190 sparc64 hw.physmem tunable does not work on sparc o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o sparc/97707 sparc64 mkskel.sh has bogus timestamp, causing buildworld on s o sparc/105157 sparc64 No reply to ping on Sparc64 6 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 30 06:43:52 2007 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB6AC16A403; Tue, 30 Jan 2007 06:43:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id A35E013C467; Tue, 30 Jan 2007 06:43:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l0U6hpon082808; Tue, 30 Jan 2007 01:43:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id l0U6hp56056170; Tue, 30 Jan 2007 01:43:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A290E73034; Tue, 30 Jan 2007 01:43:51 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070130064351.A290E73034@freebsd-current.sentex.ca> Date: Tue, 30 Jan 2007 01:43:51 -0500 (EST) X-Virus-Scanned: ClamAV version devel-20070108, clamav-milter version devel-111206 on news X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 06:43:52 -0000 TB --- 2007-01-30 05:33:29 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-01-30 05:33:29 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2007-01-30 05:33:29 - cleaning the object tree TB --- 2007-01-30 05:34:04 - checking out the source tree TB --- 2007-01-30 05:34:04 - cd /tinderbox/HEAD/sparc64/sparc64 TB --- 2007-01-30 05:34:04 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-01-30 05:47:45 - building world (CFLAGS=-O2 -pipe) TB --- 2007-01-30 05:47:45 - cd /src TB --- 2007-01-30 05:47:45 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 30 05:47:47 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jan 30 06:41:55 UTC 2007 TB --- 2007-01-30 06:41:55 - generating LINT kernel config TB --- 2007-01-30 06:41:55 - cd /src/sys/sparc64/conf TB --- 2007-01-30 06:41:55 - /usr/bin/make -B LINT TB --- 2007-01-30 06:41:55 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-01-30 06:41:55 - cd /src TB --- 2007-01-30 06:41:55 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 30 06:41:55 UTC 2007 >>> 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 [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/ofw/ofw_bus_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/sparc64/pci/ofw_pci_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding /src/sys/fs/msdosfs/msdosfs_vfsops.c:78:25: opt_msdosfs.h: No such file or directory /src/sys/fs/msdosfs/msdosfs_vnops.c:83:25: opt_msdosfs.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-01-30 06:43:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-01-30 06:43:51 - ERROR: failed to build lint kernel TB --- 2007-01-30 06:43:51 - tinderbox aborted TB --- 0.73 user 2.34 system 4221.81 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 30 06:47:04 2007 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2321B16A405; Tue, 30 Jan 2007 06:47:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E3EB213C4B7; Tue, 30 Jan 2007 06:47:03 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id l0U6l2Fc080295; Tue, 30 Jan 2007 01:47:02 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l0U6l24v013942; Tue, 30 Jan 2007 01:47:02 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 82EF173034; Tue, 30 Jan 2007 01:47:02 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070130064702.82EF173034@freebsd-current.sentex.ca> Date: Tue, 30 Jan 2007 01:47:02 -0500 (EST) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 06:47:04 -0000 TB --- 2007-01-30 05:40:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-01-30 05:40:03 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2007-01-30 05:40:03 - cleaning the object tree TB --- 2007-01-30 05:40:43 - checking out the source tree TB --- 2007-01-30 05:40:43 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2007-01-30 05:40:43 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-01-30 05:52:38 - building world (CFLAGS=-O2 -pipe) TB --- 2007-01-30 05:52:38 - cd /src TB --- 2007-01-30 05:52:38 - /usr/bin/make -B buildworld >>> World build started on Tue Jan 30 05:52:39 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jan 30 06:45:40 UTC 2007 TB --- 2007-01-30 06:45:40 - generating LINT kernel config TB --- 2007-01-30 06:45:40 - cd /src/sys/sun4v/conf TB --- 2007-01-30 06:45:40 - /usr/bin/make -B LINT TB --- 2007-01-30 06:45:41 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-01-30 06:45:41 - cd /src TB --- 2007-01-30 06:45:41 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 30 06:45:41 UTC 2007 >>> 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 [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/ofw/ofw_bus_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/sparc64/pci/ofw_pci_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/sun4v/mdesc/mdesc_bus_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding /src/sys/fs/msdosfs/msdosfs_vfsops.c:78:25: opt_msdosfs.h: No such file or directory /src/sys/fs/msdosfs/msdosfs_vnops.c:83:25: opt_msdosfs.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-01-30 06:47:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-01-30 06:47:02 - ERROR: failed to build lint kernel TB --- 2007-01-30 06:47:02 - tinderbox aborted TB --- 0.59 user 1.98 system 4018.76 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 1 12:52:28 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE4D716A402 for ; Thu, 1 Feb 2007 12:52:28 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from mx2.netclusive.de (mx2.netclusive.de [89.110.132.132]) by mx1.freebsd.org (Postfix) with ESMTP id 59B4E13C467 for ; Thu, 1 Feb 2007 12:52:27 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from nermal.rz1.convenimus.net (p3EE22BCD.dip0.t-ipconnect.de [62.226.43.205]) by mx2.netclusive.de (Postfix) with ESMTP id 8474B26034F for ; Thu, 1 Feb 2007 13:52:26 +0100 (CET) Received: by nermal.rz1.convenimus.net (Postfix, from userid 8) id 77C0915213; Thu, 1 Feb 2007 13:52:25 +0100 (CET) To: freebsd-sparc64@freebsd.org Path: not-for-mail From: Christian Baer Newsgroups: gmane.os.freebsd.devel.sparc Date: Thu, 1 Feb 2007 13:52:25 +0100 (CET) Organization: Convenimus Projekt Lines: 47 Message-ID: NNTP-Posting-Host: garfield.rz1.convenimus.net X-Trace: nermal.rz1.convenimus.net 1170334345 20215 192.168.100.11 (1 Feb 2007 12:52:25 GMT) X-Complaints-To: abuse@convenimus.net NNTP-Posting-Date: Thu, 1 Feb 2007 12:52:25 +0000 (UTC) User-Agent: slrn/0.9.8.1 (FreeBSD) Subject: good (working) CFLAGS for SPARC64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 12:52:28 -0000 Hello everybody! :-) I've been reading up a little on how to make my system a little faster. If you are running some Core2 Duo or a fast AMD64, you might not bother to even think about this, as the system will be fast enough "as is". But the fastest CPUs supported by FreeBSD are UltraSPARC II with 450MHz, probably making the U60 and U80 the fastest current SPARC64 machines for FreeBSD. Just the same, my U60 with 2GB auf RAM and 2 450MHz CPUs isn't exactly Formular 1. :-) Since the SPARC plattform in general seems to benifit a great deal from optimization flags at compile time (much more than i386) I thought it might be a good idea to look at a few options. First of all, I can't really find the options FreeBSD seems to have, no matter if I'm compiling world, kernel or something else. The file that the handbook states: /usr/share/examples/etc/make.conf doesn't exist. Actually, /usr/share/examples/etc/ doesn't even exist on my machine. I am running FreeBSD 6.2-STABLE (updated late night; CET). There is a file in /usr/src/share/examples/etc/ but it seems to be from the i386 platform (CPU-type is PIII) and doesn't contain really sane defaults for SPARC64 and certainly doesn't seem to contain the defaults that apply to my system (from what I've observed). Is there such thing as a make.conf that contains all the defaults for sparc64? If so, where is it? Looking at what I see when compiling just about anything, I'd say the CFLAGS are set to "-O2 -pipe", where the second option doesn't really do much about the code being created. CXXFLAGS probably isn't set so the options there are the same as for CFLAGS. If these are the only settings passed on to the cc, it will probably create code that is "optimized" for the V7. At least, that would be the default according to the documentation of the gcc. V7 code isn't really all that good for any v9 CPU, including my UltraSPARC II, as the istruction set is rather restricted. I was thinking of setting the CFLAGS to something like -O2 -pipe -mcpu=ultrasparc -m64 Is that a sane configuration? Will the world and the kernel run with those? Has anyone ever tried that? :-) Since -O3 doesn't really help speeding up the result much (exept when you aretrying to kill time while compiling), I haven't bothered with that one. Does FreeBSD even compile with that on? Regards Chris From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 2 20:27:45 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C3EA16A400 for ; Fri, 2 Feb 2007 20:27:45 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by mx1.freebsd.org (Postfix) with ESMTP id 1310D13C461 for ; Fri, 2 Feb 2007 20:27:45 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HD4it-0003uh-9n for freebsd-sparc64@freebsd.org; Fri, 02 Feb 2007 12:09:27 -0800 Message-ID: <8774820.post@talk.nabble.com> Date: Fri, 2 Feb 2007 12:09:27 -0800 (PST) From: xaoslaad To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: monty19@hotmail.com Subject: freebsd-update X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 20:27:45 -0000 Firstly I apologize if this is the wrong place to post this, and would appreciate a point in the right direction if not, but as far as I can tell it looks like a good place to start I just did a clean install of FreeBSD 6.2 RELEASE on an Ultra 5 .This is my first time running on a Sparc, and everything is working great now that I've got the keyboard/mouse working in X, sound working, etc. The only problem is freebsd-update kicking back the following error: # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching public key from update1.FreeBSD.org... failed. No mirrors remaining, giving up. I have 6.2 RELEASE running on an i386 and freebsd-update works fine, so not sure what's up. Any ideas? Thanks for your responses. -- View this message in context: http://www.nabble.com/freebsd-update-tf3163306.html#a8774820 Sent from the freebsd-sparc64 mailing list archive at Nabble.com. From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 2 20:36:57 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7DC016A401 for ; Fri, 2 Feb 2007 20:36:57 +0000 (UTC) (envelope-from evultrole@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA8D13C47E for ; Fri, 2 Feb 2007 20:36:57 +0000 (UTC) (envelope-from evultrole@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so841666uge for ; Fri, 02 Feb 2007 12:36:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ddubRoqCOlMlWtf7/z4p2KiJ48u53R/Y35uxX/vbcjMWrTrzKPnBDg7Xv8ixuWfr0cZglIZ1Ynida11ibyQhN4FBn52CwE8MHmaJjlQPDDNJRrigaE9V5VAETX73Pl9tErlJ4VSKnYdpkxosF290lQygCpUPv+63cTSZX5owkso= Received: by 10.78.204.7 with SMTP id b7mr865704hug.1170447176040; Fri, 02 Feb 2007 12:12:56 -0800 (PST) Received: by 10.78.184.7 with HTTP; Fri, 2 Feb 2007 12:12:56 -0800 (PST) Message-ID: <340594530702021212x63266109yf2f1d4b7b5833c9e@mail.gmail.com> Date: Fri, 2 Feb 2007 12:12:56 -0800 From: "Steven Hillis" To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: good (working) CFLAGS for SPARC64 (Christian Baer) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 20:36:58 -0000 Chris, I've personally had some success with the following: -O2 -mcpu=ultrasparc -pipe -fomit-frame-pointer -ffast-math -finline-functions -fweb -frename-registers -mapp-regs Now, I'm pretty sure there are people who would scold me about a few of those uses, mapp-regs and fast-math specifically, but I don't have any troubles as a result of them in what I do... I don't know the default setting of mapp-regs, it varies from system to system (on in Linux, off in Solaris, dunno in any BSD), this may be an unneeded flag. Likewise, fomit-frame-pointer may be enabled by default or it may not, depends on how gcc may decide if "doing so does not interfere with debugging"... I personally don't care half a crap about debugging, so I stick it in just to be sure. Most of the extra flags in there mess up debugging, so toss them out if you care about that. Really I guess most of that is either just being sure something is enabled or going a little past -O3 without the funswitch-loops bit (I don't like that option so I don't use it, don't ask me why, it's completely irrational, I don't even know what it does. It broke a program one time during compile and I've never used it since.) Also, the fact that I get it to compile and run everything with those flags may be a complete fluke, I've had problems with -O3 in the past (when -O was the most recommended on the kernel) and I don't know what has changed since, but what I have enabled now seems to be ok for me. Also, I don't use -m64 as there is no 32-bit environment support in FreeBSD-Sparc64 anyway, so it seems that adding it would be... redundant? if this is not the case someone please chime in. I don't claim to know how longs and pointers are set in binaries by default, it just seems it would be the case. Message: 1 > Date: Thu, 1 Feb 2007 13:52:25 +0100 (CET) > From: Christian Baer > Subject: good (working) CFLAGS for SPARC64 > To: freebsd-sparc64@freebsd.org > Message-ID: > > Hello everybody! :-) > > I've been reading up a little on how to make my system a little faster. > If you are running some Core2 Duo or a fast AMD64, you might not bother > to even think about this, as the system will be fast enough "as is". But > the fastest CPUs supported by FreeBSD are UltraSPARC II with 450MHz, > probably making the U60 and U80 the fastest current SPARC64 machines for > FreeBSD. Just the same, my U60 with 2GB auf RAM and 2 450MHz CPUs isn't > exactly Formular 1. :-) > > Since the SPARC plattform in general seems to benifit a great deal from > optimization flags at compile time (much more than i386) I thought it > might be a good idea to look at a few options. > > First of all, I can't really find the options FreeBSD seems to have, no > matter if I'm compiling world, kernel or something else. The file that > the handbook states: /usr/share/examples/etc/make.conf doesn't exist. > Actually, /usr/share/examples/etc/ doesn't even exist on my machine. I > am running FreeBSD 6.2-STABLE (updated late night; CET). There is a file > in /usr/src/share/examples/etc/ but it seems to be from the i386 > platform (CPU-type is PIII) and doesn't contain really sane defaults for > SPARC64 and certainly doesn't seem to contain the defaults that apply to > my system (from what I've observed). Is there such thing as a make.conf > that contains all the defaults for sparc64? If so, where is it? > > Looking at what I see when compiling just about anything, I'd say the > CFLAGS are set to "-O2 -pipe", where the second option doesn't really do > much about the code being created. CXXFLAGS probably isn't set so the > options there are the same as for CFLAGS. If these are the only settings > passed on to the cc, it will probably create code that is "optimized" > for the V7. At least, that would be the default according to the > documentation of the gcc. V7 code isn't really all that good for any v9 > CPU, including my UltraSPARC II, as the istruction set is rather > restricted. > > I was thinking of setting the CFLAGS to something like > -O2 -pipe -mcpu=ultrasparc -m64 > > Is that a sane configuration? Will the world and the kernel run with > those? Has anyone ever tried that? :-) > > Since -O3 doesn't really help speeding up the result much (exept when > you aretrying to kill time while compiling), I haven't bothered with > that one. Does FreeBSD even compile with that on? > > Regards > Chris > From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 3 20:18:33 2007 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7459916A400; Sat, 3 Feb 2007 20:18:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 35D0113C428; Sat, 3 Feb 2007 20:18:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l13KIWb4023111; Sat, 3 Feb 2007 15:18:32 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l13KIW5x028075; Sat, 3 Feb 2007 15:18:32 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5D1F073034; Sat, 3 Feb 2007 15:18:32 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070203201832.5D1F073034@freebsd-current.sentex.ca> Date: Sat, 3 Feb 2007 15:18:32 -0500 (EST) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 20:18:33 -0000 TB --- 2007-02-03 19:02:43 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-02-03 19:02:43 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2007-02-03 19:02:43 - cleaning the object tree TB --- 2007-02-03 19:03:13 - checking out the source tree TB --- 2007-02-03 19:03:13 - cd /tinderbox/HEAD/sparc64/sparc64 TB --- 2007-02-03 19:03:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-02-03 19:16:40 - building world (CFLAGS=-O2 -pipe) TB --- 2007-02-03 19:16:40 - cd /src TB --- 2007-02-03 19:16:40 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 3 19:16:42 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sat Feb 3 20:12:00 UTC 2007 TB --- 2007-02-03 20:12:00 - generating LINT kernel config TB --- 2007-02-03 20:12:00 - cd /src/sys/sparc64/conf TB --- 2007-02-03 20:12:00 - /usr/bin/make -B LINT TB --- 2007-02-03 20:12:00 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-02-03 20:12:00 - cd /src TB --- 2007-02-03 20:12:00 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 3 20:12:01 UTC 2007 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uftdi.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/ugen.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhci_pci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhid.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhub.c /src/sys/dev/usb/uhub.c: In function `uhub_attach': /src/sys/dev/usb/uhub.c:185: error: structure has no member named `dev' *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-02-03 20:18:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-02-03 20:18:32 - ERROR: failed to build lint kernel TB --- 2007-02-03 20:18:32 - tinderbox aborted TB --- 0.62 user 2.38 system 4548.14 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 3 20:19:30 2007 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18F8416A403; Sat, 3 Feb 2007 20:19:30 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id CF39813C428; Sat, 3 Feb 2007 20:19:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l13KJT7K023152; Sat, 3 Feb 2007 15:19:29 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l13KJTXm028790; Sat, 3 Feb 2007 15:19:29 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3982573034; Sat, 3 Feb 2007 15:19:29 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070203201929.3982573034@freebsd-current.sentex.ca> Date: Sat, 3 Feb 2007 15:19:29 -0500 (EST) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 20:19:30 -0000 TB --- 2007-02-03 19:06:47 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-02-03 19:06:47 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2007-02-03 19:06:47 - cleaning the object tree TB --- 2007-02-03 19:07:28 - checking out the source tree TB --- 2007-02-03 19:07:28 - cd /tinderbox/HEAD/sparc64/sun4v TB --- 2007-02-03 19:07:28 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-02-03 19:19:11 - building world (CFLAGS=-O2 -pipe) TB --- 2007-02-03 19:19:11 - cd /src TB --- 2007-02-03 19:19:11 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 3 19:19:12 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sat Feb 3 20:13:21 UTC 2007 TB --- 2007-02-03 20:13:21 - generating LINT kernel config TB --- 2007-02-03 20:13:21 - cd /src/sys/sun4v/conf TB --- 2007-02-03 20:13:21 - /usr/bin/make -B LINT TB --- 2007-02-03 20:13:21 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-02-03 20:13:21 - cd /src TB --- 2007-02-03 20:13:21 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 3 20:13:21 UTC 2007 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uftdi.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/ugen.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhci_pci.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhid.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/dev/usb/uhub.c /src/sys/dev/usb/uhub.c: In function `uhub_attach': /src/sys/dev/usb/uhub.c:185: error: structure has no member named `dev' *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-02-03 20:19:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-02-03 20:19:29 - ERROR: failed to build lint kernel TB --- 2007-02-03 20:19:29 - tinderbox aborted TB --- 0.49 user 2.09 system 4361.48 real http://tinderbox.des.no/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 3 21:00:35 2007 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F24016A409 for ; Sat, 3 Feb 2007 21:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF2B13C4A3 for ; Sat, 3 Feb 2007 21:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l13L0ZPM053910 for ; Sat, 3 Feb 2007 21:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l13L0Z5v053906; Sat, 3 Feb 2007 21:00:35 GMT (envelope-from gnats) Resent-Date: Sat, 3 Feb 2007 21:00:35 GMT Resent-Message-Id: <200702032100.l13L0Z5v053906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Grillet Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25FCE16A403 for ; Sat, 3 Feb 2007 20:58:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id F2EF213C46B for ; Sat, 3 Feb 2007 20:58:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l13Kwg5a014384 for ; Sat, 3 Feb 2007 20:58:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l13Kwgde014383; Sat, 3 Feb 2007 20:58:42 GMT (envelope-from nobody) Message-Id: <200702032058.l13Kwgde014383@www.freebsd.org> Date: Sat, 3 Feb 2007 20:58:42 GMT From: Andrew Grillet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: sparc64/108732: ping reports 14 digit time X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 21:00:35 -0000 >Number: 108732 >Category: sparc64 >Synopsis: ping reports 14 digit time >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 03 21:00:34 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Andrew Grillet >Release: 6.2-RELEASE >Organization: grillet family >Environment: Not captured, but 6.2-RELEASE build friday 12 January >Description: >From a Sun AXI 440MHz, type # ping google.com see result like ping 63 bytes from 192.168.2.20 icmp_seq=n ttl=64 time=257698753776000.000 result ssimliar with local and remote destinations. >How-To-Repeat: type ping anytime >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: