IRC channel logs

2023-07-24.log

back to list of logs

<gabber>zacchae[m]: i don't think they will blacklist you just because -- but you might end up telling people (through another channel than email) that they should check their spam folders. that being said i think Guix has the tools and services at hand to let you set everything up (see 12.9.12 in the manual), but usually an "email server" setups consist of more than just the MTA.
<juliana[m]>what would the complications be to renaming the Guix git's default branch?
<juliana[m]>...what does cat disruptor 9000 mean why is it flagging my messages
<juliana[m]>test
<gabber>juliana[m]: i don't see any flags (this might happen to you only on the matrix side of things)
<juliana[m]>yes
<gabber>juliana[m]: about the git main branch name: my guess is that services and infrastructure sometimes in and sometimes explicitly refer to that branch and it'd be a bunch of work and possibly disruption to all
<nckx>juliana[m]: Consider yourself disrupted.
<nckx>It's a bot that was present in the original Matrix room…
<nckx>zacchae[m]: Gmail doesn't seem to mind my mails nowadays. I don't know anyone who uses Outlook.
<juliana[m]>nckx it's like i'm in silicon valley with all this disruption /j /s
<squeaktoy>zacchae[m]: what's the point of a webassembly target though?
<squeaktoy>Do you want to run guix on a web browser or something?
<squeaktoy>Or do you need a wasm interpreter so guix runs each and everywhere or something?
<squeaktoy>I've never seen that last use case in wasm yet
<squeaktoy>in use yet
<squeaktoy>I think wasm could be cool as a sandboxed game extension format, but it's significantly more heavy than Lua or LCC considering you need LLVM to compile to wasm
<nckx>Guix targetting wasm doesn't imply that Guix itself needs to run in tha brooser. Although hell, why not.
<juliana[m]>it's a moot point anyway because Spritely is doing Hoot which will make wasm a target for Guile and Guix is all Guile, so
<juliana[m]>latest update: https://spritely.institute/news/hoot-wireworld-live-in-browser.html
<nckx>juliana[m]: Is the bot annoying?
<juliana[m]>it's supposed to be, right?
<juliana[m]>i just don't know why it responds to really short messages sometimes
<nckx>I don't think it's supposed to be annoying, no.
<nckx>I think it reacts to the substring ‘cat’.
<nckx>I don't lurk on Matrix much.
<juliana[m]>categorically fascinating
<juliana[m]>i just use matrix for a lot of stuff already and irc for only guix so
<haugh>pardon a quick test y'all
<zamfofex>squeaktoy: Why would you need LLVM to compile to Wasm?
<squeaktoy>idk I heard it's what most use
<zacchae[m]>gabber: Thanks. I thought I might be able to get away with exim configured with maildir, but I don't really know what I'm doing :) if you know of some guide for a self-hosted email server ssimilar to what might work on guix, I would greatly appriciate it.
<zacchae[m]>nckx: Haha, that's one way to do it
<zacchae[m]>squeaktoy: I was goinig to try and view it with gnus in emacs (via maildir I think?)
<frog>zacchae[m]: you can just follow any guide for setting up an email server. guix doesn't have any fancy interface for configuring mail transfer agents yet, so the configuration is entered as one giant file-like object in the system config. (the only tricky part is that you may need to use mixed-text-file to insert the full path of a program into a config file.) I think you will be fine with only a mail transfer agent if you run emacs
<frog>on the server itself. or maybe download the maildir with rsync.
<frog>if you set up the extra email security features properly, set up dns properly, and wait a couple weeks, your email won't get rejected from gmail anymore. (don't test with an email name that you plan to use for real. your real domain is fine, but not the name part.) I set up these security features in addition: dkim, dmarc, smtp tls reporting, and spf.
<juliana[m]>google and microsoft use heuristic spam filters based on the age of the mail server. you might be fine at first, and you might be fine for a while, but the chances of staying fine forever are slim
<juliana[m]>i saw a graphic once demonstrating that you have to scale up the amount of email your server sends at a defined but exponential rate to avoid being labeled a spam server
<juliana[m]>so in order not to get send to the spam folder you functionally have to - wait for it - send spam
<frog>sad if true
<juliana[m]>s/send/sent/
<juliana[m]>ah woops sorry forgot editing on matrix sends another message to irc
<frog>i cant find anything similar to what you described, but google does say that if your end goal is to send lots of email then you need to progressively increase it. its probably not that bad.
<apteryx>janneke: ah, for the %environment-options unbound error, a workaround is to use 'environment' instead of shell, e.g.: guix time-machine --commit=1bf55a485028be4eca79300f914b8e2d12433e43 -- environment --ad-hoc hello -- hello
<janneke>apteryx: right, i wondered about that
<zacchae[m]><frog> "on the server itself. or maybe..." <- I sync my entire home directory with syncthing, so I think maildir will just automaticaly work on remote devices
<zacchae[m]><frog> "if you set up the extra email..." <- That's a lot of extra features... I'm hoping that filtering out any incomming not addressed to my domain is enough to not get rightfully blacklisted
<zacchae[m]><juliana[m]> "i saw a graphic once demonstrati..." <- I don't care if people's spam filter blocks me so long as it isn't justified. At that point, it's my friend's fault for using a shitty email service
<juliana[m]>lol nice
<juliana[m]>just as long as you have a backup email for your doctor or whoever ;0
<juliana[m]>;)*
<frog>the features i mentioned relate to outgoing mail, not incoming mail. google requires at least spf or dkim now or they will just reject your email entirely. iirc, dkim is the only one of the four i mentioned that actually requires software to set up. the rest are just dns records.
<zacchae[m]>frog: Neat. Spf seems straightforward enough. Hopefully that and filtering out incomming mail addressed to external domains is enough
<mobius_>trying to learn pkg mgmt w guix. i'm reading through the manual and can't find how to remove config files when i remove a pkg
<frog>if you created it manually, you have to delete it manually. if it was created automatically through a system service or guix-home service, it will be removed automatically when you remove the service. (although remain in /gnu/store until garbage collected)
<zacchae[m]>mobius_: if the package generates the config files, then there is nothing guix can do. Program config directories are not consistent. I think you would have to delete them manually
<mobius_>oh okay, thank you. at least they're all pretty easy to find
<mobius_>okay so would there be any reason to add additional channels besides the official? from what i can tell and from how i want to use my system, it would be no
<zacchae[m]>mobius_: The problem is that guix only manages the store, and config files tend to change over the usage of a package. The real solution is to manage your config files with "guix home", and remove the config files from your home declaration when you remove the package (or create a service that adds the package and config files).
<mobius_>thank you zacchae, give me a moment to digest what you're saying
<zacchae[m]>it is very rarely necessary to add additional channels. More likely that you will add a "-L /path/to/local/guix" to guix commands to use some defs in a local repo
<mobius_>okay i found "invoking guix-home". it's 13.4 of the manual
<mobius_>curious if there's like a quick reference for just day to day use? the manual is very well written, but it's very indepth and easy to get overwhelmed
<zacchae[m]>Unfortunately, the official document like that is the guix cookbook, and it is quite sparse. I can recommend the system crafters youtube channel, but otherwise, this irc is the best I have found
<mobius_>ah yes, i found system crafters. very cool videos
<mobius_>let me check out the cookbook
<mobius_>maybe i'll write a quick ref guide in a few weeks once i figure everything out
<zacchae[m]>If you like making guides, getting more content in the cookbook would probably be the most helpful to the community
<juliana[m]>oh yeah i've been meaning to see if anyone would be interested in a cookbook chapter on setting up a channel
<juliana[m]>i wrote a blog post on it last year when i did it and have been meaning to see if there's interest in me rewriting for the cookbook ever since XD
<mobius_>juliana so a channel is like a custom repo, right?
<ChocolettePalett>I would love to see such an entry in the cookbook, because I miss dwm & st so much
<juliana[m]>yes, a channel is a package repository. sort of.
<juliana[m]>it's much more than that, but
<juliana[m]>yeah
<mobius_>so in theory i could pull source code of the main packages I use, compile it myself on a remote server, then set that up to be my own custom channel? like just for the experience and knowledge
<mobius_>and maybe like automate it
<juliana[m]>that would be setting up an alternative substitute server
<mobius_>ok, right. bc substitutes are packages
<mobius_>okay, so i'm going to subscribe to guix-devel and try to connect with someone to help me write a quick ref beginner's guide on everyday use. if anyone wants to help, maybe keep an eye out there
<the_tubular>Could you ping me when you release mobius_ ?
<mobius_>the_tubular absolutely! how would i do that? like on irc?
<the_tubular>Yeah
<mobius_>okay
<mobius_>maybe i should also read the hexchat manual lol
<mobius_>i haven't spent much time on irc tbh
<mobius_>something else i'm curious about. i'm reading a bit through the shepherd manual to try to understand how to manage services, and i see references to systemd. does guix use both shepherd and systemd, or are those for people using guix pkgmgmt on top of another system?
<juliana[m]>guix system only uses shepherd
<mobius_>okay, that's what i thought
<juliana[m]>i think shepherd can use systemd service files though? or like some subset thereof
<mobius_>okay
<zacchae[m]>guix ships with some systemd service units to work on foreign distros, but I don't think you can do any systemd things through guix
<juliana[m]>okay, apparently when shepherd talks about "systemd-style services" it's referring to how incoming connections are handled
<juliana[m]>so i don't think it can use systemd service files
<juliana[m]>i thought that was a real weird thing to have lol
<mobius_>yeah, i was a little confused by that lol, but your explanation clarifies
<mobius_>i have to get going, thanks for the help everyone!
<itd>apteryx: I can offer 'guix time-machine --commit=7670efefe4fb4aca12cb19ea5d89ff37c48e3ea6 -- build hello'
<fries>hey, when sending a patch series, is using --compose with git-send-email supported. i tried that when i sent my series and i tried putting a body and either it doesn't see the summary email or it teams.scm script just errors out.
<fries>yeah, i sent a patch series to an existing bug after juliana reviewed my patch. i split up my big patch into 5 patches.
<fries>anyways for my series i just pressed reply on my email client on the last patch as a sudo-cover letter
<fries>i mean if its getting sent to the bug address, it should be fine
<ronniedroid18>hello, how are you?
<ronniedroid18>I am giving gnu/guix a try on a debian system. I am having difficulties defining services. I have made a `(ronnie modules fish)' module which exports 'my-home-fish-service-type` and `my-home-fish-configuration`, but guix says `my-home-fish-service-type` is unbound variable, and asking me if I have used the module `(ronnie modules fish)`. I have
<ronniedroid18>used the module inside my `(home home-configuration)` module (the file which contains my home-environment.
<ronniedroid18>my files are inside `~/dotfiles/ronnie`  and `~/dotfiles/ronnie/modules`, I run guix home with `-L ~/dotfiles`
<iyzsong>ronniedroid18: there may be some syntax errors in your module, i'd try 'cd ~/dotfiles; guile -L . ronnie/modules/fish.scm' first.
<iyzsong>i think 'guix' report less errors than 'guile', it sometimes hide the issues..
<ronniedroid18>will, it says `no code for module (gnu home)`
<iyzsong>um, try 'guix repl -L' instead of 'guile -L'
<ronniedroid18>ran, `guix repl -L . ronnie/modules/fish.scm`, got, `unknown location: source expression failed to maatch any pattern in form (key . value)`
<ronniedroid18>but the code I have I have copied directly from `gnu home services shells`
<iyzsong>yeah, copy/paste without understand usually bring errors..
<ronniedroid18>true.
<ronniedroid18>I mean, I think the problem is in the pattern matching section, where I am serializing the fish configuration fields.
<iyzsong>okay, i think too.
<ronniedroid18>I turns out I was not using the matching library
<ronniedroid18>f-ing noob
<Kabouik_>So I freed some more space and it guix package -u finally worked nckx. I think it ate more than 10GB though, and took several hours to complete. What can I rm now to free the space the upgrade took? guix gc after a package delete-generations I guess, but maybe also ~/.cache/guix?
<pjals_fox>sudo guix system delete-generations && guix home delete-generations && guix package delete-generations && rm -rf ~/.cache/guix && guix gc
<pjals_fox>that assumes you want to say bye-bye to rollbacking to previous generations
<Kabouik_>Yup, I do on that device, thanks.
<Kabouik_>I don't use guix home or guix system on that device, so I had cleared everything I could already apparently!
<nckx>Hey Kabouik_. Weird that my client didn't ping me above. It's not unusual for 'guix upgrade' (or its synonym 'guix package -u') to eat >10GB. What was implausible was that 'guix pull' alone would use 11GB in a manner that's returned to the system on failure. There are a handful of huge packages (think webkit*) that use tonnes of temporary space, but they shouldn't be part of 'guix pull's closure.
<cbaines>we're stress testing bayfront again :/
<cbaines>no wonder trying to write to the disk was taking ages
<cbaines>I struggled to stop this the last time it happened :(
<cbaines>I think I've managed to kill it
<cbaines>ah nope, still going
<cbaines>yep, these processes seem unkillable
<cdo256>Hey all, I'm trying to build a guix checkout but configure fails saying `C compiler cannot create executables`
<cdo256>The issue appears to be that guile can't fine (ice-9 readline)
<cdo256>I've done `guix shell -D guix help2man git strace gcc --pure less`; `./bootstrap`; and it fails on `./configure --local-statedir=/var`
<cdo256>config.log: https://0x0.st/He4J.log
<cdo256>Anyone have an idea what I might be missing?
<cdo256>I added the gcc package to the guix shell command but it doesn't appear to make a difference either way
<cdo256>Adding guile-readline doesn't change the message either. It's a clean checkout of the latest master.
<ekaitz>cdo256: are you adding help2man and all that as -D
<ekaitz>oh, it's only for the next
<ekaitz>so looks ok
<ekaitz>in order to build guix I only do guix shell -D guix and it works
<cdo256>hmm
<ekaitz>cdo256: try again with guix shell -D guix only
<cdo256>Just done that and got the same thing
<cdo256>It's difficult to read the configure output because some errors are okay and others are critical
<ekaitz>yeah I know
<ekaitz>try to make clean
<ekaitz>and make clean-am
<ekaitz>and clean-go
<ekaitz>and clean almost everything
<ekaitz>just in case
<cdo256>I don't think I can run make anything because configure failed. I'm going to make a new checkout and see if it happens there.
<ekaitz>or clean with git
<cdo256>Strangely the same thing in a clean checkout with `guix shell -D guix --pure`. That shouldn't happen..
<cdo256>It happens when I jump back to v1.4.0 also so must be a problem on my end
<ekaitz>hm
<ekaitz>probably its a simple thing
<ekaitz>we must be missing something
<cdo256>it always is haha. I'll try running it as root next and see if it's a system problem or a user problem
<nckx>Is it a ~/.guile problem?
<ekaitz>oh that could be too! cdo256 you could try in a container somehow
<Kabouik_>It's entirely possible that I wrongly reported the issue as following a `guix pull` when in fact it was following `guix package -u` nckx, since I usually run both in a row. I'm sorry if that was not accurate and made you wonder what was the issue.
<nckx>No problem, just a lot less mysterious 😉
<Kabouik_>I definitely need to find a way to free some space on that phone for the future. Already moved all big documents/media on a SD (with the threat of the SD dying out of nowhere, like most my SD cards did).
<nckx>Oof yes, SD stands for sudden death.
<Kabouik_>It has a dual boot, I guess one OS will have to go.
<cdo256>Ah adding --check makes it obvious: guix shell: warning: variable 'GUILE_LOAD_PATH' is clobbered: '...:/home/cdo/.config/guile' That should be easy to fix
<ekaitz>cdo256: but --pure should help with it!
<cdo256>Removing the GUILE_LOAD_PATH from my home config fixed it. But it doesn't make sense that GUILE_LOAD_PATH should affect a --pure shell does it? Does that mean that somehow guix shell --pure isn't as pure as intended? Or is it okay in this case?
<egnun>Hey #guix, I'm trying to install GuixSD from the iso image. I've written the image to an USB stick followed all the steps.
<egnun>Now quite at the end the install process always fails, with an error like: "Can't write to /mnt/ probably no space left"
<egnun>It says, that it wants to write about 4GB of data, but only about 800 MB (the size of the image) would available.
<egnun>*would be available
<cdo256>egnun: Could it as simple as you've accidentally selected the live boot usb drive rather than your hard drive as root?
<egnun>Yes, I just had the same thought. But why would Guix choose that?
<egnun>I'm only following the graphical installer…
<cdo256>What do you get if you do Ctrl+Alt+F3 and run `lsblk`?
<cdo256>Is there a safe value I can set GUILE_LOAD_PATH to that allows guile to see my init.scm while still allowing me to build guile projects?
<egnun>cdo256 So it seems, that cryptroot is mounted to /mnt and crypthome to /mnt/home
<egnun>I'm trying this inside a VM by the way. But the virtual image should be large enough (20G) and there should also be enough space left on my hard drive.
<cdo256>Are their sizes as expected? Another thing to check is `df -h`
<egnun>Guix chose a default for /root of about 6G and the rest for /home.
<egnun>But I think, this is were the confusion comes from. Because, when I start the installation it already keeps writing long before the warning comes.
<egnun>So, when it notices, that there is no space left, it has already written like 5G and then it wants to write 5G more.
<egnun>So the defaults seem a bit off.
<cdo256>Hmm, Yeah that's not nearly enough for how much needs to be written to /gnu/store/
<cdo256>Mine's currently using up 115GB (though I haven't run gc in a while). I'm not sure what the reccomended root drive size is for guix but it'll be quite a bit more than you would use for OS's which don't use a functional package manager.
<egnun>115? You know guix gc works quite well these days? ;-)
<cdo256>My last drive failed without me knowing after I ran an aggressive guix gc, so my system couldn't boot and I couldn't roll-back. Took me weeks to get back to normal. So now I live with the paranoia and hoard outdated outputs in case it happens again.
<egnun>This is a good reminder, that on Guix I probably should start doing backups of / again.
<egnun>On Fedora I just do a # dnf list installed
<egnun>to get a list of installed packages, which would be everything I need
<cdo256>I think it ended up being a corrupted SATA controller on my motherboard so it was more than one drive I lost. I now make nightly backups. I will relive that again.
<egnun>*I needed to copy.
<cdo256>I ended up doing a `guix manafest` or some similar command once I was able to chroot into it. Wasn't too bad once I'd thrown out half my hardware and knew what to do.
<apteryx>cdo256: oof, great you pinpointed the problem
<egnun>Yes, very nice. It worked.
<nckx>egnun: Out of curiosity, why don't you do the same on Guix System?
<egnun>Do what again? (Sorry, my chat history is gone.)
<nckx>I was rather terse. Rather, what ‘is a good reminder, that on Guix I probably should start doing backups of / again. On Fedora I just do a # dnf list installed…’.
<egnun>Well, dnf doesn't work on Guix now, does it? ;-)
<nckx>It's buggy. I don't see the leap to backing up / though.
<egnun>I don't know. I'm quite new to guix. Is there a command to output the installed packages in Guix?
<nckx>guix package --list-installed
<nckx>It… er… well… it's probably obvious what it does.
<nckx>And your system can be recreated from your system configuration (created by the installer as /etc/config.scm) and any other files it references, although I tend to back up all of /etc just to be safe.
<egnun>$ guix package --list-installed
<egnun> doesn't return anything for me. Neither as a user nor as root.
<egnun>Yes, always backup /etc, of course.
<nckx>That means you have no packages installed as user or as root.
<nckx>If this is the installer, that's expected.
<egnun>But didn't I just install a whole bunch of packages or else GuixSD wouldn't be running?
<nckx>(System packages are defined in your system configuration file.)
<nckx>On a newly-installed system, all you'll have are those ‘system’ packages (possibly hidden behind a list like %desktop-packages for convenience).
<egnun>I see.
<nckx>Users can install extra packages using ‘guix install’ etc. Root can do this, too, but here root is just another user, not ‘the system’.
<nckx>You can consider the system profile as a base layer, then each user has their own profile in which they can install whatever they want.
<nckx>That base layer is entirely defined by the /etc/config.scm you just created with help from the installer. If you sent it me, I could ‘guix system build’ or even ‘guix system vm’ that file and get something very close to your system, assuming I recreate your partition layout etc.
<podiki[m]>ci isn't showing new derivations for several days now, any updates?
<nckx>egnun: Although, in practice, you might still end up creating/editing other stuff in /etc because the abstractions aren't complete or perfect yet.
<nckx>Anyway, consider /gnu to be like /usr, and unlikely to be space/time-efficient to back up.
<nckx>podiki[m]: I just noticed that I'm still building linux-libre@6.4 from source. I didn't look into it after restarting Cuirass. I think you know more about it than I do.
<egnun>> If you sent it me, I could ‘guix system build’ or even ‘guix system vm’ that file and get something very close to your system,
<egnun>Yes, this is actually where I want to go. I'm currently just testing stuff in a VM and after that, I want to extract the config.sc(a)m file to actual hardware, where I have Guix currently running on a foreign distribution.
<egnun>Because I was told, that I could do a $ guix init to replace the running OS with GuixSD.
<egnun>Which sounds quite nice, if it acutally works :-D
<nckx>It works, but it doesn't actively hunt down & delete the previous OS. You'll very likely end up with a working Guix System with plenty of old junk lying around (I've installed a few machines this way), with a small chance that some left-over configuration file still takes effect. If you're anything like me, this'll bug you and you'll perform a clean installation to feel clean again. But it's an option.
<nckx>ACTION away.
<egnun>nckx: Good to know. But I have to try the $ guix virus anyway. ;-)
<razlix77[m]>Hello
<razlix77[m]>I'm working on a service where I use define-configuration
<razlix77[m]> https://paste.debian.net/1286791/
<razlix77[m]>I am having trouble with optional values
<razlix77[m]>```
<razlix77[m]> * myconf
<razlix77[m]>$52 = #<<firehol-configuration> version: "6" interfaces: (#<<firehol-interface> name: "123" custom-name: "123" ip: %unset-marker% deny: %unset-marker% %location: #f> #<<firehol-interface> name: "eth0" custom-name: "ceva" ip: "21231" deny: #t %location: #f>) %location: #f>
<razlix77[m]>when I try to serialize the above I get "Wrong type to apply: %unset-marker%"
<razlix77[m]>how is "maybe-string" supposed to work if it tries applying "%unset-marker%"?
<razlix77[m]>should work according to this https://guix.gnu.org/manual/devel/en/html_node/Complex-Configurations.html
<razlix77[m]>what's with the cats 😺 anyhow?
<lispmacs[work]>Hi, is anybody able to push this new package I submitted a few months ago? I've tweaked it multiple times as requested:
<lispmacs[work]> https://issues.guix.gnu.org/63964
<sneek>Yey! nckx is back :)
<apteryx>hm. I'm officially puzzled.
<podiki[m]>is CI evaluating but not showing on the webpage? or is it stuck? last evaluation is from last week
<podiki[m]>i wanted to see if I should merge/cherry-pick the mesa-updates branch
<apteryx>does the 'guix shell' caching reacts about grafts?
<apteryx>nckx: the 'gnu: cups: Replace with 2.4.6 [fixes CVE-2023-34241].' commit (2986ba899f5ee374008c501e26fb653147ed7891) appears to break lookup of GTK modules for python-pygobject
<apteryx>I don't get why, but that's my findings
<apteryx>I'll provide a reproducer
<efraim>in case anyone was worried, mesa builds just fine for powerpc-linux
<apteryx>nice!
<apteryx>could someone else confirm my findings in https://issues.guix.gnu.org/64836? it feels nuts
<podiki[m]>efraim: nice! which version?
<Guest28>If a package is hosted on GitHub, what is the standard for getting the source.  Should it be commit with version tag or downloading the tarball with that version?
<Guest28>or not Github but generally speaking.  Sometimes it is like that and sometimes it is the other way.  Shouldn't it always be same to have some standard/consistency?
<efraim>/gnu/store/7qrs9q0hn4las397l5aw2w0r2flpfflg-mesa-23.0.3
<podiki[m]>Guest28: I believe the autogenerated tarballs of github are not stable; some projects provide their own, other times we have to do a checkout of a tag, yes
<apteryx>Guest28: what podiki said; 'guix lint' should warn against using autogenerated github tarballs
<Guest28>Okay, so git with version checkout would be the correct way?
<lilyp>Version tag is the way to go. If you really need the hash because you don't trust tags, use git-version
<RavenJoad>o/
<apteryx>nckx: ah, I think the issue I reported about your cups graft commit was reported earlier as https://issues.guix.gnu.org/62672
<RavenJoad>nckx: Did you have a chance to look at my apcupsd stuff?
<ulfvonbelow>how would one go about getting the PID in the root pid namespace of a process given its PID within another namespace and the PID in the root pid namespace of another process that is in the same PID namespace?
<ulfvonbelow>that is, process P1 has PID1 in the root namespace, process P2 has PID2 in the PID namespace of P1, what is the pid of P2 in the root namespace?
<apteryx>seems guix time-machine is prone to hanging up; e.g. commits circa August 2021 such as 8ef38cd1bf7ec17b8d1bc1c0bcb42ac30ac30406
<janneke>apteryx: it thought it would be easy to get ab0ede51c041927a1c35535aec3504f84d7a9751 (2019) to work, because i traveled there for quite some time...
<janneke>but i keep getting things like this https://paste.debian.net/1286819/
<apteryx>are these build errors, or substitution errors?
<apteryx>not sure
<apteryx>I get a lot of time-machine commands hanging up on "Computing Guix derivation for 'x86_64-linux'... |"
<janneke>i guess build errors
<janneke>@ build-failed /gnu/store/rsz96n55pbhcdq2ipkrwvgz8qzv0q28c-python2-2.7.15.drv - 1 builder for `/gnu/store/rsz96n55pbhcdq2ipkrwvgz8qzv0q28c-python2-2.7.15.drv' failed with exit code 100
<janneke>but i *know* there was a time when i could travel there...
<apteryx>maybe time bombs in the builds
<apteryx>or test suite
<janneke>right
<apteryx>hard to say without the build log
<ulfvonbelow>if we ever set up a team to maintain 'guix time-machine' compatibility, I propose we name it 'time-cops'
<viaken>I'm not sure I understand the use case difference between grub-efi-bootloader and grub-efi-removable-bootloader. I get that one installs to the default bootloader location and the other Guix-specific, but what are they *for*?
<RavenJoad>viaken: For your system to boot with EFI, you need an EFI program that loads the initrd after UEFI/BIOS and grub run. both bootloader types install the EFI program to the boot device so your OS loads. The difference between them is where the EFI program is put.
<RavenJoad>grub-efi-bootloader should be preferred, because it allows you to have multiple OS's EFI programs to make switching the booted OS easier. grub-efi-removable-bootloader is for some motherboards which "forget" the location of those EFI programs custom locations, so removable puts them in the spec-defined location.
<juliana[m]>oh so removable is what i needed to not have to do weird sorcery to get my replacement laptop to recognize the OS on the SSD i transfered from my previous, identical laptop
<juliana[m]>(Weird sorcery being using ventoy to boot then running a system reconfigure)
<viaken>Ah, got it! Thanks!
<RavenJoad>juliana[m]: Probably? I don't know. Laptops get weird about these kinds of things.
<RavenJoad>viaken: No problem!