ednaldojta
(usa CentOS)
Enviado em 26/07/2016 - 11:52h
Bom dia amigos,
ontem pela tarde, deixei meu servidor atualizando, porem ao chegar hoje pela manha, vi a seguinte mensagem.
ABRT has detected 2 problem(s). For more info run: abrt-cli list --since
Quando abri o problema apareceu o seguinte.
id 882707c183e52a0bb94aa7bc276b801906ab9853
reason: Xorg killed by SIGABRT
time: Tue 26 Jul 2016 11:31:19 AM BRT
cmdline: /usr/bin/X :1 vt2 -keeptty -auth /root/.serverauth.3391
uid: 0
Directory: /var/spool/abrt/ccpp-2016-07-26-11:31:19-3414
Reported: cannot be reported
id 5ce8f4c2d97534829d3f9f3d7e6b0092828ce2a7
reason: Xorg killed by SIGABRT
time: Tue 26 Jul 2016 11:31:19 AM BRT
cmdline: /usr/bin/X :2 vt3 -keeptty -auth /root/.serverauth.3908
uid: 0
Directory: /var/spool/abrt/ccpp-2016-07-26-11:31:19-3931
Reported: cannot be reported
Olhei tambem o yum history, e verifiquei o seguinte problema.
Failed to downgrade: xorg-x11-drv-ati-7.2.0-9.20140113git3213df1.el7.x86_64
Failed to downgrade: xorg-x11-drv-dummy-0.3.6-15.el7.x86_64
Failed to downgrade: xorg-x11-drv-evdev-2.8.2-5.el7.x86_64
Failed to downgrade: xorg-x11-drv-fbdev-0.4.3-15.el7.x86_64
Failed to downgrade: xorg-x11-drv-intel-2.21.15-13.el7.x86_64
Failed to downgrade: xorg-x11-drv-qxl-0.1.1-9.el7.x86_64
Failed to downgrade: xorg-x11-drv-synaptics-1.7.1-10.el7_0.1.x86_64
Failed to downgrade: xorg-x11-drv-v4l-0.2.0-35.el7.x86_64
Failed to downgrade: xorg-x11-drv-vesa-2.3.2-14.el7.x86_64
Failed to downgrade: xorg-x11-drv-vmmouse-13.0.0-10.el7.x86_64
Failed to downgrade: xorg-x11-drv-vmware-13.0.1-7.el7.x86_64
Failed to downgrade: xorg-x11-drv-void-1.4.0-23.el7.x86_64
Failed to downgrade: xorg-x11-drv-wacom-0.23.0-6.el7.x86_64
Failed to downgrade: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
Failed to downgrade: xorg-x11-server-Xorg-1.15.0-7.el7_0.3.x86_64
Failed to downgrade: xorg-x11-server-common-1.15.0-7.el7_0.3.x86_64
Failed to downgrade: xorg-x11-server-utils-7.7-4.el7.x86_64
Failed to downgrade: 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64
Failed to downgrade: xorg-x11-xinit-1.3.2-13.el7.x86_64
Failed to downgrade: xorg-x11-xkb-utils-7.7-9.1.el7.x86_64
Failed to downgrade: xulrunner-31.5.0-1.el7.centos.x86_64
Existe mais log!
e quando inicio o Centos, ele não mostra a tela de login.
Ja tentei iniciar o Xorg com o comando startx, porem ele não inicia.
Me ajudem Galera!
Meu xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection