9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 4th edition file server available
@ 2003-01-08  6:45 Russ Cox
  2003-01-08 11:09 ` Axel Belinfante
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Russ Cox @ 2003-01-08  6:45 UTC (permalink / raw)
  To: 9fans

The new 4th edition file server, named Fossil,
is now available on sources.  There are some
how-to docs for setting up Venti and Fossil at:

http://plan9.bell-labs.com/wiki/plan9/setting_up_venti
http://plan9.bell-labs.com/wiki/plan9/setting_up_fossil

The man pages fossil(4) and fossilcons(8) are
the definitive reference.  /sys/doc/fossil.pdf (aka
http://plan9.bell-labs.com/sys/doc/fossil.pdf)
describes the disk structures and also the Vac
structures for those interested in hacking the
internals.

Conceptually, Fossil is similar to the current file server
with Venti instead of a WORM juke box, but practically
there are many other differences.  It is a user-level
program rather than a special kernel, it speaks 9P2000
(and not 9P1), and there are numerous other improvements,
including enormous file names and also soft updates so that
the disk image is always in a consistent state.

It is still a work in progress, but it's ready to be used
by those feeling adventurous.

Enjoy.
Sean, Jim, Russ


g% x=`{perl -e 'print "a"x2000'}
g% >$x
g% ls -l $x
--rw-rw-r-- M 8 rsc rsc 0 Jan  8 01:30 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
g%



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

* Re: [9fans] 4th edition file server available
  2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
@ 2003-01-08 11:09 ` Axel Belinfante
  2003-01-08 15:57   ` Fco.J.Ballesteros
  2003-01-08 15:56 ` andrey mirtchovski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 16+ messages in thread
From: Axel Belinfante @ 2003-01-08 11:09 UTC (permalink / raw)
  To: 9fans

Congratulations!

I feel a bit adventurous -- but also in the need of
a little (or more?) hand-holding.

I have browsed through the setting up docs on wiki,
and a couple of the refered man pages, but
could not easily see how to build a fossil from
(to replace) an existing fake-worm file server,
taking into account the dump partition.

I recall reading before that at bell labs worm
disks of the fs were copied ``by hand'' one by one,
by taking them out of the fs.
Is there a way to transfer dump to fossil from
a running fake-worm fs (so, just using normal 9p
access, without going to the ``raw disks'')?

On a related note: my fake-worm fs uses relatively small
blocks (4Kb). Can I freely choose a block size for the
venti underlying the fossil, or should there be
a strict relation between the fake-worm  block size
and the fossil/venti block size (e.g. due to transfer
of dump blocks)?

Thanks for any insight (pointers welcome),
Axel.

> The new 4th edition file server, named Fossil,
> is now available on sources.  There are some
> how-to docs for setting up Venti and Fossil at:
[snip] 
> It is still a work in progress, but it's ready to be used
> by those feeling adventurous.



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

* Re: [9fans] 4th edition file server available
  2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
  2003-01-08 11:09 ` Axel Belinfante
@ 2003-01-08 15:56 ` andrey mirtchovski
  2003-01-08 16:53   ` Russ Cox
  2003-01-08 22:52 ` Andrew
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 16+ messages in thread
From: andrey mirtchovski @ 2003-01-08 15:56 UTC (permalink / raw)
  To: 9fans

will you put a link to it on http://plan9.bell-labs.com/sys/doc/index.html
(the index page for Volume 2 documents) or it's not yet supposed to be
read by third parties?

thanx, andrey

On Wed, 8 Jan 2003, Russ Cox wrote:

> The man pages fossil(4) and fossilcons(8) are
> the definitive reference.  /sys/doc/fossil.pdf (aka
> http://plan9.bell-labs.com/sys/doc/fossil.pdf)




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

* Re: [9fans] 4th edition file server available
  2003-01-08 11:09 ` Axel Belinfante
@ 2003-01-08 15:57   ` Fco.J.Ballesteros
  0 siblings, 0 replies; 16+ messages in thread
From: Fco.J.Ballesteros @ 2003-01-08 15:57 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

Not to fossil, but we're using this to move our worm into vac, which
can be serviced by venti. 9fs automates it for us.

#!/bin/rc
# mkvac: creates one vac archive. argument is day number.
#

srv -q il!sargazos.escet.urjc.es
mount /srv/il!sargazos.escet.urjc.es /n/dump dump
date
vname=`{echo $1 | sed 's|/|_|g'}
lname=`{cat mkvac.last}
echo vac -s -b16k -f dump/2002/$vname.vac -d dump/2002/$lname -q /n/dump/$1
time vac -s -b16k -f dump/2002/$vname.vac -d dump/2002/$lname -q /n/dump/$1
echo echo $vname.vac '>' mkvac.last
 echo $vname.vac > mkvac.last
unmount /n/dump
rm /srv/il!sargazos.escet.urjc.es
date


This other one calls the previous one to automate it:
#!/bin/rc
days=(0508 0507 0506 .....other preferred days here)
for (d in $days) {
	cp /dev/text /n/once/nemo/mkvacs.out
	echo -n $d starts ' '
	mkvac 2002/$d
	echo
}
exit


We are doing 1.5 months per day or so.

[-- Attachment #2: Type: message/rfc822, Size: 3844 bytes --]

From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 4th edition file server available
Date: Wed, 08 Jan 2003 12:09:07 +0100
Message-ID: <200301081109.h08B97629776@zamenhof.cs.utwente.nl>

Congratulations!

I feel a bit adventurous -- but also in the need of
a little (or more?) hand-holding.

I have browsed through the setting up docs on wiki,
and a couple of the refered man pages, but
could not easily see how to build a fossil from
(to replace) an existing fake-worm file server,
taking into account the dump partition.

I recall reading before that at bell labs worm
disks of the fs were copied ``by hand'' one by one,
by taking them out of the fs.
Is there a way to transfer dump to fossil from
a running fake-worm fs (so, just using normal 9p
access, without going to the ``raw disks'')?

On a related note: my fake-worm fs uses relatively small
blocks (4Kb). Can I freely choose a block size for the
venti underlying the fossil, or should there be
a strict relation between the fake-worm  block size
and the fossil/venti block size (e.g. due to transfer
of dump blocks)?

Thanks for any insight (pointers welcome),
Axel.

> The new 4th edition file server, named Fossil,
> is now available on sources.  There are some
> how-to docs for setting up Venti and Fossil at:
[snip] 
> It is still a work in progress, but it's ready to be used
> by those feeling adventurous.

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

* Re: [9fans] 4th edition file server available
  2003-01-08 15:56 ` andrey mirtchovski
@ 2003-01-08 16:53   ` Russ Cox
  0 siblings, 0 replies; 16+ messages in thread
From: Russ Cox @ 2003-01-08 16:53 UTC (permalink / raw)
  To: 9fans

> will you put a link to it on http://plan9.bell-labs.com/sys/doc/index.html
> (the index page for Volume 2 documents) or it's not yet supposed to be
> read by third parties?

I'm not sure it's quite ready for that.



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

* Re: [9fans] 4th edition file server available
  2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
  2003-01-08 11:09 ` Axel Belinfante
  2003-01-08 15:56 ` andrey mirtchovski
@ 2003-01-08 22:52 ` Andrew
  2003-01-08 22:54   ` Russ Cox
  2003-01-09 13:16 ` Axel Belinfante
  2003-01-29  1:37 ` [9fans] Fossil questions John Packer
  4 siblings, 1 reply; 16+ messages in thread
From: Andrew @ 2003-01-08 22:52 UTC (permalink / raw)
  To: 9fans

Maybe this is in the doc's somewhere, but just do i know ahead of time,
does fossil have support for worm devices, ie HP optical jukeboxes and
such? thanks

Andrew



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

* Re: [9fans] 4th edition file server available
  2003-01-08 22:52 ` Andrew
@ 2003-01-08 22:54   ` Russ Cox
  2003-01-09  8:24     ` Fco.J.Ballesteros
  0 siblings, 1 reply; 16+ messages in thread
From: Russ Cox @ 2003-01-08 22:54 UTC (permalink / raw)
  To: 9fans

There is no support for WORM devices.
The WORM is replaced by Venti.  You could
back up Venti to a WORM drive, I suppose.





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

* Re: [9fans] 4th edition file server available
  2003-01-08 22:54   ` Russ Cox
@ 2003-01-09  8:24     ` Fco.J.Ballesteros
  0 siblings, 0 replies; 16+ messages in thread
From: Fco.J.Ballesteros @ 2003-01-09  8:24 UTC (permalink / raw)
  To: 9fans

> You could
> back up Venti to a WORM drive, I suppose.

An alternate way would be to use fs(3) to setup a mirror
for your venti.



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

* Re: [9fans] 4th edition file server available
  2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
                   ` (2 preceding siblings ...)
  2003-01-08 22:52 ` Andrew
@ 2003-01-09 13:16 ` Axel Belinfante
  2003-01-29  1:37 ` [9fans] Fossil questions John Packer
  4 siblings, 0 replies; 16+ messages in thread
From: Axel Belinfante @ 2003-01-09 13:16 UTC (permalink / raw)
  To: 9fans

/sys/doc/fossil.pdf mentions an ``experimental file stack device'' devfs(3).
I'm just curious; is that man page available?
(could not find on plan9 web nor on sources)

Axel.



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

* [9fans] Fossil questions
  2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
                   ` (3 preceding siblings ...)
  2003-01-09 13:16 ` Axel Belinfante
@ 2003-01-29  1:37 ` John Packer
  2003-01-29  2:02   ` Russ Cox
  4 siblings, 1 reply; 16+ messages in thread
From: John Packer @ 2003-01-29  1:37 UTC (permalink / raw)
  To: 9fans

Yesterday, for unknown reasons, I began having problems with
my fossil partition. Stupidly, I didn't have the most recent
vac score from the file server console. Using a score I saved
a couple of days ago, I was able to reformat the partition to
an earlier state (and so "lost" two days of archival
snapshots, etc.).

Suppose I didn't have a score at all. Is there some way to
recover the most recent score, perhaps from the venti server?

Also, though it's no big loss, is everything stored on Venti
in the last two days inaccessible?

Forgive me if this is addressed in the man pages.

John Packer



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

* Re: [9fans] Fossil questions
  2003-01-29  1:37 ` [9fans] Fossil questions John Packer
@ 2003-01-29  2:02   ` Russ Cox
  2003-01-30  0:17     ` John Packer
  0 siblings, 1 reply; 16+ messages in thread
From: Russ Cox @ 2003-01-29  2:02 UTC (permalink / raw)
  To: 9fans

> Suppose I didn't have a score at all. Is there some way to
> recover the most recent score, perhaps from the venti server?

Yes.  Since the data is not encrypted, if you have access to
the raw disk partitions storing the arenas, you can find
anything you want.

> Also, though it's no big loss, is everything stored on Venti
> in the last two days inaccessible?

Do a pull to get the new file /sys/src/cmd/venti/printarena.c
and then

	cd /sys/src/cmd/venti
	mk 8.printarena

Then, run this on the Venti server as the host owner:

cd /sys/src/cmd/venti
ventihttp=your-server:8000
hget http://$ventihttp/index | 
awk '
 /^index=/ { blockSize=0+substr($3, 11); }
 /^arena=/ { arena=substr($1, 7); }
 /^	arena=/ { start=0+substr($5, 2)-blockSize; printf("./8.printarena -o %d %s\n", start, $3); }' |
rc |
sed -n 's/^(.*) 1$/vac:\1/p'

to get a list of all the vac archives on the server.

Russ



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

* Re: [9fans] Fossil questions
  2003-01-29  2:02   ` Russ Cox
@ 2003-01-30  0:17     ` John Packer
  2003-01-30 16:58       ` Tharaneedharan Vilwanathan
  0 siblings, 1 reply; 16+ messages in thread
From: John Packer @ 2003-01-30  0:17 UTC (permalink / raw)
  To: 9fans

Thanks for your help, Russ. That worked nicely.

John Packer


On Tuesday, January 28, 2003, at 09:02  PM, Russ Cox wrote:

>> Suppose I didn't have a score at all. Is there some way to
>> recover the most recent score, perhaps from the venti server?
>
> Yes.  Since the data is not encrypted, if you have access to
> the raw disk partitions storing the arenas, you can find
> anything you want.
>
>> Also, though it's no big loss, is everything stored on Venti
>> in the last two days inaccessible?
>
> Do a pull to get the new file /sys/src/cmd/venti/printarena.c
> and then
>
> 	cd /sys/src/cmd/venti
> 	mk 8.printarena
>
> Then, run this on the Venti server as the host owner:
>
> cd /sys/src/cmd/venti
> ventihttp=your-server:8000
> hget http://$ventihttp/index |
> awk '
>  /^index=/ { blockSize=0+substr($3, 11); }
>  /^arena=/ { arena=substr($1, 7); }
>  /^	arena=/ { start=0+substr($5, 2)-blockSize; printf("./8.printarena 
> -o %d %s\n", start, $3); }' |
> rc |
> sed -n 's/^(.*) 1$/vac:\1/p'
>
> to get a list of all the vac archives on the server.
>
> Russ



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

* Re: [9fans] Fossil questions
  2003-01-30  0:17     ` John Packer
@ 2003-01-30 16:58       ` Tharaneedharan Vilwanathan
  2003-01-30 17:22         ` Russ Cox
  0 siblings, 1 reply; 16+ messages in thread
From: Tharaneedharan Vilwanathan @ 2003-01-30 16:58 UTC (permalink / raw)
  To: 9fans

Hi,

I was also wondering what happens in this kind of situatation (i.e. when one
forgets the fingerprint value). This utility very useful.

The other question I had is what happens if I terminate a vac command
abruptly? Is it that the blocks (that are written till that time) are there
somewhere permanently but one cannot get them out? Or is it that some level
of clean up is done?

Regards
dharani

> Thanks for your help, Russ. That worked nicely.
>
> John Packer
>
>
> On Tuesday, January 28, 2003, at 09:02  PM, Russ Cox wrote:
>
> >> Suppose I didn't have a score at all. Is there some way to
> >> recover the most recent score, perhaps from the venti server?
> >
> > Yes.  Since the data is not encrypted, if you have access to
> > the raw disk partitions storing the arenas, you can find
> > anything you want.
> >
> >> Also, though it's no big loss, is everything stored on Venti
> >> in the last two days inaccessible?
> >
> > Do a pull to get the new file /sys/src/cmd/venti/printarena.c
> > and then
> >
> > cd /sys/src/cmd/venti
> > mk 8.printarena
> >
> > Then, run this on the Venti server as the host owner:
> >
> > cd /sys/src/cmd/venti
> > ventihttp=your-server:8000
> > hget http://$ventihttp/index |
> > awk '
> >  /^index=/ { blockSize=0+substr($3, 11); }
> >  /^arena=/ { arena=substr($1, 7); }
> >  /^ arena=/ { start=0+substr($5, 2)-blockSize; printf("./8.printarena
> > -o %d %s\n", start, $3); }' |
> > rc |
> > sed -n 's/^(.*) 1$/vac:\1/p'
> >
> > to get a list of all the vac archives on the server.
> >
> > Russ
>



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

* Re: [9fans] Fossil questions
  2003-01-30 16:58       ` Tharaneedharan Vilwanathan
@ 2003-01-30 17:22         ` Russ Cox
  0 siblings, 0 replies; 16+ messages in thread
From: Russ Cox @ 2003-01-30 17:22 UTC (permalink / raw)
  To: 9fans

When you interrupt a vac, the blocks are there
permanently and you can get them out if you know
their hashes, but of course you don't.  However,
if you store the same blocks again (you restart the
vac) they won't be stored a second time.

Russ


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

* Re: [9fans] Fossil Questions
  2003-07-23 19:23 [9fans] Fossil Questions Christopher Nielsen
@ 2003-07-24  3:11 ` Christopher Nielsen
  0 siblings, 0 replies; 16+ messages in thread
From: Christopher Nielsen @ 2003-07-24  3:11 UTC (permalink / raw)
  To: 9fans

And of course, a little reading has answered my question.
This is what epoch is for.

On Wed, Jul 23, 2003 at 12:23:42PM -0700, Christopher Nielsen wrote:
> Is it just me or does fossil not clear the write buffer
> after 'snap -a' is performed?
>
> I am in the process of archiving my music collection to
> fossil+venti, executing 'snap -a' when the write buffer
> gets close to full. I was expecting to be able to just
> start writing to the buffer once the archival snapshot
> finished. Instead, it seems that I have to 'flfmt -v ...'
> the write buffer and restart fossil. This is a bit
> cumbersome when you have a fileserver that boots from
> fossil+venti. Also, from what I have experinced so far,
> fossil gets very cranky and does not recover gracefully
> when the write buffer is filled.
>
> I know people are on vacation and such, and I am more than
> happy to dive into the code to address this. Before I do,
> I want to make sure the behavior I am seeing is accurate
> and the behavior I expect is desired.
>
> That said, I must say the system is quite robust from a
> data safety standpoint. I've been through repeated crashes
> and have not lost any data that was archived to venti.
> Very nice work guys.

--
Christopher Nielsen
"They who can give up essential liberty for temporary
safety, deserve neither liberty nor safety." --Benjamin Franklin


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

* [9fans] Fossil Questions
@ 2003-07-23 19:23 Christopher Nielsen
  2003-07-24  3:11 ` Christopher Nielsen
  0 siblings, 1 reply; 16+ messages in thread
From: Christopher Nielsen @ 2003-07-23 19:23 UTC (permalink / raw)
  To: 9fans

Is it just me or does fossil not clear the write buffer
after 'snap -a' is performed?

I am in the process of archiving my music collection to
fossil+venti, executing 'snap -a' when the write buffer
gets close to full. I was expecting to be able to just
start writing to the buffer once the archival snapshot
finished. Instead, it seems that I have to 'flfmt -v ...'
the write buffer and restart fossil. This is a bit
cumbersome when you have a fileserver that boots from
fossil+venti. Also, from what I have experinced so far,
fossil gets very cranky and does not recover gracefully
when the write buffer is filled.

I know people are on vacation and such, and I am more than
happy to dive into the code to address this. Before I do,
I want to make sure the behavior I am seeing is accurate
and the behavior I expect is desired.

That said, I must say the system is quite robust from a
data safety standpoint. I've been through repeated crashes
and have not lost any data that was archived to venti.
Very nice work guys.

--
Christopher Nielsen
"They who can give up essential liberty for temporary
safety, deserve neither liberty nor safety." --Benjamin Franklin


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

end of thread, other threads:[~2003-07-24  3:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-08  6:45 [9fans] 4th edition file server available Russ Cox
2003-01-08 11:09 ` Axel Belinfante
2003-01-08 15:57   ` Fco.J.Ballesteros
2003-01-08 15:56 ` andrey mirtchovski
2003-01-08 16:53   ` Russ Cox
2003-01-08 22:52 ` Andrew
2003-01-08 22:54   ` Russ Cox
2003-01-09  8:24     ` Fco.J.Ballesteros
2003-01-09 13:16 ` Axel Belinfante
2003-01-29  1:37 ` [9fans] Fossil questions John Packer
2003-01-29  2:02   ` Russ Cox
2003-01-30  0:17     ` John Packer
2003-01-30 16:58       ` Tharaneedharan Vilwanathan
2003-01-30 17:22         ` Russ Cox
2003-07-23 19:23 [9fans] Fossil Questions Christopher Nielsen
2003-07-24  3:11 ` Christopher Nielsen

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).