Jenkins VDSM build failures
by Sandro Bonazzola
Jenkins build failures have been caused by:
Author: Dan Kenigsberg <danken(a)redhat.com>
Date: Fri Apr 24 12:54:57 2015 +0100
python3: use python3-compatible raising
http://legacy.python.org/dev/peps/pep-3109/ has eliminated the raise
statement with 2 or 3 expressions. However, in Python 2 they are the
only way to tweak traceback of the raised exception.
This patch introduces a new dependency on the "six" library, since its
six.reraise() handles both cases. The code was auto-generated with
the libmodernize.fixes.fix_raise_six fixer of python-modernize.
without updating the build jobs in jenkins repo (git clone git://gerrit.ovirt.org/jenkins)
I'm going to add the six dependency but please, whenever you change deps, also fix the jobs your breaking.
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 6 months
Get involved in oVirt project! May edition
by Sandro Bonazzola
Hi,
have you got some free time and do you want to get involved in oVirt project?
Do you like the idea of having fresh disk images of recent distribution in oVirt Gluster repository?
You can help us by testing existing online images (like https://getfedora.org/en/cloud/download/) ensuring they works with cloud-init
or creating one yourself and report your success to devel(a)ovirt.org.
We'll be happy to upload the images once these are ready.
Do you like Debian and do you have some programming skill?
Help us getting VDSM running on it! Debian Jessie has been released a couple of weeks ago and it's a good time for giving it a try.
You can follow the progress here: http://www.ovirt.org/VDSM_on_Debian
Here are some bugs you can hopefully fix in less that one day or you can just try to reproduce providing info:
Bug ID Status Whiteboard Summary
1065350 POST integration hosted-engine should prompt a question at the user when the host was already a host in the engine
1059952 NEW integration hosted-engine --deploy (additional host) will fail if the engine is not using the default self-signed CA
1083104 ASSIGNED integration engine-setup --offline does not update versionlock
Do you want something easier?
Bug ID Whiteboard Status Summary
1174285 i18n NEW [de-DE] "Live Snapshot Support" reads "Live Snapsnot Support"
772931 infra NEW [RFE] Reports should include the name of the oVirt engine
1143817 integration NEW [TEXT ONLY] - Hosted Engine - Instructions for FQDN are not clear enough
1156060 integration NEW [text] engine admin password prompt consistency
1115059 network NEW Incomplete error message when adding VNIC profile to running VM
734120 storage NEW [RFE] VDSM: use virt-sparsify/zerofree to reduce image size
Do you love "DevOps?", you count stable builds in jenkins ci while trying to fall a sleep?
Then oVirt infra team is looking for you!, join the infra team and dive in to do the newest and coolest devops tools today!
Here are some of our open tasks you can help with: https://fedorahosted.org/ovirt/report/1
Don't miss next week oVirt infra hackathon[8]!
You don't have programming skills, not enough time for DevOps but you want still to contribute?
Here are some bugs you can take care of, also without writing a line of code:
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20whi...
Do you prefer to test things? We have some test cases[5] you can try using nightly snapshots[6]
Do you want to contribute test cases? Most of the features[7] included in oVirt are missing a test case, you're welcome to contribute one!
Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!
You don't know gerrit very well? You can find some more docs here [3].
Any other question about development? Feel free to ask on devel(a)ovirt.org or on irc channel[4].
Let us know you're getting involved, present yourself and tell us what you're going to do, you'll be welcome!
[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature
[8] http://lists.ovirt.org/pipermail/devel/2015-May/010426.html
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 6 months
mock is not updated on all slaves
by Sandro Bonazzola
Hi, I see that mock is not updated on all slaves:
08:00:40 INFO: mock.py version 1.2.7 starting (python version = 2.6.6)...
Please update it to the latest available (1.2.8) which includes fixes for building F22 rpms.
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 6 months
[VDSM] ipwrapperTests.TestDrvinfo failing on f21 slave, pass on f20 slave
by Nir Soffer
Hi infra,
These tests fail on Fedora 21 slave, and pass on Fedora 20 slave.
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_created/1888/console - FAIL
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_created/1908/console - PASS
Infra: please check the Fedora 21 slave, maybe this is configuration issue?
Ido: please check if the tests are valid
Generally these tests are not unitests, and should not run for validating
unrelated patches. They should move to the functional tests.
Thanks,
Nir
---
17:56:50 ======================================================================
17:56:50 ERROR: testBridgeEthtoolDrvinfo (ipwrapperTests.TestDrvinfo)
17:56:50 ----------------------------------------------------------------------
17:56:50 Traceback (most recent call last):
17:56:50 File "/tmp/run/vdsm/tests/testValidation.py", line 105, in wrapper
17:56:50 return f(*args, **kwargs)
17:56:50 File "/tmp/run/vdsm/tests/ipwrapperTests.py", line 121, in setUp
17:56:50 self._unicode_bridge.addDevice()
17:56:50 File "/tmp/run/vdsm/tests/tcTests.py", line 65, in addDevice
17:56:50 check_call([EXT_BRCTL, 'addbr', self.devName])
17:56:50 File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
17:56:50 raise CalledProcessError(retcode, cmd)
17:56:50 CalledProcessError: Command '['/usr/sbin/brctl', 'addbr', 'test-\xe3\x83\x88\xe3\x83\x88\xe3\x83\xad']' returned non-zero exit status 1
17:56:50
17:56:50 ======================================================================
17:56:50 ERROR: testTogglePromisc (ipwrapperTests.TestDrvinfo)
17:56:50 ----------------------------------------------------------------------
17:56:50 Traceback (most recent call last):
17:56:50 File "/tmp/run/vdsm/tests/testValidation.py", line 105, in wrapper
17:56:50 return f(*args, **kwargs)
17:56:50 File "/tmp/run/vdsm/tests/ipwrapperTests.py", line 119, in setUp
17:56:50 self._bridge.addDevice()
17:56:50 File "/tmp/run/vdsm/tests/tcTests.py", line 65, in addDevice
17:56:50 check_call([EXT_BRCTL, 'addbr', self.devName])
17:56:50 File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
17:56:50 raise CalledProcessError(retcode, cmd)
17:56:50 CalledProcessError: Command '['/usr/sbin/brctl', 'addbr', 'vdsmtest-O8JmI']' returned non-zero exit status 1
17:56:50
17:56:50 ======================================================================
17:56:50 ERROR: testUtf8BridgeEthtoolDrvinfo (ipwrapperTests.TestDrvinfo)
17:56:50 ----------------------------------------------------------------------
17:56:50 Traceback (most recent call last):
17:56:50 File "/tmp/run/vdsm/tests/testValidation.py", line 105, in wrapper
17:56:50 return f(*args, **kwargs)
17:56:50 File "/tmp/run/vdsm/tests/ipwrapperTests.py", line 119, in setUp
17:56:50 self._bridge.addDevice()
17:56:50 File "/tmp/run/vdsm/tests/tcTests.py", line 65, in addDevice
17:56:50 check_call([EXT_BRCTL, 'addbr', self.devName])
17:56:50 File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
17:56:50 raise CalledProcessError(retcode, cmd)
17:56:50 CalledProcessError: Command '['/usr/sbin/brctl', 'addbr', 'vdsmtest-O8JmI']' returned non-zero exit status 1
17:56:50
9 years, 6 months
Logwatch for linode01.ovirt.org (Linux)
by logwatch@lists.ovirt.org
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Thu May 7 03:33:04 2015
Date Range Processed: yesterday
( 2015-May-06 )
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
400 Bad Request
*: 1 Time(s)
/: 2 Time(s)
/..: 1 Time(s)
/pub/ovirt-3.5/: 2 Time(s)
/tmUnblock.cgi: 1 Time(s)
404 Not Found
//components/com_jmultimedia/assets/thumbs ... mb/phpThumb.php: 5 Time(s)
//dompdf.php: 2 Time(s)
//dompdf.php?input_file=http://carbonium.f ... rt/Ckrid1.txt??: 1 Time(s)
//dompdf.php?input_file=http://www.asefmed ... css/main.css???: 3 Time(s)
//dompdf.php?input_file=http://www.asefmed ... main.css???????: 3 Time(s)
//dompdf.php?input_file=http://www.asefmed ... ss/main.css????: 3 Time(s)
//dompdf.php?input_file=test??: 3 Time(s)
//images/jdownloads/screenshots/libs.php.j: 2 Time(s)
//index.php?option=com_jdownloads&Itemid=0&view=upload: 2 Time(s)
//wp-admin/admin-ajax.php?action=revslider ... ./wp-config.php: 3 Time(s)
//xmlrpc.php: 3 Time(s)
/Admin/fCKeditor/editor/filemanager/connectors/test.html: 1 Time(s)
/Admin/fckeditor/editor/filemanager/browse ... ctors/test.html: 1 Time(s)
/Editor/editor/filemanager/browser/default ... ctors/test.html: 1 Time(s)
/Editor/editor/filemanager/connectors/test.html: 1 Time(s)
/FCKeditor/editor/filemanager/connectors/test.html: 1 Time(s)
/Fckeditor/editor/filemanager/browser/defa ... ctors/test.html: 1 Time(s)
/______mailman/listinfo/users: 1 Time(s)
/____mailman/listinfo/users: 1 Time(s)
/__mailman/listinfo/users: 1 Time(s)
/_h5ai/client/images/app-16x16.ico: 30 Time(s)
/_h5ai/client/images/crumb.svg: 13 Time(s)
/_h5ai/client/images/home.svg: 13 Time(s)
/admin.php: 9 Time(s)
/admin/: 7 Time(s)
/admin/board: 1 Time(s)
/admin/login.php: 7 Time(s)
/administrator/index.php: 9 Time(s)
/apple-touch-icon-precomposed.png: 1 Time(s)
/apple-touch-icon.png: 1 Time(s)
/bitrix/admin/index.php?lang=en: 7 Time(s)
/blog/wp-admin/: 15 Time(s)
/board: 2 Time(s)
/category/news/feed: 1 Time(s)
/category/news/feed/: 12 Time(s)
/favicon.ico: 747 Time(s)
/listinfo/board: 1 Time(s)
/listinfo/devel: 1 Time(s)
/listinfo/engine-commits: 1 Time(s)
/listinfo/engine-devel: 1 Time(s)
/listinfo/users-pt: 1 Time(s)
/old/wp-admin/: 15 Time(s)
/pipermail//dompdf.php?input_file=http://c ... rt/Ckrid1.txt??: 1 Time(s)
/pipermail/devel/2013-April/004273.html/trackback/: 2 Time(s)
/pipermail/engine-devel/2013-April/004135.html/trackback/: 2 Time(s)
/pipermail/engine-patches/2011-December/001253.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001272.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001273.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001328.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001331.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001346.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001391.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001405.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001423.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001444.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001450.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001462.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001528.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001541.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001642.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001762.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001771.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001849.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001861.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001868.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001892.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001903.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001927.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001929.html: 1 Time(s)
/pipermail/engine-patches/2011-December/001970.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002037.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002086.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002104.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002108.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002112.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002144.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002200.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002227.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002247.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002271.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002304.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002306.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002359.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002360.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002364.html: 1 Time(s)
/pipermail/engine-patches/2011-December/002365.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000027.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000035.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000082.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000084.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000097.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000158.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000175.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000189.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000192.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000197.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000256.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000279.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000304.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000362.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000382.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000408.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000505.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000554.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000598.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000621.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000636.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000761.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000800.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000812.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000905.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000918.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000931.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000940.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000978.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000989.html: 1 Time(s)
/pipermail/engine-patches/2011-November/000996.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001000.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001028.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001042.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001053.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001063.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001079.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001082.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001092.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001117.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001123.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001202.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028440.html: 1 Time(s)
/pipermail/engine-patches/2012-May/017532.html: 1 Time(s)
/pipermail/engine-patches/2013-February/057393.html: 1 Time(s)
/pipermail/engine-patches/2013-January/050948.html: 1 Time(s)
/pipermail/engine-patches/2013-May/073150.html: 1 Time(s)
/pipermail/engine-patches/2013-May/073450.html: 1 Time(s)
/pipermail/engine-patches/2013-November/subject.html: 4 Time(s)
/pipermail/engine-patches/2013-October/111096.html: 1 Time(s)
/pipermail/engine-patches/2013-October/111453.html: 1 Time(s)
/pipermail/engine-patches/2013-October/111677.html: 1 Time(s)
/pipermail/engine-patches/2013-October/112267.html: 1 Time(s)
/pipermail/engine-patches/2014-March/164986.html: 1 Time(s)
/pipermail/engine-patches/2014-March/subject.html: 9 Time(s)
/pipermail/index.php?act=Reg&CODE=00: 2 Time(s)
/pipermail/index.php?app=core&module=global§ion=register: 1 Time(s)
/pipermail/infra//dompdf.php?input_file=ht ... rt/Ckrid1.txt??: 1 Time(s)
/pipermail/infra/2012-November/tiki-register.php: 2 Time(s)
/pipermail/infra/2012-October/tiki-register.php: 1 Time(s)
/pipermail/infra/2013-August/xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-February/xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-June/xmlrpc.php: 2 Time(s)
/pipermail/infra/2013-March//xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-March/tiki-register.php: 2 Time(s)
/pipermail/infra/2013-May/tiki-register.php: 1 Time(s)
/pipermail/infra/2013-November/xmlrpc.php: 1 Time(s)
/pipermail/infra/2013-Oct: 1 Time(s)
/pipermail/infra/2014-December//components ... mb/phpThumb.php: 5 Time(s)
/pipermail/infra/2014-December//wp-admin/a ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2014-December//xmlrpc.php: 2 Time(s)
/pipermail/infra/2014-December/008694.html ... mb/phpThumb.php: 9 Time(s)
/pipermail/infra/2014-December/008710.html ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2014-December/008728.html ... mb/phpThumb.php: 1 Time(s)
/pipermail/infra/2014-March/wp-content/the ... i.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2014-May/006160.html/trackback: 1 Time(s)
/pipermail/infra/2014-October//images/jdow ... hots/libs.php.j: 2 Time(s)
/pipermail/infra/2014-October//index.php?o ... d=0&view=upload: 2 Time(s)
/pipermail/infra/2015-February//dompdf.php: 1 Time(s)
/pipermail/infra/2015-February//dompdf.php ... /.mods//bt.php?: 1 Time(s)
/pipermail/infra/2015-February//dompdf.php ... /.mods//sh.txt?: 1 Time(s)
/pipermail/infra/2015-February//dompdf.php ... css/main.css???: 3 Time(s)
/pipermail/infra/2015-February//dompdf.php ... main.css???????: 3 Time(s)
/pipermail/infra/2015-February//dompdf.php ... rt/Ckrid1.txt??: 1 Time(s)
/pipermail/infra/2015-February//dompdf.php ... ss/main.css????: 3 Time(s)
/pipermail/infra/2015-February//dompdf.php?input_file=test??: 3 Time(s)
/pipermail/infra/2015-February//wp-admin/a ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2015-February/009120.html ... /.mods//bt.php?: 1 Time(s)
/pipermail/infra/2015-February/009120.html ... css/main.css???: 3 Time(s)
/pipermail/infra/2015-February/009120.html ... main.css???????: 3 Time(s)
/pipermail/infra/2015-February/009120.html ... put_file=test??: 3 Time(s)
/pipermail/infra/2015-February/009120.html ... rt/Ckrid1.txt??: 1 Time(s)
/pipermail/infra/2015-February/009120.html ... ss/main.css????: 3 Time(s)
/pipermail/infra/2015-February/009120.html//dompdf.php: 2 Time(s)
/pipermail/infra/2015-February/009164.html ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2015-February/tiki-register.php: 2 Time(s)
/pipermail/infra/2015-February/wp-content/ ... le.com%2Fxp.php: 11 Time(s)
/pipermail/infra/2015-March/wp-content/the ... le.com%2Fxp.php: 1 Time(s)
/pipermail/kimchi-devel/2014-June/005586.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005662.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005740.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005795.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005800.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005802.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005848.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/005895.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006105.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006113.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006138.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006150.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006154.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-June/006224.html\": 1 Time(s)
/pipermail/kimchi-devel/2014-May/005561.html\": 1 Time(s)
/pipermail/node-patches/2012-February/000311.html/trackback/: 3 Time(s)
/pipermail/users/2012-October/009731.html/trackback/: 1 Time(s)
/pipermail/users/2013-September/016224.html/trackback/: 4 Time(s)
/pipermail/users/2014-April/023345.html+++ ... F0%E0%E2%EA%E8;: 1 Time(s)
/pipermail/users/2014-october28308.html: 1 Time(s)
/pipermail/users/2015-january30740.html: 2 Time(s)
/plain/pub/ovirt-3.4-snapshot/rpm/el7/repo ... -primary.xml.gz: 1 Time(s)
/plain/pub/ovirt-3.4/rpm/fc19/repodata/a34 ... -primary.xml.gz: 1 Time(s)
/plain/pub/ovirt-master-snapshot/rpm/cento ... ilelists.xml.gz: 1 Time(s)
/pub/ovirt-3.3-snapshot-static/rpm/fc19/repodata/: 1 Time(s)
/pub/ovirt-3.3-snapshot/rpm/fc19/x86_64/: 1 Time(s)
/pub/ovirt-3.3/rpm/el7/repodata/repomd.xml: 2 Time(s)
/pub/ovirt-3.3/rpm/fc21/repodata/repomd.xml: 11 Time(s)
/pub/ovirt-3.4-rc/rpm/: 1 Time(s)
/pub/ovirt-3.4-rc/src/ovirt-engine-sdk-java/: 1 Time(s)
/pub/ovirt-3.4-snapshot-static/: 1 Time(s)
/pub/ovirt-3.4-snapshot-static/rpm/el6/: 1 Time(s)
/pub/ovirt-3.4-snapshot/: 1 Time(s)
/pub/ovirt-3.4-snapshot/rpm/el6: 1 Time(s)
/pub/ovirt-3.4-snapshot/rpm/el7/repodata/4 ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-3.4/rpm/el6.6/repodata/repomd.xml: 3 Time(s)
/pub/ovirt-3.4/rpm/el6//.treeinfo: 9 Time(s)
/pub/ovirt-3.4/rpm/el6//treeinfo: 9 Time(s)
/pub/ovirt-3.4/rpm/el6/repodata/2e38bad336 ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.4/rpm/el6/repodata/4cd55fcf5f ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.4/rpm/el6/repodata/d016b3e20c ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.4/rpm/el6/repodata/e54dde6e89 ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.4/rpm/fc19/repodata/a34968c56 ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-3.5-pre.bkp.20150119162541/rpm/ ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-3.5-pre/iso/ovirt-guest-tools/: 1 Time(s)
/pub/ovirt-3.5-pre/iso/ovirt-live-el6-3.5.0_rc2.iso: 1 Time(s)
/pub/ovirt-3.5-pre/iso/ovirt-node-iso-3.5. ... 0140630.el6.iso: 3 Time(s)
/pub/ovirt-3.5-pre/iso/ovirt-node-iso-3.5. ... 40805.0.el6.iso: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el6/SRPMS/jasperrep ... .src.rpm.MaNADp: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el6/SRPMS/ovirt-hos ... 29f.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el6/noarch/ovirt-en ... .el6.noarch.rpm: 3 Time(s)
/pub/ovirt-3.5-pre/rpm/el6/noarch/ovirt-op ... .el6.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el6/repodata/37c78c ... 3d-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el7/ppc64/: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/el7/repodata/1e6c52 ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc19/repodata/repomd.xml: 5 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/SRPMS/otopi-1. ... 64.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/SRPMS/ovirt-en ... .5.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/SRPMS/ovirt-en ... 0c.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/SRPMS/ovirt-en ... d2.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/SRPMS/sos-3.2- ... 0.ovirt.src.rpm: 1 Time(s)
/pub/ovirt-3.5-pre/rpm/fc20/repodata/5ff18 ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5-pre/src/ovirt-host-deploy-o ... ster.tar.gz.sig: 1 Time(s)
/pub/ovirt-3.5-pre/src/ovirt-hosted-engine ... 05072326.tar.gz: 1 Time(s)
/pub/ovirt-3.5-pre/src/ovirt-hosted-engine ... 06192035.tar.gz: 1 Time(s)
/pub/ovirt-3.5-pre/src/ovirt-hosted-engine ... 5352.tar.gz.sig: 1 Time(s)
/pub/ovirt-3.5-pre/src/ovirt-image-uploader/?C=N;O=D: 1 Time(s)
/pub/ovirt-3.5-pre/src/unboundid-ldapsdk/: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el6/rep ... 07-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el6Serv ... 09-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el6Serv ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el7Work ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el7Work ... 9a-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/el7Work ... ster.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot-static/rpm/fc19/re ... 81-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6.6/SRPMS/ov ... 637.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6.6/noarch/o ... .el6.noarch.rpm: 2 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6.6/noarch/o ... el6.noarch.rpm/: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6.6/noarch/v ... .el6.noarch.rpm: 6 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6/SRPMS/ovir ... 3ff.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6/SRPMS/ovir ... 9f1.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6/SRPMS/ovir ... c12.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6/repodata/9 ... cf-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6/repodata/d ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Server/SRPM ... 0-1.el6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Server/SRPM ... 8.el6_6.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Server/repo ... 27-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Server/repo ... ilelists.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Server/x86_ ... l6_6.x86_64.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el6Workstation ... .el6.x86_64.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/SRPMS/ovir ... .centos.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/noarch/ovi ... .el7.noarch.rpm: 4 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/noarch/ovi ... ntos.noarch.rpm: 4 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/noarch/vds ... .el7.noarch.rpm: 5 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/repodata/1 ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/repodata/8 ... ilelists.xml.gz: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/x86_64/lib ... _0.2.x86_64.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7/x86_64/qem ... _0.2.x86_64.rpm: 2 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Server/SRPM ... 0-1.el7.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Server/SRPM ... a06.el7.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Server/SRPM ... cc2.el7.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Server/noar ... .el7.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Server/noar ... ntos.noarch.rpm: 24 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Workstation ... .el7.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Workstation ... 2-0.el7.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/el7Workstation ... _0.2.x86_64.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/fc20/SRPMS/ovi ... 7a.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/fc20/SRPMS/ovi ... d5.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/fc20/SRPMS/ovi ... ea.fc20.src.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/ot ... fc21.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5-snapshot/src/ovirt-engine/o ... -3.5.2.1.tar.gz: 2 Time(s)
/pub/ovirt-3.5-snapshot/src/ovirt-engine/o ... 1_master.tar.gz: 2 Time(s)
/pub/ovirt-3.5/rpm/%40DIST%406/repodata/repomd.xml: 2 Time(s)
/pub/ovirt-3.5/rpm/e: 1 Time(s)
/pub/ovirt-3.5/rpm/el6%406/repodata/repomd.xml: 2 Time(s)
/pub/ovirt-3.5/rpm/el6/.treeinfo: 1 Time(s)
/pub/ovirt-3.5/rpm/el6/treeinfo: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/.treeinfo: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/noarch/repodata/repomd.xml: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/treeinfo: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/x86_64/Packages/oto ... .el7.noarch.rpm: 2 Time(s)
/pub/ovirt-3.5/rpm/el7/x86_64/Packages/ovi ... .el7.noarch.rpm: 3 Time(s)
/pub/ovirt-3.5/rpm/el7/x86_64/Packages/ovi ... .el7.x86_64.rpm: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/x86_64/repodata/repomd.xml: 1 Time(s)
/pub/ovirt-3.5/rpm/el7Workstation/repodata ... bd-other.xml.gz: 1 Time(s)
/pub/ovirt-3.5/rpm/fc$releasever/: 1 Time(s)
/pub/ovirt-3.5/rpm/fc20/repodata/0c347ea01 ... ther.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.5/rpm/fc20/repodata/1b42d1fc4 ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-3.5/src/ovirt-engine/ovirt-engine-3.5.2.1.tar.gz: 2 Time(s)
/pub/ovirt-3.6-pre/rpm/el6/repodata/00b44c ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.6-pre/rpm/el7/repodata/bcc2ac ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-3.6/: 1 Time(s)
/pub/ovirt-maste: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6. ... 2e-other.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6/ ... f6-other.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6/ ... ilelists.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6/ ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el66 ... data/repomd.xml: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6S ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el6W ... .master.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el7/ ... c4-other.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el7/ ... ther.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el7W ... -primary.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/el7W ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/fc19 ... data/repomd.xml: 7 Time(s)
/pub/ovirt-master-snapshot-static/rpm/fc20 ... .master.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot-static/rpm/fc21 ... ster.noarch.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/centos/repo ... ilelists.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6.6/x86_6 ... .el6.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6.6/x86_6 ... l6_6.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/SRPMS/o ... 073.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/SRPMS/o ... 99a.el6.src.rpm: 4 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/SRPMS/o ... b79.el6.src.rpm: 3 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/SRPMS/o ... e94.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/SRPMS/o ... f43.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6/noarch/ ... .el6.noarch.rpm: 190 Time(s)
/pub/ovirt-master-snapshot/rpm/el66/repodata/repomd.xml: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/S ... 05b.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/S ... 081.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/S ... 115.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/S ... f43.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/n ... .el6.noarch.rpm: 19 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Server/r ... ists.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... .el6.noarch.rpm: 8 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... 115.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... 5f-other.xml.gz: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... 6f7.el6.src.rpm: 2 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... 9cf.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el6Workstat ... f43.el6.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/SRPMS/q ... tos_0.2.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/SRPMS/v ... e6a.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/noarch/ ... .el7.noarch.rpm: 33 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/noarch/ ... ntos.noarch.rpm: 32 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/x86_64/ ... .el7.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... .centos.src.rpm: 2 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... 0-1.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... 1d9.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... 520.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... 63a.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... a4b.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/S ... f43.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/n ... .el7.noarch.rpm: 45 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/n ... ntos.noarch.rpm: 21 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Server/r ... mary.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Workstat ... .el7.noarch.rpm: 5 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Workstat ... .el7.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Workstat ... 0-1.el7.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7Workstat ... ntos.noarch.rpm: 2 Time(s)
/pub/ovirt-master-snapshot/rpm/fc19/x86_64 ... fc19.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc20/SRPMS/ ... 48.fc20.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc20/noarch ... fc20.noarch.rpm: 32 Time(s)
/pub/ovirt-master-snapshot/rpm/fc20/repoda ... ther.sqlite.bz2: 13 Time(s)
/pub/ovirt-master-snapshot/rpm/fc20/x86_64 ... fc20.x86_64.rpm: 2 Time(s)
/pub/ovirt-master-snapshot/rpm/fc21/SRPMS/ ... 79.fc21.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc21/SRPMS/ ... eb.fc21.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc21/noarch ... fc21.noarch.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc21/repoda ... ther.sqlite.bz2: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc21/x86_64 ... fc21.x86_64.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc22/SRPMS/ ... 71.fc22.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc22/SRPMS/ ... da.fc22.src.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/fc22/noarch ... fc22.noarch.rpm: 3 Time(s)
/pub/ovirt-master-snapshot/rpm/fc22/x86_64 ... fc22.x86_64.rpm: 1 Time(s)
/pub/ovirt-node-base-stable/rpm/el6/SRPMS/: 1 Time(s)
/pub/ovirt-node-base-stable/rpm/el6/repoda ... mary.sqlite.bz2: 1 Time(s)
/pub/yum-repo/%20This%20article%20original ... 0and%20Google+.: 1 Time(s)
/pub/yum-repo/ovirt-release35.rpm/repodata/repomd.xml: 4 Time(s)
/pub/yum-repo/ovirt-release36.rpm: 1 Time(s)
/pub/yum-repo/ovirt-releaseXY.rpm: 4 Time(s)
/pub/yum-repo/repodata/7c1d4ac510f691ef673 ... -primary.xml.gz: 1 Time(s)
/pub/yum-repo/voirt-release34.rpm: 2 Time(s)
/repos/ci-tools/6Server/repodata/repomd.xml: 1 Time(s)
/repos/ci-tools/EL/6/repodata/60e40027426d ... -primary.xml.gz: 1 Time(s)
/repos/ci-tools/el6/6Server/repodata/repomd.xml: 1 Time(s)
/repos/ci-tools/el6/repodata/2a15e38fe0229 ... -primary.xml.gz: 1 Time(s)
/repos/ci-tools/fc22/repodata/fce3fc3aa571 ... ilelists.xml.gz: 1 Time(s)
/repos/ci-tools/fedora/19/repodata/29bc556 ... -primary.xml.gz: 1 Time(s)
/repos/ci-tools/fedora/6Server/repodata/repomd.xml: 1 Time(s)
/repos/ovirt-3.5-20150108-1-backup/rpm/el6 ... -primary.xml.gz: 1 Time(s)
/repos/ovirt-3.5-backup-2015-02-23/iso/: 2 Time(s)
/repos/ovirt-3.5-backup-2015-02-23/rpm/el7 ... ation/repodata/: 3 Time(s)
/repos/ovirt-3.5-backup-2015-02-23/rpm/el7Server/x86_64/: 1 Time(s)
/repos/ovirt-3.5-backup-2015-02-23/src/kex ... se-tmpdir.patch: 1 Time(s)
/repos/ovirt-3.5-pre-3.5.0backup-2015-01-16/rpm/: 1 Time(s)
/repos/ovirt-3.5-pre-3.5.0backup-2015-01-16/src/: 1 Time(s)
/repos/ovirt-3.5-pre-3.5.1.1/src/otopi/: 1 Time(s)
/robots.txt: 96 Time(s)
/stats/python_trace_supybot: 1 Time(s)
/test/wp-admin/: 13 Time(s)
/user: 2 Time(s)
/user/: 7 Time(s)
/wordpress/wp-admin/: 13 Time(s)
/wp-admin/: 14 Time(s)
/wp-admin/admin-ajax.php: 1 Time(s)
/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php: 1 Time(s)
/wp-content/plugins/wp-symposium/server/php/index.php: 1 Time(s)
/wp-content/themes/Nyke/timthumb.php?src=h ... le.com%2Fxp.php: 12 Time(s)
/wp-content/themes/flashnews/thumb.php?web ... i.com%2Fbad.php: 1 Time(s)
/wp-login.php: 10 Time(s)
/wp-login.php?action=register: 2 Time(s)
/wp-login.php?action=register:: 1 Time(s)
/wp/wp-admin/: 16 Time(s)
/xmlrpc.php: 7 Time(s)
/xmlrpc.php?rsd: 1 Time(s)
http://resources.ovirt.org/pub/ovirt-maste ... data/repomd.xml: 9 Time(s)
416 Request Range Not Satisfiable
/pub/ovirt-3.4/rpm/el6/noarch/otopi-devtoo ... .el6.noarch.rpm: 1 Time(s)
/pub/ovirt-3.4/rpm/el6/noarch/otopi-java-1 ... .el6.noarch.rpm: 1 Time(s)
/pub/ovirt-3.4/rpm/el6/noarch/otopi-repoli ... .el6.noarch.rpm: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/: 1 Time(s)
/pub/ovirt-3.5/rpm/el7/noarch/ovirt-engine ... ntos.noarch.rpm: 4 Time(s)
/pub/ovirt-3.5/rpm/el7/noarch/ovirt-node-p ... .el7.noarch.rpm: 1 Time(s)
/pub/ovirt-master-snapshot/rpm/el7/noarch/ ... ntos.noarch.rpm: 187 Time(s)
500 Internal Server Error
/pub/: 1 Time(s)
/pub/ovirt-3.3/iso/: 10 Time(s)
/pub/ovirt-3.4/iso/: 15 Time(s)
/pub/ovirt-3.4/rpm/: 1 Time(s)
/pub/ovirt-3.4/src/: 1 Time(s)
/pub/ovirt-3.5-pre/iso/: 14 Time(s)
/pub/ovirt-3.5/: 16 Time(s)
/pub/ovirt-3.5/exe/: 1 Time(s)
/pub/ovirt-3.5/iso/: 467 Time(s)
/pub/ovirt-3.5/rpm/: 8 Time(s)
/pub/ovirt-3.5/rpm/el7Server/: 2 Time(s)
/pub/ovirt-3.5/src/: 2 Time(s)
/pub/ovirt-3.6-pre/: 1 Time(s)
/pub/ovirt-master-snapshot-static/iso/: 2 Time(s)
/pub/ovirt-node-base-stable/: 1 Time(s)
/pub/yum-repo/: 6 Time(s)
/repos/: 3 Time(s)
503 Service Unavailable
/: 2 Time(s)
/_h5ai/client/images/themes/default/file.svg: 2 Time(s)
/_h5ai/client/images/themes/default/folder-parent.svg: 1 Time(s)
/_h5ai/client/images/themes/default/txt.svg: 2 Time(s)
/_h5ai/client/images/ui/back.svg: 1 Time(s)
/_h5ai/client/images/ui/crumb.svg: 1 Time(s)
/_h5ai/client/images/ui/download.svg: 1 Time(s)
/_h5ai/client/images/ui/filter.svg: 1 Time(s)
/_h5ai/client/images/ui/info-toggle.svg: 1 Time(s)
/_h5ai/client/images/ui/preview-fullscreen.svg: 1 Time(s)
/_h5ai/client/images/ui/preview-prev.svg: 1 Time(s)
/_h5ai/client/images/ui/sort.svg: 1 Time(s)
/_h5ai/client/images/ui/spinner.svg: 1 Time(s)
/_h5ai/client/images/ui/tree-toggle.svg: 1 Time(s)
/_h5ai/client/images/ui/view-grid.svg: 1 Time(s)
/favicon.ico: 2 Time(s)
/pub/: 16 Time(s)
/pub/ovirt-3.3/: 3 Time(s)
/pub/ovirt-3.4/: 10 Time(s)
/pub/ovirt-3.5/: 73 Time(s)
/pub/ovirt-3.5/exe/: 11 Time(s)
/pub/ovirt-3.5/exe/ovirt-guest-tools/: 3 Time(s)
/pub/ovirt-3.5/iso/: 72 Time(s)
/pub/ovirt-3.5/iso/ovirt-live-el6-3.5.1.iso: 32 Time(s)
/pub/ovirt-3.5/iso/ovirt-node/el7-3.5.2/ov ... .el7.centos.iso: 15 Time(s)
/pub/ovirt-3.5/rpm/: 13 Time(s)
/pub/ovirt-3.5/rpm/el7/: 7 Time(s)
/pub/ovirt-3.5/rpm/el7Server/: 3 Time(s)
/pub/ovirt-3.5/rpm/el7Workstation/: 3 Time(s)
/pub/ovirt-3.5/src/: 9 Time(s)
/pub/ovirt-master-snapshot/: 3 Time(s)
/pub/ovirt-node-base-stable/: 3 Time(s)
/pub/yum-repo/: 2 Time(s)
/pub/yum-repo/README: 2 Time(s)
/repos/: 4 Time(s)
---------------------- httpd End -------------------------
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present
[<c011f140>] ? mm_fault_error+0xe0/0xe0 ...: 13 Time(s)
[<c06903c6>] ? error_code+0x5a/0x60 ...: 8 Time(s)
---------------------- Kernel End -------------------------
--------------------- pam_unix Begin ------------------------
su-l:
Sessions Opened:
sbonazzo -> root: 10 Time(s)
---------------------- pam_unix End -------------------------
--------------------- Postfix Begin ------------------------
2 *Fatal: Configuration error
2 *Warning: Startup error
442 *Warning: Pre-queue content-filter connection overload
2 Process exited
1 Postfix communications error
134 Miscellaneous warnings
56.282M Bytes accepted 59,016,096
685.952M Bytes delivered 719,272,764
======== ================================================
5397 Accepted 96.58%
191 Rejected 3.42%
-------- ------------------------------------------------
5588 Total 100.00%
======== ================================================
16 Reject relay denied 8.38%
175 Reject unknown user 91.62%
-------- ------------------------------------------------
191 Total Rejects 100.00%
======== ================================================
4024 Connections made
146 Connections lost
4024 Disconnections
5250 Removed from queue
2940 Delivered
77123 Sent via SMTP
6 Forwarded
353 Deferred
3298 Deferrals
54 Bounce (local)
172 Bounce (remote)
12 Expired and returned to sender
191 DSNs undeliverable
7557 Connection failure (outbound)
7 Timeout (inbound)
1 Illegal address syntax in SMTP command
1 Numeric hostname
496 Hostname verification errors
283 Enabled PIX workaround
**Unmatched Entries**
1 May 6 09:49:18 linode01 postfix/smtp[31573]: SSL_connect error to mx-eu.mail.am0.yahoodns.net[188.125.69.79]:25: -1
1 May 6 17:38:54 linode01 postfix/smtp[26821]: SSL_connect error to mx2.mail.139.com[221.176.66.188]:25: -1
1 May 6 09:49:18 linode01 postfix/smtp[31573]: EA1EAC418: Cannot start TLS: handshake failure
1 May 6 17:38:54 linode01 postfix/smtp[26821]: A3DCBC303: Cannot start TLS: handshake failure
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Users logging in through sshd:
dcaro:
83.56.143.135 (135.Red-83-56-143.dynamicIP.rima-tde.net): 1 time
jenkins:
89.31.150.215 (alterway01.ovirt.org): 3 times
mirror:
192.87.102.41: 13 times
128.61.111.12 (zaphod.gtlib.gatech.edu): 1 time
130.89.149.129 (vlaai.snt.utwente.nl): 1 time
152.3.102.53 (archive.linux.duke.edu): 1 time
152.19.134.30 (jobbot1.ibiblio.org): 1 time
rsync:
209.132.186.36 (nat-pool-tlv-t.redhat.com): 1 time
sbonazzo:
95.236.141.194 (host194-141-dynamic.236-95-r.retail.telecomitalia.it): 6 times
95.237.201.166 (host166-201-dynamic.237-95-r.retail.telecomitalia.it): 6 times
Received disconnect:
11: : 100 Time(s)
11: Bye Bye : 687 Time(s)
11: Normal Shutdown, Thank you for playing : 1 Time(s)
11: disconnected by user : 29 Time(s)
SFTP subsystem requests: 3 Time(s)
**Unmatched Entries**
reverse mapping checking getaddrinfo for host194-141-dynamic.236-95-r.retail.telecomitalia.it [95.236.141.194] failed - POSSIBLE BREAK-IN ATTEMPT! : 6 time(s)
Address 69.21.118.244 maps to adtechnologies.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 29 time(s)
reverse mapping checking getaddrinfo for host166-201-dynamic.237-95-r.retail.telecomitalia.it [95.237.201.166] failed - POSSIBLE BREAK-IN ATTEMPT! : 6 time(s)
reverse mapping checking getaddrinfo for customer-187-210-107-242.uninet-ide.com.mx [187.210.107.242] failed - POSSIBLE BREAK-IN ATTEMPT! : 29 time(s)
Address 200.34.141.194 maps to redesmayab.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 29 time(s)
reverse mapping checking getaddrinfo for 148.4.161.222.adsl-pool.jlccptt.net.cn [222.161.4.148] failed - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
reverse mapping checking getaddrinfo for 147.4.161.222.adsl-pool.jlccptt.net.cn [222.161.4.147] failed - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
reverse mapping checking getaddrinfo for 61.30.65.218.broad.xy.jx.dynamic.163data.com.cn [218.65.30.61] failed - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
reverse mapping checking getaddrinfo for 179-98-240-122.dsl.telesp.net.br [179.98.240.122] failed - POSSIBLE BREAK-IN ATTEMPT! : 3 time(s)
---------------------- SSHD End -------------------------
--------------------- Sudo (secure-log) Begin ------------------------
==============================================================================
dcaro => root
-------------
/bin/bash - 1 Times.
==============================================================================
nrpe => root
------------
/sbin/service - 288 Times.
==============================================================================
sbonazzo => root
----------------
/bin/su - 10 Times.
---------------------- Sudo (secure-log) End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 97G 81G 16G 84% /
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
9 years, 6 months
Fwd: Request to mailing list Engine-patches rejected
by Michal Skrivanek
anything I'm missing?
I guess that's a reaction on +1 in gerrit UI
Begin forwarded message:
> From: engine-patches-owner(a)ovirt.org
> Subject: Request to mailing list Engine-patches rejected
> Date: May 3, 2015 08:27:00 GMT+02:00
> To: mskrivan(a)redhat.com
>
> Your request to the Engine-patches mailing list
>
> Posting of your message titled "Change in ovirt-engine[master]:
> core: SPICE with QXL enabled for Windows 8/2012"
>
> has been rejected by the list moderator. The moderator gave the
> following reason for rejecting your request:
>
> "Non-members are not allowed to post messages to this list."
>
> Any questions or comments should be directed to the list administrator
> at:
>
> engine-patches-owner(a)ovirt.org
9 years, 6 months