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 $home/src/tftpd --rw-rw-r-- M 40 antonin antonin 7708 Sep 11 14:59 /usr/antonin/src/tftpd/tftpd.c 1. bind -b -c $home/src/tftpd /sys/src/cmd/ip 2. 9fs sources 3. cp /sys/src/cmd/ip/tftpd.c /n/sources/patch/tftpd-error ...and now it hangs. If I copy to /n/sources regular file, things go right. If I try to copy file from bind-ed dir, "cp" hangs. Maybe I am somewhere wrong, I am not sure. Antonin