| 25 Nov 2022 |
K900 | Oh wait I don't have the commit bit | 16:39:54 |
K900 | lmaoa | 16:39:59 |
K900 | * lmao | 16:40:00 |
psvo | just for the background: reverse engineered from Ubuntu | 16:40:20 |
K900 | Figures | 16:40:41 |
K900 | nzbr (they/it): merge? | 16:40:57 |
psvo | ... and there's another issue with nixos that ubuntu does not have: systemctl status does not work me, while it works fine for them :/ | 16:41:29 |
psvo | I'm not sure, if that's captured by some existing issue | 16:41:46 |
K900 | That's a known issue in recent systemds | 16:41:50 |
K900 | I think | 16:41:51 |
psvo | oh, it could be, they have version 249 | 16:42:58 |
K900 | Also, question | 16:44:48 |
K900 | Are you running native systemd? | 16:44:51 |
K900 | And with what locale? | 16:44:57 |
K900 | I've got weirdness | 16:45:04 |
K900 | That is consistent across machines kind of | 16:45:13 |
K900 | ~
❯ echo '\u00a0'
zsh: character not in range | 16:48:53 |
K900 | I basically get this if I set locale to en_US.UTF-8 | 16:49:02 |
K900 | But it works fine with C.UTF-8 | 16:49:07 |
K900 | And it only happens with native systemd and not with syschdemd | 16:49:21 |
psvo | I'm running native systemd, I'm not sure, what does it mean to run with locales though | 16:49:20 |
K900 | I don't know why | 16:49:25 |
psvo |
| 16:49:39 |
psvo | * ~
bsh ❯ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
| 16:49:46 |
psvo | bsh ❯ echo -e '\u00a0'
... seem to work fine (it's nbsp, right?)
| 16:50:48 |
psvo | I can try zsh though | 16:51:36 |
K900 | Yes, it is nbsp | 16:52:18 |
K900 | ~
❯ b2sum /run/current-system/sw/lib/locale/locale-archive
f16c096ec15804fb2aed9fd689becd88f8524d77d60790b1c7655a8935bca6973adba2e1db32b471340b5b497df3a2445955053e25d9df3a66c3963e2815b600 /run/current-system/sw/lib/locale/locale-archive | 16:52:38 |
K900 | Just to make sure I'm not losing it | 16:52:43 |
K900 | What really freaks me out is that it works with syschdemd | 16:55:02 |