reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Where may I find a reiser4 patch for kernel 2.6.32-5?
@ 2012-03-09 23:01 Sandro Souza
  2012-03-09 23:22 ` Edward Shishkin
  2012-03-12 19:03 ` dimas
  0 siblings, 2 replies; 4+ messages in thread
From: Sandro Souza @ 2012-03-09 23:01 UTC (permalink / raw)
  To: ReiserFS Development List

Hi everybody.

Sorry for my bad english, I'm a brazilian nerd. :)

I'd made a virtual machine (using virtualbox) and I'd installed a
Debian 6.0.3 inside it.

The kernel version of the Debian 6.0.3 is 2.6.32-5 (uname -a) and I'm
searching for a reiser4 patch for this kernel.

After it (recompiling the kernel sources with the reiser4 patch,
without the "working" of Andrew Morton and Riffard Laurent),
I'll remaster a ISO image with remastersys.

I'd tried with Ubuntu 11.04, but the GParted version of Ubuntu has the
reiser4 option disabled. :(

The Debian GParted version has this option enabled, so on, I want to
make a ISO image for a fresh installation of a Debian distro with
support for reiser4.

I'll modify the remastersys-installer script for give the option to
use reiser4 too.

Any helps are wellcome. :D

Please, NEVER give up of this fantastic work. I know that reiser4 IS
the best filesystem, and I want to use it.

Thanks in advance.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where may I find a reiser4 patch for kernel 2.6.32-5?
  2012-03-09 23:01 Where may I find a reiser4 patch for kernel 2.6.32-5? Sandro Souza
@ 2012-03-09 23:22 ` Edward Shishkin
  2012-03-12 19:03 ` dimas
  1 sibling, 0 replies; 4+ messages in thread
From: Edward Shishkin @ 2012-03-09 23:22 UTC (permalink / raw)
  To: Sandro Souza; +Cc: ReiserFS Development List

Hello.
The patches can be found here:
http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/

Please, note that reiser4 is not stable, and, hence, is not suitable
for production. So please don't use large volumes, and make sure you
will be able to fsck it at any moment (especially it concerns root
partitions).

Thanks,
Edward.


On 03/10/2012 12:01 AM, Sandro Souza wrote:
> Hi everybody.
>
> Sorry for my bad english, I'm a brazilian nerd. :)
>
> I'd made a virtual machine (using virtualbox) and I'd installed a
> Debian 6.0.3 inside it.
>
> The kernel version of the Debian 6.0.3 is 2.6.32-5 (uname -a) and I'm
> searching for a reiser4 patch for this kernel.
>
> After it (recompiling the kernel sources with the reiser4 patch,
> without the "working" of Andrew Morton and Riffard Laurent),
> I'll remaster a ISO image with remastersys.
>
> I'd tried with Ubuntu 11.04, but the GParted version of Ubuntu has the
> reiser4 option disabled. :(
>
> The Debian GParted version has this option enabled, so on, I want to
> make a ISO image for a fresh installation of a Debian distro with
> support for reiser4.
>
> I'll modify the remastersys-installer script for give the option to
> use reiser4 too.
>
> Any helps are wellcome. :D
>
> Please, NEVER give up of this fantastic work. I know that reiser4 IS
> the best filesystem, and I want to use it.
>
> Thanks in advance.
> --
> 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] 4+ messages in thread

* Re: Where may I find a reiser4 patch for kernel 2.6.32-5?
  2012-03-09 23:01 Where may I find a reiser4 patch for kernel 2.6.32-5? Sandro Souza
  2012-03-09 23:22 ` Edward Shishkin
@ 2012-03-12 19:03 ` dimas
  2012-03-12 19:34   ` Edward Shishkin
  1 sibling, 1 reply; 4+ messages in thread
From: dimas @ 2012-03-12 19:03 UTC (permalink / raw)
  To: ReiserFS Development List

man, seems that you'll also need to patch debian-installer and create udeb package to load before disk setup (like with resier3 now). how about this?
as for gparted - maybe you just need to have reiser4progs installed?
2.6.32? why don't you use something newer? 38 was very interesting release. btw, i have my server running on Debian testing @ 2.6.38.8 with / on reiser4. works 24/7 and works fine!
what about remastersys or whatever - do you think you need to create yet anothet 10000001'st Linux distro? just install and configure what you need and pack you system into compressed image (i recommend squashfs, or there are lot alterantives like tar, etc) and use livecd with reiser4 support (partedmagic or maybe smth else) to prepare you playground.
because normal people wouldn't want to use fs that is oficially not recommended and claimed as forever unstable (yes, it's working fine for me about 2 years, but ...). and those who is intersted in it can just move their systems themselves, as they should be geeky enough if they know about such things like r4. it's a matter of 15-20 minutes to pack /, mkreiser4, unpack / back and fix fstab. with proper kernel already installed, of course, but geeks often use self-built kernels, so it's not a problem too

PS. sorry for private mail. claws-mail seems not to handle this mailing-list correctly, or some headers are not properly set.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where may I find a reiser4 patch for kernel 2.6.32-5?
  2012-03-12 19:03 ` dimas
@ 2012-03-12 19:34   ` Edward Shishkin
  0 siblings, 0 replies; 4+ messages in thread
From: Edward Shishkin @ 2012-03-12 19:34 UTC (permalink / raw)
  To: dimas000; +Cc: ReiserFS Development List

On 03/12/2012 08:03 PM, dimas wrote:
> man, seems that you'll also need to patch debian-installer and create udeb package to load before disk setup (like with resier3 now). how about this?
> as for gparted - maybe you just need to have reiser4progs installed?
> 2.6.32? why don't you use something newer? 38 was very interesting release. btw, i have my server running on Debian testing @ 2.6.38.8 with / on reiser4. works 24/7 and works fine!
> what about remastersys or whatever - do you think you need to create yet anothet 10000001'st Linux distro? just install and configure what you need and pack you system into compressed image (i recommend squashfs, or there are lot alterantives like tar, etc) and use livecd with reiser4 support (partedmagic or maybe smth else) to prepare you playground.
> because normal people wouldn't want to use fs that is oficially not recommended and claimed as forever unstable

I believe there are only 3 problems which don't allow reiser4
to be used in production:

1, 2) deadlocks because ->readpages() of both file plugins (unix_file
       and cryptcompress) don't release long-term lock (current position
       in the tree) when filling next portion of pages.

3)    the nasty bug in tree balancing which leads to corruption
       (kernel and fsck report about key inconsistency).

All the problems are old enough. Unfortunately all complicated
subsystems like a local fs have unpleasant property: "sleeping"
bugs, which wasn't being reproducible because of various reasons.

Edward.


  (yes, it's working fine for me about 2 years, but ...). and those who 
is intersted in it can just move their systems themselves, as they 
should be geeky enough if they know about such things like r4. it's a 
matter of 15-20 minutes to pack /, mkreiser4, unpack / back and fix 
fstab. with proper kernel already installed, of course, but geeks often 
use self-built kernels, so it's not a problem too
>
> PS. sorry for private mail. claws-mail seems not to handle this mailing-list correctly, or some headers are not properly set.
> --
> 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] 4+ messages in thread

end of thread, other threads:[~2012-03-12 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 23:01 Where may I find a reiser4 patch for kernel 2.6.32-5? Sandro Souza
2012-03-09 23:22 ` Edward Shishkin
2012-03-12 19:03 ` dimas
2012-03-12 19:34   ` Edward Shishkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).