X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B4AEBDC00CD for ; Sat, 29 Nov 2014 03:03:55 +0000 (UTC) Received: from [2.123.83.208] (port=49445 helo=[192.168.0.17]) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XuYK9-000dpK-3c for alpine-devel@lists.alpinelinux.org; Sat, 29 Nov 2014 03:03:53 +0000 Message-ID: <54793799.3010107@it-offshore.co.uk> Date: Sat, 29 Nov 2014 03:03:53 +0000 From: IT Developer Reply-To: developer@it-offshore.co.uk Organization: IT Offshore User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] alpine 3.1.0 RC3 released References: <20141126170654.60a046a2@ncopa-desktop.alpinelinux.org> In-Reply-To: <20141126170654.60a046a2@ncopa-desktop.alpinelinux.org> Content-Type: multipart/alternative; boundary="------------080706070808080608010100" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: This is a multi-part message in MIME format. --------------080706070808080608010100 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable I've been testing the 3.1 disk installs in Virtualbox. There seems to be a problem with Xorg in 3.1 / possibly GTK (which affects the display managers & desktops). In 3.0 I have xfce / fluxbox running without any problems without a Display Manager / with LXDM & with SLIM. I've tried upgrading 3.0 to 3.1 & a clean install of 3.1 & with both I'm unable to start a desktop with or without a Display Manager. I noticed removing LXDM from 3.1 caused gtk2-xfce-engine to be upgraded. Xorg logs showed: Assertion failed: key-> initialized (../include/privates.h:dixGetPrivateAddr: 1ddr: 122 lxdm-greeter-gtk Fatal IO error 0 (No error information) on X server :0. ** Message: xserver stop, restart. return status 6 SLIM just flashes when trying to login - it's logs show "slim: waiting for X server to begin accepting connections" ------------------------------------------------------------------------ I also tested installing onto encrypted LVM: 3.0.6 - can open LUKS partitions but segfaults using luksFormat in cryptsetup. 3.1 - can open & format LUKS partitions with cryptsetup. *mkinitfs -c $MNT/etc/mkinitfs/mkinitfs.conf -b $MNT* 3.0.6 - mkinitfs creates $MNT/boot/grsec.gz (& not initramfs-grsec) - renaming it manually works 3.1 - mkinitfs creates $MNT/boot/initramfs-grsec Extlinux - on both 3.0.6 & 3.1: *extlinux --install $MNT/boot --update* It correctly identifies the boot partition but does not update $MNT/boot/extlinux.conf modifying APPEND in extlinux.conf to *APPEND root=3D/dev/mapper/vg0-root modules=3Dsd-mod,usb-storage,,ext4 qu= iet cryptroot=3D/dev/sda2 cryptdm=3Dlvmcrypt* Gave me a bootable encrypted system. I also noticed running 3.0.6 & 3.1 with more than 1 CPU sometimes gave "kernel panic - not syncing: Fatal exception in interrupt" (with it seeming to happen more often in 3.1 compared to 3.0.6) - resetting the VM a few times eventually gives a usable system. 2.7 did not seem to be affected by this. 3.0.6 / 3.1 with one CPU ran without any panics. I now have 2 VM's with an Alpine 3.0 xfce / fluxbox desktop on encrypted LVM & an Alpine 3.1 on encrypted LVM without a working desktop. Stuart. --------------080706070808080608010100 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit I've been testing the 3.1 disk installs in Virtualbox. There seems to be a problem with Xorg in 3.1 / possibly GTK (which affects the display managers & desktops).

In 3.0 I have xfce / fluxbox running without any problems without a Display Manager / with LXDM & with SLIM.

I've tried upgrading 3.0 to 3.1 & a clean install of 3.1 & with both I'm unable to start a desktop with or without a Display Manager.

I noticed removing LXDM from 3.1 caused gtk2-xfce-engine to be upgraded.

Xorg logs showed:

Assertion failed: key-> initialized (../include/privates.h:dixGetPrivateAddr: 1ddr: 122
lxdm-greeter-gtk Fatal IO error 0 (No error information) on X server :0.
** Message: xserver stop, restart. return status 6

SLIM just flashes when trying to login - it's logs show "slim: waiting for X server to begin accepting connections"


I also tested installing onto encrypted LVM:

3.0.6 - can open LUKS partitions but segfaults using luksFormat in cryptsetup.
3.1 - can open & format LUKS partitions with cryptsetup.

mkinitfs -c $MNT/etc/mkinitfs/mkinitfs.conf -b $MNT

3.0.6 - mkinitfs creates $MNT/boot/grsec.gz (& not initramfs-grsec) - renaming it manually works
3.1 - mkinitfs creates $MNT/boot/initramfs-grsec

Extlinux - on both 3.0.6 & 3.1:

extlinux --install $MNT/boot --update

It correctly identifies the boot partition but does not update $MNT/boot/extlinux.conf

modifying APPEND in extlinux.conf to

APPEND root=/dev/mapper/vg0-root modules=sd-mod,usb-storage,,ext4 quiet cryptroot=/dev/sda2 cryptdm=lvmcrypt

Gave me a bootable encrypted system.

I also noticed running 3.0.6 & 3.1 with more than 1 CPU sometimes gave "kernel panic - not syncing: Fatal exception in interrupt" (with it seeming to happen more often in 3.1 compared to 3.0.6) - resetting the VM a few times eventually gives a usable system.

2.7 did not seem to be affected by this. 3.0.6 / 3.1 with one CPU ran without any panics.

I now have 2 VM's with an Alpine 3.0 xfce / fluxbox desktop on encrypted LVM & an Alpine 3.1 on encrypted LVM without a working desktop.

Stuart.

--------------080706070808080608010100-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---