From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 16:02:22 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBE491065672 for ; Tue, 30 Aug 2011 16:02:22 +0000 (UTC) (envelope-from olevole@olevole.ru) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6267C8FC0A for ; Tue, 30 Aug 2011 16:02:22 +0000 (UTC) Received: by bkat8 with SMTP id t8so7060148bka.13 for ; Tue, 30 Aug 2011 09:02:21 -0700 (PDT) Received: by 10.204.144.137 with SMTP id z9mr185004bku.245.1314718414995; Tue, 30 Aug 2011 08:33:34 -0700 (PDT) Received: from gizmo.nevosoft.local ([195.182.128.54]) by mx.google.com with ESMTPS id f6sm51925bkw.63.2011.08.30.08.33.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Aug 2011 08:33:33 -0700 (PDT) From: Oleg Ginzburg To: freebsd-current@freebsd.org Date: Tue, 30 Aug 2011 19:33:28 +0400 User-Agent: KMail/1.13.7 (FreeBSD/9.0-BETA2; KDE/4.6.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201108301933.28553.olevole@olevole.ru> X-Mailman-Approved-At: Tue, 30 Aug 2011 16:10:22 +0000 Subject: troubles with 9.0 beta2 installer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2011 16:02:22 -0000 Hi Some trouble in FreeBSD 9.0-beta2 Installer: a) Infinity loop of Dialog in Network Configuration stage when static IP selected without default gw: How to reproduce: Would you like to configure IPv4 for this interface - (set Y) Would you like to use DHCP to configure this interface - (set N) IP Address: (set 10.0.0.1 for example) Subnet Mask: (set 255.255.255.0 for example) Default Router: (leave blank) - After this, installer teleport to select interfaces dialog silenty b) Installer helpless where GPT table is broken: How to reproduce: 1) Install fresh system by default (GPT table) 2) Reboot in liveCD mode and overwrite last bytes (where GPT have backup). For exampe by gmirror label: gmirror label -v -b round-robin data ada0 3) Reboot with the installer and try install system by default to get a lot of windows without options: "Error: Operation not permitted. table ada0 is corrupt" "Error: Device busy" "Operation not permtted" "File exists. geom 'ada0'" this situation require LiveCD shell with "gpt recover" command