NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mrmilo
Mar 24, 2012Tutor
ownCloud
Just came across www.owncloud.org looks prettymuch to do the same as Tonido but its opensource (and looks better i think)
Any chance this can run on the ReadyNas Pro?
Any chance this can run on the ReadyNas Pro?
64 Replies
Replies have been turned off for this discussion
mfe_ wrote: I' dont know the detailed differences between readnas pro and duo. But in my opinion it should be easier to get owncloud running on a readynas pro because it has got more power then the duo. Maybe the readynas pro is using an other apache version or config, regarding your permission problem with the 750 message? Maybe mdgm knows the important diffrences between pro and duo?
It works ok on Ultra 2+. There really is very little to it, once you have SSH access.
It's (very) basically a case of extracting the the ownCloud archive to somewhere on your NAS. (E.G. /webroot/owncloud, if you've installed any addons, this folder often gets created for you)
Make a permissions conf file in /etc/frontview/apache/addons.
There is a an .htaccess file to sort in ownCloud IIRC. (possibly twice, I can't recall TBH, as I'm constantly getting chown problems on many of my folders for some reason, which I haven't solved yet.)
Restart NAS, or apache server.
Point browser to HTTP://YOUR.NAS.IP/owncloud/ and go from there.
This is not in depth info like the previous poster, but the app does seem to be ok on x86 NAS. I'm still working my way around it, and at the moment it is just coming out in front of Tonido. Just.- AMRivlinApprenticeif I do attempt to install on my own are there any issues / conflicts?
I screwed up my box using all kinds of addons that conflicted with the frontview in the past. - mrmiloTutorHow can i restart apache from the command line on the Readynas PRO? I'm guessing this is where it's going wrong with me...
- mfe_TutorIf you restart frontview the apache service will also be restarted.
/etc/init.d/frontview stop
/etc/init.d/frontview start
You can restart your readynas pro too. - mrmiloTutorI already tried that but there is no frontview binarie in init.d on the Readynas Pro. I did find the apache2(+ctrl) binarie and tried to stop that one. That works but then you have to start it with the path to the http.conf of frontview. To much hassle :p
- mdgm-ntgrNETGEAR Employee RetiredTry
# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful - mrmiloTutor@mdgm Ok, that works. But it's not easy to remember and a lot of text to type. Isn't there an easy shell script already in place?
Anyhow...Keep getting the Forbidden page
owncloud.conf file:
Alias /owncloud /c/webroot/owncloud
<Location /owncloud>
Order allow,deny
Allow from all
</Location>
No changes made to the .htaccess file in owncloud yet. Don't think it's necessary.
Somewhere i read that you have to make sure AllowOverride all is set for .htaccess to work. Just can't figure out where to do that. I tried to do it in the owncloud.conf file but that did not work. - mdgm-ntgrNETGEAR Employee RetiredGood news. The OwnClooud add-on for x86 and ARM has now been published:
x86: http://www.readynas.com/forum/viewtopic.php?f=48&t=64596
ARM: http://www.readynas.com/forum/viewtopic.php?f=147&t=64597 - SpeziAspiranti installed the new owncloud plugin on my readnas pro but it's not working:
- i'm not able to create new users, calendar entries, ...
- creation of new files via web interface works
- sync client on Win7, 64bit does not work (see log). It says "sqlite version mismatch".
I then reset the device to factory defaults and just installed the following:
- current Firmware 4.2.21
- PHP Plugin: PHP5_5.3.14-rnx86-4.2.1.bin
- Owncloud Plugin: ownCloud_4.0.4-x86-0.2.3.bin
The error is exactly the same.
Any suggestions?Sync Client Log:
07-20 09:31:05:154 * Polling "ownCloud" for changes. Ignoring all pending events until now
07-20 09:31:05:154 * "ownCloud" Poll timer disabled
07-20 09:31:05:154 Schedule folder "ownCloud" to sync!
07-20 09:31:05:154 XX slotScheduleFolderSync: folderQueue size: 1
07-20 09:31:05:154 ==> load folder icon "owncloud-icon-framed"
07-20 09:31:05:156 Sync state changed for folder "ownCloud" : false
07-20 09:31:05:156 *** Start syncing url to ownCloud: "ownclouds://readynas/owncloud/files/webdav.php/clientsync" , with localOnly: false
07-20 09:31:05:156 **** Poll Timer for Folder "ownCloud" increase: 1
07-20 09:31:05:157 ## CSync Thread local only: false
07-20 09:31:05:157 ==> returning exclude file path: "C:/Program Files (x86)/ownCloud Client/exclude.lst"
07-20 09:31:05:157 ==== added CSync exclude List: "C:/Program Files (x86)/ownCloud Client/exclude.lst"
07-20 09:31:05:158 csync.exclude - Adding entry: *.filepart
07-20 09:31:05:158 csync.exclude - Adding entry: *~
07-20 09:31:05:158 csync.exclude - Adding entry: *.bak
07-20 09:31:05:158 csync.exclude - Adding entry: *.part
07-20 09:31:05:158 csync.exclude - Adding entry: *.unison*
07-20 09:31:05:158 csync.exclude - Adding entry: *csync_timedif.ctmp*
07-20 09:31:05:158 csync.exclude - Adding entry: .*.sw?
07-20 09:31:05:158 csync.exclude - Adding entry: .*.*sw?
07-20 09:31:05:158 csync.exclude - Adding entry: .DS_Store
07-20 09:31:05:158 csync.exclude - Adding entry: .ds_store
07-20 09:31:05:158 csync.exclude - Adding entry: desktop.ini
07-20 09:31:05:158 csync.exclude - Adding entry: Thumbs.db
07-20 09:31:05:159 csync.config - Config: max_depth = 50
07-20 09:31:05:159 csync.config - Config: max_time_difference = 10
07-20 09:31:05:159 csync.config - Config: sync_symbolic_links = 0
07-20 09:31:05:159 csync.util - Normalized path for the statedb hash: 172/owncloud/files/webdav.php/clientsync
07-20 09:31:05:159 csync.api - Remote replica: ownclouds://readynas/owncloud/files/webdav.php/clientsync
07-20 09:31:05:159 csync.api - Statedb: C:\Users\spezi/.csync/csync_statedb_15537662385197335780.db
07-20 09:31:05:159 csync.statedb - sqlite version mismatch
07-20 09:31:05:162 csync.statedb - sqlite3_compile error: no such table: metadata - on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;
07-20 09:31:05:162 csync.statedb - statedb doesn't exist
07-20 09:31:05:162 csync.vio.main - Win32: changing current working dir to C:\Program Files (x86)\ownCloud Client
07-20 09:31:05:164 csync.vio.main - Win32: changing current working dir to C:\Program Files (x86)\ownCloud Client
07-20 09:31:05:169 * csync thread started
07-20 09:31:05:169 >===================================== sync started for "ownCloud"
07-20 09:31:05:171 csync.owncloud - opendir method called on ownclouds://readynas/owncloud/files/webdav.php/clientsync
07-20 09:31:05:171 csync.owncloud - * scheme ownclouds
07-20 09:31:05:171 csync.owncloud - * host readynas
07-20 09:31:05:171 csync.owncloud - * port 0
07-20 09:31:05:171 csync.owncloud - * path /owncloud/files/webdav.php/clientsync
07-20 09:31:05:171 csync.owncloud - * user
07-20 09:31:05:193 csync.owncloud - ne_sock_init: 0
07-20 09:31:05:281 csync.owncloud - Call the csync callback for SSL problems
07-20 09:31:05:281 csync.owncloud - ## VERIFY_SSL CERT: 0
07-20 09:31:05:322 csync.owncloud - Authentication required
07-20 09:31:05:322 csync.owncloud - Call the csync callback for ownCloud
07-20 09:31:05:413 csync.owncloud - Session error string 500 Internal Server Error
07-20 09:31:05:413 Access dienied to remote uri: ownclouds://readynas/owncloud/files/webdav.php/clientsync - Input/output error
07-20 09:31:05:413 Synchronisation is not possible!
07-20 09:31:05:413 #### ERROR String emitted: "
Das Zielverzeichnis ownclouds://readynas/owncloud/files/webdav.php/clientsync existiert nicht.
Bitte überprüfen Sie die Konfiguration.
"
07-20 09:31:05:414 CSync run took 256 Milliseconds
07-20 09:31:05:419 Got csync statedb file: "C:\Users\spezi/.csync/csync_statedb_15537662385197335780.db"
07-20 09:31:05:419 Wiping of the csync database is required!
07-20 09:31:05:422 -> CSync Finished slot with error true
07-20 09:31:05:422 ** error Strings: ("
Das Zielverzeichnis ownclouds://readynas/owncloud/files/webdav.php/clientsync existiert nicht.
Bitte überprüfen Sie die Konfiguration.
")
07-20 09:31:05:422 * owncloud csync thread finished with error
07-20 09:31:05:423 wipe: Removed csync StateDB "C:\Users\spezi/.csync/csync_statedb_15537662385197335780.db"
07-20 09:31:05:423 OO folder slotSyncFinished: result: 4 local: false
07-20 09:31:05:423 ==> load folder icon "owncloud-icon-framed"
07-20 09:31:05:425 Sync state changed for folder "ownCloud" : false
07-20 09:31:05:425 * "ownCloud" Poll timer enabled with 10175 milliseconds
07-20 09:31:05:425 <===================================== sync finsihed for "ownCloud"
07-20 09:31:05:623 XX slotScheduleFolderSync: folderQueue size: 0 - WhoCares_MentorJust tested this on an ReadyNAS Ultra and on a ReadyNAS Duo v2 - both work fine for creating Users and Calendars. I'll do some more checking and get back to you.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!