[01:02:46]
<Hook> Well, that’s not cool. It seems one of the (new!) drives they sold me is defect. Neither my server detects it nor my brother’s PC. Won’t even boot with it in it.
[15:13:35]
<Salamandar> Hmmmm clicking on the save button on tools -> yunohost settings -> "autre" (misc?) gives that
[15:13:38]
<Salamandar> ```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 479, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 561, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/log.py", line 483, in func_wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/settings.py", line 102, in settings_set
return settings.set(key, value, args, args_file, operation_logger=operation_logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py", line 577, in set
self.form = self._ask(
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py", line 855, in _ask
) or not section.is_visible(context):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py", line 169, in is_visible
return evaluate_simple_js_expression(self.visible, context=context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/form.py", line 216, in evaluate_simple_js_expression
return evaluate_simple_ast(node, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/form.py", line 104, in evaluate_simple_ast
return context[node.id]
~~~~~~~^^^^^^^^^
KeyError: 'security_experimental_enabled'
```
[15:13:41]
<Salamandar> :'(
[15:13:58]
<Salamandar> the security tab does not give this error
[16:49:23]
<chatpitaine> Salut la room,
J'ai pu procéder à la migration de mes Yunohost dans un container Proxmox sur HP Proliant et sur un RPI4B.
J'ai pu également faire la migration sur mon RPI4B principal, par contre j'ai rencontré un souci avec PostgressSQL. Problème que j'ai pu solutioner en ajoutant les paquets suivants avant de relancer la migration Postgress :
`apt install postgresql-15-postgis-3 postgresql-15-postgis-3-scripts`
comme indiqué sur le forum : https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673/126
Tout est excellent et merci pour cet énorme boulot à tou.te.s
[16:52:09]
<chatpitaine> Par contre, j'ai perdu mon serveur Synapse, il refuse de redémarrer et au démarrage, il crie ceci :
`/opt/yunohost/matrix-synapse/bin/python: Error while finding module specification for 'synapse.app.homeserver' (ModuleNotFoundError: No module named 'synapse')`
[16:52:38]
<chatpitaine> Je suis sur mon compte matrix de secours et sur Cinny actuellement (moins l'habitude que Element).
[16:55:17]
<Aleks (he/him/il/lui)> naivement il faut faire un force-upgrade de l'app pour regen le virtualenv python pour qu'il soit d'équerre
[16:55:29]
<Aleks (he/him/il/lui)> `yunohost app upgrade synapse --force`
[16:57:25]
<chatpitaine> Merci @Alekswag:matrix.org J'étais hésitant parce que en faisant cela sur mon appli bridge mautrix_telegram, ça a planté, supprimé l'app et impossible de restaurer ma sauvegarde. Mais j'avais fait l'upgrade avant d'avoir réussi à migrer PostgreSQL
[17:24:06]
<Aleks (he/him/il/lui)> Zblerg
[17:39:04]
<Chatpitaine Caverne> Aleks (he/him/il/lui): C'est bon, Synapse est reparti. Merci beaucoup. Vais voir si j'arrive à restaurer mon bridge, sinon, faudra que je ré-installe et paramètre.
Vais updater Funkwhale aussi, je pense que son souci vient de là également.
Reminder for the room : https://donate.yunohost.org/
[19:11:22]
<Hook> So, does `yunohost backup` also re-create users with their passwords etc?
[19:13:49]
<tituspijean> Yes.
[19:14:27]
<Hook> Awesome.
[19:25:31]
<Hook> So migrating from one disk (SDD1 )to another (HDD2) on the same server, would go like:
1) yunohost backup everything to HDD1 (a spare HDD already mounted for backup purposes)
2) install yunohost on HDD2 and set the partitions the way I want
3) set up grub on HDD2
4) boot new yunohost from HDD2 and restore the full yunohost backup from HDD1
5) win!?
[21:00:18]
<Hook> During making of the backup I got the warning that:
> Source path '' does not exist
[21:18:15]
<orhtej2> > <@silverhook:matrix.org> During making of the backup I got the warning that:
> > Source path '' does not exist
which app
[21:31:29]
<Hook> > which app
From the WebUI I _think_ it was Wireguard.
[21:31:32]
<Hook> YNH 11
[21:31:56]
<orhtej2> there's a log avaliable under tools->logs, why don't you share it via yunopaste?
[21:33:37]
<Hook> I got a 504 gateway timeout on the backup, but on `htop` I still see `yunohost-api` going. I guess this means only the web part timed out, but the backup is still underway?
[21:34:33]
<Chatpitaine Caverne> Indeed, for long operations, this happen often. No worries the API is still doing the job.
[21:41:19]
<Hook> > there's a log avaliable under tools->logs, why don't you share it via yunopaste?
https://paste.yunohost.org/raw/dunutidivu
[21:58:08]
<orhtej2> > <@silverhook:matrix.org> https://paste.yunohost.org/raw/dunutidivu
it's [this one](https://github.com/YunoHost-Apps/wireguard_ynh/blob/3b6c3710d0f1cb3ab3ea71badf4afd4a9f6fca1e/scripts/backup#L48), I think that's OK
[21:58:08]
<Hook> I also did not manage to get WireGuard to work properly, so even if that one is missing, it’s nothing too bad. But for someone else, it might matter if that’s a bug.
[22:40:14]
<Hook> Can I install Yunohost (to HHD2) from Yunohost (on SSD1) on the same machine? Or do I need to boot from an install USB?
[22:40:44]
<Hook> It’d be pretty useful to just trigger the installer from the existing install (yes, not very common use case, I know).
[23:00:16]
<orhtej2> > <@silverhook:matrix.org> Can I install Yunohost (to HHD2) from Yunohost (on SSD1) on the same machine? Or do I need to boot from an install USB?
`chroot` probably? 🤷
[23:13:56]
<Hook> > chroot probably? 🤷
At some point, yes, but I first need to trigger the installer and put the system on the HDD2.
[23:14:19]
<Hook> Perhaps easiest, if I really just go the USB way, while I’m in the same room as the server.
[23:29:24]
<Hook> I’m currently on 11.3.02, so if I want to install that on the new disk, I need to dowload the 11.2 ISO and then update it, before restoring the backup?
[23:29:40]
<Aleks (he/him/il/lui)> you can restore an 11.x backup on yunohost 12.x
[23:38:43]
<Hook> > <@Alekswag:matrix.org> you can restore an 11.x backup on yunohost 12.x
I worry about the XMPP set-up.
[23:39:47]
<Hook> I don’t have anything too fancy set up really, just a few users on a non-default domain and biboumi.