[bug] ./bin/pleroma daemon results sed error #445
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#445
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
OTP
Extra details
Debian 11 with Yunohost (akkoma itself is not installed using yunohost)
Version
OTP amd64 flavour
PostgreSQL version
15.1
What were you trying to do?
I'm following OTP installation guide. I tried to run below to test my installation.
What did you expect to happen?
akkoma runs fine
What actually happened?
sed: -e expression #1, char 25: inappropriate comparison character
Logs
No response
Severity
I cannot use the software
Have you searched for this issue?
sed -e
is not used in any of akkoma, check that this isn't run by any of your setupI looked a bit, and turns out below code is causing error.
It's from
/opt/akkoma/releases/3.5.0-0-gd9508474b/elixir
i say
your setup
because you're running in an unusual environmentrunning in a debian 11 docker container does not throw that issue, so check that everything is up to date and such
echo "test" | sed 's/[^a-zA-Z0-9_\-\/]/\\&/g'
at non root user - works fineecho "test" | sed 's/[^a-zA-Z0-9_\-\/]/\\&/g'
at root user - errorsStill not sure what's causing this, but clearly this is not akkoma's issue. Closing but I'll keep updating about this.
I think this is related to this issue in Elixir which was fixed last week:
https://github.com/elixir-lang/elixir/issues/12345
interesting! thanks
lemme see if there's a builder image out for it
nah sadly no release as yet, will update when we can
For now, Installing pleroma first and update to akkoma just works fine with Yunohost.