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 Nozamelon (nozaki@poa.st), page 2

  1. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 07:43:13 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason

    @alex Hi Alex, again thank you for your help. I confirmed via ‘asdf current’ that I am running the right version of erlang and elixir. I nuked the _build directory, and started to compile again and got some errors again.

    ===> Compiling _build/default/plugins/rebar3_archive_plugin/src/rebar3_archive_plugin.erl failed _build/default/plugins/aleppo/ebin/rebar3_archive_plugin.bea#:none: error writing file: permission denied

    _build/default/plugins/rebar3_archive_plugin/src/rebar3_archive_plugin.erl:27:1: Warning: missing specification for function do/1

    * (Mix) Could not compile dependency :accept, “/var/lib/pleroma/.asdf/installs/elixir/1.13/.mix/rebar3 bare compile –paths /opt/pleroma/_build/prod/lib//ebin” command failed. Errors may have been logged above. You can recompile this dependency with “mix deps.compile accept”, update it with “mix deps.update accept” or clean it with “mix deps.clean accept”

    Is this a permissions issue? I confirmed that pleroma owns everything in the /opt/pleroma directory.

    Thank you again for your assistance.

    In conversation Wednesday, 16-Nov-2022 07:43:13 JST from poa.st permalink
  2. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 04:33:21 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Sorry, I was following the steps in the fix I found from a year ago. My .tool-versions says:

    elixir 1.11
    erlang 23.3.4

    Should I change it to what you have in your link?
    In conversation Wednesday, 16-Nov-2022 04:33:21 JST from poa.st permalink
  3. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 04:18:14 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Thank you for your help. I got the same error.
    In conversation Wednesday, 16-Nov-2022 04:18:14 JST from poa.st permalink
  4. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 04:15:53 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    • Nozamelon
    @alex Got this error, did I not set up some of the fixes correctly?

    ** (Mix) Could not compile dependency :parse_trans, "/var/lib/pleroma/.asdf/installs/elixir/1.11/.mix/rebar3 bare compile --paths="/opt/pleroma/_build/prod/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile parse_trans", update it with "mix deps.update parse_trans" or clean it with "mix deps.clean parse_trans"
    In conversation Wednesday, 16-Nov-2022 04:15:53 JST from poa.st permalink
  5. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 03:54:46 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Thank you Alex, doing this now. And I guess I will update soapbox while I'm at it.
    In conversation Wednesday, 16-Nov-2022 03:54:46 JST from poa.st permalink
  6. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 03:52:40 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    • Nozamelon
    @alex Getting compilation issues again.

    09:57:40.061 [error] beam/beam_load.c(1879): Error loading module prometheus_htt p:
    This BEAM file was compiled for a later version of the run-time system than 23 .
    To fix this, please recompile this module with an 23 compiler.
    (Use of opcode 178; this emulator supports only up to 170.)

    In the comments of your code snippets, someone recommends deleting the _build directory and then trying it again. Should I try that?
    In conversation Wednesday, 16-Nov-2022 03:52:40 JST from poa.st permalink
  7. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 03:52:40 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Giving this a shot. Thank you Alex.
    In conversation Wednesday, 16-Nov-2022 03:52:40 JST from poa.st permalink
  8. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 02:49:42 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    • Nozamelon
    @alex Thank you for your patience, I everything has changed ownership to pleroma now, and I got a new error that is telling me I need to recompile some BEAM files with a 23 compiler.

    This is where I go back to your original fix right? Do I need to run these commands again?

    mix local.hex --force
    mix local.rebar --force
    mix deps.get
    MIX_ENV=prod mix compile
    In conversation Wednesday, 16-Nov-2022 02:49:42 JST from poa.st permalink
  9. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Wednesday, 16-Nov-2022 00:49:46 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Thank you Alex for your patience with someone who can't even use markdown properly.

    There are some that are owned by root. I'll change everything to pleroma and report back.
    In conversation Wednesday, 16-Nov-2022 00:49:46 JST from poa.st permalink
  10. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 15-Nov-2022 23:39:05 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason

    @alex Sorry I have a meeting to go to right now, I will get back to you in two hours. I appreciate your patience Alex. I will return soon. ‘’’ ** (File.Error) could not remove files and directories recursively from “/opt/pleroma/_build/prod/lib/captcha”: permission denied mix[273119]: (elixir 1.11.4) lib/file.ex:1291: File.rm_rf!/1 mix[273119]: (mix 1.11.4) lib/mix/tasks/deps.compile.ex:81: anonymous fn/4 in Mix.Tasks.Deps.Compile.compile/2 mix[273119]: (elixir 1.11.4) lib/enum.ex:1411: Enum.”-map/2-lists^map/1-0-“/2 mix[273119]: (mix 1.11.4) lib/mix/tasks/deps.compile.ex:79: Mix.Tasks.Deps.Compile.compile/2 mix[273119]: (mix 1.11.4) lib/mix/tasks/deps.loadpaths.ex:89: Mix.Tasks.Deps.Loadpaths.deps_check/2 mix[273119]: (mix 1.11.4) lib/mix/tasks/deps.loadpaths.ex:28: Mix.Tasks.Deps.Loadpaths.run/1 mix[273119]: (mix 1.11.4) lib/mix/task.ex:394: anonymous fn/3 in Mix.Task.run_task/3 mix[273119]: (mix 1.11.4) lib/mix/task.ex:437: Mix.Task.get_task_or_run/3 systemd[1]: pleroma.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: pleroma.service: Failed with result ‘exit-code’. ‘’’

    Thank you.

    In conversation Tuesday, 15-Nov-2022 23:39:05 JST from poa.st permalink
  11. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 15-Nov-2022 22:21:39 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex Yeah sorry. I just restarted it.
    In conversation Tuesday, 15-Nov-2022 22:21:39 JST from poa.st permalink
  12. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 15-Nov-2022 22:19:28 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason
    @alex There's nothing the logs from 1-2 hours ago. And everything in it without any time things on it is an [info] request.
    In conversation Tuesday, 15-Nov-2022 22:19:28 JST from poa.st permalink
  13. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 15-Nov-2022 22:12:35 JST Nozamelon Nozamelon
    in reply to
    • Alex Gleason

    @alex Should I just paste everything in here?

    In conversation Tuesday, 15-Nov-2022 22:12:35 JST from poa.st permalink
  14. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 15-Nov-2022 22:05:01 JST Nozamelon Nozamelon
    • Alex Gleason
    @alex I'm in the middle of updating my instance, and made the mistake of updating Elrang, which caused everything to crash. I found your fix on here: gitlab.com/-/snippets/2121092

    I finally didn't have any issues with the installation that I was getting before. I'm getting a new error when I checked the status of the pleroma service after finishing your guide.

    '''
    Active: failed (Result: exit-code) since Tue 2022-11-15 02:33:30 PST; 35s ago
    Process: 269338 ExecStart=/var/lib/pleroma/.asdf/shims/mix phx.server (code=exited, status=1/FAILURE)
    '''
    I had some issues with mix deps.get step, but I saw a comment further down that recommended deleting the _build directory and going through it again.

    When following your fix, I noticed that .tool-versions and pleroma.service were already updated, so I didn't make any changes to them other than confirming they were already fixed.

    I'm clueless when it comes to a lot of this stuff, so you require more information I'm happy to provide it. I've been digging around for a while online trying out different fixes, and I'm worried one of my attempts may have messed everything up. I tried a few things before I found your fix.

    Thank you.
    In conversation Tuesday, 15-Nov-2022 22:05:01 JST from poa.st permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: gitlab.com
      Pleroma: Switching to asdf ($2121092) · Snippets · Snippets · GitLab
      GitLab.com
  15. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Saturday, 17-Sep-2022 00:40:32 JST Nozamelon Nozamelon
    Today is the last day to join poa.st and get "Member since January 2021" in your profile. From now on, all accounts on here are newfags.
    In conversation Saturday, 17-Sep-2022 00:40:32 JST from poa.st permalink
  16. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 06-Sep-2022 01:21:57 JST Nozamelon Nozamelon
    This is the worst bio I've seen so far.
    In conversation Tuesday, 06-Sep-2022 01:21:57 JST from poa.st permalink

    Attachments


    1. https://i.poastcdn.org/9952f13da5f82d5aa1da0398e1e4d64ff46c2cbf322e48fa67fdefe0feac1fc7.png
  17. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 06-Sep-2022 00:01:44 JST Nozamelon Nozamelon
    in reply to
    • Ruina :gyate_tewi_run: :hamler:
    @ruina So true. Literal maggots.
    In conversation Tuesday, 06-Sep-2022 00:01:44 JST from poa.st permalink
  18. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Tuesday, 06-Sep-2022 00:01:39 JST Nozamelon Nozamelon
    Good morning, newfags fuck off.
    In conversation Tuesday, 06-Sep-2022 00:01:39 JST from poa.st permalink
  19. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Monday, 22-Aug-2022 00:04:44 JST Nozamelon Nozamelon
    in reply to
    • Serf
    @SerfnUSA Absolutely criminal. Do they generally not leave TL notes anymore or have they decreased?

    Localization will always attract low quality work because the good translators go into business translation where the pay is amazing. A lot of these entertainment companies are contract pay only so only people with mental illness get involved.
    In conversation Monday, 22-Aug-2022 00:04:44 JST from poa.st permalink
  20. Embed this notice
    Nozamelon (nozaki@poa.st)'s status on Monday, 22-Aug-2022 00:03:14 JST Nozamelon Nozamelon
    in reply to
    • Serf
    @SerfnUSA Haven't read it, but the series looked really cute. I wish there was a way to let nip authors know how the standards of localization have dropped so much. All these little concessions pile up and you get a work that has been dulled down to the safest, most bland version possible.
    In conversation Monday, 22-Aug-2022 00:03:14 JST from poa.st permalink
  • After
  • Before

User actions

    Nozamelon

    Nozamelon

    夫婦間の強姦は合法にすべき。

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          5026
          Member since
          13 Aug 2022
          Notices
          44
          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.