Tuesday, February 20, 2024
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
29
     
             

[03:55:30] <rolders23> Hi - I’m here to request some help!
[03:55:53] <rolders23> I’ve got a yunohost deployment with three domain names, and three instances of wordpress.
[03:56:23] <rolders23> One of the three domain names haas problems with renewing the LetsEncrypt certificate. The other two are fine.
[03:57:10] <rolders23> I’ve generated a log file with the LetsEncrypt errors, would appreciate if someone could have a look and give me some ideas on how to fix this.
[03:57:11] <rolders23> https://paste.yunohost.org/raw/ocolupiraw
[04:23:45] <Matthew Douglas> rolders23: New to yunohost but I had 2 issues with DNS. 1: I didnt point the A record in my DNS back to the proper subdomain and 2: Didnt resolve all of the issues in the diagnosis page in the webadmin section.
[04:56:54] <rolders23> Thanks @speygee35:matrix.org I've run the diagnosis and the DNS records are consistent across three domains, yet this issue with the letscertificate is only happening on one domain.
[04:57:16] <rolders23> Not sure where to proceed with troubleshooting, and I don’t understand the log file 😂
[08:20:44] <Chatpitaine Caverne> rolders23: I found this on this forum : https://forum.yunohost.org/t/certificate-renewing-attempt-failed/25649
[10:16:54] <rolders23> > <@chatpitaine:cirkau.art> rolders23: I found this on this forum : https://forum.yunohost.org/t/certificate-renewing-attempt-failed/25649

Thanks - will check it out. I saw a few different descriptions of what might cause this and most were linked to DNS, which I think I have ruled out in my case. Will try your suggestion.
[10:27:22] <Chatpitaine Caverne> > <@rolders23:matrix.org> Thanks - will check it out. I saw a few different descriptions of what might cause this and most were linked to DNS, which I think I have ruled out in my case. Will try your suggestion.

Indded, and putting that in the hosts replaces DNS resolution.
[12:08:14] <ben> Anyone here running any containers (Docker) on the Yunohost server? I was wondering if there is any major problems. Looking into this for some old projects that I need to migrate to a new server and the Yunohost server is still mostly idle, so that might be some way to get those migrated.
Some things are running in Docker anyway, so it would be easier to migrate them as docker services.

Maybe open a thread.
[12:19:52] <Salamandar> Hi, there are no blockers for docker :)
[12:20:11] <Salamandar> it's a standard debian install so if you want to run docker alongside your standard yunohost apps, it's fine
[12:20:34] <Salamandar> you might want to use the redirect apps as proxies to expose your docker http ports to the outside
[14:39:37] <ben> > <@Salamandar:matrix.org> you might want to use the redirect apps as proxies to expose your docker http ports to the outside

Yes, was thinking to use the reverse proxy.
[15:15:06] <troep_li> Hi together
[15:15:37] <troep_li> I have a Problem updating Nextcloud in my yunohost.
[15:18:23] <troep_li> https://paste.yunohost.org/raw/esonavobuj
[16:21:34] <Salamandar> hi
[16:21:36] <Salamandar> > 2024-02-20 16:16:59,757: WARNING - Source path '/etc/nginx/conf.d/maindomain.tld.d/nextcloud.conf' does not exist
[16:21:45] <Salamandar> that's kinda weird indeed…
[17:23:12] <Matthew Douglas> > <@rolders23:matrix.org> Not sure where to proceed with troubleshooting, and I don’t understand the log file 😂

Same
[17:44:56] <Tag> rolders23: Your DNS zone is properly configured ? Can you run `curl http://domain3.tld/.well-known/acme-challenge/6mnM8Hg-UPsmYLreqOqhJBsfptfy7SNy-1z-9UrOhK8` from your server cli ? Should return a 404 or something
[18:01:54] <phinero> Guys, how to fix it https://paste.yunohost.org/zupikobewa.yaml
Have this issue on both servers.
[18:37:36] <Salamandar> > <@troep_li:matrix.org> I have a Problem updating Nextcloud in my yunohost.

does you nextcloud work properly ?
[18:38:10] <Salamandar> if yes, can you run `find /etc/nginx/conf.d -name nextcloud.conf` and paste the results ?
[21:48:52] <Manuel Leduc> Hi there,
I have an bit of an issue with my yunohost instance. Http requests targeting my server (https://mleduc.xyz/) are timeouting.
I did a bit an research and afaics it is not a DNS issue as nslookup (or ping) is returning the right IP address.
The odd thing is, I was expecting to see some error logs (`tail -fn0 /var/log/nginx/*`), but the http request is not visible there.
Are you aware of something that would be intercepting the http requests?
Note: The only thing is recall doing is upgrading my matomo install, but I wasn't really paying attention when doing it as it's usually upgrading smoothly
[21:59:38] <Manuel Leduc> > <@manuel_leduc:matrix.org> Hi there,
> I have an bit of an issue with my yunohost instance. Http requests targeting my server (https://mleduc.xyz/) are timeouting.
> I did a bit an research and afaics it is not a DNS issue as nslookup (or ping) is returning the right IP address.
> The odd thing is, I was expecting to see some error logs (`tail -fn0 /var/log/nginx/*`), but the http request is not visible there.
> Are you aware of something that would be intercepting the http requests?
> Note: The only thing is recall doing is upgrading my matomo install, but I wasn't really paying attention when doing it as it's usually upgrading smoothly

Also, running `curl -XGET https://mleduc.xyz` when connected to the server using ssh returns the expected result.
[22:13:25] <Josué> > <@manuel_leduc:matrix.org> Hi there,
> I have an bit of an issue with my yunohost instance. Http requests targeting my server (https://mleduc.xyz/) are timeouting.
> I did a bit an research and afaics it is not a DNS issue as nslookup (or ping) is returning the right IP address.
> The odd thing is, I was expecting to see some error logs (`tail -fn0 /var/log/nginx/*`), but the http request is not visible there.
> Are you aware of something that would be intercepting the http requests?
> Note: The only thing is recall doing is upgrading my matomo install, but I wasn't really paying attention when doing it as it's usually upgrading smoothly

Hello,
Maybe it's a network issue on your side as it work well on my side
[22:14:07] <Manuel Leduc> Hi Josué, nice to soo you here too :)
[22:14:33] <Manuel Leduc> wow ok
[22:14:57] <Manuel Leduc> Indeed I've tried using my smartphone without being connected to my wifi and it's working well
[22:15:26] <Manuel Leduc> So might be an issue with my internet provider I guess.
[22:16:04] <Manuel Leduc> I'll sleep better knowing that.
[22:16:12] <Josué> You can try a traceroute maybe like `traceroute -T -p 443`