이 명령을 사용하여 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 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
.