GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by ??? ???? ?????? :verified: (ryan@ryanthomas.org)

  1. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Friday, 21-Oct-2022 05:20:25 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    • Punished Crab

    Would these modifications of the Rebased logo be a problem if I weren’t a single-user instance?

    In conversation Friday, 21-Oct-2022 05:20:25 JST from ryanthomas.org permalink

    Attachments


    1. https://ryanthomas.org/media/a2cb5632cfbe956cc0d51bca80f21f8ea8d472c5937bac384394ca3a925f7219.png
  2. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Saturday, 15-Oct-2022 06:16:31 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason

    Anything of note here? Only two output rows from that sql command:

    1 | populate_hashtags_table | 3 | f | {} | {"state": "complete", "message": null, "fault_rate": 0.0, "started_at": "2022-08-31T18:21:20.383740", "iteration_processed_count": 0} | 2022-08-31 17:59:53 | 2022-08-31 17:59:532 | delete_context_objects | 3 | f | {} | {"state": "complete", "message": null, "fault_rate": 0.0, "started_at": "2022-10-13T22:43:16.525248", "failed_count": 0, "affected_count": 272949, "processed_count": 272949, "max_processed_id": 973105, "records_per_second": 31.07696686781282, "iteration_processed_count": 272949} | 2022-10-13 22:40:46 | 2022-10-13 22:40:46
    In conversation Saturday, 15-Oct-2022 06:16:31 JST from ryanthomas.org permalink
  3. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Saturday, 15-Oct-2022 06:16:30 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    • ??? ???? ?????? :verified:

    I took a nap so left it alone for a while, bumped remote_post_retention_days down to 28 (not that it matters here, I had meant to do that anyway), restarted pleroma, then ./bin/pleroma_ctl database vacuum analyze and rebooted when done. So far, memory is still higher than I remember it being in the past, which you’ve already explained, but swap is lower, and things that weren’t loading are loading fine, and I haven’t seen any more gateway timeout errors.

    If I get issues again, could it be helpful to purge old remote content and do a vacuum full? Is it a good idea to do that periodically anyway? And should I stop my pleroma service while doing so or just expect it may cause a few hours downtime?

    Appreciate your help and anyone reading this who might be inspired to chime in! Best

    In conversation Saturday, 15-Oct-2022 06:16:30 JST from ryanthomas.org permalink
  4. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Saturday, 15-Oct-2022 03:21:05 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason

    Thanks for following up

    psql pleroma psql (14.5 (Ubuntu 14.5-1.pgdg20.04+1)) Type "help" for help. pleroma=> select * from background_jobs; ERROR: relation "background_jobs" does not exist LINE 1: select * from background_jobs; ^

    I’m probably missing something obvious here?

    Also, I found a binary /opt/pleroma/lib/ecto_psql_extras-0.7.4/ebin/Elixir.EctoPSQLExtras.LongRunningQueries.beam but not sure what to do with it.

    In conversation Saturday, 15-Oct-2022 03:21:05 JST from ryanthomas.org permalink
  5. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Saturday, 15-Oct-2022 03:04:59 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    • ??? ???? ?????? :verified:

    Database is unfortunately grinding to a halt. It’s been inconsistently responsive since I migrated, mostly smooth, but today I’m getting gateway errors and slow ssh; rebooting seems to help for a few minutes.

    In conversation Saturday, 15-Oct-2022 03:04:59 JST from ryanthomas.org permalink
  6. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Saturday, 15-Oct-2022 03:04:57 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    • ??? ???? ?????? :verified:

    Memory usage looks higher than usual

    In conversation Saturday, 15-Oct-2022 03:04:57 JST from ryanthomas.org permalink
  7. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Friday, 14-Oct-2022 08:20:28 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    • ??? ???? ?????? :verified:

    You might also recall I had an issue with web push notifications on pleroma with soapbox-fe, for whatever reason. They are working now

    In conversation Friday, 14-Oct-2022 08:20:28 JST from ryanthomas.org permalink
  8. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Friday, 14-Oct-2022 08:15:14 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    • Alex Gleason

    Just installed and migrated to rebased with soapbox on Ubuntu 20.04.5 LTS.

    Didn’t bother backing up directories but did back up the db via:

    mkdir /opt/pleroma/backup sudo chown postgres backup sudo -Hu postgres pg_dump -d pleroma --format=custom -f /opt/pleroma/backup/pleroma.pgdump

    I otherwise followed @alex ‘s instructions linked below verbatim except that my mv command doesn’t seem to let me overwrite/merge folders even with -f and trailing /* on the source, so I used cp -r instead. Furthermore, instead of stopping and starting pleroma from /opt/pleroma/bin/pleroma_ctl stop/start as the pleroma user, I had to use sudo systemctl stop/start pleroma.

    Also, that the requisite version of postgresql is installed can be confirmed via apt show postgresql

    https://gitlab.com/-/snippets/2411739

    RT: https://ryanthomas.org/objects/5e3104c6-a3d0-43f5-bd9a-335e00de474d

    In conversation Friday, 14-Oct-2022 08:15:14 JST from ryanthomas.org permalink

    Attachments


  9. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Friday, 14-Oct-2022 03:21:12 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    @alex Trans or not, if someone outright asked me whether I thought they should "exist," my answer would be: How the hell should I know?
    In conversation Friday, 14-Oct-2022 03:21:12 JST from ryanthomas.org permalink
  10. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Thursday, 13-Oct-2022 06:06:52 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • King Henry VIII

    @GoodPerson I could be way off but I get the impression the Soapbox devs aren’t prioritizing the Pleroma backend anymore. I’ve bounced back and forth and landed on PleromaFE

    In conversation Thursday, 13-Oct-2022 06:06:52 JST from ryanthomas.org permalink
  11. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Thursday, 13-Oct-2022 06:06:51 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • King Henry VIII

    @GoodPerson Funny I thought Gleace was an SJW with a sense of humor. I completely missed this saga.

    I self-host native Pleroma and wondered if I should migrate to Rebased too but haven’t heard any reason to yet

    In conversation Thursday, 13-Oct-2022 06:06:51 JST from ryanthomas.org permalink
  12. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Thursday, 13-Oct-2022 06:06:44 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Fediverse Contractor
    • Derek
    • Josh Adams
    • King Henry VIII
    @GoodPerson @derek @bot @josh
    In conversation Thursday, 13-Oct-2022 06:06:44 JST from ryanthomas.org permalink

    Attachments


    1. https://ryanthomas.org/media/b2d02b78abd88045ecd45861ac593a7cd780beaabc1359ce3565c1c1a4e78173.gif
  13. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Tuesday, 11-Oct-2022 01:46:13 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason

    @alex Eh, it’s not like HDMI is deprecated, they can just plug in an external “smart” device like a TiVo or whatever the kids are overpaying for these days

    In conversation Tuesday, 11-Oct-2022 01:46:13 JST from ryanthomas.org permalink
  14. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Monday, 26-Sep-2022 11:09:54 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • anime graf mays ?️?
    • Alex Gleason
    Upgraded brave and started a clean browser profile, still no push notifications, although I did get the prompt to approve them.
    In conversation Monday, 26-Sep-2022 11:09:54 JST from ryanthomas.org permalink
  15. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Monday, 26-Sep-2022 11:09:53 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • anime graf mays ?️?
    • Alex Gleason
    • ??? ???? ?????? :verified:
    If I temporarily switch to /web/ to view the Mastodon FE that comes with Pleroma then browser notifications come through fine. Weird
    In conversation Monday, 26-Sep-2022 11:09:53 JST from ryanthomas.org permalink
  16. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Monday, 26-Sep-2022 05:47:12 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • Alex Gleason
    >curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/develop/download?job=build-production -o soapbox-fe.zip
    >Soapbox 3.0.0-e295279
    >Pleroma 2.4.3

    Browser notifications worked just fine on native pleroma FE, I don't think they ever worked on Soapbox but I'm not 100% sure of that
    In conversation Monday, 26-Sep-2022 05:47:12 JST from ryanthomas.org permalink

    Attachments



    1. https://ryanthomas.org/media/97ff7e8a14aac55e4fe1b7b7540cceb5cc89acfcf30d6c8514be0209892d2381.png
  17. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Monday, 26-Sep-2022 05:34:29 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    • Alex Gleason
    Soapbox FE does not display Web Push notifications for me despite the domain being whitelisted for them in the browser settings. Is this a bug? @alex
    In conversation Monday, 26-Sep-2022 05:34:29 JST from ryanthomas.org permalink
  18. Embed this notice
    ??? ???? ?????? :verified: (ryan@ryanthomas.org)'s status on Friday, 09-Sep-2022 11:20:32 JST ??? ???? ?????? :verified: ??? ???? ?????? :verified:
    in reply to
    • 『VRISKA』
    • Alex Gleason
    • Jade
    Congrats @disarray @alex ???????
    In conversation Friday, 09-Sep-2022 11:20:32 JST from ryanthomas.org permalink

User actions

    ??? ???? ?????? :verified:

    ??? ???? ?????? :verified:

    Linux, P2P, post-leftist anarcho-monarchist, Islamic esoterism, Traditionalist philosophy, Free Assange, No Agenda Knight. Fediverse since 2017anglais/français

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          9490
          Member since
          9 Sep 2022
          Notices
          18
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.