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 protocols are similar 
in design, but not compatible. some years ago, the maintainer of v9fs (linux's 
9p driver) stated it was essentially 2 separate drivers because of this. so, if 
you want to use 9pfuse in the guest, you probably want to serve the host files 
with u9fs, not qemu.

On Mon, Jun 29, 2020, at 6:11 PM, rt.ml via 9fans wrote:
> Hey,
> I am running OpenBSD as a Guest with Fedora(host system) using virsh 
> .
>  Actually I want to mount one of my host directory (let's call it /test) to 
> the OpenBSD system(guest as /test) using 9p FS 
> . Since OpenBSD doesn't come with 
> inbuilt 9P software I have installed plan9port on my BSD machine . But I am 
> confused on how to mount the host directory to OpenBSD using 9pfuse. I have 
> already searched for this but I couldn't find any hint on that. I would be 
> greatfulif anyone could help me out in mounting my host machines directory to 
> OpenBSD as 9P File system.
> 
> Thanking You in advance.
> 
> Best,
> RT
> *9fans * / 9fans / see discussions 
>  + participants 
>  + delivery options 
>  Permalink 
> 

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T6bef8e6b70bc5d0b-Mbd28c4ab6be1a9dfb724907c
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


[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.topicbox.com/groups/9fans/subscription


[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 token in the
definition of a variable:

CPRODUCTS = imp.c\
mp0.c\
...\
mp12.c\

ape/make choked on this detecting an "infinite recursive expansion"
(from memory; I did not write it down verbatim).

Since leading and trailing blanks are not significant, this might be
considered a bug (yes, I have corrected the makefile skeletons since
this was incorrect and the bundle is corrected even if not for the
moment advertised on the site). 

Best,
-- 
Thierry Laronde 
 http://www.kergis.com/
   http://www.sbfa.fr/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T046acfe6f6a42086-M95991607fdcd2b9460ac6864
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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
Permalink: 
https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-M1ea8b567dc4bebbd61fe8ebc
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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!


--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-M33197d1fb9baf73b37845b76
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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 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!

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-Med27306d99e232d911aff026
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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. The
instructions are here:

https://www.mercurial-scm.org/wiki/HgGit


--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-M86ba55cce414a89a97d6124c
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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. The
instructions are here:

https://www.mercurial-scm.org/wiki/HgGit


For the record, since it's GitHub, you can just point the 'Import 
repository' button at a Mercurial repository and it should Just Work™.


iirc when I've done the process manually I did the same as Ori.

Cheers,
Sean

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T44d40e5f56623974-Me4604b6602cdcb939f696f1f
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription