Xenエラー: 'xl list'がlibxlについて文句を言います。

Xenエラー: 'xl list'がlibxlについて文句を言います。

Arch LinuxにXenをインストールした後、xlコマンドを実行できず、次のエラーが発生します。

xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error

libxl: error: libxl.c:109:libxl_ctx_alloc: cannot open libxc handle: No such file or directory

cannot init xl context

dmesg で起動中に、次のメッセージが表示されます。

[    0.000000] efi: EFI_MEMMAP is not enabled.
[    0.000000] esrt: ESRT header is not in the memory map.
[   14.270676] Ignoring BGRT: invalid status 0 (expected 1)

完全なメッセージ: http://pastebin.com/uLUVawtZ

ベストアンサー1

[質問]

xencall:エラー:特権コマンドインターフェイスからハンドルを取得できません。そのファイルやディレクトリはありません。

libxl: エラー: libxl.c:108: libxl_ctx_alloc: libxc のハンドルを開けませんでした: そのファイルまたはディレクトリがありません

xl コンテキストを初期化できません。

[解決策]

sudo /etc/init.d/xencommons start    
sudo /etc/init.d/xendomains start    
sudo /etc/init.d/xen-watchdog start    
sudo /etc/init.d/xendriverdomain start

おすすめ記事