NetBSD Problem Report #54423
From www@netbsd.org Wed Jul 31 19:41:42 2019
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
by mollari.NetBSD.org (Postfix) with ESMTPS id B4AB47A178
for <gnats-bugs@gnats.NetBSD.org>; Wed, 31 Jul 2019 19:41:42 +0000 (UTC)
Message-Id: <20190731194141.EDF5C7A1C1@mollari.NetBSD.org>
Date: Wed, 31 Jul 2019 19:41:41 +0000 (UTC)
From: joernc@posteo.de
Reply-To: joernc@posteo.de
To: gnats-bugs@NetBSD.org
Subject: installer for NetBSD 9.0_BETA/amd64 problems
X-Send-Pr-Version: www-1.0
>Number: 54423
>Category: install
>Synopsis: installer for NetBSD 9.0_BETA/amd64 problems
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: martin
>State: feedback
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jul 31 19:45:00 +0000 2019
>Closed-Date:
>Last-Modified: Tue Apr 21 19:56:27 +0000 2020
>Originator: Joern Clausen
>Release: 9.0_BETA
>Organization:
>Environment:
>Description:
I tried to install the 9.0 BETA/amd64 released 2019-07-30 as virtual machine on VMware ESXi 6.7 using the ISO image.
The partitioning dialogue seems to be broken. I chose GPT partitioning and wanted to add a custom partition "/homes". I was not able to set the size of this partition on the first dialogue page. The second page (partition details) allowed me to actually do that. After accepting the partitions, the installer bailed out with
Segmentation fault ${cmd}
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
From: =?utf-8?Q?J=C3=B6rn_Clausen?= <joernc@posteo.de>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: install/54423: installer for NetBSD 9.0_BETA/amd64 problems
Date: Wed, 31 Jul 2019 21:57:55 +0200
--Apple-Mail=_8DBDD748-B7D7-4521-9580-E638113D5198
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
With MBR it is the same, maybe even worse. I was able to create an empty =
partition with no mountpoint, that I was not able to delete in the first =
part of the dialogue, and not allowed to edit in the second part of the =
dialogue.
> Am 31.07.2019 um 21:45 schrieb gnats-admin@netbsd.org:
>=20
> Thank you very much for your problem report.
> It has the internal identification `install/54423'.
> The individual assigned to look at your
> report is: install-manager.
>=20
>> Category: install
>> Responsible: install-manager
>> Synopsis: installer for NetBSD 9.0_BETA/amd64 problems
>> Arrival-Date: Wed Jul 31 19:45:00 +0000 2019
>=20
--
Joern Clausen
https://www.oe-files.de/photography/
--Apple-Mail=_8DBDD748-B7D7-4521-9580-E638113D5198
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEzVooW1PV8KYCsXHJn81JK3TC7BIFAl1B8sMACgkQn81JK3TC
7BLWfwf8Ck4+zwKLljZmQJNQ4/mlwBwI7iveB8lvKeM9IQgDUVmWUcTB0XXkgnvo
9sLEmY2LLVE+EVGyAdO+HGVw7vvZrwrgK6Q0Ztc62ovV0ECA4adTKZJmuATKLLOQ
6xsnY9oLr/3uT10FU63HevUbnACb63v6QemvMIgFwTQ388z595xDnQa+nEpRQiKP
BJxfDQkxnbQV4s/5e4P5jsL2E6s5VB5GUNiyEYqChESyVJYnuSrpl+/oPxF1KuRY
8mzzzFQFtazsM6fsa0ZkHmnlfGAfhjDBT2b15wqr/Y5BHm1low9Ms+seE8p+Q8cP
Cx5s4yReC+dkuURaiQYU/F2wMxffcw==
=K0/r
-----END PGP SIGNATURE-----
--Apple-Mail=_8DBDD748-B7D7-4521-9580-E638113D5198--
Responsible-Changed-From-To: install-manager->martin
Responsible-Changed-By: martin@NetBSD.org
Responsible-Changed-When: Thu, 01 Aug 2019 05:12:49 +0000
Responsible-Changed-Why:
TAke
From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/54423 CVS commit: src/usr.sbin/sysinst
Date: Thu, 1 Aug 2019 16:48:06 +0000
Module Name: src
Committed By: martin
Date: Thu Aug 1 16:48:06 UTC 2019
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
PR 54423: fix handling of user defined partitions
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/sysinst/bsddisklabel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/54423 CVS commit: src/usr.sbin/sysinst
Date: Thu, 1 Aug 2019 17:49:12 +0000
Module Name: src
Committed By: martin
Date: Thu Aug 1 17:49:12 UTC 2019
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
PR 54423: complete initialization of install info for user defined partitions
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/sysinst/bsddisklabel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
From: "SAITOH Masanobu" <msaitoh@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/54423 CVS commit: [netbsd-9] src/usr.sbin/sysinst
Date: Fri, 2 Aug 2019 05:43:21 +0000
Module Name: src
Committed By: msaitoh
Date: Fri Aug 2 05:43:21 UTC 2019
Modified Files:
src/usr.sbin/sysinst [netbsd-9]: bsddisklabel.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #5):
usr.sbin/sysinst/bsddisklabel.c: revision 1.24
usr.sbin/sysinst/bsddisklabel.c: revision 1.25
PR 54423: fix handling of user defined partitions
PR 54423: complete initialization of install info for user defined partitions
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.2.1 src/usr.sbin/sysinst/bsddisklabel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
State-Changed-From-To: open->feedback
State-Changed-By: maya@NetBSD.org
State-Changed-When: Tue, 21 Apr 2020 19:56:27 +0000
State-Changed-Why:
Did the changes resolve your issue?
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.