FAIL: testEnablePromisc (ipwrapperTests.TestDrvinfo) - bad test? ci issue?
by Nir Soffer
Hi all,
We see this failure again in the ci - can someone from networking take a look?
18:16:52 ======================================================================
18:16:52 FAIL: testEnablePromisc (ipwrapperTests.TestDrvinfo)
18:16:52 ----------------------------------------------------------------------
18:16:52 Traceback (most recent call last):
18:16:52 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/ipwrapperTests.py",
line 130, in testEnablePromisc
18:16:52 "Could not enable promiscuous mode.")
18:16:52 AssertionError: Could not enable promiscuous mode.
18:16:52 -------------------- >> begin captured logging << --------------------
18:16:52 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 /usr/sbin/brctl
show (cwd None)
18:16:52 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
18:16:52 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 /sbin/ip link
add name vdsm-fS38VL type bridge (cwd None)
18:16:52 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
18:16:52 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 /sbin/ip link
set dev vdsm-fS38VL up (cwd None)
18:16:52 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
18:16:52 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 /sbin/ip link
set dev vdsm-fS38VL promisc on (cwd None)
18:16:52 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
18:16:52 --------------------- >> end captured logging << ---------------------
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1838/con...
Thanks,
Nir
8 years, 10 months
Tested failing because of missing loop devices
by Nir Soffer
Hi all,
We see too many failures of tests using loop devices. Is it possible
that we run tests
concurrently on the same slave, using all the available loop devices, or maybe
creating races between different tests?
It seems that we need new decorator for disabling tests on the CI
slaves, since this
environment is too fragile.
Here are some failures:
01:10:33 ======================================================================
01:10:33 ERROR: testLoopMount (mountTests.MountTests)
01:10:33 ----------------------------------------------------------------------
01:10:33 Traceback (most recent call last):
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
line 128, in testLoopMount
01:10:33 m.mount(mntOpts="loop")
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
line 225, in mount
01:10:33 return self._runcmd(cmd, timeout)
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
line 241, in _runcmd
01:10:33 raise MountError(rc, ";".join((out, err)))
01:10:33 MountError: (32, ';mount: /tmp/tmpZuJRNk: failed to setup
loop device: No such file or directory\n')
01:10:33 -------------------- >> begin captured logging << --------------------
01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
/sbin/mkfs.ext2 -F /tmp/tmpZuJRNk (cwd None)
01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> = 'mke2fs 1.42.13
(17-May-2015)\n'; <rc> = 0
01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
/usr/bin/mount -o loop /tmp/tmpZuJRNk /var/tmp/tmpJO52Xj (cwd None)
01:10:33 --------------------- >> end captured logging << ---------------------
01:10:33
01:10:33 ======================================================================
01:10:33 ERROR: testSymlinkMount (mountTests.MountTests)
01:10:33 ----------------------------------------------------------------------
01:10:33 Traceback (most recent call last):
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mountTests.py",
line 150, in testSymlinkMount
01:10:33 m.mount(mntOpts="loop")
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
line 225, in mount
01:10:33 return self._runcmd(cmd, timeout)
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/storage/mount.py",
line 241, in _runcmd
01:10:33 raise MountError(rc, ";".join((out, err)))
01:10:33 MountError: (32, ';mount: /var/tmp/tmp1UQFPz/backing.img:
failed to setup loop device: No such file or directory\n')
01:10:33 -------------------- >> begin captured logging << --------------------
01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
/sbin/mkfs.ext2 -F /var/tmp/tmp1UQFPz/backing.img (cwd None)
01:10:33 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> = 'mke2fs 1.42.13
(17-May-2015)\n'; <rc> = 0
01:10:33 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1
/usr/bin/mount -o loop /var/tmp/tmp1UQFPz/link_to_image
/var/tmp/tmp1UQFPz/mountpoint (cwd None)
01:10:33 --------------------- >> end captured logging << ---------------------
01:10:33
01:10:33 ======================================================================
01:10:33 ERROR: test_getDevicePartedInfo (parted_utils_tests.PartedUtilsTests)
01:10:33 ----------------------------------------------------------------------
01:10:33 Traceback (most recent call last):
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
line 97, in wrapper
01:10:33 return f(*args, **kwargs)
01:10:33 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/parted_utils_tests.py",
line 61, in setUp
01:10:33 self.assertEquals(rc, 0)
01:10:33 AssertionError: 1 != 0
01:10:33 -------------------- >> begin captured logging << --------------------
01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=/dev/zero
of=/tmp/tmpasV8TD bs=100M count=1 (cwd None)
01:10:33 root: DEBUG: SUCCESS: <err> = '1+0 records in\n1+0 records
out\n104857600 bytes (105 MB) copied, 0.368498 s, 285 MB/s\n'; <rc> =
0
01:10:33 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f
--show /tmp/tmpasV8TD (cwd None)
01:10:33 root: DEBUG: FAILED: <err> = 'losetup: /tmp/tmpasV8TD: failed
to set up loop device: No such file or directory\n'; <rc> = 1
01:10:33 --------------------- >> end captured logging << ---------------------
Nir
8 years, 10 months
Logwatch for linode01.ovirt.org (Linux)
by logwatch@lists.ovirt.org
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Wed Jan 6 03:30:19 2016
Date Range Processed: yesterday
( 2016-Jan-05 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
404 Not Found
//admin/categories.php/login.php?cPath=&ac ... product_preview: 12 Time(s)
//components/com_jnews/includes/openflashc ... ?name=pagat.php: 1 Time(s)
//components/com_jnews/includes/openflashc ... es/pagat.php?rf: 1 Time(s)
//wp-admin/admin-ajax.php: 2 Time(s)
//wp-admin/admin-ajax.php?action=revolutio ... ./wp-config.php: 1 Time(s)
//wp-admin/admin-ajax.php?action=revslider ... ./wp-config.php: 1 Time(s)
//wp-admin/includes/themes.php?x1: 1 Time(s)
//wp-admin/options-link.php?x1: 1 Time(s)
/_: 1 Time(s)
/admin.php: 10 Time(s)
/admin/: 9 Time(s)
/admin/board: 1 Time(s)
/admin/login.php: 9 Time(s)
/administrator/index.php: 9 Time(s)
/apple-touch-icon-precomposed.png: 3 Time(s)
/apple-touch-icon.png: 3 Time(s)
/bitrix/admin/index.php?lang=en: 10 Time(s)
/blog/: 2 Time(s)
/blog/robots.txt: 2 Time(s)
/blog/wp-admin/: 10 Time(s)
/board: 2 Time(s)
/category/news/feed: 1 Time(s)
/category/news/feed/: 17 Time(s)
/favicon.ico: 3240 Time(s)
/index.php/component/users/?task=registration.register: 1 Time(s)
/index.php/joomla-pages-ii/user-registrati ... ration.register: 1 Time(s)
/index.php?option=com_users&view=registration: 1 Time(s)
/license.php: 1 Time(s)
/listinfo/board: 1 Time(s)
/magmi/web/plugin_upload.php: 1 Time(s)
/old/wp-admin/: 13 Time(s)
/phpmyadmin/scripts/setup.php: 1 Time(s)
/pipermail/engine-patches/2011-December/001968.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000764.html: 1 Time(s)
/pipermail/engine-patches/2012-April/012940.html: 1 Time(s)
/pipermail/engine-patches/2012-April/013264.html: 1 Time(s)
/pipermail/engine-patches/2012-April/014334.html: 1 Time(s)
/pipermail/engine-patches/2012-April/014538.html: 1 Time(s)
/pipermail/engine-patches/2012-April/016012.html: 1 Time(s)
/pipermail/engine-patches/2012-August/032576.html: 1 Time(s)
/pipermail/engine-patches/2012-August/033405.html: 1 Time(s)
/pipermail/engine-patches/2012-December/043960.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044160.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044197.html: 1 Time(s)
/pipermail/engine-patches/2012-December/045630.html: 1 Time(s)
/pipermail/engine-patches/2012-December/045736.html: 1 Time(s)
/pipermail/engine-patches/2012-December/045863.html: 1 Time(s)
/pipermail/engine-patches/2012-December/046577.html: 1 Time(s)
/pipermail/engine-patches/2012-February/006554.html: 1 Time(s)
/pipermail/engine-patches/2012-January/002955.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003293.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025259.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028381.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028882.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028998.html: 1 Time(s)
/pipermail/engine-patches/2012-June/021889.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022715.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023075.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023158.html: 1 Time(s)
/pipermail/engine-patches/2012-March/008864.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009070.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009141.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009307.html: 1 Time(s)
/pipermail/engine-patches/2012-March/010336.html: 1 Time(s)
/pipermail/engine-patches/2012-March/010342.html: 1 Time(s)
/pipermail/engine-patches/2012-March/010700.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040016.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040328.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040612.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040624.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040870.html: 1 Time(s)
/pipermail/engine-patches/2012-November/041993.html: 1 Time(s)
/pipermail/engine-patches/2012-November/042269.html: 1 Time(s)
/pipermail/engine-patches/2012-October/037599.html: 1 Time(s)
/pipermail/engine-patches/2012-October/037845.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039414.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039519.html: 1 Time(s)
/pipermail/engine-patches/2012-September/033892.html: 1 Time(s)
/pipermail/engine-patches/2012-September/033935.html: 1 Time(s)
/pipermail/engine-patches/2012-September/034954.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035029.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035182.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035493.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035749.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036106.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036249.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036500.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036742.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064445.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064647.html: 1 Time(s)
/pipermail/engine-patches/2013-April/067025.html: 1 Time(s)
/pipermail/engine-patches/2013-April/067099.html: 1 Time(s)
/pipermail/engine-patches/2013-April/067817.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068380.html: 1 Time(s)
/pipermail/engine-patches/2013-August/092809.html: 1 Time(s)
/pipermail/engine-patches/2013-August/093018.html: 1 Time(s)
/pipermail/engine-patches/2013-August/095559.html: 1 Time(s)
/pipermail/engine-patches/2013-August/097209.html: 1 Time(s)
/pipermail/engine-patches/2013-August/097526.html: 1 Time(s)
/pipermail/engine-patches/2013-August/098355.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101060.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101824.html: 1 Time(s)
/pipermail/engine-patches/2013-December/131846.html: 1 Time(s)
/pipermail/engine-patches/2013-December/132975.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054367.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054952.html: 1 Time(s)
/pipermail/engine-patches/2013-February/056120.html: 1 Time(s)
/pipermail/engine-patches/2013-February/058492.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047769.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047845.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047884.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048670.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048756.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049749.html: 1 Time(s)
/pipermail/engine-patches/2013-January/050097.html: 1 Time(s)
/pipermail/engine-patches/2013-January/050164.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051096.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051176.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052311.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052380.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052535.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052697.html: 1 Time(s)
/pipermail/engine-patches/2013-July/082089.html: 1 Time(s)
/pipermail/engine-patches/2013-July/083288.html: 1 Time(s)
/pipermail/engine-patches/2013-July/089467.html: 1 Time(s)
/pipermail/engine-patches/2013-July/089857.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078428.html: 1 Time(s)
/pipermail/engine-patches/2013-June/079223.html: 1 Time(s)
/pipermail/engine-patches/2013-June/081152.html: 1 Time(s)
/pipermail/engine-patches/2013-June/081184.html: 1 Time(s)
/pipermail/engine-patches/2013-March/059346.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060403.html: 2 Time(s)
/pipermail/engine-patches/2013-March/060516.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060876.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062785.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062804.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062887.html: 1 Time(s)
/pipermail/engine-patches/2013-March/063490.html: 1 Time(s)
/pipermail/engine-patches/2013-March/063571.html: 1 Time(s)
/pipermail/engine-patches/2013-October/109420.html: 1 Time(s)
/pipermail/engine-patches/2013-October/109867.html: 1 Time(s)
/pipermail/engine-patches/2013-October/110185.html: 1 Time(s)
/pipermail/engine-patches/2013-October/110232.html: 1 Time(s)
/pipermail/engine-patches/2013-September/104086.html: 1 Time(s)
/pipermail/engine-patches/2013-September/104591.html: 1 Time(s)
/pipermail/engine-patches/2013-September/108495.html: 1 Time(s)
/pipermail/engine-patches/2014-February/156056.html: 1 Time(s)
/pipermail/infra//admin/categories.php/log ... product_preview: 12 Time(s)
/pipermail/infra/2012-November/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-December/004471.html/trackback/: 2 Time(s)
/pipermail/infra/2013-February/001989.html ... R96w/xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-February/xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-July//admin/categori ... product_preview: 12 Time(s)
/pipermail/infra/2013-July/tiki-register.php: 5 Time(s)
/pipermail/infra/2013-June/003218.html&sa= ... cynBXfjIV1KwGfw: 1 Time(s)
/pipermail/infra/2013-March/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-May/003154.html/: 1 Time(s)
/pipermail/infra/2013-May/tiki-register.php: 6 Time(s)
/pipermail/infra/2013-September/tiki-register.php: 1 Time(s)
/pipermail/infra/2014-December/008683.html/trackback/: 1 Time(s)
/pipermail/infra/2014-October/008151.html/trackback/: 1 Time(s)
/pipermail/infra/2015-April/009521.html/trackback/: 1 Time(s)
/pipermail/infra/2015-February/009126.html/trackback/: 1 Time(s)
/pipermail/infra/2015-January//components/ ... ?name=pagat.php: 1 Time(s)
/pipermail/infra/2015-January//components/ ... es/pagat.php?rf: 1 Time(s)
/pipermail/infra/2015-July//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2015-July/010145.html& ... /admin-ajax.php: 12 Time(s)
/pipermail/infra/2015-July/010145.html& ... 6HhMtQ44fiBvPg/: 7 Time(s)
/pipermail/infra/2015-July/010145.html& ... xtract/itil.php: 11 Time(s)
/pipermail/infra/2015-July/010165.html& ... /admin-ajax.php: 1 Time(s)
/pipermail/infra/2015-July/010165.html': 1 Time(s)
/pipermail/infra/2015-July/magmi/web/plugin_upload.php: 1 Time(s)
/pipermail/infra/2015-July/wp-admin/admin-ajax.php: 12 Time(s)
/pipermail/infra/2015-July/wp-content/plug ... ploader/php.php: 1 Time(s)
/pipermail/infra/2015-July/wp-content/plug ... xtract/itil.php: 4 Time(s)
/pipermail/infra/2015-July/wp-content/them ... xtract/itil.php: 7 Time(s)
/pipermail/infra/2015-July/xmlrpc.php: 1 Time(s)
/pipermail/infra/2015-June/010057.html/trackback/: 1 Time(s)
/pipermail/infra/2015-March//wp-admin/admi ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2015-March//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2015-March//wp-admin/includes/themes.php?x1: 1 Time(s)
/pipermail/infra/2015-March//wp-admin/options-link.php?x1: 1 Time(s)
/pipermail/users/2012-may/007679.html: 2 Time(s)
/pipermail/users/2013-May/014187.html+: 1 Time(s)
/repos/ci-tools/EL/6/repodata/repomd.xml: 48 Time(s)
/robots.txt: 162 Time(s)
/test/wp-admin/: 12 Time(s)
/user/: 9 Time(s)
/wordpress/: 2 Time(s)
/wordpress/wp-admin/: 13 Time(s)
/wp-admin/: 14 Time(s)
/wp-admin/admin-ajax.php: 12 Time(s)
/wp-content/plugins/62725942.php: 1 Time(s)
/wp-content/plugins/Login-wall-etgFB/login ... vcGx1Z2lucy8%3d: 1 Time(s)
/wp-content/plugins/meteor-extras/includes ... xtract/itil.php: 1 Time(s)
/wp-content/plugins/reflex-gallery/admin/s ... ploader/php.php: 1 Time(s)
/wp-content/plugins/revolution-slider/temp ... xtract/itil.php: 1 Time(s)
/wp-content/plugins/revslider/temp/update_extract/info.php: 2 Time(s)
/wp-content/plugins/revslider/temp/update_extract/itil.php: 1 Time(s)
/wp-content/plugins/showbiz/temp/update_extract/itil.php: 1 Time(s)
/wp-content/themes//framework/plugins/revs ... xtract/itil.php: 1 Time(s)
/wp-content/themes//includes/revslider/tem ... xtract/itil.php: 1 Time(s)
/wp-content/themes//lib/revslider/temp/upd ... xtract/itil.php: 1 Time(s)
/wp-content/themes//library/revslider/temp ... xtract/itil.php: 1 Time(s)
/wp-content/themes//revslider/temp/update_extract/itil.php: 1 Time(s)
/wp-content/themes//theme/templates/slider ... xtract/itil.php: 1 Time(s)
/wp-content/themes//wonderfoundry/addons/p ... xtract/itil.php: 1 Time(s)
/wp-login.php: 18 Time(s)
/wp/: 2 Time(s)
/wp/wp-admin/: 12 Time(s)
/wpfoot1.php: 1 Time(s)
/xmlrpc.php: 7 Time(s)
/xmlrpc.php?rsd: 2 Time(s)
416 Request Range Not Satisfiable
/pipermail/users/2013-March/012895.html: 1 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
138 *Warning: Pre-queue content-filter connection overload
97 Miscellaneous warnings
17.514M Bytes accepted 18,364,252
988.735M Bytes delivered 1,036,763,325
======== ================================================
1360 Accepted 85.48%
231 Rejected 14.52%
-------- ------------------------------------------------
1591 Total 100.00%
======== ================================================
12 Reject relay denied 5.19%
6 Reject HELO/EHLO 2.60%
213 Reject unknown user 92.21%
-------- ------------------------------------------------
231 Total Rejects 100.00%
======== ================================================
382 4xx Reject recipient address 87.82%
53 4xx Reject sender address 12.18%
-------- ------------------------------------------------
435 Total 4xx Rejects 100.00%
======== ================================================
1949 Connections made
402 Connections lost
1948 Disconnections
1346 Removed from queue
792 Delivered
34076 Sent via SMTP
4 Forwarded
125 Deferred
862 Deferrals
139 Bounce (remote)
1 Expired and returned to sender
2 DSNs delivered
102 DSNs undeliverable
387 Connection failure (outbound)
12 Timeout (inbound)
1 Excessive errors in SMTP commands dialog
142 Hostname verification errors
237 Enabled PIX workaround
**Unmatched Entries**
1 Jan 5 11:04:55 linode01 postfix/smtp[18196]: 03A48C78F: Cannot start TLS: handshake failure
1 Jan 5 03:11:11 linode01 postfix/smtp[2829]: 49929C7A9: Cannot start TLS: handshake failure
1 Jan 5 07:41:06 linode01 postfix/smtp[10440]: B3064C76C: Cannot start TLS: handshake failure
1 Jan 5 04:08:03 linode01 postfix/smtp[4595]: SSL_connect error to mx1.mail.139.com[221.176.66.188]:25: -1
1 Jan 5 11:03:33 linode01 postfix/smtp[18176]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 02:09:11 linode01 postfix/smtp[1230]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 07:56:26 linode01 postfix/smtp[10827]: 767FFC79C: Cannot start TLS: handshake failure
1 Jan 5 05:36:29 linode01 postfix/smtp[7329]: CC805C7CB: Cannot start TLS: handshake failure
1 Jan 5 14:27:38 linode01 postfix/smtp[24109]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:28:30 linode01 postfix/smtp[15476]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 04:04:59 linode01 postfix/smtp[4576]: AACD5C7B6: Cannot start TLS: handshake failure
1 Jan 5 01:03:30 linode01 postfix/smtp[31543]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:37:14 linode01 postfix/smtp[15992]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 08:01:30 linode01 postfix/smtp[10848]: 7A4F6C7A0: Cannot start TLS: handshake failure
1 Jan 5 15:22:17 linode01 postfix/smtp[25441]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 09:59:01 linode01 postfix/smtp[14477]: 838FFC793: Cannot start TLS: handshake failure
1 Jan 5 09:42:42 linode01 postfix/smtp[14098]: 38C27C76B: Cannot start TLS: handshake failure
1 Jan 5 01:06:39 linode01 postfix/smtp[31679]: 7892AC79C: Cannot start TLS: handshake failure
1 Jan 5 13:18:24 linode01 postfix/smtp[22498]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:28:30 linode01 postfix/smtp[15476]: B6985C78F: Cannot start TLS: handshake failure
1 Jan 5 09:42:42 linode01 postfix/smtp[14098]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 09:49:06 linode01 postfix/smtp[14323]: E4693C78F: Cannot start TLS: handshake failure
1 Jan 5 03:58:19 linode01 postfix/smtp[4352]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 04:03:31 linode01 postfix/smtp[4622]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 03:58:19 linode01 postfix/smtp[4352]: 39FD1C7B1: Cannot start TLS: handshake failure
1 Jan 5 05:36:29 linode01 postfix/smtp[7329]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 02:14:15 linode01 postfix/smtp[1204]: EB0D7C7A7: Cannot start TLS: handshake failure
1 Jan 5 12:59:53 linode01 postfix/smtp[21709]: CCED0C78B: Cannot start TLS: handshake failure
1 Jan 5 09:27:38 linode01 postfix/smtp[13528]: 3162BC78F: Cannot start TLS: handshake failure
1 Jan 5 08:18:15 linode01 postfix/smtp[11601]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 01:46:43 linode01 postfix/smtp[368]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 09:24:23 linode01 postfix/smtp[13401]: 3F9DDC78F: Cannot start TLS: handshake failure
1 Jan 5 21:15:59 linode01 postfix/smtp[914]: 231B1C770: Cannot start TLS: handshake failure
1 Jan 5 11:48:09 linode01 postfix/smtp[19866]: B37B3C78B: Cannot start TLS: handshake failure
1 Jan 5 02:46:47 linode01 postfix/smtp[2115]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:45:31 linode01 postfix/smtp[16929]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 05:25:20 linode01 postfix/smtp[7057]: B94F6C7AF: Cannot start TLS: handshake failure
1 Jan 5 08:42:42 linode01 postfix/smtp[12552]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 08:21:09 linode01 postfix/smtp[11755]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 12:59:53 linode01 postfix/smtp[21709]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 11:28:19 linode01 postfix/smtp[19192]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:06:10 linode01 postfix/smtp[14773]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 12:05:15 linode01 postfix/smtp[20381]: CA7BBC78B: Cannot start TLS: handshake failure
1 Jan 5 10:17:36 linode01 postfix/smtp[15305]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 13:31:55 linode01 postfix/smtp[22784]: D8D77C76B: Cannot start TLS: handshake failure
1 Jan 5 04:16:34 linode01 postfix/smtp[5301]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 11:08:38 linode01 postfix/smtp[18200]: 98C00C793: Cannot start TLS: handshake failure
1 Jan 5 08:21:09 linode01 postfix/smtp[11755]: 782EDC7A8: Cannot start TLS: handshake failure
1 Jan 5 02:46:47 linode01 postfix/smtp[2115]: 4B217C796: Cannot start TLS: handshake failure
1 Jan 5 04:06:39 linode01 postfix/smtp[4543]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 04:16:34 linode01 postfix/smtp[5301]: E9EF0C7BC: Cannot start TLS: handshake failure
1 Jan 5 10:37:14 linode01 postfix/smtp[15992]: D9CBCC793: Cannot start TLS: handshake failure
1 Jan 5 01:46:43 linode01 postfix/smtp[368]: 6F5DEC7A2: Cannot start TLS: handshake failure
1 Jan 5 04:10:16 linode01 postfix/smtp[5144]: 6250BC7B7: Cannot start TLS: handshake failure
1 Jan 5 08:01:30 linode01 postfix/smtp[10848]: SSL_connect error to mx1.mail.139.com[221.176.66.188]:25: -1
1 Jan 5 07:44:10 linode01 postfix/smtp[10638]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 14:27:38 linode01 postfix/smtp[24109]: 78D1AC78B: Cannot start TLS: handshake failure
1 Jan 5 04:23:20 linode01 postfix/smtp[5511]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 08:18:15 linode01 postfix/smtp[11601]: 99543C796: Cannot start TLS: handshake failure
1 Jan 5 07:57:29 linode01 postfix/smtp[10852]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 04:03:31 linode01 postfix/smtp[4622]: 77BACC7B3: Cannot start TLS: handshake failure
1 Jan 5 01:06:39 linode01 postfix/smtp[31679]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 11:03:33 linode01 postfix/smtp[18176]: D1D15C78F: Cannot start TLS: handshake failure
1 Jan 5 11:10:35 linode01 postfix/smtp[18899]: 38F74C79A: Cannot start TLS: handshake failure
1 Jan 5 05:25:20 linode01 postfix/smtp[7057]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 09:59:01 linode01 postfix/smtp[14477]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:45:31 linode01 postfix/smtp[16929]: D3064C78B: Cannot start TLS: handshake failure
1 Jan 5 07:44:10 linode01 postfix/smtp[10638]: C81EFC76C: Cannot start TLS: handshake failure
1 Jan 5 11:28:19 linode01 postfix/smtp[19192]: 96545C76C: Cannot start TLS: handshake failure
1 Jan 5 13:31:55 linode01 postfix/smtp[22784]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 12:05:15 linode01 postfix/smtp[20381]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 10:17:36 linode01 postfix/smtp[15305]: 5CBE9C794: Cannot start TLS: handshake failure
1 Jan 5 04:03:01 linode01 postfix/smtp[4582]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 09:24:23 linode01 postfix/smtp[13401]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 04:04:59 linode01 postfix/smtp[4576]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 13:07:09 linode01 postfix/smtp[22007]: 0243DC78B: Cannot start TLS: handshake failure
1 Jan 5 04:23:20 linode01 postfix/smtp[5511]: EA262C7C8: Cannot start TLS: handshake failure
1 Jan 5 13:07:09 linode01 postfix/smtp[22007]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 04:08:03 linode01 postfix/smtp[4595]: EB74EC7B7: Cannot start TLS: handshake failure
1 Jan 5 09:49:06 linode01 postfix/smtp[14323]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 09:27:38 linode01 postfix/smtp[13528]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 11:10:35 linode01 postfix/smtp[18899]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 21:15:59 linode01 postfix/smtp[914]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 07:57:29 linode01 postfix/smtp[10852]: 584A1C7A2: Cannot start TLS: handshake failure
1 Jan 5 10:06:10 linode01 postfix/smtp[14773]: C5643C796: Cannot start TLS: handshake failure
1 Jan 5 11:08:38 linode01 postfix/smtp[18200]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 02:00:14 linode01 postfix/smtp[661]: ACF5DC7A2: Cannot start TLS: handshake failure
1 Jan 5 15:22:17 linode01 postfix/smtp[25441]: 8FD1AC770: Cannot start TLS: handshake failure
1 Jan 5 11:04:55 linode01 postfix/smtp[18196]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 07:56:26 linode01 postfix/smtp[10827]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 04:03:01 linode01 postfix/smtp[4582]: E7698C7B6: Cannot start TLS: handshake failure
1 Jan 5 07:41:06 linode01 postfix/smtp[10440]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 5 01:03:30 linode01 postfix/smtp[31543]: 56ED8C78B: Cannot start TLS: handshake failure
1 Jan 5 13:18:24 linode01 postfix/smtp[22498]: 7F142C76B: Cannot start TLS: handshake failure
1 Jan 5 02:00:14 linode01 postfix/smtp[661]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 02:09:11 linode01 postfix/smtp[1230]: B7B93C7A6: Cannot start TLS: handshake failure
1 Jan 5 11:48:09 linode01 postfix/smtp[19866]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 04:06:39 linode01 postfix/smtp[4543]: 104EEC7BC: Cannot start TLS: handshake failure
1 Jan 5 08:42:42 linode01 postfix/smtp[12552]: 5AD05C78B: Cannot start TLS: handshake failure
1 Jan 5 02:14:15 linode01 postfix/smtp[1204]: SSL_connect error to mx1.ukfsn.org[5.9.116.23]:25: -1
1 Jan 5 03:11:11 linode01 postfix/smtp[2829]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 5 04:10:16 linode01 postfix/smtp[5144]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Received disconnect:
11: : 5 Time(s)
11: Bye Bye : 1873 Time(s)
11: Normal Shutdown, Thank you for playing : 57 Time(s)
3: com.jcraft.jsch.JSchException: Auth fail : 12 Time(s)
**Unmatched Entries**
Address 66.162.88.202 maps to mail.plunkett-gibson.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
reverse mapping checking getaddrinfo for 163-172-14-58.rev.poneytelecom.eu [163.172.14.58] failed - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 97G 71G 26G 73% /
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
8 years, 10 months
Jenkins server restarted
by Barak Korren
The oVirt Jenkins server seems to have gone into a particularly long
garbage collection process, so I just restarted it 10 minutes ago to
make it responsive again.
If you had jobs running at that time they will never finish, or finish
with failure, please restart them.
--
Barak Korren
bkorren(a)redhat.com
RHEV-CI Team
8 years, 10 months
New network test failure on jenkins
by Nir Soffer
Hi all,
There is a new networking test failure in the ci:
16:18:11 ======================================================================
16:18:11 ERROR: test_dump_bonding_name2numeric
(toolBondingTests.TestToolBonding)
16:18:11 ----------------------------------------------------------------------
16:18:11 Traceback (most recent call last):
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
line 97, in wrapper
16:18:11 return f(*args, **kwargs)
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/modprobe.py",
line 58, in wrapper
16:18:11 return f(*args, **kwargs)
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/toolBondingTests.py",
line 37, in test_dump_bonding_name2numeric
16:18:11 opt_map = _get_bonding_options_name2numeric()
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/vdsm/tool/dump_bonding_opts.py",
line 94, in _get_bonding_options_name2numeric
16:18:11 opts[mode] = bond_opts_name2numeric_filtered(bond_name)
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/vdsm/netinfo/bonding.py",
line 203, in bond_opts_name2numeric_filtered
16:18:11 in _bond_opts_name2numeric(bond).iteritems()
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/vdsm/netinfo/bonding.py",
line 238, in _bond_opts_name2numeric
16:18:11 _bond_opts_name2numeric_scan(path)
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/vdsm/netinfo/bonding.py",
line 247, in _bond_opts_name2numeric_scan
16:18:11 numeric_val)
16:18:11 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/vdsm/netinfo/bonding.py",
line 259, in _bond_opts_name2numeric_getval
16:18:11 opt_write_file.flush()
16:18:11 IOError: [Errno 16] Device or resource busy:
'opt[/sys/class/net/Z7PxqN9gLALvKkE/bonding/lacp_rate],
numeric_val[1]'
See http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1831/con...
Can someone from networking check this?
Thanks,
Nir
8 years, 10 months
Logwatch for linode01.ovirt.org (Linux)
by logwatch@lists.ovirt.org
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Tue Jan 5 03:28:18 2016
Date Range Processed: yesterday
( 2016-Jan-04 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
404 Not Found
/: 1 Time(s)
/**mailman/listinfo/users%3Chttp://lists.o ... /listinfo/users: 1 Time(s)
//images/stories/wawalo.gif: 1 Time(s)
//skin/zero_vote/error.php?dir=http://140. ... rea/view.jpg???: 2 Time(s)
//skin/zero_vote/error.php?dir=test??: 1 Time(s)
//wp-admin/admin-ajax.php: 4 Time(s)
//wp-admin/admin-ajax.php?action=revolutio ... ./wp-config.php: 2 Time(s)
//wp-admin/admin-ajax.php?action=revslider ... ./wp-config.php: 7 Time(s)
//wp-admin/includes/themes.php?x1: 2 Time(s)
//wp-admin/options-link.php?x1: 2 Time(s)
//wp-content/plugins/seo-watcher/ofc/php-o ... ?name=pagat.php: 2 Time(s)
//wp-content/plugins/seo-watcher/ofc/tmp-u ... es/pagat.php?rf: 2 Time(s)
//wp-content/plugins/wp-slimstat-ex/lib/of ... ?name=pagat.php: 2 Time(s)
//wp-content/plugins/wp-slimstat-ex/lib/of ... es/pagat.php?rf: 2 Time(s)
/93456347.php: 1 Time(s)
/__**mailman/listinfo/users%3Chttp://lists ... /listinfo/users: 1 Time(s)
/___: 1 Time(s)
/admin.php: 12 Time(s)
/admin/: 12 Time(s)
/admin/login.php: 12 Time(s)
/administrator/index.php: 12 Time(s)
/apple-touch-icon-precomposed.png: 1 Time(s)
/apple-touch-icon.png: 1 Time(s)
/bitrix/admin/index.php?lang=en: 12 Time(s)
/blog/wp-admin/: 8 Time(s)
/category/news/feed: 1 Time(s)
/category/news/feed/: 12 Time(s)
/component/jdownloads/upload: 1 Time(s)
/favicon.ico: 677 Time(s)
/index.php?option=com_jce&task=plugin&plug ... 86d0dd595c8e20b: 2 Time(s)
/js/close.gif: 1 Time(s)
/license.php: 1 Time(s)
/listinfo/events:: 1 Time(s)
/mailman/listinfo=: 1 Time(s)
/old/wp-admin/: 7 Time(s)
/pipermail/engine-patches/2011-December/001343.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002295.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000203.html: 1 Time(s)
/pipermail/engine-patches/2012-April/012091.html: 1 Time(s)
/pipermail/engine-patches/2012-April/013644.html: 1 Time(s)
/pipermail/engine-patches/2012-April/013958.html: 1 Time(s)
/pipermail/engine-patches/2012-April/014124.html: 1 Time(s)
/pipermail/engine-patches/2012-April/015058.html: 1 Time(s)
/pipermail/engine-patches/2012-August/029240.html: 1 Time(s)
/pipermail/engine-patches/2012-August/029892.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044482.html: 1 Time(s)
/pipermail/engine-patches/2012-December/046149.html: 1 Time(s)
/pipermail/engine-patches/2012-December/047209.html: 1 Time(s)
/pipermail/engine-patches/2012-December/047656.html: 1 Time(s)
/pipermail/engine-patches/2012-February/008511.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003276.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003394.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003397.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003712.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025317.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028812.html: 1 Time(s)
/pipermail/engine-patches/2012-June/021591.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023447.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023950.html: 1 Time(s)
/pipermail/engine-patches/2012-March/008995.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009003.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009734.html: 1 Time(s)
/pipermail/engine-patches/2012-March/010608.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011765.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011877.html: 1 Time(s)
/pipermail/engine-patches/2012-May/017127.html: 1 Time(s)
/pipermail/engine-patches/2012-May/018070.html: 1 Time(s)
/pipermail/engine-patches/2012-November/039829.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040557.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040615.html: 1 Time(s)
/pipermail/engine-patches/2012-November/041106.html: 1 Time(s)
/pipermail/engine-patches/2012-November/041615.html: 1 Time(s)
/pipermail/engine-patches/2012-October/038259.html: 1 Time(s)
/pipermail/engine-patches/2012-October/038311.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039372.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039712.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039774.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035357.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035506.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035584.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035788.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036489.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036492.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065443.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065919.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068394.html: 1 Time(s)
/pipermail/engine-patches/2013-April/069280.html: 1 Time(s)
/pipermail/engine-patches/2013-August/092722.html: 1 Time(s)
/pipermail/engine-patches/2013-August/094030.html: 1 Time(s)
/pipermail/engine-patches/2013-August/095292.html: 1 Time(s)
/pipermail/engine-patches/2013-August/097209.html: 1 Time(s)
/pipermail/engine-patches/2013-August/097828.html: 1 Time(s)
/pipermail/engine-patches/2013-August/099100.html: 1 Time(s)
/pipermail/engine-patches/2013-August/100484.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101150.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102724.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102889.html: 1 Time(s)
/pipermail/engine-patches/2013-December/131126.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054281.html: 1 Time(s)
/pipermail/engine-patches/2013-February/056167.html: 1 Time(s)
/pipermail/engine-patches/2013-February/057251.html: 1 Time(s)
/pipermail/engine-patches/2013-February/057839.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047826.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048201.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048801.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049125.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049173.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049749.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049970.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051544.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052380.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052744.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052926.html: 1 Time(s)
/pipermail/engine-patches/2013-January/053023.html: 1 Time(s)
/pipermail/engine-patches/2013-January/053033.html: 1 Time(s)
/pipermail/engine-patches/2013-July/083109.html: 1 Time(s)
/pipermail/engine-patches/2013-July/084262.html: 1 Time(s)
/pipermail/engine-patches/2013-July/085817.html: 1 Time(s)
/pipermail/engine-patches/2013-July/086093.html: 1 Time(s)
/pipermail/engine-patches/2013-July/088918.html: 1 Time(s)
/pipermail/engine-patches/2013-July/089857.html: 1 Time(s)
/pipermail/engine-patches/2013-July/090775.html: 1 Time(s)
/pipermail/engine-patches/2013-July/091856.html: 1 Time(s)
/pipermail/engine-patches/2013-June/074484.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075594.html: 2 Time(s)
/pipermail/engine-patches/2013-June/077262.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078175.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078215.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078444.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078771.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078799.html: 1 Time(s)
/pipermail/engine-patches/2013-June/079650.html: 1 Time(s)
/pipermail/engine-patches/2013-June/080004.html: 1 Time(s)
/pipermail/engine-patches/2013-June/080212.html: 1 Time(s)
/pipermail/engine-patches/2013-June/081743.html: 1 Time(s)
/pipermail/engine-patches/2013-March/059918.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060756.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060849.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060865.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061764.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062110.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062785.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062804.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062896.html: 1 Time(s)
/pipermail/engine-patches/2013-October/110591.html: 1 Time(s)
/pipermail/engine-patches/2013-October/115735.html: 1 Time(s)
/pipermail/engine-patches/2013-October/117011.html: 1 Time(s)
/pipermail/engine-patches/2013-September/104269.html: 1 Time(s)
/pipermail/engine-patches/2013-September/104605.html: 1 Time(s)
/pipermail/engine-patches/2013-September/107461.html: 1 Time(s)
/pipermail/engine-patches/2013-September/109032.html: 1 Time(s)
/pipermail/engine-patches/2014-January/141669.html: 1 Time(s)
/pipermail/engine-patches/2014-January/141870.html: 1 Time(s)
/pipermail/engine-patches/2014-January/143906.html: 1 Time(s)
/pipermail/infra/201: 1 Time(s)
/pipermail/infra/2012-November/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-January//wp-admin/ad ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2013-July/tiki-register.php: 2 Time(s)
/pipermail/infra/2013-March/tiki-register.php: 1 Time(s)
/pipermail/infra/2013-May/tiki-register.php: 5 Time(s)
/pipermail/infra/2014-December//wp-content ... ?name=pagat.php: 4 Time(s)
/pipermail/infra/2014-December//wp-content ... es/pagat.php?rf: 4 Time(s)
/pipermail/infra/2014-December/008737.html/trackback/: 1 Time(s)
/pipermail/infra/2014-May//wp-content/plug ... ?name=pagat.php: 1 Time(s)
/pipermail/infra/2014-May//wp-content/plug ... es/pagat.php?rf: 1 Time(s)
/pipermail/infra/2014-November/008535.html/trackback/: 1 Time(s)
/pipermail/infra/2015-April//wp-admin/admi ... ./wp-config.php: 5 Time(s)
/pipermail/infra/2015-April//wp-admin/admin-ajax.php: 3 Time(s)
/pipermail/infra/2015-April//wp-admin/includes/themes.php?x1: 1 Time(s)
/pipermail/infra/2015-April//wp-admin/options-link.php?x1: 1 Time(s)
/pipermail/infra/2015-April/009473.html&am ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2015-April/009473.html&am ... /admin-ajax.php: 61 Time(s)
/pipermail/infra/2015-April/009473.html&am ... oGNFgzKbIDpU_A/: 35 Time(s)
/pipermail/infra/2015-April/009473.html&am ... xtract/itil.php: 55 Time(s)
/pipermail/infra/2015-April/wp-admin/admin-ajax.php: 12 Time(s)
/pipermail/infra/2015-April/wp-content/plu ... xtract/itil.php: 4 Time(s)
/pipermail/infra/2015-April/wp-content/the ... xtract/itil.php: 7 Time(s)
/pipermail/infra/2015-August//wp-admin/adm ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2015-August//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2015-August//wp-admin/inc ... s/themes.php?x1: 1 Time(s)
/pipermail/infra/2015-August//wp-admin/options-link.php?x1: 1 Time(s)
/pipermail/infra/2015-February//images/stories/wawalo.gif: 1 Time(s)
/pipermail/infra/2015-February//skin/zero_ ... .php?dir=test??: 1 Time(s)
/pipermail/infra/2015-February//skin/zero_ ... rea/view.jpg???: 2 Time(s)
/pipermail/infra/2015-February/tiki-register.php: 1 Time(s)
/pipermail/infra/2015-July//wp-admin/admin ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2015-March/009329.html&am ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2015-March/wp-admin/admin ... ./wp-config.php: 1 Time(s)
/pipermail/users/201: 1 Time(s)
/pipermail/users/2012-May/002002.html;list ... rt.org;ShoutBox: 1 Time(s)
/pipermail/users/2013-august/015578.html: 1 Time(s)
/pipermail/users/2013-february/012269.html: 1 Time(s)
/pipermail/users/2013-may/014251.html: 1 Time(s)
/pipermail/users/2014-november/029596.html: 1 Time(s)
/pipermail/users/2014-september/027225.html: 1 Time(s)
/pipermail/users/2015-Dec/: 1 Time(s)
/pipermail/users/2015-Dec/032618.html: 1 Time(s)
/pipermail/users/2015-Dec/date.html: 2 Time(s)
/plus/mytag_js.php?aid=6022:: 1 Time(s)
/repos/ci-tools/EL/6/repodata/repomd.xml: 48 Time(s)
/robots.txt: 146 Time(s)
/suggest-listing.php: 1 Time(s)
/test/wp-admin/: 7 Time(s)
/user/: 12 Time(s)
/wordpress/wp-admin/: 8 Time(s)
/wp-admin/: 8 Time(s)
/wp-admin/admin-ajax.php: 15 Time(s)
/wp-admin/admin-ajax.php?action=revslider_ ... ./wp-config.php: 1 Time(s)
/wp-content/plugins/meteor-extras/includes ... xtract/itil.php: 1 Time(s)
/wp-content/plugins/revolution-slider/temp ... xtract/itil.php: 1 Time(s)
/wp-content/plugins/revslider/temp/update_ ... ct/49445924.php: 1 Time(s)
/wp-content/plugins/revslider/temp/update_extract/itil.php: 1 Time(s)
/wp-content/plugins/showbiz/temp/update_extract/itil.php: 1 Time(s)
/wp-content/themes//framework/plugins/revs ... xtract/itil.php: 1 Time(s)
/wp-content/themes//includes/revslider/tem ... xtract/itil.php: 1 Time(s)
/wp-content/themes//lib/revslider/temp/upd ... xtract/itil.php: 1 Time(s)
/wp-content/themes//library/revslider/temp ... xtract/itil.php: 1 Time(s)
/wp-content/themes//revslider/temp/update_extract/itil.php: 1 Time(s)
/wp-content/themes//theme/templates/slider ... xtract/itil.php: 1 Time(s)
/wp-content/themes//wonderfoundry/addons/p ... xtract/itil.php: 1 Time(s)
/wp-content/uploads/843252.php: 1 Time(s)
/wp-login.php: 18 Time(s)
/wp-login.php?action=register: 1 Time(s)
/wp-login.php?action=register:: 2 Time(s)
/wp/wp-admin/: 8 Time(s)
/xmlrpc.php: 6 Time(s)
/zboard.php?id=test/: 1 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
224 *Warning: Pre-queue content-filter connection overload
84 Miscellaneous warnings
10.763M Bytes accepted 11,285,681
456.033M Bytes delivered 478,185,601
======== ================================================
1389 Accepted 81.47%
316 Rejected 18.53%
-------- ------------------------------------------------
1705 Total 100.00%
======== ================================================
1 Reject relay denied 0.32%
75 Reject HELO/EHLO 23.73%
240 Reject unknown user 75.95%
-------- ------------------------------------------------
316 Total Rejects 100.00%
======== ================================================
865 4xx Reject recipient address 92.91%
66 4xx Reject sender address 7.09%
-------- ------------------------------------------------
931 Total 4xx Rejects 100.00%
======== ================================================
2651 Connections made
823 Connections lost
2651 Disconnections
1363 Removed from queue
818 Delivered
31520 Sent via SMTP
3 Forwarded
118 Deferred
832 Deferrals
136 Bounce (remote)
1 Expired and returned to sender
102 DSNs undeliverable
475 Connection failure (outbound)
7 Timeout (inbound)
1 SMTP commands dialog error
247 Hostname verification errors
218 Enabled PIX workaround
**Unmatched Entries**
1 Jan 4 03:53:11 linode01 postfix/smtp[31172]: E8A6CC6C6: Cannot start TLS: handshake failure
1 Jan 4 09:52:19 linode01 postfix/smtp[9194]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:53:57 linode01 postfix/smtp[12767]: B463BC29F: Cannot start TLS: handshake failure
1 Jan 4 12:04:44 linode01 postfix/smtp[13234]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 07:16:35 linode01 postfix/smtp[4403]: 8C3C6C79E: Cannot start TLS: handshake failure
1 Jan 4 07:32:39 linode01 postfix/smtp[4845]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:28:59 linode01 postfix/smtp[2912]: 04BECC71B: Cannot start TLS: handshake failure
1 Jan 4 06:21:01 linode01 postfix/smtp[2671]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 12:27:58 linode01 postfix/smtp[14009]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 16:13:55 linode01 postfix/smtp[19536]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 17:18:32 linode01 postfix/smtp[21384]: 336A4C77C: Cannot start TLS: handshake failure
1 Jan 4 11:20:16 linode01 postfix/smtp[11843]: 85CA9C76D: Cannot start TLS: handshake failure
1 Jan 4 07:29:24 linode01 postfix/smtp[4659]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 08:57:18 linode01 postfix/smtp[7449]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:18:55 linode01 postfix/smtp[2543]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:37:14 linode01 postfix/smtp[3148]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 17:01:25 linode01 postfix/smtp[20670]: D76D0C71B: Cannot start TLS: handshake failure
1 Jan 4 12:06:52 linode01 postfix/smtp[13371]: B27E9C797: Cannot start TLS: handshake failure
1 Jan 4 12:19:08 linode01 postfix/smtp[13818]: CE65AC76D: Cannot start TLS: handshake failure
1 Jan 4 18:56:37 linode01 postfix/smtp[23423]: 9ED15C77C: Cannot start TLS: handshake failure
1 Jan 4 12:19:08 linode01 postfix/smtp[13818]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 11:21:53 linode01 postfix/smtp[11818]: E8A3CC76D: Cannot start TLS: handshake failure
1 Jan 4 09:07:06 linode01 postfix/smtp[7850]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 07:29:24 linode01 postfix/smtp[4659]: 819E4C79E: Cannot start TLS: handshake failure
1 Jan 4 07:16:35 linode01 postfix/smtp[4403]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:30:27 linode01 postfix/smtp[2895]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:45:03 linode01 postfix/smtp[12591]: B97D7C29F: Cannot start TLS: handshake failure
1 Jan 4 06:31:46 linode01 postfix/smtp[2892]: 7EEB7C71B: Cannot start TLS: handshake failure
1 Jan 4 12:27:58 linode01 postfix/smtp[14009]: A7CC2C770: Cannot start TLS: handshake failure
1 Jan 4 06:30:27 linode01 postfix/smtp[2895]: 33CEEC71B: Cannot start TLS: handshake failure
1 Jan 4 22:47:17 linode01 postfix/smtp[28802]: AEC9EC78F: Cannot start TLS: handshake failure
1 Jan 4 16:13:55 linode01 postfix/smtp[19536]: 77024C793: Cannot start TLS: handshake failure
1 Jan 4 09:52:19 linode01 postfix/smtp[9194]: 3856EC7AA: Cannot start TLS: handshake failure
1 Jan 4 08:56:15 linode01 postfix/smtp[7500]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:08:14 linode01 postfix/smtp[2082]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 12:24:31 linode01 postfix/smtp[13823]: D28E6C78B: Cannot start TLS: handshake failure
1 Jan 4 08:52:12 linode01 postfix/smtp[7337]: BEE5EC770: Cannot start TLS: handshake failure
1 Jan 4 07:35:20 linode01 postfix/smtp[4940]: 804C7C7A2: Cannot start TLS: handshake failure
1 Jan 4 09:51:41 linode01 postfix/smtp[9101]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 16:58:17 linode01 postfix/smtp[20474]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 06:08:14 linode01 postfix/smtp[2082]: A1675C71B: Cannot start TLS: handshake failure
1 Jan 4 15:23:05 linode01 postfix/smtp[18200]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 16:19:41 linode01 postfix/smtp[19710]: 019AAC793: Cannot start TLS: handshake failure
1 Jan 4 08:39:06 linode01 postfix/smtp[7082]: C0DEFC770: Cannot start TLS: handshake failure
1 Jan 4 07:38:50 linode01 postfix/smtp[5398]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 09:51:41 linode01 postfix/smtp[9101]: 99060C1AB: Cannot start TLS: handshake failure
1 Jan 4 06:28:59 linode01 postfix/smtp[2912]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:36:18 linode01 postfix/smtp[12165]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 08:56:15 linode01 postfix/smtp[7500]: 56E49C770: Cannot start TLS: handshake failure
1 Jan 4 03:53:11 linode01 postfix/smtp[31172]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 07:54:43 linode01 postfix/smtp[5710]: 45BF9C78B: Cannot start TLS: handshake failure
1 Jan 4 07:54:43 linode01 postfix/smtp[5710]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:20:16 linode01 postfix/smtp[11843]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 17:12:25 linode01 postfix/smtp[21183]: C8378C79A: Cannot start TLS: handshake failure
1 Jan 4 06:18:55 linode01 postfix/smtp[2543]: C8BE7C71B: Cannot start TLS: handshake failure
1 Jan 4 08:39:06 linode01 postfix/smtp[7082]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 07:32:39 linode01 postfix/smtp[4845]: 8E992C79E: Cannot start TLS: handshake failure
1 Jan 4 17:18:32 linode01 postfix/smtp[21384]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:31:46 linode01 postfix/smtp[2892]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 09:07:06 linode01 postfix/smtp[7850]: 6A423C770: Cannot start TLS: handshake failure
1 Jan 4 08:57:18 linode01 postfix/smtp[7449]: 840DDC770: Cannot start TLS: handshake failure
1 Jan 4 18:56:37 linode01 postfix/smtp[23423]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 08:52:12 linode01 postfix/smtp[7337]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 17:01:25 linode01 postfix/smtp[20670]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 13:47:50 linode01 postfix/smtp[16139]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 12:04:44 linode01 postfix/smtp[13234]: 1F714C76A: Cannot start TLS: handshake failure
1 Jan 4 09:54:54 linode01 postfix/smtp[9324]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 13:36:23 linode01 postfix/smtp[15622]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 09:54:54 linode01 postfix/smtp[9324]: 1C02C3D4010: Cannot start TLS: handshake failure
1 Jan 4 13:47:50 linode01 postfix/smtp[16139]: B4AA5C77C: Cannot start TLS: handshake failure
1 Jan 4 11:36:18 linode01 postfix/smtp[12165]: D7343C797: Cannot start TLS: handshake failure
1 Jan 4 16:58:17 linode01 postfix/smtp[20474]: EE1BAC71B: Cannot start TLS: handshake failure
1 Jan 4 12:24:31 linode01 postfix/smtp[13823]: SSL_connect error to mx1.mail.139.com[221.176.66.188]:25: -1
1 Jan 4 11:21:53 linode01 postfix/smtp[11818]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:45:03 linode01 postfix/smtp[12591]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 06:37:14 linode01 postfix/smtp[3148]: B9107C71B: Cannot start TLS: handshake failure
1 Jan 4 06:54:43 linode01 postfix/smtp[3682]: 15788C71B: Cannot start TLS: handshake failure
1 Jan 4 06:54:43 linode01 postfix/smtp[3682]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 17:12:25 linode01 postfix/smtp[21183]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 15:23:05 linode01 postfix/smtp[18200]: A174CC797: Cannot start TLS: handshake failure
1 Jan 4 07:35:20 linode01 postfix/smtp[4940]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 06:21:01 linode01 postfix/smtp[2671]: 8C91FC766: Cannot start TLS: handshake failure
1 Jan 4 07:38:50 linode01 postfix/smtp[5398]: B65FFC7A2: Cannot start TLS: handshake failure
1 Jan 4 22:47:17 linode01 postfix/smtp[28802]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 13:36:23 linode01 postfix/smtp[15622]: DC782C392: Cannot start TLS: handshake failure
1 Jan 4 16:19:41 linode01 postfix/smtp[19710]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 4 11:53:57 linode01 postfix/smtp[12767]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 4 12:06:52 linode01 postfix/smtp[13371]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Received disconnect:
11: : 3 Time(s)
11: Bye Bye : 1285 Time(s)
3: com.jcraft.jsch.JSchException: Auth fail : 66 Time(s)
3: com.jcraft.jsch.JSchException: reject HostKey: 173.255.252.138 : 1 Time(s)
**Unmatched Entries**
Address 84.17.2.152 maps to www.compumir.ru, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
reverse mapping checking getaddrinfo for static-185-82-253-164.uludns.net [185.82.253.164] failed - POSSIBLE BREAK-IN ATTEMPT! : 44 time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 97G 71G 27G 73% /
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
8 years, 10 months