mysql crashed cannot restart

25 posts / 0 new
Last post
#1 Thu, 07/14/2016 - 07:27
pixelpadre

mysql crashed cannot restart

I woke up this morning to find my sites were all down due to no database connection. Upon trying to restart from virtualmin I get this error: Redirecting to /bin/systemctl start mariadb.service Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details.

Here is the log: http://paste.ubuntu.com/19357576/

I tried renaming the 3 ibdata mysql files and then restarting but that did not work.

Thu, 07/14/2016 - 08:12
Diabolico
Diabolico's picture

If you are using Innodb (and looks like you are) you cant just delete or rename ib_logfile* and ibdata*, doing this you are asking for troubles. For any change affecting ib_logfile* and ibdata* files there is procedure you must follow and its important you follow that.

Did you make any changes in DB conf file recently especially one connected with Innodb settings?

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Thu, 07/14/2016 - 11:26
pixelpadre

No I havent messed with anything. Went to bed and everything was fine, woke up and found the sites are on line but no db connections. I use uptimerobot to monitor my sites and I got a message from them just after 7am. I wasnt even on line when mariadb crashed.

I have since reduced the buffer pool size from 500mb to 250mb in my.conf. and rebooted server.

I have the original ib data files and renamed them so that I could restart sql. new ibdata files were created upon trying to restart sql. So i have both the old and the new. error log says invalid option --Mysql in the logs. seems like that is the problem

[mysqld] innodb_buffer_pool_size=250M datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock

symbolic-links=0 innodb_file_per_table = 1 thread_concurrency = 8 query_cache_size = 16M thread_cache_size = 8 myisam_sort_buffer_size = 64M read_rnd_buffer_size = 4M read_buffer_size = 1M sort_buffer_size = 1M table_open_cache = 256 max_allowed_packet = 1M key_buffer_size = 256M

MySQL: local-infile=0 [mysqld_safe] log-error=/var/log/mariadb/mariadb.log pid-file=/var/run/mariadb/mariadb.pid !includedir /etc/my.cnf.d

Thu, 07/14/2016 - 12:52
pixelpadre

well, heres the latest. I renamed my original mysql folder, uninstalled mariadb and installed mariadb from command line.

Results, a new empty mysql folder was created in the install process.

systemctl status mariadb.service -l still says failed to start mariadb.

So, where do we go from here?

Thu, 07/14/2016 - 18:34
Diabolico
Diabolico's picture

Can you post entire /etc/my.cnf using code tags and check if you have same file in some other place.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Fri, 07/15/2016 - 06:03 (Reply to #5)
pixelpadre

[mysqld] innodb_buffer_pool_size=250M datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock

symbolic-links=0 innodb_file_per_table = 1 thread_concurrency = 8 query_cache_size = 16M thread_cache_size = 8 myisam_sort_buffer_size = 64M read_rnd_buffer_size = 4M read_buffer_size = 1M sort_buffer_size = 1M table_open_cache = 256 max_allowed_packet = 1M key_buffer_size = 256M

MySQL: local-infile=0

[mysqld_safe] log-error=/var/log/mariadb/mariadb.log pid-file=/var/run/mariadb/mariadb.pid

!includedir /etc/my.cnf.d

no other my.cnf located on server.

Fri, 07/15/2016 - 08:05
pixelpadre

I abandoned mariadb and decided on a fresh install of mysql. Before I did that I renamed var/lib/mysql to var/lib/mysqlOLD for peace of mind.

After the install I copied the old mysql directory into the new empty mysql directory. upon opening myphpadmin all tables were visible and editable. That is the good news. the bad news is I get this error in virtualmin when I click on manage database:

SQL show index from estat_admin_assert failed : Table '352processserver.estat_admin_assert' doesn't exist

The databases that are myISAM and innoDB seem to be populated correctly and editable but not accessible from the web.

Is there something simple that I can do to correct this error. My sites cannot connect to the databases yet.

:(

Fri, 07/15/2016 - 11:38
Diabolico
Diabolico's picture

What OS are you using?

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Fri, 07/15/2016 - 14:01
pixelpadre

centos 7

Fri, 07/15/2016 - 14:55
pixelpadre

ok so I created a brand new database in virtualmin. then I imported my backed up database from my desktop. Great, everything uploaded....but when I go to the website it still says cannot connect to database. its not user name password etc. There is a fundamental problem connecting to the mysql from the web. This is driving me delirious. Why cant i get the db to move? I deleted the htaccess in case that was the culprit. Permissions look ok, what should they be?

Fri, 07/15/2016 - 17:00
Diabolico
Diabolico's picture

Centos 7 comes with MariaDB and even when there is no problems switching from that to MySQL will bring some problems. You didnt find what was the problem in first place and then you decided to uninstall MariaDB and got o install MySQL. Now what you see could be connected with old problem, could be new or both. Thats why is important to find the solution because uninstall and install rarely helps.

Now with all your actions you just made everything more complicated.

With no clue what did you do there i will tell you what i saw wrong with your old conf:

[mysqld]
...
MySQL: local-infile=0
...

should be

[mysqld]
...
local-infile=0
...

....

it still says cannot connect to database. its not user name password etc.

Use SSH and try to login in your DB with same username and psw.

Why cant i get the db to move?

Move where?

Permissions look ok, what should they be?

mysql:mysql

What server is this - VPS, Dedicated, from hosting company, server at home... DB is local or remote... anything from the logs, if yes post it here. And please use <.code> <./code> or <.blockcode> <./blockcode> tags (without dots) when you copy paste the files or logs, it makes them much easier and faster to read.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sat, 07/16/2016 - 15:30 (Reply to #11)
pixelpadre

vps on linode.

So the old my.conf file has something you didnt like. I certainly didnt change that. Is that a critical error or just a better way? If it is critical, then that could be the problem. I did try to troubleshoot maria but there was nothing I could do and the logs were of no help to me. I pasted the logs in the first post above. Did you see anything there?

Sat, 07/16/2016 - 17:54
Diabolico
Diabolico's picture

Your original error:

160714  7:26:57 [ERROR] /usr/libexec/mysqld: unknown option '--MySQL:'

and you had in my.cnf:

[mysqld]
...
MySQL: local-infile=0
...

So i suspect it could be the reason you had with MariaDB.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sat, 07/16/2016 - 18:02
Diabolico
Diabolico's picture

Forgot to say, that line would 100% prevent your DB to start so this could be the only problem you had. You should go back to MariaDB as default for Centos 7 plus its faster and better DB than MySQL.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sat, 07/16/2016 - 20:48 (Reply to #14)
pixelpadre

So, since this happened while I was not on line, would you speculate that someone somehow changed that and only that? The problem I had was I could not even restart mysql. Logs show it spontaneously shut down at 704am.

Sun, 07/17/2016 - 00:02
Diabolico
Diabolico's picture

I'm pretty sure if someone wanted to hack you he would not try to strength your security. That line is not written by default during the installation so someone must put it there. Who? I dont know but for sure it was not a hacker. It could be that you or someone else made the changes and forgot to restart the DB and then during server restart the changes activated. Or it could be something else and the log files should show something.

When it comes to DB if you dont know what are you doing best would be to leave it or ask/pay some SysAdmin to do the job for you.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sun, 07/17/2016 - 08:41
pixelpadre

It wasnt me for sure. MySQL crashed spontaneously and for no apparent reason. I would have no reason to edit that file ever. This is the second time on two different servers that that file had been modified. Last time the Innodb pool line had been altered by dropping part of the line. I will make a copy of that file in the future and change permissions to not writable. I still dont know if restoring that file will allow mariadb to restart. but at this point I have nothing to lose by uninstalling my sql and installing mariabd and experimenting. I have moved most of my sites to my other server.

Sun, 07/17/2016 - 10:54
Diabolico
Diabolico's picture

For what i know that file would not change alone or modified by other software without human intervention. It could be that someone was playing around with Vmin settings and changed that file.

Only thing what come into my mind is to install MariaDB and then try to use Vmin post-installation wizard again, this should immediately show if Vmin can communicate with the DB or not.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sun, 07/17/2016 - 11:20
pixelpadre

Great advice for me and everyone else. I will let you know if your fix works. I am the only one to use my server so I can say with certainty that no one that I know would have access.....not sure about vengeful tech support guys at these vps outfits.

Tue, 07/19/2016 - 19:54
pixelpadre

Well...

I managed to get mysql uninstalled and a new copy of mariadb running.

But now I have no virtualmin menu. Nada. I am about ready to throw in the towel.

Tue, 07/19/2016 - 21:55
Diabolico
Diabolico's picture

Virtualmin or webmin menu? If is webmin you could check under "Un-used modules" and if is missing from virtualmin go to "Edit Virtual Server" and check if " MySQL database enabled?" is enabled. In case is enabled try to disable and then enable again.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Tue, 08/09/2016 - 10:37
Miker1029

I am NOW also having this problem, AND I spent 22 Hours yesterday re-installing the Entire OS Because of this Problem, Everything was fine, forum, everything, I went in to create a CRON to Backup the database every 3 hours, Couldn't get it to work because of the stupid CRON CLI Command line, and Access Denied. Added Password then said it couldn't find it went to Edit databases to Import (As I didn'r do that on the forum re-install, and imported with phpmyadmin, as after 22 Hours I didn't want to "BREAK" anything) The databse wasn't listed then decided to check Phpmyadmin, and Couldn't log-in, so Somewhere in those steps I've LOST the Database Server... Same as yesterday! With NO Manual Changes,,,,

Redirecting to /bin/systemctl start  mariadb.service
Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details.

SYSTEMCTL

● mariadb.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2016-08-09 10:26:03 CDT; 3min 37s ago
  Process: 4313 ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID (code=exited, status=1/FAILURE)
  Process: 4312 ExecStart=/usr/bin/mysqld_safe --basedir=/usr (code=exited, status=0/SUCCESS)
  Process: 4285 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=0/SUCCESS)
Main PID: 4312 (code=exited, status=0/SUCCESS)

Aug 09 10:26:02 ns1.android-x86.net systemd[1]: Starting MariaDB database server...
Aug 09 10:26:02 ns1.android-x86.net mysqld_safe[4312]: 160809 10:26:02 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
Aug 09 10:26:02 ns1.android-x86.net mysqld_safe[4312]: 160809 10:26:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: mariadb.service: control process exited, code=exited status=1
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: Failed to start MariaDB database server.
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: Unit mariadb.service entered failed state.
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: mariadb.service failed.

JOURNALCTL:

-- Logs begin at Tue 2016-08-09 10:05:20 CDT, end at Tue 2016-08-09 10:30:04 CDT. --
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Started Cleanup udevd DB.
-- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit initrd-udevadm-cleanup-db.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Reached target Switch Root.
-- Subject: Unit initrd-switch-root.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit initrd-switch-root.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Starting Switch Root.
-- Subject: Unit initrd-switch-root.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit initrd-switch-root.target has begun starting up.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Started Plymouth switch root service.
-- Subject: Unit plymouth-switch-root.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-switch-root.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Starting Switch Root...
-- Subject: Unit initrd-switch-root.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit initrd-switch-root.service has begun starting up.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Switching root.
Aug 09 10:05:24 ns1.android-x86.net systemd-journal[87]: Journal stopped
-- Subject: The journal has been stopped
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The system journal process has shut down and closed all currently
-- active journal files.
Aug 09 10:05:25 ns1.android-x86.net systemd-journal[454]: Runtime journal is using 6.2M (max allowed 49.6M, trying to leave 74.4M free of 490.2M available → current limit 49.6M).
Aug 09 10:05:25 ns1.android-x86.net systemd-journal[454]: Runtime journal is using 6.2M (max allowed 49.6M, trying to leave 74.4M free of 490.2M available → current limit 49.6M).
Aug 09 10:05:25 ns1.android-x86.net systemd-journald[87]: Received SIGTERM from PID 1 (systemd).
Aug 09 10:05:25 ns1.android-x86.net kernel: SELinux:  Disabled at runtime.
Aug 09 10:05:25 ns1.android-x86.net kernel: SELinux:  Unregistering netfilter hooks
Aug 09 10:05:25 ns1.android-x86.net kernel: type=1404 audit(1470755124.843:2): selinux=0 auid=4294967295 ses=4294967295
Aug 09 10:05:25 ns1.android-x86.net kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Inserted module 'ip_tables'
Aug 09 10:05:25 ns1.android-x86.net systemd-journal[454]: Journal started
-- Subject: The journal has been started
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The system journal process has started up, opened the journal
-- files for writing and is now ready to process requests.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Detected virtualization kvm.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Detected architecture x86-64.
Aug 09 10:05:24 ns1.android-x86.net systemd[1]: Set hostname to <ns1.android-x86.net>.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Configuration file /usr/lib/systemd/system/ebtables.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Create list of required static device nodes for the current kernel.
-- Subject: Unit kmod-static-nodes.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kmod-static-nodes.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Apply Kernel Variables.
-- Subject: Unit systemd-sysctl.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-sysctl.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Remount Root and Kernel File Systems.
-- Subject: Unit systemd-remount-fs.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-remount-fs.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started LVM2 metadata daemon.
-- Subject: Unit lvm2-lvmetad.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lvm2-lvmetad.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting LVM2 metadata daemon...
-- Subject: Unit lvm2-lvmetad.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lvm2-lvmetad.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting File System Quota Check...
-- Subject: Unit systemd-quotacheck.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-quotacheck.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started First Boot Wizard.
-- Subject: Unit systemd-firstboot.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-firstboot.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Rebuild Hardware Database.
-- Subject: Unit systemd-hwdb-update.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-hwdb-update.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting udev Coldplug all Devices...
-- Subject: Unit systemd-udev-trigger.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-udev-trigger.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Load/Save Random Seed...
-- Subject: Unit systemd-random-seed.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-random-seed.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Configure read-only root support...
-- Subject: Unit rhel-readonly.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-readonly.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Create Static Device Nodes in /dev...
-- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-setup-dev.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-journal-flush.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started File System Quota Check.
-- Subject: Unit systemd-quotacheck.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-quotacheck.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Enable File System Quotas...
-- Subject: Unit quotaon.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit quotaon.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Load/Save Random Seed.
-- Subject: Unit systemd-random-seed.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-random-seed.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Enable File System Quotas.
-- Subject: Unit quotaon.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit quotaon.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Create Static Device Nodes in /dev.
-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-setup-dev.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd-journal[454]: Runtime journal is using 6.2M (max allowed 49.6M, trying to leave 74.4M free of 490.2M available → current limit 49.6M).
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-journal-flush.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Configure read-only root support.
-- Subject: Unit rhel-readonly.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-readonly.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Reached target Local File Systems (Pre).
-- Subject: Unit local-fs-pre.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit local-fs-pre.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting Local File Systems (Pre).
-- Subject: Unit local-fs-pre.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit local-fs-pre.target has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting udev Kernel Device Manager...
-- Subject: Unit systemd-udevd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-udevd.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started udev Coldplug all Devices.
-- Subject: Unit systemd-udev-trigger.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-udev-trigger.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd-udevd[479]: starting version 219
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started udev Kernel Device Manager.
-- Subject: Unit systemd-udevd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-udevd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
Aug 09 10:05:25 ns1.android-x86.net lvm[449]: 2 logical volume(s) in volume group "centos" monitored
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
-- Subject: Unit lvm2-monitor.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lvm2-monitor.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
-- Subject: Unit system-lvm2\x2dpvscan.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit system-lvm2\x2dpvscan.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting system-lvm2\x2dpvscan.slice.
-- Subject: Unit system-lvm2\x2dpvscan.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit system-lvm2\x2dpvscan.slice has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Starting LVM2 PV scan on device 252:2...
-- Subject: Unit lvm2-pvscan@252:2.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lvm2-pvscan@252:2.service has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Found device /dev/disk/by-uuid/4d52784f-6f93-4202-b8c1-18850428e94c.
-- Subject: Unit dev-disk-by\x2duuid-4d52784f\x2d6f93\x2d4202\x2db8c1\x2d18850428e94c.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dev-disk-by\x2duuid-4d52784f\x2d6f93\x2d4202\x2db8c1\x2d18850428e94c.device has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Mounting /boot...
-- Subject: Unit boot.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit boot.mount has begun starting up.
Aug 09 10:05:25 ns1.android-x86.net kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
Aug 09 10:05:25 ns1.android-x86.net kernel: XFS (vda1): Mounting V4 Filesystem
Aug 09 10:05:25 ns1.android-x86.net lvm[497]: 2 logical volume(s) in volume group "centos" now active
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Started LVM2 PV scan on device 252:2.
-- Subject: Unit lvm2-pvscan@252:2.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lvm2-pvscan@252:2.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net kernel: ppdev: user-space parallel port driver
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Found device /dev/mapper/centos-swap.
-- Subject: Unit dev-mapper-centos\x2dswap.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dev-mapper-centos\x2dswap.device has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:25 ns1.android-x86.net systemd[1]: Activating swap /dev/mapper/centos-swap...
-- Subject: Unit dev-mapper-centos\x2dswap.swap has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dev-mapper-centos\x2dswap.swap has begun starting up.
Aug 09 10:05:26 ns1.android-x86.net kernel: Adding 2097148k swap on /dev/mapper/centos-swap.  Priority:-1 extents:1 across:2097148k FS
Aug 09 10:05:26 ns1.android-x86.net systemd[1]: Activated swap /dev/mapper/centos-swap.
-- Subject: Unit dev-mapper-centos\x2dswap.swap has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dev-mapper-centos\x2dswap.swap has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:26 ns1.android-x86.net systemd[1]: Reached target Swap.
-- Subject: Unit swap.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit swap.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:26 ns1.android-x86.net systemd[1]: Starting Swap.
-- Subject: Unit swap.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit swap.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net kernel: XFS (vda1): Ending clean mount
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Mounted /boot.
-- Subject: Unit boot.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit boot.mount has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Local File Systems.
-- Subject: Unit local-fs.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit local-fs.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Local File Systems.
-- Subject: Unit local-fs.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit local-fs.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Commit a transient machine-id on disk.
-- Subject: Unit systemd-machine-id-commit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-machine-id-commit.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Rebuild Journal Catalog.
-- Subject: Unit systemd-journal-catalog-update.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-journal-catalog-update.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Mark the need to relabel after reboot.
-- Subject: Unit rhel-autorelabel-mark.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-autorelabel-mark.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Update is Completed.
-- Subject: Unit systemd-update-done.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-update-done.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
-- Subject: Unit plymouth-read-write.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-read-write.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Relabel all filesystems, if necessary.
-- Subject: Unit rhel-autorelabel.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-autorelabel.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Reconfigure the system on administrator request.
-- Subject: Unit rhel-configure.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-configure.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Import network configuration from initramfs...
-- Subject: Unit rhel-import-state.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-import-state.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Import network configuration from initramfs.
-- Subject: Unit rhel-import-state.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-import-state.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-setup.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
-- Subject: Unit plymouth-read-write.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-read-write.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-setup.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Security Auditing Service...
-- Subject: Unit auditd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit auditd.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net auditd[538]: Started dispatcher: /sbin/audispd pid: 549
Aug 09 10:05:27 ns1.android-x86.net audispd[549]: priority_boost_parser called with: 4
Aug 09 10:05:27 ns1.android-x86.net audispd[549]: max_restarts_parser called with: 10
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: /sbin/augenrules: No change
Aug 09 10:05:27 ns1.android-x86.net kernel: type=1305 audit(1470755127.101:3): audit_pid=538 old=0 auid=4294967295 ses=4294967295 res=1
Aug 09 10:05:27 ns1.android-x86.net audispd[549]: No plugins found, exiting
Aug 09 10:05:27 ns1.android-x86.net auditd[538]: Init complete, auditd 2.4.1 listening for events (startup state enable)
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: No rules
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: enabled 1
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: flag 1
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: pid 538
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: rate_limit 0
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: backlog_limit 320
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: lost 0
Aug 09 10:05:27 ns1.android-x86.net augenrules[539]: backlog 1
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Security Auditing Service.
-- Subject: Unit auditd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit auditd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-update-utmp.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-update-utmp.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target System Initialization.
-- Subject: Unit sysinit.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sysinit.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting System Initialization.
-- Subject: Unit sysinit.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sysinit.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Flexible branding.
-- Subject: Unit brandbot.path has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit brandbot.path has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Flexible branding.
-- Subject: Unit brandbot.path has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit brandbot.path has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Paths.
-- Subject: Unit paths.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit paths.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Paths.
-- Subject: Unit paths.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit paths.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Listening on D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dbus.socket has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dbus.socket has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.timer has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.timer has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Timers.
-- Subject: Unit timers.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit timers.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Timers.
-- Subject: Unit timers.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit timers.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Listening on RPCbind Server Activation Socket.
-- Subject: Unit rpcbind.socket has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rpcbind.socket has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting RPCbind Server Activation Socket.
-- Subject: Unit rpcbind.socket has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rpcbind.socket has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Sockets.
-- Subject: Unit sockets.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sockets.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Sockets.
-- Subject: Unit sockets.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sockets.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Basic System.
-- Subject: Unit basic.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit basic.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Basic System.
-- Subject: Unit basic.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit basic.target has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started irqbalance daemon.
-- Subject: Unit irqbalance.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit irqbalance.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting irqbalance daemon...
-- Subject: Unit irqbalance.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit irqbalance.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Login Service...
-- Subject: Unit systemd-logind.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-logind.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Permit User Sessions...
-- Subject: Unit systemd-user-sessions.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-user-sessions.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Load CPU microcode update.
-- Subject: Unit microcode.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit microcode.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting NTP client/server...
-- Subject: Unit chronyd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit chronyd.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Generate rndc key for BIND (DNS)...
-- Subject: Unit named-setup-rndc.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit named-setup-rndc.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting SASL authentication daemon....
-- Subject: Unit saslauthd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit saslauthd.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started D-Bus System Message Bus.
-- Subject: Unit dbus.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dbus.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net /usr/sbin/irqbalance[561]: Balancing is ineffective on systems with a single cpu.  Shutting down
Aug 09 10:05:27 ns1.android-x86.net chronyd[570]: chronyd version 2.1.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +DEBUG +ASYNCDNS +IPV6 +SECHASH)
Aug 09 10:05:27 ns1.android-x86.net dbus[568]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 09 10:05:27 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting D-Bus System Message Bus...
-- Subject: Unit dbus.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dbus.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting firewalld - dynamic firewall daemon...
-- Subject: Unit firewalld.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit firewalld.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Dump dmesg to /var/log/dmesg...
-- Subject: Unit rhel-dmesg.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-dmesg.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net chronyd[570]: Frequency 0.556 +/- 0.380 ppm read from /var/lib/chrony/drift
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started OpenSSH Server Key Generation.
-- Subject: Unit sshd-keygen.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sshd-keygen.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting System Logging Service...
-- Subject: Unit rsyslog.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rsyslog.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Permit User Sessions.
-- Subject: Unit systemd-user-sessions.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-user-sessions.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Generate rndc key for BIND (DNS).
-- Subject: Unit named-setup-rndc.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit named-setup-rndc.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net saslauthd[575]: detach_tty      : master pid is: 575
Aug 09 10:05:27 ns1.android-x86.net saslauthd[575]: ipc_init        : listening on socket: /run/saslauthd/mux
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started SASL authentication daemon..
-- Subject: Unit saslauthd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit saslauthd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started NTP client/server.
-- Subject: Unit chronyd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit chronyd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started System Logging Service.
-- Subject: Unit rsyslog.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rsyslog.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Dump dmesg to /var/log/dmesg.
-- Subject: Unit rhel-dmesg.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit rhel-dmesg.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd-logind[562]: New seat seat0.
-- Subject: A new seat seat0 is now available
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- A new seat seat0 has been configured and is now available.
Aug 09 10:05:27 ns1.android-x86.net systemd-logind[562]: Watching system buttons on /dev/input/event0 (Power Button)
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Login Service.
-- Subject: Unit systemd-logind.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-logind.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Wait for Plymouth Boot Screen to Quit...
-- Subject: Unit plymouth-quit-wait.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-quit-wait.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Command Scheduler.
-- Subject: Unit crond.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit crond.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Command Scheduler...
-- Subject: Unit crond.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit crond.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Terminate Plymouth Boot Screen...
-- Subject: Unit plymouth-quit.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-quit.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net crond[594]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 98% if used.)
Aug 09 10:05:27 ns1.android-x86.net crond[594]: (CRON) INFO (running with inotify support)
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Received SIGRTMIN+20 from PID 256 (plymouthd).
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Received SIGRTMIN+21 from PID 256 (plymouthd).
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Terminate Plymouth Boot Screen.
-- Subject: Unit plymouth-quit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-quit.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Wait for Plymouth Boot Screen to Quit.
-- Subject: Unit plymouth-quit-wait.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit plymouth-quit-wait.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Started Getty on tty1.
-- Subject: Unit getty@tty1.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Getty on tty1...
-- Subject: Unit getty@tty1.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has begun starting up.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Reached target Login Prompts.
-- Subject: Unit getty.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:27 ns1.android-x86.net systemd[1]: Starting Login Prompts.
-- Subject: Unit getty.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty.target has begun starting up.
Aug 09 10:05:28 ns1.android-x86.net kernel: nf_conntrack version 0.5.0 (7944 buckets, 31776 max)
Aug 09 10:05:28 ns1.android-x86.net kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Aug 09 10:05:28 ns1.android-x86.net kernel: Ebtables v2.0 registered
Aug 09 10:05:28 ns1.android-x86.net kernel: Bridge firewalling registered
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Started firewalld - dynamic firewall daemon.
-- Subject: Unit firewalld.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit firewalld.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Starting Network Manager...
-- Subject: Unit NetworkManager.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager.service has begun starting up.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  NetworkManager (version 1.0.6-30.el7_2) is starting...
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 10-ibft-plugin.conf
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Started Network Manager.
-- Subject: Unit NetworkManager.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Starting Network Manager Wait Online...
-- Subject: Unit NetworkManager-wait-online.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager-wait-online.service has begun starting up.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded settings plugin ifcfg-rh: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-rh.so)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded settings plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ibft.so)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-ens3 (dffa1a75-5c16-44a3-b3a0-3305d364e53e,"ens3")
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (f625f501-b73d-42be-85e0-bd3285b34617,"eth0")
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  monitoring kernel firmware directory '/lib/firmware'.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMVxlanFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMVlanFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMVethFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMTunFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMMacvlanFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMInfinibandFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMGreFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMEthernetFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMBridgeFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMBondFactory (internal)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/libnm-device-plugin-team.so)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  WiFi enabled by radio killswitch; enabled by state file
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  WWAN enabled by radio killswitch; enabled by state file
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  WiMAX enabled by radio killswitch; enabled by state file
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  Networking is enabled by state file
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (lo): link connected
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (eth0): new Ethernet device (carrier: OFF, driver: 'virtio_net', ifindex: 3)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 09 10:05:28 ns1.android-x86.net kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (eth0): link connected
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): new Ethernet device (carrier: OFF, driver: 'e1000', ifindex: 2)
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 09 10:05:28 ns1.android-x86.net kernel: IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready
Aug 09 10:05:28 ns1.android-x86.net kernel: IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready
Aug 09 10:05:28 ns1.android-x86.net dbus[568]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Aug 09 10:05:28 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Starting Authorization Manager...
-- Subject: Unit polkit.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit polkit.service has begun starting up.
Aug 09 10:05:28 ns1.android-x86.net dbus[568]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Aug 09 10:05:28 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Starting WPA Supplicant daemon...
-- Subject: Unit wpa_supplicant.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit wpa_supplicant.service has begun starting up.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 09 10:05:28 ns1.android-x86.net dbus[568]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 09 10:05:28 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 09 10:05:28 ns1.android-x86.net systemd[1]: Started WPA Supplicant daemon.
-- Subject: Unit wpa_supplicant.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit wpa_supplicant.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:28 ns1.android-x86.net NetworkManager[648]: <info>  wpa_supplicant running
Aug 09 10:05:28 ns1.android-x86.net polkitd[671]: Started polkitd version 0.112
Aug 09 10:05:29 ns1.android-x86.net polkitd[671]: Loading rules from directory /etc/polkit-1/rules.d
Aug 09 10:05:29 ns1.android-x86.net polkitd[671]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 09 10:05:29 ns1.android-x86.net polkitd[671]: Finished loading, compiling and executing 2 rules
Aug 09 10:05:29 ns1.android-x86.net dbus[568]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 09 10:05:29 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 09 10:05:29 ns1.android-x86.net polkitd[671]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 09 10:05:29 ns1.android-x86.net systemd[1]: Started Authorization Manager.
-- Subject: Unit polkit.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit polkit.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:30 ns1.android-x86.net kernel: e1000: ens3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Aug 09 10:05:30 ns1.android-x86.net kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ens3: link becomes ready
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): link connected
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  Auto-activating connection 'ens3'.
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): Activation: starting connection 'ens3' (dffa1a75-5c16-44a3-b3a0-3305d364e53e)
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  NetworkManager state is now CONNECTING
Aug 09 10:05:30 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  Activation (ens3) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  dhclient started with pid 1019
Aug 09 10:05:31 ns1.android-x86.net dhclient[1019]: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x39a096de)
Aug 09 10:05:31 ns1.android-x86.net dhclient[1019]: DHCPACK from 10.20.117.161 (xid=0x39a096de)
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    address 116.93.120.121
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    plen 24 (255.255.255.0)
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    gateway 116.93.120.1
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    server identifier 10.20.117.161
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    lease time 3600
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    hostname 'ns1'
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    nameserver '116.93.119.119'
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    nameserver '162.213.38.38'
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>    nameserver '178.22.66.167'
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): DHCPv4 state changed unknown -> bound
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): device state change: secondaries -> activated (reason 'none') [90 100 0]
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  NetworkManager state is now CONNECTED_LOCAL
Aug 09 10:05:31 ns1.android-x86.net dhclient[1019]: bound to 116.93.120.121 -- renewal in 1638 seconds.
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  Policy set 'ens3' (ens3) as default for IPv4 routing and DNS.
Aug 09 10:05:31 ns1.android-x86.net NetworkManager[648]: <info>  (ens3): Activation: successful, device activated.
Aug 09 10:05:31 ns1.android-x86.net dbus[568]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Aug 09 10:05:31 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Aug 09 10:05:31 ns1.android-x86.net systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: Unit NetworkManager-dispatcher.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager-dispatcher.service has begun starting up.
Aug 09 10:05:31 ns1.android-x86.net dbus[568]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 09 10:05:31 ns1.android-x86.net dbus-daemon[568]: dbus[568]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 09 10:05:31 ns1.android-x86.net systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: Unit NetworkManager-dispatcher.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager-dispatcher.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:31 ns1.android-x86.net nm-dispatcher[1026]: Dispatching action 'up' for ens3
Aug 09 10:05:36 ns1.android-x86.net NetworkManager[648]: <info>  startup complete
Aug 09 10:05:36 ns1.android-x86.net systemd[1]: Started Network Manager Wait Online.
-- Subject: Unit NetworkManager-wait-online.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit NetworkManager-wait-online.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:36 ns1.android-x86.net systemd[1]: Starting LSB: Bring up/down networking...
-- Subject: Unit network.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network.service has begun starting up.
Aug 09 10:05:36 ns1.android-x86.net network[1043]: Bringing up loopback interface:  Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
Aug 09 10:05:36 ns1.android-x86.net network[1043]: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
Aug 09 10:05:36 ns1.android-x86.net network[1043]: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
Aug 09 10:05:37 ns1.android-x86.net network[1043]: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
Aug 09 10:05:37 ns1.android-x86.net network[1043]: [  OK  ]
Aug 09 10:05:37 ns1.android-x86.net network[1043]: Bringing up interface ens3:  [  OK  ]
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Started LSB: Bring up/down networking.
-- Subject: Unit network.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Network.
-- Subject: Unit network.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network.target has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Dynamic System Tuning Daemon...
-- Subject: Unit tuned.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit tuned.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting MariaDB database server...
-- Subject: Unit mariadb.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Berkeley Internet Name Domain (DNS)...
-- Subject: Unit named.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit named.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Postfix Mail Transport Agent...
-- Subject: Unit postfix.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postfix.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Reached target Network is Online.
-- Subject: Unit network-online.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network-online.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Network is Online.
-- Subject: Unit network-online.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit network-online.target has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting LSB: Start or stop the Webmin server...
-- Subject: Unit webmin.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit webmin.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting SYSV: Daemon for quickly looking up Virtualmin servers from procmail...
-- Subject: Unit lookup-domain.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lookup-domain.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting LSB: Start or stop the Usermin server...
-- Subject: Unit usermin.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit usermin.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Dovecot IMAP/POP3 email server...
-- Subject: Unit dovecot.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dovecot.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Crash recovery kernel arming...
-- Subject: Unit kdump.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kdump.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Started OpenSSH server daemon.
-- Subject: Unit sshd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sshd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting OpenSSH server daemon...
-- Subject: Unit sshd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sshd.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net systemd[1]: Starting Spamassassin daemon...
-- Subject: Unit spamassassin.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit spamassassin.service has begun starting up.
Aug 09 10:05:37 ns1.android-x86.net sshd[1229]: Server listening on 0.0.0.0 port 22.
Aug 09 10:05:37 ns1.android-x86.net sshd[1229]: Server listening on :: port 22.
Aug 09 10:05:37 ns1.android-x86.net bash[1221]: zone localhost.localdomain/IN: loaded serial 0
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone localhost/IN: loaded serial 0
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone 0.in-addr.arpa/IN: loaded serial 0
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone ns1.android-x86.net/IN: loaded serial 1470708543
Aug 09 10:05:38 ns1.android-x86.net bash[1221]: zone android-x86.net/IN: loaded serial 1470708678
Aug 09 10:05:38 ns1.android-x86.net named[1284]: starting BIND 9.9.4-RedHat-9.9.4-29.el7_2.3 -u named
Aug 09 10:05:38 ns1.android-x86.net named[1284]: built with '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-libtool' '--localstatedir=/var' '--enable-threads' '--enable-ipv6' '--enable-filter-aaaa' '--enable-rrl' '--with-pic' '--disable-static' '--disable-openssl-version-check' '--enable-exportlib' '--with-export-libdir=/usr/lib64' '--with-export-includedir=/usr/include' '--includedir=/usr/include/bind9' '--enable-native-pkcs11' '--with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so' '--with-dlopen=yes' '--with-dlz-ldap=yes' '--with-dlz-postgres=yes' '--with-dlz-mysql=yes' '--with-dlz-filesystem=yes' '--with-dlz-bdb=yes' '--with-gssapi=yes' '--disable-isc-spnego' '--enable-fixed-rrset' '--with-docbook-xsl=/usr/share/sgml/docbook/xsl-stylesheets' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro ' 'CPPFLAGS= -DDIG_SIGCHASE'
Aug 09 10:05:38 ns1.android-x86.net named[1284]: ----------------------------------------------------
Aug 09 10:05:38 ns1.android-x86.net named[1284]: BIND 9 is maintained by Internet Systems Consortium,
Aug 09 10:05:38 ns1.android-x86.net named[1284]: Inc. (ISC), a non-profit 501(c)(3) public-benefit
Aug 09 10:05:38 ns1.android-x86.net named[1284]: corporation.  Support and training for BIND 9 are
Aug 09 10:05:38 ns1.android-x86.net named[1284]: available at https://www.isc.org/support
Aug 09 10:05:38 ns1.android-x86.net named[1284]: ----------------------------------------------------
Aug 09 10:05:38 ns1.android-x86.net named[1284]: adjusted limit on open files from 4096 to 1048576
Aug 09 10:05:38 ns1.android-x86.net named[1284]: found 1 CPU, using 1 worker thread
Aug 09 10:05:38 ns1.android-x86.net named[1284]: using 1 UDP listener per interface
Aug 09 10:05:38 ns1.android-x86.net named[1284]: using up to 4096 sockets
Aug 09 10:05:38 ns1.android-x86.net systemd[1]: Started Dovecot IMAP/POP3 email server.
-- Subject: Unit dovecot.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit dovecot.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:38 ns1.android-x86.net named[1284]: loading configuration from '/etc/named.conf'
Aug 09 10:05:38 ns1.android-x86.net named[1284]: reading built-in trusted keys from file '/etc/named.iscdlv.key'
Aug 09 10:05:38 ns1.android-x86.net named[1284]: using default UDP/IPv4 port range: [1024, 65535]
Aug 09 10:05:38 ns1.android-x86.net named[1284]: using default UDP/IPv6 port range: [1024, 65535]
Aug 09 10:05:38 ns1.android-x86.net named[1284]: listening on IPv6 interfaces, port 53
Aug 09 10:05:38 ns1.android-x86.net named[1284]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 09 10:05:38 ns1.android-x86.net named[1284]: listening on IPv4 interface ens3, 116.93.120.121#53
Aug 09 10:05:38 ns1.android-x86.net named[1284]: generating session key for dynamic DNS
Aug 09 10:05:38 ns1.android-x86.net named[1284]: sizing zone task pool based on 8 zones
Aug 09 10:05:38 ns1.android-x86.net named[1284]: set up managed keys zone for view _default, file '/var/named/dynamic/managed-keys.bind'
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 10.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 16.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 17.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 18.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 19.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 20.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 21.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 22.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 23.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 24.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 25.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 26.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 27.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 28.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 29.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 30.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 31.172.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 168.192.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 64.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 65.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 66.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 67.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 68.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 69.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 70.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 71.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 72.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 73.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 74.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 75.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 76.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 77.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 78.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 79.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 80.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 81.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 82.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 83.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 84.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 85.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 86.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 87.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 88.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 89.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 90.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 91.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 92.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 93.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 94.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 95.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 96.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 97.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 98.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 99.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 100.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 101.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 102.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 103.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 104.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 105.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 106.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 107.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 108.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 109.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 110.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 111.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net named[1284]: automatic empty zone: 112.100.IN-ADDR.ARPA
Aug 09 10:05:38 ns1.android-x86.net dovecot[1295]: master: Dovecot v2.2.10 starting up for imap, pop3 (core dumps disabled)
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 113.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 114.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 115.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 116.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 117.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 118.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 119.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 120.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 121.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 122.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 123.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 124.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 125.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 126.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 127.100.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 127.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 254.169.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: D.F.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 8.E.F.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 9.E.F.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: A.E.F.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: B.E.F.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Aug 09 10:05:39 ns1.android-x86.net named[1284]: command channel listening on 127.0.0.1#953
Aug 09 10:05:39 ns1.android-x86.net named[1284]: command channel listening on ::1#953
Aug 09 10:05:39 ns1.android-x86.net named[1284]: managed-keys-zone: loaded serial 2
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone 0.in-addr.arpa/IN: loaded serial 0
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone localhost.localdomain/IN: loaded serial 0
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone ns1.android-x86.net/IN: loaded serial 1470708543
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone localhost/IN: loaded serial 0
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
Aug 09 10:05:39 ns1.android-x86.net named[1284]: zone android-x86.net/IN: loaded serial 1470708678
Aug 09 10:05:39 ns1.android-x86.net named[1284]: all zones loaded
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Started Berkeley Internet Name Domain (DNS).
-- Subject: Unit named.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit named.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Reached target Host and Network Name Lookups.
-- Subject: Unit nss-lookup.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nss-lookup.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Starting Host and Network Name Lookups.
-- Subject: Unit nss-lookup.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit nss-lookup.target has begun starting up.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Starting ProFTPD FTP Server...
-- Subject: Unit proftpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit proftpd.service has begun starting up.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unit httpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
Aug 09 10:05:39 ns1.android-x86.net named[1284]: running
Aug 09 10:05:39 ns1.android-x86.net proftpd[1377]: 2016-08-09 10:05:39,900 ns1.android-x86.net proftpd[1377]: fatal: SFTPHostKey: unable to use '/etc/ssh/ssh_host_rsa_key' as host key, as it is group- or world-accessible on line 435 of '/etc/proftpd.conf'
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: proftpd.service: control process exited, code=exited status=1
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Failed to start ProFTPD FTP Server.
-- Subject: Unit proftpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit proftpd.service has failed.
--
-- The result is failed.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: Unit proftpd.service entered failed state.
Aug 09 10:05:39 ns1.android-x86.net systemd[1]: proftpd.service failed.
Aug 09 10:05:40 ns1.android-x86.net webmin[1228]: Webmin starting
Aug 09 10:05:42 ns1.android-x86.net systemd[1]: Started Dynamic System Tuning Daemon.
-- Subject: Unit tuned.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit tuned.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:44 ns1.android-x86.net systemd[1]: Started LSB: Start or stop the Usermin server.
-- Subject: Unit usermin.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit usermin.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:44 ns1.android-x86.net spamd[1241]: logger: removing stderr method
Aug 09 10:05:44 ns1.android-x86.net systemd[1]: Started LSB: Start or stop the Webmin server.
-- Subject: Unit webmin.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit webmin.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:45 ns1.android-x86.net systemd[1]: Started The Apache HTTP Server.
-- Subject: Unit httpd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:46 ns1.android-x86.net mysqld_safe[1320]: 160809 10:05:46 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
Aug 09 10:05:46 ns1.android-x86.net chronyd[570]: Selected source 218.186.3.36
Aug 09 10:05:46 ns1.android-x86.net chronyd[570]: System clock wrong by 1.235549 seconds, adjustment started
Aug 09 10:05:46 ns1.android-x86.net kernel: Adjusting kvm-clock more than 11% (9437179 vs 9311354)
Aug 09 10:05:47 ns1.android-x86.net systemd[1]: Started SYSV: Daemon for quickly looking up Virtualmin servers from procmail.
-- Subject: Unit lookup-domain.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit lookup-domain.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:48 ns1.android-x86.net postfix/postfix-script[1953]: starting the Postfix mail system
Aug 09 10:05:48 ns1.android-x86.net postfix/master[1964]: daemon started -- version 2.10.1, configuration /etc/postfix
Aug 09 10:05:48 ns1.android-x86.net systemd[1]: Started Postfix Mail Transport Agent.
-- Subject: Unit postfix.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postfix.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:49 ns1.android-x86.net mysqld_safe[1320]: 160809 10:05:49 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Aug 09 10:05:51 ns1.android-x86.net suexec[2065]: uid: (501/miker1029) gid: (501/miker1029) cmd: php5.fcgi
Aug 09 10:05:51 ns1.android-x86.net mysqld_safe[1320]: 160809 10:05:51 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended
Aug 09 10:05:52 ns1.android-x86.net sshd[2059]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:05:52 ns1.android-x86.net sshd[2059]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:05:53 ns1.android-x86.net systemd[1]: mariadb.service: control process exited, code=exited status=1
Aug 09 10:05:53 ns1.android-x86.net systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mariadb.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has failed.
--
-- The result is failed.
Aug 09 10:05:53 ns1.android-x86.net systemd[1]: Unit mariadb.service entered failed state.
Aug 09 10:05:53 ns1.android-x86.net systemd[1]: mariadb.service failed.
Aug 09 10:05:53 ns1.android-x86.net sshd[2059]: Failed password for root from 116.31.116.39 port 38034 ssh2
Aug 09 10:05:54 ns1.android-x86.net sshd[2059]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:05:55 ns1.android-x86.net spamd[1818]: spamd: server started on IO::Socket::IP [127.0.0.1]:783, IO::Socket::IP [::1]:783 (running version 3.4.0)
Aug 09 10:05:55 ns1.android-x86.net spamd[1818]: spamd: server pid: 1818
Aug 09 10:05:55 ns1.android-x86.net spamd[1818]: spamd: server successfully spawned child process, pid 2252
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Started Spamassassin daemon.
-- Subject: Unit spamassassin.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit spamassassin.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Reached target Multi-User System.
-- Subject: Unit multi-user.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit multi-user.target has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Starting Multi-User System.
-- Subject: Unit multi-user.target has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit multi-user.target has begun starting up.
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
-- Subject: Unit systemd-readahead-done.timer has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-readahead-done.timer has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Starting Update UTMP about System Runlevel Changes...
-- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-update-utmp-runlevel.service has begun starting up.
Aug 09 10:05:55 ns1.android-x86.net spamd[1818]: spamd: server successfully spawned child process, pid 2253
Aug 09 10:05:55 ns1.android-x86.net spamd[1818]: prefork: child states: II
Aug 09 10:05:55 ns1.android-x86.net systemd[1]: Started Update UTMP about System Runlevel Changes.
-- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-update-utmp-runlevel.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:05:55 ns1.android-x86.net sshd[2059]: Failed password for root from 116.31.116.39 port 38034 ssh2
Aug 09 10:05:56 ns1.android-x86.net sshd[2059]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:05:57 ns1.android-x86.net kdumpctl[1227]: No memory reserved for crash kernel.
Aug 09 10:05:57 ns1.android-x86.net kdumpctl[1227]: Starting kdump: [FAILED]
Aug 09 10:05:57 ns1.android-x86.net systemd[1]: kdump.service: main process exited, code=exited, status=1/FAILURE
Aug 09 10:05:57 ns1.android-x86.net systemd[1]: Failed to start Crash recovery kernel arming.
-- Subject: Unit kdump.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kdump.service has failed.
--
-- The result is failed.
Aug 09 10:05:57 ns1.android-x86.net systemd[1]: Startup finished in 1.290s (kernel) + 4.337s (initrd) + 32.780s (userspace) = 38.408s.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
--
-- Kernel start-up required 1290409 microseconds.
--
-- Initial RAM disk start-up required 4337185 microseconds.
--
-- Userspace start-up required 32780482 microseconds.
Aug 09 10:05:57 ns1.android-x86.net systemd[1]: Unit kdump.service entered failed state.
Aug 09 10:05:57 ns1.android-x86.net systemd[1]: kdump.service failed.
Aug 09 10:05:58 ns1.android-x86.net sshd[2059]: Failed password for root from 116.31.116.39 port 38034 ssh2
Aug 09 10:05:58 ns1.android-x86.net sshd[2059]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:05:58 ns1.android-x86.net sshd[2059]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:06:03 ns1.android-x86.net sshd[2867]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:06:03 ns1.android-x86.net sshd[2867]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:05 ns1.android-x86.net sshd[2867]: Failed password for root from 116.31.116.39 port 42274 ssh2
Aug 09 10:06:05 ns1.android-x86.net sshd[2867]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:07 ns1.android-x86.net sshd[2867]: Failed password for root from 116.31.116.39 port 42274 ssh2
Aug 09 10:06:08 ns1.android-x86.net sshd[2867]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:10 ns1.android-x86.net sshd[2867]: Failed password for root from 116.31.116.39 port 42274 ssh2
Aug 09 10:06:10 ns1.android-x86.net sshd[2867]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:06:10 ns1.android-x86.net sshd[2867]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:06:30 ns1.android-x86.net postfix/smtpd[2919]: warning: hostname mynewdirections.com does not resolve to address 65.36.162.146
Aug 09 10:06:30 ns1.android-x86.net postfix/smtpd[2919]: connect from unknown[65.36.162.146]
Aug 09 10:06:31 ns1.android-x86.net saslauthd[575]: pam_unix(smtp:auth): check pass; user unknown
Aug 09 10:06:31 ns1.android-x86.net saslauthd[575]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Aug 09 10:06:34 ns1.android-x86.net saslauthd[575]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
Aug 09 10:06:34 ns1.android-x86.net saslauthd[575]: do_auth         : auth failure: [user=symantec] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Aug 09 10:06:34 ns1.android-x86.net postfix/smtpd[2919]: warning: unknown[65.36.162.146]: SASL LOGIN authentication failed: authentication failure
Aug 09 10:06:34 ns1.android-x86.net postfix/smtpd[2919]: disconnect from unknown[65.36.162.146]
Aug 09 10:06:40 ns1.android-x86.net sshd[2924]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:06:40 ns1.android-x86.net sshd[2924]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:41 ns1.android-x86.net sshd[2924]: Failed password for root from 116.31.116.39 port 21358 ssh2
Aug 09 10:06:42 ns1.android-x86.net sshd[2924]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:44 ns1.android-x86.net sshd[2924]: Failed password for root from 116.31.116.39 port 21358 ssh2
Aug 09 10:06:44 ns1.android-x86.net sshd[2924]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:06:46 ns1.android-x86.net sshd[2924]: Failed password for root from 116.31.116.39 port 21358 ssh2
Aug 09 10:06:46 ns1.android-x86.net sshd[2924]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:06:46 ns1.android-x86.net sshd[2924]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:07:17 ns1.android-x86.net sshd[2934]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:07:17 ns1.android-x86.net sshd[2934]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:07:20 ns1.android-x86.net sshd[2934]: Failed password for root from 116.31.116.39 port 60265 ssh2
Aug 09 10:07:20 ns1.android-x86.net sshd[2934]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:07:21 ns1.android-x86.net sshd[2934]: Failed password for root from 116.31.116.39 port 60265 ssh2
Aug 09 10:07:21 ns1.android-x86.net sshd[2934]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:07:23 ns1.android-x86.net sshd[2934]: Failed password for root from 116.31.116.39 port 60265 ssh2
Aug 09 10:07:24 ns1.android-x86.net sshd[2934]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:07:24 ns1.android-x86.net sshd[2934]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:07:54 ns1.android-x86.net sshd[2949]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:07:54 ns1.android-x86.net sshd[2949]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:07:55 ns1.android-x86.net sshd[2949]: Failed password for root from 116.31.116.39 port 40282 ssh2
Aug 09 10:07:56 ns1.android-x86.net sshd[2949]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:07:58 ns1.android-x86.net sshd[2949]: Failed password for root from 116.31.116.39 port 40282 ssh2
Aug 09 10:07:58 ns1.android-x86.net sshd[2949]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:08:00 ns1.android-x86.net sshd[2949]: Failed password for root from 116.31.116.39 port 40282 ssh2
Aug 09 10:08:00 ns1.android-x86.net sshd[2949]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:08:00 ns1.android-x86.net sshd[2949]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:08:11 ns1.android-x86.net systemd[1]: getty@tty1.service has no holdoff time, scheduling restart.
Aug 09 10:08:11 ns1.android-x86.net systemd[1]: Started Getty on tty1.
-- Subject: Unit getty@tty1.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:08:11 ns1.android-x86.net systemd[1]: Starting Getty on tty1...
-- Subject: Unit getty@tty1.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has begun starting up.
Aug 09 10:08:45 ns1.android-x86.net sshd[2953]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:08:45 ns1.android-x86.net sshd[2953]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:08:47 ns1.android-x86.net sshd[2953]: Failed password for root from 116.31.116.39 port 42206 ssh2
Aug 09 10:08:47 ns1.android-x86.net sshd[2953]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:08:49 ns1.android-x86.net sshd[2953]: Failed password for root from 116.31.116.39 port 42206 ssh2
Aug 09 10:08:49 ns1.android-x86.net sshd[2953]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:08:51 ns1.android-x86.net sshd[2953]: Failed password for root from 116.31.116.39 port 42206 ssh2
Aug 09 10:08:51 ns1.android-x86.net sshd[2953]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:08:51 ns1.android-x86.net sshd[2953]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:09:08 ns1.android-x86.net sshd[2955]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:09:08 ns1.android-x86.net sshd[2955]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:10 ns1.android-x86.net sshd[2955]: Failed password for root from 116.31.116.39 port 58840 ssh2
Aug 09 10:09:10 ns1.android-x86.net sshd[2955]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:12 ns1.android-x86.net sshd[2955]: Failed password for root from 116.31.116.39 port 58840 ssh2
Aug 09 10:09:12 ns1.android-x86.net sshd[2955]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:14 ns1.android-x86.net sshd[2955]: Failed password for root from 116.31.116.39 port 58840 ssh2
Aug 09 10:09:14 ns1.android-x86.net sshd[2955]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:09:14 ns1.android-x86.net sshd[2955]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:09:44 ns1.android-x86.net sshd[2957]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:09:44 ns1.android-x86.net sshd[2957]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:46 ns1.android-x86.net sshd[2957]: Failed password for root from 116.31.116.39 port 38188 ssh2
Aug 09 10:09:46 ns1.android-x86.net sshd[2957]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:48 ns1.android-x86.net sshd[2960]: Received disconnect from 221.194.44.218: 11:  [preauth]
Aug 09 10:09:48 ns1.android-x86.net sshd[2957]: Failed password for root from 116.31.116.39 port 38188 ssh2
Aug 09 10:09:48 ns1.android-x86.net sshd[2957]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:09:50 ns1.android-x86.net sshd[2957]: Failed password for root from 116.31.116.39 port 38188 ssh2
Aug 09 10:09:50 ns1.android-x86.net sshd[2957]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:09:50 ns1.android-x86.net sshd[2957]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:09:54 ns1.android-x86.net postfix/anvil[2921]: statistics: max connection rate 1/60s for (smtp:65.36.162.146) at Aug  9 10:06:30
Aug 09 10:09:54 ns1.android-x86.net postfix/anvil[2921]: statistics: max connection count 1 for (smtp:65.36.162.146) at Aug  9 10:06:30
Aug 09 10:09:54 ns1.android-x86.net postfix/anvil[2921]: statistics: max cache size 1 at Aug  9 10:06:30
Aug 09 10:09:58 ns1.android-x86.net webmin[2947]: Successful login as root from 172.58.105.203
Aug 09 10:10:01 ns1.android-x86.net systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:10:02 ns1.android-x86.net systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun starting up.
Aug 09 10:10:02 ns1.android-x86.net systemd[1]: Started Session 1 of user root.
-- Subject: Unit session-1.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-1.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:10:02 ns1.android-x86.net systemd[1]: Starting Session 1 of user root.
-- Subject: Unit session-1.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-1.scope has begun starting up.
Aug 09 10:10:02 ns1.android-x86.net CROND[2967]: (root) CMD (/etc/webmin/status/monitor.pl)
Aug 09 10:10:09 ns1.android-x86.net su[2982]: (to postgres) root on none
Aug 09 10:10:09 ns1.android-x86.net su[2982]: pam_unix(su:session): session opened for user postgres by (uid=0)
Aug 09 10:10:09 ns1.android-x86.net su[2982]: pam_unix(su:session): session closed for user postgres
Aug 09 10:10:11 ns1.android-x86.net systemd[1]: Removed slice user-0.slice.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Aug 09 10:10:11 ns1.android-x86.net systemd[1]: Stopping user-0.slice.
-- Subject: Unit user-0.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun shutting down.
Aug 09 10:10:21 ns1.android-x86.net sshd[3073]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:10:21 ns1.android-x86.net sshd[3073]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:10:23 ns1.android-x86.net sshd[3073]: Failed password for root from 116.31.116.39 port 23625 ssh2
Aug 09 10:10:23 ns1.android-x86.net sshd[3073]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:10:25 ns1.android-x86.net sshd[3073]: Failed password for root from 116.31.116.39 port 23625 ssh2
Aug 09 10:10:25 ns1.android-x86.net sshd[3073]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:10:27 ns1.android-x86.net sshd[3073]: Failed password for root from 116.31.116.39 port 23625 ssh2
Aug 09 10:10:27 ns1.android-x86.net sshd[3073]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:10:27 ns1.android-x86.net sshd[3073]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:10:54 ns1.android-x86.net sshd[3076]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:10:54 ns1.android-x86.net sshd[3076]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:10:56 ns1.android-x86.net sshd[3076]: Failed password for root from 116.31.116.39 port 45201 ssh2
Aug 09 10:10:56 ns1.android-x86.net sshd[3076]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:10:58 ns1.android-x86.net sshd[3076]: Failed password for root from 116.31.116.39 port 45201 ssh2
Aug 09 10:10:59 ns1.android-x86.net sshd[3076]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:11:01 ns1.android-x86.net sshd[3076]: Failed password for root from 116.31.116.39 port 45201 ssh2
Aug 09 10:11:01 ns1.android-x86.net sshd[3076]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:11:01 ns1.android-x86.net sshd[3076]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:11:16 ns1.android-x86.net postfix/smtpd[3078]: connect from virtualmin.com[198.154.100.99]
Aug 09 10:11:16 ns1.android-x86.net postfix/smtpd[3078]: 89F3C458B68A: client=virtualmin.com[198.154.100.99]
Aug 09 10:11:16 ns1.android-x86.net postfix/cleanup[3082]: 89F3C458B68A: message-id=<20160809151115.95E6E1573F@new.cloud.virtualmin.com>
Aug 09 10:11:16 ns1.android-x86.net postfix/qmgr[1977]: 89F3C458B68A: from=<info@virtualmin.com>, size=3752, nrcpt=1 (queue active)
Aug 09 10:11:16 ns1.android-x86.net postfix/trivial-rewrite[3081]: warning: do not list domain ns1.android-x86.net in BOTH mydestination and virtual_alias_domains
Aug 09 10:11:16 ns1.android-x86.net postfix/smtpd[3078]: disconnect from virtualmin.com[198.154.100.99]
Aug 09 10:11:34 ns1.android-x86.net sshd[3161]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:11:34 ns1.android-x86.net sshd[3161]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:11:37 ns1.android-x86.net sshd[3161]: Failed password for root from 116.31.116.39 port 34684 ssh2
Aug 09 10:11:37 ns1.android-x86.net sshd[3161]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:11:39 ns1.android-x86.net sshd[3161]: Failed password for root from 116.31.116.39 port 34684 ssh2
Aug 09 10:11:39 ns1.android-x86.net sshd[3161]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:11:42 ns1.android-x86.net sshd[3161]: Failed password for root from 116.31.116.39 port 34684 ssh2
Aug 09 10:11:42 ns1.android-x86.net sshd[3161]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:11:42 ns1.android-x86.net sshd[3161]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:11:56 ns1.android-x86.net spamd[2252]: spamd: connection from localhost [::1]:60172 to port 783, fd 6
Aug 09 10:11:56 ns1.android-x86.net spamd[2252]: spamd: setuid to miker1029 succeeded
Aug 09 10:11:56 ns1.android-x86.net spamd[2252]: spamd: processing message <20160809151115.95E6E1573F@new.cloud.virtualmin.com> for miker1029:501
Aug 09 10:11:56 ns1.android-x86.net spamd[2252]: spf: lookup failed: addr is not a string at /usr/share/perl5/vendor_perl/IO/Socket/IP.pm line 662.
Aug 09 10:11:56 ns1.android-x86.net spamd[2252]: spf: lookup failed: addr is not a string at /usr/share/perl5/vendor_perl/IO/Socket/IP.pm line 662.
Aug 09 10:11:57 ns1.android-x86.net spamd[2252]: spamd: clean message (-0.5/5.0) for miker1029:501 in 0.7 seconds, 3834 bytes.
Aug 09 10:11:57 ns1.android-x86.net spamd[2252]: spamd: result: . 0 - DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RP_MATCHES_RCVD,URIBL_BLOCKED scantime=0.7,size=3834,user=miker1029,uid=501,required_score=5.0,rhost=localhost,raddr=::1,rport=60172,mid=<20160809151115.95E6E1573F@new.cloud.virtualmin.com>,autolearn=ham autolearn_force=no
Aug 09 10:11:57 ns1.android-x86.net spamd[1818]: prefork: child states: II
Aug 09 10:11:57 ns1.android-x86.net postfix/local[3083]: 89F3C458B68A: to=<miker1029@ns1.android-x86.net>, orig_to=<miker1029@android-x86.net>, relay=local, delay=41, delays=0.23/0.01/0/40, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME)
Aug 09 10:11:57 ns1.android-x86.net postfix/qmgr[1977]: 89F3C458B68A: removed
Aug 09 10:11:59 ns1.android-x86.net postfix/smtpd[3078]: warning: hostname 187-51-48-114.customer.tdatabrasil.net.br does not resolve to address 187.51.48.114: Name or service not known
Aug 09 10:11:59 ns1.android-x86.net postfix/smtpd[3078]: connect from unknown[187.51.48.114]
Aug 09 10:12:01 ns1.android-x86.net saslauthd[582]: pam_unix(smtp:auth): check pass; user unknown
Aug 09 10:12:01 ns1.android-x86.net saslauthd[582]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Aug 09 10:12:03 ns1.android-x86.net saslauthd[582]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
Aug 09 10:12:03 ns1.android-x86.net saslauthd[582]: do_auth         : auth failure: [user=tech] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Aug 09 10:12:03 ns1.android-x86.net postfix/smtpd[3078]: warning: unknown[187.51.48.114]: SASL LOGIN authentication failed: authentication failure
Aug 09 10:12:04 ns1.android-x86.net postfix/smtpd[3078]: disconnect from unknown[187.51.48.114]
Aug 09 10:12:10 ns1.android-x86.net sshd[3165]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:12:10 ns1.android-x86.net sshd[3165]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:13 ns1.android-x86.net sshd[3165]: Failed password for root from 116.31.116.39 port 15190 ssh2
Aug 09 10:12:13 ns1.android-x86.net sshd[3165]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:15 ns1.android-x86.net sshd[3165]: Failed password for root from 116.31.116.39 port 15190 ssh2
Aug 09 10:12:15 ns1.android-x86.net sshd[3165]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:17 ns1.android-x86.net sshd[3165]: Failed password for root from 116.31.116.39 port 15190 ssh2
Aug 09 10:12:17 ns1.android-x86.net sshd[3165]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:12:17 ns1.android-x86.net sshd[3165]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:12:49 ns1.android-x86.net sshd[3252]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:12:49 ns1.android-x86.net sshd[3252]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:51 ns1.android-x86.net sshd[3252]: Failed password for root from 116.31.116.39 port 50141 ssh2
Aug 09 10:12:51 ns1.android-x86.net sshd[3252]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:53 ns1.android-x86.net sshd[3252]: Failed password for root from 116.31.116.39 port 50141 ssh2
Aug 09 10:12:53 ns1.android-x86.net sshd[3252]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:12:54 ns1.android-x86.net sshd[3252]: Failed password for root from 116.31.116.39 port 50141 ssh2
Aug 09 10:12:55 ns1.android-x86.net sshd[3252]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:12:55 ns1.android-x86.net sshd[3252]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:13:25 ns1.android-x86.net sshd[3255]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:13:25 ns1.android-x86.net sshd[3255]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:13:26 ns1.android-x86.net sshd[3255]: Failed password for root from 116.31.116.39 port 29577 ssh2
Aug 09 10:13:27 ns1.android-x86.net sshd[3255]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:13:28 ns1.android-x86.net sshd[3255]: Failed password for root from 116.31.116.39 port 29577 ssh2
Aug 09 10:13:28 ns1.android-x86.net sshd[3255]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:13:30 ns1.android-x86.net sshd[3255]: Failed password for root from 116.31.116.39 port 29577 ssh2
Aug 09 10:13:30 ns1.android-x86.net sshd[3255]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:13:30 ns1.android-x86.net sshd[3255]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:13:59 ns1.android-x86.net sshd[3257]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:13:59 ns1.android-x86.net sshd[3257]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:01 ns1.android-x86.net sshd[3257]: Failed password for root from 116.31.116.39 port 64439 ssh2
Aug 09 10:14:01 ns1.android-x86.net sshd[3257]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:03 ns1.android-x86.net sshd[3257]: Failed password for root from 116.31.116.39 port 64439 ssh2
Aug 09 10:14:03 ns1.android-x86.net sshd[3257]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:05 ns1.android-x86.net sshd[3257]: Failed password for root from 116.31.116.39 port 64439 ssh2
Aug 09 10:14:05 ns1.android-x86.net sshd[3257]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:14:05 ns1.android-x86.net sshd[3257]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:14:35 ns1.android-x86.net sshd[3261]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:14:35 ns1.android-x86.net sshd[3261]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:37 ns1.android-x86.net sshd[3261]: Failed password for root from 116.31.116.39 port 32871 ssh2
Aug 09 10:14:37 ns1.android-x86.net sshd[3261]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:38 ns1.android-x86.net sshd[3261]: Failed password for root from 116.31.116.39 port 32871 ssh2
Aug 09 10:14:38 ns1.android-x86.net sshd[3261]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:14:40 ns1.android-x86.net sshd[3261]: Failed password for root from 116.31.116.39 port 32871 ssh2
Aug 09 10:14:40 ns1.android-x86.net sshd[3261]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:14:40 ns1.android-x86.net sshd[3261]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:15:01 ns1.android-x86.net systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:15:01 ns1.android-x86.net systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun starting up.
Aug 09 10:15:01 ns1.android-x86.net systemd[1]: Started Session 2 of user root.
-- Subject: Unit session-2.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-2.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:15:01 ns1.android-x86.net systemd[1]: Starting Session 2 of user root.
-- Subject: Unit session-2.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-2.scope has begun starting up.
Aug 09 10:15:01 ns1.android-x86.net CROND[3264]: (root) CMD (/etc/webmin/status/monitor.pl)
Aug 09 10:15:05 ns1.android-x86.net su[3277]: (to postgres) root on none
Aug 09 10:15:05 ns1.android-x86.net su[3277]: pam_unix(su:session): session opened for user postgres by (uid=0)
Aug 09 10:15:05 ns1.android-x86.net su[3277]: pam_unix(su:session): session closed for user postgres
Aug 09 10:15:06 ns1.android-x86.net systemd[1]: Removed slice user-0.slice.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Aug 09 10:15:06 ns1.android-x86.net systemd[1]: Stopping user-0.slice.
-- Subject: Unit user-0.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun shutting down.
Aug 09 10:15:15 ns1.android-x86.net sshd[3371]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:15:15 ns1.android-x86.net sshd[3371]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:17 ns1.android-x86.net sshd[3371]: Failed password for root from 116.31.116.39 port 35272 ssh2
Aug 09 10:15:17 ns1.android-x86.net sshd[3371]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:19 ns1.android-x86.net sshd[3371]: Failed password for root from 116.31.116.39 port 35272 ssh2
Aug 09 10:15:19 ns1.android-x86.net sshd[3371]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:21 ns1.android-x86.net sshd[3371]: Failed password for root from 116.31.116.39 port 35272 ssh2
Aug 09 10:15:21 ns1.android-x86.net sshd[3371]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:15:21 ns1.android-x86.net sshd[3371]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:15:24 ns1.android-x86.net postfix/anvil[3080]: statistics: max connection rate 1/60s for (smtp:198.154.100.99) at Aug  9 10:11:16
Aug 09 10:15:24 ns1.android-x86.net postfix/anvil[3080]: statistics: max connection count 1 for (smtp:198.154.100.99) at Aug  9 10:11:16
Aug 09 10:15:24 ns1.android-x86.net postfix/anvil[3080]: statistics: max cache size 2 at Aug  9 10:11:59
Aug 09 10:15:46 ns1.android-x86.net suexec[3374]: uid: (501/miker1029) gid: (501/miker1029) cmd: php5.fcgi
Aug 09 10:15:48 ns1.android-x86.net sshd[3376]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:15:48 ns1.android-x86.net sshd[3376]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:50 ns1.android-x86.net sshd[3376]: Failed password for root from 116.31.116.39 port 54877 ssh2
Aug 09 10:15:50 ns1.android-x86.net sshd[3376]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:52 ns1.android-x86.net sshd[3376]: Failed password for root from 116.31.116.39 port 54877 ssh2
Aug 09 10:15:52 ns1.android-x86.net sshd[3376]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:15:55 ns1.android-x86.net sshd[3376]: Failed password for root from 116.31.116.39 port 54877 ssh2
Aug 09 10:15:55 ns1.android-x86.net sshd[3376]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:15:55 ns1.android-x86.net sshd[3376]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:16:12 ns1.android-x86.net systemd[1]: Starting MariaDB database server...
-- Subject: Unit mariadb.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has begun starting up.
Aug 09 10:16:12 ns1.android-x86.net mysqld_safe[3419]: 160809 10:16:12 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
Aug 09 10:16:12 ns1.android-x86.net mysqld_safe[3419]: 160809 10:16:12 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Aug 09 10:16:13 ns1.android-x86.net mysqld_safe[3419]: 160809 10:16:13 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended
Aug 09 10:16:13 ns1.android-x86.net systemd[1]: mariadb.service: control process exited, code=exited status=1
Aug 09 10:16:13 ns1.android-x86.net systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mariadb.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has failed.
--
-- The result is failed.
Aug 09 10:16:13 ns1.android-x86.net systemd[1]: Unit mariadb.service entered failed state.
Aug 09 10:16:13 ns1.android-x86.net systemd[1]: mariadb.service failed.
Aug 09 10:16:27 ns1.android-x86.net sshd[3725]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:16:27 ns1.android-x86.net sshd[3725]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:16:29 ns1.android-x86.net sshd[3725]: Failed password for root from 116.31.116.39 port 43654 ssh2
Aug 09 10:16:29 ns1.android-x86.net sshd[3725]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:16:31 ns1.android-x86.net sshd[3725]: Failed password for root from 116.31.116.39 port 43654 ssh2
Aug 09 10:16:31 ns1.android-x86.net sshd[3725]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:16:34 ns1.android-x86.net sshd[3725]: Failed password for root from 116.31.116.39 port 43654 ssh2
Aug 09 10:16:34 ns1.android-x86.net sshd[3725]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:16:34 ns1.android-x86.net sshd[3725]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:17:02 ns1.android-x86.net sshd[3737]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:17:02 ns1.android-x86.net sshd[3737]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:04 ns1.android-x86.net sshd[3737]: Failed password for root from 116.31.116.39 port 18002 ssh2
Aug 09 10:17:04 ns1.android-x86.net sshd[3737]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:06 ns1.android-x86.net sshd[3737]: Failed password for root from 116.31.116.39 port 18002 ssh2
Aug 09 10:17:06 ns1.android-x86.net sshd[3737]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:08 ns1.android-x86.net sshd[3737]: Failed password for root from 116.31.116.39 port 18002 ssh2
Aug 09 10:17:08 ns1.android-x86.net sshd[3737]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:17:08 ns1.android-x86.net sshd[3737]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:17:52 ns1.android-x86.net postfix/smtpd[3790]: warning: hostname Static-IP-18159190170.cable.net.co does not resolve to address 181.59.190.170: Name or service not known
Aug 09 10:17:52 ns1.android-x86.net postfix/smtpd[3790]: connect from unknown[181.59.190.170]
Aug 09 10:17:53 ns1.android-x86.net sshd[3793]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:17:53 ns1.android-x86.net sshd[3793]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:53 ns1.android-x86.net saslauthd[583]: pam_unix(smtp:auth): check pass; user unknown
Aug 09 10:17:53 ns1.android-x86.net saslauthd[583]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Aug 09 10:17:55 ns1.android-x86.net sshd[3793]: Failed password for root from 116.31.116.39 port 19658 ssh2
Aug 09 10:17:55 ns1.android-x86.net sshd[3793]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:56 ns1.android-x86.net saslauthd[583]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
Aug 09 10:17:56 ns1.android-x86.net saslauthd[583]: do_auth         : auth failure: [user=tempuser] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Aug 09 10:17:56 ns1.android-x86.net postfix/smtpd[3790]: warning: unknown[181.59.190.170]: SASL LOGIN authentication failed: authentication failure
Aug 09 10:17:56 ns1.android-x86.net postfix/smtpd[3790]: disconnect from unknown[181.59.190.170]
Aug 09 10:17:57 ns1.android-x86.net sshd[3793]: Failed password for root from 116.31.116.39 port 19658 ssh2
Aug 09 10:17:57 ns1.android-x86.net sshd[3793]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:17:59 ns1.android-x86.net sshd[3793]: Failed password for root from 116.31.116.39 port 19658 ssh2
Aug 09 10:17:59 ns1.android-x86.net sshd[3793]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:17:59 ns1.android-x86.net sshd[3793]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:18:15 ns1.android-x86.net sshd[3803]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:18:15 ns1.android-x86.net sshd[3803]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:17 ns1.android-x86.net sshd[3803]: Failed password for root from 116.31.116.39 port 34420 ssh2
Aug 09 10:18:17 ns1.android-x86.net sshd[3803]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:20 ns1.android-x86.net sshd[3803]: Failed password for root from 116.31.116.39 port 34420 ssh2
Aug 09 10:18:20 ns1.android-x86.net sshd[3803]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:21 ns1.android-x86.net sshd[3803]: Failed password for root from 116.31.116.39 port 34420 ssh2
Aug 09 10:18:21 ns1.android-x86.net sshd[3803]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:18:21 ns1.android-x86.net sshd[3803]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:18:51 ns1.android-x86.net sshd[3824]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:18:51 ns1.android-x86.net sshd[3824]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:53 ns1.android-x86.net sshd[3824]: Failed password for root from 116.31.116.39 port 11563 ssh2
Aug 09 10:18:53 ns1.android-x86.net sshd[3824]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:55 ns1.android-x86.net sshd[3824]: Failed password for root from 116.31.116.39 port 11563 ssh2
Aug 09 10:18:55 ns1.android-x86.net sshd[3824]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:18:57 ns1.android-x86.net sshd[3824]: Failed password for root from 116.31.116.39 port 11563 ssh2
Aug 09 10:18:57 ns1.android-x86.net sshd[3824]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:18:57 ns1.android-x86.net sshd[3824]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:19:26 ns1.android-x86.net sshd[3830]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:19:26 ns1.android-x86.net sshd[3830]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:19:28 ns1.android-x86.net sshd[3830]: Failed password for root from 116.31.116.39 port 44284 ssh2
Aug 09 10:19:28 ns1.android-x86.net sshd[3830]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:19:30 ns1.android-x86.net sshd[3830]: Failed password for root from 116.31.116.39 port 44284 ssh2
Aug 09 10:19:30 ns1.android-x86.net sshd[3830]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:19:32 ns1.android-x86.net sshd[3830]: Failed password for root from 116.31.116.39 port 44284 ssh2
Aug 09 10:19:32 ns1.android-x86.net sshd[3830]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:19:32 ns1.android-x86.net sshd[3830]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:20:01 ns1.android-x86.net systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:20:01 ns1.android-x86.net systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun starting up.
Aug 09 10:20:01 ns1.android-x86.net systemd[1]: Started Session 3 of user root.
-- Subject: Unit session-3.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-3.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:20:01 ns1.android-x86.net systemd[1]: Starting Session 3 of user root.
-- Subject: Unit session-3.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-3.scope has begun starting up.
Aug 09 10:20:01 ns1.android-x86.net CROND[3860]: (root) CMD (/etc/webmin/status/monitor.pl)
Aug 09 10:20:03 ns1.android-x86.net su[3874]: (to postgres) root on none
Aug 09 10:20:03 ns1.android-x86.net su[3874]: pam_unix(su:session): session opened for user postgres by (uid=0)
Aug 09 10:20:03 ns1.android-x86.net su[3874]: pam_unix(su:session): session closed for user postgres
Aug 09 10:20:03 ns1.android-x86.net systemd[1]: Removed slice user-0.slice.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Aug 09 10:20:03 ns1.android-x86.net systemd[1]: Stopping user-0.slice.
-- Subject: Unit user-0.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun shutting down.
Aug 09 10:20:03 ns1.android-x86.net sshd[3863]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:20:03 ns1.android-x86.net sshd[3863]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:05 ns1.android-x86.net sshd[3863]: Failed password for root from 116.31.116.39 port 26855 ssh2
Aug 09 10:20:05 ns1.android-x86.net sshd[3863]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:07 ns1.android-x86.net sshd[3863]: Failed password for root from 116.31.116.39 port 26855 ssh2
Aug 09 10:20:07 ns1.android-x86.net sshd[3863]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:09 ns1.android-x86.net sshd[3863]: Failed password for root from 116.31.116.39 port 26855 ssh2
Aug 09 10:20:09 ns1.android-x86.net sshd[3863]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:20:09 ns1.android-x86.net sshd[3863]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:20:24 ns1.android-x86.net systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has begun starting up.
Aug 09 10:20:24 ns1.android-x86.net systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has finished starting up.
--
-- The start-up result is done.
Aug 09 10:20:36 ns1.android-x86.net sshd[3972]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:20:36 ns1.android-x86.net sshd[3972]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:38 ns1.android-x86.net sshd[3972]: Failed password for root from 116.31.116.39 port 52380 ssh2
Aug 09 10:20:38 ns1.android-x86.net sshd[3972]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:40 ns1.android-x86.net sshd[3972]: Failed password for root from 116.31.116.39 port 52380 ssh2
Aug 09 10:20:40 ns1.android-x86.net sshd[3972]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:20:42 ns1.android-x86.net sshd[3972]: Failed password for root from 116.31.116.39 port 52380 ssh2
Aug 09 10:20:42 ns1.android-x86.net sshd[3972]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:20:42 ns1.android-x86.net sshd[3972]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:21:15 ns1.android-x86.net sshd[3974]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:21:15 ns1.android-x86.net sshd[3974]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:16 ns1.android-x86.net postfix/anvil[3792]: statistics: max connection rate 1/60s for (smtp:181.59.190.170) at Aug  9 10:17:52
Aug 09 10:21:16 ns1.android-x86.net postfix/anvil[3792]: statistics: max connection count 1 for (smtp:181.59.190.170) at Aug  9 10:17:52
Aug 09 10:21:16 ns1.android-x86.net postfix/anvil[3792]: statistics: max cache size 1 at Aug  9 10:17:52
Aug 09 10:21:17 ns1.android-x86.net sshd[3974]: Failed password for root from 116.31.116.39 port 45505 ssh2
Aug 09 10:21:17 ns1.android-x86.net sshd[3974]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:19 ns1.android-x86.net sshd[3974]: Failed password for root from 116.31.116.39 port 45505 ssh2
Aug 09 10:21:19 ns1.android-x86.net sshd[3974]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:21 ns1.android-x86.net sshd[3974]: Failed password for root from 116.31.116.39 port 45505 ssh2
Aug 09 10:21:21 ns1.android-x86.net sshd[3974]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:21:21 ns1.android-x86.net sshd[3974]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:21:49 ns1.android-x86.net sshd[4007]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:21:49 ns1.android-x86.net sshd[4007]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:52 ns1.android-x86.net sshd[4007]: Failed password for root from 116.31.116.39 port 17094 ssh2
Aug 09 10:21:52 ns1.android-x86.net sshd[4007]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:54 ns1.android-x86.net sshd[4007]: Failed password for root from 116.31.116.39 port 17094 ssh2
Aug 09 10:21:54 ns1.android-x86.net sshd[4007]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:21:56 ns1.android-x86.net sshd[4007]: Failed password for root from 116.31.116.39 port 17094 ssh2
Aug 09 10:21:56 ns1.android-x86.net sshd[4007]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:21:56 ns1.android-x86.net sshd[4007]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:22:28 ns1.android-x86.net sshd[4009]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:22:28 ns1.android-x86.net sshd[4009]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:22:30 ns1.android-x86.net sshd[4009]: Failed password for root from 116.31.116.39 port 60863 ssh2
Aug 09 10:22:30 ns1.android-x86.net sshd[4009]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:22:32 ns1.android-x86.net sshd[4009]: Failed password for root from 116.31.116.39 port 60863 ssh2
Aug 09 10:22:32 ns1.android-x86.net sshd[4009]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:22:34 ns1.android-x86.net sshd[4009]: Failed password for root from 116.31.116.39 port 60863 ssh2
Aug 09 10:22:34 ns1.android-x86.net sshd[4009]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:22:34 ns1.android-x86.net sshd[4009]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:23:01 ns1.android-x86.net sshd[4019]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:23:01 ns1.android-x86.net sshd[4019]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:03 ns1.android-x86.net sshd[4019]: Failed password for root from 116.31.116.39 port 29308 ssh2
Aug 09 10:23:03 ns1.android-x86.net sshd[4019]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:05 ns1.android-x86.net sshd[4019]: Failed password for root from 116.31.116.39 port 29308 ssh2
Aug 09 10:23:05 ns1.android-x86.net sshd[4019]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:07 ns1.android-x86.net sshd[4019]: Failed password for root from 116.31.116.39 port 29308 ssh2
Aug 09 10:23:07 ns1.android-x86.net sshd[4019]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:23:07 ns1.android-x86.net sshd[4019]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:23:10 ns1.android-x86.net postfix/smtpd[4021]: connect from 189-209-180-242.static.axtel.net[189.209.180.242]
Aug 09 10:23:11 ns1.android-x86.net saslauthd[581]: pam_unix(smtp:auth): check pass; user unknown
Aug 09 10:23:11 ns1.android-x86.net saslauthd[581]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Aug 09 10:23:13 ns1.android-x86.net saslauthd[581]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
Aug 09 10:23:13 ns1.android-x86.net saslauthd[581]: do_auth         : auth failure: [user=testing] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Aug 09 10:23:13 ns1.android-x86.net postfix/smtpd[4021]: warning: 189-209-180-242.static.axtel.net[189.209.180.242]: SASL LOGIN authentication failed: authentication failure
Aug 09 10:23:13 ns1.android-x86.net postfix/smtpd[4021]: disconnect from 189-209-180-242.static.axtel.net[189.209.180.242]
Aug 09 10:23:41 ns1.android-x86.net sshd[4024]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:23:41 ns1.android-x86.net sshd[4024]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:43 ns1.android-x86.net sshd[4024]: Failed password for root from 116.31.116.39 port 23097 ssh2
Aug 09 10:23:44 ns1.android-x86.net sshd[4024]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:45 ns1.android-x86.net sshd[4024]: Failed password for root from 116.31.116.39 port 23097 ssh2
Aug 09 10:23:45 ns1.android-x86.net sshd[4024]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:23:48 ns1.android-x86.net sshd[4024]: Failed password for root from 116.31.116.39 port 23097 ssh2
Aug 09 10:23:48 ns1.android-x86.net sshd[4024]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:23:48 ns1.android-x86.net sshd[4024]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:24:21 ns1.android-x86.net sshd[4026]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:24:21 ns1.android-x86.net sshd[4026]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:23 ns1.android-x86.net sshd[4026]: Failed password for root from 116.31.116.39 port 25942 ssh2
Aug 09 10:24:23 ns1.android-x86.net sshd[4026]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:26 ns1.android-x86.net sshd[4026]: Failed password for root from 116.31.116.39 port 25942 ssh2
Aug 09 10:24:26 ns1.android-x86.net sshd[4026]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:28 ns1.android-x86.net sshd[4026]: Failed password for root from 116.31.116.39 port 25942 ssh2
Aug 09 10:24:28 ns1.android-x86.net sshd[4026]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:24:28 ns1.android-x86.net sshd[4026]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:24:51 ns1.android-x86.net sshd[4054]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:24:51 ns1.android-x86.net sshd[4054]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:53 ns1.android-x86.net sshd[4054]: Failed password for root from 116.31.116.39 port 31241 ssh2
Aug 09 10:24:53 ns1.android-x86.net sshd[4054]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:56 ns1.android-x86.net sshd[4054]: Failed password for root from 116.31.116.39 port 31241 ssh2
Aug 09 10:24:56 ns1.android-x86.net sshd[4054]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:24:58 ns1.android-x86.net sshd[4054]: Failed password for root from 116.31.116.39 port 31241 ssh2
Aug 09 10:24:58 ns1.android-x86.net sshd[4054]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:24:58 ns1.android-x86.net sshd[4054]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:25:01 ns1.android-x86.net systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:25:01 ns1.android-x86.net systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun starting up.
Aug 09 10:25:01 ns1.android-x86.net systemd[1]: Started Session 4 of user root.
-- Subject: Unit session-4.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-4.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:25:01 ns1.android-x86.net systemd[1]: Starting Session 4 of user root.
-- Subject: Unit session-4.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-4.scope has begun starting up.
Aug 09 10:25:01 ns1.android-x86.net CROND[4063]: (root) CMD (/etc/webmin/status/monitor.pl)
Aug 09 10:25:03 ns1.android-x86.net su[4075]: (to postgres) root on none
Aug 09 10:25:03 ns1.android-x86.net su[4075]: pam_unix(su:session): session opened for user postgres by (uid=0)
Aug 09 10:25:03 ns1.android-x86.net su[4075]: pam_unix(su:session): session closed for user postgres
Aug 09 10:25:03 ns1.android-x86.net systemd[1]: Removed slice user-0.slice.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Aug 09 10:25:03 ns1.android-x86.net systemd[1]: Stopping user-0.slice.
-- Subject: Unit user-0.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun shutting down.
Aug 09 10:25:29 ns1.android-x86.net sshd[4199]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:25:29 ns1.android-x86.net sshd[4199]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:25:32 ns1.android-x86.net sshd[4199]: Failed password for root from 116.31.116.39 port 17054 ssh2
Aug 09 10:25:32 ns1.android-x86.net sshd[4199]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:25:34 ns1.android-x86.net sshd[4199]: Failed password for root from 116.31.116.39 port 17054 ssh2
Aug 09 10:25:34 ns1.android-x86.net sshd[4199]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:25:36 ns1.android-x86.net sshd[4199]: Failed password for root from 116.31.116.39 port 17054 ssh2
Aug 09 10:25:36 ns1.android-x86.net sshd[4199]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:25:36 ns1.android-x86.net sshd[4199]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:25:44 ns1.android-x86.net systemd[1]: Starting ProFTPD FTP Server...
-- Subject: Unit proftpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit proftpd.service has begun starting up.
Aug 09 10:25:44 ns1.android-x86.net proftpd[4231]: 2016-08-09 10:25:44,743 ns1.android-x86.net proftpd[4231]: fatal: SFTPHostKey: unable to use '/etc/ssh/ssh_host_rsa_key' as host key, as it is group- or world-accessible on line 435 of '/etc/proftpd.conf'
Aug 09 10:25:44 ns1.android-x86.net systemd[1]: proftpd.service: control process exited, code=exited status=1
Aug 09 10:25:44 ns1.android-x86.net systemd[1]: Failed to start ProFTPD FTP Server.
-- Subject: Unit proftpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit proftpd.service has failed.
--
-- The result is failed.
Aug 09 10:25:44 ns1.android-x86.net systemd[1]: Unit proftpd.service entered failed state.
Aug 09 10:25:44 ns1.android-x86.net systemd[1]: proftpd.service failed.
Aug 09 10:26:02 ns1.android-x86.net systemd[1]: Starting MariaDB database server...
-- Subject: Unit mariadb.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has begun starting up.
Aug 09 10:26:02 ns1.android-x86.net mysqld_safe[4312]: 160809 10:26:02 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
Aug 09 10:26:02 ns1.android-x86.net mysqld_safe[4312]: 160809 10:26:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Aug 09 10:26:03 ns1.android-x86.net mysqld_safe[4312]: 160809 10:26:03 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: mariadb.service: control process exited, code=exited status=1
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: Failed to start MariaDB database server.
-- Subject: Unit mariadb.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has failed.
--
-- The result is failed.
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: Unit mariadb.service entered failed state.
Aug 09 10:26:03 ns1.android-x86.net systemd[1]: mariadb.service failed.
Aug 09 10:26:03 ns1.android-x86.net sshd[4541]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:26:03 ns1.android-x86.net sshd[4541]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:05 ns1.android-x86.net sshd[4541]: Failed password for root from 116.31.116.39 port 44023 ssh2
Aug 09 10:26:05 ns1.android-x86.net sshd[4541]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:07 ns1.android-x86.net sshd[4541]: Failed password for root from 116.31.116.39 port 44023 ssh2
Aug 09 10:26:07 ns1.android-x86.net sshd[4541]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:09 ns1.android-x86.net sshd[4541]: Failed password for root from 116.31.116.39 port 44023 ssh2
Aug 09 10:26:09 ns1.android-x86.net sshd[4541]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:26:09 ns1.android-x86.net sshd[4541]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:26:34 ns1.android-x86.net postfix/anvil[4023]: statistics: max connection rate 1/60s for (smtp:189.209.180.242) at Aug  9 10:23:10
Aug 09 10:26:34 ns1.android-x86.net postfix/anvil[4023]: statistics: max connection count 1 for (smtp:189.209.180.242) at Aug  9 10:23:10
Aug 09 10:26:34 ns1.android-x86.net postfix/anvil[4023]: statistics: max cache size 1 at Aug  9 10:23:10
Aug 09 10:26:41 ns1.android-x86.net sshd[4641]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:26:41 ns1.android-x86.net sshd[4641]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:43 ns1.android-x86.net sshd[4641]: Failed password for root from 116.31.116.39 port 35178 ssh2
Aug 09 10:26:43 ns1.android-x86.net sshd[4641]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:45 ns1.android-x86.net sshd[4641]: Failed password for root from 116.31.116.39 port 35178 ssh2
Aug 09 10:26:45 ns1.android-x86.net sshd[4641]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:26:46 ns1.android-x86.net sshd[4641]: Failed password for root from 116.31.116.39 port 35178 ssh2
Aug 09 10:26:46 ns1.android-x86.net sshd[4641]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:26:46 ns1.android-x86.net sshd[4641]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:27:15 ns1.android-x86.net sshd[4643]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:27:15 ns1.android-x86.net sshd[4643]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:27:17 ns1.android-x86.net sshd[4643]: Failed password for root from 116.31.116.39 port 61815 ssh2
Aug 09 10:27:17 ns1.android-x86.net sshd[4643]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:27:19 ns1.android-x86.net sshd[4643]: Failed password for root from 116.31.116.39 port 61815 ssh2
Aug 09 10:27:19 ns1.android-x86.net sshd[4643]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:27:21 ns1.android-x86.net sshd[4643]: Failed password for root from 116.31.116.39 port 61815 ssh2
Aug 09 10:27:21 ns1.android-x86.net sshd[4643]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:27:21 ns1.android-x86.net sshd[4643]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:27:54 ns1.android-x86.net sshd[4645]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:27:54 ns1.android-x86.net sshd[4645]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:27:56 ns1.android-x86.net sshd[4645]: Failed password for root from 116.31.116.39 port 53431 ssh2
Aug 09 10:27:56 ns1.android-x86.net sshd[4645]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:27:58 ns1.android-x86.net sshd[4645]: Failed password for root from 116.31.116.39 port 53431 ssh2
Aug 09 10:27:58 ns1.android-x86.net sshd[4645]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:28:00 ns1.android-x86.net sshd[4645]: Failed password for root from 116.31.116.39 port 53431 ssh2
Aug 09 10:28:00 ns1.android-x86.net sshd[4645]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:28:00 ns1.android-x86.net sshd[4645]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:28:08 ns1.android-x86.net systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Aug 09 10:28:08 ns1.android-x86.net systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has begun starting up.
Aug 09 10:28:08 ns1.android-x86.net systemd[1]: Started Session 5 of user root.
-- Subject: Unit session-5.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-5.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:28:08 ns1.android-x86.net systemd-logind[562]: New session 5 of user root.
-- Subject: A new session 5 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- A new session with the ID 5 has been created for the user root.
--
-- The leading process of the session is 2952.
Aug 09 10:28:08 ns1.android-x86.net systemd[1]: Starting Session 5 of user root.
-- Subject: Unit session-5.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-5.scope has begun starting up.
Aug 09 10:28:08 ns1.android-x86.net login[2952]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Aug 09 10:28:08 ns1.android-x86.net login[2952]: ROOT LOGIN ON tty1
Aug 09 10:28:46 ns1.android-x86.net sshd[4664]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:28:46 ns1.android-x86.net sshd[4664]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:28:48 ns1.android-x86.net sshd[4664]: Failed password for root from 116.31.116.39 port 61107 ssh2
Aug 09 10:28:48 ns1.android-x86.net sshd[4664]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:28:50 ns1.android-x86.net sshd[4664]: Failed password for root from 116.31.116.39 port 61107 ssh2
Aug 09 10:28:50 ns1.android-x86.net sshd[4664]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:28:51 ns1.android-x86.net postfix/smtpd[4666]: warning: hostname Static-IP-cr1901471975.cable.net.co does not resolve to address 190.147.197.5: Name or service not known
Aug 09 10:28:51 ns1.android-x86.net postfix/smtpd[4666]: connect from unknown[190.147.197.5]
Aug 09 10:28:52 ns1.android-x86.net sshd[4664]: Failed password for root from 116.31.116.39 port 61107 ssh2
Aug 09 10:28:52 ns1.android-x86.net sshd[4664]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:28:52 ns1.android-x86.net sshd[4664]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:28:52 ns1.android-x86.net saslauthd[580]: pam_unix(smtp:auth): check pass; user unknown
Aug 09 10:28:52 ns1.android-x86.net saslauthd[580]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Aug 09 10:28:55 ns1.android-x86.net saslauthd[580]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
Aug 09 10:28:55 ns1.android-x86.net saslauthd[580]: do_auth         : auth failure: [user=visitor] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Aug 09 10:28:55 ns1.android-x86.net postfix/smtpd[4666]: warning: unknown[190.147.197.5]: SASL LOGIN authentication failed: authentication failure
Aug 09 10:28:55 ns1.android-x86.net postfix/smtpd[4666]: disconnect from unknown[190.147.197.5]
Aug 09 10:29:06 ns1.android-x86.net sshd[4669]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:29:06 ns1.android-x86.net sshd[4669]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:08 ns1.android-x86.net sshd[4669]: Failed password for root from 116.31.116.39 port 15404 ssh2
Aug 09 10:29:08 ns1.android-x86.net sshd[4669]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:10 ns1.android-x86.net sshd[4669]: Failed password for root from 116.31.116.39 port 15404 ssh2
Aug 09 10:29:10 ns1.android-x86.net sshd[4669]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:13 ns1.android-x86.net sshd[4669]: Failed password for root from 116.31.116.39 port 15404 ssh2
Aug 09 10:29:13 ns1.android-x86.net sshd[4669]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:29:13 ns1.android-x86.net sshd[4669]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:29:41 ns1.android-x86.net sshd[4673]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:29:41 ns1.android-x86.net sshd[4673]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:44 ns1.android-x86.net sshd[4673]: Failed password for root from 116.31.116.39 port 44996 ssh2
Aug 09 10:29:44 ns1.android-x86.net sshd[4673]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:46 ns1.android-x86.net sshd[4673]: Failed password for root from 116.31.116.39 port 44996 ssh2
Aug 09 10:29:46 ns1.android-x86.net sshd[4673]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Aug 09 10:29:48 ns1.android-x86.net sshd[4673]: Failed password for root from 116.31.116.39 port 44996 ssh2
Aug 09 10:29:48 ns1.android-x86.net sshd[4673]: Received disconnect from 116.31.116.39: 11:  [preauth]
Aug 09 10:29:48 ns1.android-x86.net sshd[4673]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=116.31.116.39  user=root
Aug 09 10:30:01 ns1.android-x86.net systemd[1]: Started Session 6 of user root.
-- Subject: Unit session-6.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-6.scope has finished starting up.
--
-- The start-up result is done.
Aug 09 10:30:01 ns1.android-x86.net systemd[1]: Starting Session 6 of user root.
-- Subject: Unit session-6.scope has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-6.scope has begun starting up.
Aug 09 10:30:01 ns1.android-x86.net CROND[4676]: (root) CMD (/etc/webmin/status/monitor.pl)
Aug 09 10:30:04 ns1.android-x86.net su[4710]: (to postgres) root on none
Aug 09 10:30:04 ns1.android-x86.net su[4710]: pam_unix(su:session): session opened for user postgres by (uid=0)
Aug 09 10:30:04 ns1.android-x86.net su[4710]: pam_unix(su:session): session closed for user postgres

PLEASE HELP!

Tue, 08/09/2016 - 12:30
Diabolico
Diabolico's picture

PLEASE HELP!

I wont, you should create new topic not hijacking other people topics because i'm sure your problem is not same as the one from OP. Second, please post relevant log to your problem not everything. Last but not least, based on your previous post i see you have bad attitude to just thrown out everything including huge log and then leave for others to read all that and give you a solution. Clearly your knowledge is at the bottom (if even that much) and my suggestion would be to hire some SysAdmin to set up everything and get cheap VPS what you can use to learn basics how to manage the server.

If anyone else want to help you good, but the fact you are jumping from topic to topic posting same problem is absurd and in the long run will do no good for you or your clients.

/topic

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Tue, 08/09/2016 - 14:34
Miker1029
  1. I posted here, as it's the EXACT SAME THING as the OP was having and was SOLVED the EXACT SAME WAY, SO as For Hi-Jacking, Never really understood that statement, How Is it Hi-Jacking When the OP has the EXACT SAME ISSUE with THE SAME FIX RESULTS?? We Can Benefit AS A GROUP, Instead of having a Million threads trying to find answers, that sometime, becomes VERY Frustrating....

  2. I posted that ENTIRE LOG as it INCLUDES EVERYTHING I DID, From the OS & V-MIN Re-Install last night, to getting the Database working again to losing it again this morning, SO It seemed for order of Completeness it could be needed by the PRO'S

  3. YOU Are ABSOLUTELY CORRECT, My Knowledge is very minimal when it comes to Linux, I started When Ubuntu 14.0 LTS came out, Learned "SOME" when need the Terminal Interface, the Rest comes from running Android on a PC/TAB, known as Android-X86...

  4. I'm Am Sorry that I offended you with my post.. It wasn't meant that way at all....

Mike

Wed, 08/17/2016 - 19:42
Miker1029

A Note on this, I've found that:

  1. Removing the INNOB files from MYSQL and rebooting with "reboot -h now", then allowing the system to recreate those files, then using Phpmyadmin to Import, then Virtualmin to Import to the V-Server, Worked fine.... It's those INNOB files that "Hold" Info, as an Example years ago I "Turned On" PMA, and Haven't had nothing but issues since, and Yes you can make a PMA user and All that, I just would like to SHUT IT OFF, THE SAME WAY I TURNED IT ON, By Clicking a Button....

Anyway, That's the DB fix....

Mike

Topic locked