Re: bash: chroot: command not found

2010-07-24 Thread Onur Aslan
On Thu, Jul 22, 2010 at 08:43:43PM +0200, Paul Chany wrote: No, it isn't there. $ ls /chroot64/ debootstrap var Looks like your 64-bit installation with debootstrap isn't complete. Try to install new one with this command and make sure your installation is done without any error (lenny is

bash: chroot: command not found

2010-07-22 Thread Paul Chany
Hi, I'm trying to follow http://wiki.debian.org/Migrate32To64Bit but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot: command not found I can run command 'man chroot' and get a man page. I have installed 'fakechroot' deb package. Why can't I run

Re: bash: chroot: command not found

2010-07-22 Thread Jordon Bedwell
On 7/22/10 12:42 PM, Paul Chany wrote: Hi, I'm trying to follow http://wiki.debian.org/Migrate32To64Bit but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot: command not found I can run command 'man chroot' and get a man page. I have installed

Re: bash: chroot: command not found

2010-07-22 Thread Paul Chany
Jordon Bedwell jor...@envygeeks.com writes: On 7/22/10 12:42 PM, Paul Chany wrote: but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot: command not found I can run command 'man chroot' and get a man page. I have installed 'fakechroot' deb package

Re: bash: chroot: command not found

2010-07-22 Thread Sven Joachim
On 2010-07-22 19:42 +0200, Paul Chany wrote: I'm trying to follow http://wiki.debian.org/Migrate32To64Bit but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot: command not found Did you do this as an ordinary user? You have to be root for chroot

Re: bash: chroot: command not found

2010-07-22 Thread Paul Chany
Sven Joachim svenj...@gmx.de writes: On 2010-07-22 19:42 +0200, Paul Chany wrote: I'm trying to follow http://wiki.debian.org/Migrate32To64Bit but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot: command not found Did you do this as an ordinary

Re: bash: chroot: command not found

2010-07-22 Thread Erwan David
Le Thu 22/07/2010, Paul Chany disait Sven Joachim svenj...@gmx.de writes: On 2010-07-22 19:42 +0200, Paul Chany wrote: I'm trying to follow http://wiki.debian.org/Migrate32To64Bit but can't to run the 'chroot /chroot64' command because I get an error message: bash: chroot

Re: bash: chroot: command not found

2010-07-22 Thread Paul Chany
get an error message: bash: chroot: command not found Did you do this as an ordinary user? You have to be root for chroot to work. Yes, I did but now I tried it as root user too: # chroot /chroot64/ chroot: cannot run command `/bin/bash': No such file or directory is there a /chroot64

Re: bash: chroot: command not found

2010-07-22 Thread Paul Chany
get an error message: bash: chroot: command not found Did you do this as an ordinary user? You have to be root for chroot to work. Yes, I did but now I tried it as root user too: # chroot /chroot64/ chroot: cannot run command `/bin/bash': No such file or directory is there a /chroot64

Re: bash: chroot: command not found

2010-07-22 Thread Sven Joachim
On 2010-07-22 20:35 +0200, Paul Chany wrote: I think that the problem is that that I have not reboot yet with the installed new kernel: vmlinuz-2.6.26-2-amd64 You have to do that _first_, before you run debootstrap to populate the /chroot64 directory. but try that command when run the older