Hi guys,
finally found the correct patch for loop aes support so here we go:
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-ReleaseNotes
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-ReleaseNotes
2.17 shouldn't be that far it's already at rc3 stage.
Have fun
greetings
tpowa
--
Tobias Powalowski
Archlinux Developer & Package Maintainer (tpowa)
http://www.archlinux.org
tpowa@archlinux.org
01-03-2010, 02:43 PM
Roman Kyrylych
util-linux-ng-2.16.2-1
On Sat, Jan 2, 2010 at 12:37, Tobias Powalowski <t.powa@gmx.de> wrote:
> Hi guys,
> finally found the correct patch for loop aes support so here we go:
> ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-ReleaseNotes
> ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-ReleaseNotes
>
> 2.17 shouldn't be that far it's already at rc3 stage.
Signed off (x86_64).
--
Roman Kyrylych (Ð*оман Кирилич)
01-05-2010, 11:19 AM
Tobias Powalowski
util-linux-ng-2.16.2-1
Am Sonntag 03 Januar 2010 schrieb Roman Kyrylych:
> On Sat, Jan 2, 2010 at 12:37, Tobias Powalowski <t.powa@gmx.de> wrote:
> > Hi guys,
> > finally found the correct patch for loop aes support so here we go:
> > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-ReleaseN
> >otes
> > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-ReleaseN
> >otes
> >
> > 2.17 shouldn't be that far it's already at rc3 stage.
>
> Signed off (x86_64).
>
anyone for i686?
Am Dienstag 05 Januar 2010 schrieb Tobias Powalowski:
> Am Sonntag 03 Januar 2010 schrieb Roman Kyrylych:
> > On Sat, Jan 2, 2010 at 12:37, Tobias Powalowski <t.powa@gmx.de> wrote:
> > > Hi guys,
> > > finally found the correct patch for loop aes support so here we go:
> > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-Releas
> > >eN otes
> > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-Releas
> > >eN otes
> > >
> > > 2.17 shouldn't be that far it's already at rc3 stage.
> >
> > Signed off (x86_64).
>
> anyone for i686?
>
bump?
On Wed, Jan 6, 2010 at 4:54 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
> Am Dienstag 05 Januar 2010 schrieb Tobias Powalowski:
>> Am Sonntag 03 Januar 2010 schrieb Roman Kyrylych:
>> > On Sat, Jan 2, 2010 at 12:37, Tobias Powalowski <t.powa@gmx.de> wrote:
>> > > Hi guys,
>> > > finally found the correct patch for loop aes support so here we go:
>> > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-Releas
>> > >eN otes
>> > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-Releas
>> > >eN otes
>> > >
>> > > 2.17 shouldn't be that far it's already at rc3 stage.
>> >
>> > Signed off (x86_64).
>>
>> anyone for i686?
>>
> bump?
Hi guys,
finally found the correct patch for loop aes support so here we go:
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ReleaseNotes
Have fun
greetings
tpowa
--
Tobias Powalowski
Archlinux Developer & Package Maintainer (tpowa)
http://www.archlinux.org
tpowa@archlinux.org
01-24-2010, 09:34 AM
Tobias Powalowski
util-linux-ng-2.16.2-1
Am Freitag 22 Januar 2010 schrieb Tobias Powalowski:
> Hi guys,
> finally found the correct patch for loop aes support so here we go:
> ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ReleaseNotes
>
> Have fun
> greetings
> tpowa
>
anyone?
Am Freitag 22 Januar 2010 schrieb Tobias Powalowski:
Hi guys,
finally found the correct patch for loop aes support so here we go:
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ReleaseNotes
Have fun
greetings
tpowa
anyone?
Have not tested loop aes support but other stuff seems good.
Signoff i686.
Allan
01-24-2010, 11:24 AM
Pierre Schmitz
util-linux-ng-2.16.2-1
On Sun, 24 Jan 2010 20:57:22 +1000, Allan McRae <allan@archlinux.org>
wrote:
> On 24/01/10 20:34, Tobias Powalowski wrote:
>> Am Freitag 22 Januar 2010 schrieb Tobias Powalowski:
>>> Hi guys,
>>> finally found the correct patch for loop aes support so here we go:
>>>
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ReleaseNotes
>>>
>>> Have fun
>>> greetings
>>> tpowa
>>>
>> anyone?
>>
>
> Have not tested loop aes support but other stuff seems good.
>
> Signoff i686.
> Allan
One thing I noticed that doing a read-only bind mount does no longer work
in one step. Instead of
mount -o bind,ro foo bar
you have to use
mount -o bind foo bar
mount -o remount,ro bar
That bad thing is that this first command does not fail but simply mounts
read-write and issues a warning.
--
Pierre Schmitz, https://users.archlinux.de/~pierre
01-24-2010, 11:37 AM
Thomas Bächler
util-linux-ng-2.16.2-1
Am 24.01.2010 13:24, schrieb Pierre Schmitz:
> One thing I noticed that doing a read-only bind mount does no longer work
> in one step. Instead of
>
> mount -o bind,ro foo bar
>
> you have to use
>
> mount -o bind foo bar
> mount -o remount,ro bar
>
> That bad thing is that this first command does not fail but simply mounts
> read-write and issues a warning.
>