From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yBwVC25VA2D/egAA0tVLHw (envelope-from ) for ; Sat, 16 Jan 2021 21:06:54 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kELHBm5VA2CgQgAAbx9fmQ (envelope-from ) for ; Sat, 16 Jan 2021 21:06:54 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C23C6940481 for ; Sat, 16 Jan 2021 21:06:53 +0000 (UTC) Received: from localhost ([::1]:43270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0sma-00060u-Jm for larch@yhetil.org; Sat, 16 Jan 2021 16:06:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0ryf-0004KR-OX for help-guix@gnu.org; Sat, 16 Jan 2021 15:15:18 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:49729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0ryX-0005C7-Bq for help-guix@gnu.org; Sat, 16 Jan 2021 15:15:17 -0500 Date: Sat, 16 Jan 2021 20:14:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewts.us; s=protonmail; t=1610828100; bh=D4byvgVGOLD4mINh0o5OfJ3YskJUnfPcrd3qBsZhQ+I=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=P9RMrfd95uhudrI6mzjKtB5tTOsVwF6QGblmXweYxbKC5X3q1a766JktEGmCa8UIw VjCzQlg2fPUCd2caa4pvlbAlMTcMqM3ncijw7dxySzOFHDYb6rrXJrmjAcY0NPdO5X xdSmvNsH5OCVpb4GcVRRrZl+Lwg2EYH2wjyJvb4k= To: david larsson From: Ed Falis Subject: Re: "cannot kill process with uid ..." Message-ID: In-Reply-To: <6f09391fdc068ef40cadde362b37d37b@selfhosted.xyz> References: <93f4574a-f8dd-0339-17c9-fec0b2c97787@ewts.us> <6f09391fdc068ef40cadde362b37d37b@selfhosted.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.134; envelope-from=efalis@ewts.us; helo=mail-40134.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 16 Jan 2021 16:06:11 -0500 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ed Falis Cc: help-guix@gnu.org, Help-Guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.56 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=ewts.us header.s=protonmail header.b=P9RMrfd9; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: C23C6940481 X-Spam-Score: -2.56 X-Migadu-Scanner: scn0.migadu.com X-TUID: gggssOCBghJt Thanks, David. I'll see where that takes me. - Ed On 1/16/2021 7:05 AM, david larsson wrote: > Hi, > I have the same issue on wsl-1. You could perhaps try using docker > instead. Personally I was using guix pack -RR manifest.scm or only 1 R > don't remember and unpacked that on WSL1 which was bothersome but might > be another solution for you as well. > > If you find a good solution for any of the WSL versions please let me > know! > > Best regards, > David