* 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread
end of thread, other threads:[~2002-12-20 6:25 UTC | newest]
Thread overview: 5+ 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
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.