Web space in ovirt.org for the REST API documentation
by Juan Hernández
Hello,
Version 4.0 of the oVirt Engine API will include automatically generated
documentation of the API. This will be included in the server itself,
probably in a URL like
"http://engine.example.com/ovir-engine/api/explorer". I would like to
have this same documentation available in "ovirt.org", so that users
that don't have a server installed can still use the documentation,
something like this:
https://jhernand.fedorapeople.org/ovirt-api-explorer/#/home
The documentation and the application used to explore it require approx
20 MiB of space, for each version of the API (currently only one,
version 4).
Eventually this web site should be updated by a Jenkins job as part of
the release process.
Can we host this in ovirt.org?
Regards,
Juan Hernandez
--
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
8 years, 5 months
Re: Automation CI for vdsm
by Eyal Edri
adding also infra team for visibility on the change in CI.
also inline.
On Fri, Dec 11, 2015 at 4:19 PM, Francesco Romani <fromani(a)redhat.com>
wrote:
> ----- Original Message -----
> > From: "Yaniv Bronheim" <ybronhei(a)redhat.com>
> > To: devel(a)ovirt.org, "Francesco Romani" <fromani(a)redhat.com>, "Nir
> Soffer" <nsoffer(a)redhat.com>, "Piotr Kliczewski"
> > <pkliczew(a)redhat.com>
> > Cc: "danken" <danken(a)redhat.com>, "David Caro" <dcaroest(a)redhat.com>,
> "Eyal Edri" <eedri(a)redhat.com>
> > Sent: Thursday, December 10, 2015 6:46:37 PM
> > Subject: Automation CI for vdsm
>
> [...]
> > We want to allow developers to trigger the script once reviews and
> > verification are ready (last step before merge). To do so we agreed to
> add
> > Continues Integration flag for each vdsm patch.
This flag will be called 'Workflow' or we can name it otherwise, we just
need to choose what makes sense.
David/Yaniv - Please correct me if I'm wrong.
> Once this flag will be
> > signed with +1 it will trigger Jenkins CI to run the check-merged script
> > (adding new button to gerrit is not an option - you can image that flag
> as
> > a trigger button), on success Jenkins CI flag will turn to +2. on fail
> > we'll get -1 and once new patchset is ready the developer will remove the
> > +1 and add it back to the Continues Integration flag to re-trigger the
> job.
> >
> > Please ack the process before we move on with that
>
> Sounds good, even though I'm a little scared (just gut feeling, no evidence
> whatsoever) that this could add even more complexity and fragility to the
> jenkins
> fleet.
>
> In the long run, when this is reliable, it will help greatly.
> In the short term, I'm scared because this can lead to false positives and
> bogus
> failures.
>
> Let me stress I don't have concrete item to share or specific flaws.
>
> As action item on me, I will find some time next week to check virt
> functional tests,
> to see if they need some fixes, work reliably and so forth
>
> > The patch for those scripts still under review and testing -
> > https://gerrit.ovirt.org/#/c/48268
>
> Will review asap.
>
> --
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani
>
--
Eyal Edri
Supervisor, RHEV CI
EMEA ENG Virtualization R&D
Red Hat Israel
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
8 years, 9 months
[RFC] Proposal for dropping FC22 jenkins tests on master branch
by Sandro Bonazzola
Hi,
can we drop FC22 testing in jenkins now that FC23 jobs are up and running?
it will reduce jenkins load. If needed we can keep FC22 builds, just
dropping the check jobs.
Comments?
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
8 years, 10 months
Actively triggering of CI jobs
by Amit Aviram
Hi all.
I wanted to bring up something that might make our work with CI a bit more
efficient.
As developers, we obviously use Jenkins in every step we are taking in the
developing process. Each patch that is pushed- or at least a big amount of
our patches- triggers Jenkins jobs automatically.
I can say that for myself, most of my push actions do not require any CI
jobs to run. Thus reviewing and updating patches include work that triggers
tons of redundant jobs that make the system slow for the jobs that are
actually needed..
I was thinking, maybe it would be better if we will explicitly require to
run the CI jobs when we push patches.. then only when the developer will
need the job's feedback it will be activated. no redundant jobs will run,
and we will wait much less for the jobs to finish when we will actually
need them.
Is that possible for implementation?
Thanks, Amit.
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
[JIRA] (OVIRT-316) port vdsm_master_install-rpm-sanity-fc22_created to dnf
by eyal edri [Administrator] (oVirt JIRA)
------=_Part_6_18716374.1451555760109
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<base href="https://ovirt-jira.atlassian.net">
<title>Message Title</title>
</head>
<body class="jira" style="color: #333333; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.429">
<table id="background-table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #f5f5f5; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt" bgcolor="#f5f5f5">
<!-- header here -->
<tbody>
<tr>
<td id="header-pattern-container" style="padding: 0px; border-collapse: collapse; padding: 10px 20px">
<table id="header-pattern" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="header-avatar-image-container" valign="top" style="padding: 0px; border-collapse: collapse; vertical-align: top; width: 32px; padding-right: 8px" width="32"> <img id="header-avatar-image" class="image_fix" src="cid:jira-generated-image-avatar-97c45711-41ec-44e8-a36a-65cff7c3e6e3" height="32" width="32" border="0" style="border-radius: 3px; vertical-align: top"> </td>
<td id="header-text-container" valign="middle" style="padding: 0px; border-collapse: collapse; vertical-align: middle; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px"> <a class="user-hover" rel="eedri" id="email_eedri" href="https://ovirt-jira.atlassian.net/secure/ViewProfile.jspa?name=eedri" style="color:#3b73af;; color: #3b73af; text-decoration: none">eyal edri [Administrator]</a> <strong>commented</strong> on <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-316" style="color: #3b73af; text-decoration: none"><img src="cid:jira-generated-image-avatar-fcdd5757-c7fb-4fb6-b050-2bc76dc5989e" height="16" width="16" border="0" align="absmiddle" alt="Task"> OVIRT-316</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="email-content-container" style="padding: 0px; border-collapse: collapse; padding: 0 20px">
<table id="email-content-table" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: separate">
<tbody>
<tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<td class="email-content-rounded-top mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 15px; background-color: #ffffff; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 0; border-top-right-radius: 5px; border-top-left-radius: 5px; height: 10px; line-height: 10px; padding: 0 15px 0 16px; mso-line-height-rule: exactly" height="10" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table class="page-title-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td style="vertical-align: top;; padding: 0px; border-collapse: collapse; padding-right: 5px; font-size: 20px; line-height: 30px; mso-line-height-rule: exactly" class="page-title-pattern-header-container"> <span class="page-title-pattern-header" style="font-family: Arial, sans-serif; padding: 0; font-size: 20px; line-height: 30px; mso-text-raise: 2px; mso-line-height-rule: exactly; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-316" style="color: #3b73af; text-decoration: none">Re: port vdsm_master_install-rpm-sanity-fc22_created to dnf</a> </span> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="text-paragraph-pattern-top" class="email-content-main mobile-expand comment-top-pattern" style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff; border-bottom: none; padding-bottom: 0" bgcolor="#ffffff">
<table class="text-paragraph-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 2px">
<tbody>
<tr>
<td class="text-paragraph-pattern-container mobile-resize-text " style="padding: 0px; border-collapse: collapse; padding: 0 0 10px 0"> <p style="margin: 10px 0 0 0; margin-top: 0"><a href="https://ovirt-jira.atlassian.net/secure/ViewProfile.jspa?name=danken%40re..." class="user-hover" rel="danken(a)redhat.com" style="color: #3b73af; text-decoration: none">danken</a> ping</p> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table id="actions-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px">
<tbody>
<tr>
<td id="actions-pattern-container" valign="middle" style="padding: 0px; border-collapse: collapse; padding: 10px 0 10px 24px; vertical-align: middle; padding-left: 0">
<table align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td class="actions-pattern-action-icon-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 0px; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-316#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none"> <img class="actions-pattern-action-icon-image" src="cid:jira-generated-image-static-comment-icon-f8da1740-3678-49ff-904e-8d49608943ba" alt="Add Comment" title="Add Comment" height="16" width="16" border="0" style="vertical-align: middle"> </a> </td>
<td class="actions-pattern-action-text-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 4px; padding-left: 5px"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-316#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none">Add Comment</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<tr>
<td class="email-content-rounded-bottom mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 5px; line-height: 5px; background-color: #ffffff; border-top: 0; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; mso-line-height-rule: exactly" height="5" bgcolor="#ffffff"> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="footer-pattern" style="padding: 0px; border-collapse: collapse; padding: 12px 20px">
<table id="footer-pattern-container" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-text" class="mobile-resize-text" width="100%" style="padding: 0px; border-collapse: collapse; color: #999999; font-size: 12px; line-height: 18px; font-family: Arial, sans-serif; mso-line-height-rule: exactly; mso-text-raise: 2px"> This message was sent by Atlassian JIRA <span id="footer-build-information">(v7.1.0-OD-02-030#71001-<span title="2ba8c0f6d804dd6099ab1d311f328e634649726f" data-commit-id="2ba8c0f6d804dd6099ab1d311f328e634649726f}">sha1:2ba8c0f</span>)</span> </td>
<td id="footer-pattern-logo-desktop-container" valign="top" style="padding: 0px; border-collapse: collapse; padding-left: 20px; vertical-align: top">
<table style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-logo-desktop-padding" style="padding: 0px; border-collapse: collapse; padding-top: 3px"> <img id="footer-pattern-logo-desktop" src="cid:jira-generated-image-static-footer-desktop-logo-d3cb74e0-ab18-46a0-9fe1-d046c9dd97f5" alt="Atlassian logo" title="Atlassian logo" width="169" height="36" class="image_fix"> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
</body>
</html>
------=_Part_6_18716374.1451555760109
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-fcdd5757-c7fb-4fb6-b050-2bc76dc5989e>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAAD4SURBVHjaY2AYBVBg03DExqb+8GPr+iP/aYyf2zQcdsF0AH0s
hzsCwwF0tByMRx0w6gC6OCB/4ZX/s/Y+HBgHgCz/+fvvfxCYu/8RfR2AbDkMoDuCZg4AWf7t5x8U
y0GOKV16jfYOwOZzbJbTxAHYLP/z9x9Wy0lyQN/WuzgNITXYSXbAxO33wL7AZxgpwU6SA7o33wFb
js9QUoOdJAcQMpycYCc5CnAF78rjT8kKdrISITafogNig53sbIgtJMj1OdnlALmpnaq1IXJ0kBPs
VCkJQY4AWd609ubAtQdC+k+Ptoio74AB75iAumYgCTp1zTxGO8MwAADWtS+5glP17gAAAABJRU5E
rkJgggdlIZDhLWHqGCFBbrAT5YAn736ADYMBkCWgYIY5gpJgJ8oBZ+59YChbdh1sKAyAQgMUEnke
imCfc7IxkxXsRCdCmCO+//qLEhKgtEFJsJOUC0COAAUrckggA3KCneRyAFt0UBLsZBVE6NFBSbCT
XRLCogNkeduG2xRbTlZdAHJExKSzDM8//By4Bgm1LB9cTTJGhv9P6GjvC8wQYGSMRJagcdcskWEU
QAEANELWcZHTKvkAAAAASUVORK5CYII=
------=_Part_6_18716374.1451555760109
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-comment-icon-f8da1740-3678-49ff-904e-8d49608943ba>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAADAFBMVEX///+1tbWzs7OysrKrq6um
pqalpaWdnZ2ZmZn///+VlZWPj4/7+/vu7u7p6enn5+fl5eXk5OTh4eHW1tbT09PMzMzJycm6urq5
ubm1tbWzs7OysrKrq6upqamlpaWKioqFhYWRkZGKioqHh4eDg4OAgIB/f398fHx6enp4eHh2dnZ0
dHRycnJwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAIFWMjAAAAIXRSTlMAIiIzZoiZu8zd3d3u7u7u7u7u7u7u7u7u7u7u7u7u7u6n
leogAAAAG3RFWHRqaXJhLXN5c3RlbS1pbWFnZS10eXBlAGljb266KjlFAAAAo0lEQVR42l2P2wrC
MAyG09Pa1SqKzIk3QwTf/3G8UByKyK4EcV0POqzDaTUQwv+R/EkA/gKFJGyuQrFH/+iAWJnGOCCp
THcmALms6ne7ykpNeFHpft75xZWsL/XX0bMppj7eUXNseQykI7eZu3+0GpfYuVz1ephriwAnxdkD
QVwIsTVAoTUswZNBuPRkw6X01cqzZtMbdWB0aFqIANqb349ZLJ5XFjQIuveaPQAAAABJRU5ErkJg
gg==
------=_Part_6_18716374.1451555760109
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-97c45711-41ec-44e8-a36a-65cff7c3e6e3>
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
UGr7AAAAAElFTkSuQmCC
------=_Part_6_18716374.1451555760109
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-footer-desktop-logo-d3cb74e0-ab18-46a0-9fe1-d046c9dd97f5>
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
nvfbckn7YgAAAABJRU5ErkJggg==
------=_Part_6_18716374.1451555760109--
8 years, 10 months
[JIRA] (OVIRT-249) add list of pads to etherpad.ovirt.org
by eyal edri [Administrator] (oVirt JIRA)
------=_Part_5_31774182.1451555700112
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<base href="https://ovirt-jira.atlassian.net">
<title>Message Title</title>
</head>
<body class="jira" style="color: #333333; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.429">
<table id="background-table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #f5f5f5; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt" bgcolor="#f5f5f5">
<!-- header here -->
<tbody>
<tr>
<td id="header-pattern-container" style="padding: 0px; border-collapse: collapse; padding: 10px 20px">
<table id="header-pattern" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="header-avatar-image-container" valign="top" style="padding: 0px; border-collapse: collapse; vertical-align: top; width: 32px; padding-right: 8px" width="32"> <img id="header-avatar-image" class="image_fix" src="cid:jira-generated-image-avatar-a4aebfdf-083f-445a-8190-421c0da85b1e" height="32" width="32" border="0" style="border-radius: 3px; vertical-align: top"> </td>
<td id="header-text-container" valign="middle" style="padding: 0px; border-collapse: collapse; vertical-align: middle; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px"> <a class="user-hover" rel="eedri" id="email_eedri" href="https://ovirt-jira.atlassian.net/secure/ViewProfile.jspa?name=eedri" style="color:#3b73af;; color: #3b73af; text-decoration: none">eyal edri [Administrator]</a> <strong>commented</strong> on <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-249" style="color: #3b73af; text-decoration: none"><img src="cid:jira-generated-image-avatar-7f41dae2-e644-4bfa-a731-94262f9fe9d9" height="16" width="16" border="0" align="absmiddle" alt="New Feature"> OVIRT-249</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="email-content-container" style="padding: 0px; border-collapse: collapse; padding: 0 20px">
<table id="email-content-table" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: separate">
<tbody>
<tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<td class="email-content-rounded-top mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 15px; background-color: #ffffff; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 0; border-top-right-radius: 5px; border-top-left-radius: 5px; height: 10px; line-height: 10px; padding: 0 15px 0 16px; mso-line-height-rule: exactly" height="10" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table class="page-title-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td style="vertical-align: top;; padding: 0px; border-collapse: collapse; padding-right: 5px; font-size: 20px; line-height: 30px; mso-line-height-rule: exactly" class="page-title-pattern-header-container"> <span class="page-title-pattern-header" style="font-family: Arial, sans-serif; padding: 0; font-size: 20px; line-height: 30px; mso-text-raise: 2px; mso-line-height-rule: exactly; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-249" style="color: #3b73af; text-decoration: none">Re: add list of pads to etherpad.ovirt.org</a> </span> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="text-paragraph-pattern-top" class="email-content-main mobile-expand comment-top-pattern" style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff; border-bottom: none; padding-bottom: 0" bgcolor="#ffffff">
<table class="text-paragraph-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 2px">
<tbody>
<tr>
<td class="text-paragraph-pattern-container mobile-resize-text " style="padding: 0px; border-collapse: collapse; padding: 0 0 10px 0"> <p style="margin: 10px 0 0 0; margin-top: 0">i think we should stop using the etherpad and open a google account maybe for ovirt and use google docs instead.</p> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table id="actions-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px">
<tbody>
<tr>
<td id="actions-pattern-container" valign="middle" style="padding: 0px; border-collapse: collapse; padding: 10px 0 10px 24px; vertical-align: middle; padding-left: 0">
<table align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td class="actions-pattern-action-icon-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 0px; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-249#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none"> <img class="actions-pattern-action-icon-image" src="cid:jira-generated-image-static-comment-icon-99752ea8-b13c-41ce-bdec-6a1e669dbbfb" alt="Add Comment" title="Add Comment" height="16" width="16" border="0" style="vertical-align: middle"> </a> </td>
<td class="actions-pattern-action-text-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 4px; padding-left: 5px"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-249#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none">Add Comment</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<tr>
<td class="email-content-rounded-bottom mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 5px; line-height: 5px; background-color: #ffffff; border-top: 0; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; mso-line-height-rule: exactly" height="5" bgcolor="#ffffff"> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="footer-pattern" style="padding: 0px; border-collapse: collapse; padding: 12px 20px">
<table id="footer-pattern-container" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-text" class="mobile-resize-text" width="100%" style="padding: 0px; border-collapse: collapse; color: #999999; font-size: 12px; line-height: 18px; font-family: Arial, sans-serif; mso-line-height-rule: exactly; mso-text-raise: 2px"> This message was sent by Atlassian JIRA <span id="footer-build-information">(v7.1.0-OD-02-030#71001-<span title="2ba8c0f6d804dd6099ab1d311f328e634649726f" data-commit-id="2ba8c0f6d804dd6099ab1d311f328e634649726f}">sha1:2ba8c0f</span>)</span> </td>
<td id="footer-pattern-logo-desktop-container" valign="top" style="padding: 0px; border-collapse: collapse; padding-left: 20px; vertical-align: top">
<table style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-logo-desktop-padding" style="padding: 0px; border-collapse: collapse; padding-top: 3px"> <img id="footer-pattern-logo-desktop" src="cid:jira-generated-image-static-footer-desktop-logo-2702b7ec-292b-47f3-85eb-dde74a85faf1" alt="Atlassian logo" title="Atlassian logo" width="169" height="36" class="image_fix"> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
</body>
</html>
------=_Part_5_31774182.1451555700112
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-7f41dae2-e644-4bfa-a731-94262f9fe9d9>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAABiSURBVHjaY2AYBVCQtsrDJn2152Mg/k9j/Dx1rbsLhgPoZDnc
Edgc8J+eeNQBQ98B6GDUAaMOGL4OoBSMOmDoO2A0F4w6YNQBoy2iEeWAge2YQLtmz+lhefoqL4/R
zjAMAAC7Lece4gnP4AAAAABJRU5ErkJggqZ/TIthHCYkCRk6hrwENgcMCBh1AAu5GmeEbEPhZ6zx
Go2CUQcM01yAntpJVUcod4xGweBPA7jicLQkHHXAaHuA3FQ/GgWD2gFP6GjvCwwH/P//PxJZgqaW
/2dMZBgFUAAALCEgqNE4SgcAAAAASUVORK5CYII=
------=_Part_5_31774182.1451555700112
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-comment-icon-99752ea8-b13c-41ce-bdec-6a1e669dbbfb>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAADAFBMVEX///+1tbWzs7OysrKrq6um
pqalpaWdnZ2ZmZn///+VlZWPj4/7+/vu7u7p6enn5+fl5eXk5OTh4eHW1tbT09PMzMzJycm6urq5
ubm1tbWzs7OysrKrq6upqamlpaWKioqFhYWRkZGKioqHh4eDg4OAgIB/f398fHx6enp4eHh2dnZ0
dHRycnJwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAIFWMjAAAAIXRSTlMAIiIzZoiZu8zd3d3u7u7u7u7u7u7u7u7u7u7u7u7u7u6n
leogAAAAG3RFWHRqaXJhLXN5c3RlbS1pbWFnZS10eXBlAGljb266KjlFAAAAo0lEQVR42l2P2wrC
MAyG09Pa1SqKzIk3QwTf/3G8UByKyK4EcV0POqzDaTUQwv+R/EkA/gKFJGyuQrFH/+iAWJnGOCCp
THcmALms6ne7ykpNeFHpft75xZWsL/XX0bMppj7eUXNseQykI7eZu3+0GpfYuVz1ephriwAnxdkD
QVwIsTVAoTUswZNBuPRkw6X01cqzZtMbdWB0aFqIANqb349ZLJ5XFjQIuveaPQAAAABJRU5ErkJg
gg==
------=_Part_5_31774182.1451555700112
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-a4aebfdf-083f-445a-8190-421c0da85b1e>
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
UGr7AAAAAElFTkSuQmCC
------=_Part_5_31774182.1451555700112
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-footer-desktop-logo-2702b7ec-292b-47f3-85eb-dde74a85faf1>
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
nvfbckn7YgAAAABJRU5ErkJggg==
------=_Part_5_31774182.1451555700112--
8 years, 10 months
Logwatch for linode01.ovirt.org (Linux)
by logwatch@lists.ovirt.org
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Thu Dec 31 03:51:14 2015
Date Range Processed: yesterday
( 2015-Dec-30 )
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
/**mailman/listinfo/infra<: 1 Time(s)
/**mailman/listinfo/users: 1 Time(s)
//dompdf/dompdf.php?input_file=http://egys ... ge/foto81.jpg??: 1 Time(s)
//dompdf/dompdf.php?input_file=http://ropa ... mages/id.flv???: 1 Time(s)
//home.php: 2 Time(s)
//member/: 2 Time(s)
//tmp/: 2 Time(s)
//xmlrpc.php: 1 Time(s)
/YaBB.cgi: 2 Time(s)
/YaBB.pl: 2 Time(s)
/______mailman/listinfo/users: 1 Time(s)
/____mailman/listinfo/users: 1 Time(s)
/admin.php: 14 Time(s)
/admin/: 14 Time(s)
/admin/board: 2 Time(s)
/admin/login.php: 14 Time(s)
/administrator/index.php: 16 Time(s)
/apple-touch-icon-152x152-precomposed.png: 1 Time(s)
/apple-touch-icon-152x152.png: 1 Time(s)
/apple-touch-icon-precomposed.png: 2 Time(s)
/apple-touch-icon.png: 4 Time(s)
/assets/js/imageCrop/css/imgareaselect-default.css: 2 Time(s)
/assets/js/imageCrop/jquery.imgareaselect.js: 1 Time(s)
/assets/js/imageCrop/jquery.ocupload-packed.js: 2 Time(s)
/bitrix/admin/index.php?lang=en: 14 Time(s)
/blog/: 1 Time(s)
/blog/robots.txt: 1 Time(s)
/blog/wp-admin/: 3 Time(s)
/board: 4 Time(s)
/category/news/feed/: 1 Time(s)
/components/com_content/metadata.xml: 1 Time(s)
/css/News-nav.css: 2 Time(s)
/css/detail-download.css: 1 Time(s)
/css/detail.css: 1 Time(s)
/css/download.css: 1 Time(s)
/css/mosaic.css: 1 Time(s)
/css/reset.css: 1 Time(s)
/css/style.css: 1 Time(s)
/favicon.ico: 569 Time(s)
/include/_mod/site/js/ros-bottom.js: 1 Time(s)
/include/_mod/site/js/ros-bottom1.js: 1 Time(s)
/include/_mod/site/js/ros-top.js: 1 Time(s)
/include/_mod/site/js/ros-top1.js: 1 Time(s)
/index.php/component/users/?view=registration: 2 Time(s)
/index.php?act=dispMemberLoginForm: 2 Time(s)
/index.php?option=com_user&task=register: 2 Time(s)
/js/jquery.cookie.js: 1 Time(s)
/js/jquery.min.js: 1 Time(s)
/js/jquery.smoothScroll.js: 1 Time(s)
/js/linkage.js: 1 Time(s)
/js/mosaic.1.0.1.js: 1 Time(s)
/js/text-stretch.js: 1 Time(s)
/js/uvsrec.js: 1 Time(s)
/listinfo/board: 2 Time(s)
/modules.php?name=Your_Account: 2 Time(s)
/news-and-events/workshop/: 1 Time(s)
/old/wp-admin/: 3 Time(s)
/pipermail/engine-patches/2011-December/001467.html: 1 Time(s)
/pipermail/engine-patches/2011-November/001016.html: 1 Time(s)
/pipermail/engine-patches/2012-August/029731.html: 1 Time(s)
/pipermail/engine-patches/2012-August/029747.html: 1 Time(s)
/pipermail/engine-patches/2012-August/033263.html: 1 Time(s)
/pipermail/engine-patches/2012-December/046247.html: 1 Time(s)
/pipermail/engine-patches/2012-December/046425.html: 1 Time(s)
/pipermail/engine-patches/2012-February/004471.html: 1 Time(s)
/pipermail/engine-patches/2012-February/008323.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003048.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003227.html: 1 Time(s)
/pipermail/engine-patches/2012-January/004273.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025808.html: 1 Time(s)
/pipermail/engine-patches/2012-July/027766.html: 1 Time(s)
/pipermail/engine-patches/2012-June/021499.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022313.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022685.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009649.html: 1 Time(s)
/pipermail/engine-patches/2012-March/010510.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011467.html: 1 Time(s)
/pipermail/engine-patches/2012-May/017537.html: 1 Time(s)
/pipermail/engine-patches/2012-November/039927.html: 1 Time(s)
/pipermail/engine-patches/2012-November/042619.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035322.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035492.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035686.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036643.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065274.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065318.html: 1 Time(s)
/pipermail/engine-patches/2013-April/066550.html: 1 Time(s)
/pipermail/engine-patches/2013-April/066903.html: 1 Time(s)
/pipermail/engine-patches/2013-April/067631.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068392.html: 1 Time(s)
/pipermail/engine-patches/2013-August/096681.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102174.html: 1 Time(s)
/pipermail/engine-patches/2013-December/130619.html: 1 Time(s)
/pipermail/engine-patches/2013-December/134214.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054821.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054898.html: 1 Time(s)
/pipermail/engine-patches/2013-February/055928.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047748.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047809.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048900.html: 1 Time(s)
/pipermail/engine-patches/2013-January/050070.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051637.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051722.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051774.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052045.html: 1 Time(s)
/pipermail/engine-patches/2013-January/053337.html: 1 Time(s)
/pipermail/engine-patches/2013-July/086653.html: 1 Time(s)
/pipermail/engine-patches/2013-July/091514.html: 1 Time(s)
/pipermail/engine-patches/2013-July/091870.html: 1 Time(s)
/pipermail/engine-patches/2013-July/092253.html: 1 Time(s)
/pipermail/engine-patches/2013-June/074409.html: 1 Time(s)
/pipermail/engine-patches/2013-June/074527.html: 1 Time(s)
/pipermail/engine-patches/2013-June/074560.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075100.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075746.html: 1 Time(s)
/pipermail/engine-patches/2013-June/076431.html: 1 Time(s)
/pipermail/engine-patches/2013-June/077346.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078205.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078305.html: 1 Time(s)
/pipermail/engine-patches/2013-June/079166.html: 1 Time(s)
/pipermail/engine-patches/2013-June/080883.html: 1 Time(s)
/pipermail/engine-patches/2013-June/081630.html: 1 Time(s)
/pipermail/engine-patches/2013-March/059369.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061346.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061569.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061866.html: 1 Time(s)
/pipermail/engine-patches/2013-March/063442.html: 1 Time(s)
/pipermail/engine-patches/2013-October/110354.html: 1 Time(s)
/pipermail/engine-patches/2013-September/104217.html: 1 Time(s)
/pipermail/engine-patches/2014-January/146268.html: 1 Time(s)
/pipermail/infra/201: 1 Time(s)
/pipermail/infra/2012-November/tiki-register.php: 2 Time(s)
/pipermail/infra/2013-December/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-February/xmlrpc.php: 2 Time(s)
/pipermail/infra/2013-July/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-June/003218.html&sa= ... cynBXfjIV1KwGfw: 1 Time(s)
/pipermail/infra/2013-March/tiki-register.php: 2 Time(s)
/pipermail/infra/2013-May//dompdf/dompdf.p ... ge/foto81.jpg??: 1 Time(s)
/pipermail/infra/2013-May//dompdf/dompdf.p ... mages/id.flv???: 1 Time(s)
/pipermail/infra/2013-May/003154.html/: 1 Time(s)
/pipermail/infra/2013-May/tiki-register.php: 14 Time(s)
/pipermail/infra/2013-September/tiki-register.php: 1 Time(s)
/pipermail/infra/2015-August/tiki-register.php: 1 Time(s)
/pipermail/infra/2015-February/tiki-register.php: 4 Time(s)
/pipermail/infra/2015-July/index.php?optio ... n&task=register: 1 Time(s)
/pipermail/infra/2015-July/tiki-register.php: 1 Time(s)
/pipermail/infra/2015-June//xmlrpc.php: 1 Time(s)
/pipermail/nomad-devel: 1 Time(s)
/pipermail/users/2013-august/015578.html: 1 Time(s)
/plus/90sec.php:: 1 Time(s)
/repos/ci-tools/EL/6/repodata/repomd.xml: 48 Time(s)
/robots.txt: 128 Time(s)
/sketch/thumbnail/210316/cache/2015-08-25%2017:44:39: 1 Time(s)
/test/wp-admin/: 2 Time(s)
/user/: 14 Time(s)
/wordpress/: 1 Time(s)
/wordpress/wp-admin/: 3 Time(s)
/wp-admin/: 3 Time(s)
/wp-login.php: 28 Time(s)
/wp/: 1 Time(s)
/wp/wp-admin/: 3 Time(s)
/xmlrpc.php: 6 Time(s)
/xmlrpc.php?rsd: 1 Time(s)
/yabb.pl: 2 Time(s)
408 Request Timeout
/mailman/subscribe/arch: 1 Time(s)
/mailman/subscribe/bugs: 1 Time(s)
/mailman/subscribe/engine-commits: 1 Time(s)
/mailman/subscribe/engine-patches: 1 Time(s)
/mailman/subscribe/events: 1 Time(s)
/mailman/subscribe/kimchi-users: 1 Time(s)
/mailman/subscribe/project-planning: 1 Time(s)
/mailman/subscribe/security: 1 Time(s)
/mailman/subscribe/users-pt: 1 Time(s)
/mailman/subscribe/workshop-mar2012: 1 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
170 *Warning: Pre-queue content-filter connection overload
29 Miscellaneous warnings
12.193M Bytes accepted 12,784,865
325.384M Bytes delivered 341,189,643
======== ================================================
732 Accepted 79.31%
191 Rejected 20.69%
-------- ------------------------------------------------
923 Total 100.00%
======== ================================================
9 Reject relay denied 4.71%
16 Reject HELO/EHLO 8.38%
166 Reject unknown user 86.91%
-------- ------------------------------------------------
191 Total Rejects 100.00%
======== ================================================
493 4xx Reject recipient address 74.36%
170 4xx Reject sender address 25.64%
-------- ------------------------------------------------
663 Total 4xx Rejects 100.00%
======== ================================================
1200 Connections made
16 Connections lost
1200 Disconnections
709 Removed from queue
460 Delivered
10284 Sent via SMTP
2 Forwarded
89 Deferred
599 Deferrals
96 Bounce (remote)
1 Expired and returned to sender
83 DSNs undeliverable
270 Connection failure (outbound)
19 Timeout (inbound)
1 Numeric hostname
242 Hostname verification errors
68 Enabled PIX workaround
**Unmatched Entries**
1 Dec 30 02:07:36 linode01 postfix/smtp[26178]: 8A642C793: Cannot start TLS: handshake failure
1 Dec 30 12:50:45 linode01 postfix/smtp[8895]: 6DA53C199: Cannot start TLS: handshake failure
1 Dec 30 04:44:12 linode01 postfix/smtp[30508]: 1DD21C788: Cannot start TLS: handshake failure
1 Dec 30 02:07:36 linode01 postfix/smtp[26178]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 15:39:31 linode01 postfix/smtp[12844]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 02:50:00 linode01 postfix/smtp[27307]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 16:30:22 linode01 postfix/smtp[13922]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 22:04:27 linode01 postfix/smtp[21273]: 35CC2C77C: Cannot start TLS: handshake failure
1 Dec 30 12:28:16 linode01 postfix/smtp[8265]: 1A27FC782: Cannot start TLS: handshake failure
1 Dec 30 15:56:01 linode01 postfix/smtp[13025]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 02:50:00 linode01 postfix/smtp[27307]: 83EFFC76A: Cannot start TLS: handshake failure
1 Dec 30 04:53:30 linode01 postfix/smtp[30736]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 21:06:08 linode01 postfix/smtp[20013]: 10DBEC76B: Cannot start TLS: handshake failure
1 Dec 30 12:28:16 linode01 postfix/smtp[8265]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 09:30:31 linode01 postfix/smtp[4251]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Dec 30 04:53:30 linode01 postfix/smtp[30736]: 51964C794: Cannot start TLS: handshake failure
1 Dec 30 04:44:12 linode01 postfix/smtp[30508]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 14:23:34 linode01 postfix/smtp[10974]: E7C61C780: Cannot start TLS: handshake failure
1 Dec 30 22:04:27 linode01 postfix/smtp[21273]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 15:56:01 linode01 postfix/smtp[13025]: BBD5BC58D: Cannot start TLS: handshake failure
1 Dec 30 15:39:31 linode01 postfix/smtp[12844]: BEBB2C78B: Cannot start TLS: handshake failure
1 Dec 30 12:50:45 linode01 postfix/smtp[8895]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 14:23:34 linode01 postfix/smtp[10974]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 21:06:08 linode01 postfix/smtp[20013]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Dec 30 16:30:22 linode01 postfix/smtp[13922]: 44BAFC782: Cannot start TLS: handshake failure
1 Dec 30 09:30:31 linode01 postfix/smtp[4251]: 61143C6C6: Cannot start TLS: handshake failure
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Received disconnect:
11: Bye Bye : 1264 Time(s)
11: Normal Shutdown, Thank you for playing : 1 Time(s)
3: com.jcraft.jsch.JSchException: Auth fail : 13 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 h1net188-64-170-188.h1host.ru [188.64.170.188] failed - POSSIBLE BREAK-IN ATTEMPT! : 8 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