* reiser4 needs some love with baselayout-2 / openrc
@ 2008-01-18 12:45 Mat
2008-01-18 13:19 ` Mat
0 siblings, 1 reply; 5+ messages in thread
From: Mat @ 2008-01-18 12:45 UTC (permalink / raw)
To: reiserfs-devel
Hi Edward,
could you please have a look at http://bugs.gentoo.org/show_bug.cgi?id=195988
this "bug" has been plagueing gentoo-users (me included) already a pretty long
time, unfortunately the dev working on that topic is not retired and is not
likely to work on it any longer
hopefully you can work that one out
Many thanks in advance, as always your help is highly appreciated
Mat
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 needs some love with baselayout-2 / openrc
2008-01-18 12:45 reiser4 needs some love with baselayout-2 / openrc Mat
@ 2008-01-18 13:19 ` Mat
2008-01-18 14:10 ` Mat
2008-01-18 14:26 ` Edward Shishkin
0 siblings, 2 replies; 5+ messages in thread
From: Mat @ 2008-01-18 13:19 UTC (permalink / raw)
To: reiserfs-devel
would it be safe to assume -p ("preen") doing the same like -a ("auto") with
modified reiser4progs?
case 'p':
aal_set_bit(&data->options, FSCK_OPT_AUTO);
break;
then gentoo init / baselayout wouldn't halt at printing plugins & omitting
checkfs, thus all other following services/tasks
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: reiser4 needs some love with baselayout-2 / openrc
2008-01-18 13:19 ` Mat
@ 2008-01-18 14:10 ` Mat
2008-01-18 14:26 ` Edward Shishkin
1 sibling, 0 replies; 5+ messages in thread
From: Mat @ 2008-01-18 14:10 UTC (permalink / raw)
To: reiserfs-devel
me again :D
here's what I mean:
(it has lines longer 80 characters, so I have to use nopaste):
http://pastebin.ch/71
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 needs some love with baselayout-2 / openrc
2008-01-18 13:19 ` Mat
2008-01-18 14:10 ` Mat
@ 2008-01-18 14:26 ` Edward Shishkin
2008-01-18 17:07 ` Mat
1 sibling, 1 reply; 5+ messages in thread
From: Edward Shishkin @ 2008-01-18 14:26 UTC (permalink / raw)
To: Mat; +Cc: reiserfs-devel
Mat wrote:
>would it be safe to assume -p ("preen") doing the same like -a ("auto") with
>modified reiser4progs?
>
>case 'p':
> aal_set_bit(&data->options, FSCK_OPT_AUTO);
> break;
>
>
>
Does it help by the way?
It is safe, but it breaks semantic (some getting-started-with-xxx-plugin
docs
will need to be edited)
>then gentoo init / baselayout wouldn't halt at printing plugins & omitting
>checkfs, thus all other following services/tasks
>
>-
>To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: reiser4 needs some love with baselayout-2 / openrc
2008-01-18 14:26 ` Edward Shishkin
@ 2008-01-18 17:07 ` Mat
0 siblings, 0 replies; 5+ messages in thread
From: Mat @ 2008-01-18 17:07 UTC (permalink / raw)
To: reiserfs-devel
> Does it help by the way?
>
> It is safe, but it breaks semantic (some getting-started-with-xxx-plugin
> docs
> will need to be edited)
>
> >then gentoo init / baselayout wouldn't halt at printing plugins & omitting
> >checkfs, thus all other following services/tasks
> >
Success ! :D
Yes it defnitely does
now I'm finally able to boot it with:
root=/dev/sda2 ro elevator=deadline vga=794 video=vesafb,ywrap,mtrr
whereas previously I needed
root=/dev/sda2 rw elevator=deadline vga=794 video=vesafb,ywrap,mtrr
(mark the rw !)
here is the updated & working patch:
http://pastebin.ch/72
I hope there's not much additional work fixing syntax for you ...
fyi: I'm using reiser4 with cryptcompress and lzo1 right now (but with default
file plugin it should be the same)
Regards
Mat
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-01-18 17:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 12:45 reiser4 needs some love with baselayout-2 / openrc Mat
2008-01-18 13:19 ` Mat
2008-01-18 14:10 ` Mat
2008-01-18 14:26 ` Edward Shishkin
2008-01-18 17:07 ` Mat
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.