From nobody@FreeBSD.org  Mon Jun 29 14:42:23 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 077801065696
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Jun 2009 14:42:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EA4E28FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Jun 2009 14:42:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5TEgMeP040054
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Jun 2009 14:42:22 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n5TEgMNL040053;
	Mon, 29 Jun 2009 14:42:22 GMT
	(envelope-from nobody)
Message-Id: <200906291442.n5TEgMNL040053@www.freebsd.org>
Date: Mon, 29 Jun 2009 14:42:22 GMT
From: Yuriy Glukhov <yuriy.glukhov@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysinstall installs wrong architecture
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136161
>Category:       bin
>Synopsis:       sysinstall(8) installs wrong architecture on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-sysinstall
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 29 14:50:00 UTC 2009
>Closed-Date:    Thu Mar 10 23:37:24 EST 2011
>Last-Modified:  Thu Mar 10 23:38:51 EST 2011
>Originator:     Yuriy Glukhov
>Release:        7.2
>Organization:
>Environment:
FreeBSD test.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
1. Install an amd64 distribution on a USB pen drive.
2. Install the pen drive to a Xeon server.
3. Boot from the pen drive.
4. Run sysinstall, and install (standard installation) the OS to the local HDD, using one of FreeBSD FTPs.
5. Remove the pen drive and boot from the HDD with newly installed system.
6. Observe the uname -a.

Actual result: the architecture is i386.
Expected result: the architecture should be amd64.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jun 29 20:29:26 UTC 2009 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136161 

From: John Baldwin <jhb@freebsd.org>
To: freebsd-amd64@freebsd.org
Cc: Yuriy Glukhov <yuriy.glukhov@gmail.com>,
 freebsd-gnats-submit@freebsd.org
Subject: Re: amd64/136161: sysinstall installs wrong architecture
Date: Mon, 13 Jul 2009 11:40:33 -0400

 Are you sure you had amd64 on the pen drive (verified with uname -a).  The 
 arch to install is hard-coded into the sysinstall binary at build time such 
 that an amd64 sysinstall can only install an amd64 release.
 
 -- 
 John Baldwin

From: Yuriy Glukhov <yuriy.glukhov@gmail.com>
To: John Baldwin <jhb@freebsd.org>
Cc: freebsd-amd64@freebsd.org,
 freebsd-gnats-submit@freebsd.org
Subject: Re: amd64/136161: sysinstall installs wrong architecture
Date: Wed, 15 Jul 2009 20:57:14 +0300

 Yes, after booting from a pen drive "uname -a" displays amd64 arch.
 
 If the arch is hard-coded to sysinstall, could it be that the wrong  
 sysinstall is installed on the pen-drive? I'm not sure if the  
 sysinstall just copies itself during the installation or it downloads  
 itself with another packages from ftp. In second case it could be  
 explained with an incorrect ftp distribution.
 
 Best regards,
 Yuriy Glukhov.
 
 On Jul 13, 2009, at 6:40 PM, John Baldwin wrote:
 
 > On Monday 29 June 2009 10:42:22 am Yuriy Glukhov wrote:
 >>
 >>> Number:         136161
 >>> Category:       amd64
 >>> Synopsis:       sysinstall installs wrong architecture
 >>> 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:   Mon Jun 29 14:50:00 UTC 2009
 >>> Closed-Date:
 >>> Last-Modified:
 >>> Originator:     Yuriy Glukhov
 >>> Release:        7.2
 >>> Organization:
 >>> Environment:
 >> FreeBSD test.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri  
 >> May  1
 > 07:18:07 UTC 2009
 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 >>> Description:
 >> 1. Install an amd64 distribution on a USB pen drive.
 >> 2. Install the pen drive to a Xeon server.
 >> 3. Boot from the pen drive.
 >> 4. Run sysinstall, and install (standard installation) the OS to  
 >> the local
 > HDD, using one of FreeBSD FTPs.
 >> 5. Remove the pen drive and boot from the HDD with newly installed  
 >> system.
 >> 6. Observe the uname -a.
 >>
 >> Actual result: the architecture is i386.
 >> Expected result: the architecture should be amd64.
 >
 > Are you sure you had amd64 on the pen drive (verified with uname - 
 > a).  The
 > arch to install is hard-coded into the sysinstall binary at build  
 > time such
 > that an amd64 sysinstall can only install an amd64 release.
 >
 > -- 
 > John Baldwin
 
Responsible-Changed-From-To: freebsd-bugs->freebsd-sysinstall 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Tue Jul 13 13:33:52 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136161 

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, yuriy.glukhov@gmail.com
Cc:  
Subject: Re: bin/136161: sysinstall(8) installs wrong architecture on amd64
Date: Tue, 13 Jul 2010 08:34:04 -0700

 Could you please tell us how you prepared / obtained the media?
 Thanks,
 -Garrett
State-Changed-From-To: open->feedback  
State-Changed-By: brucec 
State-Changed-When: Sat Jul 17 20:34:54 UTC 2010 
State-Changed-Why:  
Note that feedback was requested. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136161 
State-Changed-From-To: feedback->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Mar 10 23:37:18 EST 2011 
State-Changed-Why: likely user error and no feedback for over 6 mos 


http://www.freebsd.org/cgi/query-pr.cgi?pr=136161 
>Unformatted:
