Giter Club home page Giter Club logo

Comments (40)

nathancmcrae avatar nathancmcrae commented on June 9, 2024

Another log with the same error, but has DEBUG-level information: https://paste.yunohost.org/raw/jubuleperu

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

my try for a installation failed as well. I will paste the logs - can you tell me where I find them - thanks
(I´m a newbee)

from pleroma_ynh.

anmol26s avatar anmol26s commented on June 9, 2024

@yalh76 has fixed few things. The PR is in progress. I have some issue with the permission for database that why the PR is not merged yet.
But you can still try the package.

$ yunohost app install --debug https://github.com/yalh76/pleroma_ynh

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

I just tried an install againg... faild

have a look at the logs:

2019-01-22 20:38:00,231: WARNING - ** (Postgrex.Error) ERROR 42501 (insufficient_privilege): permission denied to create extension "uuid-ossp"
2019-01-22 20:38:00,246: WARNING - (ecto) lib/ecto/adapters/sql.ex:200: Ecto.Adapters.SQL.query!/5
2019-01-22 20:38:00,251: WARNING - (ecto) lib/ecto/adapters/postgres.ex:96: anonymous fn/4 in Ecto.Adapters.Postgres.execute_ddl/3
2019-01-22 20:38:00,256: WARNING - (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3
2019-01-22 20:38:00,262: WARNING - (ecto) lib/ecto/adapters/postgres.ex:96: Ecto.Adapters.Postgres.execute_ddl/3
2019-01-22 20:38:00,267: WARNING - (ecto) lib/ecto/migration/runner.ex:104: anonymous fn/2 in Ecto.Migration.Runner.flush/0
2019-01-22 20:38:00,272: WARNING - (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3
2019-01-22 20:38:00,277: WARNING - (ecto) lib/ecto/migration/runner.ex:102: Ecto.Migration.Runner.flush/0
2019-01-22 20:38:00,283: WARNING - (stdlib) timer.erl:181: :timer.tc/2
2019-01-22 20:38:00,388: WARNING - !!
2019-01-22 20:38:00,392: WARNING - pleroma's script has encountered an error. Its execution was cancelled.
2019-01-22 20:38:00,396: WARNING - !!
2019-01-22 20:38:00,399: WARNING -
2019-01-22 20:39:01,708: WARNING - Remove the user pleroma
`

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Hi @rocky-III

Can you give the command you used to install ?

If the installation fail, the installation indicate something like:
The operation 'Install 'pleroma' application' has failed ! To get help, please share the full log of this operation using the command 'yunohost log display XXXXX-XXXX-app_install-pleroma --share'

Can you execute the command and share the link ?

It's better than doing a copy paste of the logs...

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

wil try to to execute the command and share the link later

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

and giving the command you used to install

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

i tried to install by webinterface

so this is the command ?

yunohost log display pleroma-app_install-pleroma --share

??

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

'yunohost log display XXXXX-XXXX-app_install-pleroma --share'
what do the XXXXX-XXXX-stands for ?

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

OK, for now, the instllation of pleroma is broken.
You can test to install it from the command line using: yunohost app install --debug https://github.com/yalh76/pleroma_ynh

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

It's the message you have in the logs or when you install it from the command line.

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

i try all over with yunohost app install --debug https://github.com/yalh76/pleroma_ynh wait a minute

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

installation was ok - i thought... in yonohost admin penals I see now "pleroma" as installed app
but when i click on it I get

502 Bad Gateway nginx

andy idea ?

THNKS for your Help

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

yunohost log display XXXXX-XXXX-app_install-pleroma --share does not work

gives me

root@my:# yunohost log display XXXXX-XXXX-app_install-pleroma --share
Error: There is not operation log with the name 'XXXXX-XXXX-app_install-pleroma', use 'yunohost log list to see all av
ailable operation logs'
root@my:
#

shell i post the logs i find in the webinterface with a link to a cryptopad ?

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

here we go

https://paste.yunohost.org/raw/fuwuvevori

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Perfect, maybe you can try to start the pleroma service from the command line:
systemctl restart pleroma

and then check the status with the command line:
systemctl status pleroma

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

`root@my:~# systemctl status pleroma
● pleroma.service - pleroma social network
Loaded: loaded (/etc/systemd/system/pleroma.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2019-01-23 05:58:51 UTC; 32s ago
Process: 31201 ExecStart=/usr/local/bin/mix phx.server (code=exited, status=203/EXEC)
Main PID: 31201 (code=exited, status=203/EXEC)

Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Main process exited, code=exited, status=203/EXEC
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Unit entered failed state.
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Failed with result 'exit-code'.
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Service hold-off time over, scheduling restart.
Jan 23 05:58:51 my.domain.thl systemd[1]: Stopped pleroma social network.
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Start request repeated too quickly.
Jan 23 05:58:51 my.domain.thl systemd[1]: Failed to start pleroma social network.
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Unit entered failed state.
Jan 23 05:58:51 my.domain.thl systemd[1]: pleroma.service: Failed with result 'exit-code'.
root@my:~# `

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Well, there was an issue on the pleroma service, it' fixed on the testing branch, you ned to first remove pleroma and you can install it with:
sudo yunohost app install https://github.com/YunoHost-Apps/pleroma_ynh/tree/testing --debug

On the testing, restore and upgrade are failed, i'm trying to fix it.

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

thanks for your effort - i will give it an other try in a minute...

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

installation did NOT work. Here are the last lines where it stoped

1444491 DEBUG ++ cd /var/www/pleroma/pleroma 1444496 DEBUG ++ sudo -u pleroma MIX_ENV=prod mix pleroma.user new user [email protected] 1444502 DEBUG ++ tail -1

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

When it's at that step, just press enter 2 or free times and the installation will continue

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

press enter 2 or 3 times did help - installation goes on :-)

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Well, can you go on the cli and execute:
yunohost app remove pleroma --debug
it will uninstall Pleroma
To retrieve the webinterface.... or wait until the installation of pleroma.

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

Great work - yalh76 - this look really good - I think for the start I have now a working pleroma installation...

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

like it - thanks soooo much..

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Yep, just to have to fix a few things:

  • test the upgrade
  • test the change_url
  • understand why during installation, you have to press enter 2 or 3 times to speedup that step...
    Ans we will a have a ready to production package ^^

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

i will report

first thing: log in for Mastodon FE does not work

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

log in does not work in general :-(

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

You may have received a mail from your instance with a link to activate your account and choose your password...

Have you received it ?

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

OK - i´m a newbie – never used the yunohost mail server.... so now i installed roundcube – if i´m loged in as admin in yunohost i´m loged in to roundcub as well and I see all the post from [email protected]

here i found a link for resetting the admin password for pleroma.

This way Login fpr Pleroma does work !!

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

Installation of Pleroma solved.

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

hi yalh76 just want to let you you: I did a reinstall - this time no link for resetting the password was included with the mail it just says "To reset your password: Continue? [Yn]" ... so no login possible

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

$ sudo -u pleroma MIX_ENV=prod mix pleroma.user new <NICKNAME> <EMAIL>

and

$ sudo -u pleroma MIX_ENV=prod mix pleroma.user reset_password <NICKNAME>

does not work - gives me a lot errors and at the end:
:
** (Mix) The task "pleroma.user" could not be found

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

I done a fresh install using :

yunohost app install pleroma

and received the mail.

For the command I will check, maybe it's why installation took so much time. I will open a specific issue for that

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

by the webinterface I just did an new install all over again with an other username...

same problem - "No local user" and no link for resetting the password

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

installing by ssh gives me:

root@my:# yunohost app install pleroma
Error: Unknown app
root@my:
#

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

by ssh you can install it using:

yunohost tools update
yunohost app install pleroma --debug

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

this morging I get this:
oot@my:~# yunohost tools update Success! The application list yunohost has been fetched Info: There is no package to upgrade apps: packages: root@my:~# yunohost app install pleroma --debug 1062 DEBUG loading actions map namespace 'yunohost' 1207 DEBUG extra parameter classes loaded: ['comment', 'ask', 'password', 'required', 'pattern'] 1211 DEBUG initializing base actions map parser for cli 1220 DEBUG registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--ve rsion'] 1931 DEBUG initialize authenticator 'ldap-anonymous' with: uri='ldap://localhost:389', base_dn='dc=yunoho st,dc=org', user_rdn='None' 1953 DEBUG lock has been acquired 2162 DEBUG loading python module yunohost.app took 0.207s 2164 INFO processing action [20986.1]: yunohost.app.install with args={'app': 'pleroma', 'args': None, 'a uth': <moulinette.authenticators.ldap.Authenticator object at 0xb657a930>, 'label': None, 'no_remove_on_f ailure': False} 2197 DEBUG action [20986.1] executed in 0.031s 2199 DEBUG lock has been released 2200 ERROR Unknown app root@my:~#

from pleroma_ynh.

yalh76 avatar yalh76 commented on June 9, 2024

It seems you haven't activated community apps in your Yunohost

from pleroma_ynh.

rocky-III avatar rocky-III commented on June 9, 2024

installation by webinterface with Url https://github.com/YunoHost-Apps/pleroma_ynh just worekd fine ;-))
Thanks

from pleroma_ynh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.