Sonder Woche der Nale Late Orangen (... und kommen mit einem Geschenk)

2014-05-05 Thread NaturValencia (Nachrichten aus der Huerta)
Publi-News NaturValencia

Semana Especial Naranjas Lane Late (... y traen obsequio)

2014-05-05 Thread NaturValencia (Noticias desde la Huerta)
Publi-Noticias de NaturValencia

Installing to an Amiga HDF

2014-05-05 Thread Intuition Amiga
Hi, I created a 4GB empty file with dd then mounted it as /dev/loop7 using losetup. Then I used fdisk-amiga-cross to create an RDB and one type 11 Linux partition and one type 12 swap partition and wrote them out to the loopback device. I unmounted the file with losetup -d then remounted it as /

Re: Installing to an Amiga HDF

2014-05-05 Thread Laurent Vivier
Le 05/05/2014 12:56, Intuition Amiga a écrit : [...] > This is where I get stuck I want to do the equivalent of > 'mkfs.ext4 /dev/sda1' but 'mkfs.ext4 /dev/loop71 doesn't work because > no such partition exists. Your loop module must be loaded with "max_part=N parameter" (where N is the maxim

Re: Installing to an Amiga HDF

2014-05-05 Thread John Paul Adrian Glaubitz
On 05/05/2014 12:56 PM, Intuition Amiga wrote: > This is where I get stuck I want to do the equivalent of > 'mkfs.ext4 /dev/sda1' but 'mkfs.ext4 /dev/loop71 doesn't work because > no such partition exists. This might help: > http://gareth.halfacree.co.uk/2013/03/mounting-amiga-ffs-hard-drive

Re: Installing to an Amiga HDF

2014-05-05 Thread Geert Uytterhoeven
On Mon, May 5, 2014 at 12:56 PM, Intuition Amiga wrote: > This is where I get stuck I want to do the equivalent of > 'mkfs.ext4 /dev/sda1' but 'mkfs.ext4 /dev/loop71 doesn't work because > no such partition exists. kpartx? Gr{oetje,eeting}s, Geert -- Geert Uytterho

Re: old Debian installation docs

2014-05-05 Thread Thorsten Glaser
Finn Thain dixit: >OK. I've moved them to > https://wiki.debian.org/M68k/Archive/InstallingHammOnMac > https://wiki.debian.org/M68k/Archive/InstallingSlinkOnMac > https://wiki.debian.org/M68k/Archive/InstallingPotatoOnMac >and added a link to > https://wiki.debian.org/M68k/Installing Cool, t

Re: Installing to an Amiga HDF

2014-05-05 Thread Thorsten Glaser
Intuition Amiga dixit: >This is where I get stuck I want to do the equivalent of >'mkfs.ext4 /dev/sda1' but 'mkfs.ext4 /dev/loop71 doesn't work because >no such partition exists. If your kernel has support for the Amiga partitions, this works, not just with /dev/loop7 but also with regular f

Large number BD-Uninstallable packages now

2014-05-05 Thread John Paul Adrian Glaubitz
Hi! As of today, the number of BD-Uninstallable packages has jumped to over 3000 again, obviously due to a dependency problem with libstdc++6, see [1]. Is this going to resolve automatically or do we need to do something? Adrian > [1] http://buildd.debian-ports.org/status/package.php?p=gcc-4.9

Re: Large number BD-Uninstallable packages now

2014-05-05 Thread Thorsten Glaser
John Paul Adrian Glaubitz dixit: >As of today, the number of BD-Uninstallable packages has jumped to >over 3000 again, obviously due to a dependency problem with libstdc++6, Yes, this is because of: Changes: gcc-4.8 (4.8.2-20) unstable; urgency=medium . […] * Stop build packages built by GC

Re: Large number BD-Uninstallable packages now

2014-05-05 Thread John Paul Adrian Glaubitz
On 05/05/2014 02:44 PM, Thorsten Glaser wrote: > Changes: > gcc-4.8 (4.8.2-20) unstable; urgency=medium > . > […] >* Stop build packages built by GCC 4.9. > > This means src:gcc-4.8 does not build everything needed any more, > but there was no Build-Depends on gcc-4.9-base in src:gcc-4.8, >

Re: Installing to an Amiga HDF

2014-05-05 Thread Intuition Amiga
Thanks for all the advice guys. I managed to sort it out by creating the RDB and the partitions with parted and then using the -o flag with losetup to mount the partition with the correct offset as /dev/loop7. Then it was just a matter of using mkfs.ext4 on the loopback device then mounting that

Re: Installing to an Amiga HDF

2014-05-05 Thread John Paul Adrian Glaubitz
On 05/05/2014 03:12 PM, Intuition Amiga wrote: > However, upon running 'amiboot-5.6 -d -k vmlinuz-3.2.0-4-amiga > root=/dev/sda3 fb=false' from a boot without startup-sequence I get a > "compressed image is too large! Aborting." error so until i figure out > this issue I have no idea if the partiti