| 11 Jun 2021 |
vika (she/her) 🏳️⚧️ | That looks so weird | 16:27:08 |
vika (she/her) 🏳️⚧️ | I never thought one could use Cargo like that, I wonder how their rootfs is assembled | 16:27:32 |
andi- | The whole thing is often called a rust based Linux distro and all the traditional C dependencies are still there... Including systemd | 17:01:41 |
| nodeven joined the room. | 21:12:30 |
| nodeven changed their display name from node to nodeven. | 22:52:47 |
| 12 Jun 2021 |
| tnias joined the room. | 17:16:49 |
| 13 Jun 2021 |
| aaronchall joined the room. | 03:26:38 |
| keithy joined the room. | 19:21:05 |
keithy | ddclient is starting before dnsmasq can I change the order I thought I could set .after | 19:21:09 |
keithy | systemd.services.ddclient.after = [ "default.target" ]; fixed it | 19:25:43 |
keithy | do I submit a bug report? | 19:25:50 |
Arian | I think I need more context. Ordering after default.target is a bad idea | 19:27:01 |
Arian | Means booting up is delayed until all other services are started. Which is very not parralel | 19:27:22 |
keithy | ddclient typically asks what is my ip address , and if dns is not up when it does it, it repeats and gives up. | 19:27:59 |
Arian | You can order after nss-lookup.target to make sure it starts up after DNS is up | 19:28:44 |
keithy | ok... | 19:28:51 |
Arian | If that doesn't work (idk if the dnsmasq service has this) you could do after = [ dnsmasq.service ]; | 19:29:16 |
keithy | could do | 19:29:31 |
keithy | unable to determine IP address - r nss-lookup.target doesnt work | 19:34:43 |
keithy | Jun 13 20:36:36 matthew dnsmasq[1607]: query[A] myip.dnsomatic.com from 127.0.0.1
Jun 13 20:36:36 matthew dnsmasq[1607]: config error is REFUSED | 19:40:04 |
keithy | thanks for your help @Adrian slowly getting to the bottom of this | 19:51:21 |
| 14 Jun 2021 |
andi- |  Download PXL_20210614_134724635.jpg | 13:48:28 |
andi- | Found a nice reproducible systemd crash... | 13:48:36 |
andi- | https://github.com/systemd/systemd/issues/19920 | 14:04:17 |
| Dandellion changed their profile picture. | 14:48:53 |
Xe | Nice | 15:52:43 |
Alyssa Ross | does anyone have any idea what I should do about all the dlopen stuff in systemd when building it statically? | 16:11:04 |
Alyssa Ross | poeterring says he'd take a patch to optionally turn the dlopen's back into proper dynamic links, btw | 16:15:11 |
andi- | In reply to @qyliss:fairydust.space does anyone have any idea what I should do about all the dlopen stuff in systemd when building it statically? Probably meson related? At least mostly? Also do they support static linking at all these days? I remember having a hard time many many years ago when I tried that in Gentoo. | 18:22:24 |
| hpfr joined the room. | 19:32:48 |