Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E6F3D782B74 for <~alpine/users@lists.alpinelinux.org>; Mon, 1 Feb 2021 05:43:17 +0000 (UTC) Received: by mail-oi1-f175.google.com with SMTP id n7so17570106oic.11 for <~alpine/users@lists.alpinelinux.org>; Sun, 31 Jan 2021 21:43:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=NCcxLSITO2NRZvLk+vuYpj9FMU+Zgwr2JFxT1+fkVvQ=; b=EU8m77J/X6U+p4S+YzGt8eFXn1fP4N62Wo2DmgyWSf/fitN2q9dkVo0/zcSGdKcaGv bZ2j/wOiZeovDI+m8DvoLh07I1jbD0k4q0nP85a45xRdXh2cn3HuaEWcNhb8PTS4e1BS 27oXoWB1OdE4K/dnQEVDrcMFn6kTjQyOEoH/PpsppfrGYZI6JXebz0+GHXH0Az+20hs2 RI9LtJgcMx/7K6wipc8eo+ux5VHclwjcnq/sDdbTAUnTziBJPLu/012Tn4m66st4Hazt h2yAjNYC/uk606mFf2VCIf8nbzjU/xTdTNH7UHyeGx9srKV04eR0RY9K4iars3C7zI3W 0ZVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=NCcxLSITO2NRZvLk+vuYpj9FMU+Zgwr2JFxT1+fkVvQ=; b=QQJLSujaxEvD4PCQux9gSbAF1QA5bbObQb0u+bp2CHqbLv/RGKLO33rY6qMyZYKU+Q jaErft0dgLAYYuAf+Nv/n85ZeczgDKUS7P9jStKdbPsP/Il2w47f7ZP4RDTttpiafzn4 CH3SwH4uhU4pX6MRxUd7Q07euObUUefMPb4T/kufehOpU4ww3fOhhtxPLNerPXKO87pm 3awMbmWjXShHqu7bQv5aWJDXATyrfGaVayTIKWYfVMnLkYDN4phCXmjUbQBOF1B0Mh+F 85IAnlawwO2Wkw5QCxy8TE9C6IAqmZarqg0G2XWM9Pamm2b2ZZZAcQZD+Vt3KBBVXaC4 z2Rg== X-Gm-Message-State: AOAM532dfrlBTycDUbP4yU5PNWIK4ZJ8HvGI2P7OLc45o3qB0z4KmvGx cEGaeq42G/iwm4I6S2uefiSwHy/bMe10ygJjQr6nAzcoRak= X-Google-Smtp-Source: ABdhPJwXINexzD4RyCQDAEBcoXb7AMwUA0uVsYt8CNprjFIb+R6s7oqU95m0GosRer5bUkTK/Lka9dDCS2bTRAepzuI= X-Received: by 2002:aca:4854:: with SMTP id v81mr9439979oia.171.1612158196011; Sun, 31 Jan 2021 21:43:16 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a8a:5e9:0:0:0:0:0 with HTTP; Sun, 31 Jan 2021 21:43:15 -0800 (PST) In-Reply-To: References: From: Matthew Hoare Date: Mon, 1 Feb 2021 05:43:15 +0000 Message-ID: Subject: Re: After upgrade X11 no longer working To: ~alpine/users@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" > What is the current kernel? I noticed that I have something quite old: > > evo-alpine:~# uname -a > Linux evo-alpine 4.9.73-0-hardened #1-Alpine SMP Tue Jan 2 16:12:31 UTC > 2018 i686 Linux > > doesn't it get updated by apk? The linux-hardened package had to be removed because grsec went to a paying model for their patches: https://grsecurity.net/passing_the_baton You should remove the linux-hardened package and install linux-lts instead: https://pkgs.alpinelinux.org/packages?name=linux-lts&branch=v3.13 Remember to update your bootloader configuration afterwards so that it points to /boot/vmlinuz-lts & /boot/initramfs-lts.