Probably the first thing to try is changing the owner of files like this:
Code:
(as root):
chown -R vielmaj:users /whatever_directory/
where -R means recursive (it will change all files and directories under the parent).
But since the groups are showing up 2^32-2 makes me think that the chown may not work. Try it out and post what happens.
--Shaun