What I did was in the x86_64 image on the server move /bin to /bin64, move /sbin to /sbin64 and (what I remember, but not very sure anymore): move /usr/bin/perl to /usr/bin/perl64
copy from a running x86_32 machine the /bin and /sbin and /usr/bin/perl to the image's root. Pretty ugly, quick and dirty, but it (chroot and the rest) worked and after the install I only had put the 64bits binaries back and reboot. Gerben -- Linvision HPC BV tel: +31-15-7502310 Elektronicaweg 16 d fax: +31-15-7502319 2628 XG Delft [EMAIL PROTECTED] The Netherlands www.linvision.com [EMAIL PROTECTED] wrote on 21-02-2004 01:31:19: > On Fri, 2004-02-20 at 16:25, Jeff Johnson wrote: > > Kevin, > > > > I am glad to see it worked for you. When I tried to do this manually > > from the initrd shell I would run: > > > > chroot /mnt/sysimage /bin32/bash > > > > and it would still fail. I thought by specifying the command in addition > > to the target you would bypass the need for the SHELL variable. > > Unfortunately, no. What happens in that case is that chroot spawns a > shell to spawn _your_ shell, but that shell is $SHELL, /bin/bash. > > -- > Kevin Murphy <[EMAIL PROTECTED]> > "If you had a neck and I had hands, I would squeeze your brain, which is > your body, right out the top of your head, which does not exist!" - Carl > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Sisuite-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
