haiwen / seahub

The web end of seafile server.
seafile.com
Other
526 stars 368 forks source link

gunicorn_django not coming up #169

Closed davidgfnet closed 7 years ago

davidgfnet commented 10 years ago

Hello,

I have successfully installed seafile in my ARM-based box and now i'm facing some problems. Everything goes well and all services come up (ccnet, seafile-daemon and seafile http server) but seahub.

Whenever I try to run it manually using: gunicorn_django -c /home/seafile/cloud/seafile-server/runtime/seahub.conf -b 0.0.0.0:8081 It does nothing. And I checked but the daemon is not listening. (checked using netstat) Using debug output it prints nothing: gunicorn_django -c /home/seafile/cloud/seafile-server/runtime/seahub.conf -b 0.0.0.0:8081 --debug --log-level debug

Any ideas on how can I debug this issue? I'd rather listen to the experienced ones than start editing python files. Thanks!

lins05 commented 10 years ago

Hi,

Did you use seafile server pacakge for Raspberry pi?

L

On Wed, Mar 19, 2014 at 5:52 AM, David G. F. notifications@github.comwrote:

Hello,

I have successfully installed seafile in my ARM-based box and now i'm facing some problems. Everything goes well and all services come up (ccnet, seafile-daemon and seafile http server) but seahub.

Whenever I try to run it manually using: gunicorn_django -c /home/seafile/cloud/seafile-server/runtime/seahub.conf -b 0.0.0.0:8081 It does nothing. And I checked but the daemon is not listening. (checked using netstat) Using debug output it prints nothing: gunicorn_django -c /home/seafile/cloud/seafile-server/runtime/seahub.conf -b 0.0.0.0:8081 --debug --log-level debug

Any ideas on how can I debug this issue? I'd rather listen to the experienced ones than start editing python files. Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/haiwen/seahub/issues/169 .

davidgfnet commented 10 years ago

Nope, everything installed from source

freeplant commented 7 years ago

This issue is obsolete.