[Hilo Oficial] Arch Linux

Pues a mi no me pasaba con el initscripts ni ahora con systemd, usais systemd? que fuente teneis configurada en el vconsole.conf?
el_menda78 escribió:Pues a mi no me pasaba con el initscripts ni ahora con systemd, usais systemd? que fuente teneis configurada en el vconsole.conf?

Perfecto todo solucionado simplemente le añadi una fuente al vconsole.conf por que no tenia ninguna puesta
Tengo un problema de lo mas tonto que no me aclaro, Como puedo cambiar el nombre a un disco duro?
Bueno despues de estar un mes o asi con KDE he leido cosas buenas de Openbox asique voy a probar mi primer gestor de ventanas a pelo en Arch Linux XD
He instalado Arch, pero ahora me encuentro con el siguiente problema:

Selecciono con el Grub el modo normal de arch y cuando llega a la pantalla de login (es la primera vez que intento hacer login) me sale :
"(none) login:"

escribo root y cuando me pide el pass, pongo el que he puesto antes con passwd y me dice que está mal el login...

¿Debo instalar desde el comienzo otra vez?
rukario23 escribió:He instalado Arch, pero ahora me encuentro con el siguiente problema:

Selecciono con el Grub el modo normal de arch y cuando llega a la pantalla de login (es la primera vez que intento hacer login) me sale :
"(none) login:"

escribo root y cuando me pide el pass, pongo el que he puesto antes con passwd y me dice que está mal el login...

¿Debo instalar desde el comienzo otra vez?

No tienes que instalar desde el principio, si he entendido bien tu problema a mi también me paso, en Arch al igual que otras distribuciones no puedes entrar en modo grafico con root, tienes que entrar con otro usuario si no lo tienes creado, puedes probar a entrar en modo "recuperación" , iniciar sesión con root y crear otro usuario.
Ya he solucionado el problema, tras muchas cosas que he probado, era de lo más tonto:

La contraseña de root tenía una Z y el teclado estaba configurado como inglés, así que al introducir la Z, se introducía una Y.

Ahora tengo instalado archlinux, voy a intentar instalar KDE xD.

Si os pasa este problema, solo debeis hacer esto:

Entrais con un liveCD y poneis:
nano /etc/vconsole.conf


Añadís al archivo:

KEYMAP=es


Y hacéis reboot.
¿Os pasa al apagar en la parte de Sending SIGTERM to all processes os aparece [FAIL]? El sistema no obstante se apaga correctamente y por algunos foros achacan este problema a KDE y otros network manager.

EDIT: con Charka también pasa: http://chakra-project.org/bbs/viewtopic.php?id=8451
Ya he instalado KDE. Ahora os comento tres problemas, uno molesto el otro tampoco es para mucho y el otro pues es una duda.

1) el molesto -> El teclado no soy capaz de configurarlo como "es" dentro de KDE mientras que en el modo texto si que lo tengo bien configurado.

2) Este otro no es realmente un problema, me conecto por Wifi y cuando reincio / apago para conectar a la red he de entrar en modo texto con root y hacer un wifi-menu y de alli seleccionar mi red y ya. se podria hacer de forma automatica?

3) No se como puedo dar a un usuario sudo, creo que es ejecutando "visudo" pero no me deja modificarlo (entro en modo texto con root y pongo visudo, sale lo que contiene pero no puedo modificarlo y si lo cierro e intento abrirlo me dice que esta ocupado).
coyote escribió:¿Os pasa al apagar en la parte de Sending SIGTERM to all processes os aparece [FAIL]? El sistema no obstante se apaga correctamente y por algunos foros achacan este problema a KDE y otros network manager.

EDIT: con Charka también pasa: http://chakra-project.org/bbs/viewtopic.php?id=8451


Hace ya tiempo que me esta pasando....
rukario23 escribió:1) el molesto -> El teclado no soy capaz de configurarlo como "es" dentro de KDE mientras que en el modo texto si que lo tengo bien configurado.

Desde System Settings (no recuerdo como se llama en castellano, pero por el menu K lo veras), en la seccion de dispositivos de entrada > teclado, tienes los Layouts, donde puedes elegir cual/cuales usar.

2) Este otro no es realmente un problema, me conecto por Wifi y cuando reincio / apago para conectar a la red he de entrar en modo texto con root y hacer un wifi-menu y de alli seleccionar mi red y ya. se podria hacer de forma automatica?

no se que es "wifi-menu", pero si usas NetworkManager, podrias usar el plasmoide que lo gestiona, Plasma NM.


3) No se como puedo dar a un usuario sudo, creo que es ejecutando "visudo" pero no me deja modificarlo (entro en modo texto con root y pongo visudo, sale lo que contiene pero no puedo modificarlo y si lo cierro e intento abrirlo me dice que esta ocupado).

Deberias mirarte una guia basica del editor Vim. Basicamente tendras que pulsar "Insert" al empezar, para pasar del modo comandos al modo de insercion de texto, escribir lo que necesites, pulsar ESC para volver al modo comandos del editor, y escribir el comando de salir guardando, que es :x
rukario23 escribió:Ya he instalado KDE. Ahora os comento tres problemas, uno molesto el otro tampoco es para mucho y el otro pues es una duda.

3) No se como puedo dar a un usuario sudo, creo que es ejecutando "visudo" pero no me deja modificarlo (entro en modo texto con root y pongo visudo, sale lo que contiene pero no puedo modificarlo y si lo cierro e intento abrirlo me dice que esta ocupado).

Si continuas teniendo problemas con visudo podrías hacer desde el usuario root:
nano /etc/sudoers
aleix_1379 escribió:
rukario23 escribió:Ya he instalado KDE. Ahora os comento tres problemas, uno molesto el otro tampoco es para mucho y el otro pues es una duda.

3) No se como puedo dar a un usuario sudo, creo que es ejecutando "visudo" pero no me deja modificarlo (entro en modo texto con root y pongo visudo, sale lo que contiene pero no puedo modificarlo y si lo cierro e intento abrirlo me dice que esta ocupado).

Si continuas teniendo problemas con visudo podrías hacer desde el usuario root:
nano /etc/sudoers


Eso es un peligro. Mejor:

export EDITOR=nano


Aunque esto puede tener problemas de seguridad. Mejor aprende el uso basico de vi y te quitas de historias.

Por cierto lo del SIGTERM - Fail con systemd no pasa, al menos no a mi.
Lo de usar systemd y no pasar mas ese FAIL lo he leído en mas de un sitio y huele a complot maléfico para que pasemos si o si a systemd.
coyote escribió:Lo de usar systemd y no pasar mas ese FAIL lo he leído en mas de un sitio y huele a complot maléfico para que pasemos si o si a systemd.


Si al final, vais a tener que hacerlo... ;)
el_menda78 escribió:
aleix_1379 escribió:Si continuas teniendo problemas con visudo podrías hacer desde el usuario root:
nano /etc/sudoers


Eso es un peligro.


Hola, porque es un peligro?
aleix_1379 escribió:
el_menda78 escribió:
aleix_1379 escribió:Si continuas teniendo problemas con visudo podrías hacer desde el usuario root:
nano /etc/sudoers


Eso es un peligro.


Hola, porque es un peligro?




Cualquier error en el fichero sudoers, hace que deje de funcionar sudo, así que basicamente visudo comprueba que el fichero es correcto antes de guardarlo. Y con cualquier fallo está incluido los permisos dle fichero, que son solo de lectura para root y grupo root.

Imaginate que estas en un entorno en el que no eres root o no hay root (mmm.. ubuntu), te pones a modificar el fichero sudoers, haciendo un "sudo nano /etc/sudoers", lo haces mal y cuando quieres volver a modificar el fichero... no puedes porque sudo ya no funciona...
man visudo escribió:visudo locks the sudoers file against multiple simultaneous edits, provides basic sanity checks, and checks for parse errors.


Por ejemplo podrías quedarte sin permisos de super-usuario por guardar el archivo con errores de sintaxis.
Muchas gracias a todos, el problema del teclado lo he solucionado, al igual que el de sudo a otro usuario que nos sea root.

Lo de Wifi-menu para hacer un scan y conectar a la red voy a ver si puedo automatizarlo.
nu_kru escribió:Cualquier error en el fichero sudoers, hace que deje de funcionar sudo, así que basicamente visudo comprueba que el fichero es correcto antes de guardarlo. Y con cualquier fallo está incluido los permisos dle fichero, que son solo de lectura para root y grupo root.

Imaginate que estas en un entorno en el que no eres root o no hay root (mmm.. ubuntu), te pones a modificar el fichero sudoers, haciendo un "sudo nano /etc/sudoers", lo haces mal y cuando quieres volver a modificar el fichero... no puedes porque sudo ya no funciona...

Gracias por la respuesta [oki]
Sabéis que línea habría que añadir o modificar para desactivar en el xorg.conf COMPLETAMENTE la sincronización vertical de los drivers de nVidia ?
Alguien sabe como puedo instalar este paquete? http://aur.archlinux.org/packages.php?ID=50894) me da error.
Último comentario:

Comment by: RobertMe on Wed, 05 Sep 2012 18:25:37 +0000
Guess this package can be removed. PVR has been merged into mainline and thus all development moves to mainline. So you can use the xbmc-git package, and of course still need to install the addons, as was already the case for this package.

Easiest way to get the PVR addons working is a simple:
git submodule update --init pvr-addons

after these lines:
# Configure XBMC
cd "${srcdir}/${_gitname}"

That will make sure it automatically pulls in the "recommended" version/commit of the addons repo and will compile and install it in one go.
No entiendo muy bien lo que tengo que hacer
Hola buenas.

Estoy intentando instalar archlinux en mi ordenador de sobremesa y me he encontrado ante un problema.

Estoy intentando instalarlo con EFISTUB. Pero me es imposible, al llegar a este paso:
# efibootmgr -c -g -d /dev/sdX -p Y -w -L "Arch Linux (rEFInd)" -l '\\EFI\\arch\\refind\\refindx64.efi'


me dice que tengo que cargar efivars, lo cargo desde dentro de arch-chroot y no funciona, me dice lo mismo, lo hago desde fuera y lo mismo.

Seria esta parte:
1. Boot in UEFI mode and load efivars kernel module before chrooting:

Como narices booteo en modo UEFI?

Se supone que estoy en la instalacion y el parametro noefi no deberia estar.

Gracias

EDIT:Bueno, creo que ya he encontrado la solucion, para entrar en UEFI mode hay que seleccionar UEFI:unidad, desde el arranque de bios, ahora lo probare.
Han vuelto a poner los drivers privativos de ati en los repositorios oficiales. Es bueno que ya los consideren aptos para estar ahí, de momento están en testing.

A ver si por fin se decide la marca, ahora con el Steam para linux y ofrece los buenos drivers que linux se merece y no estar restringido a Nvidia si quieres usar linux, aunque otro problema de Ati es que enseguida abandonan el hardware, en linux no se puede hacer eso.
Alguno tenéis problemas con Chromium y Facebook? Deja de responder la página y tengo que reiniciar para poder volver a entrar. Con Firefox me funciona sin problema.

He borrado la configuración y reinstalado y nada, sigue igual.
A ver archeros, he instalado un ventilador extra al chasis y conectado a la placa base pero hace un "poquito" de ruido. ¿Como podría bajar las revoluciones a voluntad? He estado leyendo un par de cosas en la wiki pero no me queda claro.
En la bios no te deja poner las revoluciones que quieras? es nuevo? si es así cámbialo por otro que haga menos ruido.
En la BIOS ya está automático, si lo pongo en "quiet" solo baja la de la CPU, que ponga como lo ponga no hace ruido (es un Asus V72) y el ventilador para el chasis no es que sea muy nuevo pero tampoco es del siglo pasado. Si no consigo nada lo mandaré ATPC y listo, que ahora con los fríos no creo que haga mucho.
Editado por #1302#. Razón: fails ebrigüer
yo me tengo que cambiar de pc por que se congela y ahora empiezo a trabajar en un nuevo curro, también estoy pensando en cambiar la torre a una menos silenciosa con usb3 y montar un rl por que es muy molesto el ruido que hace esta caja con tanto ventilador.
Buenas,

No se si alguien sabrá del tema (Overclock), pero por probar que no quede. Lo pregunto aquí porque uso Arch, simplemente (y obviamente la pregunta tiene que ver con Linux/Arch).

La pregunta es.. tengo el PC overclockeado en "Turbo Mode" y configurado de tal manera que el SO puede elegir cuando subir los Ghz a saco. El Overclock es normalito, de 3.4Ghz a 4.3Ghz.

En Windows con programas como CPU-Z puedo ver como el PC se pone realmente a 4.3Ghz. El problema es que en Linux no veo que pase de los 3.4Ghz, siempre marca como mucho 3.4Ghz.

De ahí mi duda, significa eso que en Linux el overclock no funciona o que? Es decir, que el SO no detecta que puede tirar hasta 4.3Ghz sin problemas?

Gracias.
Nose si puede servir de ayuda, pero mira https://wiki.archlinux.org/index.php/Cpufreq

Con cpufreq-info te dará los distintas frecuencias a las que puede funcionar la cpu

En el fichero cpufreq-info puedes especificar la frecuencia máxima a la que puede funcionar la cpu.
Gracias por la respuesta.

No utilizo cpufrequtils así que el comando cpufreq-info no lo tengo. Utilizo cpupower. El frequency-info de este solo me da hasta 3.4Ghz, aunque esta frecuencia sale dos veces.

available frequency steps: 3.40 GHz, 3.40 GHz, 3.30 GHz, 3.20 GHz, 3.10 GHz, 3.00 GHz, 2.90 GHz, 2.80 GHz, 2.70 GHz, 2.60 GHz, 2.50 GHz, 2.40 GHz, 2.30 GHz, 2.20 GHz, 2.10 GHz, 1.60 GHz


Ahora, haciendo memoria, me suena de haber leído que al salir dos veces la máxima frecuencia de la CPU (en este caso 3.40), el el segundo 3.40 es la frecuencia a 3.40Ghz reales y el primero es cuando está a una frecuencia superior. Pero no se que tan cierto sea.

A parte de que no puedo saber si pilla el primer 3.40Ghz o el segundo cuando me lo marca en conky o en "cpupower frequency-info".

Quizás debería probar algún benchmark bajo linux con el oc activado y desactivado, así ya veré si ha diferencia.

Alguno conoce un benchmark de cpu para linux?
dramake escribió:Buenas,

No se si alguien sabrá del tema (Overclock), pero por probar que no quede. Lo pregunto aquí porque uso Arch, simplemente (y obviamente la pregunta tiene que ver con Linux/Arch).

La pregunta es.. tengo el PC overclockeado en "Turbo Mode" y configurado de tal manera que el SO puede elegir cuando subir los Ghz a saco. El Overclock es normalito, de 3.4Ghz a 4.3Ghz.

En Windows con programas como CPU-Z puedo ver como el PC se pone realmente a 4.3Ghz. El problema es que en Linux no veo que pase de los 3.4Ghz, siempre marca como mucho 3.4Ghz.

De ahí mi duda, significa eso que en Linux el overclock no funciona o que? Es decir, que el SO no detecta que puede tirar hasta 4.3Ghz sin problemas?

Gracias.


Es un i5/i7? puedes usar el i7z de AUR para ver las frecuencias. Pero a mi modesto entender, si haces overclock por BIOS no debería de haber problema. Yo mismo lo tengo overclockeado y va bien (un Phenom II X6).
el_menda78 escribió:
dramake escribió:Buenas,

No se si alguien sabrá del tema (Overclock), pero por probar que no quede. Lo pregunto aquí porque uso Arch, simplemente (y obviamente la pregunta tiene que ver con Linux/Arch).

La pregunta es.. tengo el PC overclockeado en "Turbo Mode" y configurado de tal manera que el SO puede elegir cuando subir los Ghz a saco. El Overclock es normalito, de 3.4Ghz a 4.3Ghz.

En Windows con programas como CPU-Z puedo ver como el PC se pone realmente a 4.3Ghz. El problema es que en Linux no veo que pase de los 3.4Ghz, siempre marca como mucho 3.4Ghz.

De ahí mi duda, significa eso que en Linux el overclock no funciona o que? Es decir, que el SO no detecta que puede tirar hasta 4.3Ghz sin problemas?

Gracias.


Es un i5/i7? puedes usar el i7z de AUR para ver las frecuencias. Pero a mi modesto entender, si haces overclock por BIOS no debería de haber problema. Yo mismo lo tengo overclockeado y va bien (un Phenom II X6).


Es un i7, si, concretamente un 2600K. El overclock es por Bios, pero ésta deja al S.O. elegir cuando va a hacer uso del oc (o algo así, tampoco soy un crack en esto, simplemente seguí una guía de como hacer oc con mi placa base).

No conocía la herramienta esta de i7z. Esta tarde le daré un vistazo.
Yo tengo un core i5-750, de los primeros que salieron, con overclock por bios. En Windows, la frecuencia del procesador varía según la demanda. En linux (hablo siempre de configuración out of the box) esto no era así, siempre quedaba fija a la máxima. Con los últimos kernels, del 3.3 para arriba creo recordar, ahora ya se comporta igual que en windows sin hacer nada especial. Aunque en linux la velocidad máxima que marque es la del procesador sin overclock, en realidad está a la velocidad que marca la bios.
Bueno, problema solucionado.

Con la aplicación cpuburn para estresar la CPU + i7z ya he visto que si se pone a 4.3Ghz con "Modo Turbo".

Solucionado. Gracias :)
Muy buenas. Acabo de reinstalar Arch ya que no lo actualizaba desde hace meses y lo tenía lleno de mierda instalada X). Resulta que se me ha quedado así.

http://db.tt/HriwEZrr

Ahora, después de un rato, ha sonado la música de KDE y se ha puesto la pantalla en negro... Ah, el ratón puedo moverlo sin problemas en una y otra pantalla...

Ah, y una duda. Aunque lo haya instalado con la última ISO, no estoy migrado a systemd verdad?

Muchas gracias :).

EDITO: Uy, acabo de probar Alt+F2 y he podido lanzar una terminal, desde ahí instalar Chromium y editar este mensaje XD. Parece que le falta lo que es la barrita de abajo y el fondo de pantalla, pero aún así tarda mucho en pasar de la pantalla de presentación esa... Como información, deciros que esta vez he instalado kdebase solo, a ver si el fallo va a venir de ahí...

Salu2!!!
analca3 escribió:Muy buenas. Acabo de reinstalar Arch ya que no lo actualizaba desde hace meses y lo tenía lleno de mierda instalada X). Resulta que se me ha quedado así. http://db.tt/HriwEZrrAhora, después de un rato, ha sonado la música de KDE y se ha puesto la pantalla en negro... Ah, el ratón puedo moverlo sin problemas en una y otra pantalla...


extra/ttf-dejavu 2.33-3 [installed]
    Font family based on the Bitstream Vera Fonts with a wider range of characters

¿Tienes eso instalado?

https://wiki.archlinux.org/index.php/Kd ... al_install

Note: You need to install a ttf-* package. phonon-vlc already requires ttf-freefont, but when using phonon-gstreamer you should add ttf-dejavu or another too. For more information see FS#26012.
coyote escribió:
analca3 escribió:Muy buenas. Acabo de reinstalar Arch ya que no lo actualizaba desde hace meses y lo tenía lleno de mierda instalada X). Resulta que se me ha quedado así. http://db.tt/HriwEZrrAhora, después de un rato, ha sonado la música de KDE y se ha puesto la pantalla en negro... Ah, el ratón puedo moverlo sin problemas en una y otra pantalla...


extra/ttf-dejavu 2.33-3 [installed]
    Font family based on the Bitstream Vera Fonts with a wider range of characters

¿Tienes eso instalado?


No, no lo tenía, ya que al instalar chromium me lo instaló. Voy a reiniciar y edito.

EDITO: Eso es XD. Ahora sí que va sin problemas. Ya que estamos, ¿Alguna fuente que recomendéis? Siempre me ha "molestado" la fuente esta, me resulta más legible la que lleva Windows 7, incluso la metí un poco a fuego, pero no era igual de legible. ¿Conocéis algo?

Muchas gracias =)

Salu2!!!
analca3 escribió:Muy buenas. Acabo de reinstalar Arch ya que no lo actualizaba desde hace meses y lo tenía lleno de mierda instalada X). Resulta que se me ha quedado así.

http://db.tt/HriwEZrr

Ahora, después de un rato, ha sonado la música de KDE y se ha puesto la pantalla en negro... Ah, el ratón puedo moverlo sin problemas en una y otra pantalla...

Ah, y una duda. Aunque lo haya instalado con la última ISO, no estoy migrado a systemd verdad?

Muchas gracias :).

EDITO: Uy, acabo de probar Alt+F2 y he podido lanzar una terminal, desde ahí instalar Chromium y editar este mensaje XD. Parece que le falta lo que es la barrita de abajo y el fondo de pantalla, pero aún así tarda mucho en pasar de la pantalla de presentación esa... Como información, deciros que esta vez he instalado kdebase solo, a ver si el fallo va a venir de ahí...

Salu2!!!

Los hombres de verdad actualizan sin miedo! Me costo unas 2/3 horas, lo sabe Jan y coyote xD
intento de migrar a systemd y no ha ido demasiado bien, xd.

Lo he dejado en un sistema mixto, mixed systemd/sysvinit/initscripts.

Donde puedo ver el log de arranque? porque no lo ha escrito en var/log/boot.

mm... De los demonios no le ha dado la gana de arrancar networkmanager, lo he arrancado luego manualmente.. pero kde ha seguido sin enterarse.

No le ha dado la gana ni de reiniciar (se ha quedado en cerrando logs, creo) ni de suspender en ram (me imagino que esto será por systemctl.. pero si tengo sistema mixto debería de darle igual..)

Alguno consejo?
nu_kru escribió:intento de migrar a systemd y no ha ido demasiado bien, xd.

Lo he dejado en un sistema mixto, mixed systemd/sysvinit/initscripts.

Donde puedo ver el log de arranque? porque no lo ha escrito en var/log/boot.

mm... De los demonios no le ha dado la gana de arrancar networkmanager, lo he arrancado luego manualmente.. pero kde ha seguido sin enterarse.

No le ha dado la gana ni de reiniciar (se ha quedado en cerrando logs, creo) ni de suspender en ram (me imagino que esto será por systemctl.. pero si tengo sistema mixto debería de darle igual..)

Alguno consejo?


El log lo miras con journalctl

pon el log si quieres, a ver que es lo que esta fallando.
Veo algun error en alguna regla de udev.. y en algún módulo que no uso (me imagino que ha cambiado la sintaxis.. !b43, !ssb..)

Logs begin at Fri, 05 Oct 2012 13:51:13 +0200, end at Fri, 05 Oct 2012 13:57:27 +0200.
Oct 05 13:51:13 arch64 systemd-journal[130]: Allowing runtime journal files to grow to 196.1M.
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys cpuset
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys cpu
Oct 05 13:51:13 arch64 kernel: Linux version 3.5.4-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP
Oct 05 13:51:13 arch64 kernel: Command line: root=/dev/sda8 resume=/dev/sda6 ro init=/bin/systemd
Oct 05 13:51:13 arch64 kernel: e820: BIOS-provided physical RAM map:
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ddcad3ff] usable
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000ddcad400-0x00000000ddcaf3ff] ACPI NVS
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000ddcaf400-0x00000000dfffffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed1bfff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed8ffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda5fff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
Oct 05 13:51:13 arch64 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable
Oct 05 13:51:13 arch64 kernel: NX (Execute Disable) protection: active
Oct 05 13:51:13 arch64 kernel: DMI 2.4 present.
Oct 05 13:51:13 arch64 kernel: DMI: Dell Inc. Vostro 1220                     /0X482M, BIOS 1.3.0 10/15/2009
Oct 05 13:51:13 arch64 kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Oct 05 13:51:13 arch64 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 05 13:51:13 arch64 kernel: No AGP bridge found
Oct 05 13:51:13 arch64 kernel: e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000
Oct 05 13:51:13 arch64 kernel: MTRR default type: uncachable
Oct 05 13:51:13 arch64 kernel: MTRR fixed ranges enabled:
Oct 05 13:51:13 arch64 kernel:   00000-9FFFF write-back
Oct 05 13:51:13 arch64 kernel:   A0000-BFFFF uncachable
Oct 05 13:51:13 arch64 kernel:   C0000-CFFFF write-protect
Oct 05 13:51:13 arch64 kernel:   D0000-EFFFF uncachable
Oct 05 13:51:13 arch64 kernel:   F0000-FFFFF write-protect
Oct 05 13:51:13 arch64 kernel: MTRR variable ranges enabled:
Oct 05 13:51:13 arch64 kernel:   0 base 000000000 mask C00000000 write-back
Oct 05 13:51:13 arch64 kernel:   1 base 0E0000000 mask FE0000000 uncachable
Oct 05 13:51:13 arch64 kernel:   2 base 0DDE00000 mask FFFE00000 uncachable
Oct 05 13:51:13 arch64 kernel:   3 base 0DE000000 mask FFE000000 uncachable
Oct 05 13:51:13 arch64 kernel:   4 disabled
Oct 05 13:51:13 arch64 kernel:   5 disabled
Oct 05 13:51:13 arch64 kernel:   6 disabled
Oct 05 13:51:13 arch64 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 05 13:51:13 arch64 kernel: e820: update [mem 0xdde00000-0xffffffff] usable ==> reserved
Oct 05 13:51:13 arch64 kernel: e820: last_pfn = 0xddcad max_arch_pfn = 0x400000000
Oct 05 13:51:13 arch64 kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
Oct 05 13:51:13 arch64 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Oct 05 13:51:13 arch64 kernel: init_memory_mapping: [mem 0x00000000-0xddcacfff]
Oct 05 13:51:13 arch64 kernel:  [mem 0x00000000-0xddbfffff] page 2M
Oct 05 13:51:13 arch64 kernel:  [mem 0xddc00000-0xddcacfff] page 4k
Oct 05 13:51:13 arch64 kernel: kernel direct mapping tables up to 0xddcacfff @ [mem 0x1f90c000-0x1fffffff]
Oct 05 13:51:13 arch64 kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
Oct 05 13:51:13 arch64 kernel:  [mem 0x100000000-0x11fffffff] page 2M
Oct 05 13:51:13 arch64 kernel: kernel direct mapping tables up to 0x11fffffff @ [mem 0xddca7000-0xddcacfff]
Oct 05 13:51:13 arch64 kernel: RAMDISK: [mem 0x37d12000-0x37feffff]
Oct 05 13:51:13 arch64 kernel: ACPI: RSDP 00000000000fbd50 00024 (v02 DELL  )
Oct 05 13:51:13 arch64 kernel: ACPI: XSDT 00000000ddcb1e00 0005C (v01 DELL    M09     27D90A0F ASL  00000061)
Oct 05 13:51:13 arch64 kernel: ACPI: FACP 00000000ddcb1c9c 000F4 (v04 DELL    M09     27D90A0F ASL  00000061)
Oct 05 13:51:13 arch64 kernel: ACPI: DSDT 00000000ddcb2400 05913 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: FACS 00000000ddcc0c00 00040
Oct 05 13:51:13 arch64 kernel: ACPI: HPET 00000000ddcb1f00 00038 (v01 DELL    M09     00000001 ASL  00000061)
Oct 05 13:51:13 arch64 kernel: ACPI: APIC 00000000ddcb2000 00068 (v01 DELL    M09     27D90A0F ASL  00000047)
Oct 05 13:51:13 arch64 kernel: ACPI: MCFG 00000000ddcb1fc0 0003E (v16 DELL    M09     27D90A0F ASL  00000061)
Oct 05 13:51:13 arch64 kernel: ACPI: SLIC 00000000ddcb209c 00176 (v01 DELL    M09     27D90A0F ASL  00000061)
Oct 05 13:51:13 arch64 kernel: ACPI: TCPA 00000000ddcb2300 00032 (v01                 00000000 ASL  00000000)
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcb0306 0066C (v01  PmRef    CpuPm 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Local APIC address 0xfee00000
Oct 05 13:51:13 arch64 kernel: No NUMA configuration found
Oct 05 13:51:13 arch64 kernel: Faking a node at [mem 0x0000000000000000-0x000000011fffffff]
Oct 05 13:51:13 arch64 kernel: Initmem setup node 0 [mem 0x00000000-0x11fffffff]
Oct 05 13:51:13 arch64 kernel:   NODE_DATA [mem 0x11fffc000-0x11fffffff]
Oct 05 13:51:13 arch64 kernel:  [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b600000-ffff88011f5fffff] on node 0
Oct 05 13:51:13 arch64 kernel: Zone ranges:
Oct 05 13:51:13 arch64 kernel:   DMA      [mem 0x00010000-0x00ffffff]
Oct 05 13:51:13 arch64 kernel:   DMA32    [mem 0x01000000-0xffffffff]
Oct 05 13:51:13 arch64 kernel:   Normal   [mem 0x100000000-0x11fffffff]
Oct 05 13:51:13 arch64 kernel: Movable zone start for each node
Oct 05 13:51:13 arch64 kernel: Early memory node ranges
Oct 05 13:51:13 arch64 kernel:   node   0: [mem 0x00010000-0x0009efff]
Oct 05 13:51:13 arch64 kernel:   node   0: [mem 0x00100000-0xddcacfff]
Oct 05 13:51:13 arch64 kernel:   node   0: [mem 0x100000000-0x11fffffff]
Oct 05 13:51:13 arch64 kernel: On node 0 totalpages: 1039420
Oct 05 13:51:13 arch64 kernel:   DMA zone: 64 pages used for memmap
Oct 05 13:51:13 arch64 kernel:   DMA zone: 6 pages reserved
Oct 05 13:51:13 arch64 kernel:   DMA zone: 3913 pages, LIFO batch:0
Oct 05 13:51:13 arch64 kernel:   DMA32 zone: 16320 pages used for memmap
Oct 05 13:51:13 arch64 kernel:   DMA32 zone: 888045 pages, LIFO batch:31
Oct 05 13:51:13 arch64 kernel:   Normal zone: 2048 pages used for memmap
Oct 05 13:51:13 arch64 kernel:   Normal zone: 129024 pages, LIFO batch:31
Oct 05 13:51:13 arch64 kernel: ACPI: PM-Timer IO Port: 0x1008
Oct 05 13:51:13 arch64 kernel: ACPI: Local APIC address 0xfee00000
Oct 05 13:51:13 arch64 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Oct 05 13:51:13 arch64 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Oct 05 13:51:13 arch64 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 05 13:51:13 arch64 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 05 13:51:13 arch64 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 05 13:51:13 arch64 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 05 13:51:13 arch64 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 05 13:51:13 arch64 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 05 13:51:13 arch64 kernel: ACPI: IRQ0 used by override.
Oct 05 13:51:13 arch64 kernel: ACPI: IRQ2 used by override.
Oct 05 13:51:13 arch64 kernel: ACPI: IRQ9 used by override.
Oct 05 13:51:13 arch64 kernel: Using ACPI (MADT) for SMP configuration information
Oct 05 13:51:13 arch64 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 05 13:51:13 arch64 kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
Oct 05 13:51:13 arch64 kernel: nr_irqs_gsi: 40
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000ddcad000 - 00000000ddcae000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000ddcae000 - 00000000ddcaf000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000ddcaf000 - 00000000ddcb0000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000ddcb0000 - 00000000e0000000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed18000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1c000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fed20000 - 00000000fed90000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000feda0000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000feda0000 - 00000000feda6000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000feda6000 - 00000000fee00000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000fee10000 - 00000000ffe00000
Oct 05 13:51:13 arch64 kernel: PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
Oct 05 13:51:13 arch64 kernel: e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Oct 05 13:51:13 arch64 kernel: Booting paravirtualized kernel on bare hardware
Oct 05 13:51:13 arch64 kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
Oct 05 13:51:13 arch64 kernel: PERCPU: Embedded 28 pages/cpu @ffff88011fc00000 s83392 r8192 d23104 u1048576
Oct 05 13:51:13 arch64 kernel: pcpu-alloc: s83392 r8192 d23104 u1048576 alloc=1*2097152
Oct 05 13:51:13 arch64 kernel: pcpu-alloc: [0] 0 1
Oct 05 13:51:13 arch64 kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1020982
Oct 05 13:51:13 arch64 kernel: Policy zone: Normal
Oct 05 13:51:13 arch64 kernel: Kernel command line: root=/dev/sda8 resume=/dev/sda6 ro init=/bin/systemd
Oct 05 13:51:13 arch64 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 05 13:51:13 arch64 kernel: __ex_table already sorted, skipping sort
Oct 05 13:51:13 arch64 kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
Oct 05 13:51:13 arch64 kernel: Checking aperture...
Oct 05 13:51:13 arch64 kernel: No AGP bridge found
Oct 05 13:51:13 arch64 kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 05 13:51:13 arch64 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 05 13:51:13 arch64 kernel: Memory: 4011700k/4718592k available (4645k kernel code, 560912k absent, 145980k reserved, 4207k data,
Oct 05 13:51:13 arch64 kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Oct 05 13:51:13 arch64 kernel: Preemptible hierarchical RCU implementation.
Oct 05 13:51:13 arch64 kernel:  RCU dyntick-idle grace-period acceleration is enabled.
Oct 05 13:51:13 arch64 kernel:  Dump stacks of tasks blocking RCU-preempt GP.
Oct 05 13:51:13 arch64 kernel: NR_IRQS:4352 nr_irqs:512 16
Oct 05 13:51:13 arch64 kernel: Extended CMOS year: 2000
Oct 05 13:51:13 arch64 kernel: Console: colour VGA+ 80x25
Oct 05 13:51:13 arch64 kernel: console [tty0] enabled
Oct 05 13:51:13 arch64 kernel: allocated 16777216 bytes of page_cgroup
Oct 05 13:51:13 arch64 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 05 13:51:13 arch64 kernel: hpet clockevent registered
Oct 05 13:51:13 arch64 kernel: Fast TSC calibration using PIT
Oct 05 13:51:13 arch64 kernel: Detected 2526.992 MHz processor.
Oct 05 13:51:13 arch64 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.56 BogoMIPS (lpj=84233
Oct 05 13:51:13 arch64 kernel: pid_max: default: 32768 minimum: 301
Oct 05 13:51:13 arch64 kernel: Security Framework initialized
Oct 05 13:51:13 arch64 kernel: AppArmor: AppArmor disabled by boot time parameter
Oct 05 13:51:13 arch64 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 05 13:51:13 arch64 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 05 13:51:13 arch64 kernel: Mount-cache hash table entries: 256
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys cpuacct
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys memory
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys devices
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys freezer
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys net_cls
Oct 05 13:51:13 arch64 kernel: Initializing cgroup subsys blkio
Oct 05 13:51:13 arch64 kernel: CPU: Physical Processor ID: 0
Oct 05 13:51:13 arch64 kernel: CPU: Processor Core ID: 0
Oct 05 13:51:13 arch64 kernel: mce: CPU supports 6 MCE banks
Oct 05 13:51:13 arch64 kernel: CPU0: Thermal monitoring enabled (TM2)
Oct 05 13:51:13 arch64 kernel: using mwait in idle threads.
Oct 05 13:51:13 arch64 kernel: ACPI: Core revision 20120320
Oct 05 13:51:13 arch64 kernel: ftrace: allocating 17970 entries in 71 pages
Oct 05 13:51:13 arch64 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 05 13:51:13 arch64 kernel: CPU0: Intel(R) Core(TM)2 Duo CPU     P8700  @ 2.53GHz stepping 0a
Oct 05 13:51:13 arch64 kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Oct 05 13:51:13 arch64 kernel: ... version:                2
Oct 05 13:51:13 arch64 kernel: ... bit width:              40
Oct 05 13:51:13 arch64 kernel: ... generic registers:      2
Oct 05 13:51:13 arch64 kernel: ... value mask:             000000ffffffffff
Oct 05 13:51:13 arch64 kernel: ... max period:             000000007fffffff
Oct 05 13:51:13 arch64 kernel: ... fixed-purpose events:   3
Oct 05 13:51:13 arch64 kernel: ... event mask:             0000000700000003
Oct 05 13:51:13 arch64 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 05 13:51:13 arch64 kernel: Booting Node   0, Processors  #1 Ok.
Oct 05 13:51:13 arch64 kernel: Brought up 2 CPUs
Oct 05 13:51:13 arch64 kernel: Total of 2 processors activated (10112.13 BogoMIPS).
Oct 05 13:51:13 arch64 kernel: devtmpfs: initialized
Oct 05 13:51:13 arch64 kernel: PM: Registering ACPI NVS region [mem 0xddcad400-0xddcaf3ff] (8192 bytes)
Oct 05 13:51:13 arch64 kernel: NET: Registered protocol family 16
Oct 05 13:51:13 arch64 kernel: ACPI: bus type pci registered
Oct 05 13:51:13 arch64 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 05 13:51:13 arch64 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 05 13:51:13 arch64 kernel: PCI: Using configuration type 1 for base access
Oct 05 13:51:13 arch64 kernel: dmi type 0xB1 record - unknown flag
Oct 05 13:51:13 arch64 kernel: bio: create slab <bio-0> at 0
Oct 05 13:51:13 arch64 kernel: ACPI: Added _OSI(Module Device)
Oct 05 13:51:13 arch64 kernel: ACPI: Added _OSI(Processor Device)
Oct 05 13:51:13 arch64 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 05 13:51:13 arch64 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 05 13:51:13 arch64 kernel: ACPI: EC: Look up EC in DSDT
Oct 05 13:51:13 arch64 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcc0c80 00043 (v01  LMPWR  DELLLOM 00001001 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Dynamic OEM Table Load:
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT           (null) 00043 (v01  LMPWR  DELLLOM 00001001 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcb0972 00281 (v01  PmRef   BspIst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Dynamic OEM Table Load:
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT           (null) 00281 (v01  PmRef   BspIst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcb0dca 005E5 (v01  PmRef   BspCst 00003001 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Dynamic OEM Table Load:
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT           (null) 005E5 (v01  PmRef   BspCst 00003001 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcb0bf3 001D7 (v01  PmRef    ApIst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Dynamic OEM Table Load:
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT           (null) 001D7 (v01  PmRef    ApIst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT 00000000ddcb13af 0008D (v01  PmRef    ApCst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Dynamic OEM Table Load:
Oct 05 13:51:13 arch64 kernel: ACPI: SSDT           (null) 0008D (v01  PmRef    ApCst 00003000 INTL 20050624)
Oct 05 13:51:13 arch64 kernel: ACPI: Interpreter enabled
Oct 05 13:51:13 arch64 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 05 13:51:13 arch64 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 05 13:51:13 arch64 kernel: ACPI: No dock devices found.
Oct 05 13:51:13 arch64 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xf7ffffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfc000000-0xfebfffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfed1c000-0xfed1ffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfed90000-0xfed9ffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfedfffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0xffc00000-0xffdfffff]
Oct 05 13:51:13 arch64 kernel: pci_root PNP0A03:00: host bridge window [mem 0x120000000-0x317ffffff]
Oct 05 13:51:13 arch64 kernel: PCI host bridge to bus 0000:00
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: root bus resource [mem 0x120000000-0x317ffffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
Oct 05 13:51:13 arch64 kernel: DMAR: Forcing write-buffer flush capability
Oct 05 13:51:13 arch64 kernel: DMAR: Disabling IOMMU for graphics on this chipset
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.0: reg 10: [mem 0xf6c00000-0xf6ffffff 64bit]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.0: reg 20: [io  0xefe8-0xefef]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.1: reg 10: [mem 0xf6b00000-0xf6bfffff 64bit]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.0: reg 20: [io  0x6f60-0x6f7f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.1: reg 20: [io  0x6f80-0x6f9f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.2: reg 20: [io  0x6fa0-0x6fbf]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.7: reg 10: [mem 0xfed1c400-0xfed1c7ff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1b.0: reg 10: [mem 0xf6afc000-0xf6afffff 64bit]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.0: reg 20: [io  0x6f00-0x6f1f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.1: reg 20: [io  0x6f20-0x6f3f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.2: reg 20: [io  0x6f40-0x6f5f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.7: reg 10: [mem 0xfed1c000-0xfed1c3ff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 10: [io  0x6e70-0x6e77]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 14: [io  0x6e78-0x6e7b]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 18: [io  0x6e80-0x6e87]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 1c: [io  0x6e88-0x6e8b]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 20: [io  0x6ea0-0x6ebf]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: reg 24: [mem 0xfed1c800-0xfed1cfff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.3: reg 10: [mem 0xf6afbf00-0xf6afbfff 64bit]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1f.3: reg 20: [io  0x1100-0x111f]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
Oct 05 13:51:13 arch64 kernel: pci 0000:0c:00.0: [14e4:432b] type 00 class 0x028000
Oct 05 13:51:13 arch64 kernel: pci 0000:0c:00.0: reg 10: [mem 0xf69fc000-0xf69fffff 64bit]
Oct 05 13:51:13 arch64 kernel: pci 0000:0c:00.0: supports D1 D2
Oct 05 13:51:13 arch64 kernel: pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1:   bridge window [mem 0xf6900000-0xf69fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf6600000-0xf68fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: [10ec:8168] type 00 class 0x020000
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: reg 10: [io  0xce00-0xceff]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: reg 18: [mem 0xf0204000-0xf0204fff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: reg 20: [mem 0xf0200000-0xf0203fff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: supports D1 D2
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5: PCI bridge to [bus 09-09]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [mem 0xf6500000-0xf65fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [mem 0xf0200000-0xf02fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0:   bridge window [mem 0x120000000-0x317ffffff] (subtractive decode)
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Oct 05 13:51:13 arch64 kernel:  pci0000:00: Requesting ACPI _OSC control (0x1d)
Oct 05 13:51:13 arch64 kernel:  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Oct 05 13:51:13 arch64 kernel: ACPI _OSC control for PCIe not granted, disabling ASPM
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 11) *0, disabled.
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 11 12 14 15)
Oct 05 13:51:13 arch64 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Oct 05 13:51:13 arch64 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 05 13:51:13 arch64 kernel: vgaarb: loaded
Oct 05 13:51:13 arch64 kernel: vgaarb: bridge control possible 0000:00:02.0
Oct 05 13:51:13 arch64 kernel: PCI: Using ACPI for IRQ routing
Oct 05 13:51:13 arch64 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 05 13:51:13 arch64 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 05 13:51:13 arch64 kernel: e820: reserve RAM buffer [mem 0xddcad400-0xdfffffff]
Oct 05 13:51:13 arch64 kernel: NetLabel: Initializing
Oct 05 13:51:13 arch64 kernel: NetLabel:  domain hash size = 128
Oct 05 13:51:13 arch64 kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Oct 05 13:51:13 arch64 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 05 13:51:13 arch64 kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Oct 05 13:51:13 arch64 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Oct 05 13:51:13 arch64 kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Oct 05 13:51:13 arch64 kernel: Switching to clocksource hpet
Oct 05 13:51:13 arch64 kernel: pnp: PnP ACPI init
Oct 05 13:51:13 arch64 kernel: ACPI: bus type pnp registered
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [bus 00-ff]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [io  0x0000-0x0cf7 window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [io  0x0cf8-0x0cff]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [io  0x0d00-0xffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0x000a0000-0x000bffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0x000d0000-0x000dffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfc000000-0xfebfffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfec10000-0xfecfffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfed40000-0xfed44fff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xfee10000-0xff9fffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0xffc00000-0xffdfffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: [mem 0x120000000-0x317ffffff window]
Oct 05 13:51:13 arch64 kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:01: [irq 12]
Oct 05 13:51:13 arch64 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x0060]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x0064]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x0062]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x0066]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x004e]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [io  0x004f]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: [irq 1]
Oct 05 13:51:13 arch64 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:03: [io  0x0070-0x0071]
Oct 05 13:51:13 arch64 kernel: pnp 00:03: [irq 8]
Oct 05 13:51:13 arch64 kernel: pnp 00:03: [io  0x0072-0x0077]
Oct 05 13:51:13 arch64 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:04: [io  0x0061]
Oct 05 13:51:13 arch64 kernel: pnp 00:04: [io  0x0063]
Oct 05 13:51:13 arch64 kernel: pnp 00:04: [io  0x0065]
Oct 05 13:51:13 arch64 kernel: pnp 00:04: [io  0x0067]
Oct 05 13:51:13 arch64 kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:05: [io  0x0068-0x00e7]
Oct 05 13:51:13 arch64 kernel: pnp 00:05: [io  0x0c80-0x0caf]
Oct 05 13:51:13 arch64 kernel: pnp 00:05: [io  0x0cc0-0x0cff]
Oct 05 13:51:13 arch64 kernel: system 00:05: [io  0x0c80-0x0caf] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:05: [io  0x0cc0-0x0cff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [dma 4]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0000-0x000f]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0080-0x0085]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0087-0x008f]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x00c0-0x00df]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0010-0x001f]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0090-0x0091]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: [io  0x0093-0x009f]
Oct 05 13:51:13 arch64 kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:07: [io  0x00f0-0x00ff]
Oct 05 13:51:13 arch64 kernel: pnp 00:07: [irq 13]
Oct 05 13:51:13 arch64 kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:08: [mem 0xfed00000-0xfed003ff]
Oct 05 13:51:13 arch64 kernel: system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:09: [mem 0xfed40000-0xfed44fff]
Oct 05 13:51:13 arch64 kernel: pnp 00:09: [io  0x0cb0-0x0cbb]
Oct 05 13:51:13 arch64 kernel: system 00:09: [io  0x0cb0-0x0cbb] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x0900-0x097f]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x0092]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x00b2-0x00b3]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x0020-0x0021]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x00a0-0x00a1]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [irq 0 disabled]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x04d0-0x04d1]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x1000-0x1005]
Oct 05 13:51:13 arch64 kernel: pnp 00:0a: [io  0x1008-0x100f]
Oct 05 13:51:13 arch64 kernel: system 00:0a: [io  0x0900-0x097f] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0a: [io  0x04d0-0x04d1] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0a: [io  0x1000-0x1005] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0a: [io  0x1008-0x100f] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0xf400-0xf4fe]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x0086]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x1006-0x1007]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x100a-0x1059]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x1060-0x107f]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x1080-0x10bf]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x1100-0x111f]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x1010-0x102f]
Oct 05 13:51:13 arch64 kernel: pnp 00:0b: [io  0x0809]
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0xf400-0xf4fe] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x1006-0x1007] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x100a-0x1059] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x1060-0x107f] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x1080-0x10bf] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x1100-0x111f] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x1010-0x102f] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: [io  0x0809] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0x00000000-0x0009efff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0x0009f000-0x0009ffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0x000c0000-0x000cffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0x000e0000-0x000fffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0x00100000-0xddcad3ff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xddcad400-0xddcfffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xddd00000-0xdddfffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xffe00000-0xffffffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfec00000-0xfec0ffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfee00000-0xfee0ffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfeda0000-0xfeda3fff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfeda4000-0xfeda4fff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfeda5000-0xfeda5fff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfeda6000-0xfeda6fff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfed1c800-0xfed1cfff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xfed18000-0xfed1bfff]
Oct 05 13:51:13 arch64 kernel: pnp 00:0c: [mem 0xf8000000-0xfbffffff]
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0x00000000-0x0009efff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0x0009f000-0x0009ffff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0x00100000-0xddcad3ff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xddcad400-0xddcfffff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xddd00000-0xdddfffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xffe00000-0xffffffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfec00000-0xfec0ffff] could not be reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfee00000-0xfee0ffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfeda0000-0xfeda3fff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfeda4000-0xfeda4fff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfeda5000-0xfeda5fff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfeda6000-0xfeda6fff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfed1c800-0xfed1cfff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xfed18000-0xfed1bfff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 05 13:51:13 arch64 kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 05 13:51:13 arch64 kernel: pnp: PnP ACPI: found 13 devices
Oct 05 13:51:13 arch64 kernel: ACPI: ACPI bus type pnp unregistered
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b-0b] add_size 1000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b-0b] add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b-0b] add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c-0c] add_size 1000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c-0c] add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0300000-0xf04fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0500000-0xf06fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0700000-0xf08fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0:   bridge window [mem 0xf0300000-0xf04fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.0:   bridge window [mem 0xf0500000-0xf06fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1:   bridge window [mem 0xf6900000-0xf69fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.1:   bridge window [mem 0xf0700000-0xf08fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf6600000-0xf68fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:09:00.0: BAR 6: assigned [mem 0xf0220000-0xf023ffff pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5: PCI bridge to [bus 09-09]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [mem 0xf6500000-0xf65fffff]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1c.5:   bridge window [mem 0xf0200000-0xf02fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0: PCI bridge to [bus 02-02]
Oct 05 13:51:13 arch64 kernel: pci 0000:00:1e.0: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:00: resource 17 [mem 0x120000000-0x317ffffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0b: resource 1 [mem 0xf0300000-0xf04fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0b: resource 2 [mem 0xf0500000-0xf06fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0c: resource 1 [mem 0xf6900000-0xf69fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0c: resource 2 [mem 0xf0700000-0xf08fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0d: resource 1 [mem 0xf6600000-0xf68fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:0d: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:09: resource 0 [io  0xc000-0xcfff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:09: resource 1 [mem 0xf6500000-0xf65fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:09: resource 2 [mem 0xf0200000-0xf02fffff 64bit pref]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 7 [mem 0x000d0000-0x000dffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 8 [mem 0xe0000000-0xf7ffffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 9 [mem 0xfc000000-0xfebfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 10 [mem 0xfec10000-0xfecfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 11 [mem 0xfed1c000-0xfed1ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 12 [mem 0xfed90000-0xfed9ffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 13 [mem 0xfed40000-0xfed44fff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 14 [mem 0xfeda7000-0xfedfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 15 [mem 0xfee10000-0xff9fffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 16 [mem 0xffc00000-0xffdfffff]
Oct 05 13:51:13 arch64 kernel: pci_bus 0000:02: resource 17 [mem 0x120000000-0x317ffffff]
Oct 05 13:51:13 arch64 kernel: NET: Registered protocol family 2
Oct 05 13:51:13 arch64 kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 05 13:51:13 arch64 kernel: TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Oct 05 13:51:13 arch64 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 05 13:51:13 arch64 kernel: TCP: Hash tables configured (established 524288 bind 65536)
Oct 05 13:51:13 arch64 kernel: TCP: reno registered
Oct 05 13:51:13 arch64 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 05 13:51:13 arch64 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 05 13:51:13 arch64 kernel: NET: Registered protocol family 1
Oct 05 13:51:13 arch64 kernel: pci 0000:00:02.0: Boot video device
Oct 05 13:51:13 arch64 kernel: PCI: CLS 64 bytes, default 64
Oct 05 13:51:13 arch64 kernel: Unpacking initramfs...
Oct 05 13:51:13 arch64 kernel: Freeing initrd memory: 2936k freed
Oct 05 13:51:13 arch64 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 05 13:51:13 arch64 kernel: software IO TLB [mem 0xd9ca7000-0xddca6fff] (64MB) mapped at [ffff8800d9ca7000-ffff8800ddca6fff]
Oct 05 13:51:13 arch64 kernel: audit: initializing netlink socket (disabled)
Oct 05 13:51:13 arch64 kernel: type=2000 audit(1349445063.413:1): initialized
Oct 05 13:51:13 arch64 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Oct 05 13:51:13 arch64 kernel: VFS: Disk quotas dquot_6.5.2
Oct 05 13:51:13 arch64 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 05 13:51:13 arch64 kernel: msgmni has been set to 7841
Oct 05 13:51:13 arch64 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 05 13:51:13 arch64 kernel: io scheduler noop registered
Oct 05 13:51:13 arch64 kernel: io scheduler deadline registered
Oct 05 13:51:13 arch64 kernel: io scheduler cfq registered (default)
Oct 05 13:51:13 arch64 kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
Oct 05 13:51:13 arch64 kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
Oct 05 13:51:13 arch64 kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
Oct 05 13:51:13 arch64 kernel: pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
Oct 05 13:51:13 arch64 kernel: intel_idle: does not run on family 6 model 23
Oct 05 13:51:13 arch64 kernel: GHES: HEST is not enabled!
Oct 05 13:51:13 arch64 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Oct 05 13:51:13 arch64 kernel: Linux agpgart interface v0.103
Oct 05 13:51:13 arch64 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 05 13:51:13 arch64 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 05 13:51:13 arch64 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 05 13:51:13 arch64 kernel: mousedev: PS/2 mouse device common for all mice
Oct 05 13:51:13 arch64 kernel: rtc_cmos 00:03: RTC can wake from S4
Oct 05 13:51:13 arch64 kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Oct 05 13:51:13 arch64 kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 05 13:51:13 arch64 kernel: cpuidle: using governor ladder
Oct 05 13:51:13 arch64 kernel: cpuidle: using governor menu
Oct 05 13:51:13 arch64 kernel: drop_monitor: Initializing network drop monitor service
Oct 05 13:51:13 arch64 kernel: TCP: cubic registered
Oct 05 13:51:13 arch64 kernel: NET: Registered protocol family 10
Oct 05 13:51:13 arch64 kernel: NET: Registered protocol family 17
Oct 05 13:51:13 arch64 kernel: Key type dns_resolver registered
Oct 05 13:51:13 arch64 kernel: PM: Checking hibernation image partition /dev/sda6
Oct 05 13:51:13 arch64 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 05 13:51:13 arch64 kernel: PM: Hibernation image not present or could not be loaded.
Oct 05 13:51:13 arch64 kernel: registered taskstats version 1
Oct 05 13:51:13 arch64 kernel: rtc_cmos 00:03: setting system clock to 2012-10-05 13:51:04 UTC (1349445064)
Oct 05 13:51:13 arch64 kernel: Freeing unused kernel memory: 760k freed
Oct 05 13:51:13 arch64 kernel: Write protecting the kernel read-only data: 8192k
Oct 05 13:51:13 arch64 kernel: Freeing unused kernel memory: 1488k freed
Oct 05 13:51:13 arch64 kernel: Freeing unused kernel memory: 612k freed
Oct 05 13:51:13 arch64 systemd-udevd[40]: starting version 189
Oct 05 13:51:13 arch64 kernel: ACPI: bus type usb registered
Oct 05 13:51:13 arch64 kernel: usbcore: registered new interface driver usbfs
Oct 05 13:51:13 arch64 kernel: usbcore: registered new interface driver hub
Oct 05 13:51:13 arch64 kernel: usbcore: registered new device driver usb
Oct 05 13:51:13 arch64 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: debug port 1
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
Oct 05 13:51:13 arch64 kernel: SCSI subsystem initialized
Oct 05 13:51:13 arch64 kernel: uhci_hcd: USB Universal Host Controller Interface driver
Oct 05 13:51:13 arch64 kernel: libata version 3.00 loaded.
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Oct 05 13:51:13 arch64 kernel: hub 1-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 1-0:1.0: 6 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
Oct 05 13:51:13 arch64 kernel: hub 2-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 2-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
Oct 05 13:51:13 arch64 kernel: hub 3-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 3-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
Oct 05 13:51:13 arch64 kernel: hub 4-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 4-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
Oct 05 13:51:13 arch64 kernel: hub 5-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 5-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
Oct 05 13:51:13 arch64 kernel: hub 6-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 6-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Oct 05 13:51:13 arch64 kernel: uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Oct 05 13:51:13 arch64 kernel: hub 7-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 7-0:1.0: 2 ports detected
Oct 05 13:51:13 arch64 kernel: ahci 0000:00:1f.2: version 3.0
Oct 05 13:51:13 arch64 kernel: ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
Oct 05 13:51:13 arch64 kernel: ahci: SSS flag set, parallel bus scan disabled
Oct 05 13:51:13 arch64 kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Oct 05 13:51:13 arch64 kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems
Oct 05 13:51:13 arch64 kernel: ahci 0000:00:1f.2: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: scsi0 : ahci
Oct 05 13:51:13 arch64 kernel: scsi1 : ahci
Oct 05 13:51:13 arch64 kernel: scsi2 : ahci
Oct 05 13:51:13 arch64 kernel: scsi3 : ahci
Oct 05 13:51:13 arch64 kernel: scsi4 : ahci
Oct 05 13:51:13 arch64 kernel: scsi5 : ahci
Oct 05 13:51:13 arch64 kernel: ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 44
Oct 05 13:51:13 arch64 kernel: ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 44
Oct 05 13:51:13 arch64 kernel: ata3: DUMMY
Oct 05 13:51:13 arch64 kernel: ata4: DUMMY
Oct 05 13:51:13 arch64 kernel: ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 44
Oct 05 13:51:13 arch64 kernel: ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 44
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: debug port 1
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
Oct 05 13:51:13 arch64 kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Oct 05 13:51:13 arch64 kernel: hub 8-0:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 8-0:1.0: 6 ports detected
Oct 05 13:51:13 arch64 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 05 13:51:13 arch64 kernel: ata1.00: ATA-8: ST9250410ASG, 0002SDM1, max UDMA/133
Oct 05 13:51:13 arch64 kernel: ata1.00: 488397168 sectors, multi 8: LBA48 NCQ (depth 31/32)
Oct 05 13:51:13 arch64 kernel: ata1.00: configured for UDMA/133
Oct 05 13:51:13 arch64 kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9250410ASG     0002 PQ: 0 ANSI: 5
Oct 05 13:51:13 arch64 kernel: usb 1-4: new high-speed USB device number 3 using ehci_hcd
Oct 05 13:51:13 arch64 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 05 13:51:13 arch64 kernel: ata2.00: ATAPI: Optiarc DVD+/-RW AD-7580S, FD06, max UDMA/100
Oct 05 13:51:13 arch64 kernel: ata2.00: configured for UDMA/100
Oct 05 13:51:13 arch64 kernel: scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-7580S FD06 PQ: 0 ANSI: 5
Oct 05 13:51:13 arch64 kernel: usb 1-6: new high-speed USB device number 4 using ehci_hcd
Oct 05 13:51:13 arch64 kernel: Refined TSC clocksource calibration: 2526.999 MHz.
Oct 05 13:51:13 arch64 kernel: Switching to clocksource tsc
Oct 05 13:51:13 arch64 kernel: ata5: SATA link down (SStatus 4 SControl 300)
Oct 05 13:51:13 arch64 kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
Oct 05 13:51:13 arch64 kernel: ata6: SATA link down (SStatus 4 SControl 300)
Oct 05 13:51:13 arch64 kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
Oct 05 13:51:13 arch64 kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 05 13:51:13 arch64 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 05 13:51:13 arch64 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 05 13:51:13 arch64 kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 05 13:51:13 arch64 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 05 13:51:13 arch64 kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 05 13:51:13 arch64 kernel:  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
Oct 05 13:51:13 arch64 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 05 13:51:13 arch64 kernel: hub 2-1:1.0: USB hub found
Oct 05 13:51:13 arch64 kernel: hub 2-1:1.0: 3 ports detected
Oct 05 13:51:13 arch64 kernel: usb 8-4: new high-speed USB device number 3 using ehci_hcd
Oct 05 13:51:13 arch64 kernel: usb 5-2: new low-speed USB device number 2 using uhci_hcd
Oct 05 13:51:13 arch64 kernel: usbcore: registered new interface driver usbhid
Oct 05 13:51:13 arch64 kernel: usbhid: USB HID core driver
Oct 05 13:51:13 arch64 kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input1
Oct 05 13:51:13 arch64 kernel: hid-generic 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on us
Oct 05 13:51:13 arch64 kernel: usb 2-1.1: new full-speed USB device number 3 using uhci_hcd
Oct 05 13:51:13 arch64 kernel: PM: Starting manual resume from disk
Oct 05 13:51:13 arch64 kernel: PM: Hibernation image partition 8:6 present
Oct 05 13:51:13 arch64 kernel: PM: Looking for hibernation image.
Oct 05 13:51:13 arch64 kernel: PM: Image not found (code -22)
Oct 05 13:51:13 arch64 kernel: PM: Hibernation image not present or could not be loaded.
Oct 05 13:51:13 arch64 kernel: input: HID 413c:8161 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2
Oct 05 13:51:13 arch64 kernel: hid-generic 0003:413C:8161.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:
Oct 05 13:51:13 arch64 kernel: usb 2-1.2: new full-speed USB device number 4 using uhci_hcd
Oct 05 13:51:13 arch64 kernel: input: HID 413c:8162 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input3
Oct 05 13:51:13 arch64 kernel: hid-generic 0003:413C:8162.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1a.
Oct 05 13:51:13 arch64 kernel: EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
Oct 05 13:51:13 arch64 systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
Oct 05 13:51:13 arch64 systemd[1]: systemd 193 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +
Oct 05 13:51:13 arch64 systemd[1]: Inserted module 'autofs4'
Oct 05 13:51:13 arch64 systemd[1]: Set hostname to <arch64>.
Oct 05 13:51:13 arch64 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service
Oct 05 13:51:13 arch64 systemd[1]: Starting Syslog Socket.
Oct 05 13:51:13 arch64 systemd[1]: Socket service syslog.service not loaded, refusing.
Oct 05 13:51:13 arch64 systemd[1]: Failed to listen on Syslog Socket.
Oct 05 13:51:13 arch64 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Oct 05 13:51:13 arch64 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 05 13:51:13 arch64 systemd[1]: Starting Remote File Systems.
Oct 05 13:51:13 arch64 systemd[1]: Reached target Remote File Systems.
Oct 05 13:51:13 arch64 systemd[1]: Starting Delayed Shutdown Socket.
Oct 05 13:51:13 arch64 systemd[1]: Listening on Delayed Shutdown Socket.
Oct 05 13:51:13 arch64 systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Oct 05 13:51:13 arch64 systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Oct 05 13:51:13 arch64 systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Oct 05 13:51:13 arch64 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 05 13:51:13 arch64 systemd[1]: Starting Encrypted Volumes.
Oct 05 13:51:13 arch64 systemd[1]: Reached target Encrypted Volumes.
Oct 05 13:51:13 arch64 systemd[1]: Starting udev Kernel Socket.
Oct 05 13:51:13 arch64 systemd[1]: Listening on udev Kernel Socket.
Oct 05 13:51:13 arch64 systemd[1]: Starting udev Control Socket.
Oct 05 13:51:13 arch64 systemd[1]: Listening on udev Control Socket.
Oct 05 13:51:13 arch64 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Oct 05 13:51:13 arch64 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 05 13:51:13 arch64 systemd[1]: Expecting device dev-sda6.device...
Oct 05 13:51:13 arch64 systemd[1]: Expecting device dev-sda5.device...
Oct 05 13:51:13 arch64 systemd[1]: Expecting device dev-sda7.device...
Oct 05 13:51:13 arch64 systemd[1]: Starting Journal Socket.
Oct 05 13:51:13 arch64 systemd[1]: Listening on Journal Socket.
Oct 05 13:51:13 arch64 systemd[1]: Started File System Check on Root Device.
Oct 05 13:51:13 arch64 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 05 13:51:13 arch64 systemd[1]: Starting Setup Virtual Console...
Oct 05 13:51:13 arch64 systemd[1]: Starting udev Kernel Device Manager...
Oct 05 13:51:13 arch64 systemd[1]: Starting udev Coldplug all Devices...
Oct 05 13:51:13 arch64 systemd[1]: Started Set Up Additional Binary Formats.
Oct 05 13:51:13 arch64 systemd[1]: Starting Load modules defined in rc.conf...
Oct 05 13:51:13 arch64 systemd[1]: Mounting POSIX Message Queue File System...
Oct 05 13:51:13 arch64 systemd[1]: Mounting Debug File System...
Oct 05 13:51:13 arch64 systemd[1]: Starting Apply Kernel Variables...
Oct 05 13:51:13 arch64 systemd[1]: Mounting Huge Pages File System...
Oct 05 13:51:13 arch64 systemd[1]: Starting Journal Service...
Oct 05 13:51:13 arch64 systemd[1]: Started Journal Service.
Oct 05 13:51:13 arch64 systemd[1]: Starting Syslog.
Oct 05 13:51:13 arch64 systemd[1]: Reached target Syslog.
Oct 05 13:51:13 arch64 kernel: EXT4-fs (sda8): re-mounted. Opts: (null)
Oct 05 13:51:13 arch64 systemd-udevd[120]: starting version 193
Oct 05 13:51:13 arch64 kernel: FS-Cache: Loaded
Oct 05 13:51:13 arch64 kernel: RPC: Registered named UNIX socket transport module.
Oct 05 13:51:13 arch64 kernel: RPC: Registered udp transport module.
Oct 05 13:51:13 arch64 kernel: RPC: Registered tcp transport module.
Oct 05 13:51:13 arch64 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 05 13:51:13 arch64 kernel: NFS: Registering the id_resolver key type
Oct 05 13:51:13 arch64 kernel: Key type id_resolver registered
Oct 05 13:51:13 arch64 kernel: Key type id_legacy registered
Oct 05 13:51:13 arch64 kernel: FS-Cache: Netfs 'nfs' registered for caching
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Inserted module 'nfs'
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Failed to find module '!b43'
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Failed to find module '!ssb'
Oct 05 13:51:13 arch64 kernel: vboxdrv: Found 2 processor cores.
Oct 05 13:51:13 arch64 kernel: vboxdrv: fAsync=0 offMin=0x1be offMax=0xc36
Oct 05 13:51:13 arch64 kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Oct 05 13:51:13 arch64 kernel: vboxdrv: Successfully loaded version 4.2.0_OSE (interface 0x001a0004).
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Inserted module 'vboxdrv'
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Inserted module 'vboxnetflt'
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Inserted module 'vboxnetadp'
Oct 05 13:51:13 arch64 kernel: fuse init (API version 7.19)
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Inserted module 'fuse'
Oct 05 13:51:13 arch64 systemd-udevd[120]: unknown key 'SYSFS{idProduct}' in /etc/udev/rules.d/50-huawei-e220.rules:1
Oct 05 13:51:13 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/50-huawei-e220.rules:1'
Oct 05 13:51:13 arch64 systemd-udevd[120]: unknown key 'SYSFS{idProduct}' in /etc/udev/rules.d/50-huawei-e220.rules:2
Oct 05 13:51:13 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/50-huawei-e220.rules:2'
Oct 05 13:51:13 arch64 systemd-udevd[120]: unknown key 'SYSFS{idProduct}' in /etc/udev/rules.d/50-huawei-e220.rules:3
Oct 05 13:51:13 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/50-huawei-e220.rules:3'
Oct 05 13:51:13 arch64 systemd-modules-load[136]: Failed to find module 'vboxdrv vboxnetflt vboxnetadp'
Oct 05 13:51:13 arch64 systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1
Oct 05 13:51:13 arch64 systemd[1]: Unit systemd-modules-load.service entered failed state.
Oct 05 13:51:13 arch64 systemd-journal[130]: Journal started
Oct 05 13:51:13 arch64 systemd[1]: Started Load modules defined in rc.conf.
Oct 05 13:51:13 arch64 systemd[1]: Starting Load Kernel Modules...
Oct 05 13:51:13 arch64 systemd[1]: Started Apply Kernel Variables.
Oct 05 13:51:13 arch64 systemd[1]: Started Setup Virtual Console.
Oct 05 13:51:13 arch64 systemd[1]: Started Remount Root and Kernel File Systems.
Oct 05 13:51:13 arch64 systemd[1]: Started udev Kernel Device Manager.
Oct 05 13:51:13 arch64 systemd[1]: Started udev Coldplug all Devices.
Oct 05 13:51:13 arch64 systemd[1]: Starting Local File Systems (Pre).
Oct 05 13:51:13 arch64 systemd[1]: Reached target Local File Systems (Pre).
Oct 05 13:51:13 arch64 systemd[1]: Mounting Temporary Directory...
Oct 05 13:51:13 arch64 systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted fi
Oct 05 13:51:13 arch64 systemd[1]: Started Load Random Seed.
Oct 05 13:51:13 arch64 systemd[1]: Mounted FUSE Control File System.
Oct 05 13:51:13 arch64 systemd-udevd[120]: unknown key 'BUS' in /etc/udev/rules.d/70-lego.rules:2
Oct 05 13:51:13 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/70-lego.rules:2'
Oct 05 13:51:13 arch64 systemd-udevd[120]: unknown key 'BUS' in /etc/udev/rules.d/70-lego.rules:3
Oct 05 13:51:13 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/70-lego.rules:3'
Oct 05 13:51:14 arch64 systemd-udevd[120]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/90-android.rules:1
Oct 05 13:51:14 arch64 systemd-udevd[120]: invalid rule '/etc/udev/rules.d/90-android.rules:1'
Oct 05 13:51:14 arch64 kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 05 13:51:14 arch64 kernel: ACPI: Requesting acpi_cpufreq
Oct 05 13:51:14 arch64 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Oct 05 13:51:14 arch64 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 05 13:51:14 arch64 kernel: ACPI: Thermal Zone [THM] (55 C)
Oct 05 13:51:14 arch64 kernel: ACPI: Battery Slot [BAT0] (battery present)
Oct 05 13:51:14 arch64 kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
Oct 05 13:51:14 arch64 kernel: ACPI: Lid Switch [LID]
Oct 05 13:51:14 arch64 kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
Oct 05 13:51:14 arch64 kernel: ACPI: Power Button [PBTN]
Oct 05 13:51:14 arch64 kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
Oct 05 13:51:14 arch64 kernel: ACPI: Sleep Button [SBTN]
Oct 05 13:51:14 arch64 kernel: ACPI: AC Adapter [AC] (on-line)
Oct 05 13:51:14 arch64 kernel: wmi: Mapper loaded
Oct 05 13:51:14 arch64 kernel: gpio_ich: GPIO from 195 to 255 on gpio_ich
Oct 05 13:51:14 arch64 kernel: iTCO_vendor_support: vendor-support=0
Oct 05 13:51:14 arch64 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
Oct 05 13:51:14 arch64 kernel: iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x1060)
Oct 05 13:51:14 arch64 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 05 13:51:14 arch64 kernel: agpgart-intel 0000:00:00.0: Intel GM45 Chipset
Oct 05 13:51:14 arch64 kernel: agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Oct 05 13:51:14 arch64 kernel: agpgart-intel 0000:00:00.0: detected 32768K stolen memory
Oct 05 13:51:14 arch64 kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
Oct 05 13:51:15 arch64 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 05 13:51:15 arch64 kernel: Monitor-Mwait will be used to enter C-2 state
Oct 05 13:51:15 arch64 kernel: Monitor-Mwait will be used to enter C-3 state
Oct 05 13:51:15 arch64 kernel: Marking TSC unstable due to TSC halts in idle
Oct 05 13:51:15 arch64 kernel: ACPI: acpi_idle registered with cpuidle
Oct 05 13:51:15 arch64 kernel: Switching to clocksource hpet
Oct 05 13:51:15 arch64 kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Oct 05 13:51:15 arch64 kernel: r8169 0000:09:00.0: irq 45 for MSI/MSI-X
Oct 05 13:51:15 arch64 kernel: r8169 0000:09:00.0: eth0: RTL8168d/8111d at 0xffffc9000066e000, 00:26:b9:08:de:98, XID 081000c0 IRQ 45
Oct 05 13:51:15 arch64 kernel: r8169 0000:09:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 05 13:51:15 arch64 kernel: input: Dell WMI hotkeys as /devices/virtual/input/input8
Oct 05 13:51:15 arch64 kernel: microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
Oct 05 13:51:15 arch64 kernel: lib80211: common routines for IEEE802.11 drivers
Oct 05 13:51:15 arch64 kernel: lib80211_crypt: registered algorithm 'NULL'
Oct 05 13:51:15 arch64 kernel: microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
Oct 05 13:51:15 arch64 kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Oct 05 13:51:15 arch64 kernel: cfg80211: Calling CRDA to update world regulatory domain
Oct 05 13:51:15 arch64 kernel: wl: module license 'Mixed/Proprietary' taints kernel.
Oct 05 13:51:15 arch64 kernel: Disabling lock debugging due to kernel taint
Oct 05 13:51:15 arch64 kernel: input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input9
Oct 05 13:51:15 arch64 kernel: input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input10
Oct 05 13:51:15 arch64 kernel: INFO @wl_cfg80211_attach : Registered CFG80211 phy
Oct 05 13:51:15 arch64 kernel: lib80211_crypt: registered algorithm 'TKIP'
Oct 05 13:51:15 arch64 kernel: eth1: Broadcom BCM432b 802.11 Hybrid Wireless Controller 5.100.82.112
Oct 05 13:51:15 arch64 mtp-probe[276]: checking bus 8, device 3: "/sys/devices/pci0000:00/0000:00:1d.7/usb8/8-4"
Oct 05 13:51:15 arch64 mtp-probe[279]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-2"
Oct 05 13:51:15 arch64 mtp-probe[284]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2"
Oct 05 13:51:15 arch64 mtp-probe[285]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.1"
Oct 05 13:51:15 arch64 mtp-probe[280]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6"
Oct 05 13:51:15 arch64 mtp-probe[278]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4"
Oct 05 13:51:15 arch64 mtp-probe[280]: bus: 1, device: 4 was not an MTP device
Oct 05 13:51:15 arch64 mtp-probe[285]: bus: 2, device: 3 was not an MTP device
Oct 05 13:51:15 arch64 mtp-probe[278]: bus: 1, device: 3 was not an MTP device
Oct 05 13:51:15 arch64 mtp-probe[279]: bus: 5, device: 2 was not an MTP device
Oct 05 13:51:15 arch64 mtp-probe[284]: bus: 2, device: 4 was not an MTP device
Oct 05 13:51:15 arch64 mtp-probe[276]: bus: 8, device: 3 was not an MTP device
Oct 05 13:51:15 arch64 kernel: [drm] Initialized drm 1.1.0 20060810
Oct 05 13:51:15 arch64 kernel: i915 0000:00:02.0: setting latency timer to 64
Oct 05 13:51:15 arch64 kernel: i915 0000:00:02.0: irq 46 for MSI/MSI-X
Oct 05 13:51:15 arch64 kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 05 13:51:15 arch64 kernel: [drm] Driver supports precise vblank timestamp query.
Oct 05 13:51:15 arch64 kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 05 13:51:16 arch64 kernel: Initializing USB Mass Storage driver...
Oct 05 13:51:16 arch64 kernel: scsi6 : usb-storage 8-4:1.0
Oct 05 13:51:16 arch64 kernel: usbcore: registered new interface driver usb-storage
Oct 05 13:51:16 arch64 kernel: USB Mass Storage support registered.
Oct 05 13:51:16 arch64 kernel: scsi7 : usb-storage 1-4:1.0
Oct 05 13:51:16 arch64 kernel: usbcore: registered new interface driver ums-realtek
Oct 05 13:51:16 arch64 kernel: usbcore: registered new interface driver uas
Oct 05 13:51:16 arch64 kernel: Linux media interface: v0.10
Oct 05 13:51:16 arch64 kernel: Linux video capture interface: v2.00
Oct 05 13:51:16 arch64 kernel: fbcon: inteldrmfb (fb0) is primary device
Oct 05 13:51:16 arch64 kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_1.3M (064e:a128)
Oct 05 13:51:16 arch64 kernel: input: Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input11
Oct 05 13:51:16 arch64 kernel: usbcore: registered new interface driver uvcvideo
Oct 05 13:51:16 arch64 kernel: USB Video Class driver (1.1.1)
Oct 05 13:51:16 arch64 kernel: usb 2-1.3: new full-speed USB device number 5 using uhci_hcd
Oct 05 13:51:16 arch64 kernel: Console: switching to colour frame buffer device 160x50
Oct 05 13:51:16 arch64 kernel: fb0: inteldrmfb frame buffer device
Oct 05 13:51:16 arch64 kernel: drm: registered panic notifier
Oct 05 13:51:16 arch64 kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
Oct 05 13:51:16 arch64 kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input12
Oct 05 13:51:16 arch64 kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parame
Oct 05 13:51:16 arch64 kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 05 13:51:16 arch64 kernel: snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
Oct 05 13:51:16 arch64 kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input13
Oct 05 13:51:16 arch64 systemd[1]: Starting Sound Card.
Oct 05 13:51:16 arch64 systemd[1]: Reached target Sound Card.
Oct 05 13:51:17 arch64 kernel: scsi 6:0:0:0: Direct-Access     Toshiba  External USB HDD 1.03 PQ: 0 ANSI: 4
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Write Protect is off
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Mode Sense: 21 00 00 00
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] No Caching mode page present
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] No Caching mode page present
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Oct 05 13:51:17 arch64 kernel:  sdb: sdb1 sdb2
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] No Caching mode page present
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Oct 05 13:51:17 arch64 kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
Oct 05 13:51:17 arch64 kernel: scsi 7:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
Oct 05 13:51:17 arch64 kernel: sd 7:0:0:0: [sdc] Attached SCSI removable disk
Oct 05 13:51:17 arch64 kernel: Bluetooth: Core ver 2.16
Oct 05 13:51:17 arch64 kernel: NET: Registered protocol family 31
Oct 05 13:51:17 arch64 kernel: Bluetooth: HCI device and connection manager initialized
Oct 05 13:51:17 arch64 kernel: Bluetooth: HCI socket layer initialized
Oct 05 13:51:17 arch64 kernel: Bluetooth: L2CAP socket layer initialized
Oct 05 13:51:17 arch64 kernel: Bluetooth: SCO socket layer initialized
Oct 05 13:51:17 arch64 systemd[1]: Found device ST9250410ASG.
Oct 05 13:51:17 arch64 systemd[1]: Activating swap /dev/sda6...
Oct 05 13:51:17 arch64 kernel: usbcore: registered new interface driver btusb
Oct 05 13:51:17 arch64 kernel: Adding 4203036k swap on /dev/sda6.  Priority:-1 extents:1 across:4203036k
Oct 05 13:51:17 arch64 systemd[1]: Starting Bluetooth.
Oct 05 13:51:17 arch64 systemd[1]: Reached target Bluetooth.
Oct 05 13:51:17 arch64 systemd[1]: Found device ST9250410ASG.
Oct 05 13:51:17 arch64 systemd[1]: Starting File System Check on /dev/sda7...
Oct 05 13:51:17 arch64 systemd[1]: Activated swap /dev/sda6.
Oct 05 13:51:17 arch64 systemd[1]: Starting Swap.
Oct 05 13:51:17 arch64 systemd[1]: Reached target Swap.
Oct 05 13:51:18 arch64 systemd[1]: Found device ST9250410ASG.
Oct 05 13:51:18 arch64 systemd[1]: Starting File System Check on /dev/sda5...
Oct 05 13:51:18 arch64 systemd-fsck[429]: DATOS: clean, 383590/10493952 files, 33244234/41943699 blocks (comprobación después de 2 mo
Oct 05 13:51:18 arch64 systemd[1]: Started File System Check on /dev/sda7.
Oct 05 13:51:18 arch64 systemd[1]: Mounting /media/DATOS...
Oct 05 13:51:18 arch64 systemd-fsck[433]: /dev/sda5: clean, 82688/915712 files, 1390061/3662812 blocks
Oct 05 13:51:18 arch64 systemd[1]: Started File System Check on /dev/sda5.
Oct 05 13:51:18 arch64 systemd[1]: Mounting /home...
Oct 05 13:51:18 arch64 systemd[1]: Mounted /home.
Oct 05 13:51:18 arch64 kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Oct 05 13:51:18 arch64 kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
Oct 05 13:51:18 arch64 systemd[1]: Mounted /media/DATOS.
Oct 05 13:51:18 arch64 systemd[1]: Starting Local File Systems.
Oct 05 13:51:18 arch64 systemd[1]: Reached target Local File Systems.
Oct 05 13:51:18 arch64 systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Oct 05 13:51:19 arch64 systemd[1]: Starting Recreate Volatile Files and Directories...
Oct 05 13:51:19 arch64 systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Oct 05 13:51:19 arch64 systemd[1]: Started Recreate Volatile Files and Directories.
Oct 05 13:51:19 arch64 systemd[1]: Starting System Initialization.
Oct 05 13:51:19 arch64 systemd[1]: Reached target System Initialization.
Oct 05 13:51:19 arch64 systemd[1]: Starting Console System Startup Logging...
Oct 05 13:51:19 arch64 systemd[1]: Starting Restore Sound Card State...
Oct 05 13:51:19 arch64 systemd[1]: Starting D-Bus System Message Bus Socket.
Oct 05 13:51:19 arch64 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 05 13:51:19 arch64 systemd[1]: Starting Sockets.
Oct 05 13:51:19 arch64 systemd[1]: Reached target Sockets.
Oct 05 13:51:19 arch64 systemd[1]: Starting Daily Cleanup of Temporary Directories.
Oct 05 13:51:19 arch64 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 05 13:51:19 arch64 systemd[1]: Starting Basic System.
Oct 05 13:51:19 arch64 systemd[1]: Reached target Basic System.
Oct 05 13:51:19 arch64 systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 05 13:51:19 arch64 systemd[1]: Starting Login Service...
Oct 05 13:51:19 arch64 systemd[1]: Starting Permit User Sessions...
Oct 05 13:51:19 arch64 systemd[1]: Starting Bluetooth service...
Oct 05 13:51:19 arch64 systemd[1]: Starting Apply cpupower configuration...
Oct 05 13:51:19 arch64 systemd[1]: Starting Network Manager...
Oct 05 13:51:19 arch64 systemd[1]: Starting System Logger Daemon...
Oct 05 13:51:19 arch64 systemd[1]: Started System Logger Daemon.
Oct 05 13:51:19 arch64 systemd[1]: Starting Legacy unit for crond...
Oct 05 13:51:19 arch64 systemd[1]: Starting D-Bus System Message Bus...
Oct 05 13:51:19 arch64 systemd[1]: Started D-Bus System Message Bus.
Oct 05 13:51:19 arch64 systemd[1]: Starting /etc/rc.local Compatibility...
Oct 05 13:51:19 arch64 systemd[1]: Started Restore Sound Card State.
Oct 05 13:51:19 arch64 systemd[1]: Started Permit User Sessions.
Oct 05 13:51:19 arch64 systemd[1]: Starting K Display Manager...
Oct 05 13:51:19 arch64 systemd[1]: Started K Display Manager.
Oct 05 13:51:20 arch64 systemd[1]: Started Console System Startup Logging.
Oct 05 13:51:20 arch64 bluetoothd[462]: bluetoothd[462]: Bluetooth daemon 4.101
Oct 05 13:51:20 arch64 bluetoothd[462]: Bluetooth daemon 4.101
Oct 05 13:51:20 arch64 systemd[1]: Started /etc/rc.local Compatibility.
Oct 05 13:51:20 arch64 systemd[1]: Starting Getty on tty1...
Oct 05 13:51:20 arch64 systemd[1]: Started Getty on tty1.
Oct 05 13:51:20 arch64 systemd[1]: Starting Login Prompts.
Oct 05 13:51:20 arch64 systemd[1]: Reached target Login Prompts.
Oct 05 13:51:20 arch64 systemd[1]: Started Initialize hardware monitoring sensors.
Oct 05 13:51:20 arch64 systemd[1]: Started Apply cpupower configuration.
Oct 05 13:51:21 arch64 crond[485]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel info
Oct 05 13:51:21 arch64 crond[466]: :: Starting Cron Daemon    [BUSY]    [DONE]
Oct 05 13:51:21 arch64 systemd[1]: Started Legacy unit for crond.
Oct 05 13:51:21 arch64 systemd[1]: Starting Legacy unit for hal...
Oct 05 13:51:21 arch64 hal[487]: A daemon is starting another daemon; this is unlikely to work as intended.
Oct 05 13:51:24 arch64 hal[487]: :: Starting D-BUS system messagebus    [BUSY]    [DONE]
Oct 05 13:51:24 arch64 systemd-logind[460]: New seat seat0.
Oct 05 13:51:24 arch64 bluetoothd[462]: bluetoothd[462]: Starting SDP server
Oct 05 13:51:24 arch64 bluetoothd[462]: Starting SDP server
Oct 05 13:51:24 arch64 systemd[1]: Started Bluetooth service.
Oct 05 13:51:24 arch64 systemd[1]: Started Login Service.
Oct 05 13:51:24 arch64 systemd-logind[460]: Watching system buttons on /dev/input/event11 (Video Bus)
Oct 05 13:51:24 arch64 systemd-logind[460]: Watching system buttons on /dev/input/event6 (Power Button)
Oct 05 13:51:24 arch64 systemd-logind[460]: Watching system buttons on /dev/input/event5 (Lid Switch)
Oct 05 13:51:24 arch64 systemd-logind[460]: Watching system buttons on /dev/input/event7 (Sleep Button)
Oct 05 13:51:25 arch64 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 05 13:51:25 arch64 bluetoothd[462]: bluetoothd[462]: Bluetooth Management interface initialized
Oct 05 13:51:25 arch64 bluetoothd[462]: Bluetooth Management interface initialized
Oct 05 13:51:25 arch64 kernel: Bluetooth: RFCOMM TTY layer initialized
Oct 05 13:51:25 arch64 kernel: Bluetooth: RFCOMM socket layer initialized
Oct 05 13:51:25 arch64 kernel: Bluetooth: RFCOMM ver 1.11
Oct 05 13:51:26 arch64 bluetoothd[462]: bluetoothd[462]: input-headset driver probe failed for device 00:1E:E2:2D:D6:79
Oct 05 13:51:26 arch64 bluetoothd[462]: input-headset driver probe failed for device 00:1E:E2:2D:D6:79
Oct 05 13:51:26 arch64 bluetoothd[462]: bluetoothd[462]: input-headset driver probe failed for device D0:37:61:39:33:36
Oct 05 13:51:26 arch64 bluetoothd[462]: input-headset driver probe failed for device D0:37:61:39:33:36
Oct 05 13:51:26 arch64 bluetoothd[462]: bluetoothd[462]: Adapter /org/bluez/462/hci0 has been enabled
Oct 05 13:51:26 arch64 bluetoothd[462]: Adapter /org/bluez/462/hci0 has been enabled
Oct 05 13:51:27 arch64 hal[487]: :: Starting Hardware Abstraction Layer    [BUSY]    [DONE]
Oct 05 13:51:27 arch64 systemd[1]: Started Legacy unit for hal.
Oct 05 13:51:27 arch64 dbus-daemon[467]: dbus[467]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit
Oct 05 13:51:27 arch64 dbus-daemon[467]: dbus[467]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_s
Oct 05 13:51:27 arch64 systemd[1]: Starting Modem Manager...
Oct 05 13:51:27 arch64 systemd[1]: Started Network Manager.
Oct 05 13:51:27 arch64 systemd[1]: Starting Legacy unit for sensors...
Oct 05 13:51:27 arch64 systemd[1]: Starting Network.
Oct 05 13:51:27 arch64 systemd[1]: Reached target Network.
Oct 05 13:51:27 arch64 kernel: r8169 0000:09:00.0: eth0: link down
Oct 05 13:51:27 arch64 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 05 13:51:27 arch64 sensors[557]: :: Starting Up Sensors    [BUSY]    [DONE]
Oct 05 13:51:27 arch64 systemd[1]: Starting WPA supplicant...
Oct 05 13:51:27 arch64 systemd[1]: Started Legacy unit for sensors.
Oct 05 13:51:27 arch64 systemd[1]: Starting Arch Daemons.
Oct 05 13:51:27 arch64 systemd[1]: Reached target Arch Daemons.
Oct 05 13:51:27 arch64 systemd[1]: Starting Multi-User.
Oct 05 13:51:27 arch64 systemd[1]: Reached target Multi-User.
Oct 05 13:51:27 arch64 systemd[1]: Starting Graphical Interface.
Oct 05 13:51:27 arch64 systemd[1]: Reached target Graphical Interface.
Oct 05 13:51:27 arch64 systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 05 13:51:29 arch64 systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 05 13:51:52 arch64 dbus-daemon[467]: dbus[467]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
Oct 05 13:51:52 arch64 dbus-daemon[467]: dbus[467]: [system] Failed to activate service 'fi.w1.wpa_supplicant1': timed out
Oct 05 13:52:26 arch64 kernel: EXT4-fs (sda8): re-mounted. Opts: commit=0
Oct 05 13:52:27 arch64 kernel: EXT4-fs (sda5): re-mounted. Opts: commit=0
Oct 05 13:52:27 arch64 kernel: EXT4-fs (sda7): re-mounted. Opts: commit=0
Oct 05 13:52:57 arch64 systemd[1]: modem-manager.service operation timed out. Terminating.
Oct 05 13:52:57 arch64 systemd[1]: Failed to start Modem Manager.
Oct 05 13:52:57 arch64 systemd[1]: Unit modem-manager.service entered failed state.
Oct 05 13:52:57 arch64 systemd[1]: wpa_supplicant.service operation timed out. Terminating.
Oct 05 13:52:57 arch64 systemd[1]: Failed to start WPA supplicant.
Oct 05 13:52:57 arch64 systemd[1]: Startup finished in 5s 901ms 884us (kernel) + 1min 47s 648ms 280us (userspace) = 1min 53s 550ms 16
Oct 05 13:52:57 arch64 systemd[1]: Unit wpa_supplicant.service entered failed state.
Oct 05 13:53:27 arch64 dbus-daemon[467]: dbus[467]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit
Oct 05 13:53:27 arch64 systemd[1]: Starting Modem Manager...
Oct 05 13:53:27 arch64 systemd[1]: modem-manager.service: main process exited, code=exited, status=255
Oct 05 13:53:27 arch64 systemd[1]: Failed to start Modem Manager.
Oct 05 13:53:27 arch64 systemd[1]: Unit modem-manager.service entered failed state.
Oct 05 13:53:52 arch64 dbus-daemon[467]: dbus[467]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
Oct 05 13:55:27 arch64 dbus-daemon[467]: dbus[467]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit
Oct 05 13:55:27 arch64 systemd[1]: Starting Modem Manager...
Oct 05 13:55:27 arch64 systemd[1]: modem-manager.service: main process exited, code=exited, status=255
Oct 05 13:55:27 arch64 systemd[1]: Failed to start Modem Manager.
Oct 05 13:55:27 arch64 systemd[1]: Unit modem-manager.service entered failed state.
Oct 05 13:55:52 arch64 dbus-daemon[467]: dbus[467]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
Oct 05 13:57:27 arch64 dbus-daemon[467]: dbus[467]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit
Oct 05 13:57:27 arch64 systemd[1]: Starting Modem Manager...
Oct 05 13:57:27 arch64 systemd[1]: modem-manager.service: main process exited, code=exited, status=255
Oct 05 13:57:27 arch64 systemd[1]: Failed to start Modem Manager.
Oct 05 13:57:27 arch64 systemd[1]: Unit modem-manager.service entered failed state.
Oct 05 13:57:52 arch64 dbus-daemon[467]: dbus[467]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
(END)


http://pastebin.com/gCrnKrzH

Entiendo que debe de coger los demonios de rc.local, pero networkmanager no lo arranca..
nu_kru escribió:Entiendo que debe de coger los demonios de rc.local, pero networkmanager no lo arranca..


Has probado de arrancar el servicio networkmanager?

systemctl enable NetworkManager.service
he probado a arrancarlo a la manera antigua, ahora reinicio y pruebo de la manera systemd.

----
edito.. esto es raro raro.

Networkmanager lo tengo configurado para que cuando detecte la red de mi casa se conecte automáticamente, vamos que esta accesible para todos los usuarios (en cuanto arranca el daemon, esto lo hice desde el applet de kde)

Pues mirando el log, he visto que se conecta a la red, asi que networkmanager debe de ir bien, pero el applet de kde sigue sin enterarse "Networkmanager no esta en ejecución, por favor inicielo"

---

nada no le hace caso, ahora lo tengo quitado de rc y puesto con systemctl y seguimos en las mismas
Desde ayer arch me dice lo siguiente:

Imagen

y de ahí no pasa ni escribe nada en los logs [buuuaaaa]
He probado a arrancar con la ultima iso y no pasa de ahí tampoco
con mint DE si me arranca, me instala y todo lo que yo quiera, pero en arch se queda ahí y de ahí no sigue ¿alguien sabe porque puede estar pasando?

He probado ya con acpi=off noapic nolapic nodmraid nomodeset y no me tira
lovechii5 escribió:
analca3 escribió:Muy buenas. Acabo de reinstalar Arch ya que no lo actualizaba desde hace meses y lo tenía lleno de mierda instalada X). Resulta que se me ha quedado así.

http://db.tt/HriwEZrr

Ahora, después de un rato, ha sonado la música de KDE y se ha puesto la pantalla en negro... Ah, el ratón puedo moverlo sin problemas en una y otra pantalla...

Ah, y una duda. Aunque lo haya instalado con la última ISO, no estoy migrado a systemd verdad?

Muchas gracias :).

EDITO: Uy, acabo de probar Alt+F2 y he podido lanzar una terminal, desde ahí instalar Chromium y editar este mensaje XD. Parece que le falta lo que es la barrita de abajo y el fondo de pantalla, pero aún así tarda mucho en pasar de la pantalla de presentación esa... Como información, deciros que esta vez he instalado kdebase solo, a ver si el fallo va a venir de ahí...

Salu2!!!

Los hombres de verdad actualizan sin miedo! Me costo unas 2/3 horas, lo sabe Jan y coyote xD


Ya, lo hubiera hecho si no hubiera tenido conflicos con los drivers de nvidia y bumblebee o no me acuerdo xD, de todas maneras también quería dejarlo limpio de paquetes para tener un sistema poco cargado.

Alguien sabe algo de lo que pregunté de alguna fuente en condiciones?

Salu2!!!
6639 respuestas