💾 Archived View for bbs.geminispace.org › u › bubstance › 18052 captured on 2024-07-09 at 03:46:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-19)

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

Comment by 🐰 bubstance

Re: "Hey gemini friends I was trying to integrate plan9port..."

In: s/plan9

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

See plumber(4) for details.

🐰 bubstance [powered by 9front]

Jun 21 · 3 weeks ago

2 Later Comments ↓

🖥️ 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.

Original Post

🌒 s/plan9

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: [preformatted] What is wrong with my setup? I’m new to plan9...

💬 decant_ · 3 comments · Jun 21 · 3 weeks ago