RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1698309 - Install guest with "Server with GUI", it failed to input anything in guest GUI after boot up
Summary: Install guest with "Server with GUI", it failed to input anything in guest GU...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: mesa
Version: 7.7
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Dave Airlie
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-10 05:33 UTC by xianwang
Modified: 2019-08-06 12:51 UTC (History)
14 users (show)

Fixed In Version: mesa-18.3.4-5.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-06 12:50:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
vnc-timinal (250.87 KB, image/png)
2019-04-10 05:33 UTC, xianwang
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2019:2120 0 None None None 2019-08-06 12:51:13 UTC

Description xianwang 2019-04-10 05:33:28 UTC
Created attachment 1554058 [details]
vnc-timinal

Description of problem:
In Tigervnc, it failed to input anything in terminal of guest desktop while guest is alive and succeed to ssh login, if switch to text mode, it works well.  

Version-Release number of selected component (if applicable):
Host:
3.10.0-1036.el7.ppc64le
qemu-kvm-rhev-2.12.0-25.el7.ppc64le
SLOF-20171214-3.gitfa98132.el7.noarch

Guest:
Kernel 3.10.0-1036.el7.ppc64

How reproducible:
100%

Steps to Reproduce:
1.Install a guest with compose:
RHEL-7.7-20190403.0-Server-ppc64-dvd1.iso
2.Boot a guest with the following qemu cli
/usr/libexec/qemu-kvm  \
 -name "mouse-vm" \
 -machine pseries \
 -nodefaults  \
 -vga std \
 -chardev socket,id=qmp_id_qmpmonitor1,path=/var/tmp/monitor-qmpmonitor1,server,nowait \
 -chardev socket,id=qmp_id_catch_monitor,path=/var/tmp/monitor-catch_monitor,server,nowait \
 -mon chardev=qmp_id_qmpmonitor1,mode=control \
 -mon chardev=qmp_id_catch_monitor,mode=control \
 -device nec-usb-xhci,id=usb1,bus=pci.0,addr=0x3 \
 -device spapr-vscsi,id=spapr_vscsi0 \
 -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pci.0,addr=0x4 \
 -device scsi-hd,id=image1,drive=drive_scsi11,bus=virtio_scsi_pci0.0,channel=0,scsi-id=0,lun=0,bootindex=0 \
 -device virtio-net-pci,mac=9a:8a:8b:8c:8d:8e,id=net0,vectors=4,netdev=tap0,bus=pci.0,addr=0x5 \
 -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
 -blockdev driver=file,cache.direct=on,cache.no-flush=off,filename=/home/xianwang/rhel77-ppc64-virtio-scsi.qcow2,node-name=drive_scsi1 \
 -blockdev driver=qcow2,node-name=drive_scsi11,file=drive_scsi1 \
 -netdev tap,id=tap0,vhost=on \
 -m 4096 \
 -smp 4,maxcpus=4,cores=2,threads=1,sockets=2 \
 -vnc :11 \
 -device usb-kbd,bus=usb1.0,port=2 \
 -device usb-tablet,bus=usb1.0,port=3 \
 -device usb-mouse,bus=usb1.0,port=4 \
 -rtc base=utc,clock=host \
 -boot menu=off,strict=off,order=cdn,once=c \
 -enable-kvm  \
 -qmp tcp:0:3334,server,nowait \
 -serial tcp:0:4445,server,nowait \
 -monitor stdio \

3.Connect guest via Tigervnc 

Actual results:
In guest, it failed to input in terminal, there is nothing display in terminal, as attachment.

Expected results:
In guest, terminal and desktop works well.

Additional info:

Comment 2 xianwang 2019-04-10 07:53:35 UTC
This issue is also existing on ppc64le guest.

Comment 3 Laurent Vivier 2019-04-10 13:19:39 UTC
Could you provide logs from the guest: the result of "journalctl -b0" and content of /var/log/Xorg.0.log?
Could you try with another VNC client?
Could you try to reproduce it on x86_64?

Comment 4 xianwang 2019-04-11 09:10:32 UTC
(In reply to Laurent Vivier from comment #3)
> Could you provide logs from the guest: the result of "journalctl -b0" and
> content of /var/log/Xorg.0.log?
> Could you try with another VNC client?
> Could you try to reproduce it on x86_64?

In guest:
[root@localhost ~]# journalctl -b0
-- Logs begin at Thu 2019-04-11 16:50:23 CST, end at Thu 2019-04-11 16:59:23 CST. --
Apr 11 16:50:23 localhost systemd-journal[97]: Runtime journal is using 8.0M (max allowed 177.9M, trying to leave
Apr 11 16:50:23 localhost kernel: Reserving 512MB of memory at 128MB for crashkernel (System RAM: 4096MB)
Apr 11 16:50:23 localhost kernel: Allocated 4980736 bytes for 2048 pacas at c000000003880000
Apr 11 16:50:23 localhost kernel: Using pSeries machine description
Apr 11 16:50:23 localhost kernel: Page sizes from device-tree:
Apr 11 16:50:23 localhost kernel: base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0
Apr 11 16:50:23 localhost kernel: base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1
Apr 11 16:50:23 localhost kernel: Page orders: linear mapping = 16, virtual = 16, io = 16, vmemmap = 16
Apr 11 16:50:23 localhost kernel: Using 1TB segments
Apr 11 16:50:23 localhost kernel: Found initrd at 0xc000000003d00000:0xc00000000897acc7
Apr 11 16:50:23 localhost kernel: bootconsole [udbg0] enabled
Apr 11 16:50:23 localhost kernel: Partition configured for 4 cpus.
Apr 11 16:50:23 localhost kernel: CPU maps initialized for 1 thread per core
Apr 11 16:50:23 localhost kernel:  (thread shift is 0)
Apr 11 16:50:23 localhost kernel: Freed 4653056 bytes for unused pacas
Apr 11 16:50:23 localhost kernel: Starting Linux PPC64 #1 SMP Thu Apr 4 13:20:58 EDT 2019
Apr 11 16:50:23 localhost kernel: -----------------------------------------------------
Apr 11 16:50:23 localhost kernel: ppc64_pft_size                = 0x19
Apr 11 16:50:23 localhost kernel: physicalMemorySize            = 0x100000000
Apr 11 16:50:23 localhost kernel: htab_hash_mask                = 0x3ffff
Apr 11 16:50:23 localhost kernel: -----------------------------------------------------
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys cpuset
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys cpu
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys cpuacct
Apr 11 16:50:23 localhost kernel: Linux version 3.10.0-1036.el7.ppc64 (mockbuild.eng.bos.redhat.com
Apr 11 16:50:23 localhost kernel: [boot]0012 Setup Arch
Apr 11 16:50:23 localhost kernel: Node 0 Memory: 0x0-0x100000000
Apr 11 16:50:23 localhost kernel: rfi-flush: fallback displacement flush available
Apr 11 16:50:23 localhost kernel: rfi-flush: patched 10 locations (fallback displacement flush)
Apr 11 16:50:23 localhost kernel: stf-barrier: hwsync barrier available
Apr 11 16:50:23 localhost kernel: stf-barrier: patched 57 entry locations (hwsync barrier)
Apr 11 16:50:23 localhost kernel: stf-barrier: patched 10 exit locations (hwsync barrier)
Apr 11 16:50:23 localhost kernel: PCI host bridge /pci@800000020000000  ranges:
Apr 11 16:50:23 localhost kernel:   IO 0x0000200000000000..0x000020000000ffff -> 0x0000000000000000
Apr 11 16:50:23 localhost kernel:  MEM 0x0000200080000000..0x00002000ffffffff -> 0x0000000080000000 
Apr 11 16:50:23 localhost kernel:  MEM 0x0000210000000000..0x000021ffffffffff -> 0x0000210000000000 
Apr 11 16:50:23 localhost kernel: PPC64 nvram contains 65536 bytes
Apr 11 16:50:23 localhost kernel: Zone ranges:
Apr 11 16:50:23 localhost kernel:   DMA      [mem 0x00000000-0xffffffff]
Apr 11 16:50:23 localhost kernel:   Normal   empty
Apr 11 16:50:23 localhost kernel: Movable zone start for each node
Apr 11 16:50:23 localhost kernel: Early memory node ranges
Apr 11 16:50:23 localhost kernel:   node   0: [mem 0x00000000-0xffffffff]
Apr 11 16:50:23 localhost kernel: Initmem setup node 0 [mem 0x00000000-0xffffffff]
Apr 11 16:50:23 localhost kernel: On node 0 totalpages: 65536
Apr 11 16:50:23 localhost kernel:   DMA zone: 56 pages used for memmap
Apr 11 16:50:23 localhost kernel:   DMA zone: 0 pages reserved
Apr 11 16:50:23 localhost kernel:   DMA zone: 65536 pages, LIFO batch:1
Apr 11 16:50:23 localhost kernel: [boot]0015 Setup Done
Apr 11 16:50:23 localhost kernel: PERCPU: Embedded 3 pages/cpu @c000000028100000 s138136 r0 d58472 u262144
Apr 11 16:50:23 localhost kernel: pcpu-alloc: s138136 r0 d58472 u262144 alloc=1*1048576
Apr 11 16:50:23 localhost kernel: pcpu-alloc: [0] 0 1 2 3 
Apr 11 16:50:23 localhost kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 65480
Apr 11 16:50:23 localhost kernel: Policy zone: DMA
Apr 11 16:50:23 localhost kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1036.el7.ppc64 root=/dev/mapper
Apr 11 16:50:23 localhost kernel: PID hash table entries: 4096 (order: -1, 32768 bytes)
Apr 11 16:50:23 localhost kernel: Sorting __ex_table...
Apr 11 16:50:23 localhost kernel: freeing bootmem node 0
Apr 11 16:50:23 localhost kernel: Memory: 3500928k/4194304k available (22400k kernel code, 0k reserved, 1920k dat
Apr 11 16:50:23 localhost kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Apr 11 16:50:23 localhost kernel: Hierarchical RCU implementation.
Apr 11 16:50:23 localhost kernel:         RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=4.
Apr 11 16:50:23 localhost kernel: NR_IRQS:512 nr_irqs:512 16
Apr 11 16:50:23 localhost kernel: pic: no ISA interrupt controller
Apr 11 16:50:23 localhost kernel: time_init: decrementer frequency = 512.000000 MHz
Apr 11 16:50:23 localhost kernel: time_init: processor frequency   = 3425.000000 MHz
Apr 11 16:50:23 localhost kernel: clocksource: timebase mult[1f40000] shift[24] registered
Apr 11 16:50:23 localhost kernel: clockevent: decrementer mult[83126e98] shift[32] cpu[0]
Apr 11 16:50:23 localhost kernel: Console: colour dummy device 80x25
Apr 11 16:50:23 localhost kernel: allocated 1048576 bytes of page_cgroup
Apr 11 16:50:23 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Apr 11 16:50:23 localhost kernel: pid_max: default: 32768 minimum: 301
Apr 11 16:50:23 localhost kernel: Security Framework initialized
Apr 11 16:50:23 localhost kernel: SELinux:  Initializing.
Apr 11 16:50:23 localhost kernel: SELinux:  Starting in permissive mode
Apr 11 16:50:23 localhost kernel: Yama: becoming mindful.
Apr 11 16:50:23 localhost kernel: Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)
Apr 11 16:50:23 localhost kernel: Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)
Apr 11 16:50:23 localhost kernel: Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
Apr 11 16:50:23 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys memory
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys devices
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys freezer
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys net_cls
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys blkio
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys perf_event
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys hugetlb
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys pids
Apr 11 16:50:23 localhost kernel: Initializing cgroup subsys net_prio
Apr 11 16:50:23 localhost kernel: ftrace: allocating 23221 entries in 9 pages
Apr 11 16:50:23 localhost kernel: EEH: pSeries platform initialized
Apr 11 16:50:23 localhost kernel: POWER8 performance monitor hardware support registered
Apr 11 16:50:23 localhost kernel: Brought up 4 CPUs
Apr 11 16:50:23 localhost kernel: Node 0 CPUs: 0-3
Apr 11 16:50:23 localhost kernel: devtmpfs: initialized
Apr 11 16:50:23 localhost kernel: EVM: security.selinux
Apr 11 16:50:23 localhost kernel: EVM: security.ima
Apr 11 16:50:23 localhost kernel: EVM: security.capability
Apr 11 16:50:23 localhost kernel: EEH: devices created
Apr 11 16:50:23 localhost kernel: atomic64 test passed
Apr 11 16:50:23 localhost kernel: NET: Registered protocol family 16
Apr 11 16:50:23 localhost kernel: EEH: No capable adapters found
Apr 11 16:50:23 localhost kernel: IBM eBus Device Driver
Apr 11 16:50:23 localhost kernel: RTAS daemon started
Apr 11 16:50:23 localhost kernel: pstore: Registered nvram as persistent store backend
Apr 11 16:50:23 localhost kernel: PCI: Probing PCI hardware
Apr 11 16:50:23 localhost kernel: PCI host bridge to bus 0000:00

[root@localhost ~]# cat /var/log/Xorg.0.log
[    13.517] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    13.517] Build Operating System:  2.6.32-642.el6.ppc64 
[    13.517] Current Operating System: Linux localhost.localdomain 3.10.0-1036.el7.ppc64 #1 SMP Thu Apr 4 13:20:58 EDT 2019 ppc64
[    13.517] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1036.el7.ppc64 root=/dev/mapper/rhel-root ro console=hvc0,115200 crashkernel=auto rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap biosdevname=0 net.ifnames=0 console=hvc0,115200 LANG=en_US.UTF-8
[    13.517] Build Date: 02 April 2019  12:41:42AM
[    13.517] Build ID: xorg-x11-server 1.20.4-2.el7 
[    13.517] Current version of pixman: 0.34.0
[    13.517] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.517] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.517] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 11 16:50:35 2019
[    13.525] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.525] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.552] (==) No Layout section.  Using the first Screen section.
[    13.552] (==) No screen section available. Using defaults.
[    13.552] (**) |-->Screen "Default Screen Section" (0)
[    13.552] (**) |   |-->Monitor "<default monitor>"
[    13.552] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.552] (==) Automatically adding devices
[    13.552] (==) Automatically enabling devices
[    13.553] (==) Automatically adding GPU devices
[    13.553] (==) Automatically binding GPU devices
[    13.553] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.553] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[    13.553] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    13.553] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.553] (II) Loader magic: 0x13d190008
[    13.553] (II) Module ABI versions:
[    13.553] 	X.Org ANSI C Emulation: 0.4
[    13.553] 	X.Org Video Driver: 24.0
[    13.553] 	X.Org XInput driver : 24.1
[    13.553] 	X.Org Server Extension : 10.0
[    13.553] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.562] (--) PCI:*(0@0:0:0) 1234:1111:1af4:1100 rev 2, Mem @ 0x200080000000/16777216, 0x200081000000/4096, BIOS @ 0x????????/65536
[    13.562] (II) LoadModule: "glx"
[    13.569] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    13.789] (II) Module glx: vendor="X.Org Foundation"
[    13.789] 	compiled for 1.20.4, module version = 1.0.0
[    13.789] 	ABI class: X.Org Server Extension, version 10.0
[    13.789] (==) Matched modesetting as autoconfigured driver 0
[    13.789] (==) Matched fbdev as autoconfigured driver 1
[    13.789] (==) Assigned the driver to the xf86ConfigLayout
[    13.789] (II) LoadModule: "modesetting"
[    13.789] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    13.821] (II) Module modesetting: vendor="X.Org Foundation"
[    13.821] 	compiled for 1.20.4, module version = 1.20.4
[    13.821] 	Module class: X.Org Video Driver
[    13.821] 	ABI class: X.Org Video Driver, version 24.0
[    13.821] (II) LoadModule: "fbdev"
[    13.821] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    13.832] (II) Module fbdev: vendor="X.Org Foundation"
[    13.832] 	compiled for 1.20.0, module version = 0.5.0
[    13.832] 	Module class: X.Org Video Driver
[    13.832] 	ABI class: X.Org Video Driver, version 24.0
[    13.832] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.832] (II) FBDEV: driver for framebuffer: fbdev
[    13.832] (++) using VT number 1

[    13.833] (II) modeset(0): using drv /dev/dri/card0
[    13.833] (WW) Falling back to old probe method for fbdev
[    13.833] (II) Loading sub module "fbdevhw"
[    13.833] (II) LoadModule: "fbdevhw"
[    13.833] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    13.837] (II) Module fbdevhw: vendor="X.Org Foundation"
[    13.837] 	compiled for 1.20.4, module version = 0.0.2
[    13.837] 	ABI class: X.Org Video Driver, version 24.0
[    13.837] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    13.837] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    13.837] (==) modeset(0): RGB weight 888
[    13.837] (==) modeset(0): Default visual is TrueColor
[    13.837] (II) Loading sub module "glamoregl"
[    13.837] (II) LoadModule: "glamoregl"
[    13.837] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    13.951] (II) Module glamoregl: vendor="X.Org Foundation"
[    13.951] 	compiled for 1.20.4, module version = 1.0.1
[    13.951] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.059] (II) modeset(0): Refusing to try glamor on llvmpipe
[    15.063] (EE) modeset(0): glamor initialization failed
[    15.063] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    15.063] (II) modeset(0): Output Virtual-1 has no monitor section
[    15.063] (II) modeset(0): EDID for output Virtual-1
[    15.074] (II) modeset(0): Printing probed modes for output Virtual-1
[    15.074] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    15.074] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    15.074] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    15.074] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    15.074] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.074] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    15.074] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    15.074] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.074] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    15.074] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.074] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    15.074] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    15.074] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    15.074] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.074] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.074] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.074] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    15.074] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.074] (II) modeset(0): Output Virtual-1 connected
[    15.074] (II) modeset(0): Using exact sizes for initial modes
[    15.074] (II) modeset(0): Output Virtual-1 using initial mode 1024x768 +0+0
[    15.074] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.074] (==) modeset(0): DPI set to (96, 96)
[    15.074] (II) Loading sub module "fb"
[    15.074] (II) LoadModule: "fb"
[    15.074] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    15.082] (II) Module fb: vendor="X.Org Foundation"
[    15.082] 	compiled for 1.20.4, module version = 1.0.0
[    15.082] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.082] (II) UnloadModule: "fbdev"
[    15.082] (II) Unloading fbdev
[    15.082] (II) UnloadSubModule: "fbdevhw"
[    15.082] (II) Unloading fbdevhw
[    15.097] (==) modeset(0): Backing store enabled
[    15.097] (==) modeset(0): Silken mouse enabled
[    15.097] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    15.098] (==) modeset(0): DPMS enabled
[    15.098] (II) Initializing extension Generic Event Extension
[    15.098] (II) Initializing extension SHAPE
[    15.098] (II) Initializing extension MIT-SHM
[    15.099] (II) Initializing extension XInputExtension
[    15.099] (II) Initializing extension XTEST
[    15.099] (II) Initializing extension BIG-REQUESTS
[    15.100] (II) Initializing extension SYNC
[    15.100] (II) Initializing extension XKEYBOARD
[    15.110] (II) Initializing extension XC-MISC
[    15.110] (II) Initializing extension SECURITY
[    15.110] (II) Initializing extension XFIXES
[    15.111] (II) Initializing extension RENDER
[    15.111] (II) Initializing extension RANDR
[    15.112] (II) Initializing extension COMPOSITE
[    15.112] (II) Initializing extension DAMAGE
[    15.112] (II) Initializing extension MIT-SCREEN-SAVER
[    15.113] (II) Initializing extension DOUBLE-BUFFER
[    15.113] (II) Initializing extension RECORD
[    15.113] (II) Initializing extension DPMS
[    15.113] (II) Initializing extension Present
[    15.114] (II) Initializing extension DRI3
[    15.114] (II) Initializing extension X-Resource
[    15.114] (II) Initializing extension XVideo
[    15.114] (II) Initializing extension XVideo-MotionCompensation
[    15.114] (II) Initializing extension SELinux
[    15.115] (II) SELinux: Disabled by boolean
[    15.115] (II) Initializing extension GLX
[    15.115] (II) AIGLX: Screen 0 is not DRI2 capable
[    15.121] (II) IGLX: Loaded and initialized swrast
[    15.121] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    15.121] (II) Initializing extension XFree86-VidModeExtension
[    15.121] (II) Initializing extension XFree86-DGA
[    15.121] (II) Initializing extension XFree86-DRI
[    15.122] (II) Initializing extension DRI2
[    15.122] (II) modeset(0): Damage tracking initialized
[    15.122] (II) modeset(0): Setting screen physical size to 270 x 203
[    15.353] (II) config/udev: Adding input device QEMU QEMU USB Keyboard (/dev/input/event0)
[    15.353] (**) QEMU QEMU USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    15.353] (**) QEMU QEMU USB Keyboard: Applying InputClass "system-keyboard"
[    15.353] (II) LoadModule: "evdev"
[    15.353] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    15.384] (II) Module evdev: vendor="X.Org Foundation"
[    15.384] 	compiled for 1.19.5, module version = 2.10.6
[    15.384] 	Module class: X.Org XInput Driver
[    15.384] 	ABI class: X.Org XInput driver, version 24.1
[    15.385] (II) Using input driver 'evdev' for 'QEMU QEMU USB Keyboard'
[    15.385] (**) QEMU QEMU USB Keyboard: always reports core events
[    15.385] (**) evdev: QEMU QEMU USB Keyboard: Device: "/dev/input/event0"
[    15.385] (--) evdev: QEMU QEMU USB Keyboard: Vendor 0x627 Product 0x1
[    15.385] (--) evdev: QEMU QEMU USB Keyboard: Found keys
[    15.385] (II) evdev: QEMU QEMU USB Keyboard: Configuring as keyboard
[    15.385] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb1/1-2/1-2:1.0/input/input0/event0"
[    15.385] (II) XINPUT: Adding extended input device "QEMU QEMU USB Keyboard" (type: KEYBOARD, id 6)
[    15.385] (**) Option "xkb_rules" "evdev"
[    15.385] (**) Option "xkb_layout" "us"
[    15.386] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event1)
[    15.386] (**) QEMU QEMU USB Tablet: Applying InputClass "evdev pointer catchall"
[    15.386] (II) Using input driver 'evdev' for 'QEMU QEMU USB Tablet'
[    15.386] (**) QEMU QEMU USB Tablet: always reports core events
[    15.386] (**) evdev: QEMU QEMU USB Tablet: Device: "/dev/input/event1"
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Vendor 0x627 Product 0x1
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found 3 mouse buttons
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found scroll wheel(s)
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found relative axes
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found absolute axes
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found x and y absolute axes
[    15.570] (--) evdev: QEMU QEMU USB Tablet: Found absolute touchscreen
[    15.570] (II) evdev: QEMU QEMU USB Tablet: Configuring as touchscreen
[    15.570] (II) evdev: QEMU QEMU USB Tablet: Adding scrollwheel support
[    15.570] (**) evdev: QEMU QEMU USB Tablet: YAxisMapping: buttons 4 and 5
[    15.570] (**) evdev: QEMU QEMU USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    15.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb1/1-3/1-3:1.0/input/input1/event1"
[    15.570] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: TOUCHSCREEN, id 7)
[    15.570] (WW) evdev: QEMU QEMU USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
[    15.570] (II) evdev: QEMU QEMU USB Tablet: initialized for absolute axes.
[    15.571] (**) QEMU QEMU USB Tablet: (accel) keeping acceleration scheme 1
[    15.571] (**) QEMU QEMU USB Tablet: (accel) acceleration profile 0
[    15.571] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[    15.571] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[    15.572] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse0)
[    15.572] (II) No input driver specified, ignoring this device.
[    15.572] (II) This device may have been added with another device file.
[    15.572] (II) config/udev: Adding input device QEMU QEMU USB Mouse (/dev/input/event2)
[    15.572] (**) QEMU QEMU USB Mouse: Applying InputClass "evdev pointer catchall"
[    15.572] (II) Using input driver 'evdev' for 'QEMU QEMU USB Mouse'
[    15.572] (**) QEMU QEMU USB Mouse: always reports core events
[    15.572] (**) evdev: QEMU QEMU USB Mouse: Device: "/dev/input/event2"
[    15.760] (--) evdev: QEMU QEMU USB Mouse: Vendor 0x627 Product 0x1
[    15.760] (--) evdev: QEMU QEMU USB Mouse: Found 3 mouse buttons
[    15.760] (--) evdev: QEMU QEMU USB Mouse: Found scroll wheel(s)
[    15.760] (--) evdev: QEMU QEMU USB Mouse: Found relative axes
[    15.760] (--) evdev: QEMU QEMU USB Mouse: Found x and y relative axes
[    15.760] (II) evdev: QEMU QEMU USB Mouse: Configuring as mouse
[    15.760] (II) evdev: QEMU QEMU USB Mouse: Adding scrollwheel support
[    15.760] (**) evdev: QEMU QEMU USB Mouse: YAxisMapping: buttons 4 and 5
[    15.760] (**) evdev: QEMU QEMU USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    15.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb1/1-4/1-4:1.0/input/input2/event2"
[    15.760] (II) XINPUT: Adding extended input device "QEMU QEMU USB Mouse" (type: MOUSE, id 8)
[    15.760] (II) evdev: QEMU QEMU USB Mouse: initialized for relative axes.
[    15.760] (**) QEMU QEMU USB Mouse: (accel) keeping acceleration scheme 1
[    15.760] (**) QEMU QEMU USB Mouse: (accel) acceleration profile 0
[    15.760] (**) QEMU QEMU USB Mouse: (accel) acceleration factor: 2.000
[    15.760] (**) QEMU QEMU USB Mouse: (accel) acceleration threshold: 4
[    15.761] (II) config/udev: Adding input device QEMU QEMU USB Mouse (/dev/input/mouse1)
[    15.761] (II) No input driver specified, ignoring this device.
[    15.761] (II) This device may have been added with another device file.
[    15.788] AUDIT: Thu Apr 11 16:50:37 2019: 2849: client 1 connected from local host ( uid=0 gid=0 pid=3482 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    15.795] AUDIT: Thu Apr 11 16:50:37 2019: 2849: client 1 disconnected
[    15.803] AUDIT: Thu Apr 11 16:50:37 2019: 2849: client 1 connected from local host ( uid=0 gid=0 pid=3512 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    15.807] AUDIT: Thu Apr 11 16:50:37 2019: 2849: client 1 disconnected
[    15.811] AUDIT: Thu Apr 11 16:50:37 2019: 2849: client 1 connected from local host ( uid=0 gid=0 pid=2755 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    16.521] AUDIT: Thu Apr 11 16:50:38 2019: 2849: client 2 connected from local host ( uid=0 gid=0 pid=4518 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    16.522] AUDIT: Thu Apr 11 16:50:38 2019: 2849: client 2 disconnected
[    16.523] AUDIT: Thu Apr 11 16:50:38 2019: 2849: client 2 connected from local host ( uid=0 gid=0 pid=4519 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    16.523] AUDIT: Thu Apr 11 16:50:38 2019: 2849: client 2 disconnected
[    16.613] AUDIT: Thu Apr 11 16:50:38 2019: 2849: client 2 connected from local host ( uid=0 gid=0 pid=4527 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    17.121] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 3 connected from local host ( uid=0 gid=0 pid=4550 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    17.137] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 connected from local host ( uid=0 gid=0 pid=4612 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    17.332] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 disconnected
[    17.602] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 connected from local host ( uid=0 gid=0 pid=4690 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    17.604] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 disconnected
[    17.607] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 connected from local host ( uid=0 gid=0 pid=4692 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    17.608] AUDIT: Thu Apr 11 16:50:39 2019: 2849: client 4 disconnected
[    18.706] AUDIT: Thu Apr 11 16:50:40 2019: 2849: client 4 connected from local host ( uid=0 gid=0 pid=5166 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    18.824] AUDIT: Thu Apr 11 16:50:40 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5166 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    18.826] AUDIT: Thu Apr 11 16:50:40 2019: 2849: client 5 disconnected
[    18.836] AUDIT: Thu Apr 11 16:50:40 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5247 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    18.838] AUDIT: Thu Apr 11 16:50:40 2019: 2849: client 5 disconnected
[    18.976] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5247 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    18.976] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 disconnected
[    18.991] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5317 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    19.062] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 6 connected from local host ( uid=0 gid=0 pid=5320 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    19.063] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 6 disconnected
[    19.065] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 6 connected from local host ( uid=0 gid=0 pid=5320 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    19.072] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 disconnected
[    19.152] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5335 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    19.161] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 7 connected from local host ( uid=0 gid=0 pid=5335 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    19.161] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 7 disconnected
[    19.252] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 5 disconnected
[    19.256] AUDIT: Thu Apr 11 16:50:41 2019: 2849: client 4 disconnected
[    20.452] AUDIT: Thu Apr 11 16:50:42 2019: 2849: client 4 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    20.841] AUDIT: Thu Apr 11 16:50:43 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    20.842] AUDIT: Thu Apr 11 16:50:43 2019: 2849: client 5 disconnected
[    22.223] AUDIT: Thu Apr 11 16:50:44 2019: 2849: client 5 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    22.235] AUDIT: Thu Apr 11 16:50:44 2019: 2849: client 7 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    22.235] AUDIT: Thu Apr 11 16:50:44 2019: 2849: client 7 disconnected
[    22.483] AUDIT: Thu Apr 11 16:50:44 2019: 2849: client 7 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    22.486] AUDIT: Thu Apr 11 16:50:44 2019: 2849: client 7 disconnected
[    22.550] (II) modeset(0): Disabling kernel dirty updates, not required.
[    25.202] AUDIT: Thu Apr 11 16:50:47 2019: 2849: client 7 connected from local host ( uid=0 gid=0 pid=6992 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    25.211] AUDIT: Thu Apr 11 16:50:47 2019: 2849: client 8 connected from local host ( uid=0 gid=0 pid=6992 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    25.212] AUDIT: Thu Apr 11 16:50:47 2019: 2849: client 8 disconnected
[    25.897] AUDIT: Thu Apr 11 16:50:48 2019: 2849: client 8 connected from local host ( uid=0 gid=0 pid=5721 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    25.898] AUDIT: Thu Apr 11 16:50:48 2019: 2849: client 8 disconnected
[    28.211] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 8 connected from local host ( uid=0 gid=0 pid=7926 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.224] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 9 connected from local host ( uid=0 gid=0 pid=7926 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.224] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 9 disconnected
[    28.302] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 9 connected from local host ( uid=0 gid=0 pid=7965 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.310] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 10 connected from local host ( uid=0 gid=0 pid=7965 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.310] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 10 disconnected
[    28.353] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 10 connected from local host ( uid=0 gid=0 pid=7970 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.364] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 11 connected from local host ( uid=0 gid=0 pid=7970 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.364] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 11 disconnected
[    28.454] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 11 connected from local host ( uid=0 gid=0 pid=8012 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.465] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 12 connected from local host ( uid=0 gid=0 pid=8012 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.466] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 12 disconnected
[    28.550] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 12 connected from local host ( uid=0 gid=0 pid=7965 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.567] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 12 disconnected
[    28.594] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 12 connected from local host ( uid=0 gid=0 pid=8023 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.628] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 13 connected from local host ( uid=0 gid=0 pid=8023 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.641] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 13 disconnected
[    28.667] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 13 connected from local host ( uid=0 gid=0 pid=8027 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.697] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 14 connected from local host ( uid=0 gid=0 pid=8016 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.717] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 15 connected from local host ( uid=0 gid=0 pid=8016 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.718] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 15 disconnected
[    28.755] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 15 connected from local host ( uid=0 gid=0 pid=8027 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    28.756] AUDIT: Thu Apr 11 16:50:50 2019: 2849: client 15 disconnected
[    29.018] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 15 connected from local host ( uid=0 gid=0 pid=8027 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.031] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 15 disconnected
[    29.413] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 15 connected from local host ( uid=0 gid=0 pid=8131 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.420] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 16 connected from local host ( uid=0 gid=0 pid=8131 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.421] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 16 disconnected
[    29.562] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 16 connected from local host ( uid=0 gid=0 pid=8245 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.568] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 17 connected from local host ( uid=0 gid=0 pid=8245 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.569] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 17 disconnected
[    29.674] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 17 connected from local host ( uid=0 gid=0 pid=8280 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.680] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 18 connected from local host ( uid=0 gid=0 pid=8280 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.680] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 18 disconnected
[    29.788] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 18 connected from local host ( uid=0 gid=0 pid=7965 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.822] AUDIT: Thu Apr 11 16:50:51 2019: 2849: client 18 disconnected
[    29.853] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 18 connected from local host ( uid=0 gid=0 pid=8280 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    29.854] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 18 disconnected
[    29.858] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 17 disconnected
[    29.937] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 17 connected from local host ( uid=0 gid=0 pid=8277 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    30.016] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 18 connected from local host ( uid=0 gid=0 pid=8251 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    30.023] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 19 connected from local host ( uid=0 gid=0 pid=8251 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    30.024] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 19 disconnected
[    30.245] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 19 connected from local host ( uid=0 gid=0 pid=8367 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    30.267] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 20 connected from local host ( uid=0 gid=0 pid=8367 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[    30.268] AUDIT: Thu Apr 11 16:50:52 2019: 2849: client 20 disconnected
[    40.367] AUDIT: Thu Apr 11 16:51:02 2019: 2849: client 19 disconnected
[   223.232] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 19 connected from local host ( uid=0 gid=0 pid=12100 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[   223.244] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 20 connected from local host ( uid=0 gid=0 pid=12100 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[   223.245] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 20 disconnected
[   223.427] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 20 connected from local host ( uid=0 gid=0 pid=12105 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[   223.433] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 21 connected from local host ( uid=0 gid=0 pid=12105 )
  Auth name: MIT-MAGIC-COOKIE-1 ID: 944
[   223.434] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 21 disconnected
[   223.838] AUDIT: Thu Apr 11 16:54:05 2019: 2849: client 19 disconnected

the result is same with other VNC client

Comment 5 xianwang 2019-04-11 10:28:07 UTC
Yes, this issue is also existing on x86_64, and could be reproduced both on "remote-viewer vnc" and "remote-viewer spice"

Comment 6 xianwang 2019-04-12 02:36:52 UTC
If send command "(qemu)ctrl_alt_f2", it will switch text mode and guest works well.

Comment 7 ldu 2019-04-12 07:43:34 UTC
we also encounter this issue on ESXi platform. I install RHEL-7.7-20190403.0-x86_64 as guest on VMware ESXi.
The login screen can't input username and password, after start GUI with command "startx" the GUI is same as attachment.
This issue also occur on hyper-v platform, so I think it's a general issue.
The issue should not related component qemu-kvm-rhev.

Comment 8 xianwang 2019-04-15 09:23:22 UTC
This bug is a regression.
It does't exit on rhel7.6.z guest on the same host with same qemu cli.
Host:
3.10.0-1037.el7.ppc64le
qemu-kvm-rhev-2.12.0-26.el7.ppc64le

Guest:
3.10.0-957.12.1.el7.ppc64

guest GUI works well, but in this same environment, issue hit for rhel7.7 guest.

Comment 11 xianwang 2019-04-17 06:59:03 UTC
I update component to xorg-x11-server now, but I'm not sure whether it is right, if it isn't appropriate, please help to update it, thanks

Comment 12 Dave Airlie 2019-05-01 02:05:05 UTC
Okay just did test install of the latest rhel7 nightly snapshot, and it works for me in vmplayer at least, I just did a "Server with GUI" install.

Do you create a user? is is just the gdm login that is stuck, can you click on anything with mouse?

Comment 13 Dave Airlie 2019-05-01 02:07:22 UTC
does the installer work okay?

Comment 14 Dave Airlie 2019-05-01 02:08:40 UTC
does installing RHEL7.6.z and updating just the kernel to 7.7 break or work?

Comment 15 Dave Airlie 2019-05-01 03:47:54 UTC
I've also done successful Server with GUI install into virt-manager in f29.

Comment 22 errata-xmlrpc 2019-08-06 12:50:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2019:2120


Note You need to log in before you can comment on or make changes to this bug.