* labelling partitions with reiserfstune
@ 2002-12-16 13:31 Nick Burrett
2002-12-16 18:35 ` Vitaly Fertman
2002-12-19 15:53 ` reiserfs and TUX2 - 2.4.18 or 2.4.19? darren
0 siblings, 2 replies; 7+ messages in thread
From: Nick Burrett @ 2002-12-16 13:31 UTC (permalink / raw)
To: reiserfs-list
Hi,
It would be useful if the disk label of a mounted partition could be
changed by reiserfstune. Since I'm only after changing the label and
not the journal, the following assertion seems unreasonable.
bash-2.05# reiserfstune -l / /dev/rd/c0d0p1
<-------------reiserfstune, 2002------------->
reiserfsprogs 3.6.4
reiserfstune: can not rebuild journal of mounted filesystem
bash-2.05#
Regards,
Nick.
--
Nick Burrett
Network Engineer, Designer Servers Ltd. http://www.dsvr.co.uk
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: labelling partitions with reiserfstune
2002-12-16 13:31 labelling partitions with reiserfstune Nick Burrett
@ 2002-12-16 18:35 ` Vitaly Fertman
2002-12-19 15:53 ` reiserfs and TUX2 - 2.4.18 or 2.4.19? darren
1 sibling, 0 replies; 7+ messages in thread
From: Vitaly Fertman @ 2002-12-16 18:35 UTC (permalink / raw)
To: Nick Burrett, reiserfs-list
Hi,
On Monday 16 December 2002 16:31, Nick Burrett wrote:
> Hi,
>
> It would be useful if the disk label of a mounted partition could be
> changed by reiserfstune. Since I'm only after changing the label and
will be done someday. probably in reiser4 already.
> not the journal, the following assertion seems unreasonable.
>
> bash-2.05# reiserfstune -l / /dev/rd/c0d0p1
>
> <-------------reiserfstune, 2002------------->
> reiserfsprogs 3.6.4
>
> reiserfstune: can not rebuild journal of mounted filesystem
Oh, yes, thank you.
--
Thanks,
Vitaly Fertman
^ permalink raw reply [flat|nested] 7+ messages in thread
* reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-16 13:31 labelling partitions with reiserfstune Nick Burrett
2002-12-16 18:35 ` Vitaly Fertman
@ 2002-12-19 15:53 ` darren
2002-12-19 15:58 ` Oleg Drokin
1 sibling, 1 reply; 7+ messages in thread
From: darren @ 2002-12-19 15:53 UTC (permalink / raw)
To: reiserfs-list
Hi all,
I want to run TUX2 to serve files off my ReiserFS partition.
But I cannot seem to get TUX2 on kernel 2.4.19, which I would like to
run my reiserfs partition on.
Should I just stick to 2.4.18 and somehow patch the reiserfs there??
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-19 15:53 ` reiserfs and TUX2 - 2.4.18 or 2.4.19? darren
@ 2002-12-19 15:58 ` Oleg Drokin
2002-12-20 6:25 ` Dieter Nützel
0 siblings, 1 reply; 7+ messages in thread
From: Oleg Drokin @ 2002-12-19 15:58 UTC (permalink / raw)
To: darren; +Cc: reiserfs-list
Hello!
On Thu, Dec 19, 2002 at 11:53:49PM +0800, darren wrote:
> I want to run TUX2 to serve files off my ReiserFS partition.
> But I cannot seem to get TUX2 on kernel 2.4.19, which I would like to
> run my reiserfs partition on.
We cannot tell you anything about Tux2 because we do not know anything
about it ;)
> Should I just stick to 2.4.18 and somehow patch the reiserfs there??
If you plan to run not current 2.4 kernels, you might want to
get patches from ftp://ftp.namesys.com/pub/reiserfs-for-2.4/<version>.pending
Where <version> next kernel version. (repeat that until you reach latest
kernel).
But actually 2.4.18 is pretty stable and you may not want to patch it if you
want.
Bye,
Oleg
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-19 15:58 ` Oleg Drokin
@ 2002-12-20 6:25 ` Dieter Nützel
0 siblings, 0 replies; 7+ messages in thread
From: Dieter Nützel @ 2002-12-20 6:25 UTC (permalink / raw)
To: Oleg Drokin, darren; +Cc: reiserfs-list
Am Donnerstag, 19. Dezember 2002 16:58 schrieb Oleg Drokin:
> Hello!
>
> On Thu, Dec 19, 2002 at 11:53:49PM +0800, darren wrote:
> > I want to run TUX2 to serve files off my ReiserFS partition.
> > But I cannot seem to get TUX2 on kernel 2.4.19, which I would like to
> > run my reiserfs partition on.
>
> We cannot tell you anything about Tux2 because we do not know anything
> about it ;)
I think Darren should try 2.4.20aa1, Andrea Arcangeli's (SuSE) -AA VM kernel.
It has TUX (the web server; TUX2 is a new file system with phase tree under
construction) on board.
cat /usr/src/linux/net/tux/Config.in
tristate ' Threaded linUX application protocol accelerator layer (TUX)'
CONFIG_TUX
if [ "$CONFIG_TUX" = "y" -o "$CONFIG_TUX" = "m" ]; then
bool ' External CGI module' CONFIG_TUX_EXTCGI
bool ' extended TUX logging format' CONFIG_TUX_EXTENDED_LOG
bool ' debug TUX' CONFIG_TUX_DEBUG
fi
Regards,
Dieter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
@ 2002-12-20 1:08 darren
2002-12-20 6:17 ` Oleg Drokin
0 siblings, 1 reply; 7+ messages in thread
From: darren @ 2002-12-20 1:08 UTC (permalink / raw)
To: green; +Cc: reiserfs-list
Hi!
Thanx for responding to my ques.
So, to make my reiserfs on my RedHat7.3 kernel the same one as the one in Kernel 2.4.20, all i have to do is to patch:
2.4.18-pre1.pending
2.4.18-pre2.pending
.
.
2.4.18-rc1.pending
2.4.18.pending
2.4.19
2.4.20
and so on??
-----Original Message-----
From: Oleg Drokin <green@namesys.com>
To: darren <teodarren@myrealbox.com>
Date: Thu, 19 Dec 2002 18:58:05 +0300
Subject: Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
Hello!
On Thu, Dec 19, 2002 at 11:53:49PM +0800, darren wrote:
> I want to run TUX2 to serve files off my ReiserFS partition.
> But I cannot seem to get TUX2 on kernel 2.4.19, which I would like to
> run my reiserfs partition on.
We cannot tell you anything about Tux2 because we do not know anything
about it ;)
> Should I just stick to 2.4.18 and somehow patch the reiserfs there??
If you plan to run not current 2.4 kernels, you might want to
get patches from ftp://ftp.namesys.com/pub/reiserfs-for-2.4/<version>.pending
Where <version> next kernel version. (repeat that until you reach latest
kernel).
But actually 2.4.18 is pretty stable and you may not want to patch it if you
want.
Bye,
Oleg
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-20 1:08 darren
@ 2002-12-20 6:17 ` Oleg Drokin
2002-12-20 7:11 ` Dirk Mueller
0 siblings, 1 reply; 7+ messages in thread
From: Oleg Drokin @ 2002-12-20 6:17 UTC (permalink / raw)
To: darren; +Cc: reiserfs-list
Hello!
Usually RedHat kernels version are in very little relation with
vanilla kernel with same version.
If you'd have canilla 2.4.18, you'd need
2.4.18.pending and 2.4.19.pending
With RedHat some of these patches might be already included, so
you probably need to try and see it for yourself which ones are missing.
Bye,
Oleg
On Fri, Dec 20, 2002 at 01:08:01AM +0000, darren wrote:
> Hi!
>
> Thanx for responding to my ques.
>
> So, to make my reiserfs on my RedHat7.3 kernel the same one as the one in Kernel 2.4.20, all i have to do is to patch:
>
> 2.4.18-pre1.pending
> 2.4.18-pre2.pending
> .
> .
> 2.4.18-rc1.pending
> 2.4.18.pending
> 2.4.19
> 2.4.20
>
> and so on??
>
> -----Original Message-----
> From: Oleg Drokin <green@namesys.com>
> To: darren <teodarren@myrealbox.com>
> Date: Thu, 19 Dec 2002 18:58:05 +0300
> Subject: Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
>
> Hello!
>
> On Thu, Dec 19, 2002 at 11:53:49PM +0800, darren wrote:
>
> > I want to run TUX2 to serve files off my ReiserFS partition.
> > But I cannot seem to get TUX2 on kernel 2.4.19, which I would like to
> > run my reiserfs partition on.
>
> We cannot tell you anything about Tux2 because we do not know anything
> about it ;)
>
> > Should I just stick to 2.4.18 and somehow patch the reiserfs there??
>
> If you plan to run not current 2.4 kernels, you might want to
> get patches from ftp://ftp.namesys.com/pub/reiserfs-for-2.4/<version>.pending
>
> Where <version> next kernel version. (repeat that until you reach latest
> kernel).
>
> But actually 2.4.18 is pretty stable and you may not want to patch it if you
> want.
>
> Bye,
> Oleg
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-20 6:17 ` Oleg Drokin
@ 2002-12-20 7:11 ` Dirk Mueller
2002-12-20 7:47 ` Oleg Drokin
0 siblings, 1 reply; 7+ messages in thread
From: Dirk Mueller @ 2002-12-20 7:11 UTC (permalink / raw)
To: reiserfs-list
On Fre, 20 Dez 2002, Oleg Drokin wrote:
> If you'd have canilla 2.4.18, you'd need
> 2.4.18.pending and 2.4.19.pending
> With RedHat some of these patches might be already included, so
> you probably need to try and see it for yourself which ones are missing.
Wouldn't it be better to push the changes into the vanilla kernel to save
everyone from this patch nightmare?
--
Dirk (received 116 mails today)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: reiserfs and TUX2 - 2.4.18 or 2.4.19?
2002-12-20 7:11 ` Dirk Mueller
@ 2002-12-20 7:47 ` Oleg Drokin
0 siblings, 0 replies; 7+ messages in thread
From: Oleg Drokin @ 2002-12-20 7:47 UTC (permalink / raw)
To: Dirk Mueller; +Cc: reiserfs-list
Hello!
On Fri, Dec 20, 2002 at 08:11:31AM +0100, Dirk Mueller wrote:
> > If you'd have canilla 2.4.18, you'd need
> > 2.4.18.pending and 2.4.19.pending
> > With RedHat some of these patches might be already included, so
> > you probably need to try and see it for yourself which ones are missing.
> Wouldn't it be better to push the changes into the vanilla kernel to save
> everyone from this patch nightmare?
Well, all of the changes are in latest kernel already (2.4.20 as of now).
But the question was about using old kernel (well, may be not that old.
And patched by RedHat. And this was 56 megabytes of patches last time I checked)
Bye,
Oleg
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-12-20 7:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-16 13:31 labelling partitions with reiserfstune Nick Burrett
2002-12-16 18:35 ` Vitaly Fertman
2002-12-19 15:53 ` reiserfs and TUX2 - 2.4.18 or 2.4.19? darren
2002-12-19 15:58 ` Oleg Drokin
2002-12-20 6:25 ` Dieter Nützel
-- strict thread matches above, loose matches on Subject: below --
2002-12-20 1:08 darren
2002-12-20 6:17 ` Oleg Drokin
2002-12-20 7:11 ` Dirk Mueller
2002-12-20 7:47 ` Oleg Drokin
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.