Created
October 20, 2011 14:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
I needed to use -rf as in:
rm -f /DataVolume/.timemachine/.AppleDB
/etc/init.d/S91atalk restart
Otherwise, worked great for me. Thanks.
@alamb right, my bad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do in SSH session: