Re: [9fans] patch/create problem (error?)

2008-09-13 Thread Antonin Vecera
On Fri, Sep 12, 2008 at 8:16 PM, erik quanstrom [EMAIL PROTECTED] wrote: Anyway, does 9P and Plan9 know about path MTU discovery? traditional path mtu uses icmp messages. if your router/modem/whatever eats icmp, you're outta luck with these traditional methods. cf.

[9fans] patch/create problem (error?)

2008-09-12 Thread Antonin Vecera
Hello all, I had problem to create a patch - the command didn't finish for long long time. I tried to do it manualy step by step from command line and it seems that the problem is with cp command. This is method how to repeat it: I have in my home dir prepared new version of tftpd.c ls -l

Re: [9fans] patch/create problem (error?)

2008-09-12 Thread Antonin Vecera
On Fri, Sep 12, 2008 at 1:47 PM, erik quanstrom [EMAIL PROTECTED] wrote: I had problem to create a patch - the command didn't finish for long long time. I created a patch yesterday and it worked fine. It is fairly slow as it diff's all the files you have changed with those on sources.

[9fans] fortune in login window

2008-09-09 Thread Antonin Vecera
Hello people, I have file $home/bin/rc/riostart , which starts my favorite programs after my login to terminal. I would like to have in my initial rc window printed a message from fortune, something like this: +-- | Don't worry, be happy! | | term$ _ | | I

Re: [9fans] fortune in login window

2008-09-09 Thread Antonin Vecera
On Tue, Sep 9, 2008 at 11:20 AM, Steve Simon [EMAIL PROTECTED] wrote: The startup script is envoked by your profile ($home/lib/profile) where it starts rio (I call mine startup, you seem to call yours riostartup, its personal choice really) here is the relevant line in mine: exec rio

[9fans] killing 'none'

2008-09-08 Thread Antonin Vecera
Hello all, I run on my terminal a process, which switches user id to 'none' (f.e. tftpd). I can't kill that process. ps | grep none none 132 0:00 0:00 140K Open tftpd echo kill/proc/132/note /proc/132/note: rc: can't open: '/proc/132/note' permission denied Is it somehow possible

Re: [9fans] What is the status of IPv6?

2008-08-29 Thread Antonin Vecera
On Fri, Aug 29, 2008 at 5:43 PM, [EMAIL PROTECTED] wrote: IPv6 support is a little rusty, but was working. I need to reestablish an IPv6 test environment here to continually exercise the code and figure out some remaining thorny issues. The last time I tried it, I could connect to remote

Re: [9fans] 3c509b troubles

2008-08-29 Thread Antonin Vecera
On Fri, Aug 29, 2008 at 7:40 PM, michael block [EMAIL PROTECTED] wrote: hello, i have 3com etherlink iii 509b isa card that refuses to let me change its port or irq. also the only way i can get the card to talk on the network is to put my usb mouse on the same irq and wiggle it around

[9fans] What is the status of IPv6?

2008-08-28 Thread Antonin Vecera
Hello people, I am trying to configure IPv6 on my site, but I am no successful with Plan 9. What I can: - assign IPv6 link-local address (ip/ipconfig -6) - manually assign IPv6 address to my ethernet card (ip/ipconfig ether /net/ether0 add fd32:6e43:fb94::a) What I can't: - assign ::1 address

[9fans] patch for installation in vmware

2008-07-18 Thread Antonin Vecera
Hello all, I proposed a patch which turns off hw acceleration for vga if you boot in VMware. But now I find out that it is necessary to do the same in installation tree. So, if anybody can, please, correct this file /386/bin/aux/vmware on installation CD (add 1 line): #!/bin/rc if(aux/isvmware

Re: [9fans] Can't install Plan9 on VMWare

2008-07-16 Thread Antonin Vecera
On Wed, Jul 16, 2008 at 10:30 AM, Philip Silva [EMAIL PROTECTED] wrote: you either remove the cdrom from the virtual machine or make it to emulate scsi. if you're iso is more than 2 days old, you'll have to do % echo hwaccel off /dev/vgactl to get vga working well. I see, well I removed the

Re: [9fans] web plumbing on OS X drawterm

2008-07-16 Thread Antonin Vecera
On Wed, Jul 16, 2008 at 4:08 PM, Skip Tavakkolian [EMAIL PROTECTED] wrote: i added /dev/showfile for windows a while back. in that case, dt hands anything it is given on /dev/showfile to explorer (closest thing to plumber on windows). plumb rule for urls hands them to a script that looks

[9fans] improvement for vmware

2008-07-06 Thread Antonin Vecera
Hello all, I don't know how to submit a patch, so I try to do it this way... I have installed Plan 9 in WMware Player and every time when I start the terminal I have to turn graphics hardware acceleration off . I can do it in some local config file. But I notice that there is file

[9fans] replica question

2008-07-06 Thread Antonin Vecera
Hello all, can somebody help me with replica/pull ... I made some changes to /rc/bin/termrc . After that I decided to move my changes to /rc/bin/termrc.local and restore termrc . I did: replica/pull -v -s rc/bin/termrc /dist/replica/network I expected restoration of termrc to actual

Re: [9fans] replica question

2008-07-06 Thread Antonin Vecera
On Sun, Jul 6, 2008 at 7:29 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote: Sorry, but I got screwed by that too. -s only works if there is a conflict. You'll have to manually copy it from /n/sources/plan9/. Type 9fs sources cp /n/sources/plan9/rc/bin/termc /rc/bin/termrc There

Re: [9fans] improvement for vmware

2008-07-06 Thread Antonin Vecera
On Sun, Jul 6, 2008 at 7:29 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote: See patch(1) for instructions on contributing a patch. man -t patch | page Thanks, I will try to do it this way. Antonin

Re: [9fans] replica question

2008-07-06 Thread Antonin Vecera
On Sun, Jul 6, 2008 at 8:31 PM, Martin Neubauer [EMAIL PROTECTED] wrote: The reason there is no conflict is that the entries for rc/bin/termrc in the replica databases on sources and on your computer are identical. Only after termrc would change on sources a conflict would arise becase the