Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 62C65782BA2 for <~alpine/users@lists.alpinelinux.org>; Fri, 11 Dec 2020 07:24:18 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1607671457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ed6ngKBylP1igjVhQk6ca+jRgqk+jqCKeOgPGWqmA6k=; b=lcJMqW70dyj5YpKAOEYDhnmAdEL76HsP47AN6SHS7Ix8lY6SBlxvRiB4AaBLDL0S+AE3al Lg+tFfkms8+6Q12XUE8y/XZfZG3+wE44xrEtPEbOvzifps0SiWv4CSoY9dobXB4Iud1CT6 0FNw2I9m9R9+DGFLRb8wyxMpItVR2HI= From: Ariadne Conill To: ~alpine/users@lists.alpinelinux.org Subject: Re: apk upgrade problem Message-ID: <3644045.Shncut4Vmu@nanabozho> In-Reply-To: References: <1082fe48-5b11-5c98-536e-b282254ed03c@web.de> <13865136.bNm8LAyEqF@nanabozho> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: ariadne@dereferenced.org Date: Fri, 11 Dec 2020 07:24:17 GMT Hello, On Thursday, December 10, 2020 8:19:41 AM MST Hilix wrote: > Hi Ariadne, > > thanks for your quick response! > > Your hint concerning basic and edge repos did it! :-) > > I've commented out the stable repos (3.12) in the repositories file. > The (big) update (apk upgrade -a) then passed through without errors, but > lightdm-login has frozen up again after reboot Then restoring the alpine > image (VM) from backup, and repeating these steps so far. > > But before reboot, this time I immediately logged off and in to check > GUI-login and no freeze at this time. Then reboot. Login (xfce/lightdm) > was ok now. :-) > Don't know, if this had an effect anyhow > > Is it possible to leave the 3.12/stable repos deactivated, and only > update/upgrade from the edge repos? Yes, but sometimes during an upgrade, services need to be restarted, which is probably why lightdm froze up on you (it probably needed to be restarted). Ariadne