Discussion:
SFS code-a-thon, Jan 21-22 in San Francisco area
Kevin Fu
2005-12-08 14:41:24 UTC
Permalink
Now is a good time for users to make prioritized requests.

Cheers,
-Kevin
Date: December 8, 2005 9:39:58 AM EST
Subject: SFS code-a-thon, Jan 21-22 in San Francisco area
A few of us are meeting up near Stanford Jan 21-22 for SFS code
hacking. If you would like to contribute to the coding, just
holler. We could also setup some kind of virtual conferencing.
Jeff Abrahamson
2005-12-08 15:17:52 UTC
Permalink
It would be very nice to have proper locking so reading mail on
sfs-mounted volumes works.

-Jeff
[16 lines, 81 words, 475 characters] Top characters: eosnatu\n
Now is a good time for users to make prioritized requests.
Cheers,
-Kevin
Date: December 8, 2005 9:39:58 AM EST
Subject: SFS code-a-thon, Jan 21-22 in San Francisco area
A few of us are meeting up near Stanford Jan 21-22 for SFS code
hacking. If you would like to contribute to the coding, just
holler. We could also setup some kind of virtual conferencing.
--
Jeff

Jeff Abrahamson <http://www.cs.drexel.edu/~jeffa/>
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B

cell: +1 215.837.2287
Kevin Fu
2006-01-22 00:13:29 UTC
Permalink
Agenda for SFS Code-A-Thon:
1. Fix SFS on MacOS 10.4

Outcome:
1. Mission accomplished.

Based on grumbling at our merry code-a-thon:

1. Some OSs do not even support locking on a client, so we recommend
a locking dot file as a workaround.
2. Dave thinks he has a workaround for SFS for MacOS 10.4.4 (Tiger).
Yeah! There appears to be a race condition in the darwin kernel
whereby recvmesg returns an EOF instead of EAGAIN depending how fast
suidconnect exits. Try dm's latest fix in CVS and let us know if it
works.

Cheers,
-Kevin
Post by Jeff Abrahamson
It would be very nice to have proper locking so reading mail on
sfs-mounted volumes works.
-Jeff
[16 lines, 81 words, 475 characters] Top characters: eosnatu\n
Now is a good time for users to make prioritized requests.
Cheers,
-Kevin
Date: December 8, 2005 9:39:58 AM EST
Subject: SFS code-a-thon, Jan 21-22 in San Francisco area
A few of us are meeting up near Stanford Jan 21-22 for SFS code
hacking. If you would like to contribute to the coding, just
holler. We could also setup some kind of virtual conferencing.
--
Jeff
Jeff Abrahamson <http://www.cs.drexel.edu/~jeffa/>
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
cell: +1 215.837.2287
David Thiel
2006-01-23 07:22:23 UTC
Permalink
Post by Kevin Fu
1. Fix SFS on MacOS 10.4
I can't get what's in cvs to actually build on 10.4.4. Any idea what the problem
might be? I'm using gcc4 from xcode.

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../async -I../crypt -I/usr/X11R6/include -I/usr/local/include -I.. -I../arpc -I../sfsmisc -I../sfsrodb -I../adb -I../svc -I../svc -DEXECDIR=\"/usr/local/lib/sfs-0.8pre\" -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/local/share/sfs\" -DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/sfs\" -g -O2 -Wall -c aio.C -MT aio.lo -MD -MP -MF .deps/aio.TPlo -o aio.o
aio.C: In member function `void aiod::fail()':
aio.C:243: error: invalid conversion from 'int' to 'ihash_entry<aiod::request> aiod::request::*'
make[2]: *** [aio.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

m***@winksmith.com
2005-12-08 18:48:20 UTC
Permalink
Post by Kevin Fu
Now is a good time for users to make prioritized requests.
make it work on tiger.
--
Mark Smith
***@winksmith.com
mark at tux dot org
nova-instructor at tux dot org
Jaakko Niemi
2005-12-11 09:50:35 UTC
Permalink
Post by Kevin Fu
Now is a good time for users to make prioritized requests.
Stable release out, please :)

--j
Loading...