IRC channel logs

2025-10-30.log

back to list of logs

<pomel0>does someone here have an example of a configure.scm that has more than one filesystem mounted? the way I'm trying to do it keeps telling me "invalid field specifier"
<pomel0>aha! I think I did it
<pomel0>another question: I mounted another filesystem, but only root can make changes to it, how do I make my user the owner of the mount point for this filesystem?
<jmes>pomel0: I believe your best bet is to use the ‘options’ field for your file-system. You should be able to use the ‘uid’ mount option to set your user as the owner, but I have yet to test it myself
<loquatdev>Hello, everyone. Can anyone recommend good VPS (or maybe dedicated) services for running a Guix server? I'm looking to run a mirror and/or build farm for me and a few other users.
<loquatdev>If this is the wrong place to ask, let me know.
<apteryx>hm, apologies for the noise, I pushed a series on master, which was meant for its topic branch...
<apteryx>(already reverted)
<cbaines>apteryx, should f4768a9a9d6538127199d9b30af14ea1ea3576da be built by the build farms?
<apteryx>nope, reverted mistake
<apteryx>(if that's on master)
<cbaines>if you could add it to https://codeberg.org/guix/maintenance/src/branch/master/hydra/bayfront.scm#L1495 then that'll prevent builds for that revision happening on the bordeaux build farm
<apteryx>ugh, I should have reverted the series in a single commit if I had known that, there's like 15 maybe.
<cbaines>I don't know if you pushed the reverts all in one, but at least the data service doesn't see the individual revert commits https://data.guix.gnu.org/repository/1/branch/master
<cbaines>apteryx, so just adding f4768a9a9d6538127199d9b30af14ea1ea3576da is fine in this case
<apteryx>the tip/tail of it? OK
<cbaines>tip/tail?
<apteryx>cbaines: done
<apteryx>the last revert commit of that series
<cbaines>awesome, thanks
<futurile>Morning all