Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread Dante
Could it be that snapshots induce the same type of wear and tear on the SD as atime? --Dante On 28.11.2014 07:54, David du Colombier wrote: fossil has no option to disable atime, but kfs does. The Fossil open command takes the option -a to disable atime. -- David du Colombier

Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread Richard Miller
The Fossil open command takes the option -a to disable atime. ... and that's the default on the 9pi distribution image. term% fossil/conf /dev/sdM0/fossil | grep open fsys main open -Va

Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread Dante
The unfortunate one was a Scandisk Ultra 32GB, which I suppose is of very good quality. On 28.11.2014 10:12, Mats Olsson wrote: I have to agree with Erik when it comes to SD cards. I've used and abused many SD cards for years and have never had problems with them. I could recommend Sandisk

Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread Dante
Check, my SD's fossil also had an -a: fsys main open -aAV Thanks, I forgot how I configured it. But now what did it happen? We have a Plan9 doing nothing on my desktop. What does it write to the SD?? On 28.11.2014 10:17, Richard Miller wrote: The Fossil open command takes the option -a to

[9fans] p9p Acme - how to turn off output output buffering

2014-11-28 Thread dexen deVries
how do i turn off output buffering in p9p Acme for particular fd? a braindead linux application does dup(2), and proceeds using FD 3 as error output, which results in buffered output in Acme.

Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread erik quanstrom
On Fri Nov 28 01:15:32 PST 2014, 9f...@hamnavoe.com wrote: The Fossil open command takes the option -a to disable atime. ... and that's the default on the 9pi distribution image. term% fossil/conf /dev/sdM0/fossil | grep open fsys main open -Va oops. my bad. but... atta; man fossil

Re: [9fans] running plan9 : an ideal setup?

2014-11-28 Thread David du Colombier
oops. my bad. but... atta; man fossil | grep -i atime atta; atta; man fossilcons | grep -i atime atta; You should have written: % man fossilcons | grep -i 'access time' -a do not update file access times; primarily to ☺ As far I remember, Geoff added this option when

Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-28 Thread minux
On Fri, Nov 28, 2014 at 7:54 PM, Ryan Gonzalez rym...@gmail.com wrote: I Google'd it, but I didn't find anything. Does it build? If you stub out a lot of unsupported stuff from lib9, it should build and work. For example, Go (gc) toolchain uses a modified lib9 and libbio on Windows, and it's

Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-28 Thread Ryan
minux minux...@gmail.com wrote: On Fri, Nov 28, 2014 at 7:54 PM, Ryan Gonzalez rym...@gmail.com wrote: I Google'd it, but I didn't find anything. Does it build? If you stub out a lot of unsupported stuff from lib9, it should build and work. *sigh* I was afraid of that. For example, Go (gc)

[9fans] bug in rc(1) ?

2014-11-28 Thread arisawa
rc(1) says: rfork [nNeEsfFm] Become a new process group using rfork(flags) where flags is composed of the bitwise OR of the rfork flags specified by the option letters (see fork(2)). If no flags are given, they default to ens.

Re: [9fans] bug in rc(1) ?

2014-11-28 Thread minux
On Fri, Nov 28, 2014 at 11:42 PM, arisawa aris...@ar.aichi-u.ac.jp wrote: rc(1) says: rfork [nNeEsfFm] Become a new process group using rfork(flags) where flags is composed of the bitwise OR of the rfork flags specified by the option