Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

music app causes own cloud to timeout and die with 504 #163

Closed
mat-mo opened this issue Mar 16, 2014 · 3 comments
Closed

music app causes own cloud to timeout and die with 504 #163

mat-mo opened this issue Mar 16, 2014 · 3 comments

Comments

@mat-mo
Copy link

mat-mo commented Mar 16, 2014

after installing and enabling, clicking on the ,music tab brings the server on his knees and times out.

the server is running debian 7 with nginx. It used to work with version v0.1.6-alpha.

Now :
2014/03/16 14:47:38 [error] 28507#0: *75990 upstream timed out (110: Connection timed out) while reading response header from upstream, client: IP, server: Servername, request: "GET /owncloud/index.php/apps/music/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-owncloud.sock", host: "Hostname", referrer: "https://hostname/owncloud/index.php/apps/files"

I tried to fix it with :
~# vim /etc/nginx/sites-available/default
changed the following line: fastcgi_pass 127.0.0.1:9000 to fastcgi_pass unix:/var/run/php5-fpm.sock;

~# vim /etc/php5/fpm/pool.d/www.conf
changed the following:
listen = 127.0.0.1:9000 to listen = /var/run/php5-fpm.sock

removed the ; in front of the following lines

;listen.owner = www-data
;listen.group = www-data
;listen.mode = 0666

No luck. still 504.

@MorrisJobke
Copy link
Contributor

@mat-mo How many mp3 and ogg files do you have in your ownCloud?

@mat-mo
Copy link
Author

mat-mo commented Mar 17, 2014

about 20,000 or so

@MorrisJobke
Copy link
Contributor

@mat-mo Than this is maybe the issue. There are ideas how to improve the loading speed for huge music collections. Let us move the discussion to #90

Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants