[Afpfs-ng-devel] Announcing afpfs-ng 0.4.3a: small bugfix
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2007-10-08 03:45:44
|
You only need to worry about this if you're using the netatalk server. A bug that's cropped up for a few users is being getting IO error when they are mounting some volumes exported with netatalk. To solve this, I've created afpfs-ng-0.4.3a. This is to compensate for some odd netatalk behaviour. By default, netatalk doesn't set unixprivs (which is an odd default unless you're running AFP 2.x) which results in the UnixPrivs bit being not set in the volume attributes. 0.4.3 did handle this correctly, it just refused to getattr() as there was no way to get unixprivs. You can also set this up by adding "options:upriv" to your volume entry in netatalk's AppleVolumes.default. Now, afpfs-ng 0.4.3a assumes that you have unixprivs if you're using AFP 3.x. - Alex |