* [9fans] Error when running >spell
@ 2023-01-13 13:00 revrari
2023-01-13 13:35 ` fgergo
2023-01-13 20:04 ` Bakul Shah
0 siblings, 2 replies; 7+ messages in thread
From: revrari @ 2023-01-13 13:00 UTC (permalink / raw)
To: 9fans
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
I successfully installed plan9port on Ubuntu.
It created an acme-home folder for me when I ran acme.
Most commands are working fine except that when I try to run >spell on a selection or |rot13 I get these errors:
"Sh":fail:'./spell.dis' file does not exist
sh: rot13: './rot13' file does not exist
I would appreciate any help with this.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T776880ea45b5218a-Me69b590b4edc2a98fc1713a0
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
[-- Attachment #2: Type: text/html, Size: 1254 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Error when running >spell
2023-01-13 13:00 [9fans] Error when running >spell revrari
@ 2023-01-13 13:35 ` fgergo
2023-01-13 13:58 ` Charles Forsyth
2023-01-14 9:35 ` fgergo
2023-01-13 20:04 ` Bakul Shah
1 sibling, 2 replies; 7+ messages in thread
From: fgergo @ 2023-01-13 13:35 UTC (permalink / raw)
To: 9fans
If ""Sh":fail:'./spell.dis' file does not exist" is your main issue
and assuming you are probably using acme-sac or acme in inferno,
you'll want to have a look at os(1) in inferno.
On 1/13/23, revrari@mweb.co.za <revrari@mweb.co.za> wrote:
> I successfully installed plan9port on Ubuntu.
>
> It created an acme-home folder for me when I ran acme.
>
> Most commands are working fine except that when I try to run >spell on a
> selection or |rot13 I get these errors:
>
> "Sh":fail:'./spell.dis' file does not exist
>
> sh: rot13: './rot13' file does not exist
>
> I would appreciate any help with this.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T776880ea45b5218a-M302a05803f905643904d68a5
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Error when running >spell
2023-01-13 13:35 ` fgergo
@ 2023-01-13 13:58 ` Charles Forsyth
2023-01-13 19:27 ` revrari
2023-01-14 9:35 ` fgergo
1 sibling, 1 reply; 7+ messages in thread
From: Charles Forsyth @ 2023-01-13 13:58 UTC (permalink / raw)
To: 9fans
[-- Attachment #1: Type: text/plain, Size: 981 bytes --]
no they're using acme in plan9port
On Fri, 13 Jan 2023 at 13:36, <fgergo@gmail.com> wrote:
> If ""Sh":fail:'./spell.dis' file does not exist" is your main issue
> and assuming you are probably using acme-sac or acme in inferno,
> you'll want to have a look at os(1) in inferno.
>
>
> On 1/13/23, revrari@mweb.co.za <revrari@mweb.co.za> wrote:
> > I successfully installed plan9port on Ubuntu.
> >
> > It created an acme-home folder for me when I ran acme.
> >
> > Most commands are working fine except that when I try to run >spell on a
> > selection or |rot13 I get these errors:
> >
> > "Sh":fail:'./spell.dis' file does not exist
> >
> > sh: rot13: './rot13' file does not exist
> >
> > I would appreciate any help with this.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T776880ea45b5218a-M5792b7998f44e8268ca922c3
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
[-- Attachment #2: Type: text/html, Size: 2468 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Error when running >spell
2023-01-13 13:35 ` fgergo
2023-01-13 13:58 ` Charles Forsyth
@ 2023-01-14 9:35 ` fgergo
2023-01-15 5:43 ` revrari
1 sibling, 1 reply; 7+ messages in thread
From: fgergo @ 2023-01-14 9:35 UTC (permalink / raw)
To: 9fans
"Sh":fail:'./spell.dis' file does not exist :
I just installed the latest version and I can't reproduce this, sorry.
sh: rot13: './rot13' file does not exist :
rot13 needs to be installed (iiuc hxtools on debian) or a rot13 script
in your path.
; cat rot13
#!/bin/sh
tr 'A-Za-z' 'N-ZA-Mn-za-m'
On 1/13/23, fgergo@gmail.com <fgergo@gmail.com> wrote:
> If ""Sh":fail:'./spell.dis' file does not exist" is your main issue
> and assuming you are probably using acme-sac or acme in inferno,
> you'll want to have a look at os(1) in inferno.
>
>
> On 1/13/23, revrari@mweb.co.za <revrari@mweb.co.za> wrote:
>> I successfully installed plan9port on Ubuntu.
>>
>> It created an acme-home folder for me when I ran acme.
>>
>> Most commands are working fine except that when I try to run >spell on a
>> selection or |rot13 I get these errors:
>>
>> "Sh":fail:'./spell.dis' file does not exist
>>
>> sh: rot13: './rot13' file does not exist
>>
>> I would appreciate any help with this.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T776880ea45b5218a-M6a44bd01fd759453e22932c4
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Error when running >spell
2023-01-13 13:00 [9fans] Error when running >spell revrari
2023-01-13 13:35 ` fgergo
@ 2023-01-13 20:04 ` Bakul Shah
1 sibling, 0 replies; 7+ messages in thread
From: Bakul Shah @ 2023-01-13 20:04 UTC (permalink / raw)
To: 9fans
On Jan 13, 2023, at 5:00 AM, revrari@mweb.co.za wrote:
>
> I successfully installed plan9port on Ubuntu.
>
> It created an acme-home folder for me when I ran acme.
>
> Most commands are working fine except that when I try to run >spell on a selection or |rot13 I get these errors:
>
> "Sh":fail:'./spell.dis' file does not exist
>
> sh: rot13: './rot13' file does not exist
Looks like it is not looking into $PLAN9/bin
Make sure you run acme with env. variable SHELL=$PLAN9/bin/rc
with PLAN9 set to /usr/local/plan9 or wherever you have installed p9p.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T776880ea45b5218a-M8e908badd19e6bb5be6db62c
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-01-15 5:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 13:00 [9fans] Error when running >spell revrari
2023-01-13 13:35 ` fgergo
2023-01-13 13:58 ` Charles Forsyth
2023-01-13 19:27 ` revrari
2023-01-14 9:35 ` fgergo
2023-01-15 5:43 ` revrari
2023-01-13 20:04 ` Bakul Shah
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).