* Reiser4 installation & kernel patching
@ 2003-06-19 5:11 Fred -- Speed Up --
2003-06-19 11:37 ` Vitaly Fertman
0 siblings, 1 reply; 6+ messages in thread
From: Fred -- Speed Up -- @ 2003-06-19 5:11 UTC (permalink / raw)
To: ReiserFS ML
[-- Attachment #1: Type: text/plain, Size: 931 bytes --]
Hello !
I just downloaded the 2.5.72 kernel sources and applied the -mm1 patch, now I'd want to include Reiser4 in my kernel. I tried to compile the reiserprogs sources from the bk repositery, but autoconf and then ./configure failed.
I don't really know how to patch the kernel though ... do I simply have to copy the reiser4 folder in the kernel's /fs folder, and then apply the linux-[...].patch ? This one does not work on my kernel, and I don't know if it's the right way to go.
I'd just like you to make a little howto to merge reiser4 into an existing kernel (I don't want to download the whole Reiser4 kernel tree ...) and then correctly compile the reiser4progs.
Thank you in advance,
Fred
PS : What are the lilo and grub patches in the reiserprogs source tree for ? Do they bring boot support for reiser4 partitions, so that grub for instance will be able to fetch its menu.lst file from a reiser4 partition ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Reiser4 installation & kernel patching
2003-06-19 5:11 Reiser4 installation & kernel patching Fred -- Speed Up --
@ 2003-06-19 11:37 ` Vitaly Fertman
2003-06-19 15:55 ` Fred -- Speed Up --
0 siblings, 1 reply; 6+ messages in thread
From: Vitaly Fertman @ 2003-06-19 11:37 UTC (permalink / raw)
To: Fred -- Speed Up --, ReiserFS ML
On Thursday 19 June 2003 09:11, Fred -- Speed Up -- wrote:
> Hello !
Hi,
> I just downloaded the 2.5.72 kernel sources and applied the -mm1 patch, now
> I'd want to include Reiser4 in my kernel. I tried to compile the
> reiserprogs sources from the bk repositery, but autoconf and then
> ./configure failed. I don't really know how to patch the kernel though ...
> do I simply have to copy the reiser4 folder in the kernel's /fs folder, and
> then apply the linux-[...].patch ? This one does not work on my kernel, and
> I don't know if it's the right way to go. I'd just like you to make a
> little howto to merge reiser4 into an existing kernel (I don't want to
> download the whole Reiser4 kernel tree ...) and then correctly compile the
> reiser4progs.
regarding reiser4progs - they are supposed to be used from snapshots for now
from from packages in the future with ready-to-use configure script, not from bk
repository where you need to make it by you yourself and need some last
autoconf version for that. Probably you will prefere to get some snapshot from
http://thebsh.namesys.com/snapshots. And you will need libaal installed before
reiser4progs compiling.
> PS : What are the lilo and grub patches in the reiserprogs source tree for
> ? Do they bring boot support for reiser4 partitions, so that grub for
> instance will be able to fetch its menu.lst file from a reiser4 partition ?
No they are reiser3 related. Have a look into mentioned snapshot directory
on our web server for reiser4 patches.
--
Thanks,
Vitaly Fertman
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Reiser4 installation & kernel patching
2003-06-19 11:37 ` Vitaly Fertman
@ 2003-06-19 15:55 ` Fred -- Speed Up --
2003-06-19 16:30 ` Vitaly Fertman
0 siblings, 1 reply; 6+ messages in thread
From: Fred -- Speed Up -- @ 2003-06-19 15:55 UTC (permalink / raw)
To: ReiserFS ML
Thank you for your answers ;)
Now I'd like to know how I could just patch my 2.5.72-mm1 kernel, do you
plan to release kernel patch snapshot as you do for reiserprogs ?
I just tried to install libaal & reiserprogs from the latest snapshot, and
reiserprogs ./configure stops after libaal detection without any error
message else than "libaal vx.xx detection ... no". There should be an error
message or something, and the library has been compiled and installed
though. Hopefully this will be fixed in the upcomming snapshots ;).
How far are you from achieving the Darpa-related features, so that you could
launch the first beta-test ? I just saw on your website "Reiser4 is due June
30, 2003!" : you're not serious, Hans told me a few weeks ago the
beta-testing process should take about two month from the first beta if
everything's working well, and the first beta is still to come ...
Another thing : you should update you're website "download" section, so that
the reiser4 progs links point to the official snapshots url.
Fred
> regarding reiser4progs - they are supposed to be used from snapshots for
now
> from from packages in the future with ready-to-use configure script, not
from bk
> repository where you need to make it by you yourself and need some last
> autoconf version for that. Probably you will prefere to get some snapshot
from
> http://thebsh.namesys.com/snapshots. And you will need libaal installed
before
> reiser4progs compiling.
>
> Thanks,
> Vitaly Fertman
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Reiser4 installation & kernel patching
2003-06-19 15:55 ` Fred -- Speed Up --
@ 2003-06-19 16:30 ` Vitaly Fertman
[not found] ` <000701c33681$d527c3e0$0200a8c0@xpstation>
0 siblings, 1 reply; 6+ messages in thread
From: Vitaly Fertman @ 2003-06-19 16:30 UTC (permalink / raw)
To: Fred -- Speed Up --, ReiserFS ML
On Thursday 19 June 2003 19:55, Fred -- Speed Up -- wrote:
> Thank you for your answers ;)
>
> Now I'd like to know how I could just patch my 2.5.72-mm1 kernel, do you
> plan to release kernel patch snapshot as you do for reiserprogs ?
Yes, we are going to release a such soon, for now you can find in that
snapshot directory some for a bit older kernels.
> I just tried to install libaal & reiserprogs from the latest snapshot, and
> reiserprogs ./configure stops after libaal detection without any error
> message else than "libaal vx.xx detection ... no". There should be an error
it means that needed libaal version has not been detected - 'no' - likely
because you fogot to run ldconfig after libaal installation.
> message or something, and the library has been compiled and installed
> though. Hopefully this will be fixed in the upcomming snapshots ;).
>
> How far are you from achieving the Darpa-related features, so that you
> could launch the first beta-test ? I just saw on your website "Reiser4 is
> due June 30, 2003!" : you're not serious, Hans told me a few weeks ago the
> beta-testing process should take about two month from the first beta if
> everything's working well, and the first beta is still to come ...
It is difficult to say.
> Another thing : you should update you're website "download" section, so
> that the reiser4 progs links point to the official snapshots url.
oh, thank you, we will do.
--
Thanks,
Vitaly Fertman
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Reiser4 installation & kernel patching
[not found] ` <200306192112.42901.vitaly@namesys.com>
@ 2003-06-20 18:08 ` Fred -- Speed Up --
2003-06-23 7:44 ` Richard Heycock
0 siblings, 1 reply; 6+ messages in thread
From: Fred -- Speed Up -- @ 2003-06-20 18:08 UTC (permalink / raw)
To: ReiserFS ML, Vitaly Fertman
> > Can I use the bk reiser4 kernel folder and simply copy it into my
kernel's
> > fs directory and apply the little linux-[...].patch patch to get Reiser4
> > into the kernel ?
> no, there are quite a few changes all over the kernel code.
> If you do not want wait a bit for coming snapshot and do not want to use
> the latest snapshot for 2.5.60, I can make a patch against 2.5.72 for you.
That would be great ...
Does the reiser team often modifies the kernel tree (other than the reiser4
code, off course), so that it would be possible to release a patch against
the latest 2.5 kernel ? We'd then just have to download a reiser4-kernel
daily snapshot that we would include in the kernel source tree, and then
just configure & compile the whole stuff. And maybe bk could automate both
process : making a daily (or nightly :D) kernel patch and reiser kernel
package, this will be the way for users and administrators to test your
software without having to handle with bk ;)
> > If I succeed in installing all the software and get reiser4 running,
I'll
> > write a clear french howto for it ;)
>
> ;) ok
> I have changed that install v4 page, is it better for you now?
Now it's all right ... but you'll hopefully have to change it again soon, if
these daily snapshots are made available ;)
> --
> Thanks,
> Vitaly Fertman
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Reiser4 installation & kernel patching
2003-06-20 18:08 ` Fred -- Speed Up --
@ 2003-06-23 7:44 ` Richard Heycock
0 siblings, 0 replies; 6+ messages in thread
From: Richard Heycock @ 2003-06-23 7:44 UTC (permalink / raw)
To: reiserfs-list
On Sat, 2003-06-21 at 04:08, Fred -- Speed Up -- wrote:
> > > Can I use the bk reiser4 kernel folder and simply copy it into my
> kernel's
> > > fs directory and apply the little linux-[...].patch patch to get Reiser4
> > > into the kernel ?
> > no, there are quite a few changes all over the kernel code.
> > If you do not want wait a bit for coming snapshot and do not want to use
> > the latest snapshot for 2.5.60, I can make a patch against 2.5.72 for you.
>
> That would be great ...
> Does the reiser team often modifies the kernel tree (other than the reiser4
> code, off course), so that it would be possible to release a patch against
> the latest 2.5 kernel ? We'd then just have to download a reiser4-kernel
> daily snapshot that we would include in the kernel source tree, and then
> just configure & compile the whole stuff. And maybe bk could automate both
> process : making a daily (or nightly :D) kernel patch and reiser kernel
> package, this will be the way for users and administrators to test your
> software without having to handle with bk ;)
>
> > > If I succeed in installing all the software and get reiser4 running,
> I'll
> > > write a clear french howto for it ;)
> >
> > ;) ok
> > I have changed that install v4 page, is it better for you now?
>
> Now it's all right ... but you'll hopefully have to change it again soon, if
> these daily snapshots are made available ;)
I'd be quite keen to try version 4 with the latest kernel release.
rgh
>
> > --
> > Thanks,
> > Vitaly Fertman
--
"It is possible to make things of great complexity out of things
that are very simple. There is no conservation of simplicity"
-- Stephen Wolfram
Richard Heycock <rgh@roughage.com.au>
tel : 0410 646 369
key fingerprint : 909D CBFA C669 AC2F A937 AFA4 661B 9D21 EAAB 4291
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-06-23 7:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-19 5:11 Reiser4 installation & kernel patching Fred -- Speed Up --
2003-06-19 11:37 ` Vitaly Fertman
2003-06-19 15:55 ` Fred -- Speed Up --
2003-06-19 16:30 ` Vitaly Fertman
[not found] ` <000701c33681$d527c3e0$0200a8c0@xpstation>
[not found] ` <200306192112.42901.vitaly@namesys.com>
2003-06-20 18:08 ` Fred -- Speed Up --
2003-06-23 7:44 ` Richard Heycock
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.