[9fans] Petabytes on a budget: JBODs + Linux + JFS132 (9/4/2009 12:55:00 AM) comp.os.plan9 "None of those technologies [NFS, iSCSI, FC] scales as cheaply, reliably, goes as big, nor can be managed as easily as stand-alone pods with their own IP address waiting for requests on HTTPS." http://blog.b... rvs
[9fans] Thrift RPC417 (8/13/2009 3:37:10 AM) comp.os.plan9 I've just been enlightened by a friend of mine who explained to me that binary RPC is still alive and kicking: http://incubator.apache.org/thrift/ http://incubator.apache.org/thrift/static/thrift-20... rvs
[9fans] Plan 9 manuals029 (8/8/2009 5:21:44 AM) comp.os.plan9 Silly question: is there any way of buying 3d edition (or better yet 2nd edition) original manuals? Thanks, Roman. ... rvs
[9fans] renaming to an existing file124 (8/5/2009 1:28:28 AM) comp.os.plan9 I've just realized that in 9P the wstat would refuse to rename an entry if a target name already exists. So how can I atomically replace one file with another one, so that during the operation clients opening... rvs
[9fans] ceph118 (7/30/2009 12:47:39 AM) comp.os.plan9 This is sort of off-topic, but does anybody have any experience with Ceph? http://ceph.newdream.net/ Good or bad war stories (and general thoughts) would be quite welcome. Thanks, Roman. ... rvs
[9fans] i/o on a hangup channel asymmetry114 (7/18/2009 6:42:21 PM) comp.os.plan9 In the "mom, why sky is blue" department, here's a silly question: is there any good reason that read(2) on a hangup channel returns an error, while write(2) on a hangup channel terminates an application (by ge... rvs
[9fans] 9P writes for directories418 (3/21/2009 7:06:50 AM) comp.os.plan9 I could swear that I remember the following question being asked during the times when 9P2000 was being introduced, but I simply can't find any relevant threads. I do apologize if my google-foo is failing me, b... rvs
[9fans] Quick question on fossil115 (1/12/2009 6:16:39 PM) comp.os.plan9 Hi! I'm trying to read up on fossil implementation so that I can sustain an intelligent conversation with Andrey ;-) Now, the paper "Fossil, an Archival File Server" is pretty good, but here's one simple ques... rvs
[9fans] plan9 for calculations220 (3/27/2009 9:31:33 PM) comp.os.plan9 Hello everybody, I noticed there are some thoughts about using plan9 on supercomputers. For me supercomputers are usually used to do some heavy calculations. And this leads me to a question. What software is t... rudolf.sykora(401)
[9fans] J9P/StyxLib1215 (4/1/2009 11:47:46 AM) comp.os.plan9 Hi, I just want to announce that a new 9P-related framework has been published (pre-alpha status, PoC). You find the current project documentation on the project homepage "http://aspector.com/~brf/J9P"; the pu... Bernd.Fix(5)
[9fans] Git Mirror120 (4/23/2009 2:28:32 PM) comp.os.plan9 I've started a public nightly mirror of (the source code bits) from sources using github: http://github.com/ericvh/plan-9/tree/master (There's also a mirror of inferno-os from google code: http://github.com/eri... ericvh(356)
[9fans] Contrib index, snip117 (4/23/2009 9:10:56 PM) comp.os.plan9 Folks: The contrib index on the wiki [1] hadn't been updated in a long time; I'm now automatically regenerating it nightly. I've made some minor changes to the script that does the updates; the most significan... anothy(227)
[9fans] Configuring NFS317 (6/2/2009 5:33:58 PM) comp.os.plan9 Has anyone here successfully set up nfsserver to share Plan 9 files with Unix machines? The examples given in the man pages are rather... opaque. All I want to do is share one directory tree (/lib/music, in par... slawmaster(279)
[9fans] 9base-3118 (8/6/2009 8:11:24 PM) comp.os.plan9 Hi there, I revived the 9base project which was asleep for nearly 3 years som days ago and created a new version based on Russ' plan9port from 20090731. You can download it from: http://code.suckless.org/dl... garbeam(40)
[9fans] "Blocks" in C920 (9/2/2009 8:08:06 AM) comp.os.plan9 Mac OS 10.6 introduced a new C compiler frontend (clang), which added support for "blocks" in C [1]. Blocks basically add closures and anonymous functions to C (and it's derivatives). Full details with ex... anant(81)