Re: [9fans] 9p File mount in OpenBSD

2020-07-02 Thread Ethan Gardener
what is serving the host directory? is qemu involved? i ask because qemu's 9p is not the same as plan 9's 9p. plan 9's 9p is 9p2000 which transports a subset of plan 9 system calls over the network. qemu's 9p is 9p2000.L which transports a subset of *linux* system calls over the network. the 2 p

[9fans] BitBucket deleting hg repos

2020-07-02 Thread raingloom
I just learned about this today. There are a lot of Plan 9 related repos there. Are they backed up anywhere? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-Md527d7be5d0b32664d815ed6 Delivery options: https://9fans.topic

[9fans] ape/make choking on spurious continuation line

2020-07-02 Thread tlaronde
Hello, Someone trying to install kerTeX under plan9 (9front) was not succeeding so I had a look. In my created makefiles (the compilation and installation is done with POSIX(2) tools so under ape), the ones related to MetaPost had a spurious continuation line before an empty line in a list of tok

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread Rodrigo G . López
yup: https://github.com/Plan9-Archive On Thu, Jul 2, 2020 at 3:47 PM raingloom wrote: > > I just learned about this today. There are a lot of Plan 9 related > repos there. Are they backed up anywhere? -- Rodrigo González López -- 9fans: 9fans Perma

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread ori
> yup: https://github.com/Plan9-Archive > > On Thu, Jul 2, 2020 at 3:47 PM raingloom wrote: >> >> I just learned about this today. There are a lot of Plan 9 related >> repos there. Are they backed up anywhere? If you find any that aren't, of course, please make sure that we get them in! -

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread Xiao-Yong Jin
Can you share the set of software and the workflow you used for the hg to git conversion? > On Jul 2, 2020, at 9:47 AM, o...@eigenstate.org wrote: > >> yup: https://github.com/Plan9-Archive >> >> On Thu, Jul 2, 2020 at 3:47 PM raingloom wrote: >>> >>> I just learned about this today. There are

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread ori
> Can you share the set of software and the workflow you used > for the hg to git conversion? I didn't do the conversion -- that was Sean Hinchee (henesy@gmail.com), but when I've done the conversion for other repositories, I did it using https://hg-git.github.io/: clone from the hg repository

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread Sean Hinchee
Can you share the set of software and the workflow you used for the hg to git conversion? I didn't do the conversion -- that was Sean Hinchee (henesy@gmail.com), but when I've done the conversion for other repositories, I did it using https://hg-git.github.io/: clone from the hg repository.