Re: [9fans] pppoe on Plan 9

2010-02-22 Thread Bela Valek
Thanks. I got a username, a password, and an IP address from the Internet provider. How do I give this information to ip/pppoe? If I have to use Factotum, my question is: how do I give the username and password to Factotum, so PPPoE can use it? Thanks: Bela 2010/2/20 Russ Cox r...@swtch.com:

Re: [9fans] New User with Problems

2010-02-22 Thread Pavel Klinkovsky
If you try Erik's 9atom ISO, you may have better luck. I tried Erik's 9atom ISO. I was able to reach the menu - install, start etc. - but another install progress failed... init: starting /bin/rc i8259enable: irq 11 shared but not level intrenable: couldn't enable irq 11, tbdf 0xC00FA00 for sdD

[9fans] P9p on Fedora 12

2010-02-22 Thread Pavel Klinkovsky
Hi all, I use p9p on my older Linux (Fedora 10). I tried to compile and run it on my new PC with Fedora 12, but without success: [pavel]$ 9term rc usage: devdraw (don't run directly) 9term: initdraw: muxrpc: unexpected eof Any idea? Thanks. Pavel

[9fans] username surrounded by '( and )' e.g., '(username')

2010-02-22 Thread ROuNIN
Hello all, Can someone explain how this happened? d-rwxrwxr-x M 8 glenda glenda 0 Feb 13 13:38 glenda d-rwxrwxr-x M 8 '(rounin)' '(rounin)' 0 Feb 14 18:28 rounin I am not sure of the steps that were taken to get the above ' and ( ). Is it possible to rename/modify the '( )'? Many

Re: [9fans] username surrounded by '( and )' e.g., '(username')

2010-02-22 Thread Charles Forsyth
Can someone explain how this happened? d-rwxrwxr-x M 8 '(rounin)' '(rounin)' 0 Feb 14 18:28 rounin it means there isn't an entry for rounin in /adm/users, so it shows the name unchanged as stored by fossil. (it's stored without the () -- those are just to distinguish the internal name from a

[9fans] leak(1) problem

2010-02-22 Thread Steve Simon
I have a memory leak in my code, and am using leak(1) to track it but I have reached an en-passe. Leak only reports strdup(2) as being the source of the leak. I added a setmalloctag(2) call directly after the call to strdup(2) but leak continues to report the strdup(2) address rather than its

Re: [9fans] Netbook Install Help

2010-02-22 Thread erik quanstrom
Greets. I fired up the image provided by Lucho. When I get to the gui and go to do the partitioning, it says there is no disk device. Apparently, it can't see my hard drive. I just unboxed this laptop about an hour ago so I perhaps the drive is sata and it can't see it or something? coud

Re: [9fans] leak(1) problem

2010-02-22 Thread Russ Cox
Leak only reports strdup(2) as being the source of the leak. I added a setmalloctag(2) call directly after the call to strdup(2) but leak continues to report the strdup(2) address rather than its bounding function. There are many calls to strdup in your program, and you didn't tag the one

Re: [9fans] pppoe on Plan 9

2010-02-22 Thread Russ Cox
I got a username, a password, and an IP address from the Internet provider. How do I give this information to ip/pppoe? It should just prompt you (via factotum) for the username/password. The IP address should be irrelevant - the ppp server will tell you the IP address anyway. Russ

Re: [9fans] pppoe on Plan 9

2010-02-22 Thread Eris Discordia
The IP address is probably that of the service provider's DNS server, for use on machines other than the one that establishes the PPPoE connection. --On Monday, February 22, 2010 10:02 -0800 Russ Cox r...@swtch.com wrote: I got a username, a password, and an IP address from the Internet

Re: [9fans] pppoe on Plan 9

2010-02-22 Thread Bela Valek
2010/2/22 Russ Cox r...@swtch.com: I got a username, a password, and an IP address from the Internet provider. How do I give this information to ip/pppoe? It should just prompt you (via factotum) for the username/password. The IP address should be irrelevant - the ppp server will tell you

[9fans] vtcache exhaustion

2010-02-22 Thread Anthony Sorace
I've been running a vac-based backup on a few unix systems for a while now. A bit over a week ago, one of them started failing with this error: vac: vtcachelocal: asked for block #6289076; only 6288808 blocks Adding -v to the vac invocation, it seems to be failing in the same place

Re: [9fans] vtcache exhaustion

2010-02-22 Thread erik quanstrom
I've been running a vac-based backup on a few unix systems for a while now. A bit over a week ago, one of them started failing with this error: vac: vtcachelocal: asked for block #6289076; only 6288808 blocks [...] If a new cache block must be allocated... but the

Re: [9fans] pppoe on Plan 9

2010-02-22 Thread Russ Cox
00304894958d - 00508d68c9c0 type 0x8863        vers 1 type 1 code 0x7 sessid 0x0 length 63        0x102 22: ac 'pecs-nas1.tvnetwork.hu'        0x101 9: service 'TvNetWork'        0x104 20: ac cookie 31e0aff8b09a633faae5b9685fdfbd0dad00 dropping unwanted pkt: no matching service name try

Re: [9fans] vtcache exhaustion

2010-02-22 Thread Russ Cox
I am not sure, but I have seen things like this since I tried to expand the venti protocol to 16-bit blocks. I have since decided that was a mistake, too intrusive a change, but I have not yet gotten around to rolling back to the old versions of the files. That might make the bug go away,