[10:52:04]
<selfhoster1312> hmmmm
[10:52:21]
<selfhoster1312> ```
Traceback (most recent call last):
File "/usr/lib/python3.11/logging/config.py", line 562, in configure
handler = self.configure_handler(handlers[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/logging/config.py", line 747, in configure_handler
result = factory(**kwargs)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/logging/__init__.py", line 1181, in __init__
StreamHandler.__init__(self, self._open())
^^^^^^^^^^^^
File "/usr/lib/python3.11/logging/__init__.py", line 1213, in _open
return open_func(self.baseFilename, self.mode,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/log/yunohost/yunohost-cli.log'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/bin/yunohost", line 77, in <module>
yunohost.cli(
File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 35, in cli
init_logging(interface="cli", debug=debug, quiet=quiet)
File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 194, in init_logging
configure_logging(logging_configuration)
File "/usr/lib/python3/dist-packages/moulinette/utils/log.py", line 66, in configure_logging
dictConfig(logging_config)
File "/usr/lib/python3.11/logging/config.py", line 812, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python3.11/logging/config.py", line 569, in configure
raise ValueError('Unable to configure handler '
ValueError: Unable to configure handler 'file'
```
[10:52:24]
<selfhoster1312> on branch bookworm
[10:52:43]
<selfhoster1312> ```
root@booktest:~# ls -alh /var/log/yunohost/
total 1.2M
drwxr-x--- 1 root root 4.0K Jun 2 10:51 .
drwxr-xr-x 1 root root 4.0K Jun 2 00:00 ..
drwxr-xr-x 1 root root 4.0K May 27 17:08 operations
-rw-r--r-- 1 root root 549 May 27 17:01 yunohost-api.log.1
-rw-r--r-- 1 root root 1.2M Jun 1 20:19 yunohost-cli.log.1
```
[10:53:01]
<selfhoster1312> so it was cycled to .log.1 and now all yunohost operations fail? oO
[10:53:57]
<selfhoster1312> strange let me try reboot
[10:57:09]
<selfhoster1312> working now 🤷♀️️
[12:58:12]
<tituspijean> Looking at the failing `n` autoupdates (https://github.com/YunoHost/yunohost/actions/runs/9335845894/job/25695709394) since the `helpers` directory got reorganized, should we:
1. have the `vendor` directory at `helpers/vendor`, assuming the `n` and `docker-image-extract` utilities will work whatever helpers version we use
2. or have one `vendor` directory per helper version, like we have now with `helpers/helpers.v1.d/vendor` and `helpers/helpers.v2.d/vendor` ? and tweak the autoupdater update them individually, or stop updating the older versions?
[13:05:06]
<Aleks (he/him/il/lui)> Meh yeah idk i think there's nom point having multiple versions, we can probably just use symlinks to the only version etc
[13:45:43]
<Yunohost Git/Infra notifications> [yunohost] tituspijean created new branch n-autoupdater
[13:45:45]
<Yunohost Git/Infra notifications> [yunohost] tituspijean pushed 1 commit to n-autoupdater: One vendor to rule them all and in the darkness let the autoupdater do its work ([1f2bc08a](https://github.com/YunoHost/yunohost/commit/1f2bc08aa364051f41d1dcd9ebd3f513cce64203))
[13:47:43]
<Yunohost Git/Infra notifications> [yunohost] tituspijean opened [pull request #1860](https://github.com/YunoHost/yunohost/pull/1860): Fix vendor autoupdater and keep only one vendor directory
[13:47:43]
<Yunohost Git/Infra notifications> [yunohost] tituspijean labeled app helpers on [pull request #1860](https://github.com/YunoHost/yunohost/pull/1860): Fix vendor autoupdater and keep only one vendor directory
[14:52:08]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1314971191](https://gitlab.com/YunoHost/yunohost/-/pipelines/1314971191) failed on branch n-autoupdater
[15:55:08]
<Yunohost Git/Infra notifications> [yunohost] yunohost-bot opened [pull request #1861](https://github.com/YunoHost/yunohost/pull/1861): Translations update from Weblate
[18:22:52]
<Salamandar> but
[18:22:52]
<Salamandar> > <@Alekswag:matrix.org> Meh yeah idk i think there's nom point having multiple versions, we can probably just use symlinks to the only version etc
eh idk i don't have an opinion on that
[18:23:02]
<Salamandar> github workflow is buggy
[18:23:07]
<Salamandar> https://aria.im/_matrix/media/v1/download/matrix.org/SpjbhFIBAgvtQRUddaftLMWf
[18:24:23]
<Salamandar> I think it's maintenance wise easier to just have a copy in each helper version
[18:24:36]
<Salamandar> just copy paste the thing and don't change the paths
[18:24:53]
<Salamandar> although, yeah, with symlinks we would be good to go
[18:25:17]
<Salamandar> yeah fine with me, pr incoming
[18:25:27]
<Salamandar> but i would put the vendor directory outside the versionned dirs
[18:29:56]
<Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch helpers_vendor
[18:29:56]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to helpers_vendor: helpers: Move vendor outside the versionned helpers, but with symlinks ([34cf74c8](https://github.com/YunoHost/yunohost/commit/34cf74c8a4d62eed3521f729fd671fddf19ffde3))
[18:34:36]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to helpers_vendor ([34cf74c8a4d6...cb6854df6131](https://github.com/YunoHost/yunohost/compare/34cf74c8a4d6...cb6854df6131))
[18:34:41]
<Yunohost Git/Infra notifications> [yunohost/helpers_vendor] Fix github workflow that updates n in helper vendors - Félix Piédallu
[18:39:17]
<Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch cleanup_workflows
[18:39:19]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to cleanup_workflows: Simplify github workflow: peter-evans/create-pull-request@v6 already checks if diff exists ([2d237982](https://github.com/YunoHost/yunohost/commit/2d2379828319cf97e06300587a1e1855a7ed526b))
[18:39:36]
<Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #1862](https://github.com/YunoHost/yunohost/pull/1862): Simplify github workflows
[18:40:21]
<Yunohost Git/Infra notifications> [yunohost] Salamandar merged [pull request #1862](https://github.com/YunoHost/yunohost/pull/1862): Simplify github workflows
[18:40:21]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to dev ([06dc3da3f409...064fa32a391a](https://github.com/YunoHost/yunohost/compare/06dc3da3f409...064fa32a391a))
[18:40:27]
<Yunohost Git/Infra notifications> [yunohost/dev] Simplify github workflow: peter-evans/create-pull-request@v6 already checks if diff exists - Félix Piédallu
[18:41:34]
<Yunohost Git/Infra notifications> [yunohost] Salamandar deleted branch cleanup_workflows
[18:44:21]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to helpers_vendor ([cb6854df6131...b4f2e5f748f2](https://github.com/YunoHost/yunohost/compare/cb6854df6131...b4f2e5f748f2))
[18:44:27]
<Yunohost Git/Infra notifications> [yunohost/helpers_vendor] helpers: Move vendor outside the versionned helpers, but with symlinks - Félix Piédallu
[18:45:25]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.12+202406021845 for bullseye/unstable/all ...
[18:45:40]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to n-autoupdater ([1f2bc08aa364...c2187ef564bd](https://github.com/YunoHost/yunohost/compare/1f2bc08aa364...c2187ef564bd))
[18:45:45]
<Yunohost Git/Infra notifications> [yunohost/n-autoupdater] One vendor to rule them all and in the darkness let the autoupdater do its work - tituspijean
[18:46:18]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to n-autoupdater: Fix github workflow n_updater (empty version number) ([5e6c3433](https://github.com/YunoHost/yunohost/commit/5e6c3433eedd40071d876d9dcba52e7bf22a80b1))
[18:46:29]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 3 commits to dev ([064fa32a391a...d77b646971ca](https://github.com/YunoHost/yunohost/compare/064fa32a391a...d77b646971ca))
[18:46:29]
<Yunohost Git/Infra notifications> [yunohost] Salamandar merged [pull request #1860](https://github.com/YunoHost/yunohost/pull/1860): Fix vendor autoupdater and keep only one vendor directory
[18:46:31]
<Salamandar> saw and merged @titus:pijean.ovh 's PR
[18:46:50]
<Yunohost Git/Infra notifications> [yunohost] Salamandar deleted branch n-autoupdater
[18:46:55]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.12+202406021845 for bullseye/unstable/all.
[18:53:55]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1315078539](https://gitlab.com/YunoHost/yunohost/-/pipelines/1315078539) canceled on branch dev, helpers_vendor
[19:52:05]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1315078541](https://gitlab.com/YunoHost/yunohost/-/pipelines/1315078541) failed on branch
[19:57:52]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1315080082](https://gitlab.com/YunoHost/yunohost/-/pipelines/1315080082) failed on branch dev