bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-05 Thread myglc2
myglc2 writes: > > And /var/log/sheperd.log contains: > > 2016-08-01 18:15:13 Service root has been started. > 2016-08-01 18:15:13 ERROR: In procedure scm-error: > 2016-08-01 18:15:13 ERROR: no code for module (gnu build file-systems) In a valiant effort at self help I read

bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-02 Thread Ludovic Courtès
myglc2 skribis: > After a couple helpful exchanges with Andreas on the devel list, I ended > up with system40.scm, attached, excerpt below: > > (define md0 > (mapped-device >(source (list "/dev/sdb1" "/dev/sdc1")) >(target "/dev/md0") >(type raid-device-mapping)))

bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-01 Thread myglc2
Note: I forgot that gmane is swallowing my posts to bug-guix and posted this via gmane, so now I am resending by mail. Sorry if this duplicates! I am attempting to set up RAID. First, following the doc, I ended up with system39.scm, attached, excerpt below: (operating-system (host-name "g1")