Re: [9fans] manual qer(8)

2015-09-26 Thread Charles Forsyth
On 26 September 2015 at 06:29, arisawa  wrote:

> I think “runq” should be replaced by “upas/runq”


mine has /bin/upas/runq -a /mail/queue /mail/lib/remotemail


Re: [9fans] manual qer(8)

2015-09-26 Thread arisawa
thanks.
anyway, simple “runq” does not work.
should be fixed.

> 2015/09/26 18:11、Charles Forsyth  のメール:
> 
> 
> On 26 September 2015 at 06:29, arisawa  wrote:
> I think “runq” should be replaced by “upas/runq”
> 
> mine has /bin/upas/runq -a /mail/queue /mail/lib/remotemail




Re: [9fans] manual qer(8)

2015-09-26 Thread erik quanstrom
On Sat Sep 26 02:52:21 PDT 2015, aris...@ar.aichi-u.ac.jp wrote:
> thanks.
> anyway, simple “runq” does not work.
> should be fixed.

applied to atom sources.

d-rwxr-xr-x M 8526469 quanstro adm 0 Sep 26 10:48 
/n/atom/patch/applied/qermannit

atta; diff -c /n/atom/patch/applied/qermannit/^(qer.orig qer)
/n/atom/patch/applied/qermannit/qer.orig:205,211 - 
/n/atom/patch/applied/qermannit/qer:205,211
  .IP
  .EX
  0,10,20,30,40,50 * * * * kremvax
- runq -a /mail/queue /mail/lib/remotemail
+ /bin/upas/runq -a /mail/queue /mail/lib/remotemail
  .EE
  .LP
  The entry must be a single line; it is folded here only so it fits on the 
page.


- erik



[9fans] joke's on us

2015-09-26 Thread Skip Tavakkolian
Plan 9 is now popular enough to make fun of:

https://www.zulip.org/clients.html


Re: [9fans] dns message

2015-09-26 Thread erik quanstrom
> ipnet=local ip=192.168.0.0 ipmask=255.255.255.0
>   ipgw=192.168.0.1
>   smtp=ar
!>  ntp=ntp.jst.mfeed.ad.jp ip
>   auth=hebe
>   fs=hebe
>   # the dns values are advertised by DHCP server
>   # we assume that dhcpd is running on the same ip. look /cfg/common/cpurc
>   dns=192.168.0.6

this is an indication of an issue.

the ntp line has a trailing ip, which may be confusing the dns client.

- erik



Re: [9fans] joke's on us

2015-09-26 Thread Don Bailey
Lame. 

> On Sep 26, 2015, at 8:59 AM, Skip Tavakkolian  
> wrote:
> 
> Plan 9 is now popular enough to make fun of:
> 
> https://www.zulip.org/clients.html
> 


Re: [9fans] joke's on us

2015-09-26 Thread Kurt H Maier
On Sat, Sep 26, 2015 at 07:59:44AM -0700, Skip Tavakkolian wrote:
> Plan 9 is now popular enough to make fun of:
> 
> https://www.zulip.org/clients.html

super depressed there's no powerful open source group chat with rich
desktop notifications added to the experience.  I'm going to go complain
about this on irc.

khm



Re: [9fans] Out of pseudo mount points

2015-09-26 Thread Adriano Verardo

Back home today ... I see no subdirs under /mnt/exportfs.
Done. Now both A and B work fine.
Thank you very much Charles !
adriano
On 24 September 2015 at 20:55, Adriano Verardo 
mailto:adriano.vera...@mail.com>> wrote:


B->A woks, A->B doesnt.
Probably there is something wrong on A, not in exportfs.


You need /mnt/exportfs with a set of numbered directories in it, which 
might be missing on A:


% ls /mnt/exportfs
/mnt/exportfs/0
/mnt/exportfs/1
/mnt/exportfs/10
/mnt/exportfs/11
/mnt/exportfs/12
/mnt/exportfs/13
/mnt/exportfs/14
/mnt/exportfs/15
/mnt/exportfs/16
/mnt/exportfs/2
/mnt/exportfs/3
/mnt/exportfs/4
/mnt/exportfs/5
/mnt/exportfs/6
/mnt/exportfs/7
/mnt/exportfs/8
/mnt/exportfs/9






Re: [9fans] dns message

2015-09-26 Thread arisawa
thank you erik.
you are very careful!
I didn’t aware that garbage.
however removing “ip” does not fix my problem.
looking source code I guess: names that are not followed by “=“ are just 
discarded.
I want to know whether this is only to me.

erik, thanks again!

> 2015/09/27 0:28、erik quanstrom  のメール:
> 
>> ipnet=local ip=192.168.0.0 ipmask=255.255.255.0
>>  ipgw=192.168.0.1
>>  smtp=ar
> !>ntp=ntp.jst.mfeed.ad.jp ip
>>  auth=hebe
>>  fs=hebe
>>  # the dns values are advertised by DHCP server
>>  # we assume that dhcpd is running on the same ip. look /cfg/common/cpurc
>>  dns=192.168.0.6
> 
> this is an indication of an issue.
> 
> the ntp line has a trailing ip, which may be confusing the dns client.
> 
> - erik
> 




Re: [9fans] dns message

2015-09-26 Thread erik quanstrom
On Sat Sep 26 15:52:28 PDT 2015, aris...@ar.aichi-u.ac.jp wrote:
> thank you erik.
> you are very careful!
> I didn’t aware that garbage.
> however removing “ip” does not fix my problem.
> looking source code I guess: names that are not followed by “=“ are just 
> discarded.
> I want to know whether this is only to me.

i am not currently having this issue.  i found an instance of this issue
when i was setting up a machine a while ago,  according to /sys/log/dns.

- erik



Re: [9fans] joke's on us

2015-09-26 Thread Ryan Gonzalez
They're kind of right when they say "definitely"; the Zulip desktop client is 
written in C++, uses Qt for graphics, and uses CMake to build. I don't think 
any of those are available on Plan 9 (well, C++ is, but the compilers are kind 
of old...).

On September 26, 2015 9:59:44 AM CDT, Skip Tavakkolian 
 wrote:
>Plan 9 is now popular enough to make fun of:
>
>https://www.zulip.org/clients.html

-- 
Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.

[9fans] pretty cool

2015-09-26 Thread Skip Tavakkolian
in case you missed on twitter:

http://tryinferno.reverso.be/


Re: [9fans] pretty cool

2015-09-26 Thread Shane Morris
No freaking way! =P

On Sun, Sep 27, 2015 at 1:53 PM, Skip Tavakkolian <
skip.tavakkol...@gmail.com> wrote:

> in case you missed on twitter:
>
> http://tryinferno.reverso.be/
>
>