[03:14:57]
<tituspijean> > Hi,
> I encounter the issue that whenever I'm connected to the internet with a VPN (ProtonVPN) I cannot reach my YNH server hosted on a VPS (neither the YNH portal nor any of the hosted apps). It seems like my server is blocking incoming requests from a VPN. How can I troubleshoot and fix this? Thanks 🙏
Have you checked the troubleshooting documentation? Notably, can you connect through SSH?
https://yunohost.org/en/noaccess#you-have-access-via-ssh-b
[03:19:55]
<tituspijean> > <Buster Keaton> Have any of you faced problems connecting to Jellyfin server on Yunhost from an android phone?
You should not ask your questions as a poll, it's more efficient to present the facts and give details. 😉
(https://yunohost.org/en/asking_for_help_efficiently#do-not-be-vague)
[03:21:22]
<tituspijean> Buster Keaton: i feel that you need to resolve your port opening issues first of all. Most apps, if not all, will depend on that.
[03:22:35]
<tituspijean> Can you give more details on your setup? Router? ISP? Screenshot of the port forwarding?
[04:11:39]
<3dart> > <@3dart:matrix.org> Hello,
> i hope you guys are doing well.
> I have two yunohost instance with the same version. one of them showing following errors/warnings while check for update.
> Do you have any idea what to do?
>
> ```
> Fetching available upgrades for system packages…
> W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/extra_php_version.list:1 and /etc/apt/sources.list.d/php.list:1
> Something went wrong while updating the cache of APT (Debian's package manager). Here is a dump of the sources.list lines, which might help identify problematic lines:
> sources.list:deb http://ftp.debian.org/debian bullseye main contrib
> sources.list:deb-src http://ftp.debian.org/debian bullseye main contrib
> sources.list:deb http://forge.yunohost.org/debian/ bullseye stable
> sources.list:deb http://security.debian.org/debian-security bullseye-security main contrib non-free
> sources.list:deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
> sources.list:deb http://ftp.debian.org/debian bullseye-updates main contrib non-free
> sources.list:deb-src http://ftp.debian.org/debian bullseye-updates main contrib non-free
> sources.list.d/php.list:deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ bullseye main
> sources.list.d/extra_php_version.list:deb https://packages.sury.org/php/ bullseye main
> Updating application catalog…
> The application catalog has been updated!
> Nothing to do. Everything is already up-to-date.
> ```
tituspijean: you are helping people. can i get some help on this too?
[04:19:33]
<tituspijean> @3dart:matrix.org: sure. `sudo mv /etc/apt/sources.list.d/php.list{,.bak}`
That's a quick fix without trying to know how you got that php.list file.
Try updating again, the warnings should be gone.
[04:19:33]
<tituspijean> @3dart:matrix.org: sure. sudo mv /etc/apt/sources.list.d/php.list{,.bak}
That's a quick fix without trying to know how you got that php.list file.
Try updating again, the warnings should be gone.
[04:45:12]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22.
so where is thise comong?
Log says this.
````admin@adiserver:~$
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44```
````
[04:45:59]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22. So, nothing from outside maybe.
so where is these coming?
Log says this:
````admin@adiserver:~$
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44```
````
[04:46:48]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22. So, nothing from outside maybe.
so where is these coming?
Log says this:
````admin@internalserver:~$ sudo tail /var/log/fail2ban.log
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44
````
[04:47:10]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22. So, nothing from outside maybe.
so where is these coming?
Log says this:
```
admin@internalserver:~$ sudo tail /var/log/fail2ban.log
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44
```
[04:47:20]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22. So, nothing from outside maybe.
so where is these coming?
Log says this:
```
admin@internalserver:~$ sudo tail /var/log/fail2ban.log
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44
```
[04:47:37]
<3dart> Another issue on my other instance of yunohost but not the above one!
Diagnostics says:
` There's been a suspiciously high number of authentication failures recently. You may want to make sure that fail2ban is running and is correctly configured, or use a custom port for SSH as explained in https://yunohost.org/security.`
But my yunohost is behind a mikrotik via portforwarding. i didnt forward port for 22. So, nothing from outside maybe.
so where is these coming?
Log says this:
```
admin@adiserver:~$ sudo tail /var/log/fail2ban.log
[sudo] password for admin:
2024-07-15 10:36:57,442 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for put: [Errno -5] No address associated with hostname
2024-07-15 10:36:59,099 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for than: [Errno -5] No address associated with hostname
2024-07-15 10:37:00,755 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for separated: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,141 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for by: [Errno -5] No address associated with hostname
2024-07-15 10:37:01,513 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for space): [Errno -2] Name or service not known
2024-07-15 10:37:01,893 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for that: [Errno -5] No address associated with hostname
2024-07-15 10:37:07,649 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for want: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,057 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for to: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,930 fail2ban.ipdns [130820]: WARNING Unable to find a corresponding IP address for whitelist: [Errno -5] No address associated with hostname
2024-07-15 10:37:08,931 fail2ban.filter [130820]: INFO [pam-generic] Found 192.168.4.102 - 2024-07-15 10:36:44
```
[04:58:19]
<tituspijean> 3dart: it looks like a bad parsing of an error log:
```
Unable to find a corresponding IP address for want
```
That last word changes on every instance of the error, making it look like Fail2ban is parsing a full sentence.
[04:59:34]
<tituspijean> So I would ignore it for the time being, but I am curious which log F2B is looking at.
[05:01:13]
<3dart> as im not a technical guy, i dont understand.
i have a very basic understanding only.
[05:02:01]
<3dart> > <@titus:pijean.ovh> So I would ignore it for the time being, but I am curious which log F2B is looking at.
So, let know how to proceed with your curiosity.
[05:02:32]
<tituspijean> I will delve into that later, I am off to work.
[05:02:46]
<3dart> Also, will it be a good idea to change the ssh port now?
[05:04:36]
<tituspijean> Whenever you want, though if you do not want to portforward it, it is not a priority
[05:16:14]
<Buster Keaton> >> <Buster Keaton> Have any of you faced problems connecting to Jellyfin server on Yunhost from an android phone?
>
> You should not ask your questions as a poll, it's more efficient to present the facts and give details. 😉
> (https://yunohost.org/en/asking_for_help_efficiently#do-not-be-vague)
Yup understood. Sorry.
[05:16:30]
<Buster Keaton> > Buster Keaton: i feel that you need to resolve your port opening issues first of all. Most apps, if not all, will depend on that.
Yeah, i will do that.
[16:15:42]
<djangz> > <@djungle:matrix.org> Ok, confirming I’m still on bullseye
Would it be safe to just remove the lines with `bullseye-backports`?
[17:33:00]
<phinero> Folks, is it already Debian 12 compatible?
[17:55:12]
<Aleks (he/him/il/lui)> https://forum.yunohost.org/t/alpha-stage-testing-for-yunohost-12-0-on-debian-bookworm-but-not-yet-for-the-bullseye-bookworm-migration/28188
[17:57:46]
<retiolus> > <@Alekswag:matrix.org> `yunohost firewall reload`
Est-qu'il y a un service "iptables" ou ça focntionne comment ?
J'ai fais un yunohost firewall reload, ce qui a bien reload le service, mais je peu toujours pas ping la raspberry, connecter par ssh ou autre...
[17:59:49]
<Aleks (he/him/il/lui)> concrètement yunohost firewall reload régénère juste les règles iptables, oui
[18:00:14]
<Aleks (he/him/il/lui)> >je peu toujours pas ping la raspberry, connecter par ssh ou autre...
si tu "peux pas" alors qu'est-ce que ça fait concrètement quand tu essaies ...
[18:06:51]
<retiolus> rien, pas de réponse
[18:06:57]
<retiolus> timeout pour le ssh
[18:13:16]
<Aleks (he/him/il/lui)> tu peux partager tes règles iptables avec `iptables-save | yunopaste` ? Je m'attends pas à un truc extraodinaire mais bon on sais jamais
[18:15:47]
<retiolus> je ne suis plus chez moi, je fais ça quand je pourrais, merci Aleks (he/him/il/lui)
[19:51:49]
<M1k3> Bonsoir, savez-vous si l'application Piwigo va être maintenue sur YNH ?
[20:02:30]
<Aleks (he/him/il/lui)> Si il y a des gens pour la tester et la debugger, oui