Sunday, February 15, 2026
support@conference.yunohost.org
February
Mon Tue Wed Thu Fri Sat Sun
            1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
             

[02:21:21] <klymilark> Anyone else having issues with the Friendica worker not starting after this update/know how to fix it?
[02:23:44] <DJ Chase (fae/faer)> hello again
[02:23:48] <DJ Chase (fae/faer)> very weird issue once again lmao
[02:24:06] <trendless> updating to 2026.01~ynh3 from another 2026.01 or from 2024.12-1?
[02:24:18] <DJ Chase (fae/faer)> so the main domain (u9.tel) keeps timing out, but i can ssh into it and i'm on cinny.u9.tel right now and it's working fine
[02:25:32] <klymilark> Believe it was from the 2024.12 one
[02:25:36] <DJ Chase (fae/faer)> `/var/log/yunohost/yunohost-cli.log` and `/var/log/syslog` don't show anything wrong, and `yunohost diagnosis {run,show}` just tells me that it can't determine web availability because it's timing out
[02:28:05] <trendless> anything in the app or systemd logs? Can also try running daemon directly from the app's shell, see if it throws any errors
[02:32:20] <DJ Chase (fae/faer)> it also doesn't appear to be a resources issue
[02:32:24] <DJ Chase (fae/faer)> https://aria.im/_bifrost/v1/media/download/AWtJsquxvO4TWFFQQVvvU2MwQ3N19jZnIZ5djA6MOD-xWqHd1ADAIuQdIt4nf4chIeoYBgp7_qN6oWjLtg68Ro5CecZEq6WAAHJpb3QuZmlyZWNoaWNrZW4ubmV0L1NiZnJNU1RiaVViQVRUQ2FKS2tPeEVPWg
[02:33:26] <klymilark> > anything in the app or systemd logs? Can also try running daemon directly from the app's shell, see if it throws any errors

There was a permission denied error on a maildrop line, followed by repeated started and stopping of the daemon for a few hours (can't get the logs to share via yunopaste). Running the daemon from the app's shell spits back that friendica isn't installed properly yet (it did that before the update, too)
[02:38:31] <klymilark> https://xmpp-upload.fallcounty.omg.lol/upload/HpNvZFS1FmsRcS9TRbQ1c8rE/zb2rhjyND9UVFdPAx5idzjCHRwXrvoFuzNdEXdoTkNBFkUXzU.png
[02:38:38] <klymilark> That's what journalctl is giving
[02:51:31] <trendless> I've seen that before, though not recently.
[02:56:38] <DJ Chase (fae/faer)> nginx is also alive
[02:57:09] <DJ Chase (fae/faer)> i've also verified it's not a firewall issue
[02:57:29] <DJ Chase (fae/faer)> i can connect but nothing responds on 443 or 80
[03:00:30] <klymilark> Gonna try to restore from a backup and see if that helps
[03:01:29] <trendless> sure. It feels like some of the commands in the upgrade didn't run
[03:02:03] <trendless> I've a couple more you can try from the shell
[03:06:55] <klymilark> Sure, send 'em over and I'll run them once it's restored, it's taking its time xD
[03:14:42] <DJ Chase (fae/faer)> my friends helped me determine this is the cause: https://github.com/slact/nchan/issues/446
[03:21:38] <DJ Chase (fae/faer)> does yunohost need nchan?
[03:21:53] <DJ Chase (fae/faer)> because it looks like the solution is to disable the module
[04:47:46] <Solrac> Hello. I have a question; in regards to the SparkyFitness app... Has anyone figured out how to get in? Like, Registration _and_ Login always return an error, freshly installed. But I see no bug report in the repo.
[04:48:16] <Solrac> Im wondering if I'm the only one with this issue or if someone else has had it too, because if so; I'll gladly make a bug report
[07:31:11] <Thomas> IIRC you have to create an account with the email address of the admin you've chosen at install
[13:15:56] <orage> How can I resolve these Warnings I get when a practice my updates ?


W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 62D54FD4003F6525

W: Some index files failed to download. They have been ignored, or old ones used instead.


[13:17:57] <orhtej2> > <@orage:sans-nuage.fr> How can I resolve these Warnings I get when a practice my updates ?
>
>
> W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 62D54FD4003F6525
>
> W: Some index files failed to download. They have been ignored, or old ones used instead.
>
>

`curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/yarn.gpg > /dev/null`
[18:55:48] <orage> Thanks. I have the same problem whit this repository error: https://packages.sury.org/php bookworm
[19:12:13] <FbIN> > Thanks. I have the same problem whit this repository error: https://packages.sury.org/php bookworm

https://forum.yunohost.org/t/php-repo-key-expired-solved/41499
[19:17:55] <Basti | faus136> Hello there. Like probably many, I am here because I f*d up. I tried to change my default shell on my yunohost machine (selfhosted at home) from bash to zsh. The command from zsh install docs didn't work, so I tried setting the shell for my admin user in /etc/passwd. I think I must have corrupted the file or something cause now when I try to connect via SSH, I am always prompted to login with password (before i verified with keypair) and I enter the correct passwort but get denied. Now the real mess is: same with root-user :// I can login to the web admin just fine, but I can't fix the /etc/passwd there, no? Any help is greatly appreciated, thank you for YunoHost
[19:41:18] <Basti | faus136> > <@faus136:fau.org> Hello there. Like probably many, I am here because I f*d up. I tried to change my default shell on my yunohost machine (selfhosted at home) from bash to zsh. The command from zsh install docs didn't work, so I tried setting the shell for my admin user in /etc/passwd. I think I must have corrupted the file or something cause now when I try to connect via SSH, I am always prompted to login with password (before i verified with keypair) and I enter the correct passwort but get denied. Now the real mess is: same with root-user :// I can login to the web admin just fine, but I can't fix the /etc/passwd there, no? Any help is greatly appreciated, thank you for YunoHost

I was able to fix it by physically connecting to the machine and rebooting it with my monitor and inputs connected. Could login as root and fix /etc/passwd file. Phew. Was sweating there for a bit
[21:40:08] <Solrac> Just Re-Installed and Tried, and nope. Not even magic link works
[21:41:31] <Solrac> and sadly, this isn't visible in the initial installation config page
[22:56:33] <naitx> Hi everyone, I’m new to YunoHost and I’m a bit stuck with the setup:

I want to send only system notifications via postfix + external smtp-relay (mailbox.org), no incoming mail. TLS works, but test emails fail because they’re sent from the local system address instead of my mailbox.org account.

How can I set the envelope sender correctly for an external SMTP relay that enforces sender ownership?
[23:16:24] <chatpitaine> @naitx:nope.chatmaybe here : https://doc.yunohost.org/en/admin/tutorials/email_configure_relay/