Re: [Afpfs-ng-devel] Input/output error
Status: Alpha
Brought to you by:
alexthepuffin
From: Michael U. <mu...@re...> - 2007-03-31 15:58:14
|
Alex deVries wrote: > Michael, > > You get a gold star for the best afpfs-ng bug report ever. Hi Alex, well - thank you! :-) > I'd appreciate it if you could do two things: > > a) Try the attached patch. Mapping different userids between host and > server doesn't work properly. In my haste to release 0.4, I shipped a > partially implemented mapping system that's broken. This patch just > ignores the whole issue. This perfectly did it for me! > b) If that doesn't work, grab a tcpdump of the mount up to the error using: > tcpdump -i eth0 -w dumpfile -s0 port 548 > or use wireshark/ethereal. Mail it to me and I'll see. > > If the hackmap thing does work for you, I might ship 0.4.1 to solve > this, although my efforts now are going towards making a command line > and gnome-vfs2 interfaces. Hmm, since I suppose other users of afpfs-ng might be confronted with the same problem, it may be worth to create an "interim" release 0.4.1. On a somewhat different topic: When I tried to compile the code I got the following error (just FYI): In file included from fuse_int.c:24: /usr/include/asm/fcntl.h:70: error: redefinition of ‘struct flock’ Despite some considerable efforts to find the location where the original definition of 'struct flock' had happened, I did not find it. Finally, I (temporarily) commented out the 'struct flock' definition in <asm/fcntl.h> and the code compiled fine. > Danke, > > - Alex Ganz meinerseits! Greetings from Berlin ... Michael |