ubergeek77

Results 61 comments of ubergeek77

That error output from your first comment caught my eye: `Out of space? Out of inodes?` I'm not aware of this, but is there a limit on the number of...

[Devil's advocate, if you wanted to be extra sure about that inode thing](https://serverfault.com/questions/104986/what-is-the-maximum-number-of-files-a-file-system-can-contain)

Would definitely love to see this. Besides the convenience of linking new services, this would also serve another purpose due to a quirk in runit - if you ***add*** a...

And postfix was working on your previous host before this config change? It's possible that the postfix image slightly changed behavior, and doesn't interpret a blank password as an anonymous...

The upcoming release of Lemmy-Easy-Deploy, I now [drop the username and password fields if they are blank](https://github.com/ubergeek77/Lemmy-Easy-Deploy/blob/f9d9c827c9ee6103391109d901750edb544030e9/deploy.sh#L1624-L1632). Thanks for the report!

Unfortunately, I can't reproduce this issue. Do you have enough disk space? I've just pushed an update to Lemmy-Easy-Deploy that updates pictrs to `0.4.7`. This update would also update you...

I was able to reproduce this issue, but unfortunately, I can't fix this issue for you. This seems to be an issue with the `pictrs` container, and even further, with...

I tried to build this for you on ARM, but unfortunately I get this compile error: ```rust error[E0425]: cannot find function `is_target_installer` in this scope --> tango/src/updater.rs:350:66 | 350 |...

Thanks so much for developing this! I know it's been a while, and this is still in development, but I really needed this feature quickly, so I gave this PR...