Skip to content

Instantly share code, notes, and snippets.

@denmarkin
Created October 20, 2011 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denmarkin/1301316 to your computer and use it in GitHub Desktop.
Save denmarkin/1301316 to your computer and use it in GitHub Desktop.
My Book World (White Light) firmware 01.02.12 icompatibility of Berkeley DB lib from OSX Lion
10/20 13:43:40 MyBookWorld daemon.err afpd[4173]: Can't open volume "/DataVolume/.timemachine" CNID backend "cdb"
10/20 13:43:40 MyBookWorld daemon.err afpd[4173]: Cannot open CNID db at [/DataVolume/.timemachine].
10/20 13:43:40 MyBookWorld daemon.err afpd[4173]: cnid_open: dbenv->open of /DataVolume/.timemachine/.AppleDB failed: DB_VERSION_MISMATCH: Database environment version mismatch
10/20 13:43:40 MyBookWorld daemon.err afpd[4173]: cnid_open: dbenv->open (rw) of /DataVolume/.timemachine/.AppleDB failed: DB_VERSION_MISMATCH: Database environment version mismatch
10/20 13:43:39 MyBookWorld daemon.notice afpd[4173]: AFP3.3 Login by WD_Backup
10/20 13:38:24 MyBookWorld daemon.info wixEvent[3626]: Network IP Address - NIC 1 use static IP address 192.168.1.60
10/20 13:38:23 MyBookWorld daemon.warn wixEvent[3626]: Volume Used - Volume 'DataVolume' had reached 80% capacity.
10/20 13:38:06 MyBookWorld daemon.info wixEvent[3626]: Network Link - NIC 1 link is up 100 Mbps full duplex.
10/20 13:36:27 MyBookWorld daemon.warn wixEvent[3626]: Network Link - NIC 1 link is down.
10/20 13:36:14 MyBookWorld syslog.info syslogd started: BusyBox v1.1.1
@denmarkin
Copy link
Author

Do in SSH session:

rm -f /DataVolume/.timemachine/.AppleDB
/etc/init.d/S91atalk restart

@alamb
Copy link

alamb commented Mar 9, 2012

I needed to use -rf as in:

rm -f /DataVolume/.timemachine/.AppleDB
/etc/init.d/S91atalk restart

Otherwise, worked great for me. Thanks.

@denmarkin
Copy link
Author

@alamb right, my bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment