From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Salomonsson Subject: Re: error: rmdir: Device or resource busy Date: Sat, 08 Dec 2018 20:31:41 -0800 Message-ID: <871s6re2xe.fsf@gmail.com> References: <87pnuccuk2.fsf@gmail.com> <74aa65394c92165fbf4c2f777099eab3@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVqkr-00051t-Ca for help-guix@gnu.org; Sat, 08 Dec 2018 23:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVqkq-0003Rn-Bq for help-guix@gnu.org; Sat, 08 Dec 2018 23:31:45 -0500 In-Reply-To: <74aa65394c92165fbf4c2f777099eab3@riseup.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: swedebugia@riseup.net Cc: help-guix , Help-Guix Hej swedebugia@riseup.net writes: > Hej! > > On 2018-12-08 09:05, Fredrik Salomonsson wrote: >> Hello, >> >> tried installing GuixSD 0.16. But hitting a cryptic error. >> >> guix system init /mnt/etc/config.scm /mnt >> --substitute-urls="http://berlin.guixsd.org http://mirror.hydra.gnu.org" >> ... >> /gnu/store/sh9x3mhl5q60yxhl861kpk6vm70l3w81-bootloader-installer >> >> initializing operating system under '/mnt'... >> guix system: error: rmdir: Device or resource busy >> >> This was working fine with 0.15. >> >> Is there a way to get a better backtrace from system init? > > Yes! > > From the manual: > '--on-error=STRATEGY' > Apply STRATEGY when an error occurs when reading FILE. STRATEGY > may be one of the following: > > 'nothing-special' > Report the error concisely and exit. This is the default > strategy. > > 'backtrace' > Likewise, but also display a backtrace. > > 'debug' > Report the error and enter Guile's debugger. From there, you > can run commands such as ',bt' to get a backtrace, ',locals' > to display local variable values, and more generally inspect > the state of the program. *Note (guile)Debug Commands::, for > a list of available debugging commands. > > Actually the --help to "guix system" hints about this but it is not > telling how to use it, which is a bug I think. (i'm going to report it > and send a patch) Tackar! Completely missed that option when I checked --help. But it looks like that option doesn't do anything for me. Still got the same error message. >> Or does anyone >> know what the error might be? > > I never saw it before. Me neither. I ended up just installing guix-0.15 instead. Did a guix pull to --branch=version-0.16.0 (I hope that is equivalent). And currently waiting for it to finish reconfigure. Got carried away with just playing around with the system, after I installed 0.15. Really nice system I must say. Only crucial package I'm missing is polybar. At the moment, having a hard time keeping track of my windows in i3 :). But I figured that will be a good introduction in packaging stuff for guix. Anyway, thanks for the help again! -- s/Fred[re]+i[ck]+/Fredrik/g