You are not logged in.
Pages: 1
Trying to use pacman 3 under my 32-bit chroot doesn't work at all, the problem is pretty obvious since it complains about no free space. Which isn't so weird after all, mount shows _no_ mount points at all, no wonder pacman can't decide if there is any free space or not, / isn't even mounted!
I actually created the 32-bit installation by simply installing Arch onto another partition and just not install any bootloader so it should be fully working if I add an entry into my grub menu.lst. I then borrowed the rc.d script from the wiki (http://wiki.archlinux.org/index.php/Arc … _rc_script) and everything has been working fine until I upgraded pacman.
Anyone have any idea on how to make it work with pacman 3?
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
You did bind-mount proc, dev and sys into the chroot?
If you did, maybe a
# grep -v rootfs /proc/mounts > ${CHROOT}/etc/mtab
(from outside the chroot) helps
Last edited by klixon (2007-05-21 10:54:43)
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
Ah, so /etc/mtab holds that information, good.
I added a line claiming that the partition on which arch32 resides is mounted as / and now it works just fine, thanks!
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
Pages: 1