[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-12-19 Thread robepisc
You are right. I don't know if this is the best way to do it, but exporting LD_LIBRARY_PATH=/root/usr/lib:/root/lib:/usr/lib:/lib (and leaving the PATH as is) solves the problems with dynamically linked binaries. However it seems a little hackish to me. The only, and IMHO better, alternative is

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-12-19 Thread robepisc
So we all more or less agree :-) I checked, one by one, *all* the scripts in /scripts (not only the ones in /scripts/casper-bottom, just to be sure). Nothing uses any functionality not already present in the initramfs or options not supported by busybox. What needs commands from /root/ already

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-12-18 Thread robepisc
Juanje: /bin/dd *is* in the initramfs. I don't know where it comes from. Probably, as you noticed in a provious post, not from busybox. However it's there and does work. The problem is that it's *not used*. Instead /root/bin/dd is used, and that fails because it's a dynamically linked

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-12-08 Thread didier
dd in root/bin is linked against librt (for the timing statistic) but there's no librt.so in /lib... ** Changed in: casper (Ubuntu) Status: Unconfirmed = Confirmed -- swap partitions not automounted by the LiveCD https://launchpad.net/bugs/62868 -- ubuntu-bugs mailing list

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-11-13 Thread Joakim Larsson
I had a similar experience installing the Dapper Live CD on a PPC iMac. See: https://launchpad.net/distros/ubuntu/+source/xorg/+bug/64934 In fact I had to turn on the swap manually before installation and even so the installer turned off the swap during execution of partitioning bringing the

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-10-23 Thread robepisc
The feature is implemented, but is not working now. I tested it on another PC and casper fails to find the swap partition there too. (Tollef, are you sure it does work on your machine? Have you tested it recently?) However I think I found a solution! I tried to debug using break=mount when

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-10-04 Thread robepisc
** Attachment added: dmesg output http://librarian.launchpad.net/495/dmesg.txt -- swap partitions not automounted by the LiveCD https://launchpad.net/bugs/62868 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-10-04 Thread robepisc
Uhm... Edgy beta LiveCD *doesn't* on my laptop. Ergo reopening. I think the script which is supposed to find my swap partition is: /usr/share/initramfs-tools/scripts/casper-bottom/13swap. I can't understand what's wrong with it: I know it's run without any error (see casper.log, which I'm going

[Bug 62868] Re: swap partitions not automounted by the LiveCD

2006-10-03 Thread Tollef Fog Heen
We already do this and has done it since hoary. ** Changed in: casper (Ubuntu) Status: Unconfirmed = Fix Released -- swap partitions not automounted by the LiveCD https://launchpad.net/bugs/62868 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com