[09:09:13]
<inrepublica> Bonjour, est-ce que le yunorunner à un problème ?
[09:09:35]
<inrepublica> Aucun test depuis le 05/10 apparemment...
[10:04:36]
<Salamandar> > <@inrepublica:matrix.org> Aucun test depuis le 05/10 apparemment...
Salut, ya des jobs qui ont tourné aujourd'hui :)
[17:26:44]
<sa> Hi. I have installed Yunohost on a Proxmox LXC container. Everything seems ok but the following error:
DNS resolution seems to be working, but it looks like you're using a custom /etc/resolv.conf.
The file /etc/resolv.conf should be a symlink to /etc/resolvconf/run/resolv.conf itself pointing to 127.0.0.1 (dnsmasq). If you want to manually configure DNS resolvers, please edit /etc/resolv.dnsmasq.conf
[17:27:23]
<sa> When I go to /etc/resolvconf I cannot find any 'run' directory. What should I do?
[17:33:01]
<sa> # ls /etc/resolvconf/
interface-order resolv.conf.d update.d update-libc.d
[18:16:44]
<rodinux> It's a symbolic link
[18:17:10]
<rodinux> ```
ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Feb 11 2024 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
```
[18:18:24]
<rodinux> and the file is called `resolv.conf` but you should not edit him manually
[18:18:55]
<rodinux> do you used a vpn ?
[18:21:00]
<rodinux> or is it a vps with a cloud-init config ?
[18:33:27]
<rodinux> Ah ok, you haven't the folder `/etc/resolvconf/run/`
[18:36:54]
<sa> that's it, it's no there
[18:37:54]
<rodinux> try this `yunohost tools regen-conf dnsmasq --force`
[18:38:01]
<sa> I'm on an LXC container
[18:39:02]
<rodinux> If you xwant see the diff before `yunohost tools regen-conf dnsmasq -n -d`
[18:42:16]
<rodinux> You can also try
```
rm /etc/resolv.conf
ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf
```
[18:45:08]
<sa> > try this yunohost tools regen-conf dnsmasq --force
I have just tried. I still see no 'run' directory
[18:46:21]
<sa> I guess I will forget about this LXC container thing and willgo for a VM, I guess I will get into less trouble in the long term
[18:47:21]
<rodinux> look here, perhaps it help you https://forum.yunohost.org/t/dns-not-working-in-my-yunohost-inside-a-lxc-container/3362/19
[18:55:29]
<rodinux> well, I think also it should be more simple with a VM...
[19:08:09]
<rodinux> sa: you can also try a cloudinit image if you you're ok to test the Beta testing debian 12... https://forum.yunohost.org/t/beta-stage-testing-for-yunohost-12-0-bookworm-and-bullseye-bookworm-migration/30496/78
[19:10:36]
<sa>
> well, I think also it should be more simple with a VM...
Then I'll go for the VM. Thak you for your help!
[21:01:52]
<mcmic> https://github.com/YunoHost-Apps/transmission_ynh/issues/117 I asked this some time ago and never got an answer, does anyone know if the transmission upgrade with the RPC fix means reconfiguring other services using transmission?
[21:15:23]
<Salamandar> > <mcmic> https://github.com/YunoHost-Apps/transmission_ynh/issues/117 I asked this some time ago and never got an answer, does anyone know if the transmission upgrade with the RPC fix means reconfiguring other services using transmission?
Hi, sorry for the no reply.
I think the upgrade process is supposed to handle that. See
https://github.com/YunoHost-Apps/transmission_ynh/blob/11dfc79f6c2ae61938389866d8b25761080836c5/scripts/_common.sh#L37
[21:15:24]
<Salamandar> In any case, you can upgrade, check, and restore the pre-upgrade backup if required.