Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread erik quanstrom
> Thanks for the responses. To answer your questions > Erik, here is /net/iproute. Unfortunately I moved to a different wifi > network so the addresses are different to my initial post > > 0.0.0.0 /96 192.168.0.1 4none - > 192.168.0.0 /120 192.168.0.0 4i ifc1 > 192

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread erik quanstrom
> nds/cs -f $NDBFILE > ip/ipconfig > ndb/dns -r > TIMESYNCARGS=(-n pool.ntp.org) hmmm. most of this is already in the default termrc, including the cs, ipconfig (if you uncomment it) and dns. - erik

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread Bakul Shah
On Tue, 11 Feb 2014 20:09:42 GMT Peter Hull wrote: > > Bakul, The host is Windows 8.1 64-bit, network settings are intel pro > mt server, using bridged mode (to my wifi adaptor.) I got these > options from an earlier posting. Are you running ndb/dns -r? There is probably a better way to do this

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread Peter Hull
Hi All, Thanks for the responses. To answer your questions Erik, here is /net/iproute. Unfortunately I moved to a different wifi network so the addresses are different to my initial post 0.0.0.0 /96 192.168.0.1 4none - 192.168.0.0 /120 192.168.0.0 4i ifc1 192.168.0

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread Anthony Sorace
A generalized upas/fs solution to create virtual mailboxes from queries would be really neat. Lacking that, I wrote Mg, which will find messages in a upas/fs directory and open them. It's particularly useful in the tag of an Acme Mail window. My original note on Mg: http://9fans.net/archiv

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread Bakul Shah
On Tue, 11 Feb 2014 11:32:36 GMT Peter Hull wrote: > Dear All, > I am just trying to set up Plan 9 so I can have a play with it. I'm > running it in VirtualBox 4.3.6 and I'm running into the DNS problem > that has been reported earlier [1] What settings are you using in virtual box for networking

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread Patryk Laurent
Hi Peter, I had the same DNS issue under VirtualBox. Here is my procedure after every reboot (I am new to plan9 so there may be a better way): 1. Run ip/ipconfig 2. cat /net/ipselftab to find your VM's internal ip (10.0.x.x?) 3. Set your IP in /lib/ndb/local ip = … 4. Run ndb/dns -r I don't kn

Re: [9fans] Help with networking on Virtual Box

2014-02-11 Thread erik quanstrom
> ipconfig: ipaddr=192.168.1.25 ipmask=255.255.255.0 > ipconfig: ipgw=192.168.1.1 > ipconfig: dns=192.168.1.1 > ipconfig: server=192.168.1.1 sname= > term% cat /net/ndb > ip=127.0.0.1 ipmask=/104 ipgw=:: > sys=gnot > sys=gnot > dns=192.168.1.1 > > Does anyone know how I might go about solving the

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread uvelichitel
>> I just want to say it makes me feel better to see someone is trying >> to improve Mail. I've been using Mail for some time in parallel with >> the gmail web interface. (Basically, I prefer to write an email within >> acme [full text editor with undo etc.], but searching for a conversation >> is

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread erik quanstrom
> I just want to say it makes me feel better to see someone is trying > to improve Mail. I've been using Mail for some time in parallel with > the gmail web interface. (Basically, I prefer to write an email within > acme [full text editor with undo etc.], but searching for a conversation > is just

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread erik quanstrom
> Try to set an environment variable "upasname" before upas/smtp executing (I > set it before acme), but it should be "m...@some.com", not " 'alias' < > m...@some.com>". > upas/marshal takes a user from "upasname" too. i'm not sure how this works in p9p, but in plan 9, /mail/box/$user/headers is p

Re: [9fans] acme autocompletion

2014-02-11 Thread Friedrich Psiorz
Hi! I haven't had time to try out your completion system yet, but one thing I could imagine would be a single completion window for a whole acme session. While you type in any other window, it gives you suggestions for completions/insertions. You insert simply by right clicking in the completion w

Re: [9fans] acme autocompletion

2014-02-11 Thread uvelichitel
Hi, It's mostly proof of concept and for personal needs. To say, it do its work. As noticed any suggestion how to organize UI in more meaningful way very appreciated and can be implemented. Best regards. > I don't think anyone objects to it as an external command. > > 20

[9fans] Help with networking on Virtual Box

2014-02-11 Thread Peter Hull
Dear All, I am just trying to set up Plan 9 so I can have a play with it. I'm running it in VirtualBox 4.3.6 and I'm running into the DNS problem that has been reported earlier [1] ip/ipconfig seems to run fine but it assigns an address of 127.0.0.1 and DNS doesn't work. Unfortunately (as far as

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread Alexander Sychev
Hi, Try to set an environment variable "upasname" before upas/smtp executing (I set it before acme), but it should be "m...@some.com", not " 'alias' < m...@some.com>". upas/marshal takes a user from "upasname" too. On Tue, Feb 11, 2014 at 12:43 PM, wrote: > Hi, I just now write tha

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread uvelichitel
Hi, I just now write that in acme [full text editor with undo etc.]. I setup stunnel using your recipe, thanks for publishing it. Maybe you also know where to point acme/Mail or upas/smtp to insert in 'From:' header funny 'nice uvel' instead of $u...@domain.dom? In which rc files it

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread Rudolf Sykora
Hello, I just want to say it makes me feel better to see someone is trying to improve Mail. I've been using Mail for some time in parallel with the gmail web interface. (Basically, I prefer to write an email within acme [full text editor with undo etc.], but searching for a conversation is just si