[arch-general] ISC bind 9.11 and dyndb-ldap

2016-10-16 Thread Pallissard, Matthew via arch-general

Has anyone successfully used LDAP as a dynamic back-end for bind 9.11?

Unless I'm reading the release notes/new features pages incorrectly the 
bind-dyndb-ldap plugin has been rolled into ISC's official release and I 
shouldn't have to mess around with patching/building it from source.



Yet I get the following errors upon startup;

named[9937]: loading configuration from '/etc/named.conf'
named[9937]: /etc/named.conf:23: unknown option 'dynamic-db'
named[9937]: loading configuration: failure
named[9937]: exiting (due to fatal error)
systemd[1]: named.service: Main process exited, code=exited, 
status=1/FAILURE



Any advice would be greatly appreciated.


Sources.
https://www.isc.org/bind-9-11-new-features/
https://kb.isc.org/article/AA-01432/81/BIND-9.11.0-Release-Notes.html


Matt Pallissard


Re: [arch-general] VirtualBox crashes when adding choose existing to SATA controller

2016-10-16 Thread Alive 4ever
This is a known qt5-base issue [1], especially on gnome-wayland. The
qgnomeplatform theme, which provides uniform look for QT and GTK apps, doesn't 
support GTK3 wayland compositor.

As temporary workaround, you can tell GTK3 library to use x11 backend
(GDK_BACKEND=x11) or by installing qt5ct package and setting
QT_QPA_PLATFORMTHEME variable to qt5ct.

[1] https://bugs.archlinux.org/task/50013


Re: [arch-general] Gnome wayland + urxvt

2016-10-16 Thread Alive 4ever
Gnome on Wayland doesn't parse ~/.Xresources anymore[1]. The workaround
is loading ~/.Xresources manually or adding a startup entry to load
~/.Xresources.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1225384