You are not logged in.

#1 2006-06-07 06:43:18

Junzo
Member
From: Tokyo, JAPAN
Registered: 2006-05-01
Posts: 11

Archie Live CD failure due to unionfs

I'm trying to create a live CD typed the following commands and have a problem.
"FATAL: Module unionfs not found."
Please advice how I can fix the problem.

# mkliveiso /dev/hdd1 --installarch --buildarchie
[root@c82 tamada]# mkliveiso /dev/hdd1 --installarch --buildarchie
> mkliveiso v0.6, by z4ziggy at user-contributions.org
FATAL: Module unionfs not found.
Targets: unionfs-20060503.0408-1
Total Package Size:   0.1 MB
Beginning upgrade process...
checking package integrity... done.
loading package data... done.
upgrading unionfs... done.
FATAL: Module unionfs not found.
ERROR: Could not load unionfs module. aborting.
> oops, error occoured, aborting ship...
:: Cleaning up                                                                                                                                 [BUSY]
rm: cannot remove `/root/archie-tmp-3519': no such file or directory
                                                                                                                                               [DONE]
# pacman -Q|grep unionfs
unionfs 20060503.0408-1
unionfs-utils 20060503.0408-1
# uname -r
2.6.16-ARCH

Offline

#2 2006-06-07 09:01:15

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Archie Live CD failure due to unionfs

run 'depmod -a'

Offline

#3 2006-06-07 11:39:05

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Archie Live CD failure due to unionfs

The unionfs detection in archie-scripts is a bit scratty at the moment.  I'm lining up to fix it today or tomorrow, though wink

Offline

#4 2006-06-07 11:42:17

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Archie Live CD failure due to unionfs

dtw wrote:

The unionfs detection in archie-scripts is a bit scratty at the moment.  I'm lining up to fix it today or tomorrow, though wink

it's prolly a depmod issue, seeing as:

[root@sara sidenews]# modprobe sdas
FATAL: Module sdas not found.

the message is exactly the same as spat out by modprobe when the module cant be found wink Or when the module is there, and it doesnt know about it.

James

Offline

#5 2006-06-07 14:40:43

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: Archie Live CD failure due to unionfs

yesterday we've released latest 0.6rc3 iso (its still hidden, doing last minute testings) and hopefully we'll release the scripts+packages tonight (if dtw will be up...). give us a day to sort things out - i hope all your problems will go away smile

and just a remark about the unionfs issue - if you dont have a kernel with unionfs patch (the "beyond" kernel does) you will/should be notified by mkliveiso to install unionfs-auto package which builds unionfs module against your running kernel.

Offline

#6 2006-06-07 15:42:36

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Archie Live CD failure due to unionfs

z4ziggy wrote:

if you dont have a kernel with unionfs patch (the "beyond" kernel does) you will/should be notified by mkliveiso to install unionfs-auto package which builds unionfs module against your running kernel.

In theory...that's what I'll be fixing tonight wink

Offline

#7 2006-06-07 22:19:06

Junzo
Member
From: Tokyo, JAPAN
Registered: 2006-05-01
Posts: 11

Re: Archie Live CD failure due to unionfs

> run 'depmod -a'
Now I have the latest Archie live image on a HDD.
Thank you very much all of you.

I recognized Archlinux is a really good community.

Offline

#8 2006-06-07 23:12:48

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Archie Live CD failure due to unionfs

PS for you peeps - unionfs and squashfs are in the arch repos now - Ziggy, if you run into any problems with them, please let me know

Offline

#9 2006-06-07 23:20:54

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: Archie Live CD failure due to unionfs

tnx phrak.
we only use squahsfs-tools package and use our own unionfs-auto package (which like the old nvidia package, builds itself against user's kernel so all users with different kernels can use unionfs).

dtw had fixed the unionfs check, and i will upload new iso and update the repository tonight. hopefully i'll post the news tomorrow morning.

Offline

#10 2006-06-08 15:11:18

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Archie Live CD failure due to unionfs

z4ziggy wrote:

we only use squahsfs-tools package

So you unsquashfs the actual image?  Doesn't that cause problems?  I tried something similar, with 375M squashed to 128 or so, unpacking it started failing due to ram size.... considering archie is around 300M, how do you actually unpack that?

Offline

#11 2006-06-08 18:52:45

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: Archie Live CD failure due to unionfs

we dont unsquash - we mount the squashed image (as read only ofcourse) together with a unionfs mount to allow read/write on the squashfs image (all writings are doable thanks to unionfs). u can look at the init script on initram.gz to see how its done. tell me if u need any assistance.

Offline

Board footer

Powered by FluxBB