[08:05:05]
<CH> Tried to upgrade synapse, but the backup failed. Seems to be caused by a missing synapse.conf? https://paste.yunohost.org/raw/paguhenato
Any hints what I could try are really welcome...
[08:15:11]
<naitx> Thanks! I’ve already followed the official YunoHost SMTP relay guide and successfully configured the external relay (TLS and authentication are working).
However, it doesn’t solve my issue: the test mails are still sent with the local system address as envelope sender, and mailbox.org rejects them because the sender doesn’t match the authenticated account.
Is it possible to rewrite the envelope sender in YunoHost/Postfix (e.g. via sender_canonical or generic maps) so that it always matches the authenticated mailbox.org address?
[08:24:07]
<Chatpitaine Caverne> naitx:
> Thanks! I’ve already followed the official YunoHost SMTP relay guide and successfully configured the external relay (TLS and authentication are working).
> However, it doesn’t solve my issue: the test mails are still sent with the local system address as envelope sender, and mailbox.org rejects them because the sender doesn’t match the authenticated account.
> Is it possible to rewrite the envelope sender in YunoHost/Postfix (e.g. via sender\_canonical or generic maps) so that it always matches the authenticated mailbox.org address?
Ok, sorry, I misunderstood.
One thing, we avoid to use threads in this room cause many people (including some of the best yunohost contributors) don't have easy thread reading in their client. That's why I put back your message as a citation.
[14:30:33]
<DJ Chase (fae/faer)> i really gotta just stay in this room lol
[14:31:29]
<DJ Chase (fae/faer)> (restarting the service does not solve the issue)
[14:31:31]
<DJ Chase (fae/faer)> any idea why yunohost says the vert service has failed, yet vert works perfectly?
https://paste.yunohost.org/ehibegalil
https://convert.u9.tel/
[14:39:40]
<m606> has there been a specific event that could explain the change ?
is there a `vertd` file in the $install_dir ?
[14:40:40]
<m606> ($install_dir is likely to be `/var/www/vert`)
[14:43:19]
<m606> not sure of this, but maybe it could work because the binary is loaded in memory but would fail if you restarted the server
[14:57:25]
<DJ Chase (fae/faer)> there is
[14:57:31]
<DJ Chase (fae/faer)> i did not restart the server
[15:12:21]
<m606> have you upgraded the app recently before noticing the issue ?
[15:20:49]
<DJ Chase (fae/faer)> no i just installed it
[15:34:49]
<m606> if you log with SSH as root user, then log as vert user `su - vert`, does `pgrep vertd` return something?
[16:11:52]
<DJ Chase (fae/faer)> no
[16:20:57]
<m606> there is a typo in the systemd service - can you try `sed -i 's/DescriptionVertd/Description=Vertd/' "/etc/systemd/system/vert.service"` to fix it, and then try restarting the service?
[16:24:44]
<DJ Chase (fae/faer)> it's still failed
[16:24:52]
<DJ Chase (fae/faer)> which makes sense because the log said it ignore that line
[16:30:03]
<m606> can you please send a paste containing the output of:
- `cat /etc/systemd/system/vert.service`
- the new service log after you tried restarting it
[16:35:04]
<m606> hmm is that the log of a first install attempt as well ?
[16:35:40]
<DJ Chase (fae/faer)> yes
[16:36:16]
<m606> does `sudo dpkg -l | grep onlyoffice-ynh-deps` ouptut something ?
[16:36:35]
<DJ Chase (fae/faer)> no
[16:36:45]
<DJ Chase (fae/faer)> wtf if going on with my system lmao
[16:37:02]
<DJ Chase (fae/faer)> (for context i installed with bootable yunohost)
[16:37:32]
<DJ Chase (fae/faer)> (this was not directed at you/anybody)
[16:39:48]
<m606> that's the expected behavior, after install fails it should remove all files and dependency packages it installed
[16:40:04]
<DJ Chase (fae/faer)> oh ok
[16:40:28]
<m606> however i wanted to check because in the log you have ` WARNING - E: Packages need to be removed but remove is disabled.`
[16:44:05]
<m606> basically your onlyoffice issue seems to be that [package's apt dependencies](https://github.com/YunoHost-Apps/onlyoffice_ynh/blob/290c62fff9d58227a328967b2b3ce6d5f6579163/manifest.toml#L119-L127) are not getting installed properly.
[16:45:27]
<DJ Chase (fae/faer)> and could that be related to the vert issue?
[16:45:27]
<DJ Chase (fae/faer)> yeah, but what could cause that?
[16:45:49]
<DJ Chase (fae/faer)> (also of note is that collabora has the same issue)
[16:48:04]
<DJ Chase (fae/faer)> not sure if this is relevant, but this is the only lower-level modification i've done to the system btw
(i did also try to enabled ssh 2fa but it didn't work with the web terminal i have so i disabled it)
[16:49:54]
<m606> so about vert, is there any error when you try to manually run it, i.e. : `su - vert` and then `source /var/www/vert/vertd`
[16:50:33]
<DJ Chase (fae/faer)> ```
-sh: 4: /var/www/vert/vertd: Syntax error: Unterminated quoted string
```
[16:51:06]
<DJ Chase (fae/faer)> (also btw `source` is a bashism which isn't supported by the shell used by service users. `.` is what you want instead)
[16:51:25]
<m606> hmm and when you are root, can you run vertd?
[16:52:05]
<DJ Chase (fae/faer)> no -- but a clue!
```
/var/www/vert/vertd: 4: Syntax error: Unterminated quoted string
```
[16:52:12]
<DJ Chase (fae/faer)> uploading paste shortly
[16:52:35]
<DJ Chase (fae/faer)> oh wait it's a binary nvm
[16:55:49]
<m606> what do you mean?
[16:56:36]
<DJ Chase (fae/faer)> ```
$ sudo file /var/www/vert/vertd
/var/www/vert/vertd: gzip compressed data, from Unix, original size modulo 2^32 174080
```
[16:56:58]
<orhtej2> That's sources that should have been compiled
[16:57:50]
<DJ Chase (fae/faer)> ```
$ sudo ls -F /var/www/vert
build/ Dockerfile flake.lock messages/ package.json README.md svelte.config.js vertd*
bun.lock docs/ flake.nix nginx/ postcss.config.js src/ tailwind.config.ts vite.config.ts
docker-compose.yml eslint.config.js LICENSE node_modules/ project.inlang/ static/ tsconfig.json
```
[16:57:58]
<m606> could we see the full vert install log ?
[16:58:08]
<DJ Chase (fae/faer)> yeah let me find it
[17:06:50]
<m606> yes this does not make much sense to me : https://github.com/YunoHost-Apps/vert_ynh/blob/f5bd4855d936d3b05c7a30d579a008b6fadb932c/manifest.toml#L53-L58
An archive you won't extract.
[17:06:57]
<DJ Chase (fae/faer)> ah
[17:07:12]
<DJ Chase (fae/faer)> but then why did it install and work at all?
[17:11:26]
<freetux> Bonsoir, je pense que j’ai un souci de longue date sur mon compte admin (vieille instance, peut-être que des config ont changé depuis), je n’ai pas de compte mail à ce compte, juste un `admin_legacy`, sans domaine attribué (et je ne peux pas le modifier), du coup je ne peux pas recevoir les mails que certaines applis envoient (genre une config de base de données).
[17:11:53]
<m606> i don't know the app, but it appears composed of a frontend (that the package successfully builds) and a binary, `vertd` which serves some purpose I ignore. but it seems the package indeed doesn't build `vertd` as it should.
[17:14:54]
<DJ Chase (fae/faer)> i have verified that the actual converting works as well though
[17:21:43]
<m606> all of the features? maybe not everything is using the binary
[17:23:23]
<DJ Chase (fae/faer)> video does not work
[17:23:41]
<DJ Chase (fae/faer)> submit a pr and extract the tarball?
[17:23:50]
<m606> I don't know it would take to dig in the front-end code to better understand what it does, but from a quick look it seems vertd is more of a wrapper : https://github.com/VERT-sh/VERT/tree/main/src/lib/converters
[17:24:33]
<DJ Chase (fae/faer)> i mean that would make sense
[17:29:22]
<DJ Chase (fae/faer)> so this?
[17:36:36]
<m606> yes: https://github.com/YunoHost-Apps/vert_ynh/tree/testing
[17:37:25]
<m606> would you like to test installing from this URL and revert?
[17:38:46]
<DJ Chase (fae/faer)> yeah i just gotta figure out how 🙃
[17:42:46]
<m606> in the webUI, you when you click on Install App, at the bottom of the screen there is a section "Install a custom app" where you can paste above link
[17:42:52]
<DJ Chase (fae/faer)> sorry how do you install via testing?
[17:43:04]
<DJ Chase (fae/faer)> thanks
[17:43:25]
<DJ Chase (fae/faer)> give me a bit to setup staging domain
[17:47:31]
<m606> as for you openoffice issue, it is probably unrelated then. However it could help to see the failed collabora install log
[17:48:16]
<DJ Chase (fae/faer)> will do (once i finish setting up letsencrypt on the staging domains because of course i have hsts)
[17:49:59]
<DJ Chase (fae/faer)> oh a humorous note, virt.staging.u9.tel is a very bad domain -- it's almost like it's not production or something 🙃
[17:51:18]
<m606> i hope no one will judge today
[17:52:11]
<DJ Chase (fae/faer)> still failed
[17:53:22]
<m606> vert? log?
[17:57:16]
<DJ Chase (fae/faer)> btw is there a way to create yunohost pastes from the terminal? the about page says to use `haste`, but that would upload to a different site and isn't in the repos anyway
[17:57:19]
<m606> hmm apt issues again
[17:57:35]
<DJ Chase (fae/faer)> yeah
[17:58:29]
<m606> https://doc.yunohost.org/en/admin/command_line/#the-yunopaste-command
[17:59:14]
<DJ Chase (fae/faer)> ah that makes sense -- i was looking for `younohost paste`
[18:12:33]
<m606> ok lib version issue, not sure how to deal with this, let me check
[18:12:52]
<DJ Chase (fae/faer)> thanks
[18:26:46]
<DJ Chase (fae/faer)> right of course sorry
[vert__2 log](https://paste.yunohost.org/olatobamin.apache)
[18:27:00]
<DJ Chase (fae/faer)> right of course sorry
[vert__2 log -- yunopaste](https://paste.yunohost.org/olatobamin.apache)
[18:27:30]
<DJ Chase (fae/faer)> [failed collabora install log -- yunopoaste](https://paste.yunohost.org/raw/ikovefucat)
[18:28:04]
<DJ Chase (fae/faer)> [production vert install log](https://paste.yunohost.org/raw/nelecesajo)
[18:28:30]
<DJ Chase (fae/faer)> [vert.service file and log](https://paste.yunohost.org/ehitahuyof.properties)
[18:28:45]
<DJ Chase (fae/faer)> (also i have another issue now where i can't install onlyoffice/collabora. totally fine to wait on that, but i figured i should bring it up in case it's at all related)
[failed onlyoffice install log](https://paste.yunohost.org/raw/ukagusadey)
[18:29:28]
<DJ Chase (fae/faer)> any idea why yunohost says the vert service has failed, yet vert works perfectly?
[original failed vert log --yunopaste](https://paste.yunohost.org/ehibegalil)
https://convert.u9.tel/
[18:32:04]
<DJ Chase (fae/faer)> organized version of all the log links floating around:
* [original failed vert log](https://paste.yunohost.org/ehibegalil)
* [failed onlyoffice install log](https://paste.yunohost.org/raw/ukagusadey)
* [vert.service file and log](https://paste.yunohost.org/ehitahuyof.properties)
* [production vert install log](https://paste.yunohost.org/raw/nelecesajo)
* [failed collabora install log](https://paste.yunohost.org/raw/ikovefucat)
* [staging vert log](https://paste.yunohost.org/olatobamin.apache)
[22:31:05]
<Solrac> Hello. I have a question, has anyone enabled power saving cstate for amd?
[22:53:31]
<orhtej2> > <@lsolrac:matrix.org> Hello. I have a question, has anyone enabled power saving cstate for amd?
Sounds like an upstream Debian issue?
[22:53:42]
<Solrac> No, more like, I have no idea if its already enabled?
[22:55:00]
<Solrac> Im aware of its existance, not sure if its enabled by default