CentOSのXenエラー

CentOSのXenエラー

このコマンドを使用してxenで新しい仮想サーバーを作成するプロセス

xen-create-image --hostname=minecraft.koanhosting.com --ip 87.98.249.146 --install -method=debootstrap

しかし、引き続き次のエラーが発生します。

Writing inode tables:  0/32^H^H^H^H^H 1/32^H^H^H^H^H 2/32^H^H^H^H^H 3/32^H^H^H^H^H 4/32^H^H^H^H^H 5/32^H^H^H^H^H 6/32^H^H^H^H^H 7/32^H^H^H^H^H 8/32^H^H^H^H^H 9/32^H^H^H^H^H10/32^H^$
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 28 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Done
Installation method: debootstrap

Copying files from host to image.
Copying files from /var/cache/apt/archives -> /tmp/LYC7oAQoxq/var/cache/apt/archives
Done
Done
I: Retrieving Release
E: Failed getting release file http://ftp.us.debian.org/debian/dists/etch/Release

Copying files from new installation to host.
Copying files from /tmp/LYC7oAQoxq/var/cache/apt/archives -> /var/cache/apt/archives
Done
Done
The installation of the new system has failed.

The system is missing the common file: /bin/ls
Done
System installation failed.  Aborting

このエラーのGoogleリソースがまったく見つからないようです。私はこれがdebootstrapに関連していると思いますが、わかりません。

ベストアンサー1

xen-create-image当然、デフォルト設定を試してみてください。debootstrap エッチング, Debian ディストリビューションほとんどサポートされていません二つ三年

Debian Wikiには、以下を含むXenエントリがあります。以下を使用したDebianゲストイメージの作成に関するセクションxen-tools。以下はxen-create-imageそのような呼び出しの例を提供します。

xen-create-image [..] --dist <lenny|squeeze|maverick|whatever>

したがって、コマンドラインに--dist squeeze(stable)または(test)を追加してみることができます。--dist wheezy

それでも問題が解決しない場合と詳細/etc/xen-tools/xen-tools.confを見てくださいman xen-create-image

おすすめ記事