Tuesday, October 24, 2023
dev@conference.yunohost.org
October
Mon Tue Wed Thu Fri Sat Sun
            1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
         

[04:18:24] <Yunohost Git/Infra notifications> Failed to run the source auto-update for : cinny. Please run manually the `autoupdate_app_sources.py` script on these apps to debug what is happening! Debug log : http://paste.yunohost.org/raw/renupafimu
[07:13:14] <azahto> Hi there!
I am (strongly) considering making a package for hotcrp https://github.com/kohler/hotcrp . It would be my first package for yunohost. The requirements are: nginx, php, mariadb, and pdftohtml.
I will go through the doc to make packages in te coming days, but I would appreciate if someone knows of package with similar requirements (in particular the 3 first) that I could look at.
[07:19:40] <ChriChri> `kernel:[84479.713215] watchdog: BUG: soft lockup - CPU#1 stuck for 38912s! [slapd:595]` 🤣
[07:23:24] <Yunohost Git/Infra notifications> [issues] @Pentaonia [commented](https://github.com/YunoHost/issues/issues/2275#issuecomment-1776662971) on [issue #2275](https://github.com/YunoHost/issues/issues/2275) Error sending mail from an internal domain to another domain: Hi, thank you for your answer I removed the mx entries and restarted necessary services but it throws the same error. ...
[07:25:55] <tituspijean> Welcome azahto , and thank you for your involvement 🙂
You are most welcome to ask questions, we are here to help.

A quick search on YunoHost-Apps org on github returns no result for "pdftohtml" (https://github.com/search?q=org%3AYunoHost-Apps%20pdftohtml&type=code) but they seem to point directly to one specific library (https://poppler.freedesktop.org/) which you will need to build.

With packaging v2 the handle of PHP dependencies is very simple, as well as mariadb. Check out example_ynh.
[07:27:09] <tituspijean> > <@chrichri:librem.one> `kernel:[84479.713215] watchdog: BUG: soft lockup - CPU#1 stuck for 38912s! [slapd:595]` 🤣

It's surprising it found the time to send a warning among this "soft" lockup of almost 11 hours 😅
[07:51:36] <ChriChri> > <@titus:pijean.ovh> It's surprising it found the time to send a warning among this "soft" lockup of almost 11 hours 😅

The message made me smile a lot when I woke up my notebook from suspend. The kernel printing this is the one running inside a VM.
[07:59:56] <Yunohost Git/Infra notifications> [issues] @orhtej2 labeled :birthday: feature on [issue #2276](https://github.com/YunoHost/issues/issues/2276): Sending e-mails by system users could use some tweaking.
[07:59:57] <Yunohost Git/Infra notifications> [issues] @orhtej2 opened [issue #2276](https://github.com/YunoHost/issues/issues/2276): Sending e-mails by system users could use some tweaking.
[08:10:22] <Yunohost Git/Infra notifications> [issues] @chri2 [commented](https://github.com/YunoHost/issues/issues/2276#issuecomment-1776728496) on [issue #2276](https://github.com/YunoHost/issues/issues/2276) Sending e-mails by system users could use some tweaking.: How about listening on 127.0.0.1 without tls unencrypted?
[08:21:52] <lapineige> > <@titus:pijean.ovh> Welcome azahto , and thank you for your involvement 🙂
> You are most welcome to ask questions, we are here to help.
>
> A quick search on YunoHost-Apps org on github returns no result for "pdftohtml" (https://github.com/search?q=org%3AYunoHost-Apps%20pdftohtml&type=code) but they seem to point directly to one specific library (https://poppler.freedesktop.org/) which you will need to build.
>
> With packaging v2 the handle of PHP dependencies is very simple, as well as mariadb. Check out example_ynh.

And may I suggest... yologen.lapineige.fr ? 😉
[08:50:36] <Yunohost Git/Infra notifications> [issues] @alexAubin [commented](https://github.com/YunoHost/issues/issues/2276#issuecomment-1776789919) on [issue #2276](https://github.com/YunoHost/issues/issues/2276) Sending e-mails by system users could use some tweaking.: Hmmm Im confused because domain.tld is supposed to map to 127.0.0.1 because its supposed to be in /etc/hosts (an...
[09:31:17] <Yunohost Git/Infra notifications> [issues] @orhtej2 [commented](https://github.com/YunoHost/issues/issues/2276#issuecomment-1776854740) on [issue #2276](https://github.com/YunoHost/issues/issues/2276) Sending e-mails by system users could use some tweaking.: In my experience typical PHP and Node app will initiate connection from public ip for some reason 🤷
[09:55:29] <tituspijean> > And may I suggest... yologen.lapineige.fr ? 😉

Shame on me, it skipped my mind 😅
[09:55:43] <lapineige> I don't know about the pdftohtml thing, but the rest is pretty straightforward in Yunohost, very few actions to do, with exemple_ynh showing it and Yologen generating most of the stuff just by using the form :)
[09:55:56] <lapineige> I don't know about the pdftohtml thing, but the rest is pretty straightforward in Yunohost, very few actions to do, with example_ynh showing it and Yologen generating most of the stuff just by using the form :)
[09:57:47] <tituspijean> And I've just realized where we are. azahto you are most welcome on #yunohost-apps:matrix.org to discuss packaging matters 😉
[09:58:47] <lapineige> > I don't know about the pdftohtml thing, but the rest is pretty straightforward in Yunohost, very few actions to do, with example_ynh showing it and Yologen generating most of the stuff just by using the form :)

For a first package, except if it's a simple package to install, I would suggest not to bother with pdftohtml and just make a working install of the software. Then you could iterate on that :)
[10:10:52] <ChriChri> lxd on Armbian RockPro64 seems to be an issue: the snap uses a newer btrfs and after creating the storage it can't be mounted...
[10:12:25] <orhtej2> > For a first package, except if it's a simple package to install, I would suggest not to bother with pdftohtml and just make a working install of the software. Then you could iterate on that :)

`pdftohtml` is included in [`poppler-utils` package](https://packages.debian.org/bullseye/poppler-utils)
[10:17:00] <lapineige> Great then in theory azahto it should be a quite simple app to package
[11:05:08] <azahto> > <@titus:pijean.ovh> And I've just realized where we are. azahto you are most welcome on #yunohost-apps:matrix.org to discuss packaging matters 😉

My bad, I definitely misclicked in the wrong section. I should know better ...
[11:06:18] <azahto> > And may I suggest... yologen.lapineige.fr ? 😉

Oh, this looks neat. Thanks
[11:07:54] <azahto> > <@titus:pijean.ovh> Welcome azahto , and thank you for your involvement 🙂
> You are most welcome to ask questions, we are here to help.
>
> A quick search on YunoHost-Apps org on github returns no result for "pdftohtml" (https://github.com/search?q=org%3AYunoHost-Apps%20pdftohtml&type=code) but they seem to point directly to one specific library (https://poppler.freedesktop.org/) which you will need to build.
>
> With packaging v2 the handle of PHP dependencies is very simple, as well as mariadb. Check out example_ynh.

Thank you for the nice welcome. We've been using Yunohost at work for about half a year, and it had been a breeze. So maybe it is time I give something back by making a package haha
[11:24:25] <Yunohost Git/Infra notifications> [issues] @alexAubin [commented](https://github.com/YunoHost/issues/issues/2276#issuecomment-1777018385) on [issue #2276](https://github.com/YunoHost/issues/issues/2276) Sending e-mails by system users could use some tweaking.: Sooo alternatively I would just use localhost / 127.0.0.1 and disable tls considering that anyway theres no need ...
[11:33:41] <ChriChri> `LXC_BASE="ynh-dev-$DIST-amd64-$YNH_BRANCH-base"` - hm, that's bad for an aarch64, I guess...
[11:34:04] <Aleks (he/him/il/lui)> hmmyeah we don't have arm64 build for dev LXCs
[11:34:48] <Aleks (he/him/il/lui)> alternatively you can "convert" an existing install to a dev environment, cf the "remote path" of the ynh-dev README (which is mainly worded around "VPS" but can be applied to any regular yunohost install)
[11:37:38] <ChriChri> How is the amd64 image built? Manually? CI?
[12:03:47] <tituspijean> Does it make sense de reimplement the DynDNS feature for non-nohost.me domains with the DNS API? https://forum.yunohost.org/t/the-definitive-dynamic-dns-guide/26875/5
[12:06:47] <Yunohost Git/Infra notifications> [yunohost] @Axolotle pushed 1 commit to options-doc: doc:config: misc cosmetics fix ([b80868e9](https://github.com/YunoHost/yunohost/commit/b80868e9674bccf84b4f3fb62f88bc171aa977b4))
[12:11:14] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1047534659](https://gitlab.com/yunohost/yunohost/-/pipelines/1047534659) failed on branch options-doc
[12:37:19] <Aleks (he/him/il/lui)> https://www.marceltheshell.org/ somewhat similar to https://github.com/bugen/pypipe
[13:05:58] <Yunohost Git/Infra notifications> [yunohost] @Axolotle pushed 1 commit to options-doc: doc:config fix missing aleks additions ([02619e82](https://github.com/YunoHost/yunohost/commit/02619e8284bfa068202a5aa941448bd70cc92ecb))
[13:09:31] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1047616567](https://gitlab.com/yunohost/yunohost/-/pipelines/1047616567) failed on branch options-doc
[16:18:56] <Yunohost Git/Infra notifications> Failed to run the source auto-update for : cinny. Please run manually the `autoupdate_app_sources.py` script on these apps to debug what is happening! Debug log : http://paste.yunohost.org/raw/qukisusote