Failing automounts on AFP server
On a clean install of Leopard server, I created 5 share points and shared them via AFP. I'm able to connect to them manually from other machines. I configured automounts for them, and then rebooted the server. They show up in /Network as expected, but are not accessible. When I access it in the Finder, it simply redisplays /Network. If I access it in the terminal, I get:
[code]ls: : Too many levels of symbolic links[/code]
In system.log, I see the following:
[code]Jan 14 14:28:21 vodka /System/Library/CoreServices/coreservicesd[95]: \
SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Applications) returned -14135
Jan 14 14:28:21 vodka /System/Library/CoreServices/coreservicesd[95]: \
SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Groups) returned -14135
Jan 14 14:28:21 vodka /System/Library/CoreServices/coreservicesd[95]: \
SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Library) returned -14135
Jan 14 14:28:21 vodka /System/Library/CoreServices/coreservicesd[95]: \
SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Users1) returned -14135[/code]
According to the [url=http://developer.apple.com/documentation/Networking/Reference/DirectoryServiceFramework/DirServices/index.html] developer documentation[/url], this error code corresponds to:
[code]eDSRecordAlreadyExists = -14135[/code]
I've removed the automounts and recreated them, and I've cleaned out the /LDAPv3/127.0.0.1/Mounts/. There is nothing in /LDAPv3/127.0.0.1/Automounts/ or /LDAPv3/127.0.0.1/AutomountMap/.
Any suggestions?