Re: [9fans] recover(4) go rewrite

2021-05-12 Thread fgergo
Thanks for asking kvik! I just realised the original references could have been more direct. I added a readme listing the original version and the authors. Thank you khm, for the quick references! If you want to use the C version with plan9port, you'll need to change post9pservice(pfd[0], srv);

Re: [9fans] recover(4) go rewrite

2021-05-11 Thread Kurt H Maier
On Tue, May 11, 2021 at 09:20:23PM +0200, k...@a-b.xyz wrote: > > I needed recover(4) on windows, I rewrote most if it in go. > > Where can the original version be found? At /n/sources/contrib/paurea/recover4e.tgz paper at /n/sources/contrib/rsc/recover/recover.pdf khm

Re: [9fans] recover(4) go rewrite

2021-05-11 Thread kvik
> I needed recover(4) on windows, I rewrote most if it in go. Where can the original version be found? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T1d7bf3c39e885267-Md508afb3d00a30003d676ee0 Delivery options:

[9fans] recover(4) go rewrite

2021-05-11 Thread fgergo
Hi, I needed recover(4) on windows, I rewrote most if it in go. This go version: - doesn't work on plan9, - can't do authentication (without plan9port's auth in go, iiuc it's hard), - works on windows and on unix where go works, - works on android (in termux), though not very useful at the