[gentoo-user] xorg 1.20.x not working

2019-01-15 Thread Bill Kenworthy
Hi,

I have a problem with any of the xorg-server 1.20.x series where I can
start simple apps like xterm but more complexapps like firefox and
thunderbird (for example) hang X with no erros in dmessage, log,
Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
accepted.  I have also recently run emerge -ep  with the profile upgrade
(using 1.19 as I needed to use the system at the time) and a previous
rebuild of almost everything with 1.20 installed with no change.

The system has been running fine on xorg versions up to 1.19 for over a
year and I can wind it back to 1.19 and everything works again.


Any hints on how to get 1.20 working would be appreciated as 1.19 is
about to be removed from the tree.

BillK


[ebuild   R    ] x11-base/xorg-server-1.20.3:0/1.20.3::olympus  USE="dmx
glamor ipv6 suid udev xorg

uid=1000(wdk) gid=1000(wdk)
groups=1000(wdk),10(wheel),18(audio),27(video),100(users),249(input),102(plugdev),996(davfs2)

bunyip ~ # getfacl /dev/dri/card0
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
user:wdk:rw-
group::rw-
mask::rw-
other::---

bunyip ~ #




Re: [gentoo-user] Linux 4.19.8 kernel panics with netfilter/iptables

2019-01-15 Thread Hasan Ç .
Hi Ralph,

Sorry for very very late answer.I am on prod. with 4.19.8 kernel and i
confirm that i don't have a such problem with iptables.I am not sure what
is the exact solution of your problem but the one thing i guess your linux
headers (4.13 or 4.14 if you follow mainstream) & kernel .config and kernel
version mistmatch.I have own compiled kernel and also re-compiled glibc
with 4.19.8 headers also re-compiled @world and @system :)

The only issue i faced with this setup is kernel audit. sys-process/audit
package can't compile because of 4.19.8 headers.


Andrew Savchenko , 23 Ara 2018 Paz, 18:34 tarihinde
şunu yazdı:

> On Wed, 12 Dec 2018 14:39:48 +0100 Ralph Seichter wrote:
> > With kernel versions 4.19.0 to 4.19.8, I see kernel panics whenever
> > I activate some iptables rules. The same ruleset works fine with all
> > earlier kernel versions.
> >
> > I found https://marc.info/?l=netfilter-devel=154211825506348=2 and
> > was wondering if there is any workaround/patch availabe in Gentoo?
>
> You can apply patches by your own. This is easy:
>
> 1. Create dir /etc/portage/patches/sys-kernel/gentoo-sources-4.19.8
> (or whatever kernel you are using).
> 2. Put patches there, ensure file names end with ".patch".
>
> More details are here:
> https://wiki.gentoo.org/wiki//etc/portage/patches
>
> Best regards,
> Andrew Savchenko
>