| /l3/users/2014-11-nt-voip/nt-voip/debian6/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 |
|
|
#pwd
more /etc/asterisk/extensions.conf.pri
; контекст плана звонков default
[default]
; Dial приложение (позвонить)
; SIP/ название канала, куда его нужно перенаправить
; $ - значение переменной {EXTEN}
; создаем меню для колл-центра
[menu]
; s - это специальный extentsion
; Playback не обрабатывает нажатия
...
; метка (labels), ставятся с помощью скобочек после n
exten => s,n(start),Background(/var/tmp/asterisk/record02)
exten => s,n,WaitExten(3)
exten => s,n,Background(/var/tmp/asterisk/record03)
exten => s,n,WaitExten(3)
exten => s,n,Background(/var/tmp/asterisk/record04)
exten => s,n,Hangup
; переходим на submenu
exten => 1,1,Goto(submenu,s,1)
; при нажатии 3 - проигрываем exten => 3 (record05) "введите номер заказа"
|
|
#pwd
more /etc/asterisk/extensions.conf.pri
; контекст плана звонков default
[default]
; Dial приложение (позвонить)
; SIP/ название канала, куда его нужно перенаправить
; $ - значение переменной {EXTEN}
; создаем меню для колл-центра
[menu]
; s - это специальный extentsion
; Playback не обрабатывает нажатия
...
; метка (labels), ставятся с помощью скобочек после n
exten => s,n(start),Background(/var/tmp/asterisk/record02)
exten => s,n,WaitExten(3)
exten => s,n,Background(/var/tmp/asterisk/record03)
exten => s,n,WaitExten(3)
exten => s,n,Background(/var/tmp/asterisk/record04)
exten => s,n,Hangup
; переходим на submenu
exten => 1,1,Goto(submenu,s,1)
; при нажатии 3 - проигрываем exten => 3 (record05) "введите номер заказа"
|
|
#pwd
asterisk -rvv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': == Found
== Parsing '/etc/asterisk/extconfig.conf': == Found
...
[Nov 28 14:43:25] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:43:40] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:43:55] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:10] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:25] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:40] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:55] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
debian6*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
|
|
#pwd
asterisk -rvv
Asterisk 1.8.13.1~dfsg1-3+deb7u3, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': == Found
== Parsing '/etc/asterisk/extconfig.conf': == Found
...
[Nov 28 14:43:25] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:43:40] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:43:55] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:10] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:25] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:40] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
[Nov 28 14:44:55] WARNING[2561]: chan_dongle.c:215 opentty: unable to open /dev/ttyUSB2: No such file or directory
debian6*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
|
|
#apt-cache search asterisk mysql
asterisk-mysql - MySQL database protocol support for the Asterisk PBX |
|
#apt-cache search asterisk mysql
asterisk-mysql - MySQL database protocol support for the Asterisk PBX |
|
#apt-get install asterisk-mysql
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgadu3 libmozjs24d xulrunner-24.0 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libmysqlclient18 mysql-common The following NEW packages will be installed: asterisk-mysql libmysqlclient18 mysql-common ... Selecting previously unselected package mysql-common. (Reading database ... 147596 files and directories currently installed.) Unpacking mysql-common (from .../mysql-common_5.5.40-0+wheezy1_all.deb) ... Selecting previously unselected package libmysqlclient18:amd64. Unpacking libmysqlclient18:amd64 (from .../libmysqlclient18_5.5.40-0+wheezy1_amd64.deb) ... Selecting previously unselected package asterisk-mysql. Unpacking asterisk-mysql (from .../asterisk-mysql_1%3a1.8.13.1~dfsg1-3+deb7u3_amd64.deb) ... Setting up mysql-common (5.5.40-0+wheezy1) ... Setting up libmysqlclient18:amd64 (5.5.40-0+wheezy1) ... Setting up asterisk-mysql (1:1.8.13.1~dfsg1-3+deb7u3) ... |
|
#apt-get install asterisk-mysql
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgadu3 libmozjs24d xulrunner-24.0 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libmysqlclient18 mysql-common The following NEW packages will be installed: asterisk-mysql libmysqlclient18 mysql-common ... Selecting previously unselected package mysql-common. (Reading database ... 147596 files and directories currently installed.) Unpacking mysql-common (from .../mysql-common_5.5.40-0+wheezy1_all.deb) ... Selecting previously unselected package libmysqlclient18:amd64. Unpacking libmysqlclient18:amd64 (from .../libmysqlclient18_5.5.40-0+wheezy1_amd64.deb) ... Selecting previously unselected package asterisk-mysql. Unpacking asterisk-mysql (from .../asterisk-mysql_1%3a1.8.13.1~dfsg1-3+deb7u3_amd64.deb) ... Setting up mysql-common (5.5.40-0+wheezy1) ... Setting up libmysqlclient18:amd64 (5.5.40-0+wheezy1) ... Setting up asterisk-mysql (1:1.8.13.1~dfsg1-3+deb7u3) ... |
|
#apt-cache search mysql
akonadi-backend-mysql - MySQL storage backend for Akonadi ampache-themes - Themes for Ampache aolserver4-nsmysql - AOLserver 4 module: module for accessing MySQL databases libapq3.2.0 - Pluggable Ada 95 Binding to various database systems (library) libapq3.2.0-dbg - Pluggable Ada 95 Binding to various database systems (debug) libapq3.2.0-dev - Pluggable Ada 95 Binding to various database systems (development) libaprutil1-dbd-mysql - Apache Portable Runtime Utility Library - MySQL Driver asterisk-mysql - MySQL database protocol support for the Asterisk PBX audiolink - makes managing and searching for music easier auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator ... ulogd - The Netfilter Userspace Logging Daemon ulogd-mysql - MySQL extension to ulogd vbackup - modular backup utility viewvc-query - utility to query CVS and Subversion commit database voms-mysql-plugin - VOMS server plugin for MySQL voms-mysql-plugin-dbg - VOMS server plugin for MySQL - Debug Symbols wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL backend yasat - simple stupid audit tool yate-mysql - MySQL support module for yate zope-mysqlda - database adapter for connecting Zope and MySQL |
|
#apt-cache search mysql
akonadi-backend-mysql - MySQL storage backend for Akonadi ampache-themes - Themes for Ampache aolserver4-nsmysql - AOLserver 4 module: module for accessing MySQL databases libapq3.2.0 - Pluggable Ada 95 Binding to various database systems (library) libapq3.2.0-dbg - Pluggable Ada 95 Binding to various database systems (debug) libapq3.2.0-dev - Pluggable Ada 95 Binding to various database systems (development) libaprutil1-dbd-mysql - Apache Portable Runtime Utility Library - MySQL Driver asterisk-mysql - MySQL database protocol support for the Asterisk PBX audiolink - makes managing and searching for music easier auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator ... ulogd - The Netfilter Userspace Logging Daemon ulogd-mysql - MySQL extension to ulogd vbackup - modular backup utility viewvc-query - utility to query CVS and Subversion commit database voms-mysql-plugin - VOMS server plugin for MySQL voms-mysql-plugin-dbg - VOMS server plugin for MySQL - Debug Symbols wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL backend yasat - simple stupid audit tool yate-mysql - MySQL support module for yate zope-mysqlda - database adapter for connecting Zope and MySQL |
|
#apt-cache search mysql | grep mysql
akonadi-backend-mysql - MySQL storage backend for Akonadi aolserver4-nsmysql - AOLserver 4 module: module for accessing MySQL databases libaprutil1-dbd-mysql - Apache Portable Runtime Utility Library - MySQL Driver asterisk-mysql - MySQL database protocol support for the Asterisk PBX automysqlbackup - daily, weekly and monthly backup for your MySQL database bacula-common-mysql - network backup service - MySQL common files bacula-common-mysql-dbg - network backup service - MySQL common files (debugging) bacula-director-mysql - network backup service - MySQL storage for Director bacula-director-mysql-dbg - network backup service - MySQL storage for Director (debugging) bacula-sd-mysql - network backup service - MySQL SD tools ... scilab-scimysql - Scilab interface to MySQL snort-mysql - flexible Network Intrusion Detection System [MySQL] spl-mysql - SPL Programming Language -- MySQL adapter tntdb-mysql3 - MySQL backend for tntdb database access library ulogd-mysql - MySQL extension to ulogd voms-mysql-plugin - VOMS server plugin for MySQL voms-mysql-plugin-dbg - VOMS server plugin for MySQL - Debug Symbols wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL backend yate-mysql - MySQL support module for yate zope-mysqlda - database adapter for connecting Zope and MySQL |
|
#apt-cache search mysql | grep mysql
akonadi-backend-mysql - MySQL storage backend for Akonadi aolserver4-nsmysql - AOLserver 4 module: module for accessing MySQL databases libaprutil1-dbd-mysql - Apache Portable Runtime Utility Library - MySQL Driver asterisk-mysql - MySQL database protocol support for the Asterisk PBX automysqlbackup - daily, weekly and monthly backup for your MySQL database bacula-common-mysql - network backup service - MySQL common files bacula-common-mysql-dbg - network backup service - MySQL common files (debugging) bacula-director-mysql - network backup service - MySQL storage for Director bacula-director-mysql-dbg - network backup service - MySQL storage for Director (debugging) bacula-sd-mysql - network backup service - MySQL SD tools ... scilab-scimysql - Scilab interface to MySQL snort-mysql - flexible Network Intrusion Detection System [MySQL] spl-mysql - SPL Programming Language -- MySQL adapter tntdb-mysql3 - MySQL backend for tntdb database access library ulogd-mysql - MySQL extension to ulogd voms-mysql-plugin - VOMS server plugin for MySQL voms-mysql-plugin-dbg - VOMS server plugin for MySQL - Debug Symbols wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL backend yate-mysql - MySQL support module for yate zope-mysqlda - database adapter for connecting Zope and MySQL |
|
#apt-get install mysql-server
141128 14:47:30 InnoDB: Compressed tables use zlib 1.2.7 141128 14:47:30 InnoDB: Using Linux native AIO 141128 14:47:30 InnoDB: Initializing buffer pool, size = 128.0M 141128 14:47:30 InnoDB: Completed initialization of buffer pool 141128 14:47:30 InnoDB: highest supported file format is Barracuda. 141128 14:47:30 InnoDB: Waiting for the background threads to start 141128 14:47:31 InnoDB: 5.5.40 started; log sequence number 1595675 141128 14:47:31 InnoDB: Starting shutdown... 141128 14:47:32 InnoDB: Shutdown completed; log sequence number 1595675 [ ok ] Starting MySQL database server: mysqld .. [info] Checking for tables which need an upgrade, are corrupt or were not closed cleanly.. Setting up heirloom-mailx (12.5-2) ... update-alternatives: using /usr/bin/heirloom-mailx to provide /usr/bin/mailx (mailx) in auto mode Setting up libhtml-template-perl (2.91-1) ... Setting up mysql-server (5.5.40-0+wheezy1) ... Processing triggers for menu ... |
|
#apt-get install mysql-server
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgadu3 libmozjs24d xulrunner-24.0 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: heirloom-mailx libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 Suggested packages: ... 141128 14:47:31 InnoDB: Starting shutdown... 141128 14:47:32 InnoDB: Shutdown completed; log sequence number 1595675 [ ok ] Starting MySQL database server: mysqld .. [info] Checking for tables which need an upgrade, are corrupt or were not closed cleanly.. Setting up heirloom-mailx (12.5-2) ... update-alternatives: using /usr/bin/heirloom-mailx to provide /usr/bin/mailx (mailx) in auto mode Setting up libhtml-template-perl (2.91-1) ... Setting up mysql-server (5.5.40-0+wheezy1) ... Processing triggers for menu ... |
|
#apt-get install mysql-client
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgadu3 libmozjs24d xulrunner-24.0 Use 'apt-get autoremove' to remove them. The following NEW packages will be installed: mysql-client 0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded. Need to get 73.8 kB of archives. After this operation, 121 kB of additional disk space will be used. Get:1 http://security.debian.org/ wheezy/updates/main mysql-client all 5.5.40-0+wheezy1 [73.8 kB] Fetched 73.8 kB in 0s (466 kB/s) Selecting previously unselected package mysql-client. (Reading database ... 148063 files and directories currently installed.) Unpacking mysql-client (from .../mysql-client_5.5.40-0+wheezy1_all.deb) ... Setting up mysql-client (5.5.40-0+wheezy1) ... |
|
#apt-get install mysql-client
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libgadu3 libmozjs24d xulrunner-24.0 Use 'apt-get autoremove' to remove them. The following NEW packages will be installed: mysql-client 0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded. Need to get 73.8 kB of archives. After this operation, 121 kB of additional disk space will be used. Get:1 http://security.debian.org/ wheezy/updates/main mysql-client all 5.5.40-0+wheezy1 [73.8 kB] Fetched 73.8 kB in 0s (466 kB/s) Selecting previously unselected package mysql-client. (Reading database ... 148063 files and directories currently installed.) Unpacking mysql-client (from .../mysql-client_5.5.40-0+wheezy1_all.deb) ... Setting up mysql-client (5.5.40-0+wheezy1) ... |
|
#dpkg -L asterisk-mysql
/. /usr /usr/lib /usr/lib/asterisk /usr/lib/asterisk/modules /usr/lib/asterisk/modules/cdr_mysql.so /usr/lib/asterisk/modules/app_mysql.so /usr/lib/asterisk/modules/res_config_mysql.so /usr/share /usr/share/doc /usr/share/doc/asterisk-mysql /usr/share/doc/asterisk-mysql/NEWS.Debian.gz /usr/share/doc/asterisk-mysql/changelog.gz /usr/share/doc/asterisk-mysql/changelog.Debian.gz /usr/share/doc/asterisk-mysql/copyright |
|
#dpkg -L asterisk-mysql
/. /usr /usr/lib /usr/lib/asterisk /usr/lib/asterisk/modules /usr/lib/asterisk/modules/cdr_mysql.so /usr/lib/asterisk/modules/app_mysql.so /usr/lib/asterisk/modules/res_config_mysql.so /usr/share /usr/share/doc /usr/share/doc/asterisk-mysql /usr/share/doc/asterisk-mysql/NEWS.Debian.gz /usr/share/doc/asterisk-mysql/changelog.gz /usr/share/doc/asterisk-mysql/changelog.Debian.gz /usr/share/doc/asterisk-mysql/copyright |
|
#ls
1.sql pulse-jxQYyvIHohBP pulse-PKdhtXMmr18n tracker-user orbit-user pulse-kbPYaJXR8Vs9 ssh-6eM7klHK1koI |
|
#ls
1.sql pulse-jxQYyvIHohBP pulse-PKdhtXMmr18n tracker-user orbit-user pulse-kbPYaJXR8Vs9 ssh-6eM7klHK1koI |
|
#mysql -u root -p < /tmp/1.sql
Enter password: ERROR 1008 (HY000) at line 2: Can't drop database 'asterisk'; database doesn't exist |
|
#mysql -u root -p < /tmp/1.sql
Enter password: ERROR 1008 (HY000) at line 2: Can't drop database 'asterisk'; database doesn't exist |
|
#mysql -u root -p < /tmp/1.sql
Enter password: ERROR 1008 (HY000) at line 2: Can't drop database 'asterisk'; database doesn't exist |
|
#mysql -u root -p < /tmp/1.sql
Enter password: ERROR 1008 (HY000) at line 2: Can't drop database 'asterisk'; database doesn't exist |
|
#vim 1.sql
--- /tmp/l3-saved-3537.27857.15749 2014-11-28 14:58:37.742669865 +0200 +++ 1.sql 2014-11-28 14:58:44.162669861 +0200 @@ -1,5 +1,4 @@ - drop database asterisk; create database asterisk; use asterisk; |
|
#mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 47
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
isk'@'localhost' = PASSWORD('password');alhost' = PASSWORD('password') SET PASSWORD FOR 'asteri
mysql> exit
Bye
|
|
#mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 47
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
isk'@'localhost' = PASSWORD('password');alhost' = PASSWORD('password') SET PASSWORD FOR 'asteri
mysql> exit
Bye
|
|
#[client]
# Remember to edit /etc/mysql/debian.cnf when changing the socket location. [client] [client] = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql [ ] [mpdir ] = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 # # * Fine Tuning # key_buffer = 16M max_allowed_packet = 16M thread_stack = 192K search hit BOTTOM, continuing at TOP 30,0-1 18% |
|
#[client]
# Remember to edit /etc/mysql/debian.cnf when changing the socket location. "/etc/mysql/my.cnf" 125L, 3504C [client] port = 3306 socket = /var/run/mysqld/mysqld.sock # Here is entries for some specific programs # The following values assume you have at least 32M ram # This was formally known as [safe_mysqld]. Both versions are currently parsed. [client] [client]safe] ... # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 # # * Fine Tuning # key_buffer = 16M max_allowed_packet = 16M thread_stack = 192K search hit BOTTOM, continuing at TOP 30,0-1 18% |
|
#[mysqld]
asterisk.conf calendar.conf ccss.conf cdr.confterisk/" Illegal file name cdr_adaptive_odbc.conf cdr_custom.conf cdr_manager.conf cdr_mysql.conf cdr_odbc.conf cdr_pgsql.conf cdr_sqlite3_custom.conf cdr_syslog.conf cdr_tds.conf cel.conf cel_custom.conf cel_odbc.conf cel_pgsql.conf |
|
#[mysqld]
asterisk.conf calendar.conf ccss.conf cdr.confterisk/" Illegal file name cdr_adaptive_odbc.conf cdr_custom.conf cdr_manager.conf cdr_mysql.conf cdr_odbc.conf cdr_pgsql.conf cdr_sqlite3_custom.conf cdr_syslog.conf cdr_tds.conf cel.conf cel_custom.conf cel_odbc.conf cel_pgsql.conf |
|
#cel_sqlite3_custom.conf
cdr_adaptive_odbc.conf cdr_mysql.conf cdr_sqlite3_custom.conf cdr_custom.conf cdr_odbc.conf cdr_syslog.conf cdr_manager.conf cdr_pgsql.conf cdr_tds.conf |
|
#cel_sqlite3_custom.conf
cdr_adaptive_odbc.conf cdr_mysql.conf cdr_sqlite3_custom.conf cdr_custom.conf cdr_odbc.conf cdr_syslog.conf cdr_manager.conf cdr_pgsql.conf cdr_tds.conf |
|
#vim /etc/asterisk/cdr_mysql.conf
--- /tmp/l3-saved-3537.7403.6059 2014-11-28 15:08:57.754669449 +0200 +++ /etc/asterisk/cdr_mysql.conf 2014-11-28 15:09:32.974669429 +0200 @@ -11,13 +11,13 @@ ; specified by sock or otherwise use the default socket file. ; ;[global] -;hostname=database.host.name -;dbname=asteriskcdrdb -;table=cdr -;password=password -;user=asteriskcdruser -;port=3306 -;sock=/tmp/mysql.sock +hostname=database.host.name +dbname=asteriskcdrdb +table=cdr +password=password +user=asterisk +port=3306 +sock=/tmp/mysql.sock ;timezone=UTC ; Previously called usegmtime ; ; If your system's locale differs from mysql database character set, |
|
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk. Starting Asterisk PBX: asterisk. |
|
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk. Starting Asterisk PBX: asterisk. |
|
#mysql -p -u root
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use asterisk;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>
;
mysql> ^CCtrl-C -- exit!
Aborted
|
|
#mysql -p -u root
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use asterisk;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>
;
mysql> ^CCtrl-C -- exit!
Aborted
|
|
#mysql -p -u asterisk
Enter password: ERROR 1045 (28000): Access denied for user 'asterisk'@'localhost' (using password: YES) |
|
#mysql -p -u asterisk
Enter password: ERROR 1045 (28000): Access denied for user 'asterisk'@'localhost' (using password: YES) |
|
#mysql -p -u root
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 53
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
use asterisk;
...
|ected (0.00 sec)
|
| FOR 'asterisk'@'localhost' = PASSWORD('password');
|
|sql -u -p
|Access denied for user '-p'@'localhost' (using password: NO)
-> [root@debian0:~]# mysql -u asterisk -p
->
-> ^CCtrl-C -- exit!
Aborted
|
|
#mysql -p -u root
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 53
Server version: 5.5.40-0+wheezy1 (Debian)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
use asterisk;
...
|ected (0.00 sec)
|
| FOR 'asterisk'@'localhost' = PASSWORD('password');
|
|sql -u -p
|Access denied for user '-p'@'localhost' (using password: NO)
-> [root@debian0:~]# mysql -u asterisk -p
->
-> ^CCtrl-C -- exit!
Aborted
|
|
#mysql -p -u root
Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 54 Server version: 5.5.40-0+wheezy1 (Debian) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> mysql> mysql> ^CCtrl-C -- exit! Aborted |
|
#mysql -p -u root
Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 54 Server version: 5.5.40-0+wheezy1 (Debian) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> mysql> mysql> ^CCtrl-C -- exit! Aborted |
|
#ps -ax
warning: bad ps syntax, perhaps a bogus '-'?
See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [2]
2 ? S 0:00 [kthreadd]
3 ? S 0:00 [ksoftirqd/0]
6 ? S 0:00 [migration/0]
7 ? S 0:00 [watchdog/0]
8 ? S 0:00 [migration/1]
10 ? S 0:00 [ksoftirqd/1]
...
7544 ? S 0:00 logger -t mysqld -p daemon.error
7837 ? S 0:00 [kworker/2:2]
7842 ? Sl 0:00 /usr/lib/iceweasel/plugin-container /usr/lib/gnash/libgnashplugin.s
7844 ? S 0:01 /usr/bin/gtk-gnash -u http://www-cdn.jtvnw.net/swflibs/TwitchPlayer
7992 ? R 0:00 [kworker/0:1]
7993 ? S 0:00 [kworker/3:2]
8100 ? S 0:00 [kworker/0:0]
8184 ? S 0:00 [kworker/1:2]
8419 ? S 0:00 [kworker/0:2]
8429 pts/2 R+ 0:00 ps -ax
|
|
#ps -ax
warning: bad ps syntax, perhaps a bogus '-'?
See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [2]
2 ? S 0:00 [kthreadd]
3 ? S 0:00 [ksoftirqd/0]
6 ? S 0:00 [migration/0]
7 ? S 0:00 [watchdog/0]
8 ? S 0:00 [migration/1]
10 ? S 0:00 [ksoftirqd/1]
...
7544 ? S 0:00 logger -t mysqld -p daemon.error
7837 ? S 0:00 [kworker/2:2]
7842 ? Sl 0:00 /usr/lib/iceweasel/plugin-container /usr/lib/gnash/libgnashplugin.s
7844 ? S 0:01 /usr/bin/gtk-gnash -u http://www-cdn.jtvnw.net/swflibs/TwitchPlayer
7992 ? R 0:00 [kworker/0:1]
7993 ? S 0:00 [kworker/3:2]
8100 ? S 0:00 [kworker/0:0]
8184 ? S 0:00 [kworker/1:2]
8419 ? S 0:00 [kworker/0:2]
8429 pts/2 R+ 0:00 ps -ax
|
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 8438 pts/2 S+ 0:00 grep aster |
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 8438 pts/2 S+ 0:00 grep aster |
|
#cat /var/lo
local/ lock/ log/ |
|
#cat /var/log/messages
Nov 23 04:22:42 debian6 kernel: imklog 5.8.11, log source = /proc/kmsg started. Nov 23 04:22:42 debian6 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="2117" x-info="http://www.rsyslog.com"] start Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpuset Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpu Nov 23 04:22:42 debian6 kernel: [ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.63-2+deb7u1 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=c7e7a580-3a72-4861-87d5-2cae1b74997b ro quiet Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-provided physical RAM map: Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) ... Nov 28 15:12:37 debian6 kernel: [16097.482905] asterisk[8123]: segfault at 16 ip 000000000047a6b9 sp 00007fff3fa54770 error 4 in asterisk[400000+1b5000] Nov 28 15:14:57 debian6 dhcpd: DHCPDISCOVER from 9c:eb:e8:07:70:39 via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPOFFER on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPREQUEST for 192.168.60.102 (192.168.60.1) from 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPACK on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:15:41 debian6 dhcpd: DHCPREQUEST for 192.168.60.100 from 00:19:e7:14:25:e6 (SEP0019E71425E6) via eth0 Nov 28 15:15:41 debian6 dhcpd: DHCPACK on 192.168.60.100 to 00:19:e7:14:25:e6 (SEP0019E71425E6) via eth0 Nov 28 15:19:01 debian6 kernel: [16481.887889] asterisk[8370]: segfault at 16 ip 000000000047a6b9 sp 00007fff241f0bb0 error 4 in asterisk[400000+1b5000] Nov 28 15:19:46 debian6 dhcpd: DHCPREQUEST for 192.168.60.102 from 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:19:46 debian6 dhcpd: DHCPACK on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 |
|
#cat /var/lo
local/ lock/ log/ |
|
#cat /var/log/messages
Nov 23 04:22:42 debian6 kernel: imklog 5.8.11, log source = /proc/kmsg started. Nov 23 04:22:42 debian6 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="2117" x-info="http://www.rsyslog.com"] start Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpuset Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpu Nov 23 04:22:42 debian6 kernel: [ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.63-2+deb7u1 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=c7e7a580-3a72-4861-87d5-2cae1b74997b ro quiet Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-provided physical RAM map: Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) ... Nov 28 15:12:37 debian6 kernel: [16097.482905] asterisk[8123]: segfault at 16 ip 000000000047a6b9 sp 00007fff3fa54770 error 4 in asterisk[400000+1b5000] Nov 28 15:14:57 debian6 dhcpd: DHCPDISCOVER from 9c:eb:e8:07:70:39 via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPOFFER on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPREQUEST for 192.168.60.102 (192.168.60.1) from 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:14:58 debian6 dhcpd: DHCPACK on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:15:41 debian6 dhcpd: DHCPREQUEST for 192.168.60.100 from 00:19:e7:14:25:e6 (SEP0019E71425E6) via eth0 Nov 28 15:15:41 debian6 dhcpd: DHCPACK on 192.168.60.100 to 00:19:e7:14:25:e6 (SEP0019E71425E6) via eth0 Nov 28 15:19:01 debian6 kernel: [16481.887889] asterisk[8370]: segfault at 16 ip 000000000047a6b9 sp 00007fff241f0bb0 error 4 in asterisk[400000+1b5000] Nov 28 15:19:46 debian6 dhcpd: DHCPREQUEST for 192.168.60.102 from 9c:eb:e8:07:70:39 (fallout4) via eth0 Nov 28 15:19:46 debian6 dhcpd: DHCPACK on 192.168.60.102 to 9c:eb:e8:07:70:39 (fallout4) via eth0 |
|
#mysql -Ð-г -u root -p
Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) |
|
#mysql -Ð-г -u root -p
Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) |
|
#mysql -u root -p
Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 58 Server version: 5.5.40-0+wheezy1 (Debian) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> ... ERROR 1133 (42000): Can't find any matching row in the user table mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP -> on asterisk.* -> to 'asterisk'@'localhost'; Query OK, 0 rows affected (0.00 sec) to 'asterisk'@'localhost'; ;ysql> SET PASSWORD FOR 'asterisk'@'localhost' = PASSWORD('password');'localhost'; Query OK, 0 rows affected (0.00 sec) mysql> exit Bye |
|
#mysql -u root -p
Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 58 Server version: 5.5.40-0+wheezy1 (Debian) Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> ... ERROR 1133 (42000): Can't find any matching row in the user table mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP -> on asterisk.* -> to 'asterisk'@'localhost'; Query OK, 0 rows affected (0.00 sec) to 'asterisk'@'localhost'; ;ysql> SET PASSWORD FOR 'asterisk'@'localhost' = PASSWORD('password');'localhost'; Query OK, 0 rows affected (0.00 sec) mysql> exit Bye |
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 8875 pts/2 S+ 0:00 grep aster |
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 8875 pts/2 S+ 0:00 grep aster |
|
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk. Starting Asterisk PBX: asterisk. |
|
#/etc/init.d/asterisk restart
Stopping Asterisk PBX: asterisk. Starting Asterisk PBX: asterisk. |
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 9021 pts/2 S+ 0:00 grep aster |
|
#ps -ax | grep aster
warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ 9021 pts/2 S+ 0:00 grep aster |
local/ lock/ log/
Nov 23 04:22:42 debian6 kernel: imklog 5.8.11, log source = /proc/kmsg started. Nov 23 04:22:42 debian6 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="2117" x-info="http://www.rsyslog.com"] start Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpuset Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initializing cgroup subsys cpu Nov 23 04:22:42 debian6 kernel: [ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.63-2+deb7u1 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=c7e7a580-3a72-4861-87d5-2cae1b74997b ro quiet Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-provided physical RAM map: Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000040200000 - 00000000daae5000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000daae5000 - 00000000dab2e000 (ACPI NVS) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dab2e000 - 00000000dab36000 (ACPI data) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dab36000 - 00000000dae19000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dae19000 - 00000000dae1a000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dae1a000 - 00000000dae28000 (ACPI NVS) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dae28000 - 00000000dae4d000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dae4d000 - 00000000dae90000 (ACPI NVS) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000dae90000 - 00000000db000000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000db800000 - 00000000dfa00000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) Nov 23 04:22:42 debian6 kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 000000041fe00000 (usable) Nov 23 04:22:42 debian6 kernel: [ 0.000000] NX (Execute Disable) protection: active Nov 23 04:22:42 debian6 kernel: [ 0.000000] SMBIOS 2.6 present. Nov 23 04:22:42 debian6 kernel: [ 0.000000] No AGP bridge found Nov 23 04:22:42 debian6 kernel: [ 0.000000] last_pfn = 0x41fe00 max_arch_pfn = 0x400000000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Nov 23 04:22:42 debian6 kernel: [ 0.000000] last_pfn = 0xdb000 max_arch_pfn = 0x400000000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] found SMP MP-table at [ffff8800000fcdf0] fcdf0 Nov 23 04:22:42 debian6 kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000db000000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] init_memory_mapping: 0000000100000000-000000041fe00000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] RAMDISK: 36c6c000 - 3762e000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: RSDP 00000000000f0420 00024 (v02 INTEL) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: XSDT 00000000dab2e068 0004C (v01 INTEL DH67GD 01072009 AMI 00010013) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: FACP 00000000dab34fe0 000F4 (v04 INTEL DH67GD 01072009 AMI 00010013) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: DSDT 00000000dab2e140 06E9C (v02 INTEL DH67GD 00000012 INTL 20051117) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: FACS 00000000dae1ff80 00040 Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: APIC 00000000dab350d8 00072 (v03 INTEL DH67GD 01072009 AMI 00010013) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: SSDT 00000000dab35150 00102 (v01 INTEL DH67GD 00000001 MSFT 03000001) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: MCFG 00000000dab35258 0003C (v01 INTEL DH67GD 01072009 MSFT 00000097) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: HPET 00000000dab35298 00038 (v01 INTEL DH67GD 01072009 AMI. 00000004) Nov 23 04:22:42 debian6 kernel: [ 0.000000] No NUMA configuration found Nov 23 04:22:42 debian6 kernel: [ 0.000000] Faking a node at 0000000000000000-000000041fe00000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Initmem setup node 0 0000000000000000-000000041fe00000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] NODE_DATA [000000041fdfb000 - 000000041fdfffff] Nov 23 04:22:42 debian6 kernel: [ 0.000000] Zone PFN ranges: Nov 23 04:22:42 debian6 kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Normal 0x00100000 -> 0x0041fe00 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Movable zone start PFN for each node Nov 23 04:22:42 debian6 kernel: [ 0.000000] early_node_map[7] active PFN ranges Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009d Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x00000100 -> 0x00020000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x00020200 -> 0x00040000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x00040200 -> 0x000daae5 Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x000dae19 -> 0x000dae1a Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x000dae90 -> 0x000db000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] 0: 0x00100000 -> 0x0041fe00 Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408 Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) Nov 23 04:22:42 debian6 kernel: [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Nov 23 04:22:42 debian6 kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information Nov 23 04:22:42 debian6 kernel: [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000daae5000 - 00000000dab2e000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dab2e000 - 00000000dab36000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dab36000 - 00000000dae19000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dae1a000 - 00000000dae28000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dae28000 - 00000000dae4d000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dae4d000 - 00000000dae90000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000db800000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000db800000 - 00000000dfa00000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000fed1c000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ff000000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:1f31c000) Nov 23 04:22:42 debian6 kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware Nov 23 04:22:42 debian6 kernel: [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 Nov 23 04:22:42 debian6 kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fa00000 s82944 r8192 d23552 u524288 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4111965 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Policy zone: Normal Nov 23 04:22:42 debian6 kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=c7e7a580-3a72-4861-87d5-2cae1b74997b ro quiet Nov 23 04:22:42 debian6 kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Checking aperture... Nov 23 04:22:42 debian6 kernel: [ 0.000000] No AGP bridge found Nov 23 04:22:42 debian6 kernel: [ 0.000000] Memory: 16367888k/17299456k available (3432k kernel code, 614516k absent, 317052k reserved, 3306k data, 580k init) Nov 23 04:22:42 debian6 kernel: [ 0.000000] Hierarchical RCU implementation. Nov 23 04:22:42 debian6 kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. Nov 23 04:22:42 debian6 kernel: [ 0.000000] NR_IRQS:33024 nr_irqs:712 16 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Extended CMOS year: 2000 Nov 23 04:22:42 debian6 kernel: [ 0.000000] Console: colour VGA+ 80x25 Nov 23 04:22:42 debian6 kernel: [ 0.000000] console [tty0] enabled Nov 23 04:22:42 debian6 kernel: [ 0.000000] Fast TSC calibration using PIT Nov 23 04:22:42 debian6 kernel: [ 0.004000] Detected 3092.815 MHz processor. Nov 23 04:22:42 debian6 kernel: [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.63 BogoMIPS (lpj=12371260) Nov 23 04:22:42 debian6 kernel: [ 0.000004] pid_max: default: 32768 minimum: 301 Nov 23 04:22:42 debian6 kernel: [ 0.000034] Security Framework initialized Nov 23 04:22:42 debian6 kernel: [ 0.000037] AppArmor: AppArmor disabled by boot time parameter Nov 23 04:22:42 debian6 kernel: [ 0.000760] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.003283] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.004365] Mount-cache hash table entries: 256 Nov 23 04:22:42 debian6 kernel: [ 0.004461] Initializing cgroup subsys cpuacct Nov 23 04:22:42 debian6 kernel: [ 0.004464] Initializing cgroup subsys memory Nov 23 04:22:42 debian6 kernel: [ 0.004472] Initializing cgroup subsys devices Nov 23 04:22:42 debian6 kernel: [ 0.004473] Initializing cgroup subsys freezer Nov 23 04:22:42 debian6 kernel: [ 0.004475] Initializing cgroup subsys net_cls Nov 23 04:22:42 debian6 kernel: [ 0.004476] Initializing cgroup subsys blkio Nov 23 04:22:42 debian6 kernel: [ 0.004480] Initializing cgroup subsys perf_event Nov 23 04:22:42 debian6 kernel: [ 0.004501] CPU: Physical Processor ID: 0 Nov 23 04:22:42 debian6 kernel: [ 0.004502] CPU: Processor Core ID: 0 Nov 23 04:22:42 debian6 kernel: [ 0.004506] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' Nov 23 04:22:42 debian6 kernel: [ 0.004507] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) Nov 23 04:22:42 debian6 kernel: [ 0.004509] mce: CPU supports 9 MCE banks Nov 23 04:22:42 debian6 kernel: [ 0.004520] CPU0: Thermal monitoring enabled (TM1) Nov 23 04:22:42 debian6 kernel: [ 0.004525] using mwait in idle threads. Nov 23 04:22:42 debian6 kernel: [ 0.004887] ACPI: Core revision 20110623 Nov 23 04:22:42 debian6 kernel: [ 0.239074] x2apic not enabled, IRQ remapping init failed Nov 23 04:22:42 debian6 kernel: [ 0.239477] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Nov 23 04:22:42 debian6 kernel: [ 0.279150] CPU0: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz stepping 07 Nov 23 04:22:42 debian6 kernel: [ 0.384297] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver. Nov 23 04:22:42 debian6 kernel: [ 0.384302] PEBS disabled due to CPU errata. Nov 23 04:22:42 debian6 kernel: [ 0.384304] ... version: 3 Nov 23 04:22:42 debian6 kernel: [ 0.384305] ... bit width: 48 Nov 23 04:22:42 debian6 kernel: [ 0.384306] ... generic registers: 8 Nov 23 04:22:42 debian6 kernel: [ 0.384306] ... value mask: 0000ffffffffffff Nov 23 04:22:42 debian6 kernel: [ 0.384307] ... max period: 000000007fffffff Nov 23 04:22:42 debian6 kernel: [ 0.384308] ... fixed-purpose events: 3 Nov 23 04:22:42 debian6 kernel: [ 0.384309] ... event mask: 00000007000000ff Nov 23 04:22:42 debian6 kernel: [ 0.384402] NMI watchdog enabled, takes one hw-pmu counter. Nov 23 04:22:42 debian6 kernel: [ 0.384474] Booting Node 0, Processors #1 Nov 23 04:22:42 debian6 kernel: [ 0.492384] NMI watchdog enabled, takes one hw-pmu counter. Nov 23 04:22:42 debian6 kernel: [ 0.492460] #2 Nov 23 04:22:42 debian6 kernel: [ 0.600363] NMI watchdog enabled, takes one hw-pmu counter. Nov 23 04:22:42 debian6 kernel: [ 0.600441] #3 Ok. Nov 23 04:22:42 debian6 kernel: [ 0.708343] NMI watchdog enabled, takes one hw-pmu counter. Nov 23 04:22:42 debian6 kernel: [ 0.708366] Brought up 4 CPUs Nov 23 04:22:42 debian6 kernel: [ 0.708368] Total of 4 processors activated (24742.62 BogoMIPS). Nov 23 04:22:42 debian6 kernel: [ 0.710962] devtmpfs: initialized Nov 23 04:22:42 debian6 kernel: [ 0.713364] PM: Registering ACPI NVS region at daae5000 (299008 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.713374] PM: Registering ACPI NVS region at dae1a000 (57344 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.713377] PM: Registering ACPI NVS region at dae4d000 (274432 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.713486] print_constraints: dummy: Nov 23 04:22:42 debian6 kernel: [ 0.713525] NET: Registered protocol family 16 Nov 23 04:22:42 debian6 kernel: [ 0.713591] ACPI: bus type pci registered Nov 23 04:22:42 debian6 kernel: [ 0.713642] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) Nov 23 04:22:42 debian6 kernel: [ 0.713644] PCI: not using MMCONFIG Nov 23 04:22:42 debian6 kernel: [ 0.713645] PCI: Using configuration type 1 for base access Nov 23 04:22:42 debian6 kernel: [ 0.714318] bio: create slab <bio-0> at 0 Nov 23 04:22:42 debian6 kernel: [ 0.714377] ACPI: Added _OSI(Module Device) Nov 23 04:22:42 debian6 kernel: [ 0.714378] ACPI: Added _OSI(Processor Device) Nov 23 04:22:42 debian6 kernel: [ 0.714380] ACPI: Added _OSI(3.0 _SCP Extensions) Nov 23 04:22:42 debian6 kernel: [ 0.714381] ACPI: Added _OSI(Processor Aggregator Device) Nov 23 04:22:42 debian6 kernel: [ 0.715911] ACPI: Executed 1 blocks of module-level executable AML code Nov 23 04:22:42 debian6 kernel: [ 0.718583] ACPI: SSDT 00000000dae1ec18 0038C (v01 AMI IST 00000001 MSFT 03000001) Nov 23 04:22:42 debian6 kernel: [ 0.718800] ACPI: Dynamic OEM Table Load: Nov 23 04:22:42 debian6 kernel: [ 0.718802] ACPI: SSDT (null) 0038C (v01 AMI IST 00000001 MSFT 03000001) Nov 23 04:22:42 debian6 kernel: [ 0.718822] ACPI: SSDT 00000000dae1fe18 00084 (v01 AMI CST 00000001 MSFT 03000001) Nov 23 04:22:42 debian6 kernel: [ 0.718984] ACPI: Dynamic OEM Table Load: Nov 23 04:22:42 debian6 kernel: [ 0.718986] ACPI: SSDT (null) 00084 (v01 AMI CST 00000001 MSFT 03000001) Nov 23 04:22:42 debian6 kernel: [ 0.719454] ACPI: Interpreter enabled Nov 23 04:22:42 debian6 kernel: [ 0.719457] ACPI: (supports S0 S3 S4 S5) Nov 23 04:22:42 debian6 kernel: [ 0.719470] ACPI: Using IOAPIC for interrupt routing Nov 23 04:22:42 debian6 kernel: [ 0.719486] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) Nov 23 04:22:42 debian6 kernel: [ 0.719544] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources Nov 23 04:22:42 debian6 kernel: [ 0.722734] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored Nov 23 04:22:42 debian6 kernel: [ 0.726579] ACPI: No dock devices found. Nov 23 04:22:42 debian6 kernel: [ 0.726581] HEST: Table not found. Nov 23 04:22:42 debian6 kernel: [ 0.726583] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Nov 23 04:22:42 debian6 kernel: [ 0.726778] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Nov 23 04:22:42 debian6 kernel: [ 0.726981] pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af] Nov 23 04:22:42 debian6 kernel: [ 0.726982] pci_root PNP0A08:00: host bridge window [io 0x03e0-0x0cf7] Nov 23 04:22:42 debian6 kernel: [ 0.726984] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] Nov 23 04:22:42 debian6 kernel: [ 0.726985] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] Nov 23 04:22:42 debian6 kernel: [ 0.726987] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] Nov 23 04:22:42 debian6 kernel: [ 0.726988] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] Nov 23 04:22:42 debian6 kernel: [ 0.726989] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xffffffff] Nov 23 04:22:42 debian6 kernel: [ 0.729200] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' Nov 23 04:22:42 debian6 kernel: [ 0.729214] pci 0000:00:1c.0: PCI bridge to [bus 01-02] Nov 23 04:22:42 debian6 kernel: [ 0.729422] pci 0000:01:00.0: PCI bridge to [bus 02-02] Nov 23 04:22:42 debian6 kernel: [ 0.736223] pci 0000:00:1c.3: PCI bridge to [bus 03-03] Nov 23 04:22:42 debian6 kernel: [ 0.744220] pci 0000:00:1c.4: PCI bridge to [bus 04-04] Nov 23 04:22:42 debian6 kernel: [ 0.744607] pci0000:00: Requesting ACPI _OSC control (0x1d) Nov 23 04:22:42 debian6 kernel: [ 0.744723] pci0000:00: ACPI _OSC control (0x1d) granted Nov 23 04:22:42 debian6 kernel: [ 0.747608] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747644] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747678] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747711] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747743] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747777] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0 Nov 23 04:22:42 debian6 kernel: [ 0.747810] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747843] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15) Nov 23 04:22:42 debian6 kernel: [ 0.747913] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Nov 23 04:22:42 debian6 kernel: [ 0.747918] vgaarb: loaded Nov 23 04:22:42 debian6 kernel: [ 0.747919] vgaarb: bridge control possible 0000:00:02.0 Nov 23 04:22:42 debian6 kernel: [ 0.747947] PCI: Using ACPI for IRQ routing Nov 23 04:22:42 debian6 kernel: [ 0.750527] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 Nov 23 04:22:42 debian6 kernel: [ 0.750531] hpet0: 8 comparators, 64-bit 14.318180 MHz counter Nov 23 04:22:42 debian6 kernel: [ 0.752545] Switching to clocksource hpet Nov 23 04:22:42 debian6 kernel: [ 0.753766] pnp: PnP ACPI init Nov 23 04:22:42 debian6 kernel: [ 0.753773] ACPI: bus type pnp registered Nov 23 04:22:42 debian6 kernel: [ 0.754001] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754003] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754004] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754006] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754008] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754524] system 00:07: [io 0x04d0-0x04d1] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754711] system 00:09: [io 0x0400-0x0453] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754713] system 00:09: [io 0x0458-0x047f] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754714] system 00:09: [io 0x1180-0x119f] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754716] system 00:09: [io 0x0500-0x057f] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754718] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754720] system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved Nov 23 04:22:42 debian6 kernel: [ 0.754722] system 00:09: [mem 0xfed08000-0xfed08fff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754724] system 00:09: [mem 0xff000000-0xffffffff] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754780] system 00:0a: [io 0x0454-0x0457] has been reserved Nov 23 04:22:42 debian6 kernel: [ 0.754994] pnp: PnP ACPI: found 12 devices Nov 23 04:22:42 debian6 kernel: [ 0.754995] ACPI: ACPI bus type pnp unregistered Nov 23 04:22:42 debian6 kernel: [ 0.760954] pci 0000:01:00.0: PCI bridge to [bus 02-02] Nov 23 04:22:42 debian6 kernel: [ 0.760981] pci 0000:00:1c.0: PCI bridge to [bus 01-02] Nov 23 04:22:42 debian6 kernel: [ 0.760996] pci 0000:00:1c.3: PCI bridge to [bus 03-03] Nov 23 04:22:42 debian6 kernel: [ 0.761002] pci 0000:00:1c.3: bridge window [mem 0xfe500000-0xfe5fffff] Nov 23 04:22:42 debian6 kernel: [ 0.761012] pci 0000:00:1c.4: PCI bridge to [bus 04-04] Nov 23 04:22:42 debian6 kernel: [ 0.761015] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff] Nov 23 04:22:42 debian6 kernel: [ 0.761021] pci 0000:00:1c.4: bridge window [mem 0xfe400000-0xfe4fffff] Nov 23 04:22:42 debian6 kernel: [ 0.761158] NET: Registered protocol family 2 Nov 23 04:22:42 debian6 kernel: [ 0.762676] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.763386] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.764406] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.764524] TCP: Hash tables configured (established 524288 bind 65536) Nov 23 04:22:42 debian6 kernel: [ 0.764525] TCP reno registered Nov 23 04:22:42 debian6 kernel: [ 0.764556] UDP hash table entries: 8192 (order: 6, 262144 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.764602] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.764707] NET: Registered protocol family 1 Nov 23 04:22:42 debian6 kernel: [ 0.764924] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling Nov 23 04:22:42 debian6 kernel: [ 0.765270] Unpacking initramfs... Nov 23 04:22:42 debian6 kernel: [ 0.918005] Freeing initrd memory: 9992k freed Nov 23 04:22:42 debian6 kernel: [ 0.918916] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Nov 23 04:22:42 debian6 kernel: [ 0.918919] Placing 64MB software IO TLB between ffff8800d6ae5000 - ffff8800daae5000 Nov 23 04:22:42 debian6 kernel: [ 0.918920] software IO TLB at phys 0xd6ae5000 - 0xdaae5000 Nov 23 04:22:42 debian6 kernel: [ 0.919297] audit: initializing netlink socket (disabled) Nov 23 04:22:42 debian6 kernel: [ 0.919305] type=2000 audit(1416734551.536:1): initialized Nov 23 04:22:42 debian6 kernel: [ 0.930720] HugeTLB registered 2 MB page size, pre-allocated 0 pages Nov 23 04:22:42 debian6 kernel: [ 0.931687] VFS: Disk quotas dquot_6.5.2 Nov 23 04:22:42 debian6 kernel: [ 0.931709] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Nov 23 04:22:42 debian6 kernel: [ 0.931763] msgmni has been set to 31988 Nov 23 04:22:42 debian6 kernel: [ 0.931883] alg: No test for stdrng (krng) Nov 23 04:22:42 debian6 kernel: [ 0.931904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) Nov 23 04:22:42 debian6 kernel: [ 0.931907] io scheduler noop registered Nov 23 04:22:42 debian6 kernel: [ 0.931908] io scheduler deadline registered Nov 23 04:22:42 debian6 kernel: [ 0.931922] io scheduler cfq registered (default) Nov 23 04:22:42 debian6 kernel: [ 0.932439] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932440] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932463] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932465] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932488] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932502] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt Nov 23 04:22:42 debian6 kernel: [ 0.932517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Nov 23 04:22:42 debian6 kernel: [ 0.932532] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Nov 23 04:22:42 debian6 kernel: [ 0.932533] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Nov 23 04:22:42 debian6 kernel: [ 0.932762] ERST: Table is not found! Nov 23 04:22:42 debian6 kernel: [ 0.932763] GHES: HEST is not enabled! Nov 23 04:22:42 debian6 kernel: [ 0.932799] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Nov 23 04:22:42 debian6 kernel: [ 1.108777] Linux agpgart interface v0.103 Nov 23 04:22:42 debian6 kernel: [ 1.108827] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset Nov 23 04:22:42 debian6 kernel: [ 1.108863] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable Nov 23 04:22:42 debian6 kernel: [ 1.109516] agpgart-intel 0000:00:00.0: detected 65536K stolen memory Nov 23 04:22:42 debian6 kernel: [ 1.109606] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000 Nov 23 04:22:42 debian6 kernel: [ 1.109693] i8042: PNP: No PS/2 controller found. Probing ports directly. Nov 23 04:22:42 debian6 kernel: [ 1.112547] serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 23 04:22:42 debian6 kernel: [ 1.112553] serio: i8042 AUX port at 0x60,0x64 irq 12 Nov 23 04:22:42 debian6 kernel: [ 1.112640] mousedev: PS/2 mouse device common for all mice Nov 23 04:22:42 debian6 kernel: [ 1.112677] rtc_cmos 00:05: RTC can wake from S4 Nov 23 04:22:42 debian6 kernel: [ 1.112774] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 Nov 23 04:22:42 debian6 kernel: [ 1.112804] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Nov 23 04:22:42 debian6 kernel: [ 1.112858] cpuidle: using governor ladder Nov 23 04:22:42 debian6 kernel: [ 1.112921] cpuidle: using governor menu Nov 23 04:22:42 debian6 kernel: [ 1.113041] TCP cubic registered Nov 23 04:22:42 debian6 kernel: [ 1.113251] NET: Registered protocol family 10 Nov 23 04:22:42 debian6 kernel: [ 1.113702] Mobile IPv6 Nov 23 04:22:42 debian6 kernel: [ 1.113704] NET: Registered protocol family 17 Nov 23 04:22:42 debian6 kernel: [ 1.113706] Registering the dns_resolver key type Nov 23 04:22:42 debian6 kernel: [ 1.113942] registered taskstats version 1 Nov 23 04:22:42 debian6 kernel: [ 1.114690] rtc_cmos 00:05: setting system clock to 2014-11-23 09:22:32 UTC (1416734552) Nov 23 04:22:42 debian6 kernel: [ 1.114734] Initializing network drop monitor service Nov 23 04:22:42 debian6 kernel: [ 1.115546] Freeing unused kernel memory: 580k freed Nov 23 04:22:42 debian6 kernel: [ 1.115598] Write protecting the kernel read-only data: 6144k Nov 23 04:22:42 debian6 kernel: [ 1.117423] Freeing unused kernel memory: 648k freed Nov 23 04:22:42 debian6 kernel: [ 1.119261] Freeing unused kernel memory: 688k freed Nov 23 04:22:42 debian6 kernel: [