Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Spakman wrote: | Hi Erich, | | Of I'm not mistaken Charles suggested this change some time ago on | this list ;-) But I can't find the mail right now. | | Eric | |> >In Bering-uClibc it is fixed some time ago like this: |> >qt mount -t tmpfs tmpfs

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Eric Spakman
Hi Erich, Of I'm not mistaken Charles suggested this change some time ago on this list ;-) But I can't find the mail right now. Eric > >In Bering-uClibc it is fixed some time ago like this: > >qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size} > > great, was this fed back? I go

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Erich Titl
Eric At 20:33 16.03.2005 +0100, Eric Spakman wrote: Erich, In Bering-uClibc it is fixed some time ago like this: qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size} great, was this fed back? I got my version from Charles some time ago. Thanks Erich THINK Püntenstrasse 39 8143 Stall

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Eric Spakman
Erich, In Bering-uClibc it is fixed some time ago like this: qt mount -t tmpfs tmpfs /tmp -o defaults${tmp_size:+,size=$tmp_size} Eric > Ulli > > good catch > > qt mount -t tmpfs tmpfs /tmp ${tmp_size:+-osize=$tmp_size} > > works fine here > > Charles > > may I suggest an update > > cheers > > E

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Erich Titl
Ulli good catch qt mount -t tmpfs tmpfs /tmp ${tmp_size:+-osize=$tmp_size} works fine here Charles may I suggest an update cheers Erich THINK Püntenstrasse 39 8143 Stallikon mailto:[EMAIL PROTECTED] PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16 ---

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Hans Ulrich Niedermann
Charles Steinkuehler <[EMAIL PROTECTED]> writes: > Erich Titl wrote: > > | There is a possible bug in linuxrc (at least with the busybox of Bering) > | when trying to create and mount the /tmp filesystem. > | > | Here is the output from /linuxrc.err > | > | mount -t tmpfs tmpfs /tmp -o size=20M >

Re: [leaf-devel] possible bug in linuxrc

2005-03-16 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erich Titl wrote: | Hi | | There is a possible bug in linuxrc (at least with the busybox of Bering) | when trying to create and mount the /tmp filesystem. | | Here is the output from /linuxrc.err | | mount -t tmpfs tmpfs /tmp -o size=20M | mount: Mounti

[leaf-devel] possible bug in linuxrc

2005-03-15 Thread Erich Titl
Hi There is a possible bug in linuxrc (at least with the busybox of Bering) when trying to create and mount the /tmp filesystem. Here is the output from /linuxrc.err mount -t tmpfs tmpfs /tmp -o size=20M mount: Mounting tmpfs on /tmp failed: Invalid argument mount -t tmpfs tmpfs /tmp -o size=20M