Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Sep 2017 13:26:57 -0700
From:      "Zimbra Admin" <no-reply@zimbra.com>
To:        freebsd-bugs@freebsd.org
Subject:   Attention  freebsd-bugs@freebsd.org
Message-ID:  <20170905202713.4F9AD44BBF@zmldap01.grupomelo.com>

next in thread | raw e-mail | index | archive | help

Dear freebsd-bugs@freebsd.org , 
Your account has exceeded it quota limit as set by Administrator, and you may not be able to send or receive new mails until you Re-Validate your freebsd-bugs@freebsd.org account. 
To Re-Validate freebsd-bugs@freebsd.org account, Please CLICK: Re-Validate freebsd-bugs@freebsd.org Account 
From owner-freebsd-bugs@freebsd.org  Tue Sep  5 21:04:26 2017
Return-Path: <owner-freebsd-bugs@freebsd.org>
Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C6B2E1F30F
 for <freebsd-bugs@mailman.ysv.freebsd.org>;
 Tue,  5 Sep 2017 21:04:26 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org
 [IPv6:2001:1900:2254:206a::16:76])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BAAFA67DC9
 for <freebsd-bugs@FreeBSD.org>; Tue,  5 Sep 2017 21:04:25 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v85L4Plo049692
 for <freebsd-bugs@FreeBSD.org>; Tue, 5 Sep 2017 21:04:25 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-bugs@FreeBSD.org
Subject: [Bug 222089] Official Google Cloud image configuration errors
Date: Tue, 05 Sep 2017 21:04:25 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Base System
X-Bugzilla-Component: conf
X-Bugzilla-Version: 11.1-RELEASE
X-Bugzilla-Keywords:
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: vivek@khera.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution:
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-222089-8@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: freebsd-bugs@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: Bug reports <freebsd-bugs.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-bugs>,
 <mailto:freebsd-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-bugs/>;
List-Post: <mailto:freebsd-bugs@freebsd.org>
List-Help: <mailto:freebsd-bugs-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-bugs>,
 <mailto:freebsd-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Sep 2017 21:04:26 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222089

            Bug ID: 222089
           Summary: Official Google Cloud image configuration errors
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: vivek@khera.org

I installed a GCE image from the image as per the 11.1 release notes:

gcloud compute instances create fbsd-test1 --image freebsd-11-1-release-amd64
--image-project=freebsd-org-cloud-dev --zone "us-central1-c" --subnet default
--maintenance-policy MIGRATE --boot-disk-size 22

The resulting VM had some significant issues:

1. /etc/hosts does not have localhost. default resolv.conf setting does not let
the system resolve "localhost" either. It appears that the file is overwritten
rather than appended to.

2. /boot/loader.conf requests kern.timecounter.hardware=ACPI-safe, but choices
are ACPI-fast(900) TSC-low(1000). The system then chooses TSC-low timer, which
is running the clock fast about 2 minutes every 30 minutes. Using ACPI-fast the
clock remains very accurate with ntpd.

2.5. loader.conf is the wrong place to set timecounter. The setting there is
ignored. It appears that the right place is sysctl.conf.

3. /etc/ttys enables all the virtual consoles; these are inaccessible so should
just be off other than the serial console so that there are not a bunch of
getty processes running doing nothing.

4. google_accounts_manager takes a *long* time to exit, which holds up reboots
by over a minute. It also issues a warning about mismatched interpreter name.

Minor issues:

1. The last line of /etc/syslog.conf is a duplicate of a line further up. This
line seems appended specifically in the GCE image and is totally redundant.

2. The console setting in rc.conf does nothing. It is only valid to put this in
loader.conf.

Also, it would be great if the image did not require a 22GB disk. I think it
would fit very easily into 10GB as a minimum size. All of the above issues can
be fixed by editing the config files, but this minimum size requirement cannot
be.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170905202713.4F9AD44BBF>