Re: [9fans] Realtek 8111C

2009-03-12 Thread Kenji Arisawa
Hello, I tried 8111C on GIGABYTE GA-G31M-S2L, but the controller did not work for me. I don't know if recent driver works. Additional information welcome. Kenji Arisawa On 2009/03/13, at 5:27, Tharaneedharan Vilwanathan wrote: hi erik, thanks for the quick response. regards dharani O

Re: [9fans] faster vesa driver

2009-06-09 Thread Kenji Arisawa
Thanks Geoff, That made great effect to my VIA LN1EG! Kenji Arisawa On 2009/06/10, at 6:18, ge...@plan9.bell-labs.com wrote: I've just pushed out kernel sources and binaries to incorporate Aki's mtrr and vesa changes. The combination makes monitor=vesa run quite a bit faster

Re: [9fans] faster vesa driver

2009-06-15 Thread Kenji Arisawa
Hello Geoff, I am glad if mtrr makes effect only to single processor until the mtrr can support multi-core processor. Kenji Arisawa On 2009/06/10, at 6:18, ge...@plan9.bell-labs.com wrote: I've just pushed out kernel sources and binaries to incorporate Aki's mtrr and vesa cha

[9fans] validateaddress

2009-08-09 Thread Kenji Arisawa
num=0x36333231 bootstrap=0x2 i=0x1 _main+0x31 /sys/src/libc/386/main9.s:16 acid: Kenji Arisawa

Re: [9fans] validateaddress

2009-08-10 Thread Kenji Arisawa
Thanks Erik. However I don't know how to truss running process. Kenji Arisawa On 2009/08/11, at 2:13, erik quanstrom wrote: would be interesting to see *(0x16548\s). have you tried truss(1)ing that process? - erik

Re: [9fans] validateaddress

2009-08-10 Thread Kenji Arisawa
1236297 bootes 20563280:00 0:00 1472K Stopwait acid -l /sys/lib/ acid/truss 1236297 bootes 20563290:00 0:00 188K Preadps -a where ACID does chmod 660 /proc/1236297/mem acid -l /sys/lib/acid/truss 1236297 Thanks Kenji Arisawa On 2009/08/11, at 13:07

Re: [9fans] validateaddress

2009-08-11 Thread Kenji Arisawa
MOVLs1+0x0(FP),BP 1236297: breakpoint strcmp SUBL$0xc,SP strcmp 'in' 'prompt' 1236297: breakpoint strcmp+0x3 MOVLs1+0x0(FP),BP 1236297: breakpoint strcmp SUBL$0xc,SP strcmp 'in' 'prompt' 1236297: breakpoint strcmp+0x3

Re: [9fans] validateaddress

2009-08-12 Thread Kenji Arisawa
(**(kw+25*4)\s) in acid: By the way, how you can find mem(*(kw+25*4), "16X") // dumps entry for 'in' ? Kenji Arisawa On 2009/08/12, at 23:59, Russ Cox wrote: so strcmp is being called a lot but klook isn't. that means that klook is looping inside, which basical

Re: [9fans] utf-8 text files from httpd

2009-10-18 Thread Kenji Arisawa
plicitly charset=utf-8 in http header in sending utf-8 text. Kenji Arisawa On 2009/10/19, at 9:34, Akshat Kumar wrote: I'm trying to put up a plain text file containing UTF-8 characters from httpd, but when viewing it from any browser, it comes off as an ASCII file that needs to be down

Re: [9fans] utf-8 text files from httpd

2009-10-18 Thread Kenji Arisawa
f-8" in http header will bring other problem because that coding disables a line in html header such as: Kenji Arisawa On 2009/10/19, at 11:16, Kenji Arisawa wrote: according to rfc2616, default charset in sending text file is ascii: The "charset" parameter is used wi

Re: [9fans] utf-8 text files from httpd

2009-10-19 Thread Kenji Arisawa
ly mine type but not charset. it is difficult or impossible to determine charset from a few japanese letters. Kenji Arisawa On 2009/10/19, at 19:00, Akshat Kumar wrote: new/sendfd.c:243 c old/sendfd.c:243 < --- /* new/sendfd.c:246 c old/sendfd.c:246 < --- */ (context: text/plain -&

[9fans] entire cache is busy, 999 dirty

2010-01-30 Thread Kenji Arisawa
part swap 115434108 117532164 part bloom 117532164 117597700 part vac 152100272 152100273 part fs 152100273 160826715 hera% # don't mined "vac", that is my own use. Kenji Arisawa

Re: [9fans] entire cache is busy, 999 dirty

2010-01-31 Thread Kenji Arisawa
Hello erik, > are you running the latest version of fossil? probably not. I will refresh my file server. Thanks Kenji Arisawa On 2010/02/01, at 2:22, erik quanstrom wrote: >> My question is: >> (a) where these messages come from? venti? > > fossil. (cache.c)

[9fans] pjpeg in /sys/lib/memetype

2014-11-14 Thread Kenji Arisawa
d httpd. I have thought that the file provides conventional way to determine mime type from file suffix. If so, what is the mime time for "foo.jpg"? Kenji Arisawa

[9fans] sshserve.c

2008-04-15 Thread Kenji Arisawa
Hello, In sshserve.c: void usage(void) { fprint(2, "usage: sshserve [-A authlist] [-c cipherlist] client-ip- address\n"); usage(); } This code can make endless loop. Right? Kenji Arisawa

Re: [9fans] sshserve.c

2008-04-15 Thread Kenji Arisawa
: reading server version: unexpected EOF The host ar is a Plan 9 cpu server servicing tcp22 as exec /bin/aux/sshserve -A 'password' `{cat $3/remote} >>[2]/ sys/log/ssh Of course I can connect to ar using ssh ar.aichi-u.ac.jp Kenji Arisawa On 2008/04/16,

[9fans] dns failure in smtp

2008-08-24 Thread Kenji Arisawa
); return -1; } } else { Kenji Arisawa Email: [EMAIL PROTECTED]

[9fans] test command

2008-09-10 Thread Kenji Arisawa
Hello, "test" command of plan 9 has a operator "older", the usage is: test f -older t where f is a file and t is a time. however the command does not have "newer" operator. why? Kenji Arisawa

Re: [9fans] test command

2008-09-10 Thread Kenji Arisawa
means "in the set of plan 9 commands". Kenji Arisawa

Re: [9fans] test command

2008-09-11 Thread Kenji Arisawa
Hello, On 2008/09/11, at 11:38, Russ Cox wrote: there are certainly better ways to do this, but this works: as does /bin/mtime. I didn't know this command. thanks russ and erik. Kenji Arisawa

[9fans] broken smtpd

2008-11-05 Thread Kenji Arisawa
char *ctim, *p; 39 va_list arg; 40 int n; 41 Dir *d; 42 char err[ERRMAX]; 43 44 err[0] = '\0'; 45 errstr(err, sizeof err); 46 lock(&sl); 47 ... Is this phenomenon specific to me? Kenji Arisawa

Re: [9fans] broken smtpd

2008-11-17 Thread Kenji Arisawa
s stat to make sure a fork+close 50 * hasn't broken our fd's 51 */ acid: I hope the above information is helpful to fix the problem. Kenji Arisawa On 2008/11/06, at 21:59, erik quanstrom wrote: Is this phenomenon specific to me? No, it isn't: term% ps|

Re: [9fans] broken smtpd

2008-11-18 Thread Kenji Arisawa
note: sys: trap: fault read addr=0x4 pc=0x7463 ar Nov 19 02:23:08 note: sys: trap: fault read addr=0x4 pc=0x7463 ar Nov 19 02:23:08 note: sys: trap: fault read addr=0x4 pc=0x7463 Kenji Arisawa On 2008/11/17, at 21:51, erik quanstrom wrote: d'oh! the return value from catchalarm l

Re: [9fans] (no subject)

2008-11-21 Thread Kenji Arisawa
Hello, If such an attack continues for some minutes and the server does not reject the connections the server will create thousands of smtpd processes and might be hung up. Kenji Arisawa On 2008/11/22, at 3:28, erik quanstrom wrote: Subjet: email attacks since our friends in sweeden

Re: [9fans] dealing with spam

2009-01-08 Thread Kenji Arisawa
Hello, I am using this one: http://plan9.aichi-u.ac.jp/spamfilter/ which is working quite comfortably for me. Kenji Arisawa On 2009/01/09, at 5:49, erik quanstrom wrote: I am using the standard smtpd with -D and the greylisting, and also a modified validateserder which probably qualifies as

Re: [9fans] Sources Gone?

2009-01-27 Thread Kenji Arisawa
ieve files. The laxness makes replica very slow. If replica is to be improved I hope replica looks owner/group information of files in updating. If these information is different from official one, then the file should be regarded as having modified by users. Kenji Arisawa On 2009/01/28, at

[9fans] Pegasus 2.6 is released

2009-01-31 Thread Kenji Arisawa
Hello, Pegasus 2.6 is released with new WebDAV script written in Lua. Take a look at http://plan9/remoty/pegasus/eman-2.6/ for more details. Enjoy Kenji Arisawa

Re: [9fans] Pegasus 2.6 is released

2009-01-31 Thread Kenji Arisawa
Sorry, http://plan9.aichi-u.ac.jp/pegasus/eman-2.6/ Kenji Arisawa On 2009/02/01, at 13:41, lu...@proxima.alt.za wrote: Pegasus 2.6 is released with new WebDAV script written in Lua. Take a look at http://plan9/remoty/pegasus/eman-2.6/ for more details. We need a little bit more than

Re: [9fans] Pegasus 2.6 is released

2009-01-31 Thread Kenji Arisawa
Sorry, http://plan9.aichi-u.ac.jp/pegasus/eman-2.6/ Kenji Arisawa On 2009/02/01, at 13:41, lu...@proxima.alt.za wrote: Pegasus 2.6 is released with new WebDAV script written in Lua. Take a look at http://plan9/remoty/pegasus/eman-2.6/ for more details. We need a little bit more than

[9fans] tlssrv and tlsclient

2009-02-20 Thread Kenji Arisawa
bin/tlssrv /bin/tlsclient --rwxrwxr-x M 9 sys sys 199254 May 10 2008 /bin/tlsclient --rwxrwxr-x M 9 sys sys 199634 Jun 27 2008 /bin/tlssrv term% Kenji Arisawa

[9fans] proxy server

2009-02-20 Thread Kenji Arisawa
is not so difficult. Kenji Arisawa

Re: [9fans] ping suicide: sys: trap: divide error pc=0x00003953c

2009-03-09 Thread Kenji Arisawa
and(0) is executed and fix the problem. Kenji Arisawa On 2009/03/09, at 18:38, ROuNIN wrote: Hello all, I would like to learn how to fix this in the ping C code, I am new to plan9 and C ip/ping -r -f www.google.com sending 32 64 bytes messages 0 ms apart to icmp!www.google.com!1 ping 238: sui

[9fans] checkarenas

2010-09-16 Thread Kenji Arisawa
io and /n/io.import/dev/sdC0/arenas mounted on term must be same. I also believe that venti/checkarenas -v file consults only the given file. Kenji Arisawa

Re: [9fans] checkarenas

2010-09-17 Thread Kenji Arisawa
he difference. checkarenas command on term was older then that of io. sorry for the fuss. Kenji Arisawa

[9fans] acme

2010-11-27 Thread Kenji Arisawa
Hello 9fans, After recent update, acme does not run normally. When I execute acme command in a rio window then the window falls into blank with an error message something like "qunlock ..." Anyone experience similar phenomena? Kenji Arisawa

Re: [9fans] acme

2010-11-28 Thread Kenji Arisawa
Thanks Ron, Reboot dissolved the problem. The acme problem was happened both on my file server and the terminal. They had been running since the middle of this August. Kenji Arisawa On 2010/11/28, at 3:12, ron minnich wrote: > On Sat, Nov 27, 2010 at 4:39 AM, Kenji Arisawa > wrote: &g

Re: [9fans] dns

2012-08-21 Thread Kenji Arisawa
gging (my program). don't mind reboot } } ar% Kenji Arisawa On 2012/08/21, at 14:08, Jeff Sickel wrote: > As in using: > > Apr 12 22:46:05 CDT 2012 /n/sourcesdump/2012/0501/plan9/386/bin/ndb/dns > 310819 [jmk] > Oct 14 13:32:38 CDT 2011 /n/sourcesdump/2012/0

Re: [9fans] dns

2012-08-22 Thread Kenji Arisawa
cur->s = trp->owner; cur->code = Rtimeout; nd++; } lock(&dnlock); rrfreelist(arp); unlock(&dnlock); return nd; returned value may be Maxdest. This code is in function serveraddrs(), and the function must return index. (must not be Maxdest) Kenji Arisawa

Re: [9fans] dns

2012-08-24 Thread Kenji Arisawa
mf=0xbac50 main(argv=0xdfffefb0,argc=0x0)+0x32c /sys/src/cmd/ndb/dns.c:267 ext=0x0 _argc=0x72 _args=0xdfffefc7 servefile=0x642f7323 dir=0x0 kid=0x0 _main+0x31 /sys/src/libc/386/main9.s:16 acid: echo kill > /proc/41356/ctl ar% Kenji Arisawa

Re: [9fans] dns

2012-08-25 Thread Kenji Arisawa
Hello cinap, broken dns triggers Fauth problem, so I have rebooted. I will get snapshot at next crash. Kenji Arisawa On 2012/08/25, at 19:54, cinap_len...@gmx.de wrote: > always make a process snapshot as the kernel might discard > your broken process once it runs low on memory so yo