LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   prefdm respawning too fast, stopped ((while boot)) (https://www.linuxquestions.org/questions/linux-newbie-8/prefdm-respawning-too-fast-stopped-while-boot-4175617455/)

1300 11-12-2017 02:30 AM

prefdm respawning too fast, stopped ((while boot))
 
dears

I have moved a server from P to V under VMWare but I am getting the server hang after certmonger [OK] gets started in the boot process

the server is reachable through ssh, but it gets hang in the console

# cat /etc/redhat-release
CentOS release 6.9 (Final)

ERROR in /var/log/messeges
# tail -f /var/log/messages
Nov 12 11:26:28 tabassist init: prefdm main process (2005) terminated with status 1
Nov 12 11:26:28 tabassist init: prefdm main process ended, respawning
Nov 12 11:26:29 tabassist init: prefdm main process (2022) terminated with status 1
Nov 12 11:26:29 tabassist init: prefdm main process ended, respawning
Nov 12 11:26:30 tabassist init: prefdm main process (2039) terminated with status 1
Nov 12 11:26:30 tabassist init: prefdm main process ended, respawning
Nov 12 11:26:30 tabassist init: prefdm main process (2056) terminated with status 1
Nov 12 11:26:30 tabassist init: prefdm main process ended, respawning
Nov 12 11:26:31 tabassist init: prefdm main process (2073) terminated with status 1
Nov 12 11:26:31 tabassist init: prefdm respawning too fast, stopped

I have tried to un-install X windows group but no use

AwesomeMachine 11-13-2017 02:00 PM

Boot into runlevel 1 and rename /etc/X11/xorg.conf to xorg.conf.old, and exit the init 1 shell. It should boot then.

1300 11-14-2017 05:59 AM

Quote:

Originally Posted by AwesomeMachine (Post 5780279)
Boot into runlevel 1 and rename /etc/X11/xorg.conf to xorg.conf.old, and exit the init 1 shell. It should boot then.

there is no xorg.conf under /etc/X11/

I have un-installed "X Window system" group as will, but still getting the issue while booting with runlevel 5

AwesomeMachine 11-14-2017 10:38 PM

That's strange. All I can tell you is that it's related to the video driver. Try viewing /var/log/Xorg.0.log

1300 11-15-2017 03:41 AM

Quote:

Originally Posted by AwesomeMachine (Post 5780782)
That's strange. All I can tell you is that it's related to the video driver. Try viewing /var/log/Xorg.0.log

# cat /var/log/Xorg.0.log
[ 124.512]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 124.512] X Protocol Version 11, Revision 0
[ 124.512] Build Operating System: c1bm 3.10.0-514.10.2.el7.x86_64
[ 124.512] Current Operating System: Linux tabassist.saudiedi.com 2.6.32-696.13.2.el6.i686 #1 SMP Thu Oct 5 20:42:25 UTC 2017 i686
[ 124.512] Kernel command line: ro root=/dev/VolGroup/lv_root rd_NO_LUKS LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
[ 124.512] Build Date: 22 March 2017 02:55:50AM
[ 124.512] Build ID: xorg-x11-server 1.17.4-16.el6.centos
[ 124.512] Current version of pixman: 0.32.8
[ 124.512] Before reporting problems, check http://wiki.centos.org/Documentation
to make sure that you have the latest version.
[ 124.512] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 124.512] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 13 09:09:34 2017
[ 124.512] (++) Using config file: "/root/xorg.conf.new"
[ 124.512] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 124.513] (==) ServerLayout "X.org Configured"
[ 124.513] (**) |-->Screen "Screen0" (0)
[ 124.513] (**) | |-->Monitor "Monitor0"
[ 124.513] (**) | |-->Device "Card0"
[ 124.513] (**) |-->Input Device "Mouse0"
[ 124.513] (**) |-->Input Device "Keyboard0"
[ 124.513] (==) Automatically adding devices
[ 124.513] (==) Automatically enabling devices
[ 124.513] (==) Not automatically adding GPU devices
[ 124.513] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 124.513] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 124.513] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 124.513] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 124.513] (WW) Disabling Mouse0
[ 124.513] (WW) Disabling Keyboard0
[ 124.513] (II) Loader magic: 0xb01020
[ 124.513] (II) Module ABI versions:
[ 124.513] X.Org ANSI C Emulation: 0.4
[ 124.513] X.Org Video Driver: 19.0
[ 124.513] X.Org XInput driver : 21.0
[ 124.513] X.Org Server Extension : 9.0
[ 124.523] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ 0x????????/32768
[ 124.524] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 124.524] (II) LoadModule: "glx"
[ 124.524] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 124.585] (II) Module glx: vendor="X.Org Foundation"
[ 124.585] compiled for 1.17.4, module version = 1.0.0
[ 124.585] ABI class: X.Org Server Extension, version 9.0
[ 124.585] (==) AIGLX enabled
[ 124.585] (II) LoadModule: "vmware"
[ 124.585] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 124.592] (II) Module vmware: vendor="X.Org Foundation"
[ 124.592] compiled for 1.17.4, module version = 13.1.0
[ 124.592] Module class: X.Org Video Driver
[ 124.592] ABI class: X.Org Video Driver, version 19.0
[ 124.592] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[ 124.592] (--) using VT number 7

[ 124.597] (--) vmware(0): DRM driver version is 2.9.0
[ 124.597] (==) vmware(0): Depth 24, (--) framebuffer bpp 32
[ 124.597] (==) vmware(0): RGB weight 888
[ 124.597] (==) vmware(0): Default visual is TrueColor
[ 124.597] (--) vmware(0): Min width 1, Max Width 8192.
[ 124.597] (--) vmware(0): Min height 1, Max Height 8192.
[ 124.597] (II) vmware(0): Output Virtual1 using monitor section Monitor0
[ 124.597] (II) vmware(0): Output Virtual2 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual3 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual4 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual5 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual6 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual7 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual8 has no monitor section
[ 124.598] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 124.598] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 124.598] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 124.598] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 124.598] (II) vmware(0): Printing probed modes for output Virtual1
[ 124.598] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 124.598] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 124.598] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 124.598] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 124.598] (II) vmware(0): EDID for output Virtual2
[ 124.598] (II) vmware(0): EDID for output Virtual3
[ 124.599] (II) vmware(0): EDID for output Virtual4
[ 124.599] (II) vmware(0): EDID for output Virtual5
[ 124.599] (II) vmware(0): EDID for output Virtual6
[ 124.599] (II) vmware(0): EDID for output Virtual7
[ 124.599] (II) vmware(0): EDID for output Virtual8
[ 124.599] (II) vmware(0): Output Virtual1 connected
[ 124.599] (II) vmware(0): Output Virtual2 disconnected
[ 124.599] (II) vmware(0): Output Virtual3 disconnected
[ 124.599] (II) vmware(0): Output Virtual4 disconnected
[ 124.599] (II) vmware(0): Output Virtual5 disconnected
[ 124.599] (II) vmware(0): Output Virtual6 disconnected
[ 124.599] (II) vmware(0): Output Virtual7 disconnected
[ 124.599] (II) vmware(0): Output Virtual8 disconnected
[ 124.599] (II) vmware(0): Using exact sizes for initial modes
[ 124.599] (II) vmware(0): Output Virtual1 using initial mode 800x600 +0+0
[ 124.599] (II) vmware(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 124.599] (==) vmware(0): DPI set to (96, 96)
[ 124.599] (II) Loading sub module "fb"
[ 124.599] (II) LoadModule: "fb"
[ 124.599] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 124.600] (II) Module fb: vendor="X.Org Foundation"
[ 124.600] compiled for 1.17.4, module version = 1.0.0
[ 124.600] ABI class: X.Org ANSI C Emulation, version 0.4
[ 124.600] (II) Loading sub module "dri2"
[ 124.600] (II) LoadModule: "dri2"
[ 124.600] (II) Module "dri2" already built-in
[ 124.600] (==) Depth 24 pixmap format is 32 bpp
[ 124.603] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
[ 124.625] (II) vmware(0): Gallium3D XA version: 2.2.0.
[ 124.628] (II) vmware(0): Path of drm device is "/dev/dri/card0".
[ 124.628] (II) vmware(0): [DRI2] Setup complete
[ 124.628] (II) vmware(0): [DRI2] DRI driver: vmwgfx
[ 124.628] (--) vmware(0): Render acceleration is enabled.
[ 124.628] (==) vmware(0): Rendercheck mode is disabled.
[ 124.628] (--) vmware(0): Direct rendering (3D) is enabled.
[ 124.628] (==) vmware(0): Direct presents are disabled.
[ 124.628] (==) vmware(0): Hardware only presents are disabled.
[ 124.628] (==) vmware(0): Backing store enabled
[ 124.628] (==) vmware(0): Silken mouse enabled
[ 124.628] (II) vmware(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 124.628] (==) vmware(0): DPMS enabled
[ 124.628] (--) RandR disabled
[ 124.635] (II) SELinux: Disabled on system
[ 124.741] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 124.741] (II) AIGLX: enabled GLX_ARB_create_context
[ 124.741] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 124.741] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 124.741] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 124.741] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 124.741] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 124.741] (II) AIGLX: Loaded and initialized vmwgfx
[ 124.741] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 124.747] (II) vmware(0): Setting screen physical size to 211 x 158
[ 125.002] (II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse
[ 125.002] (II) LoadModule: "vmmouse"
[ 125.002] (II) Loading /usr/lib/xorg/modules/input/vmmouse_drv.so
[ 125.002] (II) Module vmmouse: vendor="X.Org Foundation"
[ 125.002] compiled for 1.17.4, module version = 13.1.0
[ 125.002] Module class: X.Org XInput Driver
[ 125.002] ABI class: X.Org XInput driver, version 21.0
[ 125.002] (II) VMWARE(0): VMMOUSE module was loaded
[ 125.002] (II) Using input driver 'vmmouse' for 'ImPS/2 Generic Wheel Mouse'
[ 125.002] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[ 125.002] (II) VMWARE(0): vmmouse is available
[ 125.002] (**) Option "Device" "/dev/input/event3"
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: ZAxisMapping: buttons 4 and 5
[ 125.024] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input"
[ 125.024] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 6)
[ 125.024] (II) VMWARE(0): VMMOUSE DEVICE_INIT
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[ 125.024] (II) VMWARE(0): VMMOUSE DEVICE_ON
[ 125.032] (II) VMWARE(0): vmmouse enabled
[ 125.039] (II) config/hal: Adding input device AT Translated Set 2 keyboard
[ 125.039] (II) LoadModule: "evdev"
[ 125.039] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 125.053] (II) Module evdev: vendor="X.Org Foundation"
[ 125.053] compiled for 1.17.4, module version = 2.9.2
[ 125.053] Module class: X.Org XInput Driver
[ 125.053] ABI class: X.Org XInput driver, version 21.0
[ 125.053] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 125.053] (**) AT Translated Set 2 keyboard: always reports core events
[ 125.053] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 125.061] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 125.061] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 125.061] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 125.061] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input"
[ 125.061] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 7)
[ 125.061] (**) Option "xkb_rules" "evdev"
[ 125.061] (**) Option "xkb_model" "pc105+inet"
[ 125.061] (**) Option "xkb_layout" "us"
[ 125.061] (WW) Option "xkb_variant" requires a string value
[ 125.061] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.094] (II) config/hal: Adding input device Power Button
[ 125.094] (II) Using input driver 'evdev' for 'Power Button'
[ 125.094] (**) Power Button: always reports core events
[ 125.094] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 125.097] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 125.097] (--) evdev: Power Button: Found keys
[ 125.097] (II) evdev: Power Button: Configuring as keyboard
[ 125.097] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input"
[ 125.097] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 125.097] (**) Option "xkb_rules" "evdev"
[ 125.097] (**) Option "xkb_model" "pc105+inet"
[ 125.097] (**) Option "xkb_layout" "us"
[ 125.097] (WW) Option "xkb_variant" requires a string value
[ 125.097] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.101] (II) config/hal: Adding input device Macintosh mouse button emulation
[ 125.101] (II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
[ 125.101] (**) Macintosh mouse button emulation: always reports core events
[ 125.101] (**) evdev: Macintosh mouse button emulation: Device: "/dev/input/event1"
[ 125.109] (--) evdev: Macintosh mouse button emulation: Vendor 0x1 Product 0x1
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found 3 mouse buttons
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found relative axes
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found x and y relative axes
[ 125.109] (II) evdev: Macintosh mouse button emulation: Configuring as mouse
[ 125.109] (**) evdev: Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
[ 125.109] (**) evdev: Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 125.109] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_0"
[ 125.109] (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE, id 9)
[ 125.109] (II) evdev: Macintosh mouse button emulation: initialized for relative axes.
[ 125.109] (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration profile 0
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
[ 277.303] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[ 277.646] (II) evdev: Macintosh mouse button emulation: Close
[ 277.647] (II) UnloadModule: "evdev"
[ 277.648] (II) evdev: Power Button: Close
[ 277.648] (II) UnloadModule: "evdev"
[ 277.648] (II) evdev: AT Translated Set 2 keyboard: Close
[ 277.648] (II) UnloadModule: "evdev"
[ 277.648] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[ 277.949] (II) VMWARE(0): VMMouseUnInit
[ 277.949] (II) UnloadModule: "vmmouse"
[ 277.986] (II) Server terminated successfully (0). Closing log file.

AwesomeMachine 11-16-2017 03:54 AM

OK, could you put the Xorg.0.log file in [code] tags, so I can read it better?

1300 11-16-2017 06:25 AM

Quote:

Originally Posted by AwesomeMachine (Post 5781278)
OK, could you put the Xorg.0.log file in [code] tags, so I can read it better?



Code:

# cat /var/log/Xorg.0.log
[ 124.512]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 124.512] X Protocol Version 11, Revision 0
[ 124.512] Build Operating System: c1bm 3.10.0-514.10.2.el7.x86_64
[ 124.512] Current Operating System: Linux tabassist.saudiedi.com 2.6.32-696.13.2.el6.i686 #1 SMP Thu Oct 5 20:42:25 UTC 2017 i686
[ 124.512] Kernel command line: ro root=/dev/VolGroup/lv_root rd_NO_LUKS LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
[ 124.512] Build Date: 22 March 2017 02:55:50AM
[ 124.512] Build ID: xorg-x11-server 1.17.4-16.el6.centos
[ 124.512] Current version of pixman: 0.32.8
[ 124.512] Before reporting problems, check http://wiki.centos.org/Documentation
to make sure that you have the latest version.
[ 124.512] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 124.512] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 13 09:09:34 2017
[ 124.512] (++) Using config file: "/root/xorg.conf.new"
[ 124.512] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 124.513] (==) ServerLayout "X.org Configured"
[ 124.513] (**) |-->Screen "Screen0" (0)
[ 124.513] (**) | |-->Monitor "Monitor0"
[ 124.513] (**) | |-->Device "Card0"
[ 124.513] (**) |-->Input Device "Mouse0"
[ 124.513] (**) |-->Input Device "Keyboard0"
[ 124.513] (==) Automatically adding devices
[ 124.513] (==) Automatically enabling devices
[ 124.513] (==) Not automatically adding GPU devices
[ 124.513] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 124.513] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 124.513] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 124.513] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 124.513] (WW) Disabling Mouse0
[ 124.513] (WW) Disabling Keyboard0
[ 124.513] (II) Loader magic: 0xb01020
[ 124.513] (II) Module ABI versions:
[ 124.513] X.Org ANSI C Emulation: 0.4
[ 124.513] X.Org Video Driver: 19.0
[ 124.513] X.Org XInput driver : 21.0
[ 124.513] X.Org Server Extension : 9.0
[ 124.523] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ 0x????????/32768
[ 124.524] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 124.524] (II) LoadModule: "glx"
[ 124.524] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 124.585] (II) Module glx: vendor="X.Org Foundation"
[ 124.585] compiled for 1.17.4, module version = 1.0.0
[ 124.585] ABI class: X.Org Server Extension, version 9.0
[ 124.585] (==) AIGLX enabled
[ 124.585] (II) LoadModule: "vmware"
[ 124.585] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 124.592] (II) Module vmware: vendor="X.Org Foundation"
[ 124.592] compiled for 1.17.4, module version = 13.1.0
[ 124.592] Module class: X.Org Video Driver
[ 124.592] ABI class: X.Org Video Driver, version 19.0
[ 124.592] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[ 124.592] (--) using VT number 7

[ 124.597] (--) vmware(0): DRM driver version is 2.9.0
[ 124.597] (==) vmware(0): Depth 24, (--) framebuffer bpp 32
[ 124.597] (==) vmware(0): RGB weight 888
[ 124.597] (==) vmware(0): Default visual is TrueColor
[ 124.597] (--) vmware(0): Min width 1, Max Width 8192.
[ 124.597] (--) vmware(0): Min height 1, Max Height 8192.
[ 124.597] (II) vmware(0): Output Virtual1 using monitor section Monitor0
[ 124.597] (II) vmware(0): Output Virtual2 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual3 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual4 has no monitor section
[ 124.597] (II) vmware(0): Output Virtual5 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual6 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual7 has no monitor section
[ 124.598] (II) vmware(0): Output Virtual8 has no monitor section
[ 124.598] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 124.598] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 124.598] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 124.598] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 124.598] (II) vmware(0): Printing probed modes for output Virtual1
[ 124.598] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
[ 124.598] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 124.598] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 124.598] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 124.598] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 124.598] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 124.598] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 124.598] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 124.598] (II) vmware(0): EDID for output Virtual2
[ 124.598] (II) vmware(0): EDID for output Virtual3
[ 124.599] (II) vmware(0): EDID for output Virtual4
[ 124.599] (II) vmware(0): EDID for output Virtual5
[ 124.599] (II) vmware(0): EDID for output Virtual6
[ 124.599] (II) vmware(0): EDID for output Virtual7
[ 124.599] (II) vmware(0): EDID for output Virtual8
[ 124.599] (II) vmware(0): Output Virtual1 connected
[ 124.599] (II) vmware(0): Output Virtual2 disconnected
[ 124.599] (II) vmware(0): Output Virtual3 disconnected
[ 124.599] (II) vmware(0): Output Virtual4 disconnected
[ 124.599] (II) vmware(0): Output Virtual5 disconnected
[ 124.599] (II) vmware(0): Output Virtual6 disconnected
[ 124.599] (II) vmware(0): Output Virtual7 disconnected
[ 124.599] (II) vmware(0): Output Virtual8 disconnected
[ 124.599] (II) vmware(0): Using exact sizes for initial modes
[ 124.599] (II) vmware(0): Output Virtual1 using initial mode 800x600 +0+0
[ 124.599] (II) vmware(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 124.599] (==) vmware(0): DPI set to (96, 96)
[ 124.599] (II) Loading sub module "fb"
[ 124.599] (II) LoadModule: "fb"
[ 124.599] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 124.600] (II) Module fb: vendor="X.Org Foundation"
[ 124.600] compiled for 1.17.4, module version = 1.0.0
[ 124.600] ABI class: X.Org ANSI C Emulation, version 0.4
[ 124.600] (II) Loading sub module "dri2"
[ 124.600] (II) LoadModule: "dri2"
[ 124.600] (II) Module "dri2" already built-in
[ 124.600] (==) Depth 24 pixmap format is 32 bpp
[ 124.603] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
[ 124.625] (II) vmware(0): Gallium3D XA version: 2.2.0.
[ 124.628] (II) vmware(0): Path of drm device is "/dev/dri/card0".
[ 124.628] (II) vmware(0): [DRI2] Setup complete
[ 124.628] (II) vmware(0): [DRI2] DRI driver: vmwgfx
[ 124.628] (--) vmware(0): Render acceleration is enabled.
[ 124.628] (==) vmware(0): Rendercheck mode is disabled.
[ 124.628] (--) vmware(0): Direct rendering (3D) is enabled.
[ 124.628] (==) vmware(0): Direct presents are disabled.
[ 124.628] (==) vmware(0): Hardware only presents are disabled.
[ 124.628] (==) vmware(0): Backing store enabled
[ 124.628] (==) vmware(0): Silken mouse enabled
[ 124.628] (II) vmware(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 124.628] (==) vmware(0): DPMS enabled
[ 124.628] (--) RandR disabled
[ 124.635] (II) SELinux: Disabled on system
[ 124.741] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 124.741] (II) AIGLX: enabled GLX_ARB_create_context
[ 124.741] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 124.741] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 124.741] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 124.741] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 124.741] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 124.741] (II) AIGLX: Loaded and initialized vmwgfx
[ 124.741] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 124.747] (II) vmware(0): Setting screen physical size to 211 x 158
[ 125.002] (II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse
[ 125.002] (II) LoadModule: "vmmouse"
[ 125.002] (II) Loading /usr/lib/xorg/modules/input/vmmouse_drv.so
[ 125.002] (II) Module vmmouse: vendor="X.Org Foundation"
[ 125.002] compiled for 1.17.4, module version = 13.1.0
[ 125.002] Module class: X.Org XInput Driver
[ 125.002] ABI class: X.Org XInput driver, version 21.0
[ 125.002] (II) VMWARE(0): VMMOUSE module was loaded
[ 125.002] (II) Using input driver 'vmmouse' for 'ImPS/2 Generic Wheel Mouse'
[ 125.002] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[ 125.002] (II) VMWARE(0): vmmouse is available
[ 125.002] (**) Option "Device" "/dev/input/event3"
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: ZAxisMapping: buttons 4 and 5
[ 125.024] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input"
[ 125.024] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 6)
[ 125.024] (II) VMWARE(0): VMMOUSE DEVICE_INIT
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[ 125.024] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[ 125.024] (II) VMWARE(0): VMMOUSE DEVICE_ON
[ 125.032] (II) VMWARE(0): vmmouse enabled
[ 125.039] (II) config/hal: Adding input device AT Translated Set 2 keyboard
[ 125.039] (II) LoadModule: "evdev"
[ 125.039] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 125.053] (II) Module evdev: vendor="X.Org Foundation"
[ 125.053] compiled for 1.17.4, module version = 2.9.2
[ 125.053] Module class: X.Org XInput Driver
[ 125.053] ABI class: X.Org XInput driver, version 21.0
[ 125.053] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 125.053] (**) AT Translated Set 2 keyboard: always reports core events
[ 125.053] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 125.061] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 125.061] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 125.061] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 125.061] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input"
[ 125.061] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 7)
[ 125.061] (**) Option "xkb_rules" "evdev"
[ 125.061] (**) Option "xkb_model" "pc105+inet"
[ 125.061] (**) Option "xkb_layout" "us"
[ 125.061] (WW) Option "xkb_variant" requires a string value
[ 125.061] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.094] (II) config/hal: Adding input device Power Button
[ 125.094] (II) Using input driver 'evdev' for 'Power Button'
[ 125.094] (**) Power Button: always reports core events
[ 125.094] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 125.097] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 125.097] (--) evdev: Power Button: Found keys
[ 125.097] (II) evdev: Power Button: Configuring as keyboard
[ 125.097] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input"
[ 125.097] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 125.097] (**) Option "xkb_rules" "evdev"
[ 125.097] (**) Option "xkb_model" "pc105+inet"
[ 125.097] (**) Option "xkb_layout" "us"
[ 125.097] (WW) Option "xkb_variant" requires a string value
[ 125.097] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.101] (II) config/hal: Adding input device Macintosh mouse button emulation
[ 125.101] (II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
[ 125.101] (**) Macintosh mouse button emulation: always reports core events
[ 125.101] (**) evdev: Macintosh mouse button emulation: Device: "/dev/input/event1"
[ 125.109] (--) evdev: Macintosh mouse button emulation: Vendor 0x1 Product 0x1
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found 3 mouse buttons
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found relative axes
[ 125.109] (--) evdev: Macintosh mouse button emulation: Found x and y relative axes
[ 125.109] (II) evdev: Macintosh mouse button emulation: Configuring as mouse
[ 125.109] (**) evdev: Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
[ 125.109] (**) evdev: Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 125.109] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_0"
[ 125.109] (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE, id 9)
[ 125.109] (II) evdev: Macintosh mouse button emulation: initialized for relative axes.
[ 125.109] (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration profile 0
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
[ 125.109] (**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
[ 277.303] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[ 277.646] (II) evdev: Macintosh mouse button emulation: Close
[ 277.647] (II) UnloadModule: "evdev"
[ 277.648] (II) evdev: Power Button: Close
[ 277.648] (II) UnloadModule: "evdev"
[ 277.648] (II) evdev: AT Translated Set 2 keyboard: Close
[ 277.648] (II) UnloadModule: "evdev"
[ 277.648] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[ 277.949] (II) VMWARE(0): VMMouseUnInit
[ 277.949] (II) UnloadModule: "vmmouse"
[ 277.986] (II) Server terminated successfully (0). Closing log file.



All times are GMT -5. The time now is 05:10 AM.