Re: [arch-general] ISO broken? Unable to boot from ISO burned to DVD.

2016-11-14 Thread David C. Rankin
On 11/13/2016 12:30 PM, Manuel Reimer wrote: > Hello, > > I've freshly downloaded the ISO from the Arch Linux homepage and burned with: > > # cdrecord dev=/dev/cdrom -dao PATH_TO_ISO > > Booting from this hangs with waiting for some /dev/disk/by-label/ARCH... > device. After waiting for this I

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Doug Newgard
On Mon, 14 Nov 2016 23:25:45 +0100 Tung Anh Vu via arch-general wrote: > I managed to make the boot menu screen not appear by holding the minus key > down to 0 second timeout in the boot menu itself. > Thanks everyone, especially David Thurstenson. > > PS: I still

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
I managed to make the boot menu screen not appear by holding the minus key down to 0 second timeout in the boot menu itself. Thanks everyone, especially David Thurstenson. PS: I still have no idea, why does systemd-boot ignore the timeout setting from loader.conf, but obeys the rest. On Mon, Nov

Re: [arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Sebastian Lau via arch-general
On 14.11.2016 21:27, Sebastian Lau wrote: On 14.11.2016 20:58, Ralf Mardorf wrote: Perhaps you should compare your /etc/pacman.d/mirrorlist with /etc/pacman.d/mirrorlist.pacnew [rocketmouse@archlinux ~]$ grep "cinnamon " /var/log/pacman.log | tail -1 [2016-11-11 16:12] [ALPM]

Re: [arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Sebastian Lau via arch-general
On 14.11.2016 20:58, Ralf Mardorf wrote: Perhaps you should compare your /etc/pacman.d/mirrorlist with /etc/pacman.d/mirrorlist.pacnew [rocketmouse@archlinux ~]$ grep "cinnamon " /var/log/pacman.log | tail -1 [2016-11-11 16:12] [ALPM] upgraded cinnamon (3.2.1-3 -> 3.2.1-4)

Re: [arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Ralf Mardorf
On Mon, 14 Nov 2016 20:51:50 +0100, Bruno Pagani wrote: >See https://bugs.archlinux.org/task/51816. [rocketmouse@archlinux ~]$ grep "cjs " /var/log/pacman.log | tail -1 [2016-11-14 15:32] [ALPM] downgraded cjs (3.2.0-1 -> 3.0.1-2) It's a good habit to read the warnings when running "pacman

Re: [arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Ralf Mardorf
Perhaps you should compare your /etc/pacman.d/mirrorlist with /etc/pacman.d/mirrorlist.pacnew [rocketmouse@archlinux ~]$ grep "cinnamon " /var/log/pacman.log | tail -1 [2016-11-11 16:12] [ALPM] upgraded cinnamon (3.2.1-3 -> 3.2.1-4) [rocketmouse@archlinux ~]$ ldd /usr/bin/cinnamon | grep

Re: [arch-general] howto remove old package version

2016-11-14 Thread Ralf Mardorf
On Mon, 14 Nov 2016 19:15:19 +, niya levi via arch-general wrote: >pacman -Si mesa{,-libgl} | grep Ve Hi, just for your information, $ pacman -Qi mesa{,-libgl} | grep Ve or simply and better formatted $ pacman -Q mesa{,-libgl} shows what actually is installed, while "-Si" shows what is

Re: [arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Bruno Pagani
Le 14/11/2016 à 20:44, Sebastian Lau via arch-general a écrit : > Hi, > > cinnamon (and maybe other desktops/packages) seem to use > libreadline.so.6 which was updated today to a new SONAME. There should > be a fast update to load the SONAME=7 or the generic shared object > with the next release

[arch-general] Please fastly update packages not using the generic readline *.so

2016-11-14 Thread Sebastian Lau via arch-general
Hi, cinnamon (and maybe other desktops/packages) seem to use libreadline.so.6 which was updated today to a new SONAME. There should be a fast update to load the SONAME=7 or the generic shared object with the next release to prevent failures like this: nullptr ~ % cinnamon & [1]

Re: [arch-general] howto remove old package version

2016-11-14 Thread niya levi via arch-general
hi everyone > https://archlinuxarm.org/packages/aarch64/mesa/log > > Looks like AL Arm mesa versions went like this: > > 12.0.3-3 > 13.0.0rc2-2 > 12.0.3-3.1 > 13.0.0-1 > > Is your mirror uptodate ? after pacman -Syu mesa in now pacman -Si mesa{,-libgl} | grep Ve Version : 13.0.0-1

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Rich
timeout 0 <-- in loader.conf 1st line default arch <-- in loader.conf 2nd line On 11/14/2016 12:58 PM, David Thurstenson via arch-general wrote: On Mon, Nov 14, 2016 at 12:55 PM, Tung Anh Vu via arch-general wrote: Exactly. I'm successfully booting, so the

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
I just tried and it didn't help. Just in case, is the location /boot/loader/loader.conf correct? Also, do I need to explicitly reload the conf file using some bootctl command? On Mon, Nov 14, 2016 at 7:58 PM, David Thurstenson via arch-general < arch-general@archlinux.org> wrote: > Try setting

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread David Thurstenson via arch-general
On Mon, Nov 14, 2016 at 12:55 PM, Tung Anh Vu via arch-general wrote: > Exactly. I'm successfully booting, so the /boot/loader/entries/arch.conf is > present and appears to be correct. > My problem is, that I'm trying to make the boot menu to *not* appear, but >

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
Exactly. I'm successfully booting, so the /boot/loader/entries/arch.conf is present and appears to be correct. My problem is, that I'm trying to make the boot menu to *not* appear, but without any success. On Mon, Nov 14, 2016 at 7:47 PM, David Thurstenson via arch-general <

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread David Thurstenson via arch-general
On Mon, Nov 14, 2016 at 12:39 PM, Zachary Kline wrote: > Hello, > > I think the boot menu will still appear, because the default boot entry just > indicates which OS will be booted after the timeout. It doesn’t stop the menu > from appearing, or you couldn’t pick another

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Zachary Kline
Hello, I think the boot menu will still appear, because the default boot entry just indicates which OS will be booted after the timeout. It doesn’t stop the menu from appearing, or you couldn’t pick another OS easily. Best, Zack. > On Nov 14, 2016, at 10:02 AM, Tung Anh Vu via arch-general >

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Cade Robinson via arch-general
https://wiki.archlinux.org/index.php/systemd-boot#Adding_boot_entries Probably missing /boot/loader/entries/arch.conf -Original Message- From: arch-general [mailto:arch-general-boun...@archlinux.org] On Behalf Of Tung Anh Vu via arch-general Sent: Monday, November 14, 2016 12:03 PM To:

[arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
Hello all, I'm using systemd-boot on my laptop. My /boot/loader/loader.conf contains only the line: default arch but when booting, the boot menu still appears. What could be the cause of this issue? Thanks in advance. - Tung Anh