2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GCEにFreeBSDをインストールする

Last updated at Posted at 2018-05-31

Google Compute Engineに公式のFreeBSDイメージは存在しない。

コミュニティ版あり。
https://www.cyberciti.biz/faq/howto-deploying-freebsd11-unix-on-google-cloud/

インスタンス動くけど動作が微妙。ssh鍵のセットアップがうまくいかない。

GCE用エージェントプログラムが古いらしい。

> pkg install py27-google-compute-engine
/etc/rc.conf
google_instance_setup_enable="YES"
google_accounts_daemon_enable="YES"
google_ip_forwarding_daemon_enable="YES"
google_clock_skew_daemon_enable="YES"

入れ替えたら使えそう。

ntp同期が調子悪い。

> sysctl kern.timecounter.hardware
kern.timecounter.hardware: TSC

タイマーソース変えてみる。

sysctl kern.timecounter.hardware="ACPI-fast"

同期した。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?