[02:56:37]
<Yunohost Git/Infra notifications> [issues] OniriCorpe [commented](https://github.com/YunoHost/issues/issues/2412#issuecomment-2232258419) on [issue #2412](https://github.com/YunoHost/issues/issues/2412) find a new name for antifeatures?: > I do not see how your examples would be desirable / a feature. The lack of freedom referenced in those first two examp...
[02:56:56]
<Yunohost Git/Infra notifications> [issues] OniriCorpe [commented](https://github.com/YunoHost/issues/issues/2412#issuecomment-2232258419) on [issue #2412](https://github.com/YunoHost/issues/issues/2412) find a new name for antifeatures?: > I do not see how your examples would be desirable / a feature. The lack of freedom referenced in those first two examp...
[04:39:43]
<Yunohost Git/Infra notifications> [yunohost] tituspijean [commented](https://github.com/YunoHost/yunohost/pull/1761#issuecomment-2232400165) on [issue #1761](https://github.com/YunoHost/yunohost/pull/1761) Add basic-space-cleanup command: You are most welcome to contribute with such a piece of documentation. 🙂
I have recently experienced an issue with a co...
[06:00:05]
<kayou> > <@yunohostinfra:matrix.org> [yunohost] Salamandar pushed 1 commit to bookworm: log.py: use os.path.join instead ([9a0960dc](https://github.com/YunoHost/yunohost/commit/9a0960dcf1b3ffee1f344fa5df8a078276773611))
> Il y a des aucun historique/log qui correspondent à vos critères.
[07:01:08]
<Yunohost Git/Infra notifications> [issues] MadMan247 [commented](https://github.com/YunoHost/issues/issues/2412#issuecomment-2232573700) on [issue #2412](https://github.com/YunoHost/issues/issues/2412) find a new name for antifeatures?: Thats a very interesting read, thank you From the perspective of someone packaging/developing applications, I can unde...
[08:42:41]
<Yunohost Git/Infra notifications> [issues] OniriCorpe [commented](https://github.com/YunoHost/issues/issues/2412#issuecomment-2232762627) on [issue #2412](https://github.com/YunoHost/issues/issues/2412) find a new name for antifeatures?: Sorry that I’ve been snarky in my last reply, I was pissed out because the rhetorical 😓 The rhetoric that says that non-...
[08:59:39]
<kayou> When i run
> sudo yunohost log list --debug
63 DEBUG loading python module yunohost.log took 0.005s
63 DEBUG processing action 'yunohost.log.list'
/dev/null /var/log/yunohost/operations/./var/log/yunohost/operations/20240716-220830-backup_create.parent.yml
65 WARNING Failed to create symlink /var/log/yunohost/operations/./var/log/yunohost/operations/20240716-220830-backup_create.parent.yml ? [Errno 2] No such file or directory: '/dev/null' -> '/var/log/yunohost/op
erations/./var/log/yunohost/operations/20240716-220830-backup_create.parent.yml'
[09:00:10]
<kayou> I have a shitload of ` WARNING Failed to create symlink ....`
[09:05:05]
<kayou> https://github.com/YunoHost/yunohost/blob/845a14bfe116ad45c8b5dbc57b9e25fc7f920fd9/src/log.py#L97
[09:05:42]
<kayou> I think we shouldn't path.join `OPERATIONS_PATH` and `name`
[09:08:12]
<Salamandar> that's not the issue
[09:08:20]
<Salamandar> name already contains operations_path
[09:08:44]
<Salamandar> we should do something like `f"{name.dirname}/.{name.basename}"`
[09:08:59]
<Salamandar> but uuuuuh
[09:09:01]
<Salamandar> just pleaseeeeeeeee
[09:09:03]
<Salamandar> use pathlib
[09:39:43]
<Yunohost Git/Infra notifications> [yunohost] kay0u created new branch fix-log-list
[09:48:30]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed 1 commit to fix-log-list: use root_dir for iglob, fix parent_symlink path and check if it exists ([3a97a188](https://github.com/YunoHost/yunohost/commit/3a97a1888a2c7c4e937f48d7b36fff7f2cff0945))
[09:49:48]
<Yunohost Git/Infra notifications> [yunohost] kay0u opened [pull request #1913](https://github.com/YunoHost/yunohost/pull/1913): use root_dir for iglob, fix parent_symlink path and check if it exists
[09:49:58]
<kayou> ^ Salamandar feel free to use pathlib if you want :°
[09:50:09]
<Salamandar> yes
[09:50:10]
<Salamandar> <3
[09:54:14]
<kayou> I didn't follow the story, why were my logs in `/var/log/yunohost/categories/operation/` and are now in `/var/log/yunohost/operation/`?
[09:58:56]
<Salamandar> we could create a `suboperations` directory to split the whole logs and the splitted logs maybe
[10:02:30]
<kayou> first log: 20200918-195929-regen_conf-2_categories.log
[10:02:34]
<kayou> right before the postinstall
[10:14:03]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed 1 commit to fix-log-list: fix log path ([998181c5](https://github.com/YunoHost/yunohost/commit/998181c5e09c0b71a3fe146a37883bc8d063300c))
[10:15:52]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680800997) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: We must remove this check, because the purpose of this function is to create it^^. I still have errors during yunohost...
[10:18:14]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1376966455](https://gitlab.com/YunoHost/yunohost/-/pipelines/1376966455) canceled on branch fix-log-list
[10:18:21]
<Yunohost Git/Infra notifications> [yunohost] kay0u edited a [comment](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680800997) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: We must remove this check, because the purpose of this function is to create it^^. I still have errors during yunohost...
[10:19:57]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680805799) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: Something like that suggestion if (os.path.islink(log_file) and os.path.realpath(log_file) == "/dev/null) or ...
[11:00:23]
<xabi> localisation:
both migration_0021_system_not_fully_up_to_date (string 589) and migration_0027_system_not_fully_up_to_date (string 612) say the same: Bullseye.
Shouldn't the 0027 one say Bookworm?
[11:07:47]
<Aleks (he/him/il/lui)> Eeeh probably
[12:06:04]
<Yunohost Git/Infra notifications> [yunohost] kay0u edited a [comment](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680805799) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: Something like that suggestion if (os.path.islink(log_file) and os.path.realpath(log_file) == "/dev/null") or...
[12:19:04]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed 1 commit to fix-log-list: do not try to read a yaml of a symlink to /dev/null ([9e2ae63c](https://github.com/YunoHost/yunohost/commit/9e2ae63c4a991ca13677e483c7e8689490679698))
[12:21:44]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#issuecomment-2233190898) on [issue #1913](https://github.com/YunoHost/yunohost/pull/1913) use root_dir for iglob, fix parent_symlink path and check if it exists: I still have an issue, the webadmin display the .parent files, and when i click on it, i get an empty log view: [ima...
[12:39:19]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#issuecomment-2233190898) on [issue #1913](https://github.com/YunoHost/yunohost/pull/1913) use root_dir for iglob, fix parent_symlink path and check if it exists: I still have an issue, the webadmin display the .parent files, and when i click on it, i get an empty log view: [ima...
[12:42:07]
<Aleks (he/him/il/lui)> PSA : following yesterday meeting, the plan is to move Bookworm to a beta before the end of the week
[12:49:18]
<Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680992997) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: the issue with parents being displayed might be related to the fact that the file was meant to be hidden (prefixed with ...
[12:49:31]
<kayou> i'm not sure how to fix this issue ^
[12:50:12]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680994347) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: Hoo that dot was intended
[12:51:37]
<Yunohost Git/Infra notifications> [yunohost] kay0u edited a [comment](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1680994347) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: Hoo that dot was intentional
[12:56:15]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1681003166) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: include_hidden=True param has been added to the glob function in python 3.11
[12:56:55]
<Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1911](https://github.com/YunoHost/yunohost/pull/1911): Draft: Migration to Bookworm (replay of #1759)
[13:24:24]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 4 commits to dev ([845a14bfe116...a8fd6afeee7e](https://github.com/YunoHost/yunohost/compare/845a14bfe116...a8fd6afeee7e))
[13:30:34]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.21.2+202407171330 for bullseye/unstable/all ...
[13:32:12]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.21.2+202407171330 for bullseye/unstable/all.
[13:32:38]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 2 commits to dev ([a8fd6afeee7e...97bb6bde0959](https://github.com/YunoHost/yunohost/compare/a8fd6afeee7e...97bb6bde0959))
[13:40:20]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1377313458](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377313458) canceled on branch dev
[13:58:58]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed 1 commit to fix-log-list: use hidden files, needs python 3.11 (bookworm) ([07d2c9bc](https://github.com/YunoHost/yunohost/commit/07d2c9bcc56fd8bd56b3270a24549d28bf8fce36))
[14:01:16]
<Yunohost Git/Infra notifications> [yunohost] alexAubin [comment](https://github.com/YunoHost/yunohost/commit/07d2c9bcc56fd8bd56b3270a24549d28bf8fce36#r144336785) on commit 07d2c9b: Eeeeh but for this line we dont care about the hidden files do we ? We want to list the actual .md file entries, not the hidden symlinks ?
[14:01:34]
<Yunohost Git/Infra notifications> [yunohost] github-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1681113145) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: ## Wrong name for an argument in a call
Keyword argument include_hidden is not a supported parameter name of [functio...
[14:23:15]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed 1 commit to fix-log-list: dont worry, Im an expert ([3ccc39ac](https://github.com/YunoHost/yunohost/commit/3ccc39ac9cc6034ec70869248b6a96a1e3694a62))
[14:23:58]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1377376933](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377376933) canceled on branch fix-log-list
[14:24:48]
<Yunohost Git/Infra notifications> [yunohost] kay0u [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1681152767) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: We probably dont need this change then?
[14:37:06]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 2 commits to dev ([97bb6bde0959...f11f11973b0c](https://github.com/YunoHost/yunohost/compare/97bb6bde0959...f11f11973b0c))
[14:39:28]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to fix-log-list: Update log.py: log_file -> log_md_fullpath (otherwise it feel like log_file refers to the .log) ([95f32199](https://github.com/YunoHost/yunohost/commit/95f32199230e9baac0cda464ce3266cdc5b3db73))
[14:39:36]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1377332505](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377332505) canceled on branch dev
[14:40:36]
<Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1913#discussion_r1681180377) on pull request #1913 use root_dir for iglob, fix parent_symlink path and check if it exists: Hmmyeah im not sure to understand what was the intent ... naively were good to go with just the stuff that fixes the c...
[14:43:04]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to fix-log-list: Update log.py: remove debug statement ([1c6821e4](https://github.com/YunoHost/yunohost/commit/1c6821e45887fd38e6262a2e3c20cb407791b6f9))
[14:43:49]
<Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1913](https://github.com/YunoHost/yunohost/pull/1913): Fix "log list" : use root_dir for iglob, fix parent_symlink path and check if it exists
[14:45:01]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to fix-log-list: Update log.py: revert unecessary if change ([b2d69255](https://github.com/YunoHost/yunohost/commit/b2d69255aef441a8560b67edef55830109b2734a))
[14:45:38]
<Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1913](https://github.com/YunoHost/yunohost/pull/1913): Fix "log list" : use root_dir for iglob / make sure we use absolute paths
[14:45:53]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.21.2+202407171445 for bullseye/unstable/all ...
[14:45:56]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to dev: Fix "log list" : use root_dir for iglob / make sure we use absolute paths (#1913) * use root_dir for iglob, fix parent_... ([ebcf3c79](https://github.com/YunoHost/yunohost/commit/ebcf3c79ff4ca1f88a961252231ce6712664458f))
[14:45:57]
<Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #1913](https://github.com/YunoHost/yunohost/pull/1913): Fix "log list" : use root_dir for iglob / make sure we use absolute paths
[14:45:58]
<Yunohost Git/Infra notifications> [yunohost] alexAubin deleted branch fix-log-list
[14:47:29]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.21.2+202407171445 for bullseye/unstable/all.
[14:49:12]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1377433882](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377433882) canceled on branch dev
[14:51:17]
<Yunohost Git/Infra notifications> [issues] kay0u closed [issue #2421](https://github.com/YunoHost/issues/issues/2421): Can not view logs via YNH admin
[14:51:19]
<Yunohost Git/Infra notifications> [issues] kay0u [commented](https://github.com/YunoHost/issues/issues/2421#issuecomment-2233517511) on [issue #2421](https://github.com/YunoHost/issues/issues/2421) Can not view logs via YNH admin: Should be fixed in the next release
[14:51:43]
<kayou> thanks for the help^^
[14:57:11]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to bookworm: bullseye->bookworm: fix the /var/log/yunohost/operations folder migration, in particular because the new folder will alr... ([6453d150](https://github.com/YunoHost/yunohost/commit/6453d150114593e80ca97d03f9016bb263d6f373))
[14:57:24]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 12 commits to bookworm ([6453d1501145...0ade9d0e6fbf](https://github.com/YunoHost/yunohost/compare/6453d1501145...0ade9d0e6fbf))
[14:57:43]
<Yunohost Git/Infra notifications> [yunohost/bookworm] bullseye->bookworm: trigger the new migration from inside the bullseye->bookworm migration - Alexandre Aubin
[15:00:51]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1377465055](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377465055) failed on branch bookworm
[15:01:08]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.0+202407171500 for bookworm/unstable/all ...
[15:02:33]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.0+202407171500 for bookworm/unstable/all.
[15:26:55]
<Yunohost Git/Infra notifications> [issues] alexAubin closed [issue #1874](https://github.com/YunoHost/issues/issues/1874): Automatic node-update cron creates a mess eating up space, its not clear how to clean it...
[15:27:00]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/1874#issuecomment-2233595064) on [issue #1874](https://github.com/YunoHost/issues/issues/1874) Automatic node-update cron creates a mess eating up space, its not clear how to clean it...: Closing because I ended up savagely removing the cron the other day
[15:30:46]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2059#issuecomment-2233602699) on [issue #2059](https://github.com/YunoHost/issues/issues/2059) "backup methods" link in French doc is broken: Fixed in recent cleanup
[15:30:46]
<Yunohost Git/Infra notifications> [issues] alexAubin closed [issue #2059](https://github.com/YunoHost/issues/issues/2059): "backup methods" link in French doc is broken
[15:46:41]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to bookworm: mail: Make sure to restart opendkim after regenconf ([609748e8](https://github.com/YunoHost/yunohost/commit/609748e8c28dcab8ceb79e112cebd4ffb2c7462d))
[15:47:37]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1377554059](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377554059) failed on branch bookworm
[15:56:45]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to dev: flake8 etc ([6e5c555e](https://github.com/YunoHost/yunohost/commit/6e5c555e374c83b8a2702ce17eae223702cd0af4))
[15:57:06]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 2 commits to bookworm ([609748e8c28d...b9178e750ce2](https://github.com/YunoHost/yunohost/compare/609748e8c28d...b9178e750ce2))
[15:57:55]
<Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1377450344](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377450344) canceled on branch dev, bookworm
[15:58:57]
<kayou> > <@yunohostinfra:matrix.org> [yunohost] alexAubin pushed 1 commit to bookworm: mail: Make sure to restart opendkim after regenconf ([609748e8](https://github.com/YunoHost/yunohost/commit/609748e8c28dcab8ceb79e112cebd4ffb2c7462d))
I've just restarted opendkim and try again mailtester, I still have -1 for no dkim.
logs of opendkim service:
> ❯ sudo journalctl -fu opendkim
Jul 17 17:55:36 kayou.io systemd[1]: Starting opendkim.service - OpenDKIM Milter...
Jul 17 17:55:36 kayou.io systemd[1]: Started opendkim.service - OpenDKIM Milter.
Jul 17 17:55:36 kayou.io opendkim[3584320]: OpenDKIM Filter v2.11.0 starting
Jul 17 17:56:16 kayou.io opendkim[3584320]: 38DBB449B44: [fe80::7eec:581d:88d4:de08] [fe80::7eec:581d:88d4:de08] not internal
Jul 17 17:56:16 kayou.io opendkim[3584320]: 38DBB449B44: not authenticated
Jul 17 17:56:16 kayou.io opendkim[3584320]: 38DBB449B44: no signature data
[16:00:17]
<kayou> ```
❯ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 fe80::7eec:581d:88d4:de08/64 scope link
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
```
[16:00:22]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.21.2+202407171600 for bullseye/unstable/all ...
[16:00:24]
<Aleks (he/him/il/lui)> how are you trying to send the email ?
[16:00:32]
<kayou> roundcube
[16:01:10]
<kayou> (look my local ipv6 addr, and the ipv6 in opendkim logs, it's the same)
[16:01:36]
<Aleks (he/him/il/lui)> "not internal" 🤔
[16:01:58]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.21.2+202407171600 for bullseye/unstable/all.
[16:02:20]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.0+202407171600 for bookworm/unstable/all ...
[16:02:43]
<Aleks (he/him/il/lui)> does it work if you're using e.g. thunderbird ? (assuming you can)
[16:03:46]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.0+202407171600 for bookworm/unstable/all.
[16:03:47]
<kayou> I'm not @home, I can try with K-9 Mail from my phone
[16:06:38]
<kayou> no logs from opendkim, same issue
[16:06:51]
<Aleks (he/him/il/lui)> zgrnmbl
[16:09:32]
<kayou> conf of my K9 for out server:
my domain.tld, startTLS, port 587, normal password, my user, my password
[16:09:42]
<Aleks (he/him/il/lui)> `yunohost tools regen-conf postfix opendkim` does report that every conf is up to date right ?
[16:10:01]
<Aleks (he/him/il/lui)> (postfix in particular)
[16:10:45]
<kayou> yes
[16:11:25]
<Aleks (he/him/il/lui)> maybe let's `systemctl restart postfix` because maybe opendkim wasnt properly up when it started idk
[16:12:56]
<kayou> > Notre service ne vous permet pas de tester gratuitement plus de 3 emails par jour.
[16:13:03]
<Aleks (he/him/il/lui)> :|
[16:13:07]
<Aleks (he/him/il/lui)> really ?
[16:13:07]
<Aleks (he/him/il/lui)> 3 ?
[16:13:15]
<Aleks (he/him/il/lui)> (╯°□°)╯︵ ┻━┻
[16:13:42]
<Aleks (he/him/il/lui)> bon après tu peux aussi l'envoyer à genre un mail externe et regarder dans la "Source" si y'a le header dkim
[16:13:50]
<kayou> MAIS
[16:13:54]
<kayou> sorry
[16:13:56]
<kayou> BUT
[16:14:30]
<kayou> i still have the
> Jul 17 18:12:38 kayou.io opendkim[3584320]: 63481449B39: [fe80::7eec:581d:88d4:de08] [fe80::7eec:581d:88d4:de08] not internal
Jul 17 18:12:38 kayou.io opendkim[3584320]: 63481449B39: not authenticated
Jul 17 18:12:38 kayou.io opendkim[3584320]: 63481449B39: no signature data
logs
[16:23:04]
<Aleks (he/him/il/lui)> mokey i reproduce the issue
[16:23:14]
<kayou> (I have to go)
[16:35:03]
<Aleks (he/him/il/lui)> i was able to fix it using https://serverfault.com/questions/830979/opendkim-milter-not-signing-relayed-mail/933425#933425
[16:35:17]
<Aleks (he/him/il/lui)> in particular the missing `{auth_type}`
[16:35:38]
<Aleks (he/him/il/lui)> no idea how i concluded that i was working fine a few weeks ago ...
[16:35:42]
<Aleks (he/him/il/lui)> nor why it works for Salamandar ?
[16:37:44]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to bookworm: mail: fix opendkim assuming mails arent authenticated because of missing {auth_type} from postfix ([88b11bee](https://github.com/YunoHost/yunohost/commit/88b11bee0919ffa418b63978972b1469a5f6c0d3))
[16:41:29]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1377567301](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377567301) failed on branch bookworm
[16:45:21]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.0+202407171645 for bookworm/unstable/all ...
[16:46:41]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.0+202407171645 for bookworm/unstable/all.
[16:57:30]
<Yunohost Git/Infra notifications> [moulinette] alexAubin pushed 71 commits to bookworm ([cfb840c5ccb8...bb0a9bd76763](https://github.com/YunoHost/moulinette/compare/cfb840c5ccb8...bb0a9bd76763))
[17:00:18]
<Yunohost Git/Infra notifications> 🏗️ Starting build for moulinette/12.0.0+202407171700 for bookworm/unstable/all ...
[17:01:57]
<Yunohost Git/Infra notifications> ✔️ Completed build for moulinette/12.0.0+202407171700 for bookworm/unstable/all.
[17:04:00]
<Yunohost Git/Infra notifications> [moulinette] alexAubin pushed 106 commits to new-log-streaming-api ([47a60069800a...ed6ad7bf5ffb](https://github.com/YunoHost/moulinette/compare/47a60069800a...ed6ad7bf5ffb))
[17:04:11]
<Yunohost Git/Infra notifications> [moulinette/new-log-streaming-api] chores: update changelog for 11.2.1 & add make_changelog script - OniriCorpe
[17:06:35]
<kayou> > <@Alekswag:matrix.org> in particular the missing `{auth_type}`
I saw that right before leaving my desk. Nice if it fixes the issue
[17:07:08]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1000 commits to new-log-streaming-api ([c3bf0a97390b...23b24cf9f2e4](https://github.com/YunoHost/yunohost/compare/c3bf0a97390b...23b24cf9f2e4))
[17:07:48]
<kayou> > <@yunohostinfra:matrix.org> [yunohost] alexAubin pushed 1000 commits to new-log-streaming-api ([c3bf0a97390b...23b24cf9f2e4](https://github.com/YunoHost/yunohost/compare/c3bf0a97390b...23b24cf9f2e4))
That's a lot
[17:08:14]
<kayou> You commit fast
[17:08:32]
<Aleks (he/him/il/lui)> haha
[17:08:40]
<Aleks (he/him/il/lui)> literally one thousand :D
[17:16:37]
<Salamandar> new log streaming api 👀
[17:21:27]
<kayou> > <@Alekswag:matrix.org> i was able to fix it using https://serverfault.com/questions/830979/opendkim-milter-not-signing-relayed-mail/933425#933425
I can confirme, it's a 10/10 on mailtester (the limit is only on the IP i guess, I can try from home)
[17:21:37]
<kayou> > Jul 17 19:15:35 kayou.io opendkim[3649841]: OpenDKIM Filter v2.11.0 starting
Jul 17 19:20:00 kayou.io opendkim[3649841]: 4575B4494C3: DKIM-Signature field added (s=mail, d=kayou.io)
[17:22:39]
<Salamandar> nice
[17:22:45]
<kayou> same from K-9
[17:22:50]
<Salamandar> :D
[17:22:50]
<Salamandar> you don't have rDNS issues ?
[17:22:59]
<kayou> no^^
[17:23:28]
<kayou> free let me configure it
[17:26:01]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1377655058](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377655058) failed on branch new-log-streaming-api
[17:27:24]
<Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1377620414](https://gitlab.com/YunoHost/yunohost/-/pipelines/1377620414) failed on branch bookworm, new-log-streaming-api
[17:30:06]
<Salamandar> > <@kayou:matrix.org> free let me configure it
wooot
[17:30:07]
<Salamandar> ok
[17:56:40]
<Yunohost Git/Infra notifications> [issues] Jibec [commented](https://github.com/YunoHost/issues/issues/1874#issuecomment-2233892545) on [issue #1874](https://github.com/YunoHost/issues/issues/1874) Automatic node-update cron creates a mess eating up space, its not clear how to clean it...: This helps, node-update will continue its mess at a slower rhythm, thank you
Jean-Baptiste