bug#38086: RAID installation script with ‘mdadm’ no longer works

2020-01-18 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ludovic Courtès 写道: As you can see, it’s attempting to make a RAID1 device out of two partitions (not two disks), which makes no sense in the real world, but is easier to handle here. So I wonder if this is what’s causing it to hang… It's just waiting for input: $ # dd & losetup magic, wh

bug#38086: RAID installation script with ‘mdadm’ no longer works

2020-01-18 Thread Ludovic Courtès
Hi! Vagrant Cascadian skribis: > So, this might be sort of a tangent, but I'm wondering why you're > testing raid0 (striping, for performance+capacity at risk of data loss) > instead of raid1 (mirroring, for redundancy, fast reads, slow writes, > half capacity of storage), or another raid level

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-18 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > Ludovic Courtès writes: > >> That cannot work: this libcurl.so is linked against a different libc >> (among other things) than the ‘sbcl’ program from Guix, so trying to >> load it in a running Guix ‘sbcl’ is bound to fail. > > Are you sure? I've done this many

bug#39172: SElinux guix-daemon.cil file

2020-01-18 Thread Matt Wette
Hi All, I appologize for the formatting.  I use tbird and I can't find a way to do plain-text mode. I'm trying to get guix-1.0.1 running on Fedora-30 with its default SElinux set up. I found (hint from https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00109.html) that the guix-daemon.

bug#38086: RAID installation script with ‘mdadm’ no longer works

2020-01-18 Thread Gábor Boskovits
Vagrant Cascadian ezt írta (időpont: 2020. jan. 17., Pén 23:42): > On 2019-11-12, Ludovic Courtès wrote: > > Gábor Boskovits skribis: > > > >>> + mdadm --create /dev/md0 --verbose --level=stripe --raid-devices=2 > >>> /dev/vdb2 /dev/vdb3 > >>> mdadm: chunk size defaults to 512K > >>> mdadm: Defa