0
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?

[覚え書きシリーズ] FreeBSD14 を ProxmoxVE のゲストにするとき、エージェントが見あたらない

Last updated at Posted at 2025-07-26

ProxmoxVEでFreeBSD 14を使うとき、qemu-guest-agentが見あたらなかった…

FreeBSD 13 の頃はパッケージなどにあったようだがqemu本体に統合されて削除されてしまった。

ports にいつの間にか FLAVOR (フレーバー)という仕組みがくっついていた。

同じportsから派生する別なものを作成する仕組み。

qemu-guest-agentはqemu本体のportsをフレーバー付きでmakeすると出てくるようになる。

cd /usr/ports/emulators/qemu
make FLAVOR=guestagent && FLAVOR=guestagent install

参考にした先
https://nofu.jp/wiki/freebsd/freebsd_13_use_qemu_guest_agent

0
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
0
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?