Hi
I have a jail setup using TheBrig and I have sucessfully installed owncloud 7.0.3 into the jail. I have an issue with the transfer speeds ,it will start at a good speed then drop off to very slow speed and will eventually disconnect the client. I tried to upload directly through the owncloud web interface but i am seeing similar behaviour . Im not to sure how to find what is causing the issue , if others could make some suggestions to help diagnose this issue it would be much appreciated.
Thank you
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Owncloud in a Jail - Transfer speed issue
- westoztux
- NewUser

- Posts: 7
- Joined: 23 Nov 2014 14:14
- Status: Offline
- westoztux
- NewUser

- Posts: 7
- Joined: 23 Nov 2014 14:14
- Status: Offline
Re: Owncloud in a Jail - Transfer speed issue
I have now tested the owncloud install with a local windows pc and the speed of the transfer is good ? so the issue seems to be with my linux machine connecting to the nas4free owncloud install.When connecting to the internet etc with the linux pc it is working good.
- alexey123
- Moderator

- Posts: 1469
- Joined: 19 Aug 2012 08:22
- Location: Israel, Karmiel
- Contact:
- Status: Offline
Re: Owncloud in a Jail - Transfer speed issue
What is a web server and the database that you use ?
1: On Nas4Free install -> If you use NOT fsbruva's script, pls printout config for webserver
2: On Windows install
3. On Linux install
1: On Nas4Free install -> If you use NOT fsbruva's script, pls printout config for webserver
2: On Windows install
3. On Linux install
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
- westoztux
- NewUser

- Posts: 7
- Joined: 23 Nov 2014 14:14
- Status: Offline
Re: Owncloud in a Jail - Transfer speed issue
Hi Alexey
I use fsbruva's scripts to install TheBrig for nas4free and also owncloud into the jail.
I use fsbruva's scripts to install TheBrig for nas4free and also owncloud into the jail.
- alexey123
- Moderator

- Posts: 1469
- Joined: 19 Aug 2012 08:22
- Location: Israel, Karmiel
- Contact:
- Status: Offline
Re: Owncloud in a Jail - Transfer speed issue
Hi
Just now install owncloud for test.
In first - I think ( may be I mistake ) mysql not need for owncloud, if we have less 100 concurrent users. I use sqlite.
In second - javascript console says about missing jquery-1.10.0.min.map into core/js folder. It not critical, but you can download it from internet and insert to your core/js folder.
For example from here https://raw.githubusercontent.com/jquer ... .0.min.map File have only 1 , but long string.
In third - you need adjust php
Create file /usr/local/www/owncload/phpinfo.php with content
and fire it with webbrowser as <YourJailIP:Port>/phpinfo.php . Observe setting and try adjust its over /usr/local/etc/php.ini or create /usr/local/www/owncloud/.user.ini file. /user.ini can adjust only part of variables, my user.ini have entries
Just now install owncloud for test.
In first - I think ( may be I mistake ) mysql not need for owncloud, if we have less 100 concurrent users. I use sqlite.
In second - javascript console says about missing jquery-1.10.0.min.map into core/js folder. It not critical, but you can download it from internet and insert to your core/js folder.
For example from here https://raw.githubusercontent.com/jquer ... .0.min.map File have only 1 , but long string.
In third - you need adjust php
Create file /usr/local/www/owncload/phpinfo.php with content
Code: Select all
<?php phpinfo(); ?>With this settings I have upload/download speed ~10-12 MB/s, I think it very well for https.upload_tmp_dir = /tmp
upload_max_filesize = 256M <----adjust as you need
post_max_size = 256M <---- some as filesize
html_errors = off
session.gc_maxlifetime = 60
session.save_path = /tmp
date.timezone = 'Asia/Jerusalem' <-- insert correct timezone
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
- westoztux
- NewUser

- Posts: 7
- Joined: 23 Nov 2014 14:14
- Status: Offline
Re: Owncloud in a Jail - Transfer speed issue
Thanks Alexy for your reply sorry for the delay I have not had the time spare to work on this problem, I have checked further into this issue and it looks to be an issue with my firewall and all machines windows and linux running the owncloud client are being blocked , i can see the packets from my lan being blocked in the logs but have been unsuccessful to pass them through the firewall. My firewall is running pfsense and the nas4free box sits in the dmz, i will try to move the jail onto the lan subnet to see if this will correct the issue.