[SOLVED - partly] Minidlna won't start on boot, but OK otherwise

I am using an up-to-date system as of 2012-11-13. The problem is that minidlna fails to start on boot:
minidlna.service - minidlna server
Loaded: loaded (/usr/lib/systemd/system/minidlna.service; enabled)
Active: failed (Result: exit-code) since Tue, 2012-11-13 07:53:55 CET; 1h 33min ago
Process: 401 ExecStart=/usr/sbin/minidlna -P /var/run/minidlna/minidlna.pid (code=exited, status=255)
CGroup: name=systemd:/system/minidlna.service
Nov 13 07:53:59 earth minidlna[401]: [2012/11/13 07:53:54] minidlna.c:754: fatal: No IP address automatically detected!
So I guess it has to do something with the network, I am using DHCP, with systemd + net-auto-wired.service.
I have found this: https://ask.fedoraproject.org/question/ … r-dhcp-has
They have solved the problem by changing the after part in the unit by adding: dbus-org.freedesktop.NetworkManager.target
Since I do not use networkmanager, this is not an option for me. The current, unmanipulated state of the minidlna unit is:
[Unit]
Description=minidlna server
After=network.target
[Service]
Type=forking
User=nobody
ExecStart=/usr/sbin/minidlna -P /var/run/minidlna/minidlna.pid
PIDFile=/var/run/minidlna/minidlna.pid
[Install]
WantedBy=multi-user.target
What I have noticed is that it refers to a network.target in the after section, but it seems to me that I don't have one.
I only have:
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User
remote-fs.target loaded active active Remote File Systems
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
JOB = Pending job for the unit.
12 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Edit: having run the command again with the --all prefix:
Notice: network.target         loaded inactive dead       Network
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
emergency.target loaded inactive dead Emergency Mode
final.target loaded inactive dead Final Step
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User
network.target loaded inactive dead Network
nss-lookup.target loaded inactive dead Host and Network Name Lookups
nss-user-lookup.target loaded inactive dead User and Group Name Lookups
remote-fs.target loaded active active Remote File Systems
rescue.target loaded inactive dead Rescue Mode
shutdown.target loaded inactive dead Shutdown
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
syslog.target loaded inactive dead Syslog
umount.target loaded inactive dead Unmount All Filesystems
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
JOB = Pending job for the unit.
21 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.
My question is what should I add to the after part to make minidlna work upon booting? Wouldn't a graphical.target be an overkill?
Thanks in advance.
Last edited by szebenyib (2012-12-02 16:45:26)

szebenyib wrote:(However I cannot access the internet that way, maybe because of a bad network file. Honestly I have some space to improve my network knowledge.)
In the case of the possible bad network file. here is what it expects.  First, you need to know the router's IP address.  In the following I will assume 192.168.0.1 for the router's IP address.
192.168.0.1 is common for D-Link routers, but it does vary by router manufacturer and model.  I believe 192.168.1.1 is common for Linksys.
/etc/conf.d/network
interface=eth0                                    # ethernet port to activate, usually eth0
address=192.168.0.110                     # IP address you want the minidlna computer to have. the first 3 triads must be the same as the router's IP addr in this case 192.168.0  the fourth triad can be from 5 to 250
netmask=24
broadcast=192.168.0.255                  # the first 3 triads must be the same as the router's IP address and the fourth triad should be 255
gateway=192.168.0.1                         # the IP address of your router
In a terminal window, enter:
systemctl restart network.service
ping -c5 127.0.0.1
which is localhost.  The -c5 means ping 5 times then quit.  If you get: 5 packets transmitted, 5 received, 0% packet loss    then the ping was successful, which means
that the ethernet port (usually eth0) is active.  If this ping is not successful, go back and check the syntax and spelling in both /etc/conf.d/network and /etc/systemd/system/network.service
If the ping is successful:
ping -c5 192.168.0.1
and ping the router.
If you cannot ping the router's IP address, then there is still something wrong in one of the two involved files. or the router's settings need to be changed.
If you can ping the router's IP address successfully and still cannot get to the internet, you probably have DNS server issues.
ping -c5 google.com
ping -c5 8.8.8.8
If you cannot ping google.com but can ping 8.8.8.8 then you have DNS problems, see Arch WIKI resolv.conf
My network is a mixture of DHCP and STATIC IP addresses.  In my router, I have the DHCP server enabled to give IP addresses between 192.168.0.10 and 192.168.0.60
this gives the router 50 DHCP addresses to work with which is more that enough for my home network.  The rest of the addresses between 192.168.0.61 and 192.168.0.250
can be used as static addresses.  Just an example, this can be changed as necessary.
HTH
Pudge

Similar Messages

  • [SOLVED] apache daemon fails to start on boot, but rc.d restart works?

    I installed apache from the official repos and followed the instructions in the wiki for configuring it. I checked to make sure the http user exists, and I /etc/hosts looks good (to me). Upon boot, the daemon fails to start and I can't load local web pages, but running "rc.d restart httpd" works just fine. Since I'd rather not start it manually every time I boot, is there a way to fix this? Also, httpd is the last daemon in my DAEMONS array.
    /etc/httpd/conf/httpd.conf:
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 127.0.0.1:80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    #php
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    #PHP
    Include conf/extra/php5_module.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost laptop
    ::1 localhost.localdomain localhost
    # End of file
    Per the wiki, I also tried commenting out the line that reads
    LoadModule unique_id_module modules/mod_unique_id.so
    Either way, it still fails on boot.
    Last edited by pythonscript (2012-06-10 21:14:44)

    The SIGTERM are from reboots, yes. I'm not absolutely sure that the process isn't running; I just know that I can't access http://localhost immediately upon reboot. I have to restart the httpd daemon, which works fine. How would I be able to tell if it's just hung?
    I checked everything.log, and I don't see anything that leaps off the page to me.
    Jun 9 22:29:30 localhost rtkit-daemon[1910]: Successfully made thread 1930 of process 1908 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Jun 9 22:29:30 localhost rtkit-daemon[1910]: Supervising 2 threads of 1 processes of 1 users.
    Jun 9 22:29:30 localhost rtkit-daemon[1910]: Successfully made thread 1931 of process 1908 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Jun 9 22:29:30 localhost rtkit-daemon[1910]: Supervising 3 threads of 1 processes of 1 users.
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: RegisterClient 106d33cade29b1ba713392593689729000000018320001
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: Adding new client 106d33cade29b1ba713392593689729000000018320001 to session
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): uid = 120
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): pid = 1842
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): App gnome-settings-daemon.desktop registered
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase PANEL
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase PANEL
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase DESKTOP
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase DESKTOP
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase APPLICATION
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=106d33cade29b1ba713392593689681600000018320000
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmAutostartApp: started pid:1936
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase APPLICATION
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase RUNNING
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmPresence: adding idle watch
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmShell: Connected to the shell
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:30 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:31 localhost kernel: [ 29.003352] wlan0: no IPv6 routers present
    Jun 9 17:29:31 localhost NetworkManager[765]: <warn> could not commit DNS changes: (0) Could not replace /etc/resolv.conf: Operation not permitted
    Jun 9 17:29:31 localhost NetworkManager[765]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
    Jun 9 17:29:31 localhost NetworkManager[765]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    Jun 9 17:29:31 localhost NetworkManager[765]: <info> Activation (wlan0) successful, device activated.
    Jun 9 17:29:31 localhost NetworkManager[765]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Setting up new connection
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: New client '0x7f9ff0004e60 []'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Initializing client 0x7f9ff0004e60 []
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Client '0x7f9ff0004e60 []' received RegisterClient(106d33cade29b1ba713392593689681600000018320000)
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmManager: Adding new client 106d33cade29b1ba713392593689681600000018320000 to session
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x7f9ff0004e60 [106d33cade29b1ba713392593689681600000018320000]'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Set properties from client '0x7f9ff0004e60 [106d33cade29b1ba713392593689681600000018320000]'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: ProcessID = '1936'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    Jun 9 17:29:31 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    Jun 9 17:29:31 localhost dhcpcd[1640]: eth0: sending IPv6 Router Solicitation
    Jun 9 17:29:31 localhost dhcpcd[1640]: eth0: no IPv6 Routers available
    Jun 9 17:29:33 localhost dhcpcd[1677]: wlan0: sending IPv6 Router Solicitation
    Jun 9 17:29:33 localhost dhcpcd[1677]: wlan0: no IPv6 Routers available
    Jun 9 17:29:33 localhost NetworkManager[765]: <warn> error monitoring device for netlink events: error processing netlink message: Object busy
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:34 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Jun 9 17:29:35 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:35 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:40 localhost NetworkManager[765]: <info> (eth0): IP6 addrconf timed out or failed.
    Jun 9 17:29:40 localhost NetworkManager[765]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Jun 9 17:29:40 localhost NetworkManager[765]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Jun 9 17:29:40 localhost NetworkManager[765]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Jun 9 17:29:41 localhost NetworkManager[765]: <info> (wlan0): IP6 addrconf timed out or failed.
    Jun 9 17:29:41 localhost NetworkManager[765]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Jun 9 17:29:41 localhost NetworkManager[765]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Jun 9 17:29:41 localhost NetworkManager[765]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GdmSignalHandler: handling signal 15
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41c9e0
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): Got callback for signal 15
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Logout called
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmShell: Connected to the shell
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: requesting logout
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase RUNNING
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.8
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): Caught signal 15, shutting down normally.
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GdmSignalHandler: Done handling signals
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Client '0x7f9ff0004e60 [gnome-shell 106d33cade29b1ba713392593689681600000018320000]' received SaveYourselfDone(success = True)
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x1491c70, FALSE, 3, 9, 32771, 0)
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: query end session complete
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmShell: Connected to the shell
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase END_SESSION
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Client '0x7f9ff0004e60 [gnome-shell 106d33cade29b1ba713392593689681600000018320000]' received SaveYourselfDone(success = True)
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x1491c70, FALSE, 3, c, 32771, 0)
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Unreffing object: 0x1428a40
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase END_SESSION
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): Using ConsoleKit for session tracking
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: starting phase EXIT
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0x7f9ff0004e60 [gnome-shell 106d33cade29b1ba713392593689681600000018320000]')
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: Client '0x7f9ff0004e60 [gnome-shell 106d33cade29b1ba713392593689681600000018320000]' received CloseConnection
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disconnect client
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: in shutdown, not restarting application
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Unreffing object: 0x7f9ff0004e60
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x7f9ff0004e60 [gnome-shell 106d33cade29b1ba713392593689681600000018320000])
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: in shutdown, not restarting application
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Unreffing object: 0x1428ac0
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: last client disconnected - exiting
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: ending phase EXIT
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): Unreffing manager
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmManager: disposing manager
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Clearing object store
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Unreffing object: 0x1473070
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Unreffing object: 0x1473150
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Clearing object store
    Jun 9 17:29:42 localhost gnome-session[1832]: DEBUG(+): GsmStore: Clearing object store
    Jun 9 17:29:42 localhost gdm-simple-slave[1728]: WARNING: Child process 1832 was already dead.
    Jun 9 17:29:43 localhost gnome-session[1970]: EggSMClient-WARNING: Desktop file '/home/ak5791/.config/autostart/dropbox.desktop' has malformed Icon key 'dropbox.png'(should not include extension)
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Successfully made thread 2022 of process 2022 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Supervising 4 threads of 2 processes of 2 users.
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Successfully made thread 2023 of process 2022 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Supervising 5 threads of 2 processes of 2 users.
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Successfully made thread 2024 of process 2022 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Jun 9 22:29:43 localhost rtkit-daemon[1910]: Supervising 6 threads of 2 processes of 2 users.
    Jun 9 17:29:44 localhost dbus[739]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
    Jun 9 17:29:44 localhost dbus[739]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Jun 9 17:29:44 localhost dbus[739]: [system] Activating service name='org.freedesktop.colord-sane' (using servicehelper)
    Jun 9 17:29:45 localhost dbus[739]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Jun 9 22:29:46 localhost rtkit-daemon[1910]: Successfully made thread 2079 of process 2079 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jun 9 22:29:46 localhost rtkit-daemon[1910]: Supervising 7 threads of 3 processes of 2 users.
    Jun 9 17:29:46 localhost pulseaudio[2079]: [pulseaudio] pid.c: Daemon already running.
    Jun 9 17:29:48 localhost dbus[739]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
    Jun 9 17:29:48 localhost udisksd[2110]: udisks daemon version 1.94.0 starting
    Jun 9 17:29:48 localhost dbus[739]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Jun 9 17:29:48 localhost udisksd[2110]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Jun 9 17:29:48 localhost kernel: [ 46.319778] gnome-shell-cal[2103] trap int3 ip:7ff3f55b85e1 sp:7fff94941890 error:0
    Jun 9 17:30:19 localhost dbus[739]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Jun 9 22:40:53 localhost dbus[739]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Jun 9 22:47:15 localhost kernel: [ 1092.983585] usb 8-1.4.1: new high-speed USB device number 8 using ehci_hcd
    Jun 9 22:47:15 localhost mtp-probe: checking bus 8, device 8: "/sys/devices/pci0000:00/0000:00:1d.7/usb8/8-1/8-1.4/8-1.4.1"
    Jun 9 22:47:15 localhost mtp-probe: bus: 8, device: 8 was not an MTP device
    Jun 9 22:47:15 localhost kernel: [ 1093.132002] usbcore: registered new interface driver uas
    Jun 9 22:47:15 localhost kernel: [ 1093.135601] Initializing USB Mass Storage driver...
    Jun 9 22:47:15 localhost kernel: [ 1093.135785] scsi6 : usb-storage 8-1.4.1:1.0
    Jun 9 22:47:15 localhost kernel: [ 1093.135905] usbcore: registered new interface driver usb-storage
    Jun 9 22:47:15 localhost kernel: [ 1093.135913] USB Mass Storage support registered.
    Jun 9 22:47:16 localhost kernel: [ 1094.137579] scsi 6:0:0:0: Direct-Access Kingston DT 101 G2 1.00 PQ: 0 ANSI: 2
    Jun 9 22:47:16 localhost kernel: [ 1094.140133] sd 6:0:0:0: [sdb] 15636304 512-byte logical blocks: (8.00 GB/7.45 GiB)
    Jun 9 22:47:16 localhost kernel: [ 1094.140631] sd 6:0:0:0: [sdb] Write Protect is off
    Jun 9 22:47:16 localhost kernel: [ 1094.140634] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
    Jun 9 22:47:16 localhost kernel: [ 1094.141128] sd 6:0:0:0: [sdb] No Caching mode page present
    Jun 9 22:47:16 localhost kernel: [ 1094.141132] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Jun 9 22:47:16 localhost kernel: [ 1094.144916] sd 6:0:0:0: [sdb] No Caching mode page present
    Jun 9 22:47:16 localhost kernel: [ 1094.144921] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Jun 9 22:47:16 localhost kernel: [ 1094.146680] sdb: sdb1
    Jun 9 22:47:16 localhost kernel: [ 1094.151407] sd 6:0:0:0: [sdb] No Caching mode page present
    Jun 9 22:47:16 localhost kernel: [ 1094.151411] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Jun 9 22:47:16 localhost kernel: [ 1094.151414] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    Jun 9 22:47:17 localhost ntfs-3g[2636]: Version 2012.1.15 external FUSE 29
    Jun 9 22:47:17 localhost ntfs-3g[2636]: Mounted /dev/sdb1 (Read-Write, label "kingstonGB", NTFS 3.1)
    Jun 9 22:47:17 localhost ntfs-3g[2636]: Cmdline options: rw,nodev,nosuid,uid=1000,gid=100,dmask=0077,fmask=0177,uhelper=udisks2
    Jun 9 22:47:17 localhost ntfs-3g[2636]: Mount options: rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,fsname=/dev/sdb1,blkdev,blksize=4096,default_permissions
    Jun 9 22:47:17 localhost ntfs-3g[2636]: Global ownership and permissions enforced, configuration type 7
    Jun 9 22:47:17 localhost udisksd[2110]: Mounted /dev/sdb1 at /run/media/ak5791/kingstonGB on behalf of uid 1000
    Jun 9 22:47:28 localhost dbus[739]: [system] Activating service name='org.freedesktop.UDisks' (using servicehelper)
    Jun 9 22:47:28 localhost dbus[739]: [system] Successfully activated service 'org.freedesktop.UDisks'
    Jun 9 22:47:46 localhost dbus[739]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Jun 9 22:57:59 localhost dbus[739]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Jun 9 23:01:02 localhost /USR/SBIN/CROND[5529]: (root) CMD (run-parts /etc/cron.hourly)
    Jun 9 23:21:02 localhost -- MARK --
    All I notice is that my system's time is having a few problems, since you'll notice that events occur at 22:00 and change, then 17:00 and change, then back to 22:00 and change afterwards. Could this be the problem? I've had the CMOS batteries peg out on me suddenly in the last few weeks. I would hope this sytem is not also suffering a similar fate. Nothing else was happening on my system except for the standard processes from /etc/rc.conf and other standard ones, since I've just been rebooting, checking the logs, then posting here.

  • Is it possible to lose a portion of an application,my i photo starts to boot but never completesn

    is it possible to lose a portion of an application,my i photo starts to boot but never completely opens??

    Check the logs.

  • Openntpd won't start at boot [SOLVED]

    Hi all!
    My system clock is perpetually off by 4 hours, and I've narrowed it down to an issue with Openntpd; it seems to be refusing to start at boot time. Here are the relevant lines from daemon.log:
    Sep 1 21:30:26 raskolnikov ntpd[1440]: Terminating
    and the output of ps aux | grep ntpd:
    [raskolnikov@raskolnikov ~]$ ps aux | grep ntpd
    ntp 1323 0.0 0.0 3184 700 ? S 17:32 0:00 /usr/sbin/ntpd -s
    root 1332 0.0 0.0 3292 256 ? Ss 17:32 0:00 /usr/sbin/ntpd -s
    1000 1412 0.0 0.0 3616 800 pts/0 S+ 17:33 0:00 grep ntp
    I can manually restart the daemon via /etc/rc.d/openntpd restart, which works fine, and the time is set correctly. However, when I reboot, the adjustments are wiped out, and the daemon does not start again (same message in daemon.log). I have the default ntpd.conf. I have found very little helpful information on Google, I would greatly appreciate it if someone could point me in the right direction, I've wasted quite a few hours this evening working on this problem! Thanks!
    Edit: Just in case it's helpful, here is my daemons array from rc.conf:
    DAEMONS=(syslog-ng !network acpid eee hal networkmanager netfs crond openntpd bitlbee)
    Last edited by happycodemonkey (2009-09-02 03:55:46)

    I've had this problem too, although I do not use networkmanager. I've found that openntpd fails to configure itself properly if the network is not up when it starts (in my case this happens when I background the network daemon and start openntpd in the daemons array).
    My current working solution* is to add this line to rc.local:
    (sleep 300 && /etc/rc.d/openntpd start) &
    That will wait 5 minutes before starting the openntpd daemon which gives the network more than sufficient time to start. An alternative would be run "/etc/rc.d/openntpd restart" in an hourly cronjob if your network settings change often.
    * Why not just unbackground the network daemon you ask? If the network isn't up then it takes a while to timeout and I don't want to wait to boot in that case.
    Last edited by Xyne (2009-09-02 02:05:52)

  • IMac Won't Start Up/Boot

    My iMac won't start up. I've tried holding all kinds of key combinations while I turn it on, but it doesn't even get that far. It gets stuck on a folder with the Apple picture alternating with a question mark. It doesn't do anything else for a while, and then the fan turns on (???).

    This is indicative of a corrupted system or drive. The first thing to try is:
    Repairing the Hard Drive
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If this doesn't solve the problem then you will have to reinstall OS X. If the drive tests out OK per the above then you can reinstall without erasing the hard drive:
    How to Perform an Archive and Install
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • [SOLVED] GDM/Gnome won't start after update

    Today after I run pacman -Suy, GDM/Gnome won't start anymore after reboot. The error message I get after GDM starts is:
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    Does anyone have any idea what happened and how can I recover the system?
    Here is the complete log for the update:
    http://bpaste.net/show/209520/
    Here is the journalctl -u gdm log:
    http://sprunge.us/LEOU
    Here is tail -2000 /var/log/messages.log:
    http://sprunge.us/ObWY
    And here is the /var/log/Xorg.0.log:
    http://bpaste.net/show/209549/
    I can't imagine any other log file that might help figure out what happened, let me know if there's anything else.
    Any help is appreciated. Thanks.
    Edit: I stopped gdm, created a ~/.xinitrc and could successfully start Gnome with startx. The problem remains with GDM.
    Edit: The last update solved my problem: http://sprunge.us/RKWA
    Last edited by falmp (2014-04-22 20:38:20)

    I'm not sure my issue is really the same one, but am hoping for some guidance here if possible.  Trying to start GDM gives me the same error message/screen.  After tdm fails I can switch to a console,
    sudo systemctl stop gdm.service
    then
    sudo systemctl start lightdm.service
    and lightdm starts fine.  However, trying to log in to gnome-session gives me the very same error as I had with GDM.  I can log into XFCE just fine.  Attempting to start gnome-ession via startx also gives me the error screen.  Does anyone know how I can diagnose the problem?  Thanks,
    Matt

  • [SOLVED]Modem-manager won't start with Network manager

    Hi,
    I have a problem with getting modem-manager work under gnome. After first Arch install to this laptop, Network manager didn't show my 3G-modem, so I installed modem-manager and usb_modeswitch. Modem is Huawei E367 and it works well with wvdial. Only problem is to get it working with Network manager.
    From output of dmesg I see that there is an error, when Network manager is trying to start modem-manager:
    [ 3224.705193] do_trap: 322 callbacks suppressed
    [ 3224.705198] modem-manager[3112] trap int3 ip:7ff7baab4143 sp:7fff996e62b0 error:0
    [ 3224.719275] modem-manager[3114] trap int3 ip:7f58f4c5e143 sp:7fffc82b2400 error:0
    [ 3224.733880] modem-manager[3116] trap int3 ip:7f579dda4143 sp:7fff77910850 error:0
    [ 3224.748789] modem-manager[3118] trap int3 ip:7ff752c6f143 sp:7fff8ae42e20 error:0
    [ 3224.763501] modem-manager[3120] trap int3 ip:7fb4db83f143 sp:7fff3023cbf0 error:0
    [ 3224.777865] modem-manager[3122] trap int3 ip:7fa17a33a143 sp:7fffc1628260 error:0
    [ 3224.792165] modem-manager[3124] trap int3 ip:7f00a39fb143 sp:7fff075a0fb0 error:0
    [ 3224.806603] modem-manager[3126] trap int3 ip:7f9a62e23143 sp:7fffc2ccfed0 error:0
    [ 3224.820736] modem-manager[3128] trap int3 ip:7f3d2994d143 sp:7ffff2581340 error:0
    [ 3224.834985] modem-manager[3130] trap int3 ip:7f5adda9a143 sp:7fff8a70a4a0 error:0
    From /var/log/messages.log I found also something:
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> trying to start the modem manager...
    Apr 14 16:02:14 localhost dbus[651]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper)
    Apr 14 16:02:14 localhost dbus[651]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> modem-manager is now available
    Apr 14 16:02:14 localhost modem-manager: libhal_ctx_init() failed: (null)
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> the modem manager disappeared
    If I try to run modem-manager manually with debug:
    $ sudo modem-manager --debug
    ** ERROR **: libhal_ctx_init() failed: (null)
    Make sure the hal daemon is running?
    So it seems to be because of hal isn't running, if I try to start hal daemon it fails:
    $ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    I also tried to start hal at boot by putting it to DAEMONS in rc.conf. but didn't start either.
    The laptop is Asus X61SL with x86_64 version of ArchLinux.
    Kernel: 3.3.1-1-ARCH
    Would be cool if anyone can solve this.
    Last edited by Jompu (2012-04-14 20:42:20)

    Thanks for your quick reply Strike0!
    I ran lsusb and usb_modeswitch as you instructed:
    [louis@Louis-Laptop ~]$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC Webcam / CNF7129
    Bus 002 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
    Bus 003 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
    Bus 001 Device 006: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard
    [louis@Louis-Laptop ~]$ sudo usb_modeswitch -v 12d1 -p 1506 -M '55534243123456780000000000000011062000000100000000000000000000'
    Password:
    Looking for default devices ...
    found matching product ID
    adding device
    Found device in default mode, class or configuration (1)
    Accessing device 006 on bus 001 ...
    Getting the current device configuration ...
    OK, got current device configuration (1)
    Using first interface: 0x00
    Using endpoints 0x01 (out) and 0x82 (in)
    Not a storage device, skipping SCSI inquiry
    USB description data (for identification)
    Manufacturer: Huawei Technologies
    Product: HUAWEI Mobile
    Serial No.: not provided
    Looking for active driver ...
    OK, driver found; name unknown, limitation of libusb1
    OK, driver "unkown" detached
    Setting up communication with interface 0
    Using endpoint 0x01 for message sending ...
    Trying to send message 1 to endpoint 0x01 ...
    OK, message successfully sent
    Resetting response endpoint 0x82
    Resetting message endpoint 0x01
    -> Run lsusb to note any changes. Bye.
    It didn't help. Network manager doesn't show anything related 3G.
    I don't think it's usb_modeswitch since 3G stick works great with wvdial on same system. Could it be a bug on modem-manager?
    I start only the Network manager on boot, but while Network manager tries to start modem-manager, it throws error continuously in dmesg. Error is the same as in first post.

  • [solved] xorg proglem - won't start, but no error

    Hi folks!
    I'm new to Arch, my first installation, but I used to use Gentoo in the past. Got a problem with making X to run. I followed the guide from the wiki, but I didn't manage it to work.
    I'm using nVidia drivers from 173xx branch (GF 5900XT). Hal is working properly, I hope - /etc/rc.d/restart successes w\o errors.
    At first, I tried to run X without xorg.conf and it complained about missing 'nv' and 'vesa' (i hope) modules. Then, after running nvidia-configure (/etc/X11/xorg.conf was successfully created) and startx - screen blanks (no nVidia logo shown) and after ~3 seconds it comes back with massage "waiting for X server to shut down". In /var/log/Xorg.0.log there were no lines starting with (EE).
    Then I tried to configure X with "X -configure". After making new config and replacing the older one at /etc/X11/xorg.conf and running X with command startx (as user), it complained about missing type1 and truetype modules ((EE) lines as far as I remember). After installing missing packages/modules:
    http://dpaste.com/60888/
    it still won't start. Screen blanks, no nVidia logo shown, and later comes back with well known screen ( usual text... look over /var/log/Xorg.0.log for more details...). Only message after default text id "waiting for X server to shut down", with no (WW) nor (EE) lines above.
    More useful data comes:
    Xorg.0.log
    http://dpaste.com/60883/
    xorg.conf
    http://dpaste.com/60885/
    tail of dmesg
    http://dpaste.com/60887/
    If you need anything else to see, request!
    Any idea? To me, it looks like nvidia driver bug or some xorg bug (or maybe just a misconfiguration)
    In ~/.xinitrc stays only "exec startfluxbox", but even with empty file, situation is the same.
    Thank you in advance,
    Daniel
    Last edited by daniel1988 (2009-07-14 03:50:06)

    Hello, welcome to Arch!
    You should read about the new feature of Xorg, input hotplugging: http://wiki.archlinux.org/index.php/Beg … otplugging
    A more detailed explanation can be found here: http://wiki.archlinux.org/index.php/Xor … otplugging
    Be sure to copy the fdi file in the correct directory.
    Since I am using also the 173xx branch, here is my xorg.conf, hope it will be useful for you:
    http://dpaste.com/60927/
    EDIT: Not 100% sure but I seem to recall that the nvidia driver has some problems when you don't set the default depth. Add that line
    Last edited by arkham (2009-06-28 20:55:27)

  • [SOLVED] today X won't start

    no updates, do nothing, yesterday was reading a pdf, today wake up and X won't start.. very strange..
    arch64+catalyst, logfile: http://codepad.org/Ix9nBmQZ
    Last edited by kismet010 (2011-06-05 18:55:03)

    xauth: (stdin):2: unknown command "fa760c1ba2ad0d8506ec5b2a8b3cc6e6"
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.38-ARCH x86_64
    Current Operating System: Linux stargate 2.6.39-ARCH #1 SMP PREEMPT Fri May 20 11:33:59 CEST 2011 x86_64
    Kernel command line: root=/dev/sda7 rootfstype=btrfs resume=/dev/sda5 ro nomodeset
    Build Date: 30 May 2011 08:18:15AM
    Current version of pixman: 0.20.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 5 18:44:59 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    xinit: connection to X server lost
    waiting for X server to shut down

  • [Solved] Graphical display won't start from cold boot.

    I noticed that if I turn on my computer and boot into linux the screen will go black after trying to start the display manager. Rebooting into linux will again display a blank black screen. Switching to TTY's with ctrl-alt-F* doesn't appear to work. If I boot into windows then boot linux the display works.
    I haven't been able to debug much because I can only cause this bug to occur after letting the computer sit off for a while. Shutting the computer down (systemctl poweroff) doesn't cause it, leaving it unplugged for a minute didn't cause it either.
    Today I tested ways to recreate the error without waiting, I don't remember how many things I tried, so I can't include boot logs from a failed boot, I'll grab them next time the bug happens.
    I'm running linux-ck and nvidia drivers installed from the linux-ck unofficial repository mentioned in the linux-ck wiki page.
    - Kernel:     repo-ck/linux-ck-ivybridge 3.12.9-3
    - Graphics: repo-ck/nvidia-ck-ivybridge 331.38-2
    - Display manager: community/lightdm 1:1.8.6-1
    Hardware:
    - ASRock Z77 Extreme4 ATX LGA1155 Motherboard
    - GTX 670 Graphics card.
    Solution:
    This was an issue with windows 8.1 fast start up, which is enabled by default. Instead of performing a clean shutdown windows will hibernate to disk. When linux booted the disks failed to mount.
    I disabled fast startup in windows Control Panel > Power Options > System Settings.
    Last edited by seniorsassycat (2014-02-07 18:56:44)

    So I left my computer off for more than three hours and the display started fine when I turned the computer on. This morning after the computer was off for about eight hours the display wouldn't come on. I have boot logs from a good, and a bad boot.
    Failed Boot
    -- Logs begin at Sun 2013-05-19 13:01:58 EDT, end at Fri 2014-02-07 11:57:16 EST. --
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys cpuset
    Feb 07 11:54:25 ragnarok kernel: Linux version 3.12.9-3-ck (squishy@ease) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 2 14:51:38 EST 2014
    Feb 07 11:54:25 ragnarok kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: e820: BIOS-provided physical RAM map:
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040005000-0x00000000c98c1fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c98c2000-0x00000000c9f4cfff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c9f4d000-0x00000000ca1ccfff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1cd000-0x00000000ca1d1fff] ACPI data
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1d2000-0x00000000ca214fff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca215000-0x00000000cac0afff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cac0b000-0x00000000caff1fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000caff2000-0x00000000caffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    Feb 07 11:54:25 ragnarok kernel: NX (Execute Disable) protection: active
    Feb 07 11:54:25 ragnarok kernel: SMBIOS 2.7 present.
    Feb 07 11:54:25 ragnarok kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme4, BIOS P1.20 03/08/2012
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: MTRR default type: uncachable
    Feb 07 11:54:25 ragnarok kernel: MTRR fixed ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 00000-9FFFF write-back
    Feb 07 11:54:25 ragnarok kernel: A0000-BFFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: C0000-CFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: D0000-EBFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: EC000-FFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: MTRR variable ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 0 base 000000000 mask E00000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 1 base 200000000 mask FE0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 2 base 220000000 mask FF0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 3 base 0E0000000 mask FE0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 4 base 0D0000000 mask FF0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 5 base 0CC000000 mask FFC000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 6 base 0CB800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 7 base 22F800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 8 base 22F600000 mask FFFE00000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 9 disabled
    Feb 07 11:54:25 ragnarok kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: found SMP MP-table at [mem 0x000fcd40-0x000fcd4f] mapped at [ffff8800000fcd40]
    Feb 07 11:54:25 ragnarok kernel: Scanning 1 areas for low memory corruption
    Feb 07 11:54:25 ragnarok kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00000000-0x000fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b11000, 0x01b11fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b12000, 0x01b12fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b13000, 0x01b13fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22f400000-0x22f5fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b14000, 0x01b14fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22c000000-0x22f3fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x200000000-0x22bffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x200000000-0x22bffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00100000-0x001fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00200000-0x1fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x20200000-0x3fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40000000-0x40003fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b15000, 0x01b15fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b16000, 0x01b16fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40005000-0x401fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40200000-0xc97fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xc9800000-0xc98c1fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca215000-0xca3fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca400000-0xcabfffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcac00000-0xcac0afff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcaff2000-0xcaffffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x100000000-0x1ffffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: RAMDISK: [mem 0x379f8000-0x37cf3fff]
    Feb 07 11:54:25 ragnarok kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    Feb 07 11:54:25 ragnarok kernel: ACPI: XSDT 00000000ca1b4078 00074 (v01 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACP 00000000ca1bdb80 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: DSDT 00000000ca1b4188 099F2 (v02 ALASKA A M I 00000014 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACS 00000000ca1cbf80 00040
    Feb 07 11:54:25 ragnarok kernel: ACPI: APIC 00000000ca1bdc78 00072 (v03 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: ASF! 00000000ca1bdcf0 000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
    Feb 07 11:54:25 ragnarok kernel: ACPI: MCFG 00000000ca1bdd98 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bddd8 004A6 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: AAFT 00000000ca1be280 000C2 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET 00000000ca1be348 00038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be380 0036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be6f0 009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bf0a0 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    Feb 07 11:54:25 ragnarok kernel: Zone ranges:
    Feb 07 11:54:25 ragnarok kernel: DMA [mem 0x00001000-0x00ffffff]
    Feb 07 11:54:25 ragnarok kernel: DMA32 [mem 0x01000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: Normal [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: Movable zone start for each node
    Feb 07 11:54:25 ragnarok kernel: Early memory node ranges
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00001000-0x0009cfff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: On node 0 totalpages: 2070113
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 64 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 21 pages reserved
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 3996 pages, LIFO batch:0
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 12868 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 823493 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 19416 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 1242624 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: ACPI: PM-Timer IO Port: 0x408
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Feb 07 11:54:25 ragnarok kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 07 11:54:25 ragnarok kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ0 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ2 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ9 used by override.
    Feb 07 11:54:25 ragnarok kernel: Using ACPI (MADT) for SMP configuration information
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Feb 07 11:54:25 ragnarok kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Feb 07 11:54:25 ragnarok kernel: nr_irqs_gsi: 40
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc98c2000-0xc9f4cfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc9f4d000-0xca1ccfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1cd000-0xca1d1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1d2000-0xca214fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcac0b000-0xcaff1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
    Feb 07 11:54:25 ragnarok kernel: Booting paravirtualized kernel on bare hardware
    Feb 07 11:54:25 ragnarok kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Feb 07 11:54:25 ragnarok kernel: PERCPU: Embedded 28 pages/cpu @ffff88022f200000 s83840 r8192 d22656 u524288
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: s83840 r8192 d22656 u524288 alloc=1*2097152
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: [0] 0 1 2 3
    Feb 07 11:54:25 ragnarok kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037744
    Feb 07 11:54:25 ragnarok kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Feb 07 11:54:25 ragnarok kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Feb 07 11:54:25 ragnarok kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Feb 07 11:54:25 ragnarok kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Feb 07 11:54:25 ragnarok kernel: Checking aperture...
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: Calgary: detecting Calgary via BIOS EBDA area
    Feb 07 11:54:25 ragnarok kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Feb 07 11:54:25 ragnarok kernel: Memory: 8055804K/8280452K available (4983K kernel code, 735K rwdata, 1608K rodata, 1108K init, 1264K bss, 224648K reserved)
    Feb 07 11:54:25 ragnarok kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 07 11:54:25 ragnarok kernel: Preemptible hierarchical RCU implementation.
    Feb 07 11:54:25 ragnarok kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Feb 07 11:54:25 ragnarok kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Feb 07 11:54:25 ragnarok kernel: NR_IRQS:8448 nr_irqs:1704 16
    Feb 07 11:54:25 ragnarok kernel: Console: colour dummy device 80x25
    Feb 07 11:54:25 ragnarok kernel: console [tty0] enabled
    Feb 07 11:54:25 ragnarok kernel: allocated 33554432 bytes of page_cgroup
    Feb 07 11:54:25 ragnarok kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 07 11:54:25 ragnarok kernel: hpet clockevent registered
    Feb 07 11:54:25 ragnarok kernel: tsc: Fast TSC calibration failed
    Feb 07 11:54:25 ragnarok kernel: tsc: PIT calibration matches HPET. 1 loops
    Feb 07 11:54:25 ragnarok kernel: tsc: Detected 3399.661 MHz processor
    Feb 07 11:54:25 ragnarok kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.32 BogoMIPS (lpj=3399661)
    Feb 07 11:54:25 ragnarok kernel: pid_max: default: 32768 minimum: 301
    Feb 07 11:54:25 ragnarok kernel: Security Framework initialized
    Feb 07 11:54:25 ragnarok kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 07 11:54:25 ragnarok kernel: Yama: becoming mindful.
    Feb 07 11:54:25 ragnarok kernel: Mount-cache hash table entries: 256
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys memory
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys devices
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys freezer
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys net_cls
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys blkio
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys bfqio
    Feb 07 11:54:25 ragnarok kernel: CPU: Physical Processor ID: 0
    Feb 07 11:54:25 ragnarok kernel: CPU: Processor Core ID: 0
    Feb 07 11:54:25 ragnarok kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Feb 07 11:54:25 ragnarok kernel: mce: CPU supports 9 MCE banks
    Feb 07 11:54:25 ragnarok kernel: CPU0: Thermal monitoring enabled (TM1)
    Feb 07 11:54:25 ragnarok kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    Feb 07 11:54:25 ragnarok kernel: Freeing SMP alternatives memory: 20K (ffffffff819ce000 - ffffffff819d3000)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Core revision 20130725
    Feb 07 11:54:25 ragnarok kernel: ACPI: All ACPI Tables successfully acquired
    Feb 07 11:54:25 ragnarok kernel: ftrace: allocating 20012 entries in 79 pages
    Feb 07 11:54:25 ragnarok kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 07 11:54:25 ragnarok kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
    Feb 07 11:54:25 ragnarok kernel: TSC deadline timer enabled
    Feb 07 11:54:25 ragnarok kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Feb 07 11:54:25 ragnarok kernel: ... version: 3
    Feb 07 11:54:25 ragnarok kernel: ... bit width: 48
    Feb 07 11:54:25 ragnarok kernel: ... generic registers: 8
    Feb 07 11:54:25 ragnarok kernel: ... value mask: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... max period: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... fixed-purpose events: 3
    Feb 07 11:54:25 ragnarok kernel: ... event mask: 00000007000000ff
    Feb 07 11:54:25 ragnarok kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Feb 07 11:54:25 ragnarok kernel: smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    Feb 07 11:54:25 ragnarok kernel: Brought up 4 CPUs
    Feb 07 11:54:25 ragnarok kernel: smpboot: Total of 4 processors activated (27197.28 BogoMIPS)
    Feb 07 11:54:25 ragnarok kernel: devtmpfs: initialized
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xc9f4d000-0xca1ccfff] (2621440 bytes)
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xca1d2000-0xca214fff] (274432 bytes)
    Feb 07 11:54:25 ragnarok kernel: RTC time: 11:54:24, date: 02/07/14
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 16
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor ladder
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor menu
    Feb 07 11:54:25 ragnarok kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PCI registered
    Feb 07 11:54:25 ragnarok kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Feb 07 11:54:25 ragnarok kernel: PCI: Using configuration type 1 for base access
    Feb 07 11:54:25 ragnarok kernel: bio: create slab <bio-0> at 0
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Module Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: EC: Look up EC in DSDT
    Feb 07 11:54:25 ragnarok kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efa018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efba98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efcc18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Interpreter enabled
    Feb 07 11:54:25 ragnarok kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    Feb 07 11:54:25 ragnarok kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 07 11:54:25 ragnarok kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 07 11:54:25 ragnarok kernel: ACPI: No dock devices found.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: ACPI _OSC control (0x1c) granted
    Feb 07 11:54:25 ragnarok kernel: PCI host bridge to bus 0000:00
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: [8086:0162] type 00 class 0x038000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7b1a000-0xf7b1a00f 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7b18000-0xf7b183ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7b17000-0xf7b173ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7b16000-0xf7b167ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7b15000-0xf7b150ff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: [10de:1189] type 00 class 0x030000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x10: [io 0xd050-0xd057]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x14: [io 0xd040-0xd043]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x18: [io 0xd030-0xd037]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x1c: [io 0xd020-0xd023]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd01f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7a00000-0xf7a001ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: [14e4:16b1] type 00 class 0x020000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x10: [mem 0xea110000-0xea11ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x18: [mem 0xea100000-0xea10ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7900000-0xf79007ff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: reg 0x10: [mem 0xf7800000-0xf7807fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: on NUMA node 0
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Feb 07 11:54:25 ragnarok kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Feb 07 11:54:25 ragnarok kernel: Found 1 acpi root devices
    Feb 07 11:54:25 ragnarok kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 07 11:54:25 ragnarok kernel: vgaarb: loaded
    Feb 07 11:54:25 ragnarok kernel: vgaarb: bridge control possible 0000:01:00.0
    Feb 07 11:54:25 ragnarok kernel: PCI: Using ACPI for IRQ routing
    Feb 07 11:54:25 ragnarok kernel: PCI: pci_cache_line_size set to 64 bytes
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xc98c2000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcac0b000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    Feb 07 11:54:25 ragnarok kernel: NetLabel: Initializing
    Feb 07 11:54:25 ragnarok kernel: NetLabel: domain hash size = 128
    Feb 07 11:54:25 ragnarok kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 07 11:54:25 ragnarok kernel: NetLabel: unlabeled traffic allowed by default
    Feb 07 11:54:25 ragnarok kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Feb 07 11:54:25 ragnarok kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Feb 07 11:54:25 ragnarok kernel: Switched to clocksource hpet
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI init
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP registered
    Feb 07 11:54:25 ragnarok kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: [dma 4]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0200-0x020f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0400-0x0453] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0458-0x047f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:06: [io 0x0454-0x0457] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:07: [io 0x0290-0x029f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: [dma 0 disabled]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x40004000-0x40004fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI: found 13 devices
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP unregistered
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 13 [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 14 [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 1 [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 2 [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 2
    Feb 07 11:54:25 ragnarok kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Feb 07 11:54:25 ragnarok kernel: TCP: reno registered
    Feb 07 11:54:25 ragnarok kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 1
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Boot video device
    Feb 07 11:54:25 ragnarok kernel: PCI: CLS 64 bytes, default 64
    Feb 07 11:54:25 ragnarok kernel: Unpacking initramfs...
    Feb 07 11:54:25 ragnarok kernel: Freeing initrd memory: 3056K (ffff8800379f8000 - ffff880037cf4000)
    Feb 07 11:54:25 ragnarok kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Feb 07 11:54:25 ragnarok kernel: software IO TLB [mem 0xc58c2000-0xc98c2000] (64MB) mapped at [ffff8800c58c2000-ffff8800c98c1fff]
    Feb 07 11:54:25 ragnarok kernel: Scanning for low memory corruption every 60 seconds
    Feb 07 11:54:25 ragnarok kernel: audit: initializing netlink socket (disabled)
    Feb 07 11:54:25 ragnarok kernel: type=2000 audit(1391774064.186:1): initialized
    Feb 07 11:54:25 ragnarok kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Feb 07 11:54:25 ragnarok kernel: zbud: loaded
    Feb 07 11:54:25 ragnarok kernel: VFS: Disk quotas dquot_6.5.2
    Feb 07 11:54:25 ragnarok kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Feb 07 11:54:25 ragnarok kernel: msgmni has been set to 15740
    Feb 07 11:54:25 ragnarok kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Feb 07 11:54:25 ragnarok kernel: io scheduler noop registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler deadline registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler cfq registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler bfq registered (default)
    Feb 07 11:54:25 ragnarok kernel: BFQ I/O-scheduler version: v7
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: irq 45 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 07 11:54:25 ragnarok kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Feb 07 11:54:25 ragnarok kernel: vesafb: mode is 2560x1440x32, linelength=10240, pages=0
    Feb 07 11:54:25 ragnarok kernel: vesafb: scrolling: redraw
    Feb 07 11:54:25 ragnarok kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Feb 07 11:54:25 ragnarok kernel: vesafb: framebuffer at 0xe9000000, mapped to 0xffffc90004100000, using 14400k, total 14400k
    Feb 07 11:54:25 ragnarok kernel: Console: switching to colour frame buffer device 320x90
    Feb 07 11:54:25 ragnarok kernel: fb0: VESA VGA frame buffer device
    Feb 07 11:54:25 ragnarok kernel: intel_idle: MWAIT substates: 0x1120
    Feb 07 11:54:25 ragnarok kernel: intel_idle: v0.4 model 0x3A
    Feb 07 11:54:25 ragnarok kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Feb 07 11:54:25 ragnarok kernel: GHES: HEST is not enabled!
    Feb 07 11:54:25 ragnarok kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 07 11:54:25 ragnarok kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    Feb 07 11:54:25 ragnarok kernel: Linux agpgart interface v0.103
    Feb 07 11:54:25 ragnarok kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 07 11:54:25 ragnarok kernel: mousedev: PS/2 mouse device common for all mice
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: RTC can wake from S4
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Feb 07 11:54:25 ragnarok kernel: Intel P-state driver initializing.
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 0
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 1
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 2
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 3
    Feb 07 11:54:25 ragnarok kernel: drop_monitor: Initializing network drop monitor service
    Feb 07 11:54:25 ragnarok kernel: TCP: cubic registered
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 10
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 17
    Feb 07 11:54:25 ragnarok kernel: Key type dns_resolver registered
    Feb 07 11:54:25 ragnarok kernel: registered taskstats version 1
    Feb 07 11:54:25 ragnarok kernel: Magic number: 2:556:933
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: hash matches
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: setting system clock to 2014-02-07 11:54:24 UTC (1391774064)
    Feb 07 11:54:25 ragnarok kernel: PM: Checking hibernation image partition /dev/sdb1
    Feb 07 11:54:25 ragnarok kernel: PM: Hibernation image not present or could not be loaded.
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1108K (ffffffff818b9000 - ffffffff819ce000)
    Feb 07 11:54:25 ragnarok kernel: Write protecting the kernel read-only data: 8192k
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1148K (ffff8800014e1000 - ffff880001600000)
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 440K (ffff880001792000 - ffff880001800000)
    Feb 07 11:54:25 ragnarok kernel: BFS CPU scheduler v0.444 by Con Kolivas.
    Feb 07 11:54:25 ragnarok systemd-udevd[61]: starting version 208
    Feb 07 11:54:25 ragnarok kernel: SCSI subsystem initialized
    Feb 07 11:54:25 ragnarok kernel: libata version 3.00 loaded.
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: version 3.0
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: scsi0 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi1 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi2 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi3 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi4 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi5 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16100 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16180 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16200 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16280 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16300 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16380 irq 46
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: irq 47 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    Feb 07 11:54:25 ragnarok kernel: scsi6 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi7 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00100 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00180 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ATA-9: M4-CT128M4SSD2, 000F, max UDMA/100
    Feb 07 11:54:25 ragnarok kernel: ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ATA-9: WDC WD30EZRX-00DC0B0, 80.00A80, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: configured for UDMA/100
    Feb 07 11:54:25 ragnarok kernel: scsi 0:0:0:0: Direct-Access ATA M4-CT128M4SSD2 000F PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    Feb 07 11:54:25 ragnarok kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD30EZRX-00D 80.0 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sda: sda1 sda2 sda3 sda4
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ATA-8: ST1000DM005 HD103SJ, 1AJ10001, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: scsi 3:0:0:0: Direct-Access ATA ST1000DM005 HD10 1AJ1 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sdb: sdb1 sdb2
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: sdc: sdc1 sdc2
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: tsc: Refined TSC clocksource calibration: 3400.026 MHz
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type USB registered
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver usbfs
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver hub
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new device driver usb
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: irq 48 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 49 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 50 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 51 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 52 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 53 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci: EHCI PCI platform driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus numb

  • [SOLVED] GDM/Gnome won't start

    It's been more than a month now that my computer started to give me an error after booting. Before GDM starts, I get the following message:
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    This is not always, I suppose it happens 70% of the time (I need to keep restarting it a few times to get it working). I'm not sure it's a GDM problem because if I CTRL+ALT+F5, login and startx, it'll give me the same error message.
    Does anyone have any idea what happened and how can I fix it? I'm running the latest packages.
    I don't know which log files might help, let me know and I'll post them.
    Any help is appreciated. Thanks.
    Edit: here are some logs that might help:
    Here you can see at least one failed reboot (the last lines was a sucessful boot ):
    $ sudo journalctl -n 1000 -u gdm | curl -F 'sprunge=<-' sprunge.us
    http://sprunge.us/KfSf
    On this one there's a promising line Sep 18 20:53:07 localhost gdm[400]: Failed to give slave programs access to the display. Trying to proceed.:
    $ sudo tail -1000 /var/log/messages.log | curl -F 'sprunge=<-' sprunge.us
    http://sprunge.us/fOZU
    Am I right to assume Xorg.0.log is from the current session? So I'm pasting the Xorg.1.log, which should be the previous failed one:
    $ cat /var/log/Xorg.1.log | curl -F 'sprunge=<-' sprunge.us
    http://sprunge.us/OaXL
    Hell, it won't hurt if I provide the current one too:
    $ cat /var/log/Xorg.0.log | curl -F 'sprunge=<-' sprunge.us
    http://sprunge.us/HVPc
    Edit 2: I noticed the error only occurs when I get the following message on the boot screen:
    [drm:init:ring:common] *ERROR* render ring initialization failed ctl 0001f001 (valid? 1) head 0000b174 tail 00000000 start 00303000 [expected 00303000]
    [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
    I could not find this message on the log files, so here is a picture:
    http://imgur.com/Wf4mhXv
    Last edited by falmp (2014-09-18 22:53:10)

    Well, seems to be a problem with the kernel 3.16.x:
    https://bbs.archlinux.org/viewtopic.php?id=185650
    I solved it installing the kernel from repo-ck (http://repo-ck.com/), it's all good now.

  • Another nb question: network won't start at boot

    I am running Arch 0.5 in a notebook with a 3c574 pmcia card (3com). I've set everything up (gateway, dns, etc) and installed cardmgr... when i load it and type "/etc/rc.d/network start" everything works fine.. the problem is that the network is not loading at boot, i have to start it manually every time the system is restarted (already tried adding network start to rc.local). The DAEMON array is like that:
    DAEMON=(pcmcia network crond inetd)
    Can i get it work by itself?   
    Ps: sorry about any gramatical errors, english is not my primary language

    i've tried a workaround like that... made a rc script with "/etc/rc.d/network start" and added it before "network" in the daemons array... it worked, but i still get the loading errors. Look at the last lines of my boot sequence (i had to write it by hand heheh):
    [ Starting PCMCIA Services                      BUSY ]
    /sbin/ifconfig eth0 down
    cardmgr[111]: watching 2 sockets
                                                                  DONE ]
    [ Starting Network                                   BUSY ]
    SIOCSIFADDR: No such device
    eth0: unknown interface: No such device
    SIOCSIFNETMASK: No such device
    SIOCSIFBRDADDR: Cannot assign requested address
                                                               FAILED ]
    [ Starting Network                                 DONE ]
    [ Starting Cron Daemon                         DONE ]
    [ Starting inetd                                      DONE ]
    DAEMON=(pcmcia crond [maybe something else here] network inetd)
    i'll try that too hehe, thanks

  • Downloaded Software Won't Start at Boot

    I have downloaded and installed the ClamXav application and ClamXav Sentry. However, each time I boot, I receive a message that each program has been downloaded to the computer on a certain date and would I like to open it. My question is, why won't each program load automatically at log in? I have placed both items in my Login list in my Accounts Preferences.
    ACP

    Alan Pease wrote:
    Thanks for the suggestion, V.K. I have now installed the apps in the Admin account as well as my user account.
    what do you mean by that? the application should be installed only once for the whole computer. you have to launch it once from an admin account and it will stop bugging you. did you do that?

  • Firefox won't start on boot

    I have a sporadic, but consistent problem with Firefox. Shortly after booting the computer, I try to launch Firefox, but it doesn't start. I open the task manager and can see firefox.exe running under the Processes tab. I will be patient, having waited for other things that might be monopolizing the memory (such as a startup AV scan) to finish. A couple of times, I waited as long as ten minutes, but the Firefox window never opened. My only solution is to reboot the computer. At that point I get several error messages:
    "DDE Window Server not responding / End Program?"
    and
    "Acrodist.exe not responding / End Program?"
    and then "Firefox is not responding / End Program?"
    I did research on DDE Server Window and found that I could disable it in Windows Services - which I did. Yet, the error message still appears.
    Running Windows XP with SP3.
    Thanks for any help!

    Hello gabryant, sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    also, delete in your [http://kb.mozillazine.org/Profile_folder_-_Firefox#Windows profile folder] the [http://kb.mozillazine.org/User.js_file User.js] file you already have(except if you created).
    The user.js file does not exist by default. If you create the file, forget it, if you have not create the file then delete the User.js file, to see if the problem goes away (some programs create and write in the file also).
    thank you

  • [SOLVED] EVE Online won't start after Crucible 1.5 update

    Before i start, i'm aware that this would be better off at WineHQ, but i'm technically not asking for help. I'm just wondering if any of you have gotten it running since the update. I already googled the issue and same thing for me as for every other Linux user, The Launcher works fine, but after the splashscreen it just crashes. So if any of you find a fix (or i find a fix, in which case i'll mark this thread as solved) please share it. Oh and i tried one fix that supposedly worked for a few, but i had no luck. (changing the msvcr100 from (native, builtin) to (builtin, native) )
    Any help appreciated
    Edit:
    Okay i tried pretty much "everything" and i decided to completely remove and re-install wine (and all directories within) and start from a new install. These are the commands i made.
    sudo pacman -Rs wine (first i removed winetricks, wine_gecko, and others requiring wine though)
    rm -rf $HOME/.wine
    rm -f $HOME/.config/menus/applications-merged/wine*
    rm -rf $HOME/.local/share/applications/wine
    rm -f $HOME/.local/share/desktop-directories/wine*
    rm -f $HOME/.local/share/icons/????_*.xpm
    Then i reinstalled wine and winetricks.
    And I installed these packages using winetricks.
    allfonts
    msxml4
    vcrun2005sp1
    vcrun2008
    vcrun2010
    Then simply downloaded and installed the game, and at first i got the same crash error. So i went into winecfg and changed the msvcr100 to (builtin, native) and voila! it works perfectly. I must have had a missing file, or conflicting files or something within wine earlier.
    So it's confirmed, this solution DOES work. And if you're in my position, and all else fails, then you know what to do. Hope this helps anyone who happens to be in the position i was.
    Edit II:
    Okay so after several patches after the big update, it seems to crash after every one of them, but it's simple to work around. When there's a new patch available follow these simple steps.
    - Change msvcr80/90/100 to (native, builtin) and you will be able to successfully update with the launcher
    - when the update is done, close the launcher, open winecfg and change back msvcr80/90/100 to (builtin, native) and you will be able to launch the game.
    This seems to have worked for every patch/update that's released.
    Oh and lastly, i also ended up installing d3dx9_43 with winetricks, don't know if that's necessary or not, but nevertheless.
    Last edited by waspy (2012-03-17 07:41:53)

    Thanks, I had to change mscvr80 and mscvr90 to (builtin, native) also, but your msvcr100 tip lead me there.  Works well for me now, thank you for sharing your experience.

Maybe you are looking for