Description:
Plan 9 from Bell Labs. (Moderated)
|
|
|
spam bots and Finwait2
|
| |
i added some bits to my copy of stats(1) that allows tracking of /net/ether0 and /net.alt/ether1 simultaneously and scales the max by the link speed, not the number of processors. it didn't take long for this to be useful. this morning i noticed that there was quite a noticable load on my dsl line (25pps) and 54 tcp connections to port 25 in... more »
|
|
usb disks in plan9
|
| |
I'm trying to partition a usb thumb drive in plan9: % disk/fdisk -baw /dev/sdU4.0/data adding part failed: plan9: permission denied ?warning: partitions could not be updated in devsd I get similar issues when trying to use prep. If I rerun fdisk or prep it seems to read the previously configured... more »
|
|
using acme/Mail from plan9port in Linux
|
| |
Hi all, can anyone point me to a document (if any) that explains how to use acme/Mail to read e-mail in Linux? I couldn't find any useful information in the plan9port distribution and it does not work "out-of-the-box". Thanks for your help! L.
|
|
power64 architecture v. fossil
|
| |
amuzing bug 'o the day. while 9c isn't in the standard distribution, if one has OS=9* and does a mk clean in /sys/src/cmd/fossil, you will remove 9.h since 9.h looks like a temporary name for a command named "h" for the power64 architecture. - erik
|
|
A trace of poolalloc in-kernel
|
| |
Hi, I've gotten and graphed a quick trace of all requests in-kernel to poolalloc during a session with my terminal, where I booted up, created a few windows, built a kernel, and shutdown. [link] (There's even some eye-candy!) Quick summary: 50% of all requests to poolalloc in kernel during this session... more »
|
|
Standalone package of command-line sam for unix
|
| |
Hi, I have constructed a standalone package of Sam (command-line half only) for UNIX, for systems that you don't want to / can't build Plan 9 Ports for and wish to connect to with samterm via ssh. [link] I extracted enough of lib9/libkern, libbio, and libutf from Go and Inferno... more »
|
|
Porting GO LANG
|
| |
From the Go compiler sources (cmd/gc/const.c:51...): /* * convert n, if literal, to type t. * implicit conversion. */ void convlit(Node **np, Type *t) { return convlit1(np, t, 0); } /* * convert n, if literal, to type t. * return a new node if necessary * (if n is a named constant, can't edit n->type directly).... more »
|
|
Examples of rc scripts
|
| |
Hi, all, I found 'werc' in a wikipedia link, and used it as a source for examples of how to use rc. Are there other places where I can found rc scripts, as well as other scripts for plan9 tools? (By the way, do you know how can I attribute a here document to a variable?) Thanks, Maurício
|
|
latency & jitter resistant stats
|
| |
i was having some trouble with stats reporting higher ethernet throughput when my connection to the cpu server was getting busy. here's a little experiment that works around the problem by reducing the sleep time by the time it takes to make the samples. as a secondary connection, if the sampling time exceedes 1/4 of the... more »
|
|
instructions to use .eps in troff wanted
|
| |
Hello, is there any good place where I could read how to embed some pictures into a troff document? Preferably a way that works in plan9, too... I can't find much about it anywhere. What do you use? Thanks Ruda
|
|
|