You are not logged in.

#1 2007-05-21 10:39:48

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Pacman 3 in 32-bit chroot = no go

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

#2 2007-05-21 10:54:18

klixon
Member
From: Nederland
Registered: 2007-01-17
Posts: 525

Re: Pacman 3 in 32-bit chroot = no go

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

#3 2007-05-21 12:38:59

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Pacman 3 in 32-bit chroot = no go

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

Board footer

Powered by FluxBB