On Tuesday 11 March 2008, Colin Watson wrote:
> One of our calculators is broken.
> $ echo '2^21' | bc
> 2097152
Yes, my old Toshiba Liquid Crystal Calculator SLC-8260:
2 y^x 21
2097150
I guess I bought that thing when I started highschool, so that was 1978
(which matches [1] :-). Guess it's
On Tuesday 11 March 2008, Frans Pop wrote:
> I used 2097152 because that is the value Colin had. However, MS_SILENT is
> defined as a single bit (2^15), but MS_RELATIME is two bits: 2^21 + 2^1.
Never mind. Guess it shows that this kind of bit banging is not something I
ever learned. (1 << 21) ==
On Tue, Mar 11, 2008 at 02:22:28PM +0100, Frans Pop wrote:
> Attached is an updated patch that makes relatime work with busybox 1.9.1.
Thanks.
> There is one thing I'm wondering at.
>
> @@ -33,6 +33,9 @@
> #ifndef MS_SILENT
> #define MS_SILENT(1 << 15)
> #endif
> +#ifndef MS_RELATIME
> +#
On Tuesday 04 March 2008, Colin Watson wrote:
> On Tue, Jan 15, 2008 at 05:58:37AM +0100, Frans Pop wrote:
> > I can easily reproduce this from a debug shell:
> > # mount /dev/hda1 /mnt/ -t ext3 -o relatime
> > mount: Mounting /dev/hda1 on /mnt/ failed: Invalid argument
> > # dmesg
> > EXT3-fs: Unr
tag 460824 patch
user [EMAIL PROTECTED]
usertag 460824 origin-ubuntu ubuntu-patch hardy
thanks
On Tue, Jan 15, 2008 at 05:58:37AM +0100, Frans Pop wrote:
> I can easily reproduce this from a debug shell:
> # mount /dev/hda1 /mnt/ -t ext3 -o relatime
> mount: Mounting /dev/hda1 on /mnt/ failed: Inv
On Tuesday 15 January 2008, Jim Paris wrote:
> Your command has "relatime" and the dmesg says "realtime". Was there
> a typo somewhere or did some program really change the name?
Just a typo and copy/paste errors from me. Sorry for confusion.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
Frans Pop wrote:
> I can easily reproduce this from a debug shell:
> # mount /dev/hda1 /mnt/ -t ext3 -o relatime
> mount: Mounting /dev/hda1 on /mnt/ failed: Invalid argument
> # dmesg
> EXT3-fs: Unrecognized mount option "realtime" or missing value
>
> It's not limited to just ext3. If I try with
7 matches
Mail list logo