Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 79B7E781921 for ; Tue, 17 Nov 2020 16:20:25 +0000 (UTC) Received: by mail-ej1-f54.google.com with SMTP id dk16so30194443ejb.12 for ; Tue, 17 Nov 2020 08:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=h6g-de.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=ZpXzd+0IM70A78mBaJbvO9nWg4P9tz0klkvNSi2lMEE=; b=Dge1ZnVUjwR9Cc8zbDn8CYi8aOyhFqJDJePvsQQTZgb4OBgAXI8D6ecL5vM97ghVbm XwV1u6ksQgioBo9P0qNVIh8s2Zqq7HrAov03j6C1LSEkX1DMh6d1klE8sRyr7kqUXFZL zoeTXanenCj4g8IctR3tbIpI1YnfrI3zlL8V7g8S42BG9eryRzdzvaKtiNSzfhBooS2z Yl5zpeLokWL7Irxdao0bB12j2psgUD7Fs821Xan3l3KJx4PAHbyQHxSFyMEoJhhol3uY qUgx7hUbwfFg/HuMulrRvghVQMiyv2O1DK7KMHOGp/sJSrwkVfRkavJivHTKwaHjyt4T XB0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=ZpXzd+0IM70A78mBaJbvO9nWg4P9tz0klkvNSi2lMEE=; b=lMesYPhkBkupBA7+Gp2QwTJvJbIHAfITst6RIDcqzVGW2Facah8ZU7zK8iJ6gwu/2U /4YNMfAeKkZkwWpOVO8QdpB3cYLFjJyObPDwX8fqib3Z5W+NKMMMZSxHf3P7WN38gr/S SD0weJcFll342yVGW2XEEthFEv0B8g1ffI7AgWgV4MCRq1yPV63EuA+2P6BmzUl5yYtp RU8WT01mmdzl7rl4L6cFWv0n9Vvapn50Bf3dOpepjZHrgEXlzHGwl6AVmYYp/I8p8GEv 1SloiYGv2ZuU1wVaaKq72logfHncIIlxDurYNPdgPQ4sFjo3B8GS/mkyOcmBtvJ8ZQmE Z5Ew== X-Gm-Message-State: AOAM5307unsL/4OK2yW40dsMdVXmCsiOfPWSZDCwSc+LDOiWB3S5LBA5 mhk+bhBpnOvS6ouameaI4gCNEtT4MYf+usVr X-Google-Smtp-Source: ABdhPJygy6zoj3r5tAzDjdVmw2UPt4i+TjbAL6PV64malUCu+D2/t4tpebp8P/mH0xCX6xZF6azriA== X-Received: by 2002:a17:906:af49:: with SMTP id ly9mr20141385ejb.238.1605630024227; Tue, 17 Nov 2020 08:20:24 -0800 (PST) Received: from ?IPv6:2a02:8106:26:b100:c68:86a3:64f3:7aff? ([2a02:8106:26:b100:c68:86a3:64f3:7aff]) by smtp.gmail.com with ESMTPSA id k23sm11701664ejs.100.2020.11.17.08.20.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Nov 2020 08:20:23 -0800 (PST) Subject: Re: CPU#0 stuck for 22s To: Riccardo Mottola , alpine-user References: <53f710f5-2536-8b95-e683-c01c29cc9b1e@libero.it> From: Paul Zillmann Message-ID: <1e683830-82b1-e383-39d5-9ff60a74cdf4@h6g.de> Date: Tue, 17 Nov 2020 17:20:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <53f710f5-2536-8b95-e683-c01c29cc9b1e@libero.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hello Riccardo, would you mind sharing the exact CPU model with us? I'm thinking about PAE/noPAE CPU features here. - Paul Am 17.11.20 um 12:24 schrieb Riccardo Mottola: > Hi All! > > I have Alpine Linux x86-32 on a Laptop with Pentium 4, I started an > alpine upgrde of several packages [the system was not used for months > and so for sure outdated] and I got error an error about "cpu stuck" > in an endless loop. At the end I had to force shutdown the system. At > boot the filesystem is totally corrupted and fsck cannot even start! > > Fine, let's reinstall. Latest CD, start and then setup-alpine. > I configure everything, partition the disk, when installation starts I > see an endless amount of: > > "watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [apk:2843] > > and the system is stuck again, now with a half-backed install > apparently... > > > Riccardo