December 14, 201213 yr Has anyone been able to get Owncloud working on Unraid? Is a plugin for Owncloud feasible? http://owncloud.org/ I've installed the latest version to my cache drive and tried syncing using their sync client but I get the following error in the PHP error log: [14-Dec-2012 05:21:35 UTC] PHP Warning: preg_match(): Compilation failed: unknown option bit(s) set at offset 0 in /mnt/cache/.apps/web/owncloud/3rdparty/Sabre/DAV/URLUtil.php on line 113 Does anyone know what that means? Line 113 in that file is: if(preg_match('/^(??:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u',$path,$matches)) {
December 14, 201213 yr Sounds like a pcre problem. I don't know what version or how it's installed under unraid. The 'production' owncloud deployment I look after has the following (Redhat) : pcre-7.8-4.el6.x86_64 Which works ok.
December 15, 201213 yr Author Sounds like a pcre problem. I don't know what version or how it's installed under unraid. The 'production' owncloud deployment I look after has the following (Redhat) : pcre-7.8-4.el6.x86_64 Which works ok. Is there any way to upgrade/downgrade the version of pcre that is installed?
January 17, 201313 yr Sounds like a pcre problem. I don't know what version or how it's installed under unraid. The 'production' owncloud deployment I look after has the following (Redhat) : pcre-7.8-4.el6.x86_64 Which works ok. Is there any way to upgrade/downgrade the version of pcre that is installed? Did you manage to fix this Greeny?
January 18, 201313 yr Author Sounds like a pcre problem. I don't know what version or how it's installed under unraid. The 'production' owncloud deployment I look after has the following (Redhat) : pcre-7.8-4.el6.x86_64 Which works ok. Is there any way to upgrade/downgrade the version of pcre that is installed? Did you manage to fix this Greeny? Nope, I'm waiting for the update to simplefeatures webserver which will come with a new version of pcre that will fix the problem. Should be released soon. Check out this thread for a possible fix for now: http://lime-technology.com/forum/index.php?topic=24810.0
January 18, 201313 yr Testing ownCloud now. Specifically: Client Syncing Accessing files on media array Integration with dropbox Cheers
January 18, 201313 yr Testing ownCloud now. Specifically: Client Syncing Accessing files on media array Integration with dropbox Cheers Let us know your findings/status mate, quite keen to get this running on your webserver plugin.
April 19, 201313 yr With the latest version of the simpleFeatures webserver, OwnCloud works out of the box. Simply download it and copy it across to your defined web folder. I still haven't tested linking to user mounts, but I suspect a hard link is required (or mount bindings). The iPhone app works fine, as does WebDAV. The syncing agent requires https, which I haven't configured yet.
April 19, 201313 yr I tried to get a local folder mounted, but it only worked if it was on the cache drive. User shares I got only working with mounting them as SFTP mounts. It's kinda silly to ssh to localhost, though... How would one go on with hard links, I'd like to try that?
April 20, 201313 yr You can either try a symbolic link (ln -s /mnt/user/sharename /path/to/cloud/files) OR if that doesn't work... Use the mount command to bind the user share to a folder. Note, you have to make sure the user mount is actually there, and that you've created the folder for the sharename within your file directory in owncloud. Also make sure that folder has nothing inside it: mkdir /path/to/cloud/file/sharename mount --bind /mnt/user/sharename /path/to/cloud/file/sharename
April 23, 201313 yr Bit of help please!! I've installed SF Webserver and extracted the owncloud files. However, when I access the page I get the following errors: PHP module zip not installed. Please ask your server administrator to install the module. PHP module mb multibyte not installed. Please ask your server administrator to install the module. PHP module ctype is not installed. Please ask your server administrator to install the module. PHP module zlib is not installed. Please ask your server administrator to install the module. PHP module iconv is not installed. Please ask your server administrator to install the module. I've previously managed to install Owncloud, albeit with an older version of SF Webserver and owncloud. Can anybody offer me any pointers? I've enabled all the optional packages within the Web server plugin also, but no avail. The only item from the owncloud I haven't followed exactly is the user:group change as I wasnt sure which user the plugin was using, so I just "chmod -R 777". Oh, owncloud files reside on my cache drive. Thank You!
April 24, 201313 yr Those modules are installed, you just need to enable them. Look in /boot/config/simpleFeatures/php.ini, and enable the modules you need. Cheers
April 24, 201313 yr Thanks a lot for that speeding_ant! We're you away the link under "slackware-current" for SQLite package has changed to a newer version?! During package instalation that results in a 404 error! Just letting you know!
April 24, 201313 yr Those modules are installed, you just need to enable them. Look in /boot/config/simpleFeatures/php.ini, and enable the modules you need. Cheers Hi. I was able to pass the pre-requisites screen using your advice but now I'm getting to a screen for setting up admin user, data location and db. Currently I've tried leaving the defaults (just setting username and pass) but getting error 500. I've got SF1.0.11 on rc12a, everything installed on cache. Thanks in advance...
April 24, 201313 yr Can you look and see if your sqlite package has been downloaded? /boot/packages/sqlite-3.7.14.1-i486-1.txz Will be worth enabling logging in the simpleFeatures web server plugin config page, and check what that says. You can use my log viewer to check the logs in the GUI (simpleFeatures log viewer). Cheers.
April 25, 201313 yr Everything looked fine. Only solution I've found was installing MySql plugin so the OwnCloud would use that instead of SQLite - worked great. Anyway - found out that OwnCloud is a single-server solution, no replication included, so ditched the idea for now. Thanks anyway
April 25, 201313 yr Everything looked fine. Only solution I've found was installing MySql plugin so the OwnCloud would use that instead of SQLite - worked great. Anyway - found out that OwnCloud is a single-server solution, no replication included, so ditched the idea for now. Thanks anyway You could sort out your own scale out or replication. Probably not under unraid though!
April 25, 201313 yr question from the noob... is there going to be a one click install for this eventually and can it take the place of user shares ? can files be streamed from own cloud or do they have to be fully downloaded before played ? i see that there is a login so can security(simple) be used via username password? any answer will be appreciated ... thanks
April 25, 201313 yr question from the noob... is there going to be a one click install for this eventually and can it take the place of user shares ? can files be streamed from own cloud or do they have to be fully downloaded before played ? i see that there is a login so can security(simple) be used via username password? any answer will be appreciated ... thanks If you're looking for streaming video/music files, don't look any further than unRAID hosted Plex with a myPlex account....
April 25, 201313 yr question from the noob... is there going to be a one click install for this eventually and can it take the place of user shares ? can files be streamed from own cloud or do they have to be fully downloaded before played ? i see that there is a login so can security(simple) be used via username password? any answer will be appreciated ... thanks Files can be streamed from within owncloud via the browser. They have a number of in built streamers for common things and common formats (music streaming, image viewing, pdf viewing etc..). These can all be enabled on a case by case basis in owncloud. I would suspect they're quite pluggable as well so there may be third party ones. I don't know if these will all work under unraid. I don't know if they will cover the media types you are interested in. And I believe they're only useful via the owncloud browser view.
April 25, 201313 yr All I have to say is that if I tried to stream a 5GB movie file via NZ internet.... I'm going to have a bad time! Plex will transcode your media, something that is invaluable if you wish to watch something over DSL.
June 20, 201313 yr What should be looked for in the simplefeatures.ini file to enable these modules??? Bit of help please!! I've installed SF Webserver and extracted the owncloud files. However, when I access the page I get the following errors: PHP module zip not installed. Please ask your server administrator to install the module. PHP module mb multibyte not installed. Please ask your server administrator to install the module. PHP module ctype is not installed. Please ask your server administrator to install the module. PHP module zlib is not installed. Please ask your server administrator to install the module. PHP module iconv is not installed. Please ask your server administrator to install the module. I've previously managed to install Owncloud, albeit with an older version of SF Webserver and owncloud. Can anybody offer me any pointers? I've enabled all the optional packages within the Web server plugin also, but no avail. The only item from the owncloud I haven't followed exactly is the user:group change as I wasnt sure which user the plugin was using, so I just "chmod -R 777". Oh, owncloud files reside on my cache drive. Thank You!
June 20, 201313 yr I know when i was trying to get virtual box to work with unraid i had to enable bits in the php.ini file in \config\simpleFeatures so that it would work.
Archived
This topic is now archived and is closed to further replies.