On Tue, Mar 28, 2006 at 12:08:14AM -0500, Ian MacDonald wrote: > Sorry bout the delay; Shoud'a run the --debug myself first :)
No problem. > Running debootstrap to install the system. This will take a while! > Executing : debootstrap sarge /tmp/cBqnLFrOda > http://mirror.direct.ca/linux/debian/ > Finished > > > Caching debootstrap files to the host system > Done > > Running hooks from : /etc/xen-tools/hook.d/ > Running hook: > 10-disable-tlsExecuting : /etc/xen-tools/hook.d/10-disable-tls /tmp/cBqnLFrOda > Finished : /etc/xen-tools/hook.d/10-disable-tls /tmp/cBqnLFrOda > - done. > Running hook: > 20-setup-aptExecuting : /etc/xen-tools/hook.d/20-setup-apt /tmp/cBqnLFrOda > chroot: cannot run command `/usr/bin/apt-get': No such file or directory > Finished : /etc/xen-tools/hook.d/20-setup-apt /tmp/cBqnLFrOda > - done. This says there is no "/usr/bin/apt-get" inside the freshly installed system, which makes me wonder if the debootstrap call failed? All subsequent attempts to work with the new instance seem to have similar errors: > 18: /tmp/cBqnLFrOda/etc/network/interfaces: No such file or directory > /etc/xen-tools/hook.d/55-create-dev: line 22: ./MAKEDEV: No such file or > cat: /etc/resolv.conf: input file is output file > chroot: cannot run command `/usr/bin/apt-get': No such file or directory > chroot: cannot run command `/usr/bin/apt-get': No such file or directory > chroot: cannot run command `/etc/init.d/ssh': No such file or directory > chroot: cannot run command `/usr/bin/apt-get': No such file or directory I'd suggest on the host running: apt-get clean Then trying to repeat the commands with a different mirror, to see if that helps. Either way I'll update the code to test that the debootstrap call succeeds. Steve -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

