New FW 4.00.00 upgrade results

Glad I could help… If I may ask: which daemon did you stop?

these ones:

/etc/init.d/wdmcserverd stop
/etc/init.d/wdphotodbmergerd stop

then turned them off

update-rc.d wdphotodbmergerd disable
update-rc.d wdmcserverd disable

Than deleted the .wdmc directories littered all over the drive:

cd /DataVolume/shares/

find . -name .wdmc

and to actually delete them:

cd /DataVolume/shares/

find . -name .wdmc -exec rm -rf {} ;

2 Likes