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 erik quanstrom
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. Sadly the 9p protocol is quite badly effected by high (intercontinential)

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.

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

2008-09-12 Thread erik quanstrom
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. http://www.netheaven.com/pmtu.html i think there are some tricks to get around the missing icmp