<paroneayea>civodul: davexunit: apparently the talk on Guix I'm doing will be at... the Red Hat office! <daviid>take your gnu hat! never know... :) <civodul>i heard that Red Hat is diverse, with developers not at all tied to Fedora/RHEL <civodul>you'll have a crowd of e-supporters behind their keyboards ;-) <civodul>we could announce it on the web site no? <paroneayea>civodul: they're going to put an announcement on the site, anyway, I'll email you! <Steap>paroneayea: I'm writing a blog post about Guix-tox for Red Hat :) <Steap>and I will do a presentation at PyConFR next month <Steap>We might accidentally take over the company. ***francis7 is now known as fchmmr
***fchmmr is now known as francis7
<davexunit>Steap: hehe red hat has "project atomic" so I don't think that will happen :) <caddar>is there a trick other than installing exfat-utils, fuse-exfat, and fuse to mount -t exfat? <davexunit>caddar: sorry, not sure. I have never tried doing that. <caddar>update: rebooting didn't help :) <mark_weaver>I've never used an exfat filesystem, so I don't know how it's implemented in GNU/Linux. <mark_weaver>I don't remember seeing it among the filesystems supported by Linux (the kernel), so I'm not surprised to hear that it requires fuse <mark_weaver>if you install exfat-utils, fuse-exfat, and fuse, does "mount -t exfat" work? <caddar>that was the approach i took, and it didn't work <caddar>mount: unknown filesystem type 'exfat' <mark_weaver>caddar: the man page for 'mount' doesn't contain the string "exfat". under the -t option, it lists 44 supported filesystem types, and exfat is not among them. <caddar>i noticed that - i'm able to mount -t exfat at my work computer, running CentOS <caddar>i haven't checked if it made the manpage there, though <mark_weaver>it may be that you need to do something to register 'exfat' as a new filesystem type, using fuse somehow. I don't know much about fuse though. <caddar>i don't either, but that sounds reasonable <mark_weaver>it also mentions that modern distributions handle this automatically, so we'll have to look into how that works. <caddar>turns out mount.exfat is a symlink to mount.exfat-fuse <civodul>mark_weaver: i reevaluated core-updates so we build the util-linux changes <davexunit>ACTION can't wait until we have networkmanager <zacts>how can I configure full disk encryption on an already installed guix to encrypted fs? <mark_weaver>zacts: just a day or so ago, someone managed to get a root filesystem working with guix <mark_weaver>it required a small fix to our initrd that hasn't yet been pushed <mark_weaver>it also required adding extra kernel modules to the initrd <mark_weaver>I don't have time right now to walk you through it, and migrating an existing GuixSD system to an encrypted root is certainly an added complication that we'd have to puzzle out. <mark_weaver>however, within a couple of days we should have the fix committed to the repo and I can help you more. <paroneayea>Functional Package Management and Deployment with Guix: Tired of being stuck after an upgrade? Wish your operating system could roll forward and backwards in time, more like Git? Want a way to get *really* reproducible software? Or just want a better alternative to $YOUR_LANGUAGE's stressful packaging ecosystem you can run on an existing distro? And why on earth would you want something called a "symlink forest" anyway? Discover <paroneayea>all this and more in this exciting talk about the GNU Guix project! <davexunit>paroneayea: hehe reads like an infomercial :) <paroneayea>well it's a talk summary for a usergroup, might as well be ;) <xentrac>what does "federation" mean in this context? <paroneayea>xentrac: getting decentralized sites to work nicely together <xentrac>syndicating content, event notification, cache invalidation, that kind of thing? <xentrac>aha, it's the next generation of identica/laconica <xentrac>I wish they would quit changing the name every year <boegel>bavier: you disappeared into thin air all of a sudden yesterday? :) <civodul>so, do you have details about your Guix talk that we could publish? :-) <paroneayea>I'm presenting both on federation and guix on the 30th at the red hat office it turns out :) <paroneayea>civodul: I think an official thing is about to go up on the chicagolug site, but preliminary details <paroneayea>> Functional Package Management and Deployment with Guix: Tired of being stuck after an upgrade? Wish your operating system could roll forward and backwards in time, more like Git? Want a way to get *really* reproducible software? Or just want a better alternative to $YOUR_LANGUAGE's stressful packaging ecosystem you can run on an existing distro? And why on earth would you want something called a "symlink forest" anyway? Discover <paroneayea> all this and more in this exciting talk about the GNU Guix project! <paroneayea>civodul: however, I'll email you when that gets confirmed <davexunit>makes me think of the infomercial formula: "are you tired of this?" *black and white footage of someone using a tool poorly and struggling* <davexunit>"are you tired of this" *black and white footage of davexunit using chef* <paroneayea>davexunit: I was trying to channel some kind of television personality, maybe like nightly news or announcing a new show, but infomercial works :) <paroneayea>though there's always the risk that people won't catch on <davexunit>yeah see I thought that was great because it was so over the top <paroneayea>so we had a mix of people who loved the movie trailer trope style camp and people who thought we just did it badly <davexunit>they should be lucky that I didn't make such a video <davexunit>intentionally awful jokes all over the place <paroneayea>that's bkuhn's fictional example scenario when he tries to assess circumstances of people trying to skirt the AGPL, forking mediagoblin and calling it "mediatroll" <xentrac>I'll probably have to start from an empty subscriber list since it's been offline so long <paroneayea>civodul: <m_22> any lists we should cross-post the announcement to? ***bavier` is now known as bavier
<civodul>and yes, you can email guix-devel as well ***davi_ is now known as Guest94006
<mark_weaver>civodul: the latest release of valgrind (the one we have) fails at configure time. it says it doesn't support glibc 2.22 <mark_weaver>oh, hmm, the configure script says it only supports up to glibc-2.19, but I see that we have a patch to hack in support for glibc-2.21 <mark_weaver>hmm, more importantly, pixman segfaults during its test suite on i686 <mark_weaver>I tried rebuilding it, in case it was non-deterministic, and it failed again in the same test: "stress-test". <mark_weaver>pixman built successfully on armhf and x86_64. still waiting on mips <mark_weaver>alas, I won't have time to debug it anytime soon, so if someone else wants to step up, please do :)