On Tue, 2005-11-15 at 08:20 -0600, mi...@br... wrote:
>
> Hello - We have an issue with netatalk 1.6 on SuSE Linux 9. Everything
> is working just fine except when we try to do a copy on the server,
> we get a type -50 error. The exact error is "the item "filename"
> cannot be written because an error of type -50 occurred. do you want
> to continue or stop". The folder we are trying to copy gets created
> but no files get copied to it. This does not happen while using a Mac
> OS X box but only when using a Mac OS 9.2 box. We can do a move on the
> server and we can copy from any mac to the server or from the server
> to the mac, but not copy from the server to the server. I have checked
> rights and even went as far as setting every folder to chmod 2777. I
> mounted a new share without any options and got the same result. I
> have this problem on three different severs.
>
> We have only one share defined in AppleVolumes.default. that looks
> like this
>
> /artwork/ "SUSE3 SERVER" mswindows,codepage:maccode.iso8859-1
>
> Can anyone point me in the right direction to fix this?
----
If I recall correctly - this means that the users don't have privileges
to make changes to /path_to_sharename/.AppleDB (.AppleDouble)
assuming that you have a group where they are all members like
'dom_users' you should be able to do this...
chgrp -R dom_users /path_to_sharename/.AppleD*
chmod -R g+rwx /path_to_sharename/.AppleD*
I heavily recommend upgrade to 2.0.3...it's worked exceptionally well.
Craig
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
|