[SOLVED] Broken Gwibber/couchdb after Apr 9 upgrade

After a 1.3GB upgrade (2.6.33, ssl, gtk, ssh...) I can no longer use Gwibber.
I use the following components:
aur/couchdb 0.11.0-1
aur/python-couchdb 0.6.1-1
aur/desktopcouch 0.6.3-3
aur/gwibber-new 2.29.94-1
When I start gwibber I get:
Traceback (most recent call last):
File "/usr/bin/gwibber", line 67, in <module>
client.Client()
File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 447, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 29, in __init__
self.model = gwui.Model()
File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 42, in __init__
self.settings = util.SettingsMonitor()
File "/usr/lib/python2.6/site-packages/gwibber/util.py", line 91, in __init__
DEFAULT_SETTINGS)
File "/usr/lib/python2.6/site-packages/gwibber/microblog/util/couch.py", line 66, in __init__
self.database = CouchDatabase(dbname, create=True)
File "/usr/lib/python2.6/site-packages/desktopcouch/records/server.py", line 53, in __init__
port = desktopcouch.find_port(ctx=ctx)
File "/usr/lib/python2.6/site-packages/desktopcouch/__init__.py", line 51, in find_port
return _direct_access_find_port(pid=pid, ctx=ctx)
File "/usr/lib/python2.6/site-packages/desktopcouch/__init__.py", line 132, in __find_port__linux
raise RuntimeError("Unable to find listening port")
RuntimeError: Unable to find listening port
When starting couchdb I get:
Apache CouchDB 0.11.0 (LogLevel=info) is starting.
=CRASH REPORT==== 9-Apr-2010::18:45:28 ===
crasher:
initial call: couch_event_sup:init/1
pid: <0.79.0>
registered_name: []
exception exit: {{badmatch,
{'EXIT',
{{badmatch,{error,eacces}},
[{couch_log,init,1},
{gen_event,server_add_handler,4},
{gen_event,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_event_sup,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:init_it/6
ancestors: [couch_primary_services,couch_server_sup,<0.32.0>]
messages: []
links: [<0.78.0>,<0.5.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 233
stack_size: 24
reductions: 116
neighbours:
=SUPERVISOR REPORT==== 9-Apr-2010::18:45:28 ===
Supervisor: {local,couch_primary_services}
Context: start_error
Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}},
[{couch_log,init,1},
{gen_event,server_add_handler,4},
{gen_event,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_event_sup,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
Offender: [{pid,undefined},
{name,couch_log},
{mfa,{couch_log,start_link,[]}},
{restart_type,permanent},
{shutdown,brutal_kill},
{child_type,worker}]
=SUPERVISOR REPORT==== 9-Apr-2010::18:45:28 ===
Supervisor: {local,couch_server_sup}
Context: start_error
Reason: shutdown
Offender: [{pid,undefined},
{name,couch_primary_services},
{mfa,{couch_server_sup,start_primary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=CRASH REPORT==== 9-Apr-2010::18:45:28 ===
crasher:
initial call: application_master:init/4
pid: <0.31.0>
registered_name: []
exception exit: {bad_return,
{{couch_app,start,
[normal,
["/etc/couchdb/default.ini",
"/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
in function application_master:init/4
ancestors: [<0.30.0>]
messages: [{'EXIT',<0.32.0>,normal}]
links: [<0.30.0>,<0.6.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 156
neighbours:
=INFO REPORT==== 9-Apr-2010::18:45:28 ===
application: couch
exited: {bad_return,{{couch_app,start,
[normal,
["/etc/couchdb/default.ini",
"/etc/couchdb/local.ini"]]},
{'EXIT',{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
type: temporary
And for desktopcouch-pair
Traceback (most recent call last):
File "/usr/bin/desktopcouch-pair", line 57, in <module>
from twisted.internet import gtk2reactor
ImportError: No module named twisted.internet
Has anyone experience this problem?
Thanks
Alphazo
[EDIT]
To get it working I had to :
1) uninstall
- couchdb 0.11.0-1
- python-couchdb 0.6.1-1
- desktopcouch 0.6.3-3
- gwibber-new 2.29.94-1
2) Update with local package (pacman -U)
- erlang-R13B04-3-i686.pkg.tar.xz
- spidermonkey-1.7.0-3-i686.pkg.tar.gz
- httplib2-0.6.0-1-any.pkg.tar.gz
- python-distutils-extra-2.16-1-any.pkg.tar.gz
- python-egenix-mx-base-3.1.2-1-i686.pkg.tar.gz
- python-imaging-1.1.7-1-i686.pkg.tar.gz
- python-feedparser-4.1-4-i686.pkg.tar.gz
- python-mako-0.2.5-1-any.pkg.tar.gz
- python-simplejson-2.1.0-1-any.pkg.tar.xz
- pywebkitgtk-1.1.7-1-i686.pkg.tar.gz
- python-pycurl-7.19.0-4-i686.pkg.tar.xz
3) Re-installed with yaourt:
- couchdb 0.11.0-1
- python-couchdb 0.6.1-1
- desktopcouch 0.6.3-3
- gwibber-new 2.29.94-1
Last edited by alphazo (2010-04-09 19:50:08)

After a 1.3GB upgrade (2.6.33, ssl, gtk, ssh...) I can no longer use Gwibber.
I use the following components:
aur/couchdb 0.11.0-1
aur/python-couchdb 0.6.1-1
aur/desktopcouch 0.6.3-3
aur/gwibber-new 2.29.94-1
When I start gwibber I get:
Traceback (most recent call last):
File "/usr/bin/gwibber", line 67, in <module>
client.Client()
File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 447, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 29, in __init__
self.model = gwui.Model()
File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 42, in __init__
self.settings = util.SettingsMonitor()
File "/usr/lib/python2.6/site-packages/gwibber/util.py", line 91, in __init__
DEFAULT_SETTINGS)
File "/usr/lib/python2.6/site-packages/gwibber/microblog/util/couch.py", line 66, in __init__
self.database = CouchDatabase(dbname, create=True)
File "/usr/lib/python2.6/site-packages/desktopcouch/records/server.py", line 53, in __init__
port = desktopcouch.find_port(ctx=ctx)
File "/usr/lib/python2.6/site-packages/desktopcouch/__init__.py", line 51, in find_port
return _direct_access_find_port(pid=pid, ctx=ctx)
File "/usr/lib/python2.6/site-packages/desktopcouch/__init__.py", line 132, in __find_port__linux
raise RuntimeError("Unable to find listening port")
RuntimeError: Unable to find listening port
When starting couchdb I get:
Apache CouchDB 0.11.0 (LogLevel=info) is starting.
=CRASH REPORT==== 9-Apr-2010::18:45:28 ===
crasher:
initial call: couch_event_sup:init/1
pid: <0.79.0>
registered_name: []
exception exit: {{badmatch,
{'EXIT',
{{badmatch,{error,eacces}},
[{couch_log,init,1},
{gen_event,server_add_handler,4},
{gen_event,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_event_sup,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:init_it/6
ancestors: [couch_primary_services,couch_server_sup,<0.32.0>]
messages: []
links: [<0.78.0>,<0.5.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 233
stack_size: 24
reductions: 116
neighbours:
=SUPERVISOR REPORT==== 9-Apr-2010::18:45:28 ===
Supervisor: {local,couch_primary_services}
Context: start_error
Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}},
[{couch_log,init,1},
{gen_event,server_add_handler,4},
{gen_event,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_event_sup,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
Offender: [{pid,undefined},
{name,couch_log},
{mfa,{couch_log,start_link,[]}},
{restart_type,permanent},
{shutdown,brutal_kill},
{child_type,worker}]
=SUPERVISOR REPORT==== 9-Apr-2010::18:45:28 ===
Supervisor: {local,couch_server_sup}
Context: start_error
Reason: shutdown
Offender: [{pid,undefined},
{name,couch_primary_services},
{mfa,{couch_server_sup,start_primary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=CRASH REPORT==== 9-Apr-2010::18:45:28 ===
crasher:
initial call: application_master:init/4
pid: <0.31.0>
registered_name: []
exception exit: {bad_return,
{{couch_app,start,
[normal,
["/etc/couchdb/default.ini",
"/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
in function application_master:init/4
ancestors: [<0.30.0>]
messages: [{'EXIT',<0.32.0>,normal}]
links: [<0.30.0>,<0.6.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 156
neighbours:
=INFO REPORT==== 9-Apr-2010::18:45:28 ===
application: couch
exited: {bad_return,{{couch_app,start,
[normal,
["/etc/couchdb/default.ini",
"/etc/couchdb/local.ini"]]},
{'EXIT',{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
type: temporary
And for desktopcouch-pair
Traceback (most recent call last):
File "/usr/bin/desktopcouch-pair", line 57, in <module>
from twisted.internet import gtk2reactor
ImportError: No module named twisted.internet
Has anyone experience this problem?
Thanks
Alphazo
[EDIT]
To get it working I had to :
1) uninstall
- couchdb 0.11.0-1
- python-couchdb 0.6.1-1
- desktopcouch 0.6.3-3
- gwibber-new 2.29.94-1
2) Update with local package (pacman -U)
- erlang-R13B04-3-i686.pkg.tar.xz
- spidermonkey-1.7.0-3-i686.pkg.tar.gz
- httplib2-0.6.0-1-any.pkg.tar.gz
- python-distutils-extra-2.16-1-any.pkg.tar.gz
- python-egenix-mx-base-3.1.2-1-i686.pkg.tar.gz
- python-imaging-1.1.7-1-i686.pkg.tar.gz
- python-feedparser-4.1-4-i686.pkg.tar.gz
- python-mako-0.2.5-1-any.pkg.tar.gz
- python-simplejson-2.1.0-1-any.pkg.tar.xz
- pywebkitgtk-1.1.7-1-i686.pkg.tar.gz
- python-pycurl-7.19.0-4-i686.pkg.tar.xz
3) Re-installed with yaourt:
- couchdb 0.11.0-1
- python-couchdb 0.6.1-1
- desktopcouch 0.6.3-3
- gwibber-new 2.29.94-1
Last edited by alphazo (2010-04-09 19:50:08)

Similar Messages

  • [SOLVED] Getting theme errors after a recent upgrade in gtk3 apps

    I have recently started getting errors like these after a recent upgrade.
    (nautilus:12329): Gtk-WARNING **: Theme parsing error: *-*:*:*: Not using units is deprecated. Assuming 'px'.
    Full error while opening nautilus can be see here. http://sprunge.us/IQOM
    Relevant pacman log: http://sprunge.us/YYgY
    ~/.config/gtk-3.0/settings.ini :  http://sprunge.us/VJMT
    I have tried few themes (Fear, Hope, Aldabra), all seem to give me this error. Also, theme Fear broke (gave white text with white background) after the upgrade.
    Can anyone else reproduce this error?
    If there is any theme that doesn't have problems with updated system, please share.
    Last edited by shadyabhi (2012-04-28 02:41:54)

    shadyabhi wrote:Can anyone else reproduce this error?
    Apparently yes:
    https://bbs.archlinux.org/viewtopic.php?id=140402
    https://bbs.archlinux.org/viewtopic.php?id=140277
    There are a couple other threads as well - some have alleged solutions, or at least some themes that work.

  • [solved]no keyboard/mouse after xorg-xinit upgrade (startxfce4 broken)

    Today's upgrade and subsequent downgrade (with testing repos disabled)
    [root@KISE-005 ~]# cat /var/log/pacman.log | grep 2015-03-17 | grep upgraded
    [2015-03-17 09:54] [ALPM] upgraded conky (1.9.0-4 -> 1.9.0-5)
    [2015-03-17 09:54] [ALPM] upgraded gsfonts (20130917-1 -> 20150122-1)
    [2015-03-17 09:54] [ALPM] upgraded libmatekbd (1.8.0-1 -> 1.8.1-1)
    [2015-03-17 09:54] [ALPM] upgraded libvdpau (1.0-1 -> 1.1-1)
    [2015-03-17 09:54] [ALPM] upgraded mate-desktop (1.8.1-2 -> 1.8.2-1)
    [2015-03-17 09:54] [ALPM] upgraded marco (1.8.2-4 -> 1.8.3-1)
    [2015-03-17 09:54] [ALPM] upgraded mate-settings-daemon-gstreamer (1.8.2-3 -> 1.8.3-1)
    [2015-03-17 09:54] [ALPM] upgraded python-setuptools (1:14.1.1-1 -> 1:14.3-1)
    [2015-03-17 09:54] [ALPM] upgraded python2-setuptools (1:14.1.1-1 -> 1:14.3-1)
    [2015-03-17 09:54] [ALPM] upgraded vim-runtime (7.4.617-1 -> 7.4.663-1)
    [2015-03-17 09:54] [ALPM] upgraded vim (7.4.617-1 -> 7.4.663-1)
    [2015-03-17 09:54] [ALPM] upgraded xdg-utils (1.1.0.git20141009-1 -> 1.1.0.git20150302-1)
    [2015-03-17 09:54] [ALPM] upgraded xorg-xinit (1.3.4-1 -> 1.3.4-2)
    [2015-03-17 09:56] [ALPM] upgraded insync (1.1.5-1 -> 1.2.1-1)
    [2015-03-17 09:59] [ALPM] upgraded ttf-google-fonts-git (20140805-1 -> 20150316-1)
    [root@KISE-005 ~]# cat /var/log/pacman.log | grep 2015-03-17 | grep downgraded
    [2015-03-17 10:56] [ALPM] downgraded libutil-linux (2.26.1-3 -> 2.25.2-1)
    [2015-03-17 10:56] [ALPM] downgraded libsystemd (219-3 -> 218-2)
    [2015-03-17 10:56] [ALPM] downgraded shadow (4.2.1-3 -> 4.2.1-2)
    [2015-03-17 10:56] [ALPM] downgraded util-linux (2.26.1-3 -> 2.25.2-1)
    [2015-03-17 10:56] [ALPM] downgraded systemd (219-3 -> 218-2)
    [2015-03-17 10:56] [ALPM] downgraded libcups (2.0.2-2 -> 2.0.2-1)
    [2015-03-17 10:56] [ALPM] downgraded cups (2.0.2-2 -> 2.0.2-1)
    [2015-03-17 10:56] [ALPM] downgraded libssh2 (1.5.0-1 -> 1.4.3-2)
    [2015-03-17 10:56] [ALPM] downgraded lib32-libssh2 (1.5.0-1 -> 1.4.3-2)
    [2015-03-17 10:56] [ALPM] downgraded lib32-libx11 (1.6.3-1 -> 1.6.2-1)
    [2015-03-17 10:56] [ALPM] downgraded lib32-util-linux (2.26-1 -> 2.25.2-1)
    [2015-03-17 10:57] [ALPM] downgraded linux (3.19.1-1 -> 3.18.6-1)
    [2015-03-17 10:57] [ALPM] downgraded nvidia (346.47-9 -> 346.47-3)
    [2015-03-17 10:57] [ALPM] downgraded systemd-sysvcompat (219-3 -> 218-2)
    [2015-03-17 10:57] [ALPM] downgraded vim-runtime (7.4.663-1 -> 7.4.617-1)
    [2015-03-17 10:57] [ALPM] downgraded vim (7.4.663-1 -> 7.4.617-1)
    [2015-03-17 10:57] [ALPM] downgraded xdg-utils (1.1.0.git20150302-1 -> 1.1.0.git20141009-1)
    [2015-03-17 10:57] [ALPM] downgraded xorg-xinit (1.3.4-2 -> 1.3.4-1)
    After upgrade the keyboard and mouse were unresponsive. Restored by downgrading with testing repos disabled.
    Also upgraded today with testing repos enabled was i686 and no anomalies detected.
    Xorg.0.log for failed boot is here http://pastebin.com/aarDvve2
    Last edited by keepitsimpleengineer (2015-03-24 19:30:45)

    hello ,
    after an upgrade yesterday , it is not possible to launch xfce4 on tty , when i do startxfce4 , i had this error :
    xinit giving up
    xinit unable to connect to x server ..................
    xinit server error
    this my xorg log :
    [   198.530]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [   198.536] X Protocol Version 11, Revision 0
    [   198.538] Build Operating System: Linux 3.18.6-1-ARCH i686
    [   198.540] Current Operating System: Linux eternity 3.14.36-1-lts #1 SMP Wed Mar 18 18:32:14 CET 2015 i686
    [   198.541] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=b52f032b-9579-4da9-9a9b-d15b4dd7e565 rw quiet
    [   198.545] Build Date: 14 March 2015  06:47:44PM
    [   198.547]
    [   198.550] Current version of pixman: 0.32.6
    [   198.554]    Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
    [   198.554] Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [   198.564] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 23 10:03:55 2015
    [   198.567] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [   198.567] (==) No Layout section.  Using the first Screen section.
    [   198.567] (==) No screen section available. Using defaults.
    [   198.567] (**) |-->Screen "Default Screen Section" (0)
    [   198.567] (**) |   |-->Monitor "<default monitor>"
    [   198.568] (==) No monitor specified for screen "Default Screen Section".
       Using a default monitor configuration.
    [   198.568] (==) Automatically adding devices
    [   198.568] (==) Automatically enabling devices
    [   198.568] (==) Automatically adding GPU devices
    [   198.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [   198.568]    Entry deleted from font path.
    [   198.568]    (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [   198.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [   198.568]    Entry deleted from font path.
    [   198.568]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [   198.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [   198.568]    Entry deleted from font path.
    [   198.568]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [   198.568] (==) FontPath set to:
       /usr/share/fonts/misc/,
       /usr/share/fonts/TTF/,
       /usr/share/fonts/Type1/
    [   198.568] (==) ModulePath set to "/usr/lib/xorg/modules"
    [   198.568] (II) The server relies on udev to provide the list of input devices.
       If no devices become available, reconfigure udev or disable AutoAddDevices.
    [   198.568] (II) Loader magic: 0x829e700
    [   198.568] (II) Module ABI versions:
    [   198.568]    X.Org ANSI C Emulation: 0.4
    [   198.568]    X.Org Video Driver: 19.0
    [   198.568]    X.Org XInput driver : 21.0
    [   198.568]    X.Org Server Extension : 9.0
    [   198.570] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [   198.571] (II) xfree86: Adding drm device (/dev/dri/card0)
    [   198.571] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [   198.573] (--) PCI:*(0:1:5:0) 1002:5a62:1043:1402 rev 0, Mem @ 0xa0000000/268435456, 0xfa8f0000/65536, I/O @ 0x00009800/256, BIOS @ 0x????????/131072
    [   198.573] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [   198.573] (II) LoadModule: "glx"
    [   198.574] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [   198.576] (II) Module glx: vendor="X.Org Foundation"
    [   198.576]    compiled for 1.17.1, module version = 1.0.0
    [   198.576]    ABI class: X.Org Server Extension, version 9.0
    [   198.576] (==) AIGLX enabled
    [   198.576] (==) Matched ati as autoconfigured driver 0
    [   198.576] (==) Matched ati as autoconfigured driver 1
    [   198.576] (==) Matched modesetting as autoconfigured driver 2
    [   198.576] (==) Matched fbdev as autoconfigured driver 3
    [   198.576] (==) Matched vesa as autoconfigured driver 4
    [   198.576] (==) Assigned the driver to the xf86ConfigLayout
    [   198.576] (II) LoadModule: "ati"
    [   198.576] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [   198.576] (II) Module ati: vendor="X.Org Foundation"
    [   198.576]    compiled for 1.17.0, module version = 7.5.0
    [   198.576]    Module class: X.Org Video Driver
    [   198.576]    ABI class: X.Org Video Driver, version 19.0
    [   198.576] (II) LoadModule: "radeon"
    [   198.576] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [   198.577] (II) Module radeon: vendor="X.Org Foundation"
    [   198.577]    compiled for 1.17.0, module version = 7.5.0
    [   198.577]    Module class: X.Org Video Driver
    [   198.577]    ABI class: X.Org Video Driver, version 19.0
    [   198.577] (II) LoadModule: "modesetting"
    [   198.577] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [   198.577] (II) Module modesetting: vendor="X.Org Foundation"
    [   198.577]    compiled for 1.17.1, module version = 1.17.1
    [   198.577]    Module class: X.Org Video Driver
    [   198.577]    ABI class: X.Org Video Driver, version 19.0
    [   198.577] (II) LoadModule: "fbdev"
    [   198.577] (WW) Warning, couldn't open module fbdev
    [   198.577] (II) UnloadModule: "fbdev"
    [   198.577] (II) Unloading fbdev
    [   198.577] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [   198.577] (II) LoadModule: "vesa"
    [   198.578] (WW) Warning, couldn't open module vesa
    [   198.578] (II) UnloadModule: "vesa"
    [   198.578] (II) Unloading vesa
    [   198.578] (EE) Failed to load module "vesa" (module does not exist, 0)
    [   198.578] (II) RADEON: Driver for ATI Radeon chipsets:
       ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
       ATI Radeon Mobility X300 (M24) 3152 (PCIE),
       ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
       ATI Radeon X600 (RV380) 3E50 (PCIE),
       ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
       ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
       ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
       ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
       ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
       ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
       ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
       ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
       ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
       ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
       ATI Radeon IGP330M/340M/350M (U2) 4337,
       ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
       ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
       ATI Radeon X800PRO (R420) JI (AGP),
       ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
       ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
       ATI Radeon Mobility 9800 (M18) JN (AGP),
       ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
       ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
       ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
       ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
       ATI Radeon Mobility M7 LW (AGP),
       ATI Mobility FireGL 7800 M7 LX (AGP),
       ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
       ATI FireGL Mobility 9000 (M9) Ld (AGP),
       ATI Radeon Mobility 9000 (M9) Lf (AGP),
       ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
       ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
       ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
       ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
       ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
       ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
       ATI Radeon Mobility 9600 (M10) NQ (AGP),
       ATI Radeon Mobility 9600 (M11) NR (AGP),
       ATI Radeon Mobility 9600 (M10) NS (AGP),
       ATI FireGL Mobility T2 (M10) NT (AGP),
       ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
       ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
       ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
       ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
       ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
       ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
       ATI Radeon Mobility X300 (M22) 5460 (PCIE),
       ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
       ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
       ATI Radeon X800PRO (R423) UI (PCIE),
       ATI Radeon X800LE (R423) UJ (PCIE),
       ATI Radeon X800SE (R423) UK (PCIE),
       ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
       ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
       ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
       ATI FireGL unknown (R423) UR (PCIE),
       ATI FireGL unknown (R423) UT (PCIE),
       ATI Mobility FireGL V5000 (M26) (PCIE),
       ATI Mobility FireGL V5000 (M26) (PCIE),
       ATI Mobility Radeon X700 XL (M26) (PCIE),
       ATI Mobility Radeon X700 (M26) (PCIE),
       ATI Mobility Radeon X700 (M26) (PCIE),
       ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
       ATI Radeon Mobility 9100 IGP (U3) 5835,
       ATI Radeon XPRESS 200 5954 (PCIE),
       ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
       ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
       ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
       ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
       ATI Radeon XPRESS 200M 5975 (PCIE),
       ATI Radeon XPRESS 200 5A41 (PCIE),
       ATI Radeon XPRESS 200M 5A42 (PCIE),
       ATI Radeon XPRESS 200 5A61 (PCIE),
       ATI Radeon XPRESS 200M 5A62 (PCIE),
       ATI Radeon X300 (RV370) 5B60 (PCIE),
       ATI Radeon X600 (RV370) 5B62 (PCIE),
       ATI Radeon X550 (RV370) 5B63 (PCIE),
       ATI FireGL V3100 (RV370) 5B64 (PCIE),
       ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
       ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
       ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
       ATI Mobility Radeon X800 XT (M28) (PCIE),
       ATI Mobility FireGL V5100 (M28) (PCIE),
       ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
       ATI Radeon X850 XT PE (R480) (PCIE),
       ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
       ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
       ATI Radeon X850 XT (R480) (PCIE),
       ATI Radeon X800XT (R423) 5D57 (PCIE),
       ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
       ATI Radeon X700 PRO (RV410) (PCIE),
       ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
       ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
       ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
       ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
       ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
       ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
       ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
       ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
       ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
       ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
       ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
       ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
       ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
       ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
       ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
       ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
       ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
       ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
       ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
       ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
       ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
       ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
       ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
       ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
       ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
       ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
       ATI Mobility Radeon X1700, ATI Radeon X2300HD,
       ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
       ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
       ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
       ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
       ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
       ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
       ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
       ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
       ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
       ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
       ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
       ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
       ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
       ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
       ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
       ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
       ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
       ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
       ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
       ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
       AMD FireStream 9250, ATI FirePro V8700 (FireGL),
       ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
       ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
       ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
       ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
       ATI Mobility Radeon HD 4670, ATI FirePro M5750,
       ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
       ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
       ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
       ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
       ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
       ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
       ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
       ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
       ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
       ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
       ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
       ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
       ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
       ATI Mobility Radeon HD 3850 X2, ATI RV670,
       ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
       ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
       ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
       ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
       ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
       ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
       ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
       ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
       ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
       ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
       ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
       ATI FireGL V3600, ATI Radeon HD 2600 LE,
       ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
       ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
       ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
       ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
       ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
       ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
       ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
       ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
       ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
       ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
       ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
       ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
       ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
       SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
       ATI Radeon 4100, ATI Mobility Radeon HD 4200,
       ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
       AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
       AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
       AMD Radeon HD 6300 Series Graphics,
       AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
       AMD Firestream 9350, ATI Radeon HD 5800 Series,
       ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
       ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
       ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
       ATI Mobility Radeon HD 5800 Series,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
       ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
       ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
       ATI Mobility Radeon HD 5000 Series,
       ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
       ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
       ATI Mobility Radeon HD 5000 Series,
       ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
       ATI Mobility Radeon Graphics, CEDAR,
       ATI FirePro (FireGL) Graphics Adapter,
       ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
       ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
       CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
       AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
       CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
       BARTS, BARTS, Mobility Radeon HD 6000 Series,
       Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
       AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
       AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
       TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
       TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
       CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
       CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
       ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
       ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
       ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
       ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
       TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
       TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
       PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
       VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
       VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
       VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
       OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
       HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
       BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
       BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
       KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
       KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
       MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
       MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
       KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
       KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
       KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
       HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [   198.591] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [   198.591] (--) using VT number 2
    [   198.642] (II) [KMS] Kernel modesetting enabled.
    [   198.642] (WW) Falling back to old probe method for modesetting
    [   198.642] (II) RADEON(0): Creating default Display subsection in Screen section
       "Default Screen Section" for depth/fbbpp 24/32
    [   198.642] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [   198.642] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [   198.642] (==) RADEON(0): Default visual is TrueColor
    [   198.642] (==) RADEON(0): RGB weight 888
    [   198.642] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [   198.642] (--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5A62 (PCIE)" (ChipID = 0x5a62)
    [   198.642] (EE) RADEON(0): [drm] failed to set drm interface version.
    [   198.642] (EE) RADEON(0): Kernel modesetting setup failed
    [   198.642] (II) UnloadModule: "radeon"
    [   198.643] (EE) Screen(s) found, but none have a usable configuration.
    [   198.643] (EE)
    Fatal server error:
    [   198.643] (EE) no screens found(EE)
    [   198.643] (EE)
    Please consult the The X.Org Foundation support
        at http://wiki.x.org
    for help.
    [   198.643] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [   198.643] (EE)
    [   198.673] (EE) Server terminated with error (1). Closing log file.
       so i think i have module and/or config problem , what i need to do to recover server X ????
         thx .

  • [Solved] RAID 5 degraded after 3.13 upgrade

    Hi there,
    after upgrading my home server to the latest kernel 3.13 I've found out, that my RAID 5 got degraded. One of the drives has been kicked out, but I don't know why. The drive seems okay, I've also done a SMART short test, completed without any errors. The only suspicious looking error message, when upgrading to Linux 3.13 was:
    ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
    This is mdstat output:
    [tolga@Ragnarok ~]$ cat /proc/mdstat
    Personalities : [raid6] [raid5] [raid4]
    md127 : active raid5 sda1[0] sdc1[3] sdb1[1]
    5860145664 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [UUU_]
    unused devices: <none>
    smartctl:
    [tolga@Ragnarok ~]$ sudo smartctl -a /dev/sdd
    smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.4-1-ARCH] (local build)
    Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital Red (AF)
    Device Model: WDC WD20EFRX-68AX9N0
    Serial Number: [removed]
    LU WWN Device Id: 5 0014ee 2b2cd537a
    Firmware Version: 80.00A80
    User Capacity: 2,000,398,934,016 bytes [2.00 TB]
    Sector Sizes: 512 bytes logical, 4096 bytes physical
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ACS-2 (minor revision not indicated)
    SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
    Local Time is: Fri Feb 21 22:26:30 2014 CET
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: (26580) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 268) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x70bd) SCT Status supported.
    SCT Error Recovery Control supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
    3 Spin_Up_Time 0x0027 164 163 021 Pre-fail Always - 6766
    4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 273
    5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
    7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
    9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 1954
    10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 273
    192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 6
    193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 266
    194 Temperature_Celsius 0x0022 115 104 000 Old_age Always - 35
    196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
    SMART Error Log Version: 1
    ATA Error Count: 306 (device log contains only the most recent five errors)
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    CL = Cylinder Low Register [HEX]
    CH = Cylinder High Register [HEX]
    DH = Device/Head Register [HEX]
    DC = Device Command Register [HEX]
    ER = Error register [HEX]
    ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 306 occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 61 02 00 00 00 a0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ef 10 02 00 00 00 a0 08 22:17:38.065 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.065 IDENTIFY DEVICE
    ef 03 46 00 00 00 a0 08 22:17:38.064 SET FEATURES [Set transfer mode]
    ef 10 02 00 00 00 a0 08 22:17:38.064 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.064 IDENTIFY DEVICE
    Error 305 occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 61 46 00 00 00 a0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ef 03 46 00 00 00 a0 08 22:17:38.064 SET FEATURES [Set transfer mode]
    ef 10 02 00 00 00 a0 08 22:17:38.064 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.064 IDENTIFY DEVICE
    ef 10 02 00 00 00 a0 08 22:17:38.063 SET FEATURES [Enable SATA feature]
    Error 304 occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 61 02 00 00 00 a0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ef 10 02 00 00 00 a0 08 22:17:38.064 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.064 IDENTIFY DEVICE
    ef 10 02 00 00 00 a0 08 22:17:38.063 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.063 IDENTIFY DEVICE
    Error 303 occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 61 02 00 00 00 a0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ef 10 02 00 00 00 a0 08 22:17:38.063 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.063 IDENTIFY DEVICE
    ef 03 46 00 00 00 a0 08 22:17:38.063 SET FEATURES [Set transfer mode]
    ef 10 02 00 00 00 a0 08 22:17:38.063 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.062 IDENTIFY DEVICE
    Error 302 occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 61 46 00 00 00 a0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ef 03 46 00 00 00 a0 08 22:17:38.063 SET FEATURES [Set transfer mode]
    ef 10 02 00 00 00 a0 08 22:17:38.063 SET FEATURES [Enable SATA feature]
    ec 00 00 00 00 00 a0 08 22:17:38.062 IDENTIFY DEVICE
    ef 10 02 00 00 00 a0 08 22:17:38.062 SET FEATURES [Enable SATA feature]
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Completed without error 00% 1954 -
    # 2 Short offline Completed without error 00% 0 -
    # 3 Conveyance offline Completed without error 00% 0 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    This is my mdadm configuration:
    [tolga@Ragnarok ~]$ cat /etc/mdadm.conf
    ARRAY /dev/md/Asura metadata=1.2 UUID=34bab60a:4d640b50:6228c429:0679bb34 name=Ragnarok:Asura
    I've checked all partition tables, everything seems ok. "Error 30[x] occurred at disk power-on lifetime: 1706 hours (71 days + 2 hours)" seems to be a one-time event, which happened on 1706 hours (I don't know why; no power loss or something similar). Other than those smartctl errors, everything seems fine. I've also inspected the drive; no suspicious noises or anything else, works like the other 3 drives. Am I safe to simply re-add the drive using "sudo mdadm --manage --re-add /dev/md127 /dev/sdd1" and let it re-sync or should I flag it as failed and then re-add it to the RAID?
    I am using 4x 2TB Western Digital Red drives in a RAID 5, which are about 1 year old and they ran perfectly fine until now. The server is currently shut down until this problem is fixed. I currently got a partial backup of my data (most important ones) and will make a full backup, before attempting a repair. At the moment, I'm still able to access all my data, so nothing's wrong there.
    So, what do you guys think, what should I do?
    Last edited by tolga9009 (2014-09-13 12:48:13)

    Thank you brian for the fast reply. I've backed up all my important data and tried the command. It's not working ...
    [tolga@Ragnarok ~]$ sudo mdadm --manage --re-add /dev/md127 /dev/sdd1
    mdadm: --re-add for /dev/sdd1 to /dev/md127 is not possible
    [tolga@Ragnarok ~]$ lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 1.8T 0 disk
    ââsda1 8:1 0 1.8T 0 part
    ââmd127 9:127 0 5.5T 0 raid5 /media/Asura
    sdb 8:16 0 1.8T 0 disk
    ââsdb1 8:17 0 1.8T 0 part
    ââmd127 9:127 0 5.5T 0 raid5 /media/Asura
    sdc 8:32 0 1.8T 0 disk
    ââsdc1 8:33 0 1.8T 0 part
    ââmd127 9:127 0 5.5T 0 raid5 /media/Asura
    sdd 8:48 0 1.8T 0 disk
    ââsdd1 8:49 0 1.8T 0 part
    sde 8:64 0 59.6G 0 disk
    ââsde1 8:65 0 512M 0 part /boot/efi
    ââsde2 8:66 0 4G 0 part [SWAP]
    ââsde3 8:67 0 54.6G 0 part /
    ââsde4 8:68 0 512M 0 part /boot
    Out of curiosity, I've compared "mdadm -E" of the corrupted and a healthy drive. Here's the output:
    [tolga@Ragnarok ~]$ diff -u sdc sdd
    --- sdc 2014-02-21 23:28:51.051674496 +0100
    +++ sdd 2014-02-21 23:28:55.911816816 +0100
    @@ -1,4 +1,4 @@
    -/dev/sdc1:
    +/dev/sdd1:
    Magic : a92b4efc
    Version : 1.2
    Feature Map : 0x0
    @@ -14,15 +14,15 @@
    Data Offset : 262144 sectors
    Super Offset : 8 sectors
    Unused Space : before=262064 sectors, after=1167 sectors
    - State : clean
    - Device UUID : 4ce2ba99:645b1cc6:60c23336:c4428e2f
    + State : active
    + Device UUID : 4aeef598:64ff6631:826f445e:dbf77ab5
    - Update Time : Fri Feb 21 23:18:20 2014
    - Checksum : a6c42392 - correct
    - Events : 16736
    + Update Time : Sun Jan 12 06:40:56 2014
    + Checksum : bf106b2a - correct
    + Events : 7295
    Layout : left-symmetric
    Chunk Size : 512K
    - Device Role : Active device 2
    - Array State : AAA. ('A' == active, '.' == missing, 'R' == replacing)
    + Device Role : Active device 3
    + Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
    So, I guess my only way to fix this is remove the faulty drive from the RAID, zero out the superblock and then re-add it as a new drive. Or is there any other way to fix this?
    //Edit: I've used "mdadm --detail /dev/md127" and found out, that the faulty drive wasn't even listed anymore. So instead of using "re-add", I simply added it as a new drive and it's resyncing now. In about 220mins, I'll know more ! Is there a way to check for corruption after syncing the drives?
    //Edit: ^ this worked. My drive probably didn't got kicked after the 3.13 upgrade, but I've simply noticed it then. The drive seems to be kicked after ~1700 hours for some unknown reason - I've now disconnected and reconnected all drives to opt out any wiring issues. Since the drive was out of sync, simply re-adding it didn't work. I had to manually add it to the array again and this caused a resync, which took around 3,5 hours. I think that's okay for a 4x 2TB RAID 5 array. Everything is working fine again, no data corruption, nothing. I'll mark it as solved.
    Last edited by tolga9009 (2014-09-13 12:59:22)

  • [Solved] iwlwifi very unstable after 3.4 upgrade (Centrino 1030 BGN)

    Since the 3.4 kernel upgrade my wireless (iwlwifi, Intel Centrino-N 1030) has been extremely unstable and essentially unusable. There have been reports of problems on Intel 6x00 wifi cards, but I've not seen any on the 1030. I've tested this on 3.4.2 and 3.4.3.
    The current workaround is to stay on 3.3.x kernel. A dmesg log is included below. It shows "Queue 2 stuck" and a firmware reload.
    $ dmesg | grep iwl
    [    3.006555] iwlwifi 0000:09:00.0: pci_resource_len = 0x00002000
    [    3.006557] iwlwifi 0000:09:00.0: pci_resource_base = ffffc900050b8000
    [    3.006558] iwlwifi 0000:09:00.0: HW Revision ID = 0x34
    [    3.006644] iwlwifi 0000:09:00.0: irq 49 for MSI/MSI-X
    [    3.049251] iwlwifi 0000:09:00.0: loaded firmware version 18.168.6.1
    [    3.049511] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [    3.049513] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [    3.049516] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [    3.049518] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [    3.049520] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_P2P disabled
    [    3.049523] iwlwifi 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
    [    3.049582] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
    [    3.065387] iwlwifi 0000:09:00.0: device EEPROM VER=0x71a, CALIB=0x6
    [    3.065392] iwlwifi 0000:09:00.0: Device SKU: 0x150
    [    3.065395] iwlwifi 0000:09:00.0: Valid Tx ant: 0x1, Valid Rx ant: 0x3
    [    3.065417] iwlwifi 0000:09:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
    [    3.081022] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [    6.781462] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
    [    6.788151] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
    [    6.872549] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
    [    6.879316] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
    [  718.479232] iwlwifi 0000:09:00.0: Queue 2 stuck for 10000 ms.
    [  718.479236] iwlwifi 0000:09:00.0: Current SW read_ptr 223 write_ptr 235
    [  718.479265] iwlwifi 0000:09:00.0: Current HW read_ptr 223 write_ptr 235
    [  718.479267] iwlwifi 0000:09:00.0: On demand firmware reload
    [  718.479665] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
    [  718.486377] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
    $
    Last edited by mervinb (2012-06-24 05:48:00)

    I tried testing/linux-3.4.4-1, and the problem appears fixed.
    There's a fix for in 3.4.4 for iwlwifi firmware version for 6000g2 (which is what the 1030 card uses). Marking as solved.

  • [solved] broken gtk aps after recent updates

    I have critical problem with gtk based apps, most of them ends with segmenation faults.
    bagheera@tux:~$ empathy
    Naruszenie ochrony pamięci
    bagheera@tux:~$ linphone
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
    ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Naruszenie ochrony pamięci
    bagheera@tux:~$ nautilus
    Naruszenie ochrony pamięci
    bagheera@tux:~$ brasero
    ** Message: player creation error
    Naruszenie ochrony pamięci
    bagheera@tux:~$
    Witch package might by faulty?
    I can provide more info if u guide me.
    Last edited by bagheera (2011-09-30 19:32:06)

    bagheera@tux:~$ nautilus
    Segmentation fault
    bagheera@tux:~$ brasero
    ** Message: player creation error
    Segmentation fault
    bagheera@tux:~$ linphone
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
    ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Segmentation fault
    bagheera@tux:~$ empathy
    Segmentation fault
    bagheera@tux:~$
    I'm using KDE.
    bagheera@tux:~$ pacman -Qs gtk2
    extra/gtk2 2.24.5-3
    The GTK+ Toolkit (v2)
    local/gtk-engine-murrine-git 20110812-1
    GTK2 engine murrine from GIT
    extra/gtkmm 2.24.2-1
    C++ bindings for gtk2
    local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
    local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
    community/gtk-theme-switch2 2.1.0-1
    Gtk2 theme switcher
    multilib/lib32-gdk-pixbuf2 2.23.3-1
    An image loading library for gtk2 (32-bit)
    multilib/lib32-gtk2 2.24.6-1
    The GTK+ Toolkit (v2) (32-bit)
    extra/qtcurve-gtk2 1.8.9-1 (qtcurve)
    A configurable set of widget styles for KDE and Gtk
    extra/vte 0.28.2-1
    Virtual Terminal Emulator widget for use with GTK2
    bagheera@tux:~$ pacman -Qs gtk3
    local/adwance-gtk3-theme 1-1
    Adwance GTK3 Theme
    extra/gtk3 3.0.12-1
    The GTK+ Toolkit (v3)
    local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
    local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
    extra/libunique3 3.0.2-1
    Library for writing single instance applications for GTK3
    extra/libwebkit3 1.4.3-1
    An opensource web content engine (for GTK3)
    local/oxygen-gtk3-git 20110812-1
    Port of the Oxygen theme to gtk
    No gnome-unstable, no partial update, a lot of free space on root partition. Unclean shutdown, none afair.
    Repos witch i'm using:
    core, extra,  community, multilib, archlinuxfr
    from systemlog:
    28/09/2011 22:57:37 tux kernel [ 2335.918630] linphone[6371] general protection ip:7f400955b2ce sp:7fff2a055e30 error:0 in libswscale.so.0.14.1[7f400954b000+39000]
    28/09/2011 22:58:17 tux kernel [ 2375.440055] nautilus[6440]: segfault at 0 ip 00007f04e98dd34e sp 00007fffed532ab0 error 4 in liboxygen-gtk.so[7f04e97db000+134000]
    28/09/2011 22:58:38 tux kernel [ 2396.356621] linphone[6509] general protection ip:7ff1a26822ce sp:7fff285b0850 error:0 in libswscale.so.0.14.1[7ff1a2672000+39000]
    28/09/2011 22:58:44 tux kernel [ 2403.136183] empathy[6522]: segfault at 0 ip 00007f09c705134e sp 00007fff2488e770 error 4 in liboxygen-gtk.so[7f09c6f4f000+134000]

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • HT4623 My iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    y iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    Try and force iPad into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • [SOLVED] No networking interfaces after upgrade

    After a recent upgrade on Thursday, I no longer have any networking devices recognised. I'm running a macbook air 2011 and have had no networking problems since my change to the 'broadcom-wl' drivers from the AUR three weeks ago. After rebooting from the upgrades, wifi-menu gave me an error saying "Invalid interface specification". and when i do specify wlp2s0, "no such interface"
    iwconfig gives me
    lo no wireless extensions
    and that's it. I'm pretty sure there used to be wlp2s0 there.
    Thanks in advance for your help and let me know if you need more info/outputs. (this may take a while because I need to boot in that partition and copy paste the outputs on a usb, etc.
    Last edited by broadkahm (2014-09-09 12:51:51)

    That is bizarre.
    wow. glad i'm not just bad at solving problems.
    here is lspci... looks like the network controller is indeed there.
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #5 (rev 05)
    00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 (rev 05)
    00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation QS67 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    02:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
    03:00.0 PCI bridge: Intel Corporation Device 151a (rev 01)
    04:00.0 PCI bridge: Intel Corporation Device 151a (rev 01)
    04:03.0 PCI bridge: Intel Corporation Device 151a (rev 01)
    04:04.0 PCI bridge: Intel Corporation Device 151a (rev 01)
    05:00.0 System peripheral: Intel Corporation Device 151a (rev 01)

  • My iiPad mini is lagging to much after ios 7 upgrade. Please apple solve this issue. Games which are running smoothly in ios 6 lagging too much.  This is the worst experience  Apple

    my iiPad mini is lagging to much after ios 7 upgrade. Please apple solve this issue. Games which are running smoothly in ios 6 lagging too much.  This is the worst experience  Apple

    Settings>General>Reset>Reset all settings.
    *Note:* Settings, preferences, network settings, etc *will* be reset. *NO data or media will be lost*
    and/or
    Settings>iCloud>Documents and Data (turn it OFF)
    If you want to voice your opinion, please do so here:
    http://www.apple.com/feedback/

  • [SOLVED] VirtualBox complaining after each kernel upgrade

    I'm using virtualbox-bin from the AUR (the one with USB support) and after each kernel update this error comes up:
    I know it's actually /etc/rc.d/vboxdrv setup
    (apparently VirtualBox isn't aware of which distribution it's running on)
    This message comes up every once in a while (usually after a kernel upgrade) and I was wondering if I can do something about it... Should I install the DKMS package from the AUR prior to running the above command? Maybe that will shut it up once and for all.
    What do you think?
    PS: The wiki says to run "vboxbuild" but /usr/bin/vboxbuild doesn't even exist.
    Last edited by DSpider (2012-05-15 15:39:13)

    Solved it a year later because I got tired of running "sudo /etc/rc.d/vboxdrv setup && sudo modprobe vboxdrv" after every kernel update. Hmph... After reading this and studying the virtualbox-hook package from the AUR, I decided that it's finally time to look into it.
    It's easy.
    1. Create a "/lib/initcpio/install/vbox" file (or whatever you wanna call it) with the following contents:
    # vim: set ft=sh:
    build ()
    echo "Building VirtualBox modules..."
    /etc/rc.d/vboxdrv setup
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds VirtualBox modules. It does nothing to the initrd image.
    HELPEOF
    2. Add it to the "HOOKS" section from /etc/mkinitcpio.conf:
    HOOKS="base udev autodetect pata scsi sata usbinput filesystems vbox"
    Now the next time the linux and linux-headers packages are updated, the script will kick in and the modules will be rebuilt. I used to have it during boot process and it took forever until it would load X. Haha. I remember I used to go to bathroom just after I turned on the computer... Yeah, it took that long before it was done. Anyway, I asked the author if he can perhaps create a virtualbox-bin-hook package or somehow modify it to also work with virtualbox-bin. We shall see.
    Oh, and don't forget to add "vboxdrv" to the "MODULES" section from /etc/rc.conf, if you haven't done so already.

  • [Solved] Problems in KDE after upgrade

    Hello,
    After the recent upgrade in KDE, it hasn't loaded correctly. I get the login screen and then the splash screen, but the splash screen fades out quickly and neither the taskbar/kickoff bar nor my wallpaper load. I have conky and yakuake starting with kde (through the ~/.kde4/Autostart/ folder) and they partially load. They have full functionality, but transparency is not working.
    I've already looked over these threads: https://bbs.archlinux.org/viewtopic.php?pid=932598, https://bbs.archlinux.org/viewtopic.php?id=123536, and the trouble-shooting portion of the kde wiki (here: https://wiki.archlinux.org/index.php/Kd … leshooting). None of them completely fixed the problem.
    This is my ~/.xsession_errors:
    Agent pid 16772
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    kbuildsycoca4(16796) KBuildSycoca::checkTimestamps: checking file timestamps
    kbuildsycoca4(16796) KBuildSycoca::checkTimestamps: timestamps check ok
    kbuildsycoca4(16796) kdemain: Emitting notifyDatabaseChanged ()
    No outputs have backlight property
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    kded(16795)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    kded(16795) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    New PolkitAgentListener 0x194f900
    Adding new listener PolkitQt1::Agent::Listener(0x19ff930) for 0x194f900
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00154
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0x16a05f0
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 149 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00154
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00156
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0x16a05f0
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 149 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00156
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    I'm running a home-built machine with an AMD processor and an nVidia video card (nouveau driver).
    I tried changing my settings in ~/.kde4/share/config/kwinrc to disable composting, and I've tried doing a full install as that helped several people. Neither helped. I'm hoping that someone will understand the above errors and can guide me to fixing it.
    Thanks!
    Adam
    Last edited by AdamL.Hanks (2011-10-09 18:19:50)

    I have now tried a clean user, and it works. I don't know what's causing the difference. I noticed that the new user (tester) had a `.xinitrc' file in the home directory and my original user (hanksa) did not. I copied that file over, but I still had the same problem. I'm thinking it's with KDE -- one of my settings, not the programing -- because I can still launch applications from yakuake (I have this autostarting for both users with the same launch scripts). It seems that it is just the desktop wallpaper and the kickoff panel that aren't loading.
    I can't check all my settings because I don't know where KDE stores them, and I don't know how to launch KDE's graphical `Systems Settings' application from the command line. I have a lot of personalized settings, so I would rather not just overwrite everything with the new user's home directory.
    Any suggestions?
    Thanks!
    EDIT: I found how to open the `System Settings' application (http://linux.derkeiler.com/Mailing-List … 02758.html) from the command line. For anyone interested, the command is systemsettings. I checked through my settings and nothing seemed strange or in fact different at all from my new user (tester).
    Last edited by AdamL.Hanks (2011-10-09 03:30:33)

  • After the last upgrade of OS X Mountain Lion I can't seem to adjust screen brightness anymore. Why and how do I solve this?

    My screen brightness used to adjust itself and if not I could use f1 and f2 keys. After my last upgrade of OSX Mountain Lion, these do not seem to work. Does somebody know what happened and how I can return to the original situation?

    Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964
    Resetting your Mac's PRAM and NVRAM
    http://support.apple.com/kb/ht1379

  • Getting Disconected From Internet After Snow Leopard Upgrade - Solved

    I know there are many ideas on this site about this topic but i just want to share mine. I stared having problems with my internet connection after I have upgraded to Snow Leopard. I tried few suggestions from this site and from the web but nothing worked for me. I decided to backup everything and do a clean install of SL.
    After I did clean install I started to re-install all my applications, my internet connection was working fine at that time until I installed Skype. As soon as Skype connects to the internet I’m back to the old problem where my internet connection would drop every few minutes. As soon as I removed Skype everything was back to normal no more dropped connections.
    Hope this helps someone with the same problem

    It's not Skype.....it's Growl - part of that package...

  • [SOLVED] "Loading Modules" Slow after Latest Upgrade (EeePC 901)

    After the latest upgrade, my EeePC is taking an incredibly long time (20+ seconds) at the "Loading Modules" stage of the boot process. I cannot find any error messages, and after the pause, the machine boots normally. This process used to be almost instantantaneous before the upgrade. The modules being loaded are rfkill and eeepc_laptop.
    Can anyone help?
    Thanks in advance
    Last edited by myrlin (2011-06-27 10:28:21)

    Hi Jason, thank you for helping me.
    Here is my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged.
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    # VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
    LOCALE="en_GB.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/London"
    KEYMAP="uk"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MOD_AUTOLOAD="yes"
    MODULES=(rfkill eeepc_laptop)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="eeepc"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(syslog-ng dbus hal networkmanager privoxy netfs rfkill eeepc_laptop @ufw @crond @alsa !bluetooth @samba @cups)
    Here is my blacklist.conf (I have restored the framebuffer one):
    blacklist rt2800pci
    blacklist rt61pci
    blacklist rt2x00pci
    blacklist rt2800usb
    blacklist rt2800lib
    blacklist rt2x00usb
    blacklist rt2x00lib
    And here is the output of lsmod:
    Module Size Used by
    fuse 58669 3
    ipt_REJECT 2029 1
    ipt_LOG 6518 5
    xt_multiport 1498 2
    xt_limit 1423 7
    xt_tcpudp 1883 7
    xt_addrtype 2393 4
    nf_conntrack_ipv4 9601 7
    nf_defrag_ipv4 1023 1 nf_conntrack_ipv4
    xt_state 971 7
    ip6table_filter 1072 1
    ip6_tables 10461 1 ip6table_filter
    ipv6 249260 12
    nf_conntrack_netbios_ns 801 0
    nf_conntrack_broadcast 961 1 nf_conntrack_netbios_ns
    nf_conntrack_pptp 3857 0
    nf_conntrack_proto_gre 3241 1 nf_conntrack_pptp
    nf_conntrack 50208 6 nf_conntrack_ipv4,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_pptp,nf_conntrack_proto_gre
    iptable_filter 1100 1
    ip_tables 9186 1 iptable_filter
    x_tables 11774 11 ipt_REJECT,ipt_LOG,xt_multiport,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
    btusb 9897 0
    bluetooth 115465 1 btusb
    uvcvideo 55020 0
    videodev 70734 1 uvcvideo
    media 8545 1 videodev
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    i915 557262 2
    snd_hda_intel 19261 1
    snd_hda_codec 66793 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4919 1 snd_hda_codec
    drm_kms_helper 24245 1 i915
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    drm 147653 3 i915,drm_kms_helper
    uhci_hcd 19344 0
    snd_timer 15542 1 snd_pcm
    ehci_hcd 34847 0
    rt2860sta 479236 1
    intel_agp 8664 1 i915
    psmouse 55927 0
    snd 43527 8 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    usbcore 119004 5 btusb,uvcvideo,uhci_hcd,ehci_hcd
    i2c_algo_bit 4431 1 i915
    iTCO_wdt 10333 0
    i2c_i801 7039 0
    serio_raw 3430 0
    pcspkr 1415 0
    sg 21022 0
    i2c_core 16665 6 videodev,i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
    evdev 7310 15
    intel_gtt 11417 3 i915,intel_agp
    crc_ccitt 1103 1 rt2860sta
    iTCO_vendor_support 1553 1 iTCO_wdt
    soundcore 5018 1 snd
    battery 8905 0
    processor 21884 0
    eeepc_laptop 12452 0
    atl1e 24804 0
    button 3654 1 i915
    sparse_keymap 2636 1 eeepc_laptop
    thermal 6603 0
    ac 2545 0
    video 9852 1 i915
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    pci_hotplug 21978 1 eeepc_laptop
    agpgart 22160 3 drm,intel_agp,intel_gtt
    rfkill 12510 2 bluetooth,eeepc_laptop
    ext4 334626 3
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 2 bluetooth,ext4
    sd_mod 25515 5
    ata_piix 18569 3
    pata_acpi 2396 0
    libata 154349 2 ata_piix,pata_acpi
    scsi_mod 110670 3 sg,sd_mod,libata
    I hope this all means more to you than it does to me!!!!

Maybe you are looking for

  • ERROR in executing triggers...

    Hi, please help me to solve this, I ve searched the web but could not find any good answer. I see this errors during oracle 10g shutdown, and startup. It is a pretty new installed oracle. Did I miss something during the installation ??? Please advice

  • Only an exclamation point shows up when I click a thumbnail in my iphoto folder. Is there any way to recover these photos by using the thumbnails?

    Only an exclamation point shows up when I click a thumbnail in my iphoto folder. Is there any way to recover these photos by using the thumbnails? Please help. Thanks!

  • ISE 1.2 Timezones

    Hi everybody Does anyone know how to change the time displayed in the GUI (Monitoring/Authentication)? On the Commandline we did set the timezone when installig the ISE, but when troubleshooting in the GUI the time is displayed with "wrong" timezone.

  • Cannot find the assembly Oracle.DataAccess

    Ok, We have a dataset generation class that runs remotely as a windows service in VB.NET. On some machine, when they have connected and are running a query, they get an exception thrown Cannot find the assembly Oracle.DataAccess, Version=9.2.0.20, Cu

  • I can't properly sync my settings

    I just did a fresh install on my computer. Before the install, I synced all my brushes, swatches, and other item onto my cloud sync. When I reinstalled Photoshop, I  allowed Photoshop full access through my firewall and signed in to download my setti