Re: [9fans] same file not find in VirtualBox

2022-02-03 Thread Sean Callanan
I mean /usr in that command line.

Sean

2022年2月3日(木) 11:22 Sean Callanan :

> Elviz,
>
> touch /use/lib/glenda/webcookies
>
> should do the trick.
>
> Sean
>
> 2022年2月3日(木) 10:36 :
>
>> Thanks i solve this problem i have next problems
>>
>> webfs: readjar: cannot read cookie file /usr/glenda/lib/webcookies:
>> '/usr/glenda/lib/webcookies' does not exist
>>
>> *9fans <https://9fans.topicbox.com/latest>* / 9fans / see discussions
>> <https://9fans.topicbox.com/groups/9fans> + participants
>> <https://9fans.topicbox.com/groups/9fans/members> + delivery options
>> <https://9fans.topicbox.com/groups/9fans/subscription> Permalink
>> <https://9fans.topicbox.com/groups/9fans/T5992137ebb14ed1d-Me9b5d4feb27e7ee76c71fb52>
>>

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T5992137ebb14ed1d-Maf9369897d50edf71951d4f8
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


Re: [9fans] same file not find in VirtualBox

2022-02-03 Thread Sean Callanan
Elviz,

touch /use/lib/glenda/webcookies

should do the trick.

Sean

2022年2月3日(木) 10:36 :

> Thanks i solve this problem i have next problems
>
> webfs: readjar: cannot read cookie file /usr/glenda/lib/webcookies:
> '/usr/glenda/lib/webcookies' does not exist
>
> *9fans * / 9fans / see discussions
>  + participants
>  + delivery options
>  Permalink
> 
>

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T5992137ebb14ed1d-M164e5a5c2854d21c39cb7ae5
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


Re: [9fans] same file not find in VirtualBox

2022-02-03 Thread Sean Callanan
Elviz,

you may find this page useful:

https://9p.io/wiki/plan9/Unix_to_Plan_9_command_translation/index.html

Sean

2022年2月3日(木) 8:53 :

> Hello i have same problem. i am install plan9 in VirtualBox.
> and write command line write ifconfig.
> show me error
> *ifconfig:'/bin/ifconfig' file does not exist *
> how i solve this problems.
>
> *9fans * / 9fans / see discussions
>  + participants
>  + delivery options
>  Permalink
> 
>

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T5992137ebb14ed1d-Mf25a98b32bf2c5c162c4055a
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


Re: [9fans] Fwd: ubiquitous environment?

2018-03-08 Thread Sean Callanan
Most likely http://lsub.org/ls/clive.html
Looks fun!

Sean

On Thu, Mar 8, 2018 at 4:45 PM, Aram Hăvărneanu  wrote:

> > I don't think anyone is running it anymore.
> > At least, I'm not running it.
> > Sorry.
>
> What do you run?
>
> --
> Aram Hăvărneanu
>
>


Re: [9fans] equality sign in Rc

2017-05-06 Thread Sean Callanan
Sure, and that's the 'quoted equality sign' dexen was complaining about in
the first place.

When you're hand-writing a command it probably becomes muscle memory pretty
quickly, but for people who often copy-paste commands or run them straight
out of files, I'm sure they've been aggravated by this far more often than
they've used rc's = syntax for its intended purpose.

Sean

On Sat, May 6, 2017 at 6:22 AM Steve Simon <st...@quintile.net> wrote:

>
> i would have expected this to work:
>
> cc '-DFOO=bar' file.c
>
> -Steve
>
> > On 6 May 2017, at 08:43, Sean Callanan <l337.h4...@gmail.com> wrote:
> >
> > I can't speak for dexen, but I would love to be able to run
> >
> > cc -DFOO=bar file.c
> >
> > or similar commands with button 2 in Acme.  What I get instead is
> >
> > rc: line 2: token '=': syntax error
> >
> > Sean
> >
> > iPadから送信
> >
> > 2017/05/05 18:53、t...@teknik.io のメッセージ:
> >
> >> May 1, 2017 2:30 PM, "dexen deVries" <dexen.devr...@gmail.com> wrote:
> >>
> >>> does anybody have a version of Rc that allows unquoted equality sign?
> >>>
> >>> having to quote the character get a bit annoying on POSIX systems
> (plan9port)
> >>
> >> I don't, but can you explain in detail what you are doing that causes
> an issue?
> >>
> >>
>
>
>


Re: [9fans] equality sign in Rc

2017-05-06 Thread Sean Callanan
I can't speak for dexen, but I would love to be able to run

cc -DFOO=bar file.c

or similar commands with button 2 in Acme.  What I get instead is

rc: line 2: token '=': syntax error

Sean

iPadから送信

2017/05/05 18:53、t...@teknik.io のメッセージ:

> May 1, 2017 2:30 PM, "dexen deVries"  wrote:
> 
>> does anybody have a version of Rc that allows unquoted equality sign?
>> 
>> having to quote the character get a bit annoying on POSIX systems (plan9port)
> 
> I don't, but can you explain in detail what you are doing that causes an 
> issue?
> 
> 



Re: [9fans] Porting Idris to 9front

2017-01-12 Thread Sean Callanan
I think you may be confusing Idris the language and Idris the OS.

http://www.dadhacker.com/blog/?p=1383
(See Mike Spooner's post on Skip Tavakkolian.)

Sean

iPadから送信

2017/01/12 19:29、Joe M  のメッセージ:

> Hello,
> 
> I am looking to build a native (not using ape/posix) port of Idris on
> 9front.
> 
> This is the repo that I plan on using for the relevant
> code. https://github.com/joe9/idris-9front-backend
> 
> #cat-v mentioned that Skip ported Idris to atari st.
> 
> Just want to check if there are any experiences or advice or code that
> I can reuse.
> 
> Thanks
> Joe
>