Feedback

type to search

Dispora first time seup error

Asked by

~/diaspora$ ./script/server Making first-time server initialization. Can’t stop process, no PID found in log/thin.pid Cannot get index.html from web server (aborted) Jammit precache error (now or at install)

or Cancel

7 answers

0

nick simmonds

I ran into this problem, and it turned out to be a permissions issue on /tmp/server.html, which resolved as soon as I gave the logged-in user read/write access. Even running the script under sudo wouldn’t fix it before that.

I hit a secondary issue immediately thereafter and had to manually delete the lock file from the diaspora directory, fwiw.

NN comments
zhe wang
-

I didn' t find server.html in /tmp/. Do you know why?

zhe wang
-

I changed the permission of /tmp/server.html. The problem remains the same. And when you are saying lock file do you mean Gemfile.lock? I deleted it. The problem is still there.

or Cancel
0

philip champon [ Editor ]

run the following command

./script/server; echo $?

and include output from log/development.log… For faster help, you might try the IRC channel diaspora on freenode.

NN comments
fazalullah.m
-

I am facing the same issue as above. “bundle install” is also done in the diaspora directory before running the server script. The file log/development.log is empty. The terminal shows the following:

svps-Mac:diaspora svp$ ./script/server; echo \$?

Making first-time server initialization. Can’t stop process, no PID found in log/thin.pid Cannot get index.html from web server (aborted) Jammit precache error (now or at install) 66

or Cancel

Your answer

You need to join Diaspora to complete this action, click here to do so.