Has anyone Tried to install OwnCloud to the My Cloud?
The original cloud software is pretty much useless in many ways, so I would like to use this handy software but this topic is out of motivated experts to write guides for newbies like me. :\
My Book Live has OwnCloudguide, so I guess it is not impossible to install it to mycloud somehow.
Is it possible to install easily with this guide on the official page?
âŠwould love to have it, but Iâm really afraid to brick my device - and since there is no unbrickification manual for this device yet, I better wonât tryâŠ
In the manual you linked to, it said something like âsimply using apt-get without further ado could easily make your device unusableâ - so better be careful with that⊠The good thing is - the Debian version used already seems to have php5âŠ
Anyone got some experience with owncloud in mycloud ?
I tried to install opencart and had those same issues, in every way (although, I am a novice) I couldnât manage to do it, and in the end I bricked my system, restored it now. So good luck and keep me updated haha, Iâm quite interested in using owncloud too.
Also waiting for my my cloud device I will try to get pyd.io running on it, a bit more light weight then owncloud and same functionality. But a guide for owncloud would be great to have :)Â
Also so someone unbricked their device? How was that achieved? Just a simple restore?
Is the WD Interface working?I could make mine work but I lost the WD interface.
Yes I got mine working without losing the WD Dashboard interface (see my pointer #3). But itâs a bit slow though, canât expect much from an arm7v1 600Mhz dual core. I would prefer if we could integrate the existing WD users without having a separate pool but this would need a lot of effort to achieve.
Itâs actually a pretty straight forward installation following the existing My Book Live guide from the TS. The only tricky part is the âphp5-gdâ installation where you can risk losing the WD interface.
Since WSGVET hasnât got the guide started yet, Iâll give a few pointers that differs from My Book Live from the original Guide:
Of course with root ssh access keeping in mind warranty=null, skip everything in the guide from start to the part where the author has updated " EDIT: <NEW_STEP>". Just after ârm -f /var/lib/dpkg/info/wd-nas.*â which you donât have to perform for this case.
For â/etc/apt/sources.listâ, just comment out the 1st line âwheezy mainâ and un-comment the 2nd line âsid mainâ before you do the âapt-get updateâ command. You may revert back once OwnCloud has been installed.
This is the most crucial part else youâll lose the WD Dashboard. Do not install anything else and only run âapt-get install php5-gdâ. When you run this, thereâll be prompts to install and upgrade, choose yes (make sure nothing is to be removed). Thereâll be another few prompts to overwrite some php *.ini files (you wonât miss this), choose to keep them.
For the apache2 conf file, assuming you are installing in â/var/www/htdocs/owncloud/â, create a new file â/etc/apache2/conf.d/owncloud.confâ and paste the â<Directory⊠>â lines from the guide in it. You only need this one file for both http and https.
Finally when you try to install OwnCloud from your browser http://wdmycloud/setup-owncloud.php and encountered some SSL errors, edit the /var/www/htdocs/setup-owncloud.php line 139, change to " FALSE" for âcurl_setopt($ch, CURLOPT_SSL_VERIFYPEER, TRUE );â. If you receive permission write errors, as pointed out in the original guide, temporarily add write access to the www-data group âchmod g+w /var/www/htdocsâ.
Edit #1 : I just noticed the WD email notification was broken after installing php5-gd. Fixed with below, run in shell:
 Edit #2 : Speed up Apache2. This will help to improve OwnCloud. Change the values in file below to 256. You can play around with the rest of the settings but only changes below will not greatly impact memory usage when the server is idle.
Your instructions, which I followed to the letter bricked my WD My Cloud. It is a soft brick as I can access through SSH, but all is wiped out, how can I reinstall the entire OS???
I somehow managed to install owncloud, the web installer said it was successful, the only problem I encountered was an error when installing the php5-gd package and when I tried to restart the apache server it wouldnât start again. This is why I now can access neither the Web-UI nor the Owncloud via html.
I also had a different sources.list on my device - maybe this was the problem - Mine was when i tried to install php5-gd:
âStarting web server: apache2apache2: Syntax error on line 141 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: libonig.so.2: ELF load command alignment not page-aligned
Action â-k gracefulâ failed.
The Apache error log may have more information.â
Apt-get gives an error of unmet dependencies:
âYou might want to run âapt-get -f installâ to correct these:
The following packages have unmet dependencies:
 php5-apcu : Depends: phpapi-20121212+lfs but it is not installable
E: Unmet dependencies. Try âapt-get -f installâ with no packages (or specify a solution).â
Does anyone have an idea what to do? I would be very grateful!
That explains a lot. Unfortunately it was the V4 so I better reflash the firmware⊠I donât feel to confident about this 64k thingy - is it possible to flash a V3 firmware and downgrade or would that rather wreck everything?