I think I know what the problem is and it’s a bug within the Twonky Media Server Western Digital has shipped with the drive. Even though you have dug your heels in about not messing with Linux, you have two choices.
- Perform a factory reset after a backup of your MBL and be aware that a factory restore WILL NOT fix the problem. Twonky will fail and random times.
- Perform the procedure below to erase a possibly corrupted database Twonky uses as Twonky will notice the database is not there and re-build it from scratch.
All I can recommend is that should option 2 work then it is the easiest, quickest and most convenient.
End of the day it’s your choice… 
-------------------
15:56 01/05/2011
For some reason TwonkyServer would not start. Kept on starting and shutting down every time the media server was started.
To login as root
on the MyBook Live you need a SSH client like the one at http://www.chiark.greenend.org.uk/~sgtatham/putty/ .
Solution…
Login to Dashboard and disable Twonky.
Enable SSH ( http://mybooklive/UI/ssh) and login as root
using an SSL client.
Commands to issue at the Linux command prompt.
- cd /CacheVolume/twonkymedia
- mv twonky.db PossiblyCorrupt_twonky.db
- mv db.info PossiblyCorrupt_db.info
- logout
The reason the instructions is to rename (mv) the files and not erase them is that my mantra is to keep a copy of anything that’s changed. Just in case some tweak may need to be reversed at a future date. If it all works then PossiblyCorrupt_twonky.db
and PossiblyCorrupt_db.info
can be erased.
Login to Dashboard and enable Twonky.
Login to Twonky’s web interface ( http://MyBookLive:9000/)
The status screen should show that the scan is in progress.
In response to the error…
Log:
15:36:11:024 ** mediaserver starts.**
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /DeviceDescription.xml 3
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /ConnectionManager.xml 3
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /ConnectionManager/Control 4
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /ContentDirectory.xml 3
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /ContentDirectory/Control 4
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /MediaReceiverRegistrar.xml 3
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /MediaReceiverRegistrar/Control 4
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for 8
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for 16
15:36:11:024 LOG_HTTP:upnp_http_register_handler registered a handler for /disk 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /httpproxy 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /albumart 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /configpage 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /config 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /setup 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /images 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /index 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /resources 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /webbrowse 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /cgi-bin 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /bgtrans 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /createobject 7
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /rpc 5
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /rss 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /mediarss 3
15:36:11:025 LOG_HTTP:upnp_http_register_handler registered a handler for /wii/feed 3
15:36:11:026 LOG_HTTP:upnp_http_register_handler registered a handler for /json/feed/ 3
15:36:11:026 [Info] dbx_init - using database: /CacheVolume/twonkymedia/twonky.db
15:36:11:027 [Error] dbx_query - SQL error: database disk image is malformed
15:36:11:027 sqlError - I/O error occured (11). Checking database location
15:36:11:027 sqlError - regular database corrupted, invoking rebuild
15:36:11:027 LOG_SYSTEM:upnp_init_thread (id=1208349824) with name rpc_stop_server
15:36:11:727 LOG_SYSTEM:upnp_server_stop Server terminated
15:36:11:927 dbx_queue_release called
15:36:11:927 LOG_SYSTEM:file_unlink error (errno=2,filename=/CacheVolume/twonkymedia/twonkymedia-locations.db)
15:36:11:928 LOG_SYSTEM:file_unlink error (errno=2,filename=/CacheVolume/twonkymedia/5.1.9)
15:36:11:928 [Error] dbx_delete_db - called without dbx_open
15:36:11:928 LOG_SCAN: upnp_file_scanner_exit(): In
15:36:11:928 LOG_SCAN: upnp_file_scanner_lock - critical section not initialized
15:36:11:928 LOG_SCAN: upnp_file_scanner_unlock - critical section not initialized
15:36:11:928 LOG_SCAN: upnp_file_scanner_exit - critical section not initialized
15:36:11:928 LOG_SCAN: upnp_file_scanner_exit(): Out
15:36:11:928 LOG_SYSTEM:upnp_cds_actions_release()
15:36:11:929 [Error] dbx_close - called without dbx_open
15:36:11:929 ** mediaserver stops.**