IRC channel logs

2024-03-29.log

back to list of logs

<Mist64>So guix shell is almost nix flakes, interesting
<Kolev>Does anybody have experience using Guix on Fedora?
<Kolev>I'm worried about SELinux and stuff.
<db8x>I prodded the SELinux policy a few times; it’s not perfect
<db8x>Kolev: do you have a specific question?
<db8x>bbl
<oriansj>guix pull is broken if you disable substitutes: https://paste.debian.net/1312342/
<peanuts>"debian Pastezone" https://paste.debian.net/1312342
<apteryx>nckx: hi! could you please set my passwd on p9.tobias.gr?
<apteryx>I'm trying to debug some problem with 'perf', and it complains that "Access to performance monitoring and observability operations is limited."
<Kolev>db8x, I want to use Guix on Fedora, but SELinux makes it difficult.
<Kolev>I see someone tried. https://lists.defectivebydesign.org/archive/html/help-guix/2023-10/msg00102.html
<peanuts>"Re: Stuck installing guix package manager on Fedora with selinux" https://lists.defectivebydesign.org/archive/html/help-guix/2023-10/msg00102.html
<db8x>Kolev: yes, the policy worked a few years ago when I messed around with Guix last. it may need updating, but that’s not super hard
<felixlechner>Hi, packages.ggo is 504
<Kolev>db8x, what all do I need to do, to get Guix to work on Fedora? 🙁
<Kolev>Fedora deprecated one of the things that Guix relies on.
<Kolev>nscd or something.
<Kolev>It seems Guix just doesn't work on Fedora. https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00355.html
<peanuts>"Re: How to use Guix with sssd, not nscd, on a foreign distro?" https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00355.html
<wingo>i have to get my guix driver's license back in order. how does one go about updating gdb
<wingo>14.1 has a bug, 14.2 fixes it. i understand there are tools to do this automatically but also that you need to be on a gpg keyring or something
<wingo>for the moment i can build --with-source=gdb=mirror://...
<wingo>but oddly i could not build with --with-latest=gdb; some error about GDB's signing key not being in my keyring
<wingo>which prompted me to add the key to my keyring, but in a background terminal or something
<civodul>Hello Guix!
<sneek>Welcome back civodul, you have 3 messages!
<sneek>civodul, rekado says: I've pushed a fix for the logs, and I'm working on replacing datatables now.
<sneek>civodul, apteryx says: what does suspendable means for a thunk?
<sneek>civodul, rekado says: I've restored missing JS in the cuirass main branch. I'll remove the rest once the switch from bootstrap to pico is complete. Will do that in a separate branch.
<civodul>rekado: thanks!
<civodul>apteryx: “suspendable” as in you can abort-to-prompt any time from within the thunk (there’s no continuation barrier)
<futurile>morning all
<PotentialUser-47>hello
<futurile>hello!
<PotentialUser-47>i am new here
<civodul>o/
<PotentialUser-47>i don't really know how this libera.chat works
<civodul>PotentialUser-47: just write and people can read and answer :-)
<PotentialUser-47>so simple
<guestmeow>Hi, I'm still kinda new to Guile. I noticed that to remove a service from %desktop-services a lambda like this is used: `(remove (lambda (service) (eq? (service-kind service) gdm-service-type)) %desktop-services)`.
<guestmeow>What would the correct way to do this be if I also wanted to remove, say, geoclue-service-type?
<guestmeow>I've tried a bit in the Guile shell but can't use `remove` there for some reason I'm probably missing as a Guile beginner
<guestmeow>Oh I was missing the SRFI modules
<df>hi, are there usb stick images available for a development version of guix? the link here is broken: https://guix.gnu.org/en/manual/devel/en/html_node/USB-Stick-and-DVD-Installation.html, and the most recent image in that directory appears to be 1.4.0
<peanuts>"USB Stick and DVD Installation (GNU Guix Reference Manual)" https://guix.gnu.org/en/manual/devel/en/html_node/USB-Stick-and-DVD-Installation.html
<df>also, if I just install 1.4.0, do I just need to guix pull (as root?) to upgrade to the dev version?
<df>er, guixsd this is, btw
<civodul>df: hi! yes, you can install 1.4.0 and then run ‘guix pull’ + ‘guix system reconfigure’ to upgrade
<df>thanks civodul!
<futurile>civodul: out of curiousity, did you get an answer on the state of core-updates?
<civodul>futurile: nope
<civodul>so dunno, i’m a bit concerned
<futurile>civodul: I think I'm lost on what has to merge first, before core-updates get's merged.
<futurile>civodul: I think we're seeing a few challenges along these lines around the 'branch' what of working - long running branches and co-ordination
<futurile>way of working even
<civodul>apparently there are to requests to merge currently: https://qa.guix.gnu.org/
<peanuts>"Guix Quality Assurance" https://qa.guix.gnu.org
<civodul>to me, the problem with core-updates is when we try to lump together too many changes
<civodul>i know because i mad that mistake a number of times :-)
<civodul>*made
<civodul>then at some point you lose steam, somebody else comes up with unrelated changes, etc.
<civodul>and it takes a long time to converge
<df>(apologies in advance if this violates the non-free software rules) - the installer didn't recognise my wifi card, but neither did it report it as requiring non-free firmware, is it possible I just need to load a kernel module or something?
<df>I can't find the device on https://www.h-node.org/ but the family appears to be a mixture of works and doesn't work
<peanuts>"home - h-node.org" https://www.h-node.org
<civodul>df: good question; can you check what model this is and/or whether anything relevant appears in /var/log/messages?
<civodul>then the installer could at least warn about this specific model
<emacs_is_good>how diff is guix from nixos ?
<df>the model is realtek RTL8822CE, just looking at logs...
<apteryx>my emacs consumes 1 GiB for no obvious reasons
<emacs_is_good>lol
<civodul>same here actually
<apteryx>it used to be that it'd stay around 300-400, if I recall correctly
<apteryx>I
<emacs_is_good>how diff is guix from nixos ?
<tricon>emacs_is_good: Guile is a big difference.
<tricon>emacs_is_good: You get to use a Real Programming Language (TM) instead of the Nix-specific config lang.
<emacs_is_good>wooh
<emacs_is_good>guix has something like flakes ?
<tricon>Yes.
<df>can't seem to find it in the logs, there are a few other realtek devices mentioned
<df>but it's definitely there, lspci knows about it
<tricon>df: what's the lspci identifier?
<df>is that the first bit of the line?
<df>or do I need an extra param to lspci?
<emacs_is_good>i have lenovo v15 amd most like every distro i tried is supported, anyone know it will support guix ?
<tricon>df: let's start with just the full line of the device.
<emacs_is_good>RTL8822CE df?
<df>ok, but I'm copying this manually so mistakes are possible...
<emacs_is_good>u have same as me
<df>02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
<emacs_is_good>same
<emacs_is_good>i have same
<emacs_is_good>df: what device u have ?
<df>emacs_is_good: the overall device? it's just a cheap lenovo desktop
<emacs_is_good>df: i have lenovo laptop like 500
<df>"IdeaCentre 3" apparently
<emacs_is_good>lenovo v15
<emacs_is_good>amd hardware ? df
<apteryx>civodul: I guess we should restart our emacs and issue M-x profiler-start, choose 'mem'
<apteryx>later when it bubbles up to 1 GiB M-x profiler-stop, and M-x profiler-report
<civodul>right
<civodul>restarting Emacs is annoying though…
<emacs_is_good>you are emacs users civodul from like when ?
<df>emacs_is_good: yes, ryzen 3 3250u
<podiki>perhaps one "solution" to core-updates scope is to just rename it to drop that historical baggage. or rather remove and have specifically named branches only (gcc-updates, glib-updates, etc.)
<df>is a message in the logs about a PHY driver relevant? (I have no idea what a PHY driver is)
<emacs_is_good>df: how much ram ?
<tricon>df: Yes. It's the physical layer.
<apteryx>civodul: I've been distracted by the qt-team branch as of late, but I think core-updates was looking fine
<podiki>i definitely understand the feature creep as people want to get in patches
<df>tricon: of the wifi card?
<apteryx>podiki: I don't really see an efficient alternative to 'bunch core stuff upgrades'; rebuilding N times the world just to know if each core tools had an impact seems wasteful
<podiki>we should be doing the world rebuilds more frequently so patches can be merged more regularly instead of waiting for one big build with tons of stuff
<podiki>apteryx: yes, but the name has become associated with "anything that needs 1000s of rebuilds" i fear
<df>hmm, it looks like it's loaded a kernel module called rtw88_8822ce
<tricon>df: Possibly. It's part of the kernel.
<podiki>i do think we need a "core" scope and branch, but it has always grown immense in scope for my few years here
<df>aha yes
<tricon>df: and `ip -a` doesn't show your wifi device?
<df>searching for that module name finds a lot of stuff about failing to load firmware, I guess it's not supported
<tricon>Ah.
<df>tricon: no
<emacs_is_good>df: so i can't use guix too
<mdupont>here is an idea I wanted to share, imagine a curiass guix build channel that is specialized to a cluster and has side effects, each derivation is a cluster state and we manage the state of the server in curiass. maybe we would have to add a few more tables and functions to the existing system.
<futurile>podiki: what do you think about gating with a time limit on it? For example, it gets merged every 3 months no matter what
<futurile>podiki: it's closed two weeks before the merge, so everyone knows - and it reopens after the merge - so at worse you wait 3 months
<podiki>a timeline would be good yes; maybe with a (rotating) person responsible for having to make some decisions that invariably will come up
<podiki>may need delays/adjustments sometimes, but that should be an exception and for good circumstances. or having to cut out some changes that won't be ready in time and given priority in next round
<futurile>podiki: yeah that seems fair enough - so you know that if you missed out you're "at the front of the queue" for the next round
<futurile>podiki: getting people willing to be the rotating person might need some social engineering heh - but yeah that would be brill
<podiki>well the side benefit is you get to help steer it :)
<futurile>that's true
<podiki>just a taste of power, nothing too much tough!
<podiki>though
<podiki>small branches with fewer people will tend to be more agile, but we do risk losing the hard work that fewer want to do
<remyd1>Hi, I am looking for packaging kcolorscheme. It looks like KDE source frameworks are retrieve with url-fetch. The mirror string is: (uri (string-append "mirror://kde/stable/frameworks/" (version-major+minor version) "/" name "-" version ".tar.xz")). I do not know what is "version-major+minor version" here. Any idea ? Thanks
<Kolev>I'm disappointed that nscd is being deprecated on foreign distros. Makes it hard to install Guix on them.
<podiki>looks like a function versio-major+minor taking version as an argument to make a string of some form?
<remyd1>Ooh, that is a kind of function... ?
<podiki>it should be based on the code you pasted
<podiki>(<function name> <args>)
<podiki>so i would guess it is a helper function to format from "version" (the variable) to a string of a particular format for getting this source
<remyd1>podiki, I think it is in a module imported, but which one ... ? I don't know actually
<podiki>(guix utils) my grepping says
<remyd1>thx podiki
<podiki>welcome!
<Kolev>Had to install Guile modules from source because Fedora doesn't do nscd.
<apteryx>uh, libvirtd is using 533 MiB of memory on my system
<apteryx>restarted it, it's now at 1 MiB. Odd.
<apteryx>oh wait it's back at eating 594 MiB
<apteryx>ah, tEre are dnsmasq errors in my /var/log/messages
<apteryx>doesn't look serious
<apteryx>so hm, libvirtd == 500 MiB of memory
<apteryx>my emacs config freshly restarted is about 150 MiB.
<ieure> https://www.phoronix.com/news/XZ-CVE-2024-3094
<ieure>Fortunately(?) the version in Guix is too old to be affected.
<peanuts>"XZ Struck By Malicious Code That Could Allow Unauthorized Remote System Access - Phoronix" https://www.phoronix.com/news/XZ-CVE-2024-3094
<h3>How to set `ungoogled-chromium`/`icecat` organization policy plug-ins/add-ons in /etc/config.scm? How to know what happened to a patch/bug/commit from Guix mail lists? Like if it was merged somewhere, appeared somewhere, if it was only on that mail exchange? And if it's only on the mails, how to apply them all to have the actual work done to execute it? I try to insert a package into Guix channel to test it with `guix shell` before pushing it but all I get is that the p
<h3>ackage is unkown. How to make it known by Guix?
<civodul>ieure: yes, and *if* it only affects sshd-linked-with-liblzma, we’re ok too
<civodul>still, that’s very alarming
<civodul>that level of sophistication
<podiki>yeah wow, backdoor
<ieure>civodul, Right? I don't remotely condone the behavior, but you have to admire the ingenuity of the attack. Probably doesn't affect Guix, reading more, I see that stock OpenSSH doesn't link against liblzma, but RH/Debian patched it to enable systemd, which pulls in the compromised lib.
<ieure>Wonder if that dev was compromised, or if they were playing a long game to carry out this attack.
<podiki>haven't given a full read, but was something about a binary test file and using the autotools generated build/install procedure?
<ieure>podiki, Yeah, the payload was in test files and the build scripts compromised to inject that into the output tarball, so it wasn't directly in the code.
<podiki>clever in its way
<podiki>and a good reason to always build directly from source (as we do); at least one less vector
<futurile>hmm this h3 person bounces in - asks these questions and then bounces back out - it's like they're a script or something
<podiki>not that you don't get source backdoors, but easier to audit if people are looking
<ieure>podiki, The *source tarballs* were compromised.
<ieure>BFS wouldn't have helped here -- only building directly from the source *repo*.
<podiki>right, going directly to a git checkout for instance
<futurile>I think you're overestimating the amount of 'looking' that happens by distro packagers honestly
<podiki>oh i know
<podiki>just that it is a possibility that is very slightly more likely at least :)
<dthompson>hmm, a good argument against 'make dist'?
<futurile>yeah - true - at least one 'can know'
<dthompson>this backdoor is wild. haven't seen something like this in awhile.
<podiki>maybe we should always use a git commit directly
<podiki>and found basically because someone was like "why is this slow/weird"
<ieure>podiki, I think preferring the source repo over the tarball makes a lot of sense.
<podiki>i would guess there's some overhead and mirroring that factors in a practical sense, but ideally i would think so, using source repo to always be as "direct" from the starting code
<podiki>fascinating. at least from a prospective where we are not scrambling to fix something right now
<podiki>though seems a big audit of xz and possibly other projects with contributions from that account is needed immediately
<ieure>Git clones are usually heavier than a source tarball. Using ex. Github's feature where you can get a tarball of a tag could be a reasonable middle ground -- though you have to trust Github in that scenario. I personally do not.
<podiki>those tarballs are not stable i believe
<podiki>not sure what/when they change but that's what i've heard commented in guix
<podiki>or at least the source tarballs on a release page (i assume same thing?)
<podiki>clearly we should just have a local git mirror of All The Source
<dthompson>joey hess shared that the developer also has commits in wasmtime https://hachyderm.io/@joeyh/112180082372196735
<peanuts>"see shy jo: "I rag on github a whole lot, but this is one feat?" - Hachyderm.io" https://hachyderm.io/@joeyh/112180082372196735
<podiki>interesting discussion on HN too (current top comment about author trying to get the xz update pushed quickly to Fedora): https://news.ycombinator.com/item?id=39865810
<peanuts>"Backdoor in upstream xz/liblzma leading to SSH server compromise | Hacker News" https://news.ycombinator.com/item?id=39865810
<stikonas>you would have to rewrite quite a bit of commencement.scm if you want to use git snapshots...
<podiki>or maybe create/host our own tarballs for commencement.scm (and bootstrapping in general?)
<civodul>using Git snapshot is something we’ve been discussing for a while
<civodul>clearly, it’s tricky
<civodul>we can proceed incrementally though
<civodul>problem is, i’m not even convinced that we should focus on Autotools alone
<civodul>i mean, sure, hiding stuff among those spaghettis is easier
<civodul>but it could be something else too, there’s no shortage of complex systems
<civodul>and above all, the social issue
<futurile>given that the person was in the project for 2 years, it seems like they could have done nasty things in the normal source, as much as in the release tar balls
<civodul>this person managed to trick developers for 2 years
<civodul>yeah
<civodul>(developers of multiple orgs even, like people from distros who reported “bugs”)
<ieure>This same dev added a vuln to libarchive in 2021: https://github.com/libarchive/libarchive/pull/1609/files
<peanuts>"Added error text to warning when untaring with bsdtar by JiaT75 ? Pull Request #1609 ? libarchive/libarchive ? GitHub" https://github.com/libarchive/libarchive/pull/1609/files
<ieure>Here's a list of things they contributed to: https://news.ycombinator.com/item?id=39866462
<peanuts>"This seems to be the account, correct me if wrong (linked from the security emai... | Hacker News" https://news.ycombinator.com/item?id=39866462
<podiki>so seems likely always malicious, not a recent e.g. account compromise?
<ieure>Yes.
<podiki>yowza
<podiki>either way all previous actions need to be audited
<podiki>wow wow
<podiki>guess i better keep tabs as part of guix-security
<ieure>Yes, very likely will have Guix impact, just not on xz.
<podiki>i believe this has come up before (and is documented?) but guix time-machine means you can/will go back to vulnerable versions of software huh?
<ieure>Yep.
<podiki>and nothing we can do about that other than warning? maybe a list of known backdoored/vulnerable sofware that time-machine can print out if you are at a commit with those versions?
<podiki>sounds tricky but doable
<podiki>e.g. we have guix lint which checks CVE database already
<ieure>Yeah, that'd be a really nice feature.
<ieure>You have to use stuff like time-machine with care, not unlike the Windows XP machine I keep around to run some vintage hardware (Data I/O Unisite device programmer, mostly). It's airgapped. :)
<podiki>as a quick (maybe?) hack, running guix lint on packages named in a manifest (using current guix source)
<podiki>haha yeah exactly
<ieure>Nothing wrong with it, you just need to know to take care.
<civodul>podiki: https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-time_002dmachine.html warns about it
<peanuts>"Invoking guix time-machine (GNU Guix Reference Manual)" https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-time_002dmachine.html
<podiki>i remember winxp would be remote compromised basically instantly when connecting to network if it wasn't pre-patched with whatever was big security updates
<podiki>civodul: great. what do you think about using guix lint machinery to warn about a manifest with vulnerable versions? would that be a reasonable way to do some more precise warning?
<ieure>podiki, Yeah, WinXP wasn't a great idea to put on the network even when it was supported.
<civodul>podiki: there’s even an old prototype ‘guix health’ in the patch tracker
<civodul>it had shortcomings we should be able to address today
<podiki>oooh
<civodul>but anyway, my concerns (panic?) right now aren’t addressed by such tools
<podiki> https://issues.guix.gnu.org/31444
<peanuts>"'guix health': a tool to report vulnerable packages" https://issues.guix.gnu.org/31444
<podiki>civodul: right. there are fundamental issues
<futurile>wow this is really sophisticated
<moesasji>I'm trying to figure out how to create a service that needs a config-file in a sub-directory in /etc. Does anyone know of an example how to do that?
<tricon>moesasji: I was pursuing the same but ended up making a service that permits passing a config file. It uses `(string-append "--sysconfdir=" (assoc-ref %outputs "out" "/etc"))` for the default conf path, which ends up being /etc within the package output.
<tricon>It was a WIP that was abandoned due to the project stalling and surely could use some cleanup. I could share the example with the project name generalized if you wish to take a peek.
<moesasji>Not sure that would work for this. This program looks for multiple files in that subdirectory in /etc
<moesasji>very strange there isn't an obvious way to do this
<tricon>moesasji: Perhaps the SSH service has some clues for you: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/ssh.scm#n419
<peanuts>"ssh.scm\services\gnu - guix.git - GNU Guix and GNU Guix System" https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/ssh.scm#n419
<podiki>(finally read the xz security report and how it gets to ssh authentication...wow, sophisticated. lucky it was caught relatively quickly but easily could have been missed for a long time)
<moesasji>tricon: both ssh and dropbear indeed use activation-services to create a subdirectory in /etc. Strange pattern
<moesasji>udev appears to do it in a better way: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/base.scm#n2436
<peanuts>"base.scm\services\gnu - guix.git - GNU Guix and GNU Guix System" https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/base.scm#n2436
<moesasji>that I can't get to work
<tricon>podiki: I just read up on this. Fascinating, and the CVE score is a 10.0.
<tricon>Interesting that some of the exploit was only in release tarballs.
<podiki>tricon: yeah, pretty clever and devious
<tricon>Another good case for source-only builds... and against vendoring libs.
<tricon>I like how Guix approaches source-only + binary w/ the challenge option.
<tricon>sed/binary/pre-built
<tricon>*s
<tricon>I can't think-type today.
<zamfofex>sed 's,sed,sed s,g'
<tricon>zamfofex: \m/
<pret7> https://issues.guix.gnu.org/70082, just packaged pass-import. sorry about the prerequisite patch id stuff in the patch. happens because I have a branch running in an inferior locally (I hope the length of that email didn't get me banned or something because the replacement patch and stuff I sent aren't showing up on the web tracker lol)
<peanuts>"[PATCH] gnu: Add pass-import" https://issues.guix.gnu.org/70082
<pret7>oh my explanation email shows up now, but the replacement patch I sent didn't, weird
<pret7>btw how does one mark revisions using mumi?
<pret7>mumi send-email -v2?
<pret7>ahh it's in format patch ic
<podiki>i saw a v2 when i looked
<podiki>note that mumi syncs every so often, 15 minutes maybe? so it won't show right away often
<pret7>👍
<civodul>podiki: should we publish a statement that Guix is (to our knowledge) not affected?
<podiki>sure. like a quick blog post or just to mailing lists?
<civodul>i wonder, just mailing lists?
<podiki>"and this, kids, is why we never trust binaries"
<civodul>OTOH people are going to wonder and there are likely users who don’t follow mailing lists
<podiki>which reminds me, did a note ever go on guix-info about the last cve? i don't know if i'm subscribed actually
<civodul>well really, we’re just lucky
<civodul>dunno
<podiki>yes, but lucky is better than unlucky :)
<civodul>we’re lucky because we have and old version and don’t use systemd
<podiki>what is the saying, i'd rather be lucky than good? (or is it the opposite?)
<podiki>indeed. old FTW
<civodul>:-)
<podiki>i've been spending most of the afternoon following this, really interesting. seems the maintainer (or maintainer's account) responsible joined the xz project a couple of years ago. this was a long plan. find a widely used project in need of maintainer, basically
<civodul>yes, the social part is what’s most impressive
<podiki>or, as some HN commentators pointed out, did an agency help engineer circumstances to put a maintainer in such a position to need help... certainly plausible scheme I would think, but who knows
<bjc>well, that puts my plans to agitate for a systemd package on the back burner ;)
<podiki>haha
<db48x>is there any way to make guix system reconfigure do less work? I just changed my pulseaudio config and it seems to have redownloaded the whole OS
<bjc>if you didn't pull since the last build, and all you did was change the config, it shouldn't have had to do that much work
<db48x>I installed this the the day before yesterday
<bjc>after the install, did you pull and build again?
<bjc>the first pull after install probably updated a lot of stuff
<db48x>my bash history says yes. I did a guix pull followed by a guix system reconfigure
<bjc>not sure, then. but, in general, you're right. a simple config file change shouldn't create a lot of work in system reconfigure. though it will probably do more than you'd expect coming from other distros
<zamfofex>db48x: Did you pull after your first system reconfigure?
<db48x>zamfofex: nope
<db48x>bjc: thanks for your help
<db48x>brb
<vagrantc>move slow and avoid insidious security bugs
<weary-traveler>it also helps if you're "too small" and not the target
<Aurora_v_kosmose>By the way, is it part of the package development practices recommended to crosscheck repository and tarball when writing the definition of a package?
<Aurora_v_kosmose>It looks like a good way of ensuring that the mechanism used for today's vulnerability is impossible to silently exploit on Guix.
<podiki>probably a good idea, but i doubt people do that
<podiki>preferring a git checkout is maybe better then
<Aurora_v_kosmose>For certain. Though a mismatch could itself indicate issues and could lead to discovery of a repo having been compromised but tarballs not having been updated yet.
<Aurora_v_kosmose>In effect, it'd encourage the would-be maintainer to dig deeper.
<podiki>though aren't tarballs different often anyway, because they have autotools generated stuff? (which we don't use, we run autotools) if i understand
<Aurora_v_kosmose>If both are compromised in lockstep then yeah, situation's FUBAR unless mundane auditing catches it.
<Aurora_v_kosmose>podiki: That's a practice that just plain needs to die. "autoreconf -ri" isn't hard to run. There's no reasonable excuse to bundle it anymore.
<podiki>i would say reducing steps and failure points between the upstream source and a distro package is good practice
<Aurora_v_kosmose>s/-ri/-i/
<podiki>right. and if it is confusing for a "typical user", whatever that means, it is more handled by distro packagers, who should know
<Aurora_v_kosmose>Plus it's not like it's hard to add a mention in the README or BUILD file of a project. That's how I learned about it in the first place, long before I actually sat down to read a book on how autotools works.
<podiki>unfortunately we know good documentation seems to be difficult. or even just listing the actual dependencies :(
<podiki>gotta run for now, bye guix!
<Aurora_v_kosmose>See ya
<db48x>pulseaudio is annoying me
<Aurora_v_kosmose>That's normal. :p
<db48x>usually it just works
<Aurora_v_kosmose>Yeah, I guessed it was doing something weirder than usual.
<db48x>and when I run it myself in a shell it does work
<db48x>but when gdm runs it at startup it just doesn’t
<db48x>no extra log messages either
<db48x>it is listening on the same port in both cases
<db48x>mdns records are created
<db48x>but it doesn't actually accept connections
<db48x>ok, then I quit pulseaudio, and I guess gdm restarted it’s copy
<db48x>and now it works