💾 Archived View for bbs.geminispace.org › s › plan9 › 18044 captured on 2024-08-19 at 00:55:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-07-09)

➡️ Next capture (2024-08-31)

🚧 View Differences

-=-=-=-=-=-=-

Hey gemini friends

I was trying to integrate plan9port tools into my work flow. Git cloned p9p and did ./INSTALL without problem. From what I have read, the plumb(1) command should function as the open(1) command in fruitOS. I.e, if I run ./9 plumb xxx.mkv, it should in theory look up the correct program to handle the mkv format and run something like mpv xxx.mkv.

However, when I run ./9 plumb xxx.mkv, I get the following error:

plumb: can't open plumb file: dial unix!/tmp/ns.MyUserName.:0/plumb: connect /tmp/ns.MyUserName.:0/plumb: No such file or directory

What is wrong with my setup? I’m new to plan9 concepts, did I misunderstood something?

Posted in: s/plan9

🚀 decant_

Jun 21 · 8 weeks ago

3 Comments ↓

🐰 bubstance [powered by 9front] · Jun 21 at 13:17:

Did you start the plumber before doing that? It needs to be running before anything can be plumbed.

See plumber(4) for details.

🖥️ zetamacs · Jun 21 at 20:59:

bubstance is correct, nothing can be plumbed until "plumber" is run, whether that's by hand or in a startup script of yours.

Same goes for factotum, if you try that out.

😎 decant · Jun 22 at 02:46:

after launching plumber, it works! both in CLI and acme.