Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-03-11 Thread Frans Pop
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

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-03-11 Thread Frans Pop
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) ==

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-03-11 Thread Colin Watson
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 > +#

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-03-11 Thread Frans Pop
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

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-03-04 Thread Colin Watson
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

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-01-14 Thread Frans Pop
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

Bug#460824: Bug#457901: Installation report - HP pavillion 2585ep

2008-01-14 Thread Jim Paris
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