- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
AFP Connection Failure (Logs say disk full?)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AFP Connection Failure (Logs say disk full?)
Well, let me try this again. Maybe someone will actually reply this time... 😜
Gave up on AFP access on my Readynas 214 but started having issues with my Pro 6. Out of the blue it started rejecting AFP connections.
The AFP log says
Dec 02 23:11:17 Titan cnid_metad[933]: Multiple attempts to start CNID db daemon for "/data/XXXXXXXXXX" failed, wiping the slate clean...
Dec 02 23:11:17 Titan cnid_dbd[933]: Error opening lockfile: No space left on device
Dec 02 23:11:17 Titan cnid_dbd[933]: main: fatal db lock error
Dec 02 23:11:17 Titan cnid_dbd[933]: Failed to open CNID database for volume "XXXXXXXXXXXXX"
Dec 02 23:11:17 Titan cnid_dbd[933]: delete_db() failed: No space left on device
Dec 02 23:11:17 Titan cnid_dbd[933]: reinit_db() failed: No space left on device
Dec 02 23:11:17 Titan afpd[852]: read: Connection reset by peer
The array has about 10TB free so can anyone who knows about "under the hood" stuff offer me any suggestions?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AFP Connection Failure (Logs say disk full?)
The OS partition might be full. Do you have ssh enabled?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AFP Connection Failure (Logs say disk full?)
What do you suggest?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AFP Connection Failure (Logs say disk full?)
try enabling ssh from the web admin ui (system->settings->services), and then access the NAS using terminal. The username is root, the password is the NAS admin password.
Then enter df // -h and tell us the response. Normally the OS partition will be ~25% full. My own NAS reports this:
root@NAS:~# df // -h
Filesystem Size Used Avail Use% Mounted on
/dev/md0 4.0G 914M 2.8G 25% /
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AFP Connection Failure (Logs say disk full?)
Hello again Stephen (and thank you for taking the time to help me!)
I get the output:
root@Titan:~# df // -h
Filesystem Size Used Avail Use% Mounted on
/dev/md0 4.0G 1.3G 2.4G 35% /
root@Titan:~#
So it doesn't seem to be that... Any further thoughts? 😕
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: AFP Connection Failure (Logs say disk full?)
Maybe try deleting .AppleDB in the share. You could also try resetting the file permissions on the share and see if that helps.