lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 05 Nov 2009 16:51:17 +0100
From:	Alexey Fisher <bug-track@...her-privat.net>
To:	Theodore Tso <tytso@....edu>
Cc:	Greg Freemyer <greg.freemyer@...il.com>, linux-ext4@...r.kernel.org
Subject: Re: one way to dmesg

Am Donnerstag, den 05.11.2009, 10:02 -0500 schrieb Theodore Tso:
> On Wed, Nov 04, 2009 at 04:59:14PM +0100, Alexey Fisher wrote:
> > 
> > Great, look really nice :)
> > but this is not all what i mean.
> > For example fs specific messages: EXT4-fs blabla, if you look to source
> > you'll see "EXT3 FS" "EXT II FS" (fat is worse), if you need to grep it
> > will be nightmare. It seems like ext4 is mostly up to date, ext2/3 need
> > some work. Are there any work on this?
> 
> What problem are you trying to solve?
> 
> Is it just an aesthetics thing?  Is there a specific scenario where
> you need some kind of extra functionality?  If so, what is it?

1. reduce information flow if you need to do some critical work with fs.
Easy way to filter it, some thing like 'grep -- "-fs"' (not 'grep --
[EXT,FAT,XFS...]').
2. fs should notify if some opposite to default options are used (or
default options disabled).
3. fs should be silent if default options used
4. fs should say for what bdev this message. 
example: you will 'mount -o ro,xip,reservation -t ext2 /dev/sda[2,4,5]'

in dmesg you'll get:
[ 4893.684892] reservations ON
[ 4893.684896] xip option not supported
[ 4893.684961] EXT2-fs warning: mounting ext3 filesystem as ext2
[ 4893.684964] EXT2-fs warning: maximal mount count reached, running
e2fsck is recommended
[ 4893.684990] EXT II FS: 0.5b, 95/08/09, bs=1024, fs=1024, gc=2,
bpg=8192, ipg=1280, mo=80010]

the question is how to filter it? for what bdev was this message? This
is not only about ext* this is about all fs, i just begun with ext2.

> There's some question about whether parsing dmesg is the best way to
> get information about error/event reporting.  See the following
> presentation from this year's Plumber's conference for a set of
> ruminations on this issue:
> 
> http://linuxplumbersconf.org/2009/slides/Andi-Kleen-plumbers-error.pdf

Thank you for the link, this is god food for brain :)
Please take a look to my initial "[PATCH] Unify log messages in ext2" on
linux-ext4.

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ