Avatar

cablepick

cablepick@lemmy.cablepick.net
Joined
0 posts • 53 comments

I’ve been doing things the wrong way for a long time and now it’s time to pass my incompetence onto others.

Direct message

From google images it looks like this PSU has an IEC C20 male connector on it meaning you would need an IEC C19 end on your cable. C19/20 is a higher amperage version of C13/14 which is what could be considered standard on a normal consumer PSU. Google C19 to whatever plug your 220v outlet needs and you should find the appropriate cable.

permalink
report
reply

I’ve found the solution to this problem is to not have friends.

permalink
report
parent
reply

The lemmy user in the database needs superuser privilages. Add superuser to the lemmy account, drop the database, and then recreate it.

sudo -iu postgres psql -c "ALTER USER lemmy WITH SUPERUSER;"
sudo -iu postgres psql -c "DROP DATABASE lemmy;"
sudo -iu postgres psql -c "CREATE DATABASE lemmy WITH OWNER lemmy;"

Edit: they may have fixed this but I’m not sure what version it’s in. Let me know if that doesn’t work. https://github.com/LemmyNet/lemmy/pull/3002

permalink
report
reply

It allows for different hashes on the front end so individual users can still delete their upload. The sled database maps front end to back end hashes. At least this is what I read from the developer in their matrix chat room.

permalink
report
parent
reply

If you use a local postfix relay it should queue messages and retry to send on failures.

permalink
report
reply