[9fans] VMware: Can't use DNS because cs fails?

2013-06-24 Thread Ilmari Vacklin
Hi all, After setting up networking with ip/ipconfig ndb/dns -r DHCP does its magic and I have working IP and TCP. However, I can't resolve DNS addresses: term% ip/ping google.com ip/ping: couldn't dial icmp!google.com!1: cs: temporary problem: dns: dns failure

Re: [9fans] Raspberry 9

2013-06-24 Thread Ralf Schülke
where do you find the current plan9 image with the usb fix?

Re: [9fans] long filenames in cwfs

2013-06-24 Thread arisawa
might be better idea than the one I have been considering. On 2013/06/23, at 23:08, erik quanstrom wrote: > On Sun Jun 23 09:38:01 EDT 2013, aris...@ar.aichi-u.ac.jp wrote: >> Thank you cinap, >> >> I tried to copy all my Dropbox data to cwfs. >> the number of files that exceeded 144B name lim

Re: [9fans] long filenames in cwfs

2013-06-24 Thread hiro
why do you have such long file names? does dropbox put a preview of the file into the filename or what?

Re: [9fans] long filenames in cwfs

2013-06-24 Thread arisawa
Hello, On 2013/06/24, at 20:21, hiro <23h...@gmail.com> wrote: > why do you have such long file names? > does dropbox put a preview of the file into the filename or what? > the exceeded names are all < 200B length. (a) attached official document file in mail 【報告書様式】4-1.教育内容・方法・成果(①教育目標、学位授与

Re: [9fans] long filenames in cwfs

2013-06-24 Thread erik quanstrom
On Sun Jun 23 18:01:11 EDT 2013, skip.tavakkol...@gmail.com wrote: > with 8K names, using base64, one could encode 6111 bytes of data in the > name. i just did a quick inventory[*] of my $home; 74% of my files have > less than 6112 bytes of data. i was proposing a pointer, which could be nil. i w

Re: [9fans] VMware: Can't use DNS because cs fails?

2013-06-24 Thread erik quanstrom
> Looking in /net/ndb, my network looks like this: > > ip=127.0.0.1 ipmask=/104 ipgw=:: > sys=gnot > sys=gnot > dom=gnot.localdomain > dns=192.168.220.2 > > I don't know if that's correct. i think this is the issue. if the ip network

[9fans] Character case mappings

2013-06-24 Thread Daode
'Thing is; i'm writing a Unicode aware library for ISO C99 aware environments (*earliest* alpha state) and at the moment i use binary searches (i only have display-widths and simple case mappings right now). For combined upper/lower case mappings i do end up with static struct _casemap { ui

Re: [9fans] Raspberry 9

2013-06-24 Thread Richard Miller
> where do you find the current plan9 image with the usb fix? Which usb fix in particular are you referring to?

Re: [9fans] Character case mappings

2013-06-24 Thread erik quanstrom
> My S-CText (on code SLASH>) tests all 0x10 code points correct with the > above. Now when i look at the sys/src/libc/port/runetype.c (of > plan9front) then i think this one is generated, but i cannot find > the creating script or program, which would be of interest to me. > And maybe Plan9

Re: [9fans] VMware: Can't use DNS because cs fails?

2013-06-24 Thread Bakul Shah
On Jun 24, 2013, at 6:07 AM, erik quanstrom wrote: >> Looking in /net/ndb, my network looks like this: >> >>ip=127.0.0.1 ipmask=/104 ipgw=:: >>sys=gnot >>sys=gnot >>dom=gnot.localdomain >>dns=192.168.220.2 >> >> I don't know if that's correct. > > i think th

Re: [9fans] VMwaCan't use DNS because cs fails?

2013-06-24 Thread Ilmari Vacklin
On 24 Jun, 2013,at 04:07 PM, erik quanstrom wrote:> Looking in /net/ndb, my network looks like this: > > ip=127.0.0.1 ipmask=/104 ipgw=:: > sys=gnot > sys=gnot > dom=gnot.localdomain > dns=192.168.220.2 > > I don't know if that's correct. i think this is the issue. if the ip network is 127.0.0.

Re: [9fans] VMwaCan't use DNS because cs fails?

2013-06-24 Thread erik quanstrom
> 192.168.220.0 /120 192.168.220.0 4i ifc1 > 192.168.220.0 /128 192.168.220.0 4b ifc- > 192.168.220.128 /128 192.168.220.128 4u ifc1 > 192.168.220.255 /128 192.168.220.255 4b ifc- from this it looks like you have an address of /120 (or /24 in ip4 style) so you prob

Re: [9fans] Character case mappings

2013-06-24 Thread Daode
erik quanstrom wrote: |all the other rune tables work this way. there is one |table per property. having a structure doesn't fit the |current programming interface, nor usage. uuh, ok, 9atom seems to have seen a lot of progress compared to what i have yet looked at. I'm still waiting for som

Re: [9fans] Character case mappings

2013-06-24 Thread erik quanstrom
On Mon Jun 24 16:26:37 EDT 2013, sdao...@gmail.com wrote: > erik quanstrom wrote: > |all the other rune tables work this way. there is one > |table per property. having a structure doesn't fit the > |current programming interface, nor usage. > > uuh, ok, 9atom seems to have seen a lot of pro

[9fans] Python v2.7.5 and Mercurial 2.6.2

2013-06-24 Thread Jeff Sickel
9fans, I am pleased to announce the public release of a new Python v2.7.5 and Mercurial 2.6.2 port to Plan 9 (and derivitives). This has been an ongoing effort sponsored by Coraid. A contrib package jas/cpython is currently being uploaded and should be available shortly. The Python developers n