Comment 4 for bug 1828194

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Differentiating Eoan and Disco which are on the same upstream version but with changes to the bundler also hint to the problem.

In the log, after the Yard message is displayed we have

Eoan (good):
Checking if the database is empty...
Initializing database...
Database 'diaspora_production' already exists
Rack::SSL is enabled
== 0 CreateSchema: migrating
-- adapter_name()
[...]

Disco (bad):
/usr/lib/diaspora-common/scripts/initdb.sh: 15: /usr/lib/diaspora-common/scripts/initdb.sh: bundle: not found
Checking if the database is empty...
Initializing database...
Database 'diaspora_production' already exists
rake aborted!
Errno::EACCES: Permission denied @ rb_sysopen - /usr/share/diaspora/config/initializers/secret_token.rb
[...]

So after all this might indicate that Disco needs the fix that Eoan has already.