Users
Threads by month
- ----- 2026 -----
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- 9 participants
- 19179 discussions
03 Oct '19
Hi,
I have a 4.3.5 hyperconverged setup with 3 hosts, each host has 2x10G NIC ports
Host1:
NIC1: 192.168.1.11
NIC2: 192.168.0.67 (Gluster)
Host2:
NIC1: 10.10.1.12
NIC2: 192.168.0.68 (Gluster)
Host3:
NIC1: 10.10.1.13
NIC2: 192.168.0.69 (Gluster)
I am able to ping all the gluster IPs from within the hosts. i.e from host1 i can ping 192.168.0.68 and 192.168.0.69
However from the HostedEngine VM I cant ping any of those IPs
[root@ovirt-engine ~]# ping 192.168.0.9
PING 192.168.0.60 (192.168.0.60) 56(84) bytes of data.
From 10.10.255.5 icmp_seq=1 Time to live exceeded
and on the HostedEngine I see the following WARNINGS (only for host1) which make me think that I am not using a separate network exclusively for gluster.
2019-08-21 21:04:34,215-04 WARN [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListReturn] (DefaultQuartzScheduler10) [397b6038] Could not associate brick 'host1.example.com:/gluster_bricks/engine/engine' of volume 'ac1f73ce-cdf0-4bb9-817d-xxxxxxcxxx' with correct network as no gluster network found in cluster 'xxxxxxxx11e9-b8d3-00163e5d860d'
Any ideas?
thank you!!
2019-08-21 21:04:34,220-04 WARN [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListReturn] (DefaultQuartzScheduler10) [397b6038] Could not associate brick 'vmm01.virt.ord1d:/gluster_bricks/data/data' of volume 'bc26633a-9a0b-49de-b714-97e76f222a02' with correct network as no gluster network found in cluster 'e98e2c16-c31e-11e9-b8d3-00163e5d860d'
2019-08-21 21:04:34,224-04 WARN [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListReturn] (DefaultQuartzScheduler10) [397b6038] Could not associate brick 'host1:/gluster_bricks/vmstore/vmstore' of volume 'xxxxxxxxx-ca96-45cc-9e0f-649055e0e07b' with correct network as no gluster network found in cluster 'e98e2c16-c31e-11e9-b8d3xxxxxxxxxxxxxxx'
3
4
Hey Guys,
After an update my node goes into emergency mode saying it can't find the UUID associated with one of my physical volumes?
I tried an imbase rollback and nothing
pvs is showing that the identifier is missing
1
0
Hello,
in docs about ovirt_disk module for Ansible there is also notice about
managing floating disks.
But I don't find a way to copy an existing floating disk into a new one as
I do in web admin gui selecting Storage --> disks, selecting the disk and
choosing "copy" button.
I can also temporarily attach this disk to a VM, but then it seems to me
there is no option to copy this disk too even if attached to a VM...
Is there anything doable in Ansible to reach this target?
I don't know if this below is the corresponding for REST API:
https://www.ovirt.org/develop/release-management/features/storage/copy-disk…
Thanks,
Gianluca
2
5
Hi folks,
When trying to start a VM in a nested env with Ryzen it complains with:
2019-09-28 14:29:53,940-0400 ERROR (vm/0391a661) [virt.vm]
(vmId='0391a661-20fd-490a-9653-dd217147224d') The vm start process failed
(vm:933)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 867, in
_startUnderlyingVm
self._run()
File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 2880, in
_run
dom.createWithFlags(flags)
File "/usr/lib/python2.7/site-packages/vdsm/common/libvirtconnection.py",
line 131, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/common/function.py", line 94,
in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1110, in
createWithFlags
if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed',
dom=self)
libvirtError: the CPU is incompatible with host CPU: Host CPU does not
provide required features: monitor
The hooks for nestedv are installed. Is there any way to modify the xml
passed to the host used by libvirt and remove the monitor flag ?? Like this
<feature policy='disable' name='monitor'/>
Lab is installed using Centos latest and oVirt latest as today!. By the way
a nested intel cpu box works with no problem.
THANKS!!!!!!
2
1
Hi all,
I'd like to ask/suggest something:
In the previous UI (4.2?), when you entered the VM snapshots page, you
saw per each snapshot some details that you do not see in the current
UI. Specifically, to see the creation date, you have to press General.
So I got used to writing longer descriptions, with the creation date
in them, but that also does not work well, because in the main view
only the start of the description is shown. At least for me
(combination of browser, OS, etc.), there is a lot of white unused
space between the end of the presented-part of the description, and
the "> General" after it. Can we somehow use this space to either add
the creation date, or more/all of the description, or even make this
customizable? And perhaps make this a sortable table (so that you can
sort by description, or if you added Data, you can sort by that, or
memory, or whatever)? I don't mind opening a bug/RFE for this, if more
people agree that it's useful, and unless there are some (unknown to
me) reasons against that (other than the time needed for implementing
this, which I expect is quite minimal for the simplest option of just
showing more of the description).
Thanks and best regards,
--
Didi
2
2
Forwarding to the users list.
> Begin forwarded message:
>
> From: "Akshita Jain" <akshita(a)councilinfosec.org>
> Subject: Unable to Upgrade
> Date: 1 October 2019 at 11:12:58 CEST
> To: infra(a)ovirt.org
>
> After upgrading oVirt 4.3.4 to 4.3.6, the gluster is also upgrading from 5.6 to 6.5. But as soon as it upgrades gluster peer status shows disconnected.
> What is the correct method to upgrade oVirt with gluster HCI environment?
> _______________________________________________
> Infra mailing list -- infra(a)ovirt.org
> To unsubscribe send an email to infra-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/24D6NKVLMYQA3…
--
Anton Marchukov
Associate Manager - RHV DevOps - Red Hat
5
6
03 Oct '19
NFS storage + 2 nodes
engine log:
Sep 30 01:20:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:20:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:20:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00467|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:20:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00468|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41578: receive error: Protocol error
Sep 30 01:20:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00469|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41578: connection dropped (Protocol error)
Sep 30 01:20:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:20:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:21:55 ovirteng.stuffnet.local userhelper[55306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:21:55 ovirteng.stuffnet.local userhelper[55306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:23:56 ovirteng.stuffnet.local userhelper[55385]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:23:56 ovirteng.stuffnet.local userhelper[55385]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:25:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:25:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:25:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00470|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:25:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00471|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41710: receive error: Protocol error
Sep 30 01:25:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00472|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41710: connection dropped (Protocol error)
Sep 30 01:25:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:25:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:25:57 ovirteng.stuffnet.local userhelper[55467]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:25:57 ovirteng.stuffnet.local userhelper[55467]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:27:57 ovirteng.stuffnet.local userhelper[55547]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:27:57 ovirteng.stuffnet.local userhelper[55547]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:29:58 ovirteng.stuffnet.local userhelper[55624]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:29:58 ovirteng.stuffnet.local userhelper[55624]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:30:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:30:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:30:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00473|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:30:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00474|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41842: receive error: Protocol error
Sep 30 01:30:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00475|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41842: connection dropped (Protocol error)
Sep 30 01:30:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:30:24] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:31:59 ovirteng.stuffnet.local userhelper[55705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:31:59 ovirteng.stuffnet.local userhelper[55705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:33:59 ovirteng.stuffnet.local userhelper[55785]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:33:59 ovirteng.stuffnet.local userhelper[55785]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:35:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:35:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:35:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00476|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:35:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00477|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41974: receive error: Protocol error
Sep 30 01:35:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00478|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41974: connection dropped (Protocol error)
Sep 30 01:35:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:35:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:36:00 ovirteng.stuffnet.local userhelper[55869]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:36:00 ovirteng.stuffnet.local userhelper[55869]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:38:02 ovirteng.stuffnet.local userhelper[55948]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:38:02 ovirteng.stuffnet.local userhelper[55948]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:40:03 ovirteng.stuffnet.local userhelper[56026]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:40:03 ovirteng.stuffnet.local userhelper[56026]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:40:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:40:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00479|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00480|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42104: receive error: Protocol error
Sep 30 01:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00481|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42104: connection dropped (Protocol error)
Sep 30 01:40:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:40:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:42:04 ovirteng.stuffnet.local userhelper[56116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:42:04 ovirteng.stuffnet.local userhelper[56116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:44:04 ovirteng.stuffnet.local userhelper[56200]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:44:04 ovirteng.stuffnet.local userhelper[56200]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:45:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:45:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00482|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00483|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42234: receive error: Protocol error
Sep 30 01:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00484|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42234: connection dropped (Protocol error)
Sep 30 01:45:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:45:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:46:05 ovirteng.stuffnet.local userhelper[56280]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:46:05 ovirteng.stuffnet.local userhelper[56280]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:48:06 ovirteng.stuffnet.local userhelper[56357]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:48:06 ovirteng.stuffnet.local userhelper[56357]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:50:07 ovirteng.stuffnet.local userhelper[56435]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:50:07 ovirteng.stuffnet.local userhelper[56435]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:50:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:50:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00485|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00486|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42364: receive error: Protocol error
Sep 30 01:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00487|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42364: connection dropped (Protocol error)
Sep 30 01:50:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:50:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:52:07 ovirteng.stuffnet.local userhelper[56513]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:52:07 ovirteng.stuffnet.local userhelper[56513]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:54:08 ovirteng.stuffnet.local userhelper[56593]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:54:08 ovirteng.stuffnet.local userhelper[56593]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:55:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:55:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 01:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00488|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 01:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00489|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42496: receive error: Protocol error
Sep 30 01:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00490|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42496: connection dropped (Protocol error)
Sep 30 01:55:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 01:55:27] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 01:56:09 ovirteng.stuffnet.local userhelper[56672]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:56:09 ovirteng.stuffnet.local userhelper[56672]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 01:58:09 ovirteng.stuffnet.local userhelper[56747]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 01:58:09 ovirteng.stuffnet.local userhelper[56747]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:00:10 ovirteng.stuffnet.local userhelper[56836]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:00:10 ovirteng.stuffnet.local userhelper[56836]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:00:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:00:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00491|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00492|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42628: receive error: Protocol error
Sep 30 02:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00493|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42628: connection dropped (Protocol error)
Sep 30 02:00:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:00:28] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 02:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 16 of user root.
-- Subject: Unit session-16.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-16.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 02:01:01 ovirteng.stuffnet.local CROND[56868]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[56871]: starting 0anacron
Sep 30 02:01:01 ovirteng.stuffnet.local anacron[56877]: Anacron started on 2019-09-30
Sep 30 02:01:01 ovirteng.stuffnet.local anacron[56877]: Normal exit (0 jobs run)
Sep 30 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[56879]: finished 0anacron
Sep 30 02:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 02:02:11 ovirteng.stuffnet.local userhelper[56933]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:02:11 ovirteng.stuffnet.local userhelper[56933]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:04:12 ovirteng.stuffnet.local userhelper[57011]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:04:12 ovirteng.stuffnet.local userhelper[57011]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:05:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:05:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00494|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00495|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42760: receive error: Protocol error
Sep 30 02:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00496|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42760: connection dropped (Protocol error)
Sep 30 02:05:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:05:28] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:06:12 ovirteng.stuffnet.local userhelper[57091]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:06:12 ovirteng.stuffnet.local userhelper[57091]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:08:13 ovirteng.stuffnet.local userhelper[57166]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:08:13 ovirteng.stuffnet.local userhelper[57166]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:10:14 ovirteng.stuffnet.local userhelper[57244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:10:14 ovirteng.stuffnet.local userhelper[57244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:10:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:10:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:10:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00497|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:10:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00498|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42892: receive error: Protocol error
Sep 30 02:10:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00499|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42892: connection dropped (Protocol error)
Sep 30 02:10:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:10:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:12:14 ovirteng.stuffnet.local userhelper[57325]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:12:14 ovirteng.stuffnet.local userhelper[57325]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:14:15 ovirteng.stuffnet.local userhelper[57406]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:14:15 ovirteng.stuffnet.local userhelper[57406]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:15:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:15:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:15:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00500|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:15:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00501|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43026: receive error: Protocol error
Sep 30 02:15:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00502|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43026: connection dropped (Protocol error)
Sep 30 02:15:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:15:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:16:16 ovirteng.stuffnet.local userhelper[57484]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:16:16 ovirteng.stuffnet.local userhelper[57484]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:18:16 ovirteng.stuffnet.local userhelper[57563]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:18:16 ovirteng.stuffnet.local userhelper[57563]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:20:17 ovirteng.stuffnet.local userhelper[57641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:20:17 ovirteng.stuffnet.local userhelper[57641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:20:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:20:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:20:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00503|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:20:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00504|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43158: receive error: Protocol error
Sep 30 02:20:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00505|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43158: connection dropped (Protocol error)
Sep 30 02:20:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:20:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:22:18 ovirteng.stuffnet.local userhelper[57723]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:22:18 ovirteng.stuffnet.local userhelper[57723]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:24:18 ovirteng.stuffnet.local userhelper[57801]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:24:18 ovirteng.stuffnet.local userhelper[57801]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:25:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:25:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:25:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00506|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:25:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00507|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43290: receive error: Protocol error
Sep 30 02:25:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00508|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43290: connection dropped (Protocol error)
Sep 30 02:25:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:25:31] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:26:19 ovirteng.stuffnet.local userhelper[57881]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:26:19 ovirteng.stuffnet.local userhelper[57881]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:28:20 ovirteng.stuffnet.local userhelper[57959]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:28:20 ovirteng.stuffnet.local userhelper[57959]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:30:21 ovirteng.stuffnet.local userhelper[58038]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:30:21 ovirteng.stuffnet.local userhelper[58038]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:30:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:30:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:30:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00509|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:30:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00510|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43422: receive error: Protocol error
Sep 30 02:30:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00511|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43422: connection dropped (Protocol error)
Sep 30 02:30:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:30:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:32:21 ovirteng.stuffnet.local userhelper[58119]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:32:21 ovirteng.stuffnet.local userhelper[58119]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:34:22 ovirteng.stuffnet.local userhelper[58197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:34:22 ovirteng.stuffnet.local userhelper[58197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:35:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:35:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:35:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00512|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:35:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00513|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43556: receive error: Protocol error
Sep 30 02:35:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00514|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43556: connection dropped (Protocol error)
Sep 30 02:35:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:35:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:36:23 ovirteng.stuffnet.local userhelper[58279]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:36:23 ovirteng.stuffnet.local userhelper[58279]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:38:23 ovirteng.stuffnet.local userhelper[58354]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:38:23 ovirteng.stuffnet.local userhelper[58354]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:40:24 ovirteng.stuffnet.local userhelper[58433]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:40:24 ovirteng.stuffnet.local userhelper[58433]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:40:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:40:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:40:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00515|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:40:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00516|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43686: receive error: Protocol error
Sep 30 02:40:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00517|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43686: connection dropped (Protocol error)
Sep 30 02:40:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:40:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:42:25 ovirteng.stuffnet.local userhelper[58515]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:42:25 ovirteng.stuffnet.local userhelper[58515]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:44:26 ovirteng.stuffnet.local userhelper[58593]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:44:26 ovirteng.stuffnet.local userhelper[58593]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:45:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:45:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:45:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00518|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:45:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00519|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43820: receive error: Protocol error
Sep 30 02:45:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00520|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43820: connection dropped (Protocol error)
Sep 30 02:45:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:45:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:46:26 ovirteng.stuffnet.local userhelper[58675]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:46:26 ovirteng.stuffnet.local userhelper[58675]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:48:27 ovirteng.stuffnet.local userhelper[58750]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:48:27 ovirteng.stuffnet.local userhelper[58750]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:50:28 ovirteng.stuffnet.local userhelper[58829]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:50:28 ovirteng.stuffnet.local userhelper[58829]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:50:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:50:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:50:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00521|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:50:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00522|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43950: receive error: Protocol error
Sep 30 02:50:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00523|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43950: connection dropped (Protocol error)
Sep 30 02:50:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:50:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:52:28 ovirteng.stuffnet.local userhelper[58910]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:52:28 ovirteng.stuffnet.local userhelper[58910]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:54:29 ovirteng.stuffnet.local userhelper[58993]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:54:29 ovirteng.stuffnet.local userhelper[58993]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:55:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:55:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 02:55:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00524|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 02:55:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00525|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44084: receive error: Protocol error
Sep 30 02:55:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00526|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44084: connection dropped (Protocol error)
Sep 30 02:55:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 02:55:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 02:56:30 ovirteng.stuffnet.local userhelper[59072]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:56:30 ovirteng.stuffnet.local userhelper[59072]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 02:58:30 ovirteng.stuffnet.local userhelper[59150]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 02:58:30 ovirteng.stuffnet.local userhelper[59150]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:00:31 ovirteng.stuffnet.local userhelper[59264]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:00:31 ovirteng.stuffnet.local userhelper[59264]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:00:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:00:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:00:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00527|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:00:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00528|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44220: receive error: Protocol error
Sep 30 03:00:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00529|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44220: connection dropped (Protocol error)
Sep 30 03:00:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:00:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 03:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 17 of user root.
-- Subject: Unit session-17.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-17.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 03:01:01 ovirteng.stuffnet.local CROND[59284]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[59287]: starting 0anacron
Sep 30 03:01:01 ovirteng.stuffnet.local anacron[59293]: Anacron started on 2019-09-30
Sep 30 03:01:01 ovirteng.stuffnet.local anacron[59293]: Will run job `cron.daily' in 10 min.
Sep 30 03:01:01 ovirteng.stuffnet.local anacron[59293]: Jobs will be executed sequentially
Sep 30 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[59295]: finished 0anacron
Sep 30 03:02:32 ovirteng.stuffnet.local userhelper[59359]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:02:32 ovirteng.stuffnet.local userhelper[59359]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:04:33 ovirteng.stuffnet.local userhelper[59437]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:04:33 ovirteng.stuffnet.local userhelper[59437]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:05:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:05:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:05:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00530|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:05:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00531|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44352: receive error: Protocol error
Sep 30 03:05:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00532|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44352: connection dropped (Protocol error)
Sep 30 03:05:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:05:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:06:33 ovirteng.stuffnet.local userhelper[59516]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:06:33 ovirteng.stuffnet.local userhelper[59516]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:08:34 ovirteng.stuffnet.local userhelper[59592]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:08:34 ovirteng.stuffnet.local userhelper[59592]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:10:35 ovirteng.stuffnet.local userhelper[59670]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:10:35 ovirteng.stuffnet.local userhelper[59670]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:10:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:10:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:10:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00533|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:10:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00534|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44484: receive error: Protocol error
Sep 30 03:10:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00535|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44484: connection dropped (Protocol error)
Sep 30 03:10:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:10:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:11:01 ovirteng.stuffnet.local anacron[59293]: Job `cron.daily' started
Sep 30 03:11:01 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[59691]: starting logrotate
Sep 30 03:11:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00536|vlog|INFO|closing log file
Sep 30 03:11:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00537|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-nb.log
Sep 30 03:11:03 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00090|vlog|INFO|closing log file
Sep 30 03:11:03 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00091|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-sb.log
Sep 30 03:11:08 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[59722]: finished logrotate
Sep 30 03:11:08 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[59724]: starting man-db.cron
Sep 30 03:11:17 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[59739]: finished man-db.cron
Sep 30 03:11:17 ovirteng.stuffnet.local anacron[59293]: Job `cron.daily' terminated
Sep 30 03:11:17 ovirteng.stuffnet.local anacron[59293]: Normal exit (1 job run)
Sep 30 03:11:17 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 03:12:35 ovirteng.stuffnet.local userhelper[59789]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:12:35 ovirteng.stuffnet.local userhelper[59789]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:14:36 ovirteng.stuffnet.local userhelper[59869]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:14:36 ovirteng.stuffnet.local userhelper[59869]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:15:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:15:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:15:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00538|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:15:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00539|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44616: receive error: Protocol error
Sep 30 03:15:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00540|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44616: connection dropped (Protocol error)
Sep 30 03:15:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:15:39] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:16:37 ovirteng.stuffnet.local userhelper[59945]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:16:37 ovirteng.stuffnet.local userhelper[59945]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:18:37 ovirteng.stuffnet.local userhelper[60021]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:18:37 ovirteng.stuffnet.local userhelper[60021]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:20:38 ovirteng.stuffnet.local userhelper[60101]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:20:38 ovirteng.stuffnet.local userhelper[60101]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:20:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:20:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:20:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00541|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:20:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00542|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44746: receive error: Protocol error
Sep 30 03:20:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00543|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44746: connection dropped (Protocol error)
Sep 30 03:20:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:20:39] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:22:39 ovirteng.stuffnet.local userhelper[60181]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:22:39 ovirteng.stuffnet.local userhelper[60181]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:24:40 ovirteng.stuffnet.local userhelper[60259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:24:40 ovirteng.stuffnet.local userhelper[60259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:25:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:25:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:25:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00544|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:25:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00545|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44876: receive error: Protocol error
Sep 30 03:25:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00546|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44876: connection dropped (Protocol error)
Sep 30 03:25:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:25:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:26:40 ovirteng.stuffnet.local userhelper[60337]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:26:40 ovirteng.stuffnet.local userhelper[60337]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:28:41 ovirteng.stuffnet.local userhelper[60414]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:28:41 ovirteng.stuffnet.local userhelper[60414]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:30:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:30:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:30:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00547|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:30:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00548|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45006: receive error: Protocol error
Sep 30 03:30:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00549|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45006: connection dropped (Protocol error)
Sep 30 03:30:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:30:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:30:42 ovirteng.stuffnet.local userhelper[60497]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:30:42 ovirteng.stuffnet.local userhelper[60497]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:32:42 ovirteng.stuffnet.local userhelper[60572]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:32:42 ovirteng.stuffnet.local userhelper[60572]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:34:43 ovirteng.stuffnet.local userhelper[60652]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:34:43 ovirteng.stuffnet.local userhelper[60652]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:35:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:35:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:35:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00550|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:35:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00551|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45136: receive error: Protocol error
Sep 30 03:35:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00552|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45136: connection dropped (Protocol error)
Sep 30 03:35:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:35:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:36:44 ovirteng.stuffnet.local userhelper[60725]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:36:44 ovirteng.stuffnet.local userhelper[60725]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:38:44 ovirteng.stuffnet.local userhelper[60801]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:38:44 ovirteng.stuffnet.local userhelper[60801]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:40:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:40:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:40:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00553|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:40:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00554|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45268: receive error: Protocol error
Sep 30 03:40:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00555|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45268: connection dropped (Protocol error)
Sep 30 03:40:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:40:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:40:45 ovirteng.stuffnet.local userhelper[60888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:40:45 ovirteng.stuffnet.local userhelper[60888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:42:46 ovirteng.stuffnet.local userhelper[60964]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:42:46 ovirteng.stuffnet.local userhelper[60964]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:44:47 ovirteng.stuffnet.local userhelper[61044]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:44:47 ovirteng.stuffnet.local userhelper[61044]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:45:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:45:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:45:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00556|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:45:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00557|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45400: receive error: Protocol error
Sep 30 03:45:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00558|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45400: connection dropped (Protocol error)
Sep 30 03:45:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:45:43] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:46:47 ovirteng.stuffnet.local userhelper[61120]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:46:47 ovirteng.stuffnet.local userhelper[61120]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:48:48 ovirteng.stuffnet.local userhelper[61198]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:48:48 ovirteng.stuffnet.local userhelper[61198]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:50:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:50:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:50:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00559|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:50:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00560|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45532: receive error: Protocol error
Sep 30 03:50:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00561|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45532: connection dropped (Protocol error)
Sep 30 03:50:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:50:43] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:50:49 ovirteng.stuffnet.local userhelper[61281]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:50:49 ovirteng.stuffnet.local userhelper[61281]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:52:49 ovirteng.stuffnet.local userhelper[61360]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:52:49 ovirteng.stuffnet.local userhelper[61360]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:54:50 ovirteng.stuffnet.local userhelper[61439]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:54:50 ovirteng.stuffnet.local userhelper[61439]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:55:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:55:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 03:55:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00562|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 03:55:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00563|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45664: receive error: Protocol error
Sep 30 03:55:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00564|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45664: connection dropped (Protocol error)
Sep 30 03:55:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 03:55:44] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 03:56:51 ovirteng.stuffnet.local userhelper[61518]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:56:51 ovirteng.stuffnet.local userhelper[61518]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 03:58:51 ovirteng.stuffnet.local userhelper[61594]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 03:58:51 ovirteng.stuffnet.local userhelper[61594]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:00:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:00:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:00:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00565|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:00:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00566|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45800: receive error: Protocol error
Sep 30 04:00:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00567|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45800: connection dropped (Protocol error)
Sep 30 04:00:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:00:44] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:00:52 ovirteng.stuffnet.local userhelper[61688]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:00:52 ovirteng.stuffnet.local userhelper[61688]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 04:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 18 of user root.
-- Subject: Unit session-18.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-18.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 04:01:01 ovirteng.stuffnet.local CROND[61692]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[61695]: starting 0anacron
Sep 30 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[61701]: finished 0anacron
Sep 30 04:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 04:02:53 ovirteng.stuffnet.local userhelper[61781]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:02:53 ovirteng.stuffnet.local userhelper[61781]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:04:53 ovirteng.stuffnet.local userhelper[61860]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:04:53 ovirteng.stuffnet.local userhelper[61860]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:05:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:05:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:05:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00568|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:05:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00569|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45930: receive error: Protocol error
Sep 30 04:05:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00570|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45930: connection dropped (Protocol error)
Sep 30 04:05:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:05:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:06:54 ovirteng.stuffnet.local userhelper[61939]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:06:54 ovirteng.stuffnet.local userhelper[61939]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:08:55 ovirteng.stuffnet.local userhelper[62014]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:08:55 ovirteng.stuffnet.local userhelper[62014]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:10:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:10:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:10:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00571|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:10:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00572|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46066: receive error: Protocol error
Sep 30 04:10:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00573|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46066: connection dropped (Protocol error)
Sep 30 04:10:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:10:46] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:10:55 ovirteng.stuffnet.local userhelper[62095]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:10:55 ovirteng.stuffnet.local userhelper[62095]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:12:56 ovirteng.stuffnet.local userhelper[62171]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:12:56 ovirteng.stuffnet.local userhelper[62171]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:14:57 ovirteng.stuffnet.local userhelper[62250]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:14:57 ovirteng.stuffnet.local userhelper[62250]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:15:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:15:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:15:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00574|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:15:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00575|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46196: receive error: Protocol error
Sep 30 04:15:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00576|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46196: connection dropped (Protocol error)
Sep 30 04:15:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:15:46] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:16:57 ovirteng.stuffnet.local userhelper[62330]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:16:57 ovirteng.stuffnet.local userhelper[62330]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:18:58 ovirteng.stuffnet.local userhelper[62404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:18:58 ovirteng.stuffnet.local userhelper[62404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:20:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:20:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:20:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00577|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:20:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00578|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46332: receive error: Protocol error
Sep 30 04:20:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00579|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46332: connection dropped (Protocol error)
Sep 30 04:20:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:20:48] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:20:59 ovirteng.stuffnet.local userhelper[62487]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:20:59 ovirteng.stuffnet.local userhelper[62487]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:23:00 ovirteng.stuffnet.local userhelper[62564]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:23:00 ovirteng.stuffnet.local userhelper[62564]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:25:01 ovirteng.stuffnet.local userhelper[62642]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:25:01 ovirteng.stuffnet.local userhelper[62642]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:25:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:25:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:25:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00580|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:25:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00581|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46466: receive error: Protocol error
Sep 30 04:25:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00582|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46466: connection dropped (Protocol error)
Sep 30 04:25:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:25:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:27:01 ovirteng.stuffnet.local userhelper[62721]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:27:01 ovirteng.stuffnet.local userhelper[62721]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:29:02 ovirteng.stuffnet.local userhelper[62804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:29:02 ovirteng.stuffnet.local userhelper[62804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:30:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:30:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:30:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00583|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:30:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00584|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46598: receive error: Protocol error
Sep 30 04:30:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00585|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46598: connection dropped (Protocol error)
Sep 30 04:30:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:30:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:31:03 ovirteng.stuffnet.local userhelper[62886]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:31:03 ovirteng.stuffnet.local userhelper[62886]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:33:03 ovirteng.stuffnet.local userhelper[62965]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:33:03 ovirteng.stuffnet.local userhelper[62965]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:35:04 ovirteng.stuffnet.local userhelper[63055]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:35:04 ovirteng.stuffnet.local userhelper[63055]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:35:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:35:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:35:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00586|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:35:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00587|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46730: receive error: Protocol error
Sep 30 04:35:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00588|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46730: connection dropped (Protocol error)
Sep 30 04:35:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:35:51] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:37:05 ovirteng.stuffnet.local userhelper[63124]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:37:05 ovirteng.stuffnet.local userhelper[63124]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:39:05 ovirteng.stuffnet.local userhelper[63212]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:39:05 ovirteng.stuffnet.local userhelper[63212]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:40:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:40:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:40:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00589|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:40:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00590|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46862: receive error: Protocol error
Sep 30 04:40:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00591|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46862: connection dropped (Protocol error)
Sep 30 04:40:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:40:56] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:40:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00592|memory|INFO|peak resident set size grew 51% in last 58666.7 seconds, from 4672 kB to 7044 kB
Sep 30 04:40:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00593|memory|INFO|cells:48 json-caches:1 monitors:2 sessions:2
Sep 30 04:41:06 ovirteng.stuffnet.local userhelper[63296]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:41:06 ovirteng.stuffnet.local userhelper[63296]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:43:06 ovirteng.stuffnet.local userhelper[63371]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:43:06 ovirteng.stuffnet.local userhelper[63371]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:45:08 ovirteng.stuffnet.local userhelper[63451]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:45:08 ovirteng.stuffnet.local userhelper[63451]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:45:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:45:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:45:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00594|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:45:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00595|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46992: receive error: Protocol error
Sep 30 04:45:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00596|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46992: connection dropped (Protocol error)
Sep 30 04:45:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:45:59] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:47:08 ovirteng.stuffnet.local userhelper[63532]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:47:08 ovirteng.stuffnet.local userhelper[63532]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:49:09 ovirteng.stuffnet.local userhelper[63608]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:49:09 ovirteng.stuffnet.local userhelper[63608]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:51:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:51:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:51:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00597|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:51:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00598|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47128: receive error: Protocol error
Sep 30 04:51:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00599|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47128: connection dropped (Protocol error)
Sep 30 04:51:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:51:03] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:51:10 ovirteng.stuffnet.local userhelper[63691]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:51:10 ovirteng.stuffnet.local userhelper[63691]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:53:10 ovirteng.stuffnet.local userhelper[63768]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:53:10 ovirteng.stuffnet.local userhelper[63768]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:55:11 ovirteng.stuffnet.local userhelper[63848]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:55:11 ovirteng.stuffnet.local userhelper[63848]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:56:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:56:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 04:56:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00600|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 04:56:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00601|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47256: receive error: Protocol error
Sep 30 04:56:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00602|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47256: connection dropped (Protocol error)
Sep 30 04:56:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 04:56:04] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 04:57:12 ovirteng.stuffnet.local userhelper[63927]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:57:12 ovirteng.stuffnet.local userhelper[63927]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 04:59:12 ovirteng.stuffnet.local userhelper[64005]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 04:59:12 ovirteng.stuffnet.local userhelper[64005]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 05:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 19 of user root.
-- Subject: Unit session-19.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-19.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 05:01:01 ovirteng.stuffnet.local CROND[64079]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 05:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[64082]: starting 0anacron
Sep 30 05:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[64088]: finished 0anacron
Sep 30 05:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 05:01:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:01:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00603|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00604|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47396: receive error: Protocol error
Sep 30 05:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00605|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47396: connection dropped (Protocol error)
Sep 30 05:01:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:01:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:01:13 ovirteng.stuffnet.local userhelper[64115]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:01:13 ovirteng.stuffnet.local userhelper[64115]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:03:14 ovirteng.stuffnet.local userhelper[64190]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:03:14 ovirteng.stuffnet.local userhelper[64190]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:05:15 ovirteng.stuffnet.local userhelper[64269]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:05:15 ovirteng.stuffnet.local userhelper[64269]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:06:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:06:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:06:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00606|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:06:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00607|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47530: receive error: Protocol error
Sep 30 05:06:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00608|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47530: connection dropped (Protocol error)
Sep 30 05:06:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:06:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:07:15 ovirteng.stuffnet.local userhelper[64344]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:07:15 ovirteng.stuffnet.local userhelper[64344]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:09:16 ovirteng.stuffnet.local userhelper[64420]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:09:16 ovirteng.stuffnet.local userhelper[64420]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:11:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:11:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00609|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00610|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47666: receive error: Protocol error
Sep 30 05:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00611|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47666: connection dropped (Protocol error)
Sep 30 05:11:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:11:06] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:11:18 ovirteng.stuffnet.local userhelper[64503]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:11:18 ovirteng.stuffnet.local userhelper[64503]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:13:19 ovirteng.stuffnet.local userhelper[64582]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:13:19 ovirteng.stuffnet.local userhelper[64582]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:15:19 ovirteng.stuffnet.local userhelper[64666]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:15:19 ovirteng.stuffnet.local userhelper[64666]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:16:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:16:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:16:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00612|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:16:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00613|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47802: receive error: Protocol error
Sep 30 05:16:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00614|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47802: connection dropped (Protocol error)
Sep 30 05:16:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:16:07] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:17:20 ovirteng.stuffnet.local userhelper[64745]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:17:20 ovirteng.stuffnet.local userhelper[64745]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:19:21 ovirteng.stuffnet.local userhelper[64821]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:19:21 ovirteng.stuffnet.local userhelper[64821]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:21:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:21:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00615|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00616|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47936: receive error: Protocol error
Sep 30 05:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00617|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47936: connection dropped (Protocol error)
Sep 30 05:21:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:21:08] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:21:21 ovirteng.stuffnet.local userhelper[64903]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:21:21 ovirteng.stuffnet.local userhelper[64903]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:23:22 ovirteng.stuffnet.local userhelper[64982]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:23:22 ovirteng.stuffnet.local userhelper[64982]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:25:23 ovirteng.stuffnet.local userhelper[65060]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:25:23 ovirteng.stuffnet.local userhelper[65060]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:26:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:26:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:26:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00618|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:26:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00619|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48070: receive error: Protocol error
Sep 30 05:26:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00620|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48070: connection dropped (Protocol error)
Sep 30 05:26:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:26:08] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:27:23 ovirteng.stuffnet.local userhelper[65140]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:27:23 ovirteng.stuffnet.local userhelper[65140]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:29:24 ovirteng.stuffnet.local userhelper[65218]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:29:24 ovirteng.stuffnet.local userhelper[65218]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:31:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:31:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:31:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00621|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:31:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00622|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48204: receive error: Protocol error
Sep 30 05:31:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00623|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48204: connection dropped (Protocol error)
Sep 30 05:31:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:31:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:31:25 ovirteng.stuffnet.local userhelper[65299]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:31:25 ovirteng.stuffnet.local userhelper[65299]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:33:25 ovirteng.stuffnet.local userhelper[65378]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:33:25 ovirteng.stuffnet.local userhelper[65378]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:35:26 ovirteng.stuffnet.local userhelper[65456]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:35:26 ovirteng.stuffnet.local userhelper[65456]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:36:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:36:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:36:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00624|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:36:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00625|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48336: receive error: Protocol error
Sep 30 05:36:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00626|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48336: connection dropped (Protocol error)
Sep 30 05:36:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:36:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:37:28 ovirteng.stuffnet.local userhelper[65533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:37:28 ovirteng.stuffnet.local userhelper[65533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:39:29 ovirteng.stuffnet.local userhelper[374]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:39:29 ovirteng.stuffnet.local userhelper[374]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:41:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:41:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:41:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00627|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:41:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00628|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48466: receive error: Protocol error
Sep 30 05:41:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00629|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48466: connection dropped (Protocol error)
Sep 30 05:41:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:41:10] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:41:29 ovirteng.stuffnet.local userhelper[456]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:41:29 ovirteng.stuffnet.local userhelper[456]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:43:30 ovirteng.stuffnet.local userhelper[533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:43:30 ovirteng.stuffnet.local userhelper[533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:45:31 ovirteng.stuffnet.local userhelper[624]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:45:31 ovirteng.stuffnet.local userhelper[624]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:46:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:46:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:46:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00630|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:46:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00631|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48600: receive error: Protocol error
Sep 30 05:46:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00632|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48600: connection dropped (Protocol error)
Sep 30 05:46:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:46:11] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:47:32 ovirteng.stuffnet.local userhelper[718]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:47:32 ovirteng.stuffnet.local userhelper[718]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:49:33 ovirteng.stuffnet.local userhelper[798]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:49:33 ovirteng.stuffnet.local userhelper[798]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:51:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:51:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:51:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00633|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:51:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00634|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48730: receive error: Protocol error
Sep 30 05:51:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00635|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48730: connection dropped (Protocol error)
Sep 30 05:51:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:51:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:51:33 ovirteng.stuffnet.local userhelper[883]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:51:33 ovirteng.stuffnet.local userhelper[883]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:53:34 ovirteng.stuffnet.local userhelper[962]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:53:34 ovirteng.stuffnet.local userhelper[962]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:55:35 ovirteng.stuffnet.local userhelper[1046]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:55:35 ovirteng.stuffnet.local userhelper[1046]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:56:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:56:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 05:56:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00636|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 05:56:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00637|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48858: receive error: Protocol error
Sep 30 05:56:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00638|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48858: connection dropped (Protocol error)
Sep 30 05:56:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 05:56:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 05:57:35 ovirteng.stuffnet.local userhelper[1132]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:57:35 ovirteng.stuffnet.local userhelper[1132]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 05:59:36 ovirteng.stuffnet.local userhelper[1264]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 05:59:36 ovirteng.stuffnet.local userhelper[1264]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 06:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 20 of user root.
-- Subject: Unit session-20.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-20.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 06:01:01 ovirteng.stuffnet.local CROND[1361]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[1364]: starting 0anacron
Sep 30 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[1373]: finished 0anacron
Sep 30 06:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 06:01:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:01:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:01:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00639|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:01:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00640|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48988: receive error: Protocol error
Sep 30 06:01:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00641|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48988: connection dropped (Protocol error)
Sep 30 06:01:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:01:13] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:01:37 ovirteng.stuffnet.local userhelper[1412]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:01:37 ovirteng.stuffnet.local userhelper[1412]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:03:37 ovirteng.stuffnet.local userhelper[1489]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:03:37 ovirteng.stuffnet.local userhelper[1489]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:05:38 ovirteng.stuffnet.local userhelper[1571]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:05:38 ovirteng.stuffnet.local userhelper[1571]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:06:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:06:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:06:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00642|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:06:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00643|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49118: receive error: Protocol error
Sep 30 06:06:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00644|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49118: connection dropped (Protocol error)
Sep 30 06:06:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:06:14] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:07:39 ovirteng.stuffnet.local userhelper[1654]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:07:39 ovirteng.stuffnet.local userhelper[1654]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:09:41 ovirteng.stuffnet.local userhelper[1738]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:09:41 ovirteng.stuffnet.local userhelper[1738]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:11:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:11:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:11:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00645|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:11:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00646|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49250: receive error: Protocol error
Sep 30 06:11:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00647|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49250: connection dropped (Protocol error)
Sep 30 06:11:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:11:14] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:11:42 ovirteng.stuffnet.local userhelper[1827]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:11:42 ovirteng.stuffnet.local userhelper[1827]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:13:42 ovirteng.stuffnet.local userhelper[1905]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:13:42 ovirteng.stuffnet.local userhelper[1905]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:15:43 ovirteng.stuffnet.local userhelper[1993]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:15:43 ovirteng.stuffnet.local userhelper[1993]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:16:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:16:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:16:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00648|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:16:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00649|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49384: receive error: Protocol error
Sep 30 06:16:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00650|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49384: connection dropped (Protocol error)
Sep 30 06:16:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:16:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:17:44 ovirteng.stuffnet.local userhelper[2078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:17:44 ovirteng.stuffnet.local userhelper[2078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:19:44 ovirteng.stuffnet.local userhelper[2153]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:19:44 ovirteng.stuffnet.local userhelper[2153]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:21:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:21:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00651|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00652|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49518: receive error: Protocol error
Sep 30 06:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00653|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49518: connection dropped (Protocol error)
Sep 30 06:21:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:21:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:21:46 ovirteng.stuffnet.local userhelper[2253]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:21:46 ovirteng.stuffnet.local userhelper[2253]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:23:46 ovirteng.stuffnet.local userhelper[2331]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:23:46 ovirteng.stuffnet.local userhelper[2331]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:25:47 ovirteng.stuffnet.local userhelper[2409]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:25:47 ovirteng.stuffnet.local userhelper[2409]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:26:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:26:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00654|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00655|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49652: receive error: Protocol error
Sep 30 06:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00656|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49652: connection dropped (Protocol error)
Sep 30 06:26:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:26:17] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:27:48 ovirteng.stuffnet.local userhelper[2492]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:27:48 ovirteng.stuffnet.local userhelper[2492]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:29:48 ovirteng.stuffnet.local userhelper[2590]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:29:48 ovirteng.stuffnet.local userhelper[2590]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:31:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:31:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:31:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00657|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:31:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00658|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49784: receive error: Protocol error
Sep 30 06:31:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00659|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49784: connection dropped (Protocol error)
Sep 30 06:31:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:31:18] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:31:49 ovirteng.stuffnet.local userhelper[2737]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:31:49 ovirteng.stuffnet.local userhelper[2737]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:33:50 ovirteng.stuffnet.local userhelper[2954]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:33:50 ovirteng.stuffnet.local userhelper[2954]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:35:50 ovirteng.stuffnet.local userhelper[3041]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:35:51 ovirteng.stuffnet.local userhelper[3041]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:36:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:36:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:36:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00660|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:36:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00661|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49914: receive error: Protocol error
Sep 30 06:36:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00662|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49914: connection dropped (Protocol error)
Sep 30 06:36:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:36:19] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:37:51 ovirteng.stuffnet.local userhelper[3116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:37:51 ovirteng.stuffnet.local userhelper[3116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:39:52 ovirteng.stuffnet.local userhelper[3193]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:39:52 ovirteng.stuffnet.local userhelper[3193]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:41:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:41:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:41:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00663|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:41:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00664|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50046: receive error: Protocol error
Sep 30 06:41:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00665|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50046: connection dropped (Protocol error)
Sep 30 06:41:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:41:20] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:41:53 ovirteng.stuffnet.local userhelper[3280]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:41:53 ovirteng.stuffnet.local userhelper[3280]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:43:53 ovirteng.stuffnet.local userhelper[3357]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:43:53 ovirteng.stuffnet.local userhelper[3357]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:45:54 ovirteng.stuffnet.local userhelper[3436]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:45:54 ovirteng.stuffnet.local userhelper[3436]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:46:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:46:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:46:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00666|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:46:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00667|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50180: receive error: Protocol error
Sep 30 06:46:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00668|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50180: connection dropped (Protocol error)
Sep 30 06:46:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:46:20] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:47:55 ovirteng.stuffnet.local userhelper[3516]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:47:55 ovirteng.stuffnet.local userhelper[3516]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:49:55 ovirteng.stuffnet.local userhelper[3596]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:49:55 ovirteng.stuffnet.local userhelper[3596]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:51:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:51:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:51:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00669|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:51:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00670|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50314: receive error: Protocol error
Sep 30 06:51:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00671|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50314: connection dropped (Protocol error)
Sep 30 06:51:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:51:21] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:51:56 ovirteng.stuffnet.local userhelper[3680]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:51:56 ovirteng.stuffnet.local userhelper[3680]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:53:57 ovirteng.stuffnet.local userhelper[3756]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:53:57 ovirteng.stuffnet.local userhelper[3756]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:55:57 ovirteng.stuffnet.local userhelper[3835]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:55:57 ovirteng.stuffnet.local userhelper[3835]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:56:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:56:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 06:56:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00672|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 06:56:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00673|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50446: receive error: Protocol error
Sep 30 06:56:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00674|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50446: connection dropped (Protocol error)
Sep 30 06:56:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 06:56:22] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 06:57:58 ovirteng.stuffnet.local userhelper[3913]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:57:58 ovirteng.stuffnet.local userhelper[3913]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 06:59:59 ovirteng.stuffnet.local userhelper[3988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 06:59:59 ovirteng.stuffnet.local userhelper[3988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 07:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 21 of user root.
-- Subject: Unit session-21.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-21.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 07:01:01 ovirteng.stuffnet.local CROND[4047]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[4050]: starting 0anacron
Sep 30 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[4056]: finished 0anacron
Sep 30 07:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 07:01:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:01:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:01:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00675|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:01:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00676|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50580: receive error: Protocol error
Sep 30 07:01:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00677|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50580: connection dropped (Protocol error)
Sep 30 07:01:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:01:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:02:00 ovirteng.stuffnet.local userhelper[4104]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:02:00 ovirteng.stuffnet.local userhelper[4104]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:04:00 ovirteng.stuffnet.local userhelper[4176]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:04:00 ovirteng.stuffnet.local userhelper[4176]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:06:01 ovirteng.stuffnet.local userhelper[4253]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:06:01 ovirteng.stuffnet.local userhelper[4253]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:06:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:06:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:06:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00678|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:06:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00679|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50710: receive error: Protocol error
Sep 30 07:06:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00680|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50710: connection dropped (Protocol error)
Sep 30 07:06:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:06:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:08:02 ovirteng.stuffnet.local userhelper[4333]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:08:02 ovirteng.stuffnet.local userhelper[4333]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:10:02 ovirteng.stuffnet.local userhelper[4411]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:10:02 ovirteng.stuffnet.local userhelper[4411]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:11:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:11:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00681|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00682|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50838: receive error: Protocol error
Sep 30 07:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00683|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50838: connection dropped (Protocol error)
Sep 30 07:11:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:11:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:12:03 ovirteng.stuffnet.local userhelper[4494]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:12:03 ovirteng.stuffnet.local userhelper[4494]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:14:04 ovirteng.stuffnet.local userhelper[4570]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:14:04 ovirteng.stuffnet.local userhelper[4570]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:16:04 ovirteng.stuffnet.local userhelper[4649]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:16:04 ovirteng.stuffnet.local userhelper[4649]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:16:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:16:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:16:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00684|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:16:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00685|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50968: receive error: Protocol error
Sep 30 07:16:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00686|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50968: connection dropped (Protocol error)
Sep 30 07:16:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:16:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:18:10 ovirteng.stuffnet.local userhelper[4743]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:18:10 ovirteng.stuffnet.local userhelper[4743]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:20:11 ovirteng.stuffnet.local userhelper[4818]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:20:11 ovirteng.stuffnet.local userhelper[4818]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:21:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:21:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:21:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00687|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:21:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00688|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51104: receive error: Protocol error
Sep 30 07:21:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00689|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51104: connection dropped (Protocol error)
Sep 30 07:21:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:21:27] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:22:12 ovirteng.stuffnet.local userhelper[4903]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:22:12 ovirteng.stuffnet.local userhelper[4903]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:24:12 ovirteng.stuffnet.local userhelper[4982]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:24:12 ovirteng.stuffnet.local userhelper[4982]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:26:13 ovirteng.stuffnet.local userhelper[5061]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:26:13 ovirteng.stuffnet.local userhelper[5061]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:26:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:26:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:26:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00690|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:26:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00691|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51236: receive error: Protocol error
Sep 30 07:26:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00692|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51236: connection dropped (Protocol error)
Sep 30 07:26:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:26:28] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:28:14 ovirteng.stuffnet.local userhelper[5144]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:28:14 ovirteng.stuffnet.local userhelper[5144]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:30:14 ovirteng.stuffnet.local userhelper[5223]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:30:14 ovirteng.stuffnet.local userhelper[5223]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:31:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:31:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:31:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00693|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:31:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00694|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51368: receive error: Protocol error
Sep 30 07:31:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00695|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51368: connection dropped (Protocol error)
Sep 30 07:31:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:31:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:32:15 ovirteng.stuffnet.local userhelper[5310]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:32:15 ovirteng.stuffnet.local userhelper[5310]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:34:16 ovirteng.stuffnet.local userhelper[5383]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:34:16 ovirteng.stuffnet.local userhelper[5383]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:36:16 ovirteng.stuffnet.local userhelper[5462]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:36:16 ovirteng.stuffnet.local userhelper[5462]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:36:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:36:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:36:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00696|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:36:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00697|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51500: receive error: Protocol error
Sep 30 07:36:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00698|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51500: connection dropped (Protocol error)
Sep 30 07:36:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:36:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:38:17 ovirteng.stuffnet.local userhelper[5538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:38:17 ovirteng.stuffnet.local userhelper[5538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:40:18 ovirteng.stuffnet.local userhelper[5614]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:40:18 ovirteng.stuffnet.local userhelper[5614]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:41:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:41:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:41:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00699|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:41:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00700|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51628: receive error: Protocol error
Sep 30 07:41:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00701|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51628: connection dropped (Protocol error)
Sep 30 07:41:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:41:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:42:19 ovirteng.stuffnet.local userhelper[5704]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:42:19 ovirteng.stuffnet.local userhelper[5704]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:44:19 ovirteng.stuffnet.local userhelper[5782]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:44:19 ovirteng.stuffnet.local userhelper[5782]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:46:20 ovirteng.stuffnet.local userhelper[5861]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:46:20 ovirteng.stuffnet.local userhelper[5861]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:46:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:46:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:46:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00702|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:46:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00703|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51762: receive error: Protocol error
Sep 30 07:46:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00704|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51762: connection dropped (Protocol error)
Sep 30 07:46:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:46:31] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:48:21 ovirteng.stuffnet.local userhelper[5945]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:48:21 ovirteng.stuffnet.local userhelper[5945]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:50:22 ovirteng.stuffnet.local userhelper[6021]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:50:22 ovirteng.stuffnet.local userhelper[6021]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:51:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:51:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:51:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00705|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:51:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00706|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51896: receive error: Protocol error
Sep 30 07:51:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00707|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51896: connection dropped (Protocol error)
Sep 30 07:51:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:51:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:52:23 ovirteng.stuffnet.local userhelper[6107]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:52:23 ovirteng.stuffnet.local userhelper[6107]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:54:23 ovirteng.stuffnet.local userhelper[6184]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:54:23 ovirteng.stuffnet.local userhelper[6184]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:56:24 ovirteng.stuffnet.local userhelper[6262]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:56:24 ovirteng.stuffnet.local userhelper[6262]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 07:56:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:56:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 07:56:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00708|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 07:56:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00709|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52028: receive error: Protocol error
Sep 30 07:56:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00710|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52028: connection dropped (Protocol error)
Sep 30 07:56:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 07:56:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 07:58:25 ovirteng.stuffnet.local userhelper[6344]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 07:58:25 ovirteng.stuffnet.local userhelper[6344]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:00:25 ovirteng.stuffnet.local userhelper[6432]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:00:25 ovirteng.stuffnet.local userhelper[6432]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 08:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 22 of user root.
-- Subject: Unit session-22.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-22.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 08:01:01 ovirteng.stuffnet.local CROND[6451]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[6454]: starting 0anacron
Sep 30 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[6460]: finished 0anacron
Sep 30 08:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 08:01:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:01:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:01:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00711|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:01:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00712|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52162: receive error: Protocol error
Sep 30 08:01:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00713|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52162: connection dropped (Protocol error)
Sep 30 08:01:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:01:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:02:26 ovirteng.stuffnet.local userhelper[6530]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:02:26 ovirteng.stuffnet.local userhelper[6530]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:04:27 ovirteng.stuffnet.local userhelper[6604]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:04:27 ovirteng.stuffnet.local userhelper[6604]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:06:29 ovirteng.stuffnet.local userhelper[6685]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:06:29 ovirteng.stuffnet.local userhelper[6685]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:06:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:06:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00714|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00715|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52294: receive error: Protocol error
Sep 30 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00716|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52294: connection dropped (Protocol error)
Sep 30 08:06:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:06:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:08:30 ovirteng.stuffnet.local userhelper[6759]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:08:30 ovirteng.stuffnet.local userhelper[6759]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:10:30 ovirteng.stuffnet.local userhelper[6833]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:10:30 ovirteng.stuffnet.local userhelper[6833]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:11:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:11:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:11:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00717|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:11:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00718|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52442: receive error: Protocol error
Sep 30 08:11:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00719|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52442: connection dropped (Protocol error)
Sep 30 08:11:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:11:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:12:31 ovirteng.stuffnet.local userhelper[6930]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:12:31 ovirteng.stuffnet.local userhelper[6930]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:14:32 ovirteng.stuffnet.local userhelper[7012]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:14:32 ovirteng.stuffnet.local userhelper[7012]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:16:33 ovirteng.stuffnet.local userhelper[7086]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:16:33 ovirteng.stuffnet.local userhelper[7086]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:16:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:16:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00720|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00721|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52544: receive error: Protocol error
Sep 30 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00722|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52544: connection dropped (Protocol error)
Sep 30 08:16:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:16:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:18:33 ovirteng.stuffnet.local userhelper[7171]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:18:33 ovirteng.stuffnet.local userhelper[7171]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:20:34 ovirteng.stuffnet.local userhelper[7245]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:20:34 ovirteng.stuffnet.local userhelper[7245]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:21:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:21:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:21:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00723|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:21:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00724|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52658: receive error: Protocol error
Sep 30 08:21:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00725|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52658: connection dropped (Protocol error)
Sep 30 08:21:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:21:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:22:35 ovirteng.stuffnet.local userhelper[7329]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:22:35 ovirteng.stuffnet.local userhelper[7329]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:24:35 ovirteng.stuffnet.local userhelper[7414]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:24:35 ovirteng.stuffnet.local userhelper[7414]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:26:36 ovirteng.stuffnet.local userhelper[7494]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:26:36 ovirteng.stuffnet.local userhelper[7494]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:26:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:26:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00726|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00727|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52794: receive error: Protocol error
Sep 30 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00728|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52794: connection dropped (Protocol error)
Sep 30 08:26:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:26:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:28:36 ovirteng.stuffnet.local userhelper[7577]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:28:36 ovirteng.stuffnet.local userhelper[7577]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:30:37 ovirteng.stuffnet.local userhelper[7653]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:30:37 ovirteng.stuffnet.local userhelper[7653]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:31:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:31:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:31:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00729|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:31:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00730|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52928: receive error: Protocol error
Sep 30 08:31:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00731|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52928: connection dropped (Protocol error)
Sep 30 08:31:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:31:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:32:38 ovirteng.stuffnet.local userhelper[7741]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:32:38 ovirteng.stuffnet.local userhelper[7741]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:34:39 ovirteng.stuffnet.local userhelper[7817]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:34:39 ovirteng.stuffnet.local userhelper[7817]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:36:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:36:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:36:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00732|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:36:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00733|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53058: receive error: Protocol error
Sep 30 08:36:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00734|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53058: connection dropped (Protocol error)
Sep 30 08:36:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:36:39] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:36:39 ovirteng.stuffnet.local userhelper[7902]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:36:39 ovirteng.stuffnet.local userhelper[7902]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:38:40 ovirteng.stuffnet.local userhelper[7978]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:38:40 ovirteng.stuffnet.local userhelper[7978]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:40:41 ovirteng.stuffnet.local userhelper[8055]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:40:41 ovirteng.stuffnet.local userhelper[8055]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:41:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:41:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:41:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00735|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:41:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00736|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53186: receive error: Protocol error
Sep 30 08:41:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00737|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53186: connection dropped (Protocol error)
Sep 30 08:41:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:41:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:42:41 ovirteng.stuffnet.local userhelper[8143]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:42:41 ovirteng.stuffnet.local userhelper[8143]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:44:42 ovirteng.stuffnet.local userhelper[8226]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:44:42 ovirteng.stuffnet.local userhelper[8226]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:46:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:46:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:46:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00738|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:46:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00739|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53318: receive error: Protocol error
Sep 30 08:46:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00740|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53318: connection dropped (Protocol error)
Sep 30 08:46:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:46:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:46:43 ovirteng.stuffnet.local userhelper[8309]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:46:43 ovirteng.stuffnet.local userhelper[8309]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:48:43 ovirteng.stuffnet.local userhelper[8393]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:48:43 ovirteng.stuffnet.local userhelper[8393]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:50:44 ovirteng.stuffnet.local userhelper[8468]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:50:44 ovirteng.stuffnet.local userhelper[8468]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:51:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:51:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:51:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00741|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:51:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00742|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53430: receive error: Protocol error
Sep 30 08:51:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00743|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53430: connection dropped (Protocol error)
Sep 30 08:51:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:51:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:52:45 ovirteng.stuffnet.local userhelper[8551]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:52:45 ovirteng.stuffnet.local userhelper[8551]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:54:45 ovirteng.stuffnet.local userhelper[8627]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:54:45 ovirteng.stuffnet.local userhelper[8627]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:56:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:56:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 08:56:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00744|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 08:56:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00745|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53492: receive error: Protocol error
Sep 30 08:56:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00746|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53492: connection dropped (Protocol error)
Sep 30 08:56:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 08:56:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 08:56:46 ovirteng.stuffnet.local userhelper[8711]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:56:46 ovirteng.stuffnet.local userhelper[8711]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 08:58:47 ovirteng.stuffnet.local userhelper[8785]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 08:58:47 ovirteng.stuffnet.local userhelper[8785]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:00:48 ovirteng.stuffnet.local userhelper[8870]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:00:48 ovirteng.stuffnet.local userhelper[8870]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 09:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 23 of user root.
-- Subject: Unit session-23.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-23.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 09:01:01 ovirteng.stuffnet.local CROND[8882]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[8885]: starting 0anacron
Sep 30 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[8891]: finished 0anacron
Sep 30 09:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 09:01:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:01:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:01:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00747|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:01:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00748|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53558: receive error: Protocol error
Sep 30 09:01:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00749|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53558: connection dropped (Protocol error)
Sep 30 09:01:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:01:43] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:02:49 ovirteng.stuffnet.local userhelper[8970]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:02:49 ovirteng.stuffnet.local userhelper[8970]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:04:50 ovirteng.stuffnet.local userhelper[9044]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:04:50 ovirteng.stuffnet.local userhelper[9044]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:06:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:06:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:06:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00750|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:06:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00751|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53620: receive error: Protocol error
Sep 30 09:06:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00752|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53620: connection dropped (Protocol error)
Sep 30 09:06:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:06:44] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:06:51 ovirteng.stuffnet.local userhelper[9130]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:06:51 ovirteng.stuffnet.local userhelper[9130]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:08:51 ovirteng.stuffnet.local userhelper[9208]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:08:51 ovirteng.stuffnet.local userhelper[9208]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:10:52 ovirteng.stuffnet.local userhelper[9284]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:10:52 ovirteng.stuffnet.local userhelper[9284]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:11:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:11:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:11:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00753|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:11:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00754|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53682: receive error: Protocol error
Sep 30 09:11:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00755|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53682: connection dropped (Protocol error)
Sep 30 09:11:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:11:44] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:12:53 ovirteng.stuffnet.local userhelper[9368]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:12:53 ovirteng.stuffnet.local userhelper[9368]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:14:53 ovirteng.stuffnet.local userhelper[9444]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:14:53 ovirteng.stuffnet.local userhelper[9444]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:16:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:16:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:16:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00756|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:16:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00757|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53744: receive error: Protocol error
Sep 30 09:16:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00758|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53744: connection dropped (Protocol error)
Sep 30 09:16:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:16:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:16:54 ovirteng.stuffnet.local userhelper[9528]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:16:54 ovirteng.stuffnet.local userhelper[9528]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:18:55 ovirteng.stuffnet.local userhelper[9604]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:18:55 ovirteng.stuffnet.local userhelper[9604]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:20:55 ovirteng.stuffnet.local userhelper[9679]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:20:55 ovirteng.stuffnet.local userhelper[9679]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:21:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:21:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00759|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00760|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53824: receive error: Protocol error
Sep 30 09:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00761|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53824: connection dropped (Protocol error)
Sep 30 09:21:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:21:46] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:22:56 ovirteng.stuffnet.local userhelper[9764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:22:56 ovirteng.stuffnet.local userhelper[9764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:24:57 ovirteng.stuffnet.local userhelper[9839]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:24:57 ovirteng.stuffnet.local userhelper[9839]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:26:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:26:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00762|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00763|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53950: receive error: Protocol error
Sep 30 09:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00764|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53950: connection dropped (Protocol error)
Sep 30 09:26:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:26:46] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:26:57 ovirteng.stuffnet.local userhelper[9924]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:26:57 ovirteng.stuffnet.local userhelper[9924]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:28:58 ovirteng.stuffnet.local userhelper[10000]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:28:58 ovirteng.stuffnet.local userhelper[10000]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:30:59 ovirteng.stuffnet.local userhelper[10077]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:30:59 ovirteng.stuffnet.local userhelper[10077]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:31:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:31:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00765|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00766|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54086: receive error: Protocol error
Sep 30 09:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00767|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54086: connection dropped (Protocol error)
Sep 30 09:31:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:31:47] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:32:59 ovirteng.stuffnet.local userhelper[10164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:32:59 ovirteng.stuffnet.local userhelper[10164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:35:00 ovirteng.stuffnet.local userhelper[10239]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:35:00 ovirteng.stuffnet.local userhelper[10239]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:36:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:36:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00768|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00769|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54214: receive error: Protocol error
Sep 30 09:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00770|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54214: connection dropped (Protocol error)
Sep 30 09:36:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:36:48] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:37:03 ovirteng.stuffnet.local userhelper[10324]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:37:03 ovirteng.stuffnet.local userhelper[10324]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:39:03 ovirteng.stuffnet.local userhelper[10396]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:39:03 ovirteng.stuffnet.local userhelper[10396]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:41:04 ovirteng.stuffnet.local userhelper[10473]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:41:04 ovirteng.stuffnet.local userhelper[10473]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:41:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:41:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:41:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00771|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:41:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00772|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54346: receive error: Protocol error
Sep 30 09:41:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00773|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54346: connection dropped (Protocol error)
Sep 30 09:41:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:41:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:43:05 ovirteng.stuffnet.local userhelper[10566]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:43:05 ovirteng.stuffnet.local userhelper[10566]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:45:05 ovirteng.stuffnet.local userhelper[10642]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:45:05 ovirteng.stuffnet.local userhelper[10642]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:46:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:46:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00774|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00775|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54476: receive error: Protocol error
Sep 30 09:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00776|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54476: connection dropped (Protocol error)
Sep 30 09:46:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:46:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:47:06 ovirteng.stuffnet.local userhelper[10726]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:47:06 ovirteng.stuffnet.local userhelper[10726]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:49:07 ovirteng.stuffnet.local userhelper[10800]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:49:07 ovirteng.stuffnet.local userhelper[10800]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:51:07 ovirteng.stuffnet.local userhelper[10875]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:51:07 ovirteng.stuffnet.local userhelper[10875]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:51:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:51:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:51:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00777|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:51:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00778|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54610: receive error: Protocol error
Sep 30 09:51:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00779|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54610: connection dropped (Protocol error)
Sep 30 09:51:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:51:50] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:53:08 ovirteng.stuffnet.local userhelper[10959]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:53:08 ovirteng.stuffnet.local userhelper[10959]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:55:09 ovirteng.stuffnet.local userhelper[11035]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:55:09 ovirteng.stuffnet.local userhelper[11035]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:56:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:56:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 09:56:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00780|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 09:56:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00781|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54742: receive error: Protocol error
Sep 30 09:56:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00782|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54742: connection dropped (Protocol error)
Sep 30 09:56:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 09:56:51] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 09:57:10 ovirteng.stuffnet.local userhelper[11119]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:57:10 ovirteng.stuffnet.local userhelper[11119]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 09:59:10 ovirteng.stuffnet.local userhelper[11194]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 09:59:10 ovirteng.stuffnet.local userhelper[11194]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 10:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 24 of user root.
-- Subject: Unit session-24.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-24.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 10:01:01 ovirteng.stuffnet.local CROND[11267]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[11270]: starting 0anacron
Sep 30 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[11276]: finished 0anacron
Sep 30 10:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 10:01:11 ovirteng.stuffnet.local userhelper[11297]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:01:11 ovirteng.stuffnet.local userhelper[11297]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:01:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:01:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:01:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00783|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:01:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00784|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54878: receive error: Protocol error
Sep 30 10:01:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00785|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54878: connection dropped (Protocol error)
Sep 30 10:01:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:01:51] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:03:12 ovirteng.stuffnet.local userhelper[11382]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:03:12 ovirteng.stuffnet.local userhelper[11382]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:05:12 ovirteng.stuffnet.local userhelper[11459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:05:12 ovirteng.stuffnet.local userhelper[11459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:06:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:06:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:06:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00786|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:06:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00787|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55012: receive error: Protocol error
Sep 30 10:06:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00788|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55012: connection dropped (Protocol error)
Sep 30 10:06:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:06:52] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:07:13 ovirteng.stuffnet.local userhelper[11546]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:07:13 ovirteng.stuffnet.local userhelper[11546]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:09:14 ovirteng.stuffnet.local userhelper[11627]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:09:14 ovirteng.stuffnet.local userhelper[11627]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:11:14 ovirteng.stuffnet.local userhelper[11703]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:11:14 ovirteng.stuffnet.local userhelper[11703]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:11:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:11:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:11:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00789|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:11:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00790|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55158: receive error: Protocol error
Sep 30 10:11:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00791|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55158: connection dropped (Protocol error)
Sep 30 10:11:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:11:53] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:13:15 ovirteng.stuffnet.local userhelper[11787]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:13:15 ovirteng.stuffnet.local userhelper[11787]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:15:16 ovirteng.stuffnet.local userhelper[11864]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:15:16 ovirteng.stuffnet.local userhelper[11864]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:16:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:16:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:16:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00792|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:16:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00793|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55290: receive error: Protocol error
Sep 30 10:16:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00794|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55290: connection dropped (Protocol error)
Sep 30 10:16:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:16:53] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:17:16 ovirteng.stuffnet.local userhelper[11949]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:17:16 ovirteng.stuffnet.local userhelper[11949]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:19:17 ovirteng.stuffnet.local userhelper[12024]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:19:17 ovirteng.stuffnet.local userhelper[12024]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:21:18 ovirteng.stuffnet.local userhelper[12098]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:21:18 ovirteng.stuffnet.local userhelper[12098]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:21:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:21:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:21:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00795|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:21:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00796|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55420: receive error: Protocol error
Sep 30 10:21:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00797|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55420: connection dropped (Protocol error)
Sep 30 10:21:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:21:54] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:23:18 ovirteng.stuffnet.local userhelper[12183]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:23:18 ovirteng.stuffnet.local userhelper[12183]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:25:19 ovirteng.stuffnet.local userhelper[12262]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:25:19 ovirteng.stuffnet.local userhelper[12262]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:26:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:26:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:26:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00798|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:26:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00799|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55550: receive error: Protocol error
Sep 30 10:26:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00800|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55550: connection dropped (Protocol error)
Sep 30 10:26:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:26:55] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:27:20 ovirteng.stuffnet.local userhelper[12345]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:27:20 ovirteng.stuffnet.local userhelper[12345]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:29:20 ovirteng.stuffnet.local userhelper[12426]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:29:20 ovirteng.stuffnet.local userhelper[12426]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:31:21 ovirteng.stuffnet.local userhelper[12504]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:31:21 ovirteng.stuffnet.local userhelper[12504]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:31:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:31:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:31:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00801|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:31:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00802|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55680: receive error: Protocol error
Sep 30 10:31:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00803|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55680: connection dropped (Protocol error)
Sep 30 10:31:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:31:55] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:33:22 ovirteng.stuffnet.local userhelper[12586]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:33:22 ovirteng.stuffnet.local userhelper[12586]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:35:23 ovirteng.stuffnet.local userhelper[12661]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:35:23 ovirteng.stuffnet.local userhelper[12661]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:36:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:36:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:36:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00804|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:36:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00805|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55810: receive error: Protocol error
Sep 30 10:36:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00806|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55810: connection dropped (Protocol error)
Sep 30 10:36:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:36:56] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:37:23 ovirteng.stuffnet.local userhelper[12742]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:37:23 ovirteng.stuffnet.local userhelper[12742]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:39:24 ovirteng.stuffnet.local userhelper[12818]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:39:24 ovirteng.stuffnet.local userhelper[12818]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:41:25 ovirteng.stuffnet.local userhelper[12892]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:41:25 ovirteng.stuffnet.local userhelper[12892]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:41:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:41:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:41:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00807|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:41:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00808|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55940: receive error: Protocol error
Sep 30 10:41:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00809|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55940: connection dropped (Protocol error)
Sep 30 10:41:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:41:57] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:43:25 ovirteng.stuffnet.local userhelper[12975]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:43:25 ovirteng.stuffnet.local userhelper[12975]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:45:26 ovirteng.stuffnet.local userhelper[13051]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:45:26 ovirteng.stuffnet.local userhelper[13051]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:46:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:46:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:46:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00810|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:46:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00811|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56070: receive error: Protocol error
Sep 30 10:46:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00812|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56070: connection dropped (Protocol error)
Sep 30 10:46:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:46:59] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:47:27 ovirteng.stuffnet.local userhelper[13135]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:47:27 ovirteng.stuffnet.local userhelper[13135]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:49:27 ovirteng.stuffnet.local userhelper[13211]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:49:27 ovirteng.stuffnet.local userhelper[13211]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:51:28 ovirteng.stuffnet.local userhelper[13288]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:51:28 ovirteng.stuffnet.local userhelper[13288]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:51:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:51:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:51:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00813|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:51:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00814|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56200: receive error: Protocol error
Sep 30 10:51:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00815|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56200: connection dropped (Protocol error)
Sep 30 10:51:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:51:59] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:53:29 ovirteng.stuffnet.local userhelper[13371]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:53:29 ovirteng.stuffnet.local userhelper[13371]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:55:29 ovirteng.stuffnet.local userhelper[13446]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:55:29 ovirteng.stuffnet.local userhelper[13446]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:57:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:57:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 10:57:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00816|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 10:57:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00817|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56332: receive error: Protocol error
Sep 30 10:57:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00818|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56332: connection dropped (Protocol error)
Sep 30 10:57:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 10:57:01] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 10:57:30 ovirteng.stuffnet.local userhelper[13533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:57:30 ovirteng.stuffnet.local userhelper[13533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 10:59:31 ovirteng.stuffnet.local userhelper[13606]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 10:59:31 ovirteng.stuffnet.local userhelper[13606]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 11:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 25 of user root.
-- Subject: Unit session-25.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-25.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 11:01:01 ovirteng.stuffnet.local CROND[13668]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 11:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[13672]: starting 0anacron
Sep 30 11:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[13678]: finished 0anacron
Sep 30 11:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 11:01:31 ovirteng.stuffnet.local userhelper[13707]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:01:31 ovirteng.stuffnet.local userhelper[13707]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:02:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:02:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:02:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00819|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:02:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00820|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56470: receive error: Protocol error
Sep 30 11:02:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00821|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56470: connection dropped (Protocol error)
Sep 30 11:02:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:02:02] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:03:32 ovirteng.stuffnet.local userhelper[13791]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:03:32 ovirteng.stuffnet.local userhelper[13791]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:05:33 ovirteng.stuffnet.local userhelper[13866]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:05:33 ovirteng.stuffnet.local userhelper[13866]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:07:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:07:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:07:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00822|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:07:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00823|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56600: receive error: Protocol error
Sep 30 11:07:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00824|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56600: connection dropped (Protocol error)
Sep 30 11:07:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:07:02] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:07:34 ovirteng.stuffnet.local userhelper[13952]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:07:34 ovirteng.stuffnet.local userhelper[13952]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:09:34 ovirteng.stuffnet.local userhelper[14027]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:09:34 ovirteng.stuffnet.local userhelper[14027]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:11:35 ovirteng.stuffnet.local userhelper[14102]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:11:35 ovirteng.stuffnet.local userhelper[14102]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:12:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:12:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:12:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00825|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:12:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00826|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56730: receive error: Protocol error
Sep 30 11:12:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00827|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56730: connection dropped (Protocol error)
Sep 30 11:12:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:12:03] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:13:36 ovirteng.stuffnet.local userhelper[14185]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:13:36 ovirteng.stuffnet.local userhelper[14185]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:15:36 ovirteng.stuffnet.local userhelper[14258]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:15:36 ovirteng.stuffnet.local userhelper[14258]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:17:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:17:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:17:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00828|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:17:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00829|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56858: receive error: Protocol error
Sep 30 11:17:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00830|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56858: connection dropped (Protocol error)
Sep 30 11:17:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:17:04] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:17:37 ovirteng.stuffnet.local userhelper[14342]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:17:37 ovirteng.stuffnet.local userhelper[14342]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:19:38 ovirteng.stuffnet.local userhelper[14428]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:19:38 ovirteng.stuffnet.local userhelper[14428]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:21:38 ovirteng.stuffnet.local userhelper[14502]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:21:38 ovirteng.stuffnet.local userhelper[14502]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:22:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:22:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:22:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00831|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:22:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00832|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56988: receive error: Protocol error
Sep 30 11:22:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00833|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56988: connection dropped (Protocol error)
Sep 30 11:22:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:22:04] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:23:39 ovirteng.stuffnet.local userhelper[14587]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:23:39 ovirteng.stuffnet.local userhelper[14587]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:25:40 ovirteng.stuffnet.local userhelper[14664]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:25:40 ovirteng.stuffnet.local userhelper[14664]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:27:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:27:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:27:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00834|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:27:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00835|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57128: receive error: Protocol error
Sep 30 11:27:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00836|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57128: connection dropped (Protocol error)
Sep 30 11:27:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:27:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:27:41 ovirteng.stuffnet.local userhelper[14748]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:27:41 ovirteng.stuffnet.local userhelper[14748]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:29:42 ovirteng.stuffnet.local userhelper[14825]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:29:42 ovirteng.stuffnet.local userhelper[14825]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:31:42 ovirteng.stuffnet.local userhelper[14902]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:31:42 ovirteng.stuffnet.local userhelper[14902]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:32:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:32:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:32:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00837|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:32:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00838|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57254: receive error: Protocol error
Sep 30 11:32:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00839|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57254: connection dropped (Protocol error)
Sep 30 11:32:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:32:06] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:33:43 ovirteng.stuffnet.local userhelper[14987]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:33:43 ovirteng.stuffnet.local userhelper[14987]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:35:44 ovirteng.stuffnet.local userhelper[15063]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:35:44 ovirteng.stuffnet.local userhelper[15063]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:37:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:37:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:37:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00840|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:37:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00841|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57390: receive error: Protocol error
Sep 30 11:37:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00842|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57390: connection dropped (Protocol error)
Sep 30 11:37:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:37:06] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:37:44 ovirteng.stuffnet.local userhelper[15145]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:37:44 ovirteng.stuffnet.local userhelper[15145]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:39:45 ovirteng.stuffnet.local userhelper[15224]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:39:45 ovirteng.stuffnet.local userhelper[15224]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:41:46 ovirteng.stuffnet.local userhelper[15300]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:41:46 ovirteng.stuffnet.local userhelper[15300]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:42:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:42:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:42:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00843|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:42:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00844|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57524: receive error: Protocol error
Sep 30 11:42:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00845|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57524: connection dropped (Protocol error)
Sep 30 11:42:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:42:07] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:43:46 ovirteng.stuffnet.local userhelper[15388]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:43:46 ovirteng.stuffnet.local userhelper[15388]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:45:47 ovirteng.stuffnet.local userhelper[15464]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:45:47 ovirteng.stuffnet.local userhelper[15464]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:47:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:47:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:47:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00846|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:47:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00847|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57654: receive error: Protocol error
Sep 30 11:47:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00848|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57654: connection dropped (Protocol error)
Sep 30 11:47:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:47:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:47:50 ovirteng.stuffnet.local userhelper[15550]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:47:50 ovirteng.stuffnet.local userhelper[15550]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:49:51 ovirteng.stuffnet.local userhelper[15623]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:49:51 ovirteng.stuffnet.local userhelper[15623]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:51:52 ovirteng.stuffnet.local userhelper[15705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:51:52 ovirteng.stuffnet.local userhelper[15705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:52:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:52:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:52:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00849|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:52:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00850|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57782: receive error: Protocol error
Sep 30 11:52:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00851|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57782: connection dropped (Protocol error)
Sep 30 11:52:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:52:10] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:53:52 ovirteng.stuffnet.local userhelper[15789]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:53:52 ovirteng.stuffnet.local userhelper[15789]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:55:53 ovirteng.stuffnet.local userhelper[15865]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:55:53 ovirteng.stuffnet.local userhelper[15865]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:57:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:57:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 11:57:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00852|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 11:57:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00853|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57916: receive error: Protocol error
Sep 30 11:57:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00854|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57916: connection dropped (Protocol error)
Sep 30 11:57:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 11:57:11] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 11:57:54 ovirteng.stuffnet.local userhelper[15953]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:57:54 ovirteng.stuffnet.local userhelper[15953]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 11:59:55 ovirteng.stuffnet.local userhelper[16028]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 11:59:55 ovirteng.stuffnet.local userhelper[16028]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 12:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 26 of user root.
-- Subject: Unit session-26.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-26.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 12:01:01 ovirteng.stuffnet.local CROND[16084]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[16087]: starting 0anacron
Sep 30 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[16093]: finished 0anacron
Sep 30 12:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 12:01:55 ovirteng.stuffnet.local userhelper[16132]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:01:55 ovirteng.stuffnet.local userhelper[16132]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:02:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:02:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:02:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00855|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:02:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00856|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58020: receive error: Protocol error
Sep 30 12:02:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00857|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58020: connection dropped (Protocol error)
Sep 30 12:02:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:02:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:03:56 ovirteng.stuffnet.local userhelper[16220]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:03:56 ovirteng.stuffnet.local userhelper[16220]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:05:57 ovirteng.stuffnet.local userhelper[16295]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:05:57 ovirteng.stuffnet.local userhelper[16295]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:07:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:07:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:07:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00858|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:07:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00859|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58120: receive error: Protocol error
Sep 30 12:07:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00860|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58120: connection dropped (Protocol error)
Sep 30 12:07:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:07:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:07:57 ovirteng.stuffnet.local userhelper[16387]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:07:57 ovirteng.stuffnet.local userhelper[16387]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:09:58 ovirteng.stuffnet.local userhelper[16461]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:09:58 ovirteng.stuffnet.local userhelper[16461]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:11:59 ovirteng.stuffnet.local userhelper[16538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:11:59 ovirteng.stuffnet.local userhelper[16538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:12:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:12:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:12:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00861|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:12:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00862|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58230: receive error: Protocol error
Sep 30 12:12:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00863|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58230: connection dropped (Protocol error)
Sep 30 12:12:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:12:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:14:00 ovirteng.stuffnet.local userhelper[16626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:14:00 ovirteng.stuffnet.local userhelper[16626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:16:00 ovirteng.stuffnet.local userhelper[16704]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:16:00 ovirteng.stuffnet.local userhelper[16704]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:17:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:17:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:17:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00864|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:17:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00865|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58356: receive error: Protocol error
Sep 30 12:17:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00866|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58356: connection dropped (Protocol error)
Sep 30 12:17:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:17:18] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:18:01 ovirteng.stuffnet.local userhelper[16789]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:18:01 ovirteng.stuffnet.local userhelper[16789]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:20:02 ovirteng.stuffnet.local userhelper[16872]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:20:02 ovirteng.stuffnet.local userhelper[16872]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:22:03 ovirteng.stuffnet.local userhelper[16948]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:22:03 ovirteng.stuffnet.local userhelper[16948]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:22:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:22:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:22:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00867|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:22:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00868|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58472: receive error: Protocol error
Sep 30 12:22:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00869|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58472: connection dropped (Protocol error)
Sep 30 12:22:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:22:19] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00870|timeval|WARN|Unreasonably long 1365ms poll interval (1ms user, 4ms system)
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00871|timeval|WARN|faults: 1 minor, 0 major
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00872|timeval|WARN|disk: 0 reads, 24 writes
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00873|timeval|WARN|context switches: 9 voluntary, 0 involuntary
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00874|coverage|INFO|Event coverage, avg rate over last: 5 seconds, last minute, last hour, hash=75b27ee2:
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00875|coverage|INFO|hmap_pathological 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00876|coverage|INFO|hmap_expand 35.2/sec 8.683/sec 3.8483/sec total: 330280
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00877|coverage|INFO|lockfile_lock 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00878|coverage|INFO|poll_create_node 6.8/sec 7.367/sec 7.0583/sec total: 613815
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00879|coverage|INFO|poll_zero_timeout 0.4/sec 0.433/sec 0.4033/sec total: 34809
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00880|coverage|INFO|seq_change 0.0/sec 0.000/sec 0.0000/sec total: 3
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00881|coverage|INFO|pstream_open 0.0/sec 0.000/sec 0.0000/sec total: 3
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00882|coverage|INFO|unixctl_received 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00883|coverage|INFO|unixctl_replied 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00884|coverage|INFO|util_xalloc 640.2/sec 182.367/sec 98.2836/sec total: 8468602
Sep 30 12:23:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00885|coverage|INFO|68 events never hit
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00092|timeval|WARN|Unreasonably long 1203ms poll interval (3ms user, 1ms system)
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00093|timeval|WARN|faults: 11 minor, 0 major
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00094|timeval|WARN|disk: 0 reads, 24 writes
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00095|timeval|WARN|context switches: 10 voluntary, 0 involuntary
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00096|coverage|INFO|Event coverage, avg rate over last: 5 seconds, last minute, last hour, hash=27e3f641:
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00097|coverage|INFO|hmap_pathological 0.0/sec 0.000/sec 0.0000/sec total: 30
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00098|coverage|INFO|hmap_expand 36.4/sec 6.333/sec 4.4589/sec total: 343011
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00099|coverage|INFO|lockfile_lock 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00100|coverage|INFO|poll_create_node 6.4/sec 6.217/sec 9.1069/sec total: 653000
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00101|coverage|INFO|poll_zero_timeout 0.4/sec 0.450/sec 0.5719/sec total: 44314
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00102|coverage|INFO|seq_change 0.0/sec 0.000/sec 0.0000/sec total: 3
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00103|coverage|INFO|pstream_open 0.0/sec 0.000/sec 0.0000/sec total: 3
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00104|coverage|INFO|unixctl_received 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00105|coverage|INFO|unixctl_replied 0.0/sec 0.000/sec 0.0000/sec total: 1
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00106|coverage|INFO|util_xalloc 688.4/sec 146.283/sec 118.5647/sec total: 9227898
Sep 30 12:23:07 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00107|coverage|INFO|68 events never hit
Sep 30 12:24:03 ovirteng.stuffnet.local userhelper[17035]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:24:03 ovirteng.stuffnet.local userhelper[17035]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:26:04 ovirteng.stuffnet.local userhelper[17113]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:26:04 ovirteng.stuffnet.local userhelper[17113]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:27:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:27:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:27:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00886|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:27:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00887|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58598: receive error: Protocol error
Sep 30 12:27:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00888|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58598: connection dropped (Protocol error)
Sep 30 12:27:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:27:19] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:28:05 ovirteng.stuffnet.local userhelper[17197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:28:05 ovirteng.stuffnet.local userhelper[17197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:30:06 ovirteng.stuffnet.local userhelper[17285]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:30:06 ovirteng.stuffnet.local userhelper[17285]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:32:06 ovirteng.stuffnet.local userhelper[17363]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:32:06 ovirteng.stuffnet.local userhelper[17363]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:32:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:32:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:32:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00889|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:32:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00890|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58722: receive error: Protocol error
Sep 30 12:32:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00891|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58722: connection dropped (Protocol error)
Sep 30 12:32:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:32:20] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:34:07 ovirteng.stuffnet.local userhelper[17448]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:34:07 ovirteng.stuffnet.local userhelper[17448]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:35:53 ovirteng.stuffnet.local systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has begun starting up.
Sep 30 12:35:58 ovirteng.stuffnet.local systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has finished starting up.
--
-- The start-up result is done.
Sep 30 12:36:08 ovirteng.stuffnet.local userhelper[17528]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:36:08 ovirteng.stuffnet.local userhelper[17528]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:37:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:37:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:37:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00892|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:37:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00893|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58846: receive error: Protocol error
Sep 30 12:37:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00894|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58846: connection dropped (Protocol error)
Sep 30 12:37:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:37:20] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:38:08 ovirteng.stuffnet.local userhelper[17617]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:38:08 ovirteng.stuffnet.local userhelper[17617]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:40:09 ovirteng.stuffnet.local userhelper[17701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:40:09 ovirteng.stuffnet.local userhelper[17701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:42:10 ovirteng.stuffnet.local userhelper[17860]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:42:10 ovirteng.stuffnet.local userhelper[17860]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:42:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:42:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:42:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00895|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:42:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00896|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58968: receive error: Protocol error
Sep 30 12:42:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00897|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58968: connection dropped (Protocol error)
Sep 30 12:42:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:42:21] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:44:11 ovirteng.stuffnet.local userhelper[18023]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:44:11 ovirteng.stuffnet.local userhelper[18023]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:46:11 ovirteng.stuffnet.local userhelper[18101]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:46:11 ovirteng.stuffnet.local userhelper[18101]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:47:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:47:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:47:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00898|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:47:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00899|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59084: receive error: Protocol error
Sep 30 12:47:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00900|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59084: connection dropped (Protocol error)
Sep 30 12:47:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:47:22] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:48:12 ovirteng.stuffnet.local userhelper[18189]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:48:12 ovirteng.stuffnet.local userhelper[18189]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:50:13 ovirteng.stuffnet.local userhelper[18267]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:50:13 ovirteng.stuffnet.local userhelper[18267]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:52:14 ovirteng.stuffnet.local userhelper[18346]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:52:14 ovirteng.stuffnet.local userhelper[18346]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:52:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:52:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00901|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00902|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59176: receive error: Protocol error
Sep 30 12:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00903|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59176: connection dropped (Protocol error)
Sep 30 12:52:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:52:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:54:14 ovirteng.stuffnet.local userhelper[18413]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:54:14 ovirteng.stuffnet.local userhelper[18413]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:56:15 ovirteng.stuffnet.local userhelper[18487]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:56:15 ovirteng.stuffnet.local userhelper[18487]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 12:57:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:57:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 12:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00904|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 12:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00905|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59292: receive error: Protocol error
Sep 30 12:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00906|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59292: connection dropped (Protocol error)
Sep 30 12:57:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 12:57:24] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 12:58:16 ovirteng.stuffnet.local userhelper[18572]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 12:58:16 ovirteng.stuffnet.local userhelper[18572]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:00:17 ovirteng.stuffnet.local userhelper[18660]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:00:17 ovirteng.stuffnet.local userhelper[18660]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 13:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 27 of user root.
-- Subject: Unit session-27.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-27.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 13:01:01 ovirteng.stuffnet.local CROND[18683]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 13:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[18686]: starting 0anacron
Sep 30 13:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[18692]: finished 0anacron
Sep 30 13:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 13:02:18 ovirteng.stuffnet.local userhelper[18753]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:02:18 ovirteng.stuffnet.local userhelper[18753]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:02:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:02:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00907|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00908|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59416: receive error: Protocol error
Sep 30 13:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00909|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59416: connection dropped (Protocol error)
Sep 30 13:02:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:02:24] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:04:18 ovirteng.stuffnet.local userhelper[18834]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:04:18 ovirteng.stuffnet.local userhelper[18834]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:06:19 ovirteng.stuffnet.local userhelper[18893]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:06:19 ovirteng.stuffnet.local userhelper[18893]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:07:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:07:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:07:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00910|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:07:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00911|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59506: receive error: Protocol error
Sep 30 13:07:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00912|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59506: connection dropped (Protocol error)
Sep 30 13:07:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:07:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:08:20 ovirteng.stuffnet.local userhelper[18961]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:08:20 ovirteng.stuffnet.local userhelper[18961]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:10:20 ovirteng.stuffnet.local userhelper[19022]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:10:20 ovirteng.stuffnet.local userhelper[19022]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:12:21 ovirteng.stuffnet.local userhelper[19081]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:12:21 ovirteng.stuffnet.local userhelper[19081]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:12:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:12:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:12:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00913|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:12:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00914|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59568: receive error: Protocol error
Sep 30 13:12:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00915|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59568: connection dropped (Protocol error)
Sep 30 13:12:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:12:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:14:22 ovirteng.stuffnet.local userhelper[19150]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:14:22 ovirteng.stuffnet.local userhelper[19150]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:16:22 ovirteng.stuffnet.local userhelper[19209]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:16:22 ovirteng.stuffnet.local userhelper[19209]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:17:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:17:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:17:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00916|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:17:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00917|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59632: receive error: Protocol error
Sep 30 13:17:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00918|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59632: connection dropped (Protocol error)
Sep 30 13:17:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:17:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:18:23 ovirteng.stuffnet.local userhelper[19276]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:18:23 ovirteng.stuffnet.local userhelper[19276]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:20:24 ovirteng.stuffnet.local userhelper[19336]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:20:24 ovirteng.stuffnet.local userhelper[19336]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:22:24 ovirteng.stuffnet.local userhelper[19397]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:22:24 ovirteng.stuffnet.local userhelper[19397]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:22:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:22:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00919|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00920|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59710: receive error: Protocol error
Sep 30 13:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00921|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59710: connection dropped (Protocol error)
Sep 30 13:22:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:22:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:24:25 ovirteng.stuffnet.local userhelper[19472]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:24:25 ovirteng.stuffnet.local userhelper[19472]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:26:26 ovirteng.stuffnet.local userhelper[19548]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:26:26 ovirteng.stuffnet.local userhelper[19548]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:27:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:27:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:27:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00922|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:27:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00923|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59804: receive error: Protocol error
Sep 30 13:27:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00924|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59804: connection dropped (Protocol error)
Sep 30 13:27:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:27:27] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:28:27 ovirteng.stuffnet.local userhelper[19632]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:28:27 ovirteng.stuffnet.local userhelper[19632]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:30:27 ovirteng.stuffnet.local userhelper[19708]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:30:27 ovirteng.stuffnet.local userhelper[19708]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:32:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:32:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:32:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00925|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:32:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00926|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59896: receive error: Protocol error
Sep 30 13:32:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00927|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59896: connection dropped (Protocol error)
Sep 30 13:32:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:32:27] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:32:28 ovirteng.stuffnet.local userhelper[19790]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:32:28 ovirteng.stuffnet.local userhelper[19790]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:34:29 ovirteng.stuffnet.local userhelper[19870]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:34:29 ovirteng.stuffnet.local userhelper[19870]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:36:29 ovirteng.stuffnet.local userhelper[19947]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:36:29 ovirteng.stuffnet.local userhelper[19947]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:37:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:37:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:37:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00928|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:37:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00929|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59968: receive error: Protocol error
Sep 30 13:37:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00930|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59968: connection dropped (Protocol error)
Sep 30 13:37:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:37:28] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:38:30 ovirteng.stuffnet.local userhelper[20031]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:38:30 ovirteng.stuffnet.local userhelper[20031]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:39:45 ovirteng.stuffnet.local userhelper[20079]: pam_succeed_if(ovirt-flush-caches:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:39:45 ovirteng.stuffnet.local userhelper[20079]: running '/usr/share/ovirt-guest-agent/scripts/hooks/defaults/flush-caches' with root privileges on behalf of 'ovirtagent'
Sep 30 13:39:46 ovirteng.stuffnet.local kernel: flush-caches (20079): drop_caches: 3
Sep 30 13:40:32 ovirteng.stuffnet.local userhelper[20110]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:40:32 ovirteng.stuffnet.local userhelper[20110]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:41:41 ovirteng.stuffnet.local userhelper[20143]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:41:41 ovirteng.stuffnet.local userhelper[20143]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:42:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:42:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:42:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00931|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:42:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00932|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60062: receive error: Protocol error
Sep 30 13:42:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00933|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60062: connection dropped (Protocol error)
Sep 30 13:42:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:42:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:42:33 ovirteng.stuffnet.local userhelper[20187]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:42:33 ovirteng.stuffnet.local userhelper[20187]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:44:33 ovirteng.stuffnet.local userhelper[20259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:44:33 ovirteng.stuffnet.local userhelper[20259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:45:51 ovirteng.stuffnet.local chronyd[1307]: Selected source 64.79.100.197
Sep 30 13:46:34 ovirteng.stuffnet.local userhelper[20320]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:46:34 ovirteng.stuffnet.local userhelper[20320]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:46:56 ovirteng.stuffnet.local chronyd[1307]: Source 199.102.46.74 replaced with 198.58.105.63
Sep 30 13:47:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:47:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:47:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00934|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:47:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00935|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60134: receive error: Protocol error
Sep 30 13:47:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00936|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60134: connection dropped (Protocol error)
Sep 30 13:47:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:47:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:48:34 ovirteng.stuffnet.local userhelper[20390]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:48:34 ovirteng.stuffnet.local userhelper[20390]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:50:35 ovirteng.stuffnet.local userhelper[20467]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:50:35 ovirteng.stuffnet.local userhelper[20467]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:52:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:52:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:52:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00937|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:52:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00938|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60248: receive error: Protocol error
Sep 30 13:52:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00939|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60248: connection dropped (Protocol error)
Sep 30 13:52:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:52:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:52:35 ovirteng.stuffnet.local userhelper[20537]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:52:35 ovirteng.stuffnet.local userhelper[20537]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:54:35 ovirteng.stuffnet.local userhelper[20601]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:54:35 ovirteng.stuffnet.local userhelper[20601]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:56:21 ovirteng.stuffnet.local chronyd[1307]: Can't synchronise: no majority
Sep 30 13:56:36 ovirteng.stuffnet.local userhelper[20665]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:56:36 ovirteng.stuffnet.local userhelper[20665]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 13:56:49 ovirteng.stuffnet.local chronyd[1307]: Selected source 64.79.100.197
Sep 30 13:57:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:57:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 13:57:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00940|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 13:57:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00941|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60332: receive error: Protocol error
Sep 30 13:57:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00942|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60332: connection dropped (Protocol error)
Sep 30 13:57:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 13:57:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 13:58:36 ovirteng.stuffnet.local userhelper[20735]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 13:58:36 ovirteng.stuffnet.local userhelper[20735]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:00:36 ovirteng.stuffnet.local userhelper[20807]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:00:36 ovirteng.stuffnet.local userhelper[20807]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:01:02 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 14:01:02 ovirteng.stuffnet.local systemd[1]: Started Session 28 of user root.
-- Subject: Unit session-28.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-28.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 14:01:02 ovirteng.stuffnet.local CROND[20815]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 14:01:03 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[20818]: starting 0anacron
Sep 30 14:01:03 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[20824]: finished 0anacron
Sep 30 14:01:03 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 14:02:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:02:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:02:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00943|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:02:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00944|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60398: receive error: Protocol error
Sep 30 14:02:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00945|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60398: connection dropped (Protocol error)
Sep 30 14:02:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:02:30] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:02:37 ovirteng.stuffnet.local userhelper[20887]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:02:37 ovirteng.stuffnet.local userhelper[20887]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:04:37 ovirteng.stuffnet.local userhelper[20949]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:04:37 ovirteng.stuffnet.local userhelper[20949]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:06:38 ovirteng.stuffnet.local userhelper[21009]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:06:38 ovirteng.stuffnet.local userhelper[21009]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:07:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:07:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:07:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00946|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:07:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00947|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60460: receive error: Protocol error
Sep 30 14:07:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00948|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60460: connection dropped (Protocol error)
Sep 30 14:07:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:07:31] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:08:38 ovirteng.stuffnet.local userhelper[21076]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:08:38 ovirteng.stuffnet.local userhelper[21076]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:10:38 ovirteng.stuffnet.local userhelper[21137]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:10:38 ovirteng.stuffnet.local userhelper[21137]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:12:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:12:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:12:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00949|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:12:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00950|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60540: receive error: Protocol error
Sep 30 14:12:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00951|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60540: connection dropped (Protocol error)
Sep 30 14:12:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:12:31] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:12:39 ovirteng.stuffnet.local userhelper[21203]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:12:39 ovirteng.stuffnet.local userhelper[21203]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:14:39 ovirteng.stuffnet.local userhelper[21267]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:14:39 ovirteng.stuffnet.local userhelper[21267]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:16:40 ovirteng.stuffnet.local userhelper[21326]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:16:40 ovirteng.stuffnet.local userhelper[21326]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:17:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:17:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:17:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00952|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:17:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00953|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60658: receive error: Protocol error
Sep 30 14:17:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00954|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60658: connection dropped (Protocol error)
Sep 30 14:17:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:17:31] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:18:40 ovirteng.stuffnet.local userhelper[21393]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:18:40 ovirteng.stuffnet.local userhelper[21393]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:20:40 ovirteng.stuffnet.local userhelper[21454]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:20:40 ovirteng.stuffnet.local userhelper[21454]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:22:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:22:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:22:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00955|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:22:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00956|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60776: receive error: Protocol error
Sep 30 14:22:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00957|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60776: connection dropped (Protocol error)
Sep 30 14:22:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:22:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:22:41 ovirteng.stuffnet.local userhelper[21519]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:22:41 ovirteng.stuffnet.local userhelper[21519]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:24:41 ovirteng.stuffnet.local userhelper[21581]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:24:41 ovirteng.stuffnet.local userhelper[21581]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:26:42 ovirteng.stuffnet.local userhelper[21641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:26:42 ovirteng.stuffnet.local userhelper[21641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:27:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:27:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:27:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00958|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:27:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00959|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60894: receive error: Protocol error
Sep 30 14:27:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00960|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60894: connection dropped (Protocol error)
Sep 30 14:27:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:27:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:28:42 ovirteng.stuffnet.local userhelper[21708]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:28:42 ovirteng.stuffnet.local userhelper[21708]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:30:42 ovirteng.stuffnet.local userhelper[21769]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:30:42 ovirteng.stuffnet.local userhelper[21769]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:32:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:32:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:32:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00961|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:32:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00962|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:32780: receive error: Protocol error
Sep 30 14:32:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00963|reconnect|WARN|ssl:[::ffff:127.0.0.1]:32780: connection dropped (Protocol error)
Sep 30 14:32:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:32:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:32:43 ovirteng.stuffnet.local userhelper[21833]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:32:43 ovirteng.stuffnet.local userhelper[21833]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:34:43 ovirteng.stuffnet.local userhelper[21896]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:34:43 ovirteng.stuffnet.local userhelper[21896]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:36:43 ovirteng.stuffnet.local userhelper[21955]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:36:43 ovirteng.stuffnet.local userhelper[21955]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:37:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:37:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:37:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00964|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:37:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00965|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:32898: receive error: Protocol error
Sep 30 14:37:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00966|reconnect|WARN|ssl:[::ffff:127.0.0.1]:32898: connection dropped (Protocol error)
Sep 30 14:37:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:37:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:38:44 ovirteng.stuffnet.local userhelper[22023]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:38:44 ovirteng.stuffnet.local userhelper[22023]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:40:44 ovirteng.stuffnet.local userhelper[22083]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:40:44 ovirteng.stuffnet.local userhelper[22083]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:42:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:42:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:42:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00967|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:42:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00968|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33016: receive error: Protocol error
Sep 30 14:42:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00969|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33016: connection dropped (Protocol error)
Sep 30 14:42:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:42:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:42:45 ovirteng.stuffnet.local userhelper[22148]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:42:45 ovirteng.stuffnet.local userhelper[22148]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:44:45 ovirteng.stuffnet.local userhelper[22215]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:44:45 ovirteng.stuffnet.local userhelper[22215]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:46:45 ovirteng.stuffnet.local userhelper[22275]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:46:45 ovirteng.stuffnet.local userhelper[22275]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:47:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:47:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:47:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00970|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:47:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00971|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33134: receive error: Protocol error
Sep 30 14:47:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00972|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33134: connection dropped (Protocol error)
Sep 30 14:47:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:47:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:48:46 ovirteng.stuffnet.local userhelper[22342]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:48:46 ovirteng.stuffnet.local userhelper[22342]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:50:46 ovirteng.stuffnet.local userhelper[22403]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:50:46 ovirteng.stuffnet.local userhelper[22403]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:52:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:52:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:52:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00973|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:52:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00974|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33252: receive error: Protocol error
Sep 30 14:52:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00975|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33252: connection dropped (Protocol error)
Sep 30 14:52:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:52:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:52:46 ovirteng.stuffnet.local userhelper[22467]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:52:46 ovirteng.stuffnet.local userhelper[22467]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:54:47 ovirteng.stuffnet.local userhelper[22531]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:54:47 ovirteng.stuffnet.local userhelper[22531]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:56:47 ovirteng.stuffnet.local userhelper[22590]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:56:47 ovirteng.stuffnet.local userhelper[22590]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 14:57:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:57:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 14:57:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00976|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 14:57:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00977|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33370: receive error: Protocol error
Sep 30 14:57:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00978|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33370: connection dropped (Protocol error)
Sep 30 14:57:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 14:57:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 14:58:48 ovirteng.stuffnet.local userhelper[22658]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 14:58:48 ovirteng.stuffnet.local userhelper[22658]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:00:48 ovirteng.stuffnet.local userhelper[22729]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:00:48 ovirteng.stuffnet.local userhelper[22729]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 15:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 29 of user root.
-- Subject: Unit session-29.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-29.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 15:01:01 ovirteng.stuffnet.local CROND[22736]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[22739]: starting 0anacron
Sep 30 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[22745]: finished 0anacron
Sep 30 15:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 15:02:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:02:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:02:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00979|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:02:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00980|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33492: receive error: Protocol error
Sep 30 15:02:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00981|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33492: connection dropped (Protocol error)
Sep 30 15:02:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:02:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:02:48 ovirteng.stuffnet.local userhelper[22808]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:02:48 ovirteng.stuffnet.local userhelper[22808]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:04:49 ovirteng.stuffnet.local userhelper[22872]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:04:49 ovirteng.stuffnet.local userhelper[22872]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:06:49 ovirteng.stuffnet.local userhelper[22932]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:06:49 ovirteng.stuffnet.local userhelper[22932]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:07:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:07:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:07:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00982|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:07:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00983|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33610: receive error: Protocol error
Sep 30 15:07:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00984|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33610: connection dropped (Protocol error)
Sep 30 15:07:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:07:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:08:50 ovirteng.stuffnet.local userhelper[23000]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:08:50 ovirteng.stuffnet.local userhelper[23000]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:10:50 ovirteng.stuffnet.local userhelper[23060]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:10:50 ovirteng.stuffnet.local userhelper[23060]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:12:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:12:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:12:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00985|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:12:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00986|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33728: receive error: Protocol error
Sep 30 15:12:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00987|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33728: connection dropped (Protocol error)
Sep 30 15:12:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:12:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:12:50 ovirteng.stuffnet.local userhelper[23125]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:12:50 ovirteng.stuffnet.local userhelper[23125]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:14:51 ovirteng.stuffnet.local userhelper[23190]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:14:51 ovirteng.stuffnet.local userhelper[23190]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:16:51 ovirteng.stuffnet.local userhelper[23249]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:16:51 ovirteng.stuffnet.local userhelper[23249]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:17:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:17:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:17:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00988|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:17:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00989|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33846: receive error: Protocol error
Sep 30 15:17:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00990|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33846: connection dropped (Protocol error)
Sep 30 15:17:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:17:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:18:52 ovirteng.stuffnet.local userhelper[23317]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:18:52 ovirteng.stuffnet.local userhelper[23317]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:20:52 ovirteng.stuffnet.local userhelper[23376]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:20:52 ovirteng.stuffnet.local userhelper[23376]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:22:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:22:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:22:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00991|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:22:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00992|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33964: receive error: Protocol error
Sep 30 15:22:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00993|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33964: connection dropped (Protocol error)
Sep 30 15:22:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:22:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:22:52 ovirteng.stuffnet.local userhelper[23441]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:22:52 ovirteng.stuffnet.local userhelper[23441]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:24:53 ovirteng.stuffnet.local userhelper[23504]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:24:53 ovirteng.stuffnet.local userhelper[23504]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:26:53 ovirteng.stuffnet.local userhelper[23564]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:26:53 ovirteng.stuffnet.local userhelper[23564]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:27:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:27:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00994|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00995|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34082: receive error: Protocol error
Sep 30 15:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00996|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34082: connection dropped (Protocol error)
Sep 30 15:27:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:27:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:28:53 ovirteng.stuffnet.local userhelper[23631]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:28:53 ovirteng.stuffnet.local userhelper[23631]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:30:54 ovirteng.stuffnet.local userhelper[23692]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:30:54 ovirteng.stuffnet.local userhelper[23692]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:32:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:32:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:32:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00997|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:32:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00998|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34200: receive error: Protocol error
Sep 30 15:32:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|00999|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34200: connection dropped (Protocol error)
Sep 30 15:32:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:32:38] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:32:54 ovirteng.stuffnet.local userhelper[23756]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:32:54 ovirteng.stuffnet.local userhelper[23756]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:34:55 ovirteng.stuffnet.local userhelper[23819]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:34:55 ovirteng.stuffnet.local userhelper[23819]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:36:55 ovirteng.stuffnet.local userhelper[23879]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:36:55 ovirteng.stuffnet.local userhelper[23879]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:37:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:37:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01000|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01001|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34318: receive error: Protocol error
Sep 30 15:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01002|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34318: connection dropped (Protocol error)
Sep 30 15:37:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:37:38] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:38:55 ovirteng.stuffnet.local userhelper[23947]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:38:55 ovirteng.stuffnet.local userhelper[23947]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:40:56 ovirteng.stuffnet.local userhelper[24008]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:40:56 ovirteng.stuffnet.local userhelper[24008]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:42:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:42:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01003|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01004|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34436: receive error: Protocol error
Sep 30 15:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01005|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34436: connection dropped (Protocol error)
Sep 30 15:42:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:42:38] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:42:56 ovirteng.stuffnet.local userhelper[24072]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:42:56 ovirteng.stuffnet.local userhelper[24072]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:44:56 ovirteng.stuffnet.local userhelper[24135]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:44:56 ovirteng.stuffnet.local userhelper[24135]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:46:57 ovirteng.stuffnet.local userhelper[24195]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:46:57 ovirteng.stuffnet.local userhelper[24195]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:47:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:47:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01006|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01007|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34554: receive error: Protocol error
Sep 30 15:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01008|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34554: connection dropped (Protocol error)
Sep 30 15:47:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:47:39] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:48:57 ovirteng.stuffnet.local userhelper[24262]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:48:57 ovirteng.stuffnet.local userhelper[24262]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:50:58 ovirteng.stuffnet.local userhelper[24333]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:50:58 ovirteng.stuffnet.local userhelper[24333]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:52:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:52:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:52:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01009|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:52:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01010|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34668: receive error: Protocol error
Sep 30 15:52:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01011|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34668: connection dropped (Protocol error)
Sep 30 15:52:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:52:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:52:58 ovirteng.stuffnet.local userhelper[24454]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:52:58 ovirteng.stuffnet.local userhelper[24454]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:54:58 ovirteng.stuffnet.local userhelper[24536]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:54:58 ovirteng.stuffnet.local userhelper[24536]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:56:59 ovirteng.stuffnet.local userhelper[24613]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:56:59 ovirteng.stuffnet.local userhelper[24613]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 15:57:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:57:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 15:57:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01012|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 15:57:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01013|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34776: receive error: Protocol error
Sep 30 15:57:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01014|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34776: connection dropped (Protocol error)
Sep 30 15:57:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 15:57:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 15:58:59 ovirteng.stuffnet.local userhelper[24697]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 15:58:59 ovirteng.stuffnet.local userhelper[24697]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:01:00 ovirteng.stuffnet.local userhelper[24786]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:01:00 ovirteng.stuffnet.local userhelper[24786]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 16:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 30 of user root.
-- Subject: Unit session-30.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-30.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 16:01:01 ovirteng.stuffnet.local CROND[24789]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[24792]: starting 0anacron
Sep 30 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[24798]: finished 0anacron
Sep 30 16:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 16:02:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:02:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01015|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01016|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34860: receive error: Protocol error
Sep 30 16:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01017|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34860: connection dropped (Protocol error)
Sep 30 16:02:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:02:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:03:00 ovirteng.stuffnet.local userhelper[24882]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:03:00 ovirteng.stuffnet.local userhelper[24882]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:05:00 ovirteng.stuffnet.local userhelper[24961]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:05:00 ovirteng.stuffnet.local userhelper[24961]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:07:01 ovirteng.stuffnet.local userhelper[25037]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:07:01 ovirteng.stuffnet.local userhelper[25037]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:07:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:07:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01018|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01019|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34932: receive error: Protocol error
Sep 30 16:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01020|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34932: connection dropped (Protocol error)
Sep 30 16:07:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:07:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:09:01 ovirteng.stuffnet.local userhelper[25121]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:09:01 ovirteng.stuffnet.local userhelper[25121]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:11:01 ovirteng.stuffnet.local userhelper[25197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:11:01 ovirteng.stuffnet.local userhelper[25197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:12:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:12:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01021|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01022|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35008: receive error: Protocol error
Sep 30 16:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01023|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35008: connection dropped (Protocol error)
Sep 30 16:12:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:12:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:13:02 ovirteng.stuffnet.local userhelper[25279]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:13:02 ovirteng.stuffnet.local userhelper[25279]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:15:02 ovirteng.stuffnet.local userhelper[25359]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:15:02 ovirteng.stuffnet.local userhelper[25359]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:17:03 ovirteng.stuffnet.local userhelper[25435]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:17:03 ovirteng.stuffnet.local userhelper[25435]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:17:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:17:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01024|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01025|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35078: receive error: Protocol error
Sep 30 16:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01026|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35078: connection dropped (Protocol error)
Sep 30 16:17:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:17:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:19:03 ovirteng.stuffnet.local userhelper[25519]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:19:03 ovirteng.stuffnet.local userhelper[25519]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:21:03 ovirteng.stuffnet.local userhelper[25597]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:21:03 ovirteng.stuffnet.local userhelper[25597]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:22:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:22:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01027|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01028|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35156: receive error: Protocol error
Sep 30 16:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01029|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35156: connection dropped (Protocol error)
Sep 30 16:22:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:22:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:23:04 ovirteng.stuffnet.local userhelper[25693]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:23:04 ovirteng.stuffnet.local userhelper[25693]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:25:04 ovirteng.stuffnet.local userhelper[25788]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:25:04 ovirteng.stuffnet.local userhelper[25788]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:27:05 ovirteng.stuffnet.local userhelper[25867]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:27:05 ovirteng.stuffnet.local userhelper[25867]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:27:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:27:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01030|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01031|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35234: receive error: Protocol error
Sep 30 16:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01032|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35234: connection dropped (Protocol error)
Sep 30 16:27:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:27:42] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:29:05 ovirteng.stuffnet.local userhelper[25966]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:29:05 ovirteng.stuffnet.local userhelper[25966]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:31:05 ovirteng.stuffnet.local userhelper[26052]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:31:05 ovirteng.stuffnet.local userhelper[26052]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:32:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:32:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01033|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01034|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35312: receive error: Protocol error
Sep 30 16:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01035|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35312: connection dropped (Protocol error)
Sep 30 16:32:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:32:43] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:33:06 ovirteng.stuffnet.local userhelper[26133]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:33:06 ovirteng.stuffnet.local userhelper[26133]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:35:07 ovirteng.stuffnet.local userhelper[26207]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:35:07 ovirteng.stuffnet.local userhelper[26207]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:37:07 ovirteng.stuffnet.local userhelper[26292]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:37:07 ovirteng.stuffnet.local userhelper[26292]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:37:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:37:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:37:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01036|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:37:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01037|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35402: receive error: Protocol error
Sep 30 16:37:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01038|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35402: connection dropped (Protocol error)
Sep 30 16:37:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:37:44] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:39:08 ovirteng.stuffnet.local userhelper[26363]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:39:08 ovirteng.stuffnet.local userhelper[26363]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:41:08 ovirteng.stuffnet.local userhelper[26451]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:41:08 ovirteng.stuffnet.local userhelper[26451]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:42:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:42:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:42:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01039|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:42:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01040|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35464: receive error: Protocol error
Sep 30 16:42:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01041|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35464: connection dropped (Protocol error)
Sep 30 16:42:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:42:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:43:08 ovirteng.stuffnet.local userhelper[26527]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:43:08 ovirteng.stuffnet.local userhelper[26527]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:45:09 ovirteng.stuffnet.local userhelper[26594]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:45:09 ovirteng.stuffnet.local userhelper[26594]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:47:09 ovirteng.stuffnet.local userhelper[26679]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:47:09 ovirteng.stuffnet.local userhelper[26679]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:47:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:47:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:47:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01042|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:47:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01043|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35526: receive error: Protocol error
Sep 30 16:47:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01044|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35526: connection dropped (Protocol error)
Sep 30 16:47:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:47:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:49:10 ovirteng.stuffnet.local userhelper[26764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:49:10 ovirteng.stuffnet.local userhelper[26764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:51:10 ovirteng.stuffnet.local userhelper[26840]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:51:10 ovirteng.stuffnet.local userhelper[26840]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:52:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:52:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:52:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01045|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:52:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01046|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35590: receive error: Protocol error
Sep 30 16:52:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01047|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35590: connection dropped (Protocol error)
Sep 30 16:52:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:52:47] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:53:11 ovirteng.stuffnet.local userhelper[26921]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:53:11 ovirteng.stuffnet.local userhelper[26921]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:55:11 ovirteng.stuffnet.local userhelper[27001]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:55:11 ovirteng.stuffnet.local userhelper[27001]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:57:11 ovirteng.stuffnet.local userhelper[27078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:57:11 ovirteng.stuffnet.local userhelper[27078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 16:57:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:57:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 16:57:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01048|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 16:57:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01049|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35654: receive error: Protocol error
Sep 30 16:57:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01050|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35654: connection dropped (Protocol error)
Sep 30 16:57:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 16:57:48] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 16:59:12 ovirteng.stuffnet.local userhelper[27161]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 16:59:12 ovirteng.stuffnet.local userhelper[27161]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 17:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 31 of user root.
-- Subject: Unit session-31.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-31.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 17:01:01 ovirteng.stuffnet.local CROND[27231]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[27234]: starting 0anacron
Sep 30 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[27240]: finished 0anacron
Sep 30 17:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 17:01:12 ovirteng.stuffnet.local userhelper[27263]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:01:12 ovirteng.stuffnet.local userhelper[27263]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:02:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:02:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:02:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01051|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:02:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01052|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35734: receive error: Protocol error
Sep 30 17:02:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01053|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35734: connection dropped (Protocol error)
Sep 30 17:02:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:02:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:03:13 ovirteng.stuffnet.local userhelper[27345]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:03:13 ovirteng.stuffnet.local userhelper[27345]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:05:13 ovirteng.stuffnet.local userhelper[27427]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:05:13 ovirteng.stuffnet.local userhelper[27427]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:07:14 ovirteng.stuffnet.local userhelper[27498]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:07:14 ovirteng.stuffnet.local userhelper[27498]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:07:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:07:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:07:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01054|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:07:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01055|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35836: receive error: Protocol error
Sep 30 17:07:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01056|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35836: connection dropped (Protocol error)
Sep 30 17:07:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:07:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:09:15 ovirteng.stuffnet.local userhelper[27583]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:09:15 ovirteng.stuffnet.local userhelper[27583]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:11:15 ovirteng.stuffnet.local userhelper[27659]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:11:15 ovirteng.stuffnet.local userhelper[27659]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:12:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:12:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01057|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01058|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35954: receive error: Protocol error
Sep 30 17:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01059|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35954: connection dropped (Protocol error)
Sep 30 17:12:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:12:49] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:13:16 ovirteng.stuffnet.local userhelper[27740]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:13:16 ovirteng.stuffnet.local userhelper[27740]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:15:16 ovirteng.stuffnet.local userhelper[27820]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:15:16 ovirteng.stuffnet.local userhelper[27820]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:17:17 ovirteng.stuffnet.local userhelper[27896]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:17:17 ovirteng.stuffnet.local userhelper[27896]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:17:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:17:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:17:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01060|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:17:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01061|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36072: receive error: Protocol error
Sep 30 17:17:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01062|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36072: connection dropped (Protocol error)
Sep 30 17:17:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:17:50] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:19:17 ovirteng.stuffnet.local userhelper[27979]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:19:17 ovirteng.stuffnet.local userhelper[27979]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:21:18 ovirteng.stuffnet.local userhelper[28055]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:21:18 ovirteng.stuffnet.local userhelper[28055]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:22:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:22:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:22:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01063|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:22:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01064|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36190: receive error: Protocol error
Sep 30 17:22:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01065|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36190: connection dropped (Protocol error)
Sep 30 17:22:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:22:51] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:23:18 ovirteng.stuffnet.local userhelper[28136]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:23:18 ovirteng.stuffnet.local userhelper[28136]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:25:20 ovirteng.stuffnet.local userhelper[28216]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:25:20 ovirteng.stuffnet.local userhelper[28216]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:27:20 ovirteng.stuffnet.local userhelper[28293]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:27:20 ovirteng.stuffnet.local userhelper[28293]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:27:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:27:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:27:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01066|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:27:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01067|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36308: receive error: Protocol error
Sep 30 17:27:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01068|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36308: connection dropped (Protocol error)
Sep 30 17:27:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:27:51] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:29:21 ovirteng.stuffnet.local userhelper[28376]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:29:21 ovirteng.stuffnet.local userhelper[28376]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:31:21 ovirteng.stuffnet.local userhelper[28452]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:31:21 ovirteng.stuffnet.local userhelper[28452]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:32:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:32:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:32:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01069|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:32:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01070|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36426: receive error: Protocol error
Sep 30 17:32:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01071|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36426: connection dropped (Protocol error)
Sep 30 17:32:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:32:53] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:33:22 ovirteng.stuffnet.local userhelper[28534]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:33:22 ovirteng.stuffnet.local userhelper[28534]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:35:22 ovirteng.stuffnet.local userhelper[28612]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:35:22 ovirteng.stuffnet.local userhelper[28612]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:37:23 ovirteng.stuffnet.local userhelper[28687]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:37:23 ovirteng.stuffnet.local userhelper[28687]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:37:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:37:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:37:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01072|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:37:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01073|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36544: receive error: Protocol error
Sep 30 17:37:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01074|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36544: connection dropped (Protocol error)
Sep 30 17:37:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:37:55] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:39:23 ovirteng.stuffnet.local userhelper[28767]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:39:23 ovirteng.stuffnet.local userhelper[28767]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:41:24 ovirteng.stuffnet.local userhelper[28840]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:41:24 ovirteng.stuffnet.local userhelper[28840]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:42:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:42:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:42:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01075|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:42:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01076|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36662: receive error: Protocol error
Sep 30 17:42:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01077|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36662: connection dropped (Protocol error)
Sep 30 17:42:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:42:56] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:43:24 ovirteng.stuffnet.local userhelper[28923]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:43:24 ovirteng.stuffnet.local userhelper[28923]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:45:25 ovirteng.stuffnet.local userhelper[28996]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:45:25 ovirteng.stuffnet.local userhelper[28996]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:47:26 ovirteng.stuffnet.local userhelper[29073]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:47:26 ovirteng.stuffnet.local userhelper[29073]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:47:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:47:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:47:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01078|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:47:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01079|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36782: receive error: Protocol error
Sep 30 17:47:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01080|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36782: connection dropped (Protocol error)
Sep 30 17:47:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:47:59] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:49:26 ovirteng.stuffnet.local userhelper[29151]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:49:26 ovirteng.stuffnet.local userhelper[29151]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:51:27 ovirteng.stuffnet.local userhelper[29221]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:51:27 ovirteng.stuffnet.local userhelper[29221]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:53:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:53:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:53:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01081|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:53:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01082|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36900: receive error: Protocol error
Sep 30 17:53:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01083|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36900: connection dropped (Protocol error)
Sep 30 17:53:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:53:00] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:53:27 ovirteng.stuffnet.local userhelper[29300]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:53:27 ovirteng.stuffnet.local userhelper[29300]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:55:28 ovirteng.stuffnet.local userhelper[29376]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:55:28 ovirteng.stuffnet.local userhelper[29376]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:57:28 ovirteng.stuffnet.local userhelper[29445]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:57:28 ovirteng.stuffnet.local userhelper[29445]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 17:58:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:58:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 17:58:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01084|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 17:58:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01085|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37018: receive error: Protocol error
Sep 30 17:58:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01086|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37018: connection dropped (Protocol error)
Sep 30 17:58:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 17:58:01] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 17:59:29 ovirteng.stuffnet.local userhelper[29525]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 17:59:29 ovirteng.stuffnet.local userhelper[29525]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 18:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 32 of user root.
-- Subject: Unit session-32.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-32.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 18:01:01 ovirteng.stuffnet.local CROND[29588]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[29591]: starting 0anacron
Sep 30 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[29597]: finished 0anacron
Sep 30 18:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 18:01:30 ovirteng.stuffnet.local userhelper[29625]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:01:30 ovirteng.stuffnet.local userhelper[29625]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:03:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:03:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:03:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01087|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:03:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01088|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37140: receive error: Protocol error
Sep 30 18:03:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01089|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37140: connection dropped (Protocol error)
Sep 30 18:03:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:03:01] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:03:30 ovirteng.stuffnet.local userhelper[29702]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:03:30 ovirteng.stuffnet.local userhelper[29702]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:05:31 ovirteng.stuffnet.local userhelper[29775]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:05:31 ovirteng.stuffnet.local userhelper[29775]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:07:32 ovirteng.stuffnet.local userhelper[29851]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:07:32 ovirteng.stuffnet.local userhelper[29851]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:08:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:08:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01090|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01091|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37258: receive error: Protocol error
Sep 30 18:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01092|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37258: connection dropped (Protocol error)
Sep 30 18:08:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:08:04] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:09:37 ovirteng.stuffnet.local userhelper[29933]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:09:37 ovirteng.stuffnet.local userhelper[29933]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:11:37 ovirteng.stuffnet.local userhelper[30010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:11:37 ovirteng.stuffnet.local userhelper[30010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:13:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:13:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:13:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01093|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:13:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01094|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37376: receive error: Protocol error
Sep 30 18:13:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01095|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37376: connection dropped (Protocol error)
Sep 30 18:13:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:13:04] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:13:38 ovirteng.stuffnet.local userhelper[30091]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:13:38 ovirteng.stuffnet.local userhelper[30091]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:15:39 ovirteng.stuffnet.local userhelper[30164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:15:39 ovirteng.stuffnet.local userhelper[30164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:17:43 ovirteng.stuffnet.local userhelper[30240]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:17:43 ovirteng.stuffnet.local userhelper[30240]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:18:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:18:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:18:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01096|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:18:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01097|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37494: receive error: Protocol error
Sep 30 18:18:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01098|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37494: connection dropped (Protocol error)
Sep 30 18:18:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:18:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:19:45 ovirteng.stuffnet.local userhelper[30322]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:19:45 ovirteng.stuffnet.local userhelper[30322]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:21:45 ovirteng.stuffnet.local userhelper[30396]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:21:45 ovirteng.stuffnet.local userhelper[30396]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:23:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:23:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:23:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01099|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:23:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01100|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37612: receive error: Protocol error
Sep 30 18:23:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01101|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37612: connection dropped (Protocol error)
Sep 30 18:23:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:23:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:23:45 ovirteng.stuffnet.local userhelper[30483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:23:45 ovirteng.stuffnet.local userhelper[30483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:25:46 ovirteng.stuffnet.local userhelper[30563]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:25:46 ovirteng.stuffnet.local userhelper[30563]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:27:46 ovirteng.stuffnet.local userhelper[30640]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:27:46 ovirteng.stuffnet.local userhelper[30640]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:28:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:28:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:28:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01102|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:28:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01103|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37742: receive error: Protocol error
Sep 30 18:28:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01104|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37742: connection dropped (Protocol error)
Sep 30 18:28:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:28:06] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:29:47 ovirteng.stuffnet.local userhelper[30724]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:29:47 ovirteng.stuffnet.local userhelper[30724]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:31:47 ovirteng.stuffnet.local userhelper[30800]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:31:47 ovirteng.stuffnet.local userhelper[30800]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:33:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:33:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:33:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01105|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:33:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01106|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37850: receive error: Protocol error
Sep 30 18:33:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01107|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37850: connection dropped (Protocol error)
Sep 30 18:33:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:33:06] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:33:47 ovirteng.stuffnet.local userhelper[30880]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:33:47 ovirteng.stuffnet.local userhelper[30880]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:35:48 ovirteng.stuffnet.local userhelper[30954]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:35:48 ovirteng.stuffnet.local userhelper[30954]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:37:48 ovirteng.stuffnet.local userhelper[31031]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:37:48 ovirteng.stuffnet.local userhelper[31031]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:38:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:38:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:38:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01108|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:38:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01109|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37974: receive error: Protocol error
Sep 30 18:38:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01110|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37974: connection dropped (Protocol error)
Sep 30 18:38:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:38:07] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:39:49 ovirteng.stuffnet.local userhelper[31114]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:39:49 ovirteng.stuffnet.local userhelper[31114]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:41:49 ovirteng.stuffnet.local userhelper[31197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:41:49 ovirteng.stuffnet.local userhelper[31197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:43:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:43:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:43:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01111|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:43:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01112|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38058: receive error: Protocol error
Sep 30 18:43:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01113|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38058: connection dropped (Protocol error)
Sep 30 18:43:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:43:08] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:43:50 ovirteng.stuffnet.local userhelper[31282]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:43:50 ovirteng.stuffnet.local userhelper[31282]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:45:51 ovirteng.stuffnet.local userhelper[31366]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:45:51 ovirteng.stuffnet.local userhelper[31366]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:47:51 ovirteng.stuffnet.local userhelper[31450]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:47:51 ovirteng.stuffnet.local userhelper[31450]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:48:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:48:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01114|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01115|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38144: receive error: Protocol error
Sep 30 18:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01116|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38144: connection dropped (Protocol error)
Sep 30 18:48:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:48:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:49:52 ovirteng.stuffnet.local userhelper[31536]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:49:52 ovirteng.stuffnet.local userhelper[31536]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:51:52 ovirteng.stuffnet.local userhelper[31614]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:51:52 ovirteng.stuffnet.local userhelper[31614]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:53:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:53:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:53:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01117|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:53:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01118|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38244: receive error: Protocol error
Sep 30 18:53:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01119|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38244: connection dropped (Protocol error)
Sep 30 18:53:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:53:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:53:53 ovirteng.stuffnet.local userhelper[31695]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:53:53 ovirteng.stuffnet.local userhelper[31695]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:55:53 ovirteng.stuffnet.local userhelper[31767]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:55:53 ovirteng.stuffnet.local userhelper[31767]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:57:53 ovirteng.stuffnet.local userhelper[31839]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:57:53 ovirteng.stuffnet.local userhelper[31839]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 18:58:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:58:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 18:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01120|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 18:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01121|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38344: receive error: Protocol error
Sep 30 18:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01122|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38344: connection dropped (Protocol error)
Sep 30 18:58:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 18:58:10] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 18:59:55 ovirteng.stuffnet.local userhelper[31925]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 18:59:55 ovirteng.stuffnet.local userhelper[31925]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 19:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 33 of user root.
-- Subject: Unit session-33.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-33.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 19:01:01 ovirteng.stuffnet.local CROND[31964]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 19:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[31967]: starting 0anacron
Sep 30 19:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[31973]: finished 0anacron
Sep 30 19:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 19:01:56 ovirteng.stuffnet.local userhelper[32010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:01:56 ovirteng.stuffnet.local userhelper[32010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:03:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:03:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:03:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01123|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:03:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01124|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38446: receive error: Protocol error
Sep 30 19:03:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01125|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38446: connection dropped (Protocol error)
Sep 30 19:03:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:03:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:03:57 ovirteng.stuffnet.local userhelper[32084]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:03:57 ovirteng.stuffnet.local userhelper[32084]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:05:58 ovirteng.stuffnet.local userhelper[32161]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:05:58 ovirteng.stuffnet.local userhelper[32161]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:07:59 ovirteng.stuffnet.local userhelper[32240]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:07:59 ovirteng.stuffnet.local userhelper[32240]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:08:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:08:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:08:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01126|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:08:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01127|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38524: receive error: Protocol error
Sep 30 19:08:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01128|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38524: connection dropped (Protocol error)
Sep 30 19:08:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:08:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:09:59 ovirteng.stuffnet.local userhelper[32319]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:09:59 ovirteng.stuffnet.local userhelper[32319]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:12:00 ovirteng.stuffnet.local userhelper[32384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:12:00 ovirteng.stuffnet.local userhelper[32384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:13:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:13:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:13:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01129|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:13:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01130|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38654: receive error: Protocol error
Sep 30 19:13:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01131|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38654: connection dropped (Protocol error)
Sep 30 19:13:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:13:12] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:14:00 ovirteng.stuffnet.local userhelper[32464]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:14:00 ovirteng.stuffnet.local userhelper[32464]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:16:00 ovirteng.stuffnet.local userhelper[32542]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:16:00 ovirteng.stuffnet.local userhelper[32542]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:18:01 ovirteng.stuffnet.local userhelper[32618]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:18:01 ovirteng.stuffnet.local userhelper[32618]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:18:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:18:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:18:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01132|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:18:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01133|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38784: receive error: Protocol error
Sep 30 19:18:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01134|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38784: connection dropped (Protocol error)
Sep 30 19:18:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:18:13] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:20:01 ovirteng.stuffnet.local userhelper[32701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:20:01 ovirteng.stuffnet.local userhelper[32701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:22:02 ovirteng.stuffnet.local userhelper[32771]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:22:02 ovirteng.stuffnet.local userhelper[32771]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:23:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:23:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:23:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01135|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:23:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01136|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38912: receive error: Protocol error
Sep 30 19:23:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01137|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38912: connection dropped (Protocol error)
Sep 30 19:23:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:23:13] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:24:02 ovirteng.stuffnet.local userhelper[32852]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:24:02 ovirteng.stuffnet.local userhelper[32852]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:26:02 ovirteng.stuffnet.local userhelper[32931]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:26:02 ovirteng.stuffnet.local userhelper[32931]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:28:03 ovirteng.stuffnet.local userhelper[33006]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:28:03 ovirteng.stuffnet.local userhelper[33006]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:28:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:28:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:28:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01138|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:28:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01139|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39042: receive error: Protocol error
Sep 30 19:28:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01140|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39042: connection dropped (Protocol error)
Sep 30 19:28:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:28:14] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:30:03 ovirteng.stuffnet.local userhelper[33087]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:30:03 ovirteng.stuffnet.local userhelper[33087]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:32:03 ovirteng.stuffnet.local userhelper[33162]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:32:03 ovirteng.stuffnet.local userhelper[33162]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:33:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:33:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:33:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01141|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:33:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01142|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39168: receive error: Protocol error
Sep 30 19:33:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01143|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39168: connection dropped (Protocol error)
Sep 30 19:33:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:33:14] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:34:04 ovirteng.stuffnet.local userhelper[33243]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:34:04 ovirteng.stuffnet.local userhelper[33243]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:36:04 ovirteng.stuffnet.local userhelper[33323]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:36:04 ovirteng.stuffnet.local userhelper[33323]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:38:05 ovirteng.stuffnet.local userhelper[33396]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:38:05 ovirteng.stuffnet.local userhelper[33396]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:38:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:38:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:38:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01144|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:38:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01145|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39294: receive error: Protocol error
Sep 30 19:38:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01146|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39294: connection dropped (Protocol error)
Sep 30 19:38:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:38:15] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:40:05 ovirteng.stuffnet.local userhelper[33480]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:40:05 ovirteng.stuffnet.local userhelper[33480]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:42:05 ovirteng.stuffnet.local userhelper[33552]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:42:05 ovirteng.stuffnet.local userhelper[33552]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:43:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:43:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:43:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01147|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:43:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01148|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39422: receive error: Protocol error
Sep 30 19:43:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01149|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39422: connection dropped (Protocol error)
Sep 30 19:43:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:43:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:44:06 ovirteng.stuffnet.local userhelper[33632]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:44:06 ovirteng.stuffnet.local userhelper[33632]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:46:06 ovirteng.stuffnet.local userhelper[33723]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:46:06 ovirteng.stuffnet.local userhelper[33723]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:48:07 ovirteng.stuffnet.local userhelper[33792]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:48:07 ovirteng.stuffnet.local userhelper[33792]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:48:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:48:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:48:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01150|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:48:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01151|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39550: receive error: Protocol error
Sep 30 19:48:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01152|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39550: connection dropped (Protocol error)
Sep 30 19:48:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:48:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:50:07 ovirteng.stuffnet.local userhelper[33884]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:50:07 ovirteng.stuffnet.local userhelper[33884]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:52:07 ovirteng.stuffnet.local userhelper[33959]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:52:07 ovirteng.stuffnet.local userhelper[33959]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:53:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:53:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:53:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01153|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:53:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01154|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39676: receive error: Protocol error
Sep 30 19:53:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01155|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39676: connection dropped (Protocol error)
Sep 30 19:53:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:53:16] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 19:54:08 ovirteng.stuffnet.local userhelper[34038]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:54:08 ovirteng.stuffnet.local userhelper[34038]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:56:08 ovirteng.stuffnet.local userhelper[34116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:56:08 ovirteng.stuffnet.local userhelper[34116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:58:08 ovirteng.stuffnet.local userhelper[34192]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 19:58:08 ovirteng.stuffnet.local userhelper[34192]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 19:58:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:58:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 19:58:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01156|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 19:58:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01157|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39804: receive error: Protocol error
Sep 30 19:58:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01158|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39804: connection dropped (Protocol error)
Sep 30 19:58:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 19:58:17] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:00:09 ovirteng.stuffnet.local userhelper[34286]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:00:09 ovirteng.stuffnet.local userhelper[34286]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 20:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 34 of user root.
-- Subject: Unit session-34.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-34.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 20:01:01 ovirteng.stuffnet.local CROND[34309]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 20:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[34312]: starting 0anacron
Sep 30 20:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[34318]: finished 0anacron
Sep 30 20:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 20:02:09 ovirteng.stuffnet.local userhelper[34375]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:02:09 ovirteng.stuffnet.local userhelper[34375]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:03:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:03:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:03:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01159|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:03:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01160|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39934: receive error: Protocol error
Sep 30 20:03:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01161|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39934: connection dropped (Protocol error)
Sep 30 20:03:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:03:20] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:04:10 ovirteng.stuffnet.local userhelper[34456]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:04:10 ovirteng.stuffnet.local userhelper[34456]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:06:11 ovirteng.stuffnet.local userhelper[34532]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:06:11 ovirteng.stuffnet.local userhelper[34532]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:08:11 ovirteng.stuffnet.local userhelper[34604]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:08:11 ovirteng.stuffnet.local userhelper[34604]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:08:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:08:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:08:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01162|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:08:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01163|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40062: receive error: Protocol error
Sep 30 20:08:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01164|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40062: connection dropped (Protocol error)
Sep 30 20:08:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:08:22] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:10:12 ovirteng.stuffnet.local userhelper[34683]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:10:12 ovirteng.stuffnet.local userhelper[34683]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:12:12 ovirteng.stuffnet.local userhelper[34755]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:12:12 ovirteng.stuffnet.local userhelper[34755]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:13:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:13:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:13:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01165|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:13:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01166|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40190: receive error: Protocol error
Sep 30 20:13:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01167|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40190: connection dropped (Protocol error)
Sep 30 20:13:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:13:23] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:14:12 ovirteng.stuffnet.local userhelper[34836]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:14:12 ovirteng.stuffnet.local userhelper[34836]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:16:13 ovirteng.stuffnet.local userhelper[34914]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:16:13 ovirteng.stuffnet.local userhelper[34914]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:18:13 ovirteng.stuffnet.local userhelper[34990]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:18:13 ovirteng.stuffnet.local userhelper[34990]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:18:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:18:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:18:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01168|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:18:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01169|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40320: receive error: Protocol error
Sep 30 20:18:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01170|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40320: connection dropped (Protocol error)
Sep 30 20:18:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:18:24] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:20:14 ovirteng.stuffnet.local userhelper[35069]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:20:14 ovirteng.stuffnet.local userhelper[35069]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:22:14 ovirteng.stuffnet.local userhelper[35144]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:22:14 ovirteng.stuffnet.local userhelper[35144]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:23:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:23:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:23:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01171|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:23:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01172|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40448: receive error: Protocol error
Sep 30 20:23:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01173|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40448: connection dropped (Protocol error)
Sep 30 20:23:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:23:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:24:15 ovirteng.stuffnet.local userhelper[35226]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:24:15 ovirteng.stuffnet.local userhelper[35226]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:26:15 ovirteng.stuffnet.local userhelper[35304]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:26:15 ovirteng.stuffnet.local userhelper[35304]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:28:15 ovirteng.stuffnet.local userhelper[35379]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:28:15 ovirteng.stuffnet.local userhelper[35379]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:28:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:28:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01174|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01175|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40574: receive error: Protocol error
Sep 30 20:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01176|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40574: connection dropped (Protocol error)
Sep 30 20:28:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:28:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:30:16 ovirteng.stuffnet.local userhelper[35465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:30:16 ovirteng.stuffnet.local userhelper[35465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:32:18 ovirteng.stuffnet.local userhelper[35541]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:32:18 ovirteng.stuffnet.local userhelper[35541]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:33:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:33:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:33:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01177|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:33:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01178|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40702: receive error: Protocol error
Sep 30 20:33:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01179|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40702: connection dropped (Protocol error)
Sep 30 20:33:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:33:26] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:34:19 ovirteng.stuffnet.local userhelper[35621]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:34:19 ovirteng.stuffnet.local userhelper[35621]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:36:19 ovirteng.stuffnet.local userhelper[35699]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:36:19 ovirteng.stuffnet.local userhelper[35699]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:38:19 ovirteng.stuffnet.local userhelper[35768]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:38:19 ovirteng.stuffnet.local userhelper[35768]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:38:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:38:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:38:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01180|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:38:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01181|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40832: receive error: Protocol error
Sep 30 20:38:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01182|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40832: connection dropped (Protocol error)
Sep 30 20:38:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:38:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:40:20 ovirteng.stuffnet.local userhelper[35851]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:40:20 ovirteng.stuffnet.local userhelper[35851]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:42:20 ovirteng.stuffnet.local userhelper[35927]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:42:20 ovirteng.stuffnet.local userhelper[35927]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:43:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:43:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:43:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01183|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:43:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01184|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40962: receive error: Protocol error
Sep 30 20:43:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01185|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40962: connection dropped (Protocol error)
Sep 30 20:43:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:43:29] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:44:20 ovirteng.stuffnet.local userhelper[36003]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:44:20 ovirteng.stuffnet.local userhelper[36003]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:46:21 ovirteng.stuffnet.local userhelper[36078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:46:21 ovirteng.stuffnet.local userhelper[36078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:48:22 ovirteng.stuffnet.local userhelper[36152]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:48:22 ovirteng.stuffnet.local userhelper[36152]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:48:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:48:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:48:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01186|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:48:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01187|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41092: receive error: Protocol error
Sep 30 20:48:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01188|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41092: connection dropped (Protocol error)
Sep 30 20:48:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:48:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:50:23 ovirteng.stuffnet.local userhelper[36232]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:50:23 ovirteng.stuffnet.local userhelper[36232]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:52:24 ovirteng.stuffnet.local userhelper[36306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:52:24 ovirteng.stuffnet.local userhelper[36306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:53:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:53:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:53:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01189|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:53:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01190|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41218: receive error: Protocol error
Sep 30 20:53:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01191|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41218: connection dropped (Protocol error)
Sep 30 20:53:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:53:34] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 20:54:25 ovirteng.stuffnet.local userhelper[36384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:54:25 ovirteng.stuffnet.local userhelper[36384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:56:25 ovirteng.stuffnet.local userhelper[36459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:56:25 ovirteng.stuffnet.local userhelper[36459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:58:26 ovirteng.stuffnet.local userhelper[36533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 20:58:26 ovirteng.stuffnet.local userhelper[36533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 20:58:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:58:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 20:58:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01192|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 20:58:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01193|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41346: receive error: Protocol error
Sep 30 20:58:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01194|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41346: connection dropped (Protocol error)
Sep 30 20:58:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 20:58:35] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:00:26 ovirteng.stuffnet.local userhelper[36626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:00:26 ovirteng.stuffnet.local userhelper[36626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 21:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 35 of user root.
-- Subject: Unit session-35.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-35.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 21:01:01 ovirteng.stuffnet.local CROND[36643]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 21:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[36646]: starting 0anacron
Sep 30 21:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[36652]: finished 0anacron
Sep 30 21:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 21:02:27 ovirteng.stuffnet.local userhelper[36717]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:02:27 ovirteng.stuffnet.local userhelper[36717]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:03:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:03:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:03:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01195|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:03:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01196|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41482: receive error: Protocol error
Sep 30 21:03:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01197|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41482: connection dropped (Protocol error)
Sep 30 21:03:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:03:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:04:27 ovirteng.stuffnet.local userhelper[36797]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:04:27 ovirteng.stuffnet.local userhelper[36797]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:06:27 ovirteng.stuffnet.local userhelper[36872]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:06:27 ovirteng.stuffnet.local userhelper[36872]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:08:28 ovirteng.stuffnet.local userhelper[36943]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:08:28 ovirteng.stuffnet.local userhelper[36943]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:08:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:08:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:08:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01198|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:08:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01199|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41606: receive error: Protocol error
Sep 30 21:08:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01200|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41606: connection dropped (Protocol error)
Sep 30 21:08:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:08:36] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:10:28 ovirteng.stuffnet.local userhelper[37028]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:10:28 ovirteng.stuffnet.local userhelper[37028]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:12:29 ovirteng.stuffnet.local userhelper[37100]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:12:29 ovirteng.stuffnet.local userhelper[37100]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:13:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:13:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:13:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01201|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:13:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01202|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41734: receive error: Protocol error
Sep 30 21:13:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01203|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41734: connection dropped (Protocol error)
Sep 30 21:13:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:13:37] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:14:29 ovirteng.stuffnet.local userhelper[37181]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:14:29 ovirteng.stuffnet.local userhelper[37181]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:16:29 ovirteng.stuffnet.local userhelper[37258]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:16:29 ovirteng.stuffnet.local userhelper[37258]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:18:30 ovirteng.stuffnet.local userhelper[37333]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:18:30 ovirteng.stuffnet.local userhelper[37333]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:18:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:18:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:18:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01204|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:18:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01205|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41862: receive error: Protocol error
Sep 30 21:18:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01206|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41862: connection dropped (Protocol error)
Sep 30 21:18:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:18:46] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:20:32 ovirteng.stuffnet.local userhelper[37412]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:20:32 ovirteng.stuffnet.local userhelper[37412]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:22:32 ovirteng.stuffnet.local userhelper[37483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:22:32 ovirteng.stuffnet.local userhelper[37483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:23:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:23:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:23:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01207|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:23:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01208|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41992: receive error: Protocol error
Sep 30 21:23:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01209|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41992: connection dropped (Protocol error)
Sep 30 21:23:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:23:50] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:24:33 ovirteng.stuffnet.local userhelper[37563]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:24:33 ovirteng.stuffnet.local userhelper[37563]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:26:35 ovirteng.stuffnet.local userhelper[37637]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:26:35 ovirteng.stuffnet.local userhelper[37637]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:28:35 ovirteng.stuffnet.local userhelper[37712]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:28:35 ovirteng.stuffnet.local userhelper[37712]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:28:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:28:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:28:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01210|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:28:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01211|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42120: receive error: Protocol error
Sep 30 21:28:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01212|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42120: connection dropped (Protocol error)
Sep 30 21:28:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:28:54] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:30:36 ovirteng.stuffnet.local userhelper[37793]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:30:36 ovirteng.stuffnet.local userhelper[37793]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:32:36 ovirteng.stuffnet.local userhelper[37880]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:32:36 ovirteng.stuffnet.local userhelper[37880]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:33:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:33:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:33:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01213|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:33:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01214|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42256: receive error: Protocol error
Sep 30 21:33:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01215|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42256: connection dropped (Protocol error)
Sep 30 21:33:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:33:54] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:34:39 ovirteng.stuffnet.local userhelper[37956]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:34:39 ovirteng.stuffnet.local userhelper[37956]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:36:40 ovirteng.stuffnet.local userhelper[38034]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:36:40 ovirteng.stuffnet.local userhelper[38034]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:38:40 ovirteng.stuffnet.local userhelper[38109]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:38:40 ovirteng.stuffnet.local userhelper[38109]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:38:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:38:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:38:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01216|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:38:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01217|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42378: receive error: Protocol error
Sep 30 21:38:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01218|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42378: connection dropped (Protocol error)
Sep 30 21:38:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:38:57] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:40:41 ovirteng.stuffnet.local userhelper[38192]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:40:41 ovirteng.stuffnet.local userhelper[38192]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:42:41 ovirteng.stuffnet.local userhelper[38264]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:42:41 ovirteng.stuffnet.local userhelper[38264]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:43:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:43:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:43:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01219|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:43:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01220|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42498: receive error: Protocol error
Sep 30 21:43:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01221|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42498: connection dropped (Protocol error)
Sep 30 21:43:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:43:58] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:44:41 ovirteng.stuffnet.local userhelper[38344]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:44:41 ovirteng.stuffnet.local userhelper[38344]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:46:44 ovirteng.stuffnet.local userhelper[38425]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:46:44 ovirteng.stuffnet.local userhelper[38425]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:48:45 ovirteng.stuffnet.local userhelper[38493]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:48:45 ovirteng.stuffnet.local userhelper[38493]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:49:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:49:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:49:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01222|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:49:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01223|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42614: receive error: Protocol error
Sep 30 21:49:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01224|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42614: connection dropped (Protocol error)
Sep 30 21:49:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:49:02] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:50:45 ovirteng.stuffnet.local userhelper[38577]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:50:45 ovirteng.stuffnet.local userhelper[38577]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:52:46 ovirteng.stuffnet.local userhelper[38654]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:52:46 ovirteng.stuffnet.local userhelper[38654]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:54:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:54:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:54:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01225|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:54:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01226|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42736: receive error: Protocol error
Sep 30 21:54:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01227|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42736: connection dropped (Protocol error)
Sep 30 21:54:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:54:02] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 21:54:46 ovirteng.stuffnet.local userhelper[38735]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:54:46 ovirteng.stuffnet.local userhelper[38735]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:56:46 ovirteng.stuffnet.local userhelper[38814]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:56:46 ovirteng.stuffnet.local userhelper[38814]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:58:47 ovirteng.stuffnet.local userhelper[38889]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 21:58:47 ovirteng.stuffnet.local userhelper[38889]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 21:59:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:59:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 21:59:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01228|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 21:59:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01229|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42858: receive error: Protocol error
Sep 30 21:59:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01230|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42858: connection dropped (Protocol error)
Sep 30 21:59:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 21:59:03] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:00:47 ovirteng.stuffnet.local userhelper[38984]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:00:47 ovirteng.stuffnet.local userhelper[38984]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 22:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 36 of user root.
-- Subject: Unit session-36.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-36.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 22:01:01 ovirteng.stuffnet.local CROND[38993]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 22:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[38996]: starting 0anacron
Sep 30 22:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[39002]: finished 0anacron
Sep 30 22:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 22:02:48 ovirteng.stuffnet.local userhelper[39075]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:02:48 ovirteng.stuffnet.local userhelper[39075]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:04:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:04:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:04:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01231|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:04:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01232|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42988: receive error: Protocol error
Sep 30 22:04:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01233|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42988: connection dropped (Protocol error)
Sep 30 22:04:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:04:03] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:04:50 ovirteng.stuffnet.local userhelper[39153]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:04:50 ovirteng.stuffnet.local userhelper[39153]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:06:50 ovirteng.stuffnet.local userhelper[39229]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:06:50 ovirteng.stuffnet.local userhelper[39229]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:08:51 ovirteng.stuffnet.local userhelper[39302]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:08:51 ovirteng.stuffnet.local userhelper[39302]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:09:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:09:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:09:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01234|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:09:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01235|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43114: receive error: Protocol error
Sep 30 22:09:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01236|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43114: connection dropped (Protocol error)
Sep 30 22:09:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:09:05] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:10:51 ovirteng.stuffnet.local userhelper[39387]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:10:51 ovirteng.stuffnet.local userhelper[39387]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:12:51 ovirteng.stuffnet.local userhelper[39458]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:12:51 ovirteng.stuffnet.local userhelper[39458]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:14:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:14:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:14:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01237|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:14:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01238|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43248: receive error: Protocol error
Sep 30 22:14:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01239|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43248: connection dropped (Protocol error)
Sep 30 22:14:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:14:07] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:14:52 ovirteng.stuffnet.local userhelper[39541]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:14:52 ovirteng.stuffnet.local userhelper[39541]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:16:52 ovirteng.stuffnet.local userhelper[39613]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:16:52 ovirteng.stuffnet.local userhelper[39613]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:18:53 ovirteng.stuffnet.local userhelper[39686]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:18:53 ovirteng.stuffnet.local userhelper[39686]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:19:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:19:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:19:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01240|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:19:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01241|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43376: receive error: Protocol error
Sep 30 22:19:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01242|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43376: connection dropped (Protocol error)
Sep 30 22:19:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:19:08] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:20:53 ovirteng.stuffnet.local userhelper[39770]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:20:53 ovirteng.stuffnet.local userhelper[39770]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:22:55 ovirteng.stuffnet.local userhelper[39845]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:22:55 ovirteng.stuffnet.local userhelper[39845]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:24:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:24:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:24:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01243|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:24:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01244|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43504: receive error: Protocol error
Sep 30 22:24:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01245|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43504: connection dropped (Protocol error)
Sep 30 22:24:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:24:08] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:24:56 ovirteng.stuffnet.local userhelper[39921]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:24:56 ovirteng.stuffnet.local userhelper[39921]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:26:56 ovirteng.stuffnet.local userhelper[40008]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:26:56 ovirteng.stuffnet.local userhelper[40008]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:28:57 ovirteng.stuffnet.local userhelper[40083]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:28:57 ovirteng.stuffnet.local userhelper[40083]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:29:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:29:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:29:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01246|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:29:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01247|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43640: receive error: Protocol error
Sep 30 22:29:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01248|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43640: connection dropped (Protocol error)
Sep 30 22:29:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:29:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:30:57 ovirteng.stuffnet.local userhelper[40163]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:30:57 ovirteng.stuffnet.local userhelper[40163]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:32:58 ovirteng.stuffnet.local userhelper[40244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:32:58 ovirteng.stuffnet.local userhelper[40244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:34:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:34:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:34:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01249|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:34:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01250|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43770: receive error: Protocol error
Sep 30 22:34:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01251|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43770: connection dropped (Protocol error)
Sep 30 22:34:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:34:09] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:34:58 ovirteng.stuffnet.local userhelper[40317]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:34:58 ovirteng.stuffnet.local userhelper[40317]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:36:58 ovirteng.stuffnet.local userhelper[40390]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:36:58 ovirteng.stuffnet.local userhelper[40390]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:38:59 ovirteng.stuffnet.local userhelper[40465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:38:59 ovirteng.stuffnet.local userhelper[40465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:39:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:39:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:39:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01252|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:39:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01253|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43898: receive error: Protocol error
Sep 30 22:39:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01254|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43898: connection dropped (Protocol error)
Sep 30 22:39:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:39:13] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:41:02 ovirteng.stuffnet.local userhelper[40547]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:41:02 ovirteng.stuffnet.local userhelper[40547]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:43:03 ovirteng.stuffnet.local userhelper[40620]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:43:03 ovirteng.stuffnet.local userhelper[40620]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:44:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:44:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:44:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01255|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:44:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01256|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44024: receive error: Protocol error
Sep 30 22:44:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01257|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44024: connection dropped (Protocol error)
Sep 30 22:44:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:44:14] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:45:03 ovirteng.stuffnet.local userhelper[40697]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:45:03 ovirteng.stuffnet.local userhelper[40697]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:47:03 ovirteng.stuffnet.local userhelper[40774]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:47:03 ovirteng.stuffnet.local userhelper[40774]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:49:04 ovirteng.stuffnet.local userhelper[40847]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:49:04 ovirteng.stuffnet.local userhelper[40847]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:49:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:49:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01258|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01259|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44154: receive error: Protocol error
Sep 30 22:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01260|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44154: connection dropped (Protocol error)
Sep 30 22:49:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:49:25] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:51:04 ovirteng.stuffnet.local userhelper[40926]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:51:04 ovirteng.stuffnet.local userhelper[40926]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:53:04 ovirteng.stuffnet.local userhelper[41002]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:53:04 ovirteng.stuffnet.local userhelper[41002]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:54:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:54:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:54:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01261|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:54:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01262|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44286: receive error: Protocol error
Sep 30 22:54:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01263|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44286: connection dropped (Protocol error)
Sep 30 22:54:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:54:27] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 22:55:05 ovirteng.stuffnet.local userhelper[41076]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:55:05 ovirteng.stuffnet.local userhelper[41076]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:57:06 ovirteng.stuffnet.local userhelper[41153]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:57:06 ovirteng.stuffnet.local userhelper[41153]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:59:06 ovirteng.stuffnet.local userhelper[41225]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 22:59:06 ovirteng.stuffnet.local userhelper[41225]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 22:59:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:59:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 22:59:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01264|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 22:59:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01265|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44414: receive error: Protocol error
Sep 30 22:59:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01266|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44414: connection dropped (Protocol error)
Sep 30 22:59:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 22:59:32] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Sep 30 23:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 37 of user root.
-- Subject: Unit session-37.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-37.scope has finished starting up.
--
-- The start-up result is done.
Sep 30 23:01:01 ovirteng.stuffnet.local CROND[41316]: (root) CMD (run-parts /etc/cron.hourly)
Sep 30 23:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[41319]: starting 0anacron
Sep 30 23:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[41325]: finished 0anacron
Sep 30 23:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Sep 30 23:01:07 ovirteng.stuffnet.local userhelper[41330]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:01:07 ovirteng.stuffnet.local userhelper[41330]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:03:08 ovirteng.stuffnet.local userhelper[41404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:03:08 ovirteng.stuffnet.local userhelper[41404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:04:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:04:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:04:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01267|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:04:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01268|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44550: receive error: Protocol error
Sep 30 23:04:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01269|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44550: connection dropped (Protocol error)
Sep 30 23:04:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:04:33] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:05:08 ovirteng.stuffnet.local userhelper[41476]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:05:08 ovirteng.stuffnet.local userhelper[41476]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:07:09 ovirteng.stuffnet.local userhelper[41554]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:07:09 ovirteng.stuffnet.local userhelper[41554]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:09:11 ovirteng.stuffnet.local userhelper[41629]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:09:11 ovirteng.stuffnet.local userhelper[41629]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:09:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:09:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:09:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01270|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:09:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01271|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44692: receive error: Protocol error
Sep 30 23:09:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01272|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44692: connection dropped (Protocol error)
Sep 30 23:09:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:09:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:11:11 ovirteng.stuffnet.local userhelper[41708]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:11:11 ovirteng.stuffnet.local userhelper[41708]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:13:12 ovirteng.stuffnet.local userhelper[41777]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:13:12 ovirteng.stuffnet.local userhelper[41777]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:14:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:14:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:14:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01273|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:14:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01274|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44816: receive error: Protocol error
Sep 30 23:14:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01275|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44816: connection dropped (Protocol error)
Sep 30 23:14:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:14:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:15:12 ovirteng.stuffnet.local userhelper[41857]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:15:12 ovirteng.stuffnet.local userhelper[41857]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:17:13 ovirteng.stuffnet.local userhelper[41932]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:17:13 ovirteng.stuffnet.local userhelper[41932]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:19:14 ovirteng.stuffnet.local userhelper[42003]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:19:14 ovirteng.stuffnet.local userhelper[42003]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:19:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:19:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:19:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01276|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:19:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01277|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44944: receive error: Protocol error
Sep 30 23:19:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01278|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44944: connection dropped (Protocol error)
Sep 30 23:19:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:19:40] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:21:17 ovirteng.stuffnet.local userhelper[42084]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:21:17 ovirteng.stuffnet.local userhelper[42084]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:23:20 ovirteng.stuffnet.local userhelper[42160]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:23:20 ovirteng.stuffnet.local userhelper[42160]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:24:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:24:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:24:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01279|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:24:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01280|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45076: receive error: Protocol error
Sep 30 23:24:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01281|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45076: connection dropped (Protocol error)
Sep 30 23:24:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:24:41] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:25:20 ovirteng.stuffnet.local userhelper[42239]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:25:20 ovirteng.stuffnet.local userhelper[42239]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:27:21 ovirteng.stuffnet.local userhelper[42320]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:27:21 ovirteng.stuffnet.local userhelper[42320]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:29:21 ovirteng.stuffnet.local userhelper[42398]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:29:21 ovirteng.stuffnet.local userhelper[42398]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:29:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:29:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:29:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01282|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:29:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01283|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45204: receive error: Protocol error
Sep 30 23:29:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01284|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45204: connection dropped (Protocol error)
Sep 30 23:29:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:29:43] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:31:22 ovirteng.stuffnet.local userhelper[42482]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:31:22 ovirteng.stuffnet.local userhelper[42482]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:33:22 ovirteng.stuffnet.local userhelper[42552]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:33:22 ovirteng.stuffnet.local userhelper[42552]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:34:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:34:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:34:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01285|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:34:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01286|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45334: receive error: Protocol error
Sep 30 23:34:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01287|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45334: connection dropped (Protocol error)
Sep 30 23:34:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:34:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:35:24 ovirteng.stuffnet.local userhelper[42630]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:35:24 ovirteng.stuffnet.local userhelper[42630]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:37:24 ovirteng.stuffnet.local userhelper[42706]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:37:24 ovirteng.stuffnet.local userhelper[42706]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:39:24 ovirteng.stuffnet.local userhelper[42776]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:39:24 ovirteng.stuffnet.local userhelper[42776]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:39:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:39:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:39:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01288|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:39:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01289|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45462: receive error: Protocol error
Sep 30 23:39:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01290|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45462: connection dropped (Protocol error)
Sep 30 23:39:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:39:45] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:41:25 ovirteng.stuffnet.local userhelper[42852]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:41:25 ovirteng.stuffnet.local userhelper[42852]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:43:25 ovirteng.stuffnet.local userhelper[42925]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:43:25 ovirteng.stuffnet.local userhelper[42925]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:44:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:44:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:44:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01291|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:44:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01292|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45592: receive error: Protocol error
Sep 30 23:44:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01293|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45592: connection dropped (Protocol error)
Sep 30 23:44:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:44:47] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:45:26 ovirteng.stuffnet.local userhelper[42999]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:45:26 ovirteng.stuffnet.local userhelper[42999]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:47:30 ovirteng.stuffnet.local userhelper[43072]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:47:30 ovirteng.stuffnet.local userhelper[43072]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:49:33 ovirteng.stuffnet.local userhelper[43147]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:49:33 ovirteng.stuffnet.local userhelper[43147]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:49:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:49:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:49:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01294|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:49:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01295|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45720: receive error: Protocol error
Sep 30 23:49:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01296|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45720: connection dropped (Protocol error)
Sep 30 23:49:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:49:48] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:51:33 ovirteng.stuffnet.local userhelper[43227]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:51:33 ovirteng.stuffnet.local userhelper[43227]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:53:33 ovirteng.stuffnet.local userhelper[43302]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:53:33 ovirteng.stuffnet.local userhelper[43302]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:54:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:54:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:54:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01297|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:54:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01298|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45846: receive error: Protocol error
Sep 30 23:54:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01299|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45846: connection dropped (Protocol error)
Sep 30 23:54:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:54:48] "GET /v2.0/networks HTTP/1.1" 200 -
Sep 30 23:55:34 ovirteng.stuffnet.local userhelper[43378]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:55:34 ovirteng.stuffnet.local userhelper[43378]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:57:34 ovirteng.stuffnet.local userhelper[43452]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:57:34 ovirteng.stuffnet.local userhelper[43452]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:59:35 ovirteng.stuffnet.local userhelper[43523]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Sep 30 23:59:35 ovirteng.stuffnet.local userhelper[43523]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Sep 30 23:59:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:59:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Sep 30 23:59:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01300|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Sep 30 23:59:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01301|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45974: receive error: Protocol error
Sep 30 23:59:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01302|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45974: connection dropped (Protocol error)
Sep 30 23:59:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [30/Sep/2019 23:59:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:00:03 ovirteng.stuffnet.local systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound...
-- Subject: Unit unbound-anchor.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit unbound-anchor.service has begun starting up.
Oct 01 00:00:14 ovirteng.stuffnet.local systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.
-- Subject: Unit unbound-anchor.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit unbound-anchor.service has finished starting up.
--
-- The start-up result is done.
Oct 01 00:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 00:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 38 of user root.
-- Subject: Unit session-38.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-38.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 00:01:01 ovirteng.stuffnet.local CROND[43599]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 00:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[43602]: starting 0anacron
Oct 01 00:01:02 ovirteng.stuffnet.local anacron[43609]: Anacron started on 2019-10-01
Oct 01 00:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[43611]: finished 0anacron
Oct 01 00:01:02 ovirteng.stuffnet.local anacron[43609]: Normal exit (0 jobs run)
Oct 01 00:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 00:01:36 ovirteng.stuffnet.local userhelper[43643]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:01:36 ovirteng.stuffnet.local userhelper[43643]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:03:37 ovirteng.stuffnet.local userhelper[43718]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:03:37 ovirteng.stuffnet.local userhelper[43718]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:04:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:04:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:04:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01303|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:04:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01304|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46114: receive error: Protocol error
Oct 01 00:04:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01305|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46114: connection dropped (Protocol error)
Oct 01 00:04:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:04:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:05:37 ovirteng.stuffnet.local userhelper[43793]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:05:37 ovirteng.stuffnet.local userhelper[43793]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:07:38 ovirteng.stuffnet.local userhelper[43871]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:07:38 ovirteng.stuffnet.local userhelper[43871]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:09:38 ovirteng.stuffnet.local userhelper[43944]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:09:38 ovirteng.stuffnet.local userhelper[43944]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:10:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:10:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:10:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01306|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:10:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01307|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46242: receive error: Protocol error
Oct 01 00:10:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01308|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46242: connection dropped (Protocol error)
Oct 01 00:10:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:10:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:11:39 ovirteng.stuffnet.local userhelper[44021]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:11:39 ovirteng.stuffnet.local userhelper[44021]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:13:43 ovirteng.stuffnet.local userhelper[44099]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:13:43 ovirteng.stuffnet.local userhelper[44099]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:15:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:15:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:15:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01309|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:15:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01310|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46368: receive error: Protocol error
Oct 01 00:15:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01311|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46368: connection dropped (Protocol error)
Oct 01 00:15:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:15:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:15:44 ovirteng.stuffnet.local userhelper[44174]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:15:44 ovirteng.stuffnet.local userhelper[44174]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:17:44 ovirteng.stuffnet.local userhelper[44250]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:17:44 ovirteng.stuffnet.local userhelper[44250]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:19:48 ovirteng.stuffnet.local userhelper[44324]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:19:48 ovirteng.stuffnet.local userhelper[44324]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:20:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:20:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:20:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01312|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:20:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01313|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46496: receive error: Protocol error
Oct 01 00:20:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01314|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46496: connection dropped (Protocol error)
Oct 01 00:20:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:20:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:21:48 ovirteng.stuffnet.local userhelper[44404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:21:48 ovirteng.stuffnet.local userhelper[44404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:23:49 ovirteng.stuffnet.local userhelper[44474]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:23:49 ovirteng.stuffnet.local userhelper[44474]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:25:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:25:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:25:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01315|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:25:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01316|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46624: receive error: Protocol error
Oct 01 00:25:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01317|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46624: connection dropped (Protocol error)
Oct 01 00:25:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:25:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:25:49 ovirteng.stuffnet.local userhelper[44548]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:25:49 ovirteng.stuffnet.local userhelper[44548]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:27:49 ovirteng.stuffnet.local userhelper[44625]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:27:49 ovirteng.stuffnet.local userhelper[44625]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:29:50 ovirteng.stuffnet.local userhelper[44701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:29:50 ovirteng.stuffnet.local userhelper[44701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:30:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:30:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:30:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01318|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:30:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01319|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46752: receive error: Protocol error
Oct 01 00:30:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01320|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46752: connection dropped (Protocol error)
Oct 01 00:30:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:30:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:31:51 ovirteng.stuffnet.local userhelper[44778]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:31:51 ovirteng.stuffnet.local userhelper[44778]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:33:52 ovirteng.stuffnet.local userhelper[44853]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:33:52 ovirteng.stuffnet.local userhelper[44853]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:35:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:35:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:35:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01321|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:35:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01322|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46880: receive error: Protocol error
Oct 01 00:35:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01323|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46880: connection dropped (Protocol error)
Oct 01 00:35:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:35:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:35:52 ovirteng.stuffnet.local userhelper[44928]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:35:52 ovirteng.stuffnet.local userhelper[44928]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:37:53 ovirteng.stuffnet.local userhelper[45008]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:37:53 ovirteng.stuffnet.local userhelper[45008]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:39:55 ovirteng.stuffnet.local userhelper[45083]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:39:55 ovirteng.stuffnet.local userhelper[45083]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:40:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:40:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:40:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01324|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:40:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01325|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47010: receive error: Protocol error
Oct 01 00:40:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01326|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47010: connection dropped (Protocol error)
Oct 01 00:40:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:40:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:41:55 ovirteng.stuffnet.local userhelper[45166]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:41:55 ovirteng.stuffnet.local userhelper[45166]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:43:56 ovirteng.stuffnet.local userhelper[45237]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:43:56 ovirteng.stuffnet.local userhelper[45237]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:45:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:45:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:45:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01327|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:45:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01328|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47138: receive error: Protocol error
Oct 01 00:45:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01329|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47138: connection dropped (Protocol error)
Oct 01 00:45:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:45:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:45:57 ovirteng.stuffnet.local userhelper[45311]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:45:57 ovirteng.stuffnet.local userhelper[45311]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:47:58 ovirteng.stuffnet.local userhelper[45389]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:47:58 ovirteng.stuffnet.local userhelper[45389]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:49:58 ovirteng.stuffnet.local userhelper[45464]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:49:58 ovirteng.stuffnet.local userhelper[45464]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:50:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:50:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:50:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01330|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:50:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01331|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47268: receive error: Protocol error
Oct 01 00:50:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01332|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47268: connection dropped (Protocol error)
Oct 01 00:50:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:50:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:52:00 ovirteng.stuffnet.local userhelper[45543]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:52:00 ovirteng.stuffnet.local userhelper[45543]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:54:00 ovirteng.stuffnet.local userhelper[45617]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:54:00 ovirteng.stuffnet.local userhelper[45617]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:55:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:55:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 00:55:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01333|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 00:55:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01334|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47398: receive error: Protocol error
Oct 01 00:55:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01335|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47398: connection dropped (Protocol error)
Oct 01 00:55:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 00:55:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 00:56:01 ovirteng.stuffnet.local userhelper[45693]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:56:01 ovirteng.stuffnet.local userhelper[45693]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 00:58:01 ovirteng.stuffnet.local userhelper[45764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 00:58:01 ovirteng.stuffnet.local userhelper[45764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:00:05 ovirteng.stuffnet.local userhelper[45851]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:00:05 ovirteng.stuffnet.local userhelper[45851]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:00:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:00:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:00:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01336|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:00:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01337|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47530: receive error: Protocol error
Oct 01 01:00:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01338|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47530: connection dropped (Protocol error)
Oct 01 01:00:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:00:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 01:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 39 of user root.
-- Subject: Unit session-39.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-39.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 01:01:01 ovirteng.stuffnet.local CROND[45889]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 01:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[45892]: starting 0anacron
Oct 01 01:01:01 ovirteng.stuffnet.local anacron[45898]: Anacron started on 2019-10-01
Oct 01 01:01:01 ovirteng.stuffnet.local anacron[45898]: Normal exit (0 jobs run)
Oct 01 01:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[45900]: finished 0anacron
Oct 01 01:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 01:02:06 ovirteng.stuffnet.local userhelper[45940]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:02:06 ovirteng.stuffnet.local userhelper[45940]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:04:06 ovirteng.stuffnet.local userhelper[46016]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:04:06 ovirteng.stuffnet.local userhelper[46016]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:05:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:05:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:05:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01339|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:05:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01340|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47656: receive error: Protocol error
Oct 01 01:05:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01341|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47656: connection dropped (Protocol error)
Oct 01 01:05:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:05:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:06:15 ovirteng.stuffnet.local userhelper[46094]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:06:15 ovirteng.stuffnet.local userhelper[46094]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:08:15 ovirteng.stuffnet.local userhelper[46173]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:08:15 ovirteng.stuffnet.local userhelper[46173]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:10:16 ovirteng.stuffnet.local userhelper[46244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:10:16 ovirteng.stuffnet.local userhelper[46244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:10:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:10:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:10:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01342|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:10:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01343|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47788: receive error: Protocol error
Oct 01 01:10:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01344|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47788: connection dropped (Protocol error)
Oct 01 01:10:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:10:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:12:16 ovirteng.stuffnet.local userhelper[46328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:12:16 ovirteng.stuffnet.local userhelper[46328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:14:17 ovirteng.stuffnet.local userhelper[46404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:14:17 ovirteng.stuffnet.local userhelper[46404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:15:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:15:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:15:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01345|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:15:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01346|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47918: receive error: Protocol error
Oct 01 01:15:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01347|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47918: connection dropped (Protocol error)
Oct 01 01:15:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:15:29] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:16:17 ovirteng.stuffnet.local userhelper[46483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:16:17 ovirteng.stuffnet.local userhelper[46483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:18:18 ovirteng.stuffnet.local userhelper[46565]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:18:18 ovirteng.stuffnet.local userhelper[46565]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:20:20 ovirteng.stuffnet.local userhelper[46639]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:20:20 ovirteng.stuffnet.local userhelper[46639]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:20:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:20:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:20:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01348|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:20:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01349|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48048: receive error: Protocol error
Oct 01 01:20:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01350|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48048: connection dropped (Protocol error)
Oct 01 01:20:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:20:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:22:21 ovirteng.stuffnet.local userhelper[46721]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:22:21 ovirteng.stuffnet.local userhelper[46721]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:24:22 ovirteng.stuffnet.local userhelper[46798]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:24:22 ovirteng.stuffnet.local userhelper[46798]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:25:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:25:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:25:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01351|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:25:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01352|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48174: receive error: Protocol error
Oct 01 01:25:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01353|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48174: connection dropped (Protocol error)
Oct 01 01:25:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:25:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:26:22 ovirteng.stuffnet.local userhelper[46888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:26:22 ovirteng.stuffnet.local userhelper[46888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:28:23 ovirteng.stuffnet.local userhelper[46963]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:28:23 ovirteng.stuffnet.local userhelper[46963]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:30:23 ovirteng.stuffnet.local userhelper[47020]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:30:23 ovirteng.stuffnet.local userhelper[47020]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:30:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:30:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:30:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01354|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:30:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01355|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48302: receive error: Protocol error
Oct 01 01:30:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01356|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48302: connection dropped (Protocol error)
Oct 01 01:30:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:30:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:32:26 ovirteng.stuffnet.local userhelper[47103]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:32:26 ovirteng.stuffnet.local userhelper[47103]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:34:26 ovirteng.stuffnet.local userhelper[47178]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:34:26 ovirteng.stuffnet.local userhelper[47178]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:35:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:35:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:35:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01357|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:35:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01358|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48440: receive error: Protocol error
Oct 01 01:35:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01359|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48440: connection dropped (Protocol error)
Oct 01 01:35:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:35:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:36:26 ovirteng.stuffnet.local userhelper[47257]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:36:26 ovirteng.stuffnet.local userhelper[47257]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:38:27 ovirteng.stuffnet.local userhelper[47330]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:38:27 ovirteng.stuffnet.local userhelper[47330]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:40:27 ovirteng.stuffnet.local userhelper[47404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:40:27 ovirteng.stuffnet.local userhelper[47404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:40:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:40:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:40:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01360|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:40:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01361|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48568: receive error: Protocol error
Oct 01 01:40:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01362|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48568: connection dropped (Protocol error)
Oct 01 01:40:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:40:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:42:28 ovirteng.stuffnet.local userhelper[47486]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:42:28 ovirteng.stuffnet.local userhelper[47486]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:44:28 ovirteng.stuffnet.local userhelper[47556]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:44:28 ovirteng.stuffnet.local userhelper[47556]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:45:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:45:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:45:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01363|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:45:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01364|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48692: receive error: Protocol error
Oct 01 01:45:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01365|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48692: connection dropped (Protocol error)
Oct 01 01:45:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:45:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:46:32 ovirteng.stuffnet.local userhelper[47626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:46:32 ovirteng.stuffnet.local userhelper[47626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:48:33 ovirteng.stuffnet.local userhelper[47701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:48:33 ovirteng.stuffnet.local userhelper[47701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:50:34 ovirteng.stuffnet.local userhelper[47768]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:50:34 ovirteng.stuffnet.local userhelper[47768]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:50:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:50:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:50:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01366|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:50:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01367|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48828: receive error: Protocol error
Oct 01 01:50:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01368|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48828: connection dropped (Protocol error)
Oct 01 01:50:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:50:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:52:34 ovirteng.stuffnet.local userhelper[47849]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:52:34 ovirteng.stuffnet.local userhelper[47849]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:54:35 ovirteng.stuffnet.local userhelper[47920]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:54:35 ovirteng.stuffnet.local userhelper[47920]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:55:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:55:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 01:55:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01369|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 01:55:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01370|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48956: receive error: Protocol error
Oct 01 01:55:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01371|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48956: connection dropped (Protocol error)
Oct 01 01:55:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 01:55:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 01:56:35 ovirteng.stuffnet.local userhelper[48000]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:56:35 ovirteng.stuffnet.local userhelper[48000]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 01:58:36 ovirteng.stuffnet.local userhelper[48078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 01:58:36 ovirteng.stuffnet.local userhelper[48078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:00:39 ovirteng.stuffnet.local userhelper[48164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:00:39 ovirteng.stuffnet.local userhelper[48164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:00:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:00:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:00:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01372|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:00:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01373|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49082: receive error: Protocol error
Oct 01 02:00:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01374|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49082: connection dropped (Protocol error)
Oct 01 02:00:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:00:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 02:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 40 of user root.
-- Subject: Unit session-40.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-40.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 02:01:01 ovirteng.stuffnet.local CROND[48178]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[48181]: starting 0anacron
Oct 01 02:01:01 ovirteng.stuffnet.local anacron[48187]: Anacron started on 2019-10-01
Oct 01 02:01:01 ovirteng.stuffnet.local anacron[48187]: Normal exit (0 jobs run)
Oct 01 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[48189]: finished 0anacron
Oct 01 02:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 02:02:40 ovirteng.stuffnet.local userhelper[48259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:02:40 ovirteng.stuffnet.local userhelper[48259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:04:40 ovirteng.stuffnet.local userhelper[48331]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:04:40 ovirteng.stuffnet.local userhelper[48331]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:05:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:05:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:05:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01375|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:05:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01376|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49200: receive error: Protocol error
Oct 01 02:05:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01377|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49200: connection dropped (Protocol error)
Oct 01 02:05:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:05:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:06:41 ovirteng.stuffnet.local userhelper[48411]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:06:41 ovirteng.stuffnet.local userhelper[48411]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:08:41 ovirteng.stuffnet.local userhelper[48488]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:08:41 ovirteng.stuffnet.local userhelper[48488]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:10:42 ovirteng.stuffnet.local userhelper[48558]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:10:42 ovirteng.stuffnet.local userhelper[48558]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:10:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:10:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:10:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01378|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:10:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01379|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49318: receive error: Protocol error
Oct 01 02:10:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01380|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49318: connection dropped (Protocol error)
Oct 01 02:10:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:10:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:12:42 ovirteng.stuffnet.local userhelper[48641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:12:42 ovirteng.stuffnet.local userhelper[48641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:14:42 ovirteng.stuffnet.local userhelper[48715]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:14:42 ovirteng.stuffnet.local userhelper[48715]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:15:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:15:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:15:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01381|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:15:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01382|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49436: receive error: Protocol error
Oct 01 02:15:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01383|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49436: connection dropped (Protocol error)
Oct 01 02:15:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:15:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:16:43 ovirteng.stuffnet.local userhelper[48793]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:16:43 ovirteng.stuffnet.local userhelper[48793]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01384|poll_loop|INFO|wakeup due to [POLLIN] on fd 19 ([::ffff:127.0.0.1]:6641<->[::ffff:127.0.0.1]:57110) at lib/stream-ssl.c:774 (52% CPU usage)
Oct 01 02:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01385|poll_loop|INFO|wakeup due to 0-ms timeout at lib/stream-ssl.c:776 (52% CPU usage)
Oct 01 02:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01386|poll_loop|INFO|wakeup due to [POLLIN] on fd 19 ([::ffff:127.0.0.1]:6641<->[::ffff:127.0.0.1]:57110) at lib/stream-ssl.c:774 (52% CPU usage)
Oct 01 02:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01387|poll_loop|INFO|wakeup due to 0-ms timeout at lib/stream-ssl.c:776 (52% CPU usage)
Oct 01 02:17:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01388|poll_loop|INFO|wakeup due to 2503-ms timeout at ovsdb/ovsdb-server.c:276 (52% CPU usage)
Oct 01 02:18:45 ovirteng.stuffnet.local userhelper[48870]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:18:45 ovirteng.stuffnet.local userhelper[48870]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:20:49 ovirteng.stuffnet.local userhelper[48945]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:20:49 ovirteng.stuffnet.local userhelper[48945]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:20:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:20:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:20:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01389|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:20:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01390|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49554: receive error: Protocol error
Oct 01 02:20:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01391|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49554: connection dropped (Protocol error)
Oct 01 02:20:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:20:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:22:50 ovirteng.stuffnet.local userhelper[49023]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:22:50 ovirteng.stuffnet.local userhelper[49023]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:24:50 ovirteng.stuffnet.local userhelper[49099]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:24:50 ovirteng.stuffnet.local userhelper[49099]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:25:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:25:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:25:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01392|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:25:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01393|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49672: receive error: Protocol error
Oct 01 02:25:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01394|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49672: connection dropped (Protocol error)
Oct 01 02:25:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:25:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:26:50 ovirteng.stuffnet.local userhelper[49178]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:26:50 ovirteng.stuffnet.local userhelper[49178]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:28:51 ovirteng.stuffnet.local userhelper[49255]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:28:51 ovirteng.stuffnet.local userhelper[49255]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:30:51 ovirteng.stuffnet.local userhelper[49328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:30:51 ovirteng.stuffnet.local userhelper[49328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:30:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:30:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:30:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01395|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:30:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01396|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49790: receive error: Protocol error
Oct 01 02:30:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01397|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49790: connection dropped (Protocol error)
Oct 01 02:30:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:30:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:32:51 ovirteng.stuffnet.local userhelper[49407]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:32:51 ovirteng.stuffnet.local userhelper[49407]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:34:52 ovirteng.stuffnet.local userhelper[49483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:34:52 ovirteng.stuffnet.local userhelper[49483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:35:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:35:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:35:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01398|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:35:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01399|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49908: receive error: Protocol error
Oct 01 02:35:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01400|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49908: connection dropped (Protocol error)
Oct 01 02:35:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:35:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:36:53 ovirteng.stuffnet.local userhelper[49562]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:36:53 ovirteng.stuffnet.local userhelper[49562]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:38:53 ovirteng.stuffnet.local userhelper[49640]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:38:53 ovirteng.stuffnet.local userhelper[49640]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:40:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:40:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:40:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01401|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:40:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01402|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50026: receive error: Protocol error
Oct 01 02:40:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01403|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50026: connection dropped (Protocol error)
Oct 01 02:40:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:40:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:40:54 ovirteng.stuffnet.local userhelper[49716]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:40:54 ovirteng.stuffnet.local userhelper[49716]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:42:54 ovirteng.stuffnet.local userhelper[49794]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:42:54 ovirteng.stuffnet.local userhelper[49794]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:44:54 ovirteng.stuffnet.local userhelper[49869]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:44:54 ovirteng.stuffnet.local userhelper[49869]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:45:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:45:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:45:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01404|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:45:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01405|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50144: receive error: Protocol error
Oct 01 02:45:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01406|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50144: connection dropped (Protocol error)
Oct 01 02:45:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:45:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:46:56 ovirteng.stuffnet.local userhelper[49948]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:46:56 ovirteng.stuffnet.local userhelper[49948]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:48:56 ovirteng.stuffnet.local userhelper[50027]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:48:56 ovirteng.stuffnet.local userhelper[50027]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:50:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:50:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:50:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01407|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:50:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01408|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50262: receive error: Protocol error
Oct 01 02:50:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01409|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50262: connection dropped (Protocol error)
Oct 01 02:50:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:50:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:50:59 ovirteng.stuffnet.local userhelper[50106]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:50:59 ovirteng.stuffnet.local userhelper[50106]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:53:01 ovirteng.stuffnet.local userhelper[50179]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:53:01 ovirteng.stuffnet.local userhelper[50179]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:55:03 ovirteng.stuffnet.local userhelper[50257]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:55:03 ovirteng.stuffnet.local userhelper[50257]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:55:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:55:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 02:55:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01410|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 02:55:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01411|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50380: receive error: Protocol error
Oct 01 02:55:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01412|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50380: connection dropped (Protocol error)
Oct 01 02:55:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 02:55:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 02:57:03 ovirteng.stuffnet.local userhelper[50338]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:57:03 ovirteng.stuffnet.local userhelper[50338]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 02:59:03 ovirteng.stuffnet.local userhelper[50417]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 02:59:03 ovirteng.stuffnet.local userhelper[50417]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:00:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:00:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:00:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01413|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:00:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01414|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50536: receive error: Protocol error
Oct 01 03:00:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01415|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50536: connection dropped (Protocol error)
Oct 01 03:00:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:00:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 03:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 41 of user root.
-- Subject: Unit session-41.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-41.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 03:01:01 ovirteng.stuffnet.local CROND[50768]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[50771]: starting 0anacron
Oct 01 03:01:01 ovirteng.stuffnet.local anacron[50777]: Anacron started on 2019-10-01
Oct 01 03:01:01 ovirteng.stuffnet.local anacron[50777]: Will run job `cron.daily' in 10 min.
Oct 01 03:01:01 ovirteng.stuffnet.local anacron[50777]: Jobs will be executed sequentially
Oct 01 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[50779]: finished 0anacron
Oct 01 03:01:04 ovirteng.stuffnet.local userhelper[50782]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:01:04 ovirteng.stuffnet.local userhelper[50782]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:03:04 ovirteng.stuffnet.local userhelper[50886]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:03:04 ovirteng.stuffnet.local userhelper[50886]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:05:05 ovirteng.stuffnet.local userhelper[50962]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:05:05 ovirteng.stuffnet.local userhelper[50962]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:05:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:05:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:05:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01416|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:05:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01417|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50664: receive error: Protocol error
Oct 01 03:05:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01418|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50664: connection dropped (Protocol error)
Oct 01 03:05:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:05:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:07:05 ovirteng.stuffnet.local userhelper[51041]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:07:05 ovirteng.stuffnet.local userhelper[51041]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:09:05 ovirteng.stuffnet.local userhelper[51116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:09:05 ovirteng.stuffnet.local userhelper[51116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:10:18 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00108|reconnect|ERR|ssl:[::ffff:10.1.3.11]:46240: no response to inactivity probe after 5 seconds, disconnecting
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00109|timeval|WARN|Unreasonably long 4337ms poll interval (0ms user, 0ms system)
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00110|timeval|WARN|disk: 8 reads, 8 writes
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00111|timeval|WARN|context switches: 1 voluntary, 1 involuntary
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00112|coverage|INFO|Event coverage, avg rate over last: 5 seconds, last minute, last hour, hash=27e3f641:
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00113|coverage|INFO|hmap_pathological 0.0/sec 0.000/sec 0.0000/sec total: 32
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00114|coverage|INFO|hmap_expand 3.0/sec 4.600/sec 4.3261/sec total: 581209
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00115|coverage|INFO|lockfile_lock 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00116|coverage|INFO|poll_create_node 8.2/sec 9.967/sec 8.8169/sec total: 1147761
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00117|coverage|INFO|poll_zero_timeout 0.2/sec 0.633/sec 0.5683/sec total: 76644
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00118|coverage|INFO|seq_change 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00119|coverage|INFO|pstream_open 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00120|coverage|INFO|unixctl_received 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00121|coverage|INFO|unixctl_replied 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00122|coverage|INFO|util_xalloc 89.0/sec 122.917/sec 115.4861/sec total: 15584300
Oct 01 03:10:23 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00123|coverage|INFO|68 events never hit
Oct 01 03:10:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:10:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:10:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01419|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:10:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01420|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50782: receive error: Protocol error
Oct 01 03:10:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01421|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50782: connection dropped (Protocol error)
Oct 01 03:10:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:10:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:11:01 ovirteng.stuffnet.local anacron[50777]: Job `cron.daily' started
Oct 01 03:11:02 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[51196]: starting logrotate
Oct 01 03:11:06 ovirteng.stuffnet.local userhelper[51204]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:11:06 ovirteng.stuffnet.local userhelper[51204]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:11:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01422|vlog|INFO|closing log file
Oct 01 03:11:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01423|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-nb.log
Oct 01 03:11:13 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00124|vlog|INFO|closing log file
Oct 01 03:11:13 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00125|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-sb.log
Oct 01 03:11:27 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[51248]: finished logrotate
Oct 01 03:11:27 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[51250]: starting man-db.cron
Oct 01 03:11:35 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[51259]: finished man-db.cron
Oct 01 03:11:35 ovirteng.stuffnet.local anacron[50777]: Job `cron.daily' terminated
Oct 01 03:11:35 ovirteng.stuffnet.local anacron[50777]: Normal exit (1 job run)
Oct 01 03:11:35 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 03:13:07 ovirteng.stuffnet.local userhelper[51317]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:13:07 ovirteng.stuffnet.local userhelper[51317]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:15:08 ovirteng.stuffnet.local userhelper[51388]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:15:08 ovirteng.stuffnet.local userhelper[51388]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:15:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:15:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:15:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01424|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:15:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01425|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50900: receive error: Protocol error
Oct 01 03:15:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01426|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50900: connection dropped (Protocol error)
Oct 01 03:15:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:15:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:17:08 ovirteng.stuffnet.local userhelper[51468]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:17:08 ovirteng.stuffnet.local userhelper[51468]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:19:09 ovirteng.stuffnet.local userhelper[51547]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:19:09 ovirteng.stuffnet.local userhelper[51547]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:20:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:20:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:20:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01427|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:20:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01428|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51018: receive error: Protocol error
Oct 01 03:20:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01429|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51018: connection dropped (Protocol error)
Oct 01 03:20:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:20:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:21:09 ovirteng.stuffnet.local userhelper[51626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:21:09 ovirteng.stuffnet.local userhelper[51626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:23:09 ovirteng.stuffnet.local userhelper[51705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:23:09 ovirteng.stuffnet.local userhelper[51705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:25:12 ovirteng.stuffnet.local userhelper[51775]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:25:12 ovirteng.stuffnet.local userhelper[51775]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:26:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:26:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:26:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01430|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:26:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01431|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51136: receive error: Protocol error
Oct 01 03:26:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01432|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51136: connection dropped (Protocol error)
Oct 01 03:26:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:26:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:27:13 ovirteng.stuffnet.local userhelper[51850]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:27:13 ovirteng.stuffnet.local userhelper[51850]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:29:13 ovirteng.stuffnet.local userhelper[51929]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:29:13 ovirteng.stuffnet.local userhelper[51929]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:31:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:31:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:31:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01433|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:31:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01434|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51254: receive error: Protocol error
Oct 01 03:31:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01435|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51254: connection dropped (Protocol error)
Oct 01 03:31:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:31:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:31:14 ovirteng.stuffnet.local userhelper[52010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:31:14 ovirteng.stuffnet.local userhelper[52010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:33:14 ovirteng.stuffnet.local userhelper[52089]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:33:14 ovirteng.stuffnet.local userhelper[52089]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:35:14 ovirteng.stuffnet.local userhelper[52167]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:35:14 ovirteng.stuffnet.local userhelper[52167]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:36:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:36:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:36:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01436|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:36:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01437|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51372: receive error: Protocol error
Oct 01 03:36:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01438|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51372: connection dropped (Protocol error)
Oct 01 03:36:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:36:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:37:15 ovirteng.stuffnet.local userhelper[52244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:37:15 ovirteng.stuffnet.local userhelper[52244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:39:15 ovirteng.stuffnet.local userhelper[52323]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:39:15 ovirteng.stuffnet.local userhelper[52323]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:41:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:41:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:41:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01439|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:41:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01440|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51490: receive error: Protocol error
Oct 01 03:41:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01441|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51490: connection dropped (Protocol error)
Oct 01 03:41:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:41:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:41:17 ovirteng.stuffnet.local userhelper[52407]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:41:17 ovirteng.stuffnet.local userhelper[52407]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:43:18 ovirteng.stuffnet.local userhelper[52488]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:43:18 ovirteng.stuffnet.local userhelper[52488]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:45:18 ovirteng.stuffnet.local userhelper[52563]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:45:18 ovirteng.stuffnet.local userhelper[52563]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:46:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:46:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:46:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01442|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:46:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01443|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51610: receive error: Protocol error
Oct 01 03:46:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01444|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51610: connection dropped (Protocol error)
Oct 01 03:46:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:46:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:47:18 ovirteng.stuffnet.local userhelper[52643]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:47:18 ovirteng.stuffnet.local userhelper[52643]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:49:19 ovirteng.stuffnet.local userhelper[52722]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:49:19 ovirteng.stuffnet.local userhelper[52722]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:51:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:51:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:51:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01445|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:51:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01446|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51728: receive error: Protocol error
Oct 01 03:51:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01447|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51728: connection dropped (Protocol error)
Oct 01 03:51:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:51:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:51:19 ovirteng.stuffnet.local userhelper[52797]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:51:19 ovirteng.stuffnet.local userhelper[52797]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:53:20 ovirteng.stuffnet.local userhelper[52876]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:53:20 ovirteng.stuffnet.local userhelper[52876]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:55:20 ovirteng.stuffnet.local userhelper[52952]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:55:20 ovirteng.stuffnet.local userhelper[52952]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:56:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:56:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 03:56:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01448|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 03:56:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01449|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51846: receive error: Protocol error
Oct 01 03:56:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01450|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51846: connection dropped (Protocol error)
Oct 01 03:56:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 03:56:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 03:57:20 ovirteng.stuffnet.local userhelper[53032]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:57:20 ovirteng.stuffnet.local userhelper[53032]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 03:59:21 ovirteng.stuffnet.local userhelper[53110]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 03:59:21 ovirteng.stuffnet.local userhelper[53110]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 04:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 42 of user root.
-- Subject: Unit session-42.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-42.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 04:01:01 ovirteng.stuffnet.local CROND[53187]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[53190]: starting 0anacron
Oct 01 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[53196]: finished 0anacron
Oct 01 04:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 04:01:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:01:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01451|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01452|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51968: receive error: Protocol error
Oct 01 04:01:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01453|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51968: connection dropped (Protocol error)
Oct 01 04:01:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:01:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:01:26 ovirteng.stuffnet.local userhelper[53229]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:01:26 ovirteng.stuffnet.local userhelper[53229]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:03:27 ovirteng.stuffnet.local userhelper[53307]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:03:27 ovirteng.stuffnet.local userhelper[53307]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:05:27 ovirteng.stuffnet.local userhelper[53384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:05:27 ovirteng.stuffnet.local userhelper[53384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:06:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:06:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:06:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01454|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:06:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01455|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52086: receive error: Protocol error
Oct 01 04:06:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01456|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52086: connection dropped (Protocol error)
Oct 01 04:06:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:06:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:07:27 ovirteng.stuffnet.local userhelper[53465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:07:27 ovirteng.stuffnet.local userhelper[53465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:09:28 ovirteng.stuffnet.local userhelper[53543]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:09:28 ovirteng.stuffnet.local userhelper[53543]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:11:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:11:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01457|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01458|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52204: receive error: Protocol error
Oct 01 04:11:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01459|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52204: connection dropped (Protocol error)
Oct 01 04:11:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:11:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:11:28 ovirteng.stuffnet.local userhelper[53623]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:11:28 ovirteng.stuffnet.local userhelper[53623]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:13:29 ovirteng.stuffnet.local userhelper[53701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:13:29 ovirteng.stuffnet.local userhelper[53701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:15:29 ovirteng.stuffnet.local userhelper[53775]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:15:29 ovirteng.stuffnet.local userhelper[53775]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:16:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:16:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:16:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01460|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:16:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01461|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52322: receive error: Protocol error
Oct 01 04:16:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01462|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52322: connection dropped (Protocol error)
Oct 01 04:16:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:16:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:17:29 ovirteng.stuffnet.local userhelper[53857]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:17:29 ovirteng.stuffnet.local userhelper[53857]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:19:30 ovirteng.stuffnet.local userhelper[53934]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:19:30 ovirteng.stuffnet.local userhelper[53934]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:21:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:21:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01463|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01464|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52440: receive error: Protocol error
Oct 01 04:21:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01465|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52440: connection dropped (Protocol error)
Oct 01 04:21:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:21:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:21:30 ovirteng.stuffnet.local userhelper[54010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:21:30 ovirteng.stuffnet.local userhelper[54010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:22:16 ovirteng.stuffnet.local chronyd[1307]: Selected source 216.229.0.49
Oct 01 04:23:31 ovirteng.stuffnet.local userhelper[54089]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:23:31 ovirteng.stuffnet.local userhelper[54089]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:25:31 ovirteng.stuffnet.local userhelper[54164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:25:31 ovirteng.stuffnet.local userhelper[54164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:26:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:26:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:26:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01466|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:26:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01467|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52558: receive error: Protocol error
Oct 01 04:26:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01468|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52558: connection dropped (Protocol error)
Oct 01 04:26:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:26:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:27:31 ovirteng.stuffnet.local userhelper[54246]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:27:31 ovirteng.stuffnet.local userhelper[54246]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:29:32 ovirteng.stuffnet.local userhelper[54324]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:29:32 ovirteng.stuffnet.local userhelper[54324]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:31:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:31:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:31:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01469|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:31:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01470|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52676: receive error: Protocol error
Oct 01 04:31:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01471|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52676: connection dropped (Protocol error)
Oct 01 04:31:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:31:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:31:36 ovirteng.stuffnet.local userhelper[54406]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:31:36 ovirteng.stuffnet.local userhelper[54406]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:33:37 ovirteng.stuffnet.local userhelper[54483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:33:37 ovirteng.stuffnet.local userhelper[54483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:35:37 ovirteng.stuffnet.local userhelper[54559]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:35:37 ovirteng.stuffnet.local userhelper[54559]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:36:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:36:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:36:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01472|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:36:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01473|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52794: receive error: Protocol error
Oct 01 04:36:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01474|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52794: connection dropped (Protocol error)
Oct 01 04:36:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:36:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:37:37 ovirteng.stuffnet.local userhelper[54643]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:37:37 ovirteng.stuffnet.local userhelper[54643]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:39:38 ovirteng.stuffnet.local userhelper[54724]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:39:38 ovirteng.stuffnet.local userhelper[54724]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:41:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:41:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:41:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01475|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:41:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01476|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52912: receive error: Protocol error
Oct 01 04:41:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01477|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52912: connection dropped (Protocol error)
Oct 01 04:41:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:41:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:41:38 ovirteng.stuffnet.local userhelper[54800]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:41:38 ovirteng.stuffnet.local userhelper[54800]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:43:39 ovirteng.stuffnet.local userhelper[54879]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:43:39 ovirteng.stuffnet.local userhelper[54879]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:45:39 ovirteng.stuffnet.local userhelper[54954]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:45:39 ovirteng.stuffnet.local userhelper[54954]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:46:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:46:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:46:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01478|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:46:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01479|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53030: receive error: Protocol error
Oct 01 04:46:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01480|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53030: connection dropped (Protocol error)
Oct 01 04:46:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:46:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:47:39 ovirteng.stuffnet.local userhelper[55034]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:47:39 ovirteng.stuffnet.local userhelper[55034]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:49:40 ovirteng.stuffnet.local userhelper[55115]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:49:40 ovirteng.stuffnet.local userhelper[55115]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:51:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:51:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:51:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01481|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:51:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01482|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53148: receive error: Protocol error
Oct 01 04:51:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01483|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53148: connection dropped (Protocol error)
Oct 01 04:51:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:51:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:51:40 ovirteng.stuffnet.local userhelper[55193]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:51:40 ovirteng.stuffnet.local userhelper[55193]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:53:41 ovirteng.stuffnet.local userhelper[55272]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:53:41 ovirteng.stuffnet.local userhelper[55272]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:55:41 ovirteng.stuffnet.local userhelper[55347]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:55:41 ovirteng.stuffnet.local userhelper[55347]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:56:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:56:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 04:56:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01484|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 04:56:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01485|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53266: receive error: Protocol error
Oct 01 04:56:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01486|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53266: connection dropped (Protocol error)
Oct 01 04:56:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 04:56:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 04:57:42 ovirteng.stuffnet.local userhelper[55426]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:57:42 ovirteng.stuffnet.local userhelper[55426]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 04:59:42 ovirteng.stuffnet.local userhelper[55505]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 04:59:42 ovirteng.stuffnet.local userhelper[55505]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 05:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 43 of user root.
-- Subject: Unit session-43.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-43.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 05:01:01 ovirteng.stuffnet.local CROND[55565]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 05:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[55568]: starting 0anacron
Oct 01 05:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[55574]: finished 0anacron
Oct 01 05:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 05:01:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:01:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:01:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01487|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:01:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01488|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53388: receive error: Protocol error
Oct 01 05:01:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01489|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53388: connection dropped (Protocol error)
Oct 01 05:01:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:01:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:01:42 ovirteng.stuffnet.local userhelper[55611]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:01:42 ovirteng.stuffnet.local userhelper[55611]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:03:43 ovirteng.stuffnet.local userhelper[55689]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:03:43 ovirteng.stuffnet.local userhelper[55689]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:05:43 ovirteng.stuffnet.local userhelper[55764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:05:43 ovirteng.stuffnet.local userhelper[55764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:06:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:06:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:06:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01490|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:06:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01491|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53506: receive error: Protocol error
Oct 01 05:06:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01492|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53506: connection dropped (Protocol error)
Oct 01 05:06:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:06:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:07:43 ovirteng.stuffnet.local userhelper[55846]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:07:43 ovirteng.stuffnet.local userhelper[55846]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:09:44 ovirteng.stuffnet.local userhelper[55925]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:09:44 ovirteng.stuffnet.local userhelper[55925]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:11:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:11:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:11:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01493|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:11:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01494|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53624: receive error: Protocol error
Oct 01 05:11:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01495|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53624: connection dropped (Protocol error)
Oct 01 05:11:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:11:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:11:44 ovirteng.stuffnet.local userhelper[56005]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:11:44 ovirteng.stuffnet.local userhelper[56005]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:13:45 ovirteng.stuffnet.local userhelper[56084]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:13:45 ovirteng.stuffnet.local userhelper[56084]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:15:45 ovirteng.stuffnet.local userhelper[56160]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:15:45 ovirteng.stuffnet.local userhelper[56160]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:16:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:16:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:16:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01496|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:16:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01497|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53744: receive error: Protocol error
Oct 01 05:16:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01498|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53744: connection dropped (Protocol error)
Oct 01 05:16:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:16:16] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:17:45 ovirteng.stuffnet.local userhelper[56239]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:17:45 ovirteng.stuffnet.local userhelper[56239]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:19:46 ovirteng.stuffnet.local userhelper[56318]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:19:46 ovirteng.stuffnet.local userhelper[56318]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:21:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:21:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01499|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01500|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53862: receive error: Protocol error
Oct 01 05:21:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01501|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53862: connection dropped (Protocol error)
Oct 01 05:21:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:21:16] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:21:49 ovirteng.stuffnet.local userhelper[56395]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:21:49 ovirteng.stuffnet.local userhelper[56395]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:23:50 ovirteng.stuffnet.local userhelper[56473]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:23:50 ovirteng.stuffnet.local userhelper[56473]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:25:50 ovirteng.stuffnet.local userhelper[56548]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:25:50 ovirteng.stuffnet.local userhelper[56548]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:26:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:26:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01502|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01503|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53980: receive error: Protocol error
Oct 01 05:26:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01504|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53980: connection dropped (Protocol error)
Oct 01 05:26:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:26:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:27:50 ovirteng.stuffnet.local userhelper[56632]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:27:50 ovirteng.stuffnet.local userhelper[56632]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:29:51 ovirteng.stuffnet.local userhelper[56712]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:29:51 ovirteng.stuffnet.local userhelper[56712]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:31:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:31:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:31:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01505|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:31:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01506|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54098: receive error: Protocol error
Oct 01 05:31:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01507|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54098: connection dropped (Protocol error)
Oct 01 05:31:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:31:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:31:51 ovirteng.stuffnet.local userhelper[56788]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:31:51 ovirteng.stuffnet.local userhelper[56788]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:33:51 ovirteng.stuffnet.local userhelper[56865]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:33:51 ovirteng.stuffnet.local userhelper[56865]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:35:52 ovirteng.stuffnet.local userhelper[56942]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:35:52 ovirteng.stuffnet.local userhelper[56942]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:36:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:36:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:36:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01508|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:36:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01509|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54216: receive error: Protocol error
Oct 01 05:36:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01510|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54216: connection dropped (Protocol error)
Oct 01 05:36:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:36:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:37:52 ovirteng.stuffnet.local userhelper[57022]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:37:52 ovirteng.stuffnet.local userhelper[57022]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:39:53 ovirteng.stuffnet.local userhelper[57101]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:39:53 ovirteng.stuffnet.local userhelper[57101]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:41:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:41:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:41:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01511|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:41:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01512|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54334: receive error: Protocol error
Oct 01 05:41:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01513|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54334: connection dropped (Protocol error)
Oct 01 05:41:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:41:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:41:53 ovirteng.stuffnet.local userhelper[57179]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:41:53 ovirteng.stuffnet.local userhelper[57179]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:43:53 ovirteng.stuffnet.local userhelper[57258]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:43:53 ovirteng.stuffnet.local userhelper[57258]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:45:54 ovirteng.stuffnet.local userhelper[57334]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:45:54 ovirteng.stuffnet.local userhelper[57334]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:46:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:46:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:46:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01514|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:46:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01515|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54452: receive error: Protocol error
Oct 01 05:46:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01516|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54452: connection dropped (Protocol error)
Oct 01 05:46:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:46:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:47:54 ovirteng.stuffnet.local userhelper[57413]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:47:54 ovirteng.stuffnet.local userhelper[57413]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:49:55 ovirteng.stuffnet.local userhelper[57492]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:49:55 ovirteng.stuffnet.local userhelper[57492]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:51:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:51:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:51:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01517|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:51:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01518|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54570: receive error: Protocol error
Oct 01 05:51:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01519|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54570: connection dropped (Protocol error)
Oct 01 05:51:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:51:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:51:55 ovirteng.stuffnet.local userhelper[57572]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:51:55 ovirteng.stuffnet.local userhelper[57572]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:53:56 ovirteng.stuffnet.local userhelper[57651]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:53:56 ovirteng.stuffnet.local userhelper[57651]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:55:56 ovirteng.stuffnet.local userhelper[57726]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:55:56 ovirteng.stuffnet.local userhelper[57726]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:56:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:56:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 05:56:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01520|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 05:56:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01521|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54688: receive error: Protocol error
Oct 01 05:56:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01522|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54688: connection dropped (Protocol error)
Oct 01 05:56:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 05:56:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 05:57:57 ovirteng.stuffnet.local userhelper[57807]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:57:57 ovirteng.stuffnet.local userhelper[57807]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 05:59:57 ovirteng.stuffnet.local userhelper[57882]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 05:59:57 ovirteng.stuffnet.local userhelper[57882]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 06:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 44 of user root.
-- Subject: Unit session-44.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-44.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 06:01:01 ovirteng.stuffnet.local CROND[57934]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[57937]: starting 0anacron
Oct 01 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[57943]: finished 0anacron
Oct 01 06:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 06:01:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:01:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:01:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01523|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:01:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01524|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54810: receive error: Protocol error
Oct 01 06:01:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01525|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54810: connection dropped (Protocol error)
Oct 01 06:01:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:01:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:01:58 ovirteng.stuffnet.local userhelper[57990]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:01:58 ovirteng.stuffnet.local userhelper[57990]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:03:58 ovirteng.stuffnet.local userhelper[58066]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:03:58 ovirteng.stuffnet.local userhelper[58066]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:06:00 ovirteng.stuffnet.local userhelper[58141]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:06:00 ovirteng.stuffnet.local userhelper[58141]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:06:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:06:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:06:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01526|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:06:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01527|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54928: receive error: Protocol error
Oct 01 06:06:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01528|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54928: connection dropped (Protocol error)
Oct 01 06:06:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:06:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:08:01 ovirteng.stuffnet.local userhelper[58221]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:08:01 ovirteng.stuffnet.local userhelper[58221]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:10:01 ovirteng.stuffnet.local userhelper[58299]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:10:01 ovirteng.stuffnet.local userhelper[58299]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:11:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:11:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:11:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01529|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:11:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01530|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55050: receive error: Protocol error
Oct 01 06:11:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01531|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55050: connection dropped (Protocol error)
Oct 01 06:11:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:11:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:12:05 ovirteng.stuffnet.local userhelper[58378]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:12:05 ovirteng.stuffnet.local userhelper[58378]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:14:06 ovirteng.stuffnet.local userhelper[58459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:14:06 ovirteng.stuffnet.local userhelper[58459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:16:06 ovirteng.stuffnet.local userhelper[58536]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:16:06 ovirteng.stuffnet.local userhelper[58536]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:16:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:16:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:16:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01532|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:16:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01533|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55168: receive error: Protocol error
Oct 01 06:16:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01534|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55168: connection dropped (Protocol error)
Oct 01 06:16:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:16:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:18:06 ovirteng.stuffnet.local userhelper[58616]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:18:06 ovirteng.stuffnet.local userhelper[58616]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:20:07 ovirteng.stuffnet.local userhelper[58691]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:20:07 ovirteng.stuffnet.local userhelper[58691]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:21:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:21:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:21:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01535|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:21:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01536|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55286: receive error: Protocol error
Oct 01 06:21:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01537|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55286: connection dropped (Protocol error)
Oct 01 06:21:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:21:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:22:07 ovirteng.stuffnet.local userhelper[58772]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:22:07 ovirteng.stuffnet.local userhelper[58772]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:24:09 ovirteng.stuffnet.local userhelper[58851]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:24:09 ovirteng.stuffnet.local userhelper[58851]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:26:09 ovirteng.stuffnet.local userhelper[58927]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:26:09 ovirteng.stuffnet.local userhelper[58927]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:26:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:26:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:26:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01538|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:26:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01539|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55404: receive error: Protocol error
Oct 01 06:26:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01540|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55404: connection dropped (Protocol error)
Oct 01 06:26:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:26:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:28:10 ovirteng.stuffnet.local userhelper[59006]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:28:10 ovirteng.stuffnet.local userhelper[59006]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:30:12 ovirteng.stuffnet.local userhelper[59085]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:30:12 ovirteng.stuffnet.local userhelper[59085]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:31:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:31:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:31:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01541|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:31:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01542|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55524: receive error: Protocol error
Oct 01 06:31:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01543|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55524: connection dropped (Protocol error)
Oct 01 06:31:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:31:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:32:13 ovirteng.stuffnet.local userhelper[59163]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:32:13 ovirteng.stuffnet.local userhelper[59163]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:34:13 ovirteng.stuffnet.local userhelper[59241]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:34:13 ovirteng.stuffnet.local userhelper[59241]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:36:14 ovirteng.stuffnet.local userhelper[59317]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:36:14 ovirteng.stuffnet.local userhelper[59317]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:36:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:36:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:36:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01544|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:36:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01545|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55642: receive error: Protocol error
Oct 01 06:36:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01546|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55642: connection dropped (Protocol error)
Oct 01 06:36:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:36:27] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:38:15 ovirteng.stuffnet.local userhelper[59395]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:38:15 ovirteng.stuffnet.local userhelper[59395]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:40:16 ovirteng.stuffnet.local userhelper[59474]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:40:16 ovirteng.stuffnet.local userhelper[59474]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:41:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:41:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:41:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01547|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:41:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01548|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55760: receive error: Protocol error
Oct 01 06:41:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01549|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55760: connection dropped (Protocol error)
Oct 01 06:41:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:41:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:42:16 ovirteng.stuffnet.local userhelper[59550]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:42:16 ovirteng.stuffnet.local userhelper[59550]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:44:17 ovirteng.stuffnet.local userhelper[59624]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:44:17 ovirteng.stuffnet.local userhelper[59624]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:46:19 ovirteng.stuffnet.local userhelper[59700]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:46:19 ovirteng.stuffnet.local userhelper[59700]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:46:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:46:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:46:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01550|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:46:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01551|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55878: receive error: Protocol error
Oct 01 06:46:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01552|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55878: connection dropped (Protocol error)
Oct 01 06:46:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:46:29] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:48:23 ovirteng.stuffnet.local userhelper[59788]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:48:23 ovirteng.stuffnet.local userhelper[59788]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:50:24 ovirteng.stuffnet.local userhelper[59850]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:50:24 ovirteng.stuffnet.local userhelper[59850]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:51:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:51:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:51:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01553|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:51:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01554|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55996: receive error: Protocol error
Oct 01 06:51:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01555|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55996: connection dropped (Protocol error)
Oct 01 06:51:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:51:29] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:52:24 ovirteng.stuffnet.local userhelper[59943]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:52:24 ovirteng.stuffnet.local userhelper[59943]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:54:25 ovirteng.stuffnet.local userhelper[60009]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:54:25 ovirteng.stuffnet.local userhelper[60009]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:56:25 ovirteng.stuffnet.local userhelper[60093]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:56:25 ovirteng.stuffnet.local userhelper[60093]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 06:56:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:56:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 06:56:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01556|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 06:56:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01557|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56114: receive error: Protocol error
Oct 01 06:56:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01558|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56114: connection dropped (Protocol error)
Oct 01 06:56:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 06:56:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 06:58:25 ovirteng.stuffnet.local userhelper[60173]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 06:58:25 ovirteng.stuffnet.local userhelper[60173]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:00:26 ovirteng.stuffnet.local userhelper[60263]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:00:26 ovirteng.stuffnet.local userhelper[60263]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 07:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 45 of user root.
-- Subject: Unit session-45.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-45.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 07:01:01 ovirteng.stuffnet.local CROND[60279]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[60282]: starting 0anacron
Oct 01 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[60288]: finished 0anacron
Oct 01 07:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 07:01:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:01:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:01:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01559|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:01:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01560|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56236: receive error: Protocol error
Oct 01 07:01:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01561|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56236: connection dropped (Protocol error)
Oct 01 07:01:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:01:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:02:31 ovirteng.stuffnet.local userhelper[60360]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:02:31 ovirteng.stuffnet.local userhelper[60360]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:04:31 ovirteng.stuffnet.local userhelper[60440]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:04:31 ovirteng.stuffnet.local userhelper[60440]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:06:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:06:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:06:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01562|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:06:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01563|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56354: receive error: Protocol error
Oct 01 07:06:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01564|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56354: connection dropped (Protocol error)
Oct 01 07:06:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:06:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:06:32 ovirteng.stuffnet.local userhelper[60520]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:06:32 ovirteng.stuffnet.local userhelper[60520]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:08:32 ovirteng.stuffnet.local userhelper[60595]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:08:32 ovirteng.stuffnet.local userhelper[60595]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:10:33 ovirteng.stuffnet.local userhelper[60673]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:10:33 ovirteng.stuffnet.local userhelper[60673]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:11:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:11:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:11:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01565|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:11:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01566|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56472: receive error: Protocol error
Oct 01 07:11:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01567|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56472: connection dropped (Protocol error)
Oct 01 07:11:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:11:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:12:33 ovirteng.stuffnet.local userhelper[60753]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:12:33 ovirteng.stuffnet.local userhelper[60753]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:14:33 ovirteng.stuffnet.local userhelper[60832]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:14:33 ovirteng.stuffnet.local userhelper[60832]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:16:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:16:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01568|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01569|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56590: receive error: Protocol error
Oct 01 07:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01570|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56590: connection dropped (Protocol error)
Oct 01 07:16:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:16:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:16:34 ovirteng.stuffnet.local userhelper[60913]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:16:34 ovirteng.stuffnet.local userhelper[60913]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:18:34 ovirteng.stuffnet.local userhelper[60988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:18:34 ovirteng.stuffnet.local userhelper[60988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:20:35 ovirteng.stuffnet.local userhelper[61064]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:20:35 ovirteng.stuffnet.local userhelper[61064]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:21:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:21:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:21:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01571|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:21:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01572|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56708: receive error: Protocol error
Oct 01 07:21:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01573|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56708: connection dropped (Protocol error)
Oct 01 07:21:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:21:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:22:35 ovirteng.stuffnet.local userhelper[61144]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:22:35 ovirteng.stuffnet.local userhelper[61144]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:24:35 ovirteng.stuffnet.local userhelper[61223]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:24:35 ovirteng.stuffnet.local userhelper[61223]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:26:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:26:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:26:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01574|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:26:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01575|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56826: receive error: Protocol error
Oct 01 07:26:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01576|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56826: connection dropped (Protocol error)
Oct 01 07:26:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:26:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:26:36 ovirteng.stuffnet.local userhelper[61303]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:26:36 ovirteng.stuffnet.local userhelper[61303]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:28:36 ovirteng.stuffnet.local userhelper[61378]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:28:36 ovirteng.stuffnet.local userhelper[61378]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:30:36 ovirteng.stuffnet.local userhelper[61459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:30:36 ovirteng.stuffnet.local userhelper[61459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:31:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:31:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:31:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01577|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:31:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01578|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56944: receive error: Protocol error
Oct 01 07:31:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01579|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56944: connection dropped (Protocol error)
Oct 01 07:31:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:31:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:32:37 ovirteng.stuffnet.local userhelper[61538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:32:37 ovirteng.stuffnet.local userhelper[61538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:34:37 ovirteng.stuffnet.local userhelper[61618]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:34:37 ovirteng.stuffnet.local userhelper[61618]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:36:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:36:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:36:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01580|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:36:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01581|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57062: receive error: Protocol error
Oct 01 07:36:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01582|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57062: connection dropped (Protocol error)
Oct 01 07:36:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:36:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:36:38 ovirteng.stuffnet.local userhelper[61698]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:36:38 ovirteng.stuffnet.local userhelper[61698]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:38:38 ovirteng.stuffnet.local userhelper[61773]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:38:38 ovirteng.stuffnet.local userhelper[61773]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:40:38 ovirteng.stuffnet.local userhelper[61853]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:40:38 ovirteng.stuffnet.local userhelper[61853]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:41:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:41:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:41:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01583|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:41:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01584|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57180: receive error: Protocol error
Oct 01 07:41:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01585|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57180: connection dropped (Protocol error)
Oct 01 07:41:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:41:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:42:39 ovirteng.stuffnet.local userhelper[61932]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:42:39 ovirteng.stuffnet.local userhelper[61932]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:44:39 ovirteng.stuffnet.local userhelper[62012]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:44:39 ovirteng.stuffnet.local userhelper[62012]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:46:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:46:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:46:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01586|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:46:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01587|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57298: receive error: Protocol error
Oct 01 07:46:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01588|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57298: connection dropped (Protocol error)
Oct 01 07:46:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:46:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:46:40 ovirteng.stuffnet.local userhelper[62092]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:46:40 ovirteng.stuffnet.local userhelper[62092]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:48:40 ovirteng.stuffnet.local userhelper[62168]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:48:40 ovirteng.stuffnet.local userhelper[62168]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:50:40 ovirteng.stuffnet.local userhelper[62247]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:50:40 ovirteng.stuffnet.local userhelper[62247]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:51:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:51:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:51:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01589|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:51:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01590|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57416: receive error: Protocol error
Oct 01 07:51:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01591|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57416: connection dropped (Protocol error)
Oct 01 07:51:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:51:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:52:41 ovirteng.stuffnet.local userhelper[62328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:52:41 ovirteng.stuffnet.local userhelper[62328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:54:42 ovirteng.stuffnet.local userhelper[62407]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:54:42 ovirteng.stuffnet.local userhelper[62407]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:56:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:56:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 07:56:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01592|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 07:56:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01593|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57534: receive error: Protocol error
Oct 01 07:56:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01594|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57534: connection dropped (Protocol error)
Oct 01 07:56:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 07:56:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 07:56:42 ovirteng.stuffnet.local userhelper[62488]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:56:42 ovirteng.stuffnet.local userhelper[62488]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 07:58:42 ovirteng.stuffnet.local userhelper[62564]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 07:58:42 ovirteng.stuffnet.local userhelper[62564]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:00:43 ovirteng.stuffnet.local userhelper[62654]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:00:43 ovirteng.stuffnet.local userhelper[62654]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 08:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 46 of user root.
-- Subject: Unit session-46.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-46.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 08:01:01 ovirteng.stuffnet.local CROND[62668]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[62671]: starting 0anacron
Oct 01 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[62677]: finished 0anacron
Oct 01 08:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 08:01:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:01:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:01:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01595|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:01:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01596|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57682: receive error: Protocol error
Oct 01 08:01:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01597|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57682: connection dropped (Protocol error)
Oct 01 08:01:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:01:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:02:43 ovirteng.stuffnet.local userhelper[62764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:02:43 ovirteng.stuffnet.local userhelper[62764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:04:44 ovirteng.stuffnet.local userhelper[62843]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:04:44 ovirteng.stuffnet.local userhelper[62843]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:06:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:06:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01598|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01599|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57800: receive error: Protocol error
Oct 01 08:06:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01600|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57800: connection dropped (Protocol error)
Oct 01 08:06:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:06:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:06:44 ovirteng.stuffnet.local userhelper[62924]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:06:44 ovirteng.stuffnet.local userhelper[62924]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:08:44 ovirteng.stuffnet.local userhelper[63000]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:08:44 ovirteng.stuffnet.local userhelper[63000]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:10:45 ovirteng.stuffnet.local userhelper[63080]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:10:45 ovirteng.stuffnet.local userhelper[63080]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:11:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:11:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:11:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01601|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:11:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01602|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57918: receive error: Protocol error
Oct 01 08:11:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01603|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57918: connection dropped (Protocol error)
Oct 01 08:11:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:11:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:12:45 ovirteng.stuffnet.local userhelper[63161]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:12:45 ovirteng.stuffnet.local userhelper[63161]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:14:45 ovirteng.stuffnet.local userhelper[63239]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:14:45 ovirteng.stuffnet.local userhelper[63239]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:16:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:16:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01604|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01605|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58036: receive error: Protocol error
Oct 01 08:16:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01606|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58036: connection dropped (Protocol error)
Oct 01 08:16:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:16:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:16:46 ovirteng.stuffnet.local userhelper[63320]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:16:46 ovirteng.stuffnet.local userhelper[63320]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:18:46 ovirteng.stuffnet.local userhelper[63396]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:18:46 ovirteng.stuffnet.local userhelper[63396]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:20:47 ovirteng.stuffnet.local userhelper[63471]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:20:47 ovirteng.stuffnet.local userhelper[63471]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:21:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:21:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:21:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01607|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:21:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01608|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58154: receive error: Protocol error
Oct 01 08:21:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01609|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58154: connection dropped (Protocol error)
Oct 01 08:21:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:21:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:22:47 ovirteng.stuffnet.local userhelper[63551]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:22:47 ovirteng.stuffnet.local userhelper[63551]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:24:47 ovirteng.stuffnet.local userhelper[63631]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:24:47 ovirteng.stuffnet.local userhelper[63631]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:26:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:26:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01610|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01611|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58272: receive error: Protocol error
Oct 01 08:26:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01612|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58272: connection dropped (Protocol error)
Oct 01 08:26:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:26:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:26:48 ovirteng.stuffnet.local userhelper[63712]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:26:48 ovirteng.stuffnet.local userhelper[63712]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:28:48 ovirteng.stuffnet.local userhelper[63785]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:28:48 ovirteng.stuffnet.local userhelper[63785]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:30:49 ovirteng.stuffnet.local userhelper[63865]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:30:49 ovirteng.stuffnet.local userhelper[63865]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:31:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:31:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:31:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01613|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:31:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01614|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58390: receive error: Protocol error
Oct 01 08:31:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01615|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58390: connection dropped (Protocol error)
Oct 01 08:31:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:31:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:32:49 ovirteng.stuffnet.local userhelper[63945]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:32:49 ovirteng.stuffnet.local userhelper[63945]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:34:49 ovirteng.stuffnet.local userhelper[64024]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:34:49 ovirteng.stuffnet.local userhelper[64024]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:36:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:36:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:36:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01616|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:36:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01617|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58510: receive error: Protocol error
Oct 01 08:36:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01618|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58510: connection dropped (Protocol error)
Oct 01 08:36:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:36:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:36:50 ovirteng.stuffnet.local userhelper[64106]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:36:50 ovirteng.stuffnet.local userhelper[64106]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:38:50 ovirteng.stuffnet.local userhelper[64180]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:38:50 ovirteng.stuffnet.local userhelper[64180]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:40:51 ovirteng.stuffnet.local userhelper[64257]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:40:51 ovirteng.stuffnet.local userhelper[64257]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:41:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:41:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:41:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01619|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:41:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01620|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58626: receive error: Protocol error
Oct 01 08:41:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01621|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58626: connection dropped (Protocol error)
Oct 01 08:41:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:41:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:42:51 ovirteng.stuffnet.local userhelper[64338]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:42:51 ovirteng.stuffnet.local userhelper[64338]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:44:52 ovirteng.stuffnet.local userhelper[64416]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:44:52 ovirteng.stuffnet.local userhelper[64416]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:46:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:46:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:46:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01622|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:46:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01623|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58746: receive error: Protocol error
Oct 01 08:46:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01624|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58746: connection dropped (Protocol error)
Oct 01 08:46:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:46:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:46:52 ovirteng.stuffnet.local userhelper[64498]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:46:52 ovirteng.stuffnet.local userhelper[64498]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:48:53 ovirteng.stuffnet.local userhelper[64574]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:48:53 ovirteng.stuffnet.local userhelper[64574]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:50:53 ovirteng.stuffnet.local userhelper[64653]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:50:53 ovirteng.stuffnet.local userhelper[64653]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:51:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:51:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:51:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01625|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:51:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01626|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58864: receive error: Protocol error
Oct 01 08:51:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01627|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58864: connection dropped (Protocol error)
Oct 01 08:51:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:51:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:52:53 ovirteng.stuffnet.local userhelper[64733]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:52:53 ovirteng.stuffnet.local userhelper[64733]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:54:54 ovirteng.stuffnet.local userhelper[64811]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:54:54 ovirteng.stuffnet.local userhelper[64811]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:56:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:56:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 08:56:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01628|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 08:56:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01629|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58982: receive error: Protocol error
Oct 01 08:56:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01630|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58982: connection dropped (Protocol error)
Oct 01 08:56:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 08:56:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 08:56:54 ovirteng.stuffnet.local userhelper[64893]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:56:54 ovirteng.stuffnet.local userhelper[64893]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 08:58:55 ovirteng.stuffnet.local userhelper[64967]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 08:58:55 ovirteng.stuffnet.local userhelper[64967]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:00:55 ovirteng.stuffnet.local userhelper[65057]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:00:55 ovirteng.stuffnet.local userhelper[65057]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 09:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 47 of user root.
-- Subject: Unit session-47.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-47.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 09:01:01 ovirteng.stuffnet.local CROND[65060]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[65063]: starting 0anacron
Oct 01 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[65069]: finished 0anacron
Oct 01 09:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 09:01:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:01:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:01:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01631|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:01:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01632|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59104: receive error: Protocol error
Oct 01 09:01:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01633|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59104: connection dropped (Protocol error)
Oct 01 09:01:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:01:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:02:55 ovirteng.stuffnet.local userhelper[65152]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:02:55 ovirteng.stuffnet.local userhelper[65152]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:04:56 ovirteng.stuffnet.local userhelper[65230]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:04:56 ovirteng.stuffnet.local userhelper[65230]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:06:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:06:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:06:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01634|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:06:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01635|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59222: receive error: Protocol error
Oct 01 09:06:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01636|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59222: connection dropped (Protocol error)
Oct 01 09:06:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:06:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:06:56 ovirteng.stuffnet.local userhelper[65311]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:06:56 ovirteng.stuffnet.local userhelper[65311]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:08:57 ovirteng.stuffnet.local userhelper[65387]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:08:57 ovirteng.stuffnet.local userhelper[65387]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:10:57 ovirteng.stuffnet.local userhelper[65465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:10:57 ovirteng.stuffnet.local userhelper[65465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:11:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:11:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:11:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01637|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:11:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01638|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59340: receive error: Protocol error
Oct 01 09:11:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01639|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59340: connection dropped (Protocol error)
Oct 01 09:11:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:11:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:12:57 ovirteng.stuffnet.local userhelper[306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:12:57 ovirteng.stuffnet.local userhelper[306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:14:58 ovirteng.stuffnet.local userhelper[384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:14:58 ovirteng.stuffnet.local userhelper[384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:16:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:16:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:16:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01640|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:16:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01641|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59458: receive error: Protocol error
Oct 01 09:16:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01642|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59458: connection dropped (Protocol error)
Oct 01 09:16:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:16:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:16:58 ovirteng.stuffnet.local userhelper[465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:16:58 ovirteng.stuffnet.local userhelper[465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:18:59 ovirteng.stuffnet.local userhelper[541]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:18:59 ovirteng.stuffnet.local userhelper[541]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:20:59 ovirteng.stuffnet.local userhelper[625]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:20:59 ovirteng.stuffnet.local userhelper[625]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:21:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:21:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:21:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01643|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:21:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01644|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59576: receive error: Protocol error
Oct 01 09:21:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01645|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59576: connection dropped (Protocol error)
Oct 01 09:21:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:21:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:22:59 ovirteng.stuffnet.local userhelper[723]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:22:59 ovirteng.stuffnet.local userhelper[723]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:25:00 ovirteng.stuffnet.local userhelper[804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:25:00 ovirteng.stuffnet.local userhelper[804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:26:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:26:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:26:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01646|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:26:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01647|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59694: receive error: Protocol error
Oct 01 09:26:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01648|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59694: connection dropped (Protocol error)
Oct 01 09:26:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:26:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:27:00 ovirteng.stuffnet.local userhelper[888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:27:00 ovirteng.stuffnet.local userhelper[888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:29:00 ovirteng.stuffnet.local userhelper[965]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:29:00 ovirteng.stuffnet.local userhelper[965]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:31:01 ovirteng.stuffnet.local userhelper[1048]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:31:01 ovirteng.stuffnet.local userhelper[1048]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:31:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:31:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:31:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01649|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:31:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01650|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59812: receive error: Protocol error
Oct 01 09:31:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01651|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59812: connection dropped (Protocol error)
Oct 01 09:31:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:31:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:33:01 ovirteng.stuffnet.local userhelper[1130]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:33:01 ovirteng.stuffnet.local userhelper[1130]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:35:02 ovirteng.stuffnet.local userhelper[1259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:35:02 ovirteng.stuffnet.local userhelper[1259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:36:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:36:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:36:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01652|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:36:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01653|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59930: receive error: Protocol error
Oct 01 09:36:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01654|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59930: connection dropped (Protocol error)
Oct 01 09:36:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:36:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:37:02 ovirteng.stuffnet.local userhelper[1374]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:37:02 ovirteng.stuffnet.local userhelper[1374]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:39:02 ovirteng.stuffnet.local userhelper[1450]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:39:02 ovirteng.stuffnet.local userhelper[1450]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:41:03 ovirteng.stuffnet.local userhelper[1532]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:41:03 ovirteng.stuffnet.local userhelper[1532]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:41:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:41:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:41:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01655|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:41:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01656|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60048: receive error: Protocol error
Oct 01 09:41:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01657|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60048: connection dropped (Protocol error)
Oct 01 09:41:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:41:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:43:03 ovirteng.stuffnet.local userhelper[1613]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:43:03 ovirteng.stuffnet.local userhelper[1613]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:45:04 ovirteng.stuffnet.local userhelper[1696]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:45:04 ovirteng.stuffnet.local userhelper[1696]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:46:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:46:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:46:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01658|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:46:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01659|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60166: receive error: Protocol error
Oct 01 09:46:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01660|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60166: connection dropped (Protocol error)
Oct 01 09:46:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:46:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:47:04 ovirteng.stuffnet.local userhelper[1784]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:47:04 ovirteng.stuffnet.local userhelper[1784]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:49:04 ovirteng.stuffnet.local userhelper[1860]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:49:04 ovirteng.stuffnet.local userhelper[1860]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:51:05 ovirteng.stuffnet.local userhelper[1946]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:51:05 ovirteng.stuffnet.local userhelper[1946]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:51:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:51:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:51:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01661|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:51:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01662|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60284: receive error: Protocol error
Oct 01 09:51:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01663|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60284: connection dropped (Protocol error)
Oct 01 09:51:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:51:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:53:05 ovirteng.stuffnet.local userhelper[2029]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:53:05 ovirteng.stuffnet.local userhelper[2029]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:55:06 ovirteng.stuffnet.local userhelper[2107]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:55:06 ovirteng.stuffnet.local userhelper[2107]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:56:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:56:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 09:56:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01664|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 09:56:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01665|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60402: receive error: Protocol error
Oct 01 09:56:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01666|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60402: connection dropped (Protocol error)
Oct 01 09:56:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 09:56:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 09:57:06 ovirteng.stuffnet.local userhelper[2188]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:57:06 ovirteng.stuffnet.local userhelper[2188]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 09:59:06 ovirteng.stuffnet.local userhelper[2277]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 09:59:06 ovirteng.stuffnet.local userhelper[2277]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 10:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 48 of user root.
-- Subject: Unit session-48.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-48.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 10:01:01 ovirteng.stuffnet.local CROND[2368]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[2371]: starting 0anacron
Oct 01 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[2377]: finished 0anacron
Oct 01 10:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 10:01:07 ovirteng.stuffnet.local userhelper[2382]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:01:07 ovirteng.stuffnet.local userhelper[2382]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:01:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:01:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:01:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01667|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:01:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01668|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60524: receive error: Protocol error
Oct 01 10:01:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01669|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60524: connection dropped (Protocol error)
Oct 01 10:01:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:01:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:03:07 ovirteng.stuffnet.local userhelper[2462]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:03:07 ovirteng.stuffnet.local userhelper[2462]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:05:08 ovirteng.stuffnet.local userhelper[2558]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:05:08 ovirteng.stuffnet.local userhelper[2558]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:06:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:06:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:06:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01670|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:06:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01671|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60642: receive error: Protocol error
Oct 01 10:06:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01672|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60642: connection dropped (Protocol error)
Oct 01 10:06:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:06:45] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:07:08 ovirteng.stuffnet.local userhelper[2677]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:07:08 ovirteng.stuffnet.local userhelper[2677]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:09:08 ovirteng.stuffnet.local userhelper[2915]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:09:08 ovirteng.stuffnet.local userhelper[2915]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:11:09 ovirteng.stuffnet.local userhelper[3002]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:11:09 ovirteng.stuffnet.local userhelper[3002]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:11:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:11:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:11:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01673|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:11:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01674|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60760: receive error: Protocol error
Oct 01 10:11:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01675|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60760: connection dropped (Protocol error)
Oct 01 10:11:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:11:45] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:13:09 ovirteng.stuffnet.local userhelper[3085]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:13:09 ovirteng.stuffnet.local userhelper[3085]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:15:10 ovirteng.stuffnet.local userhelper[3164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:15:10 ovirteng.stuffnet.local userhelper[3164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:16:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:16:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:16:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01676|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:16:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01677|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60878: receive error: Protocol error
Oct 01 10:16:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01678|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60878: connection dropped (Protocol error)
Oct 01 10:16:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:16:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:17:10 ovirteng.stuffnet.local userhelper[3244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:17:10 ovirteng.stuffnet.local userhelper[3244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:19:10 ovirteng.stuffnet.local userhelper[3320]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:19:10 ovirteng.stuffnet.local userhelper[3320]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:21:11 ovirteng.stuffnet.local userhelper[3397]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:21:11 ovirteng.stuffnet.local userhelper[3397]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:21:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:21:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01679|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01680|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60996: receive error: Protocol error
Oct 01 10:21:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01681|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60996: connection dropped (Protocol error)
Oct 01 10:21:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:21:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:23:11 ovirteng.stuffnet.local userhelper[3480]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:23:11 ovirteng.stuffnet.local userhelper[3480]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:25:11 ovirteng.stuffnet.local userhelper[3559]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:25:11 ovirteng.stuffnet.local userhelper[3559]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:26:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:26:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01682|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01683|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:32882: receive error: Protocol error
Oct 01 10:26:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01684|reconnect|WARN|ssl:[::ffff:127.0.0.1]:32882: connection dropped (Protocol error)
Oct 01 10:26:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:26:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:27:12 ovirteng.stuffnet.local userhelper[3642]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:27:12 ovirteng.stuffnet.local userhelper[3642]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:29:12 ovirteng.stuffnet.local userhelper[3718]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:29:12 ovirteng.stuffnet.local userhelper[3718]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:31:13 ovirteng.stuffnet.local userhelper[3795]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:31:13 ovirteng.stuffnet.local userhelper[3795]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:31:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:31:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01685|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01686|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33000: receive error: Protocol error
Oct 01 10:31:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01687|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33000: connection dropped (Protocol error)
Oct 01 10:31:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:31:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:33:13 ovirteng.stuffnet.local userhelper[3877]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:33:13 ovirteng.stuffnet.local userhelper[3877]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:35:13 ovirteng.stuffnet.local userhelper[3955]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:35:13 ovirteng.stuffnet.local userhelper[3955]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:36:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:36:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01688|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01689|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33118: receive error: Protocol error
Oct 01 10:36:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01690|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33118: connection dropped (Protocol error)
Oct 01 10:36:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:36:48] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:37:14 ovirteng.stuffnet.local userhelper[4035]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:37:14 ovirteng.stuffnet.local userhelper[4035]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:39:14 ovirteng.stuffnet.local userhelper[4110]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:39:14 ovirteng.stuffnet.local userhelper[4110]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:41:14 ovirteng.stuffnet.local userhelper[4189]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:41:14 ovirteng.stuffnet.local userhelper[4189]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:41:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:41:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:41:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01691|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:41:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01692|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33236: receive error: Protocol error
Oct 01 10:41:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01693|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33236: connection dropped (Protocol error)
Oct 01 10:41:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:41:48] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:43:15 ovirteng.stuffnet.local userhelper[4270]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:43:15 ovirteng.stuffnet.local userhelper[4270]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:45:15 ovirteng.stuffnet.local userhelper[4348]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:45:15 ovirteng.stuffnet.local userhelper[4348]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:46:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:46:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01694|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01695|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33354: receive error: Protocol error
Oct 01 10:46:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01696|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33354: connection dropped (Protocol error)
Oct 01 10:46:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:46:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:47:16 ovirteng.stuffnet.local userhelper[4428]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:47:16 ovirteng.stuffnet.local userhelper[4428]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:49:16 ovirteng.stuffnet.local userhelper[4505]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:49:16 ovirteng.stuffnet.local userhelper[4505]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:51:16 ovirteng.stuffnet.local userhelper[4583]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:51:16 ovirteng.stuffnet.local userhelper[4583]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:51:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:51:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:51:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01697|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:51:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01698|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33472: receive error: Protocol error
Oct 01 10:51:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01699|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33472: connection dropped (Protocol error)
Oct 01 10:51:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:51:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:53:17 ovirteng.stuffnet.local userhelper[4665]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:53:17 ovirteng.stuffnet.local userhelper[4665]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:55:17 ovirteng.stuffnet.local userhelper[4743]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:55:17 ovirteng.stuffnet.local userhelper[4743]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:56:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:56:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 10:56:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01700|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 10:56:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01701|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33590: receive error: Protocol error
Oct 01 10:56:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01702|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33590: connection dropped (Protocol error)
Oct 01 10:56:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 10:56:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 10:57:18 ovirteng.stuffnet.local userhelper[4823]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:57:18 ovirteng.stuffnet.local userhelper[4823]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 10:59:18 ovirteng.stuffnet.local userhelper[4900]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 10:59:18 ovirteng.stuffnet.local userhelper[4900]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 11:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 49 of user root.
-- Subject: Unit session-49.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-49.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 11:01:01 ovirteng.stuffnet.local CROND[4984]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 11:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[4987]: starting 0anacron
Oct 01 11:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[4993]: finished 0anacron
Oct 01 11:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 11:01:18 ovirteng.stuffnet.local userhelper[5004]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:01:18 ovirteng.stuffnet.local userhelper[5004]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:01:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:01:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:01:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01703|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:01:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01704|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33712: receive error: Protocol error
Oct 01 11:01:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01705|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33712: connection dropped (Protocol error)
Oct 01 11:01:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:01:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:03:19 ovirteng.stuffnet.local userhelper[5085]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:03:19 ovirteng.stuffnet.local userhelper[5085]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:05:19 ovirteng.stuffnet.local userhelper[5164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:05:19 ovirteng.stuffnet.local userhelper[5164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:06:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:06:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:06:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01706|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:06:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01707|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33830: receive error: Protocol error
Oct 01 11:06:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01708|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33830: connection dropped (Protocol error)
Oct 01 11:06:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:06:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:07:19 ovirteng.stuffnet.local userhelper[5244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:07:19 ovirteng.stuffnet.local userhelper[5244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:09:20 ovirteng.stuffnet.local userhelper[5321]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:09:20 ovirteng.stuffnet.local userhelper[5321]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:11:20 ovirteng.stuffnet.local userhelper[5399]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:11:20 ovirteng.stuffnet.local userhelper[5399]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:11:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:11:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:11:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01709|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:11:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01710|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33950: receive error: Protocol error
Oct 01 11:11:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01711|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33950: connection dropped (Protocol error)
Oct 01 11:11:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:11:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:13:21 ovirteng.stuffnet.local userhelper[5476]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:13:21 ovirteng.stuffnet.local userhelper[5476]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:15:21 ovirteng.stuffnet.local userhelper[5557]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:15:21 ovirteng.stuffnet.local userhelper[5557]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:16:06 ovirteng.stuffnet.local chronyd[1307]: Selected source 64.79.100.197
Oct 01 11:16:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:16:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:16:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01712|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:16:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01713|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34068: receive error: Protocol error
Oct 01 11:16:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01714|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34068: connection dropped (Protocol error)
Oct 01 11:16:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:16:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:17:21 ovirteng.stuffnet.local userhelper[5636]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:17:21 ovirteng.stuffnet.local userhelper[5636]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:19:22 ovirteng.stuffnet.local userhelper[5712]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:19:22 ovirteng.stuffnet.local userhelper[5712]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:21:22 ovirteng.stuffnet.local userhelper[5789]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:21:22 ovirteng.stuffnet.local userhelper[5789]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:21:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:21:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:21:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01715|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:21:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01716|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34186: receive error: Protocol error
Oct 01 11:21:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01717|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34186: connection dropped (Protocol error)
Oct 01 11:21:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:21:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:23:23 ovirteng.stuffnet.local userhelper[5870]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:23:23 ovirteng.stuffnet.local userhelper[5870]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:25:23 ovirteng.stuffnet.local userhelper[5948]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:25:23 ovirteng.stuffnet.local userhelper[5948]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:26:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:26:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:26:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01718|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:26:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01719|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34304: receive error: Protocol error
Oct 01 11:26:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01720|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34304: connection dropped (Protocol error)
Oct 01 11:26:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:26:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:27:23 ovirteng.stuffnet.local userhelper[6029]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:27:23 ovirteng.stuffnet.local userhelper[6029]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:29:24 ovirteng.stuffnet.local userhelper[6106]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:29:24 ovirteng.stuffnet.local userhelper[6106]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:31:24 ovirteng.stuffnet.local userhelper[6191]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:31:24 ovirteng.stuffnet.local userhelper[6191]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:31:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:31:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:31:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01721|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:31:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01722|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34422: receive error: Protocol error
Oct 01 11:31:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01723|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34422: connection dropped (Protocol error)
Oct 01 11:31:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:31:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:33:24 ovirteng.stuffnet.local userhelper[6278]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:33:24 ovirteng.stuffnet.local userhelper[6278]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:35:25 ovirteng.stuffnet.local userhelper[6358]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:35:25 ovirteng.stuffnet.local userhelper[6358]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:36:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:36:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:36:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01724|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:36:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01725|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34540: receive error: Protocol error
Oct 01 11:36:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01726|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34540: connection dropped (Protocol error)
Oct 01 11:36:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:36:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:37:25 ovirteng.stuffnet.local userhelper[6438]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:37:25 ovirteng.stuffnet.local userhelper[6438]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:39:26 ovirteng.stuffnet.local userhelper[6514]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:39:26 ovirteng.stuffnet.local userhelper[6514]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:41:26 ovirteng.stuffnet.local userhelper[6592]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:41:26 ovirteng.stuffnet.local userhelper[6592]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:41:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:41:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:41:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01727|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:41:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01728|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34658: receive error: Protocol error
Oct 01 11:41:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01729|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34658: connection dropped (Protocol error)
Oct 01 11:41:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:41:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:43:26 ovirteng.stuffnet.local userhelper[6673]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:43:26 ovirteng.stuffnet.local userhelper[6673]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:45:27 ovirteng.stuffnet.local userhelper[6753]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:45:27 ovirteng.stuffnet.local userhelper[6753]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:46:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:46:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:46:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01730|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:46:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01731|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34776: receive error: Protocol error
Oct 01 11:46:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01732|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34776: connection dropped (Protocol error)
Oct 01 11:46:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:46:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:47:27 ovirteng.stuffnet.local userhelper[6834]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:47:27 ovirteng.stuffnet.local userhelper[6834]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:49:28 ovirteng.stuffnet.local userhelper[6910]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:49:28 ovirteng.stuffnet.local userhelper[6910]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:51:28 ovirteng.stuffnet.local userhelper[6989]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:51:28 ovirteng.stuffnet.local userhelper[6989]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:51:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:51:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:51:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01733|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:51:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01734|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34894: receive error: Protocol error
Oct 01 11:51:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01735|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34894: connection dropped (Protocol error)
Oct 01 11:51:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:51:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:53:28 ovirteng.stuffnet.local userhelper[7070]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:53:28 ovirteng.stuffnet.local userhelper[7070]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:55:29 ovirteng.stuffnet.local userhelper[7149]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:55:29 ovirteng.stuffnet.local userhelper[7149]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:56:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:56:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 11:56:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01736|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 11:56:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01737|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35012: receive error: Protocol error
Oct 01 11:56:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01738|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35012: connection dropped (Protocol error)
Oct 01 11:56:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 11:56:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 11:57:29 ovirteng.stuffnet.local userhelper[7231]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:57:29 ovirteng.stuffnet.local userhelper[7231]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 11:59:29 ovirteng.stuffnet.local userhelper[7307]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 11:59:29 ovirteng.stuffnet.local userhelper[7307]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 12:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 50 of user root.
-- Subject: Unit session-50.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-50.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 12:01:01 ovirteng.stuffnet.local CROND[7378]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[7381]: starting 0anacron
Oct 01 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[7387]: finished 0anacron
Oct 01 12:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 12:01:30 ovirteng.stuffnet.local userhelper[7412]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:01:30 ovirteng.stuffnet.local userhelper[7412]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:01:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:01:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:01:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01739|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:01:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01740|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35134: receive error: Protocol error
Oct 01 12:01:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01741|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35134: connection dropped (Protocol error)
Oct 01 12:01:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:01:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:03:30 ovirteng.stuffnet.local userhelper[7493]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:03:30 ovirteng.stuffnet.local userhelper[7493]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:05:31 ovirteng.stuffnet.local userhelper[7572]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:05:31 ovirteng.stuffnet.local userhelper[7572]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:06:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:06:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:06:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01742|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:06:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01743|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35252: receive error: Protocol error
Oct 01 12:06:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01744|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35252: connection dropped (Protocol error)
Oct 01 12:06:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:06:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:07:31 ovirteng.stuffnet.local userhelper[7652]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:07:31 ovirteng.stuffnet.local userhelper[7652]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:09:31 ovirteng.stuffnet.local userhelper[7727]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:09:31 ovirteng.stuffnet.local userhelper[7727]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:11:32 ovirteng.stuffnet.local userhelper[7807]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:11:32 ovirteng.stuffnet.local userhelper[7807]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:11:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:11:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:11:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01745|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:11:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01746|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35370: receive error: Protocol error
Oct 01 12:11:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01747|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35370: connection dropped (Protocol error)
Oct 01 12:11:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:11:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:13:32 ovirteng.stuffnet.local userhelper[7887]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:13:32 ovirteng.stuffnet.local userhelper[7887]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:15:33 ovirteng.stuffnet.local userhelper[7966]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:15:33 ovirteng.stuffnet.local userhelper[7966]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:17:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:17:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:17:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01748|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:17:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01749|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35488: receive error: Protocol error
Oct 01 12:17:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01750|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35488: connection dropped (Protocol error)
Oct 01 12:17:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:17:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:17:33 ovirteng.stuffnet.local userhelper[8047]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:17:33 ovirteng.stuffnet.local userhelper[8047]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:19:33 ovirteng.stuffnet.local userhelper[8122]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:19:33 ovirteng.stuffnet.local userhelper[8122]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:21:34 ovirteng.stuffnet.local userhelper[8201]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:21:34 ovirteng.stuffnet.local userhelper[8201]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:22:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:22:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:22:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01751|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:22:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01752|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35606: receive error: Protocol error
Oct 01 12:22:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01753|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35606: connection dropped (Protocol error)
Oct 01 12:22:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:22:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:23:34 ovirteng.stuffnet.local userhelper[8284]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:23:34 ovirteng.stuffnet.local userhelper[8284]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:25:35 ovirteng.stuffnet.local userhelper[8362]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:25:35 ovirteng.stuffnet.local userhelper[8362]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:27:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:27:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:27:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01754|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:27:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01755|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35724: receive error: Protocol error
Oct 01 12:27:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01756|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35724: connection dropped (Protocol error)
Oct 01 12:27:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:27:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:27:35 ovirteng.stuffnet.local userhelper[8441]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:27:35 ovirteng.stuffnet.local userhelper[8441]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:29:35 ovirteng.stuffnet.local userhelper[8517]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:29:35 ovirteng.stuffnet.local userhelper[8517]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:31:36 ovirteng.stuffnet.local userhelper[8596]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:31:36 ovirteng.stuffnet.local userhelper[8596]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:32:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:32:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:32:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01757|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:32:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01758|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35846: receive error: Protocol error
Oct 01 12:32:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01759|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35846: connection dropped (Protocol error)
Oct 01 12:32:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:32:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:33:36 ovirteng.stuffnet.local userhelper[8679]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:33:36 ovirteng.stuffnet.local userhelper[8679]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:35:37 ovirteng.stuffnet.local userhelper[8756]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:35:37 ovirteng.stuffnet.local userhelper[8756]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:35:58 ovirteng.stuffnet.local systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has begun starting up.
Oct 01 12:36:01 ovirteng.stuffnet.local systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has finished starting up.
--
-- The start-up result is done.
Oct 01 12:37:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:37:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:37:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01760|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:37:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01761|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35964: receive error: Protocol error
Oct 01 12:37:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01762|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35964: connection dropped (Protocol error)
Oct 01 12:37:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:37:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:37:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01763|memory|INFO|peak resident set size grew 50% in last 114964.8 seconds, from 7044 kB to 10568 kB
Oct 01 12:37:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01764|memory|INFO|cells:48 json-caches:1 monitors:2 sessions:2
Oct 01 12:37:37 ovirteng.stuffnet.local userhelper[8840]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:37:37 ovirteng.stuffnet.local userhelper[8840]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:39:37 ovirteng.stuffnet.local userhelper[9056]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:39:37 ovirteng.stuffnet.local userhelper[9056]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:41:38 ovirteng.stuffnet.local userhelper[9165]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:41:38 ovirteng.stuffnet.local userhelper[9165]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:42:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:42:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:42:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01765|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:42:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01766|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36086: receive error: Protocol error
Oct 01 12:42:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01767|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36086: connection dropped (Protocol error)
Oct 01 12:42:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:42:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:43:38 ovirteng.stuffnet.local userhelper[9247]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:43:38 ovirteng.stuffnet.local userhelper[9247]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:45:38 ovirteng.stuffnet.local userhelper[9325]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:45:38 ovirteng.stuffnet.local userhelper[9325]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:47:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:47:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:47:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01768|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:47:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01769|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36204: receive error: Protocol error
Oct 01 12:47:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01770|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36204: connection dropped (Protocol error)
Oct 01 12:47:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:47:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:47:39 ovirteng.stuffnet.local userhelper[9407]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:47:39 ovirteng.stuffnet.local userhelper[9407]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:49:40 ovirteng.stuffnet.local userhelper[9483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:49:40 ovirteng.stuffnet.local userhelper[9483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:51:40 ovirteng.stuffnet.local userhelper[9561]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:51:40 ovirteng.stuffnet.local userhelper[9561]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:52:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:52:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:52:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01771|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:52:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01772|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36322: receive error: Protocol error
Oct 01 12:52:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01773|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36322: connection dropped (Protocol error)
Oct 01 12:52:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:52:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:53:40 ovirteng.stuffnet.local userhelper[9643]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:53:40 ovirteng.stuffnet.local userhelper[9643]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:55:41 ovirteng.stuffnet.local userhelper[9723]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:55:41 ovirteng.stuffnet.local userhelper[9723]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:57:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:57:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 12:57:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01774|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 12:57:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01775|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36440: receive error: Protocol error
Oct 01 12:57:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01776|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36440: connection dropped (Protocol error)
Oct 01 12:57:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 12:57:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 12:57:41 ovirteng.stuffnet.local userhelper[9805]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:57:41 ovirteng.stuffnet.local userhelper[9805]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 12:59:41 ovirteng.stuffnet.local userhelper[9882]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 12:59:41 ovirteng.stuffnet.local userhelper[9882]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 13:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 51 of user root.
-- Subject: Unit session-51.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-51.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 13:01:01 ovirteng.stuffnet.local CROND[9944]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 13:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[9947]: starting 0anacron
Oct 01 13:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[9953]: finished 0anacron
Oct 01 13:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 13:01:42 ovirteng.stuffnet.local userhelper[9988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:01:42 ovirteng.stuffnet.local userhelper[9988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:02:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:02:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:02:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01777|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:02:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01778|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36562: receive error: Protocol error
Oct 01 13:02:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01779|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36562: connection dropped (Protocol error)
Oct 01 13:02:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:02:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:03:42 ovirteng.stuffnet.local userhelper[10069]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:03:42 ovirteng.stuffnet.local userhelper[10069]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:05:43 ovirteng.stuffnet.local userhelper[10148]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:05:43 ovirteng.stuffnet.local userhelper[10148]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:07:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:07:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:07:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01780|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:07:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01781|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36680: receive error: Protocol error
Oct 01 13:07:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01782|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36680: connection dropped (Protocol error)
Oct 01 13:07:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:07:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:07:43 ovirteng.stuffnet.local userhelper[10230]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:07:43 ovirteng.stuffnet.local userhelper[10230]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:09:43 ovirteng.stuffnet.local userhelper[10305]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:09:43 ovirteng.stuffnet.local userhelper[10305]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:11:44 ovirteng.stuffnet.local userhelper[10384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:11:44 ovirteng.stuffnet.local userhelper[10384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:12:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:12:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:12:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01783|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:12:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01784|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36798: receive error: Protocol error
Oct 01 13:12:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01785|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36798: connection dropped (Protocol error)
Oct 01 13:12:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:12:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:13:44 ovirteng.stuffnet.local userhelper[10465]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:13:44 ovirteng.stuffnet.local userhelper[10465]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:15:45 ovirteng.stuffnet.local userhelper[10544]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:15:45 ovirteng.stuffnet.local userhelper[10544]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:17:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:17:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:17:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01786|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:17:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01787|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36916: receive error: Protocol error
Oct 01 13:17:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01788|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36916: connection dropped (Protocol error)
Oct 01 13:17:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:17:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:17:45 ovirteng.stuffnet.local userhelper[10625]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:17:45 ovirteng.stuffnet.local userhelper[10625]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:19:46 ovirteng.stuffnet.local userhelper[10701]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:19:46 ovirteng.stuffnet.local userhelper[10701]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:21:46 ovirteng.stuffnet.local userhelper[10779]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:21:46 ovirteng.stuffnet.local userhelper[10779]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:22:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:22:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:22:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01789|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:22:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01790|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37034: receive error: Protocol error
Oct 01 13:22:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01791|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37034: connection dropped (Protocol error)
Oct 01 13:22:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:22:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:23:46 ovirteng.stuffnet.local userhelper[10860]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:23:46 ovirteng.stuffnet.local userhelper[10860]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:25:47 ovirteng.stuffnet.local userhelper[10939]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:25:47 ovirteng.stuffnet.local userhelper[10939]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:27:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:27:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:27:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01792|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:27:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01793|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37152: receive error: Protocol error
Oct 01 13:27:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01794|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37152: connection dropped (Protocol error)
Oct 01 13:27:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:27:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:27:47 ovirteng.stuffnet.local userhelper[11019]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:27:47 ovirteng.stuffnet.local userhelper[11019]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:29:47 ovirteng.stuffnet.local userhelper[11095]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:29:47 ovirteng.stuffnet.local userhelper[11095]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:31:48 ovirteng.stuffnet.local userhelper[11174]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:31:48 ovirteng.stuffnet.local userhelper[11174]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:32:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:32:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:32:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01795|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:32:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01796|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37272: receive error: Protocol error
Oct 01 13:32:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01797|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37272: connection dropped (Protocol error)
Oct 01 13:32:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:32:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:33:48 ovirteng.stuffnet.local userhelper[11255]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:33:48 ovirteng.stuffnet.local userhelper[11255]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:35:49 ovirteng.stuffnet.local userhelper[11334]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:35:49 ovirteng.stuffnet.local userhelper[11334]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:37:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:37:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:37:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01798|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:37:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01799|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37390: receive error: Protocol error
Oct 01 13:37:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01800|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37390: connection dropped (Protocol error)
Oct 01 13:37:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:37:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:37:49 ovirteng.stuffnet.local userhelper[11414]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:37:49 ovirteng.stuffnet.local userhelper[11414]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:39:49 ovirteng.stuffnet.local userhelper[11490]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:39:49 ovirteng.stuffnet.local userhelper[11490]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:41:50 ovirteng.stuffnet.local userhelper[11566]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:41:50 ovirteng.stuffnet.local userhelper[11566]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:42:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:42:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:42:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01801|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:42:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01802|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37508: receive error: Protocol error
Oct 01 13:42:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01803|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37508: connection dropped (Protocol error)
Oct 01 13:42:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:42:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:43:50 ovirteng.stuffnet.local userhelper[11646]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:43:50 ovirteng.stuffnet.local userhelper[11646]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:45:51 ovirteng.stuffnet.local userhelper[11725]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:45:51 ovirteng.stuffnet.local userhelper[11725]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:47:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:47:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:47:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01804|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:47:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01805|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37626: receive error: Protocol error
Oct 01 13:47:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01806|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37626: connection dropped (Protocol error)
Oct 01 13:47:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:47:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:47:51 ovirteng.stuffnet.local userhelper[11805]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:47:51 ovirteng.stuffnet.local userhelper[11805]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:49:51 ovirteng.stuffnet.local userhelper[11881]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:49:51 ovirteng.stuffnet.local userhelper[11881]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:51:52 ovirteng.stuffnet.local userhelper[11963]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:51:52 ovirteng.stuffnet.local userhelper[11963]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:52:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:52:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:52:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01807|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:52:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01808|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37744: receive error: Protocol error
Oct 01 13:52:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01809|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37744: connection dropped (Protocol error)
Oct 01 13:52:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:52:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:53:52 ovirteng.stuffnet.local userhelper[12044]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:53:52 ovirteng.stuffnet.local userhelper[12044]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:55:53 ovirteng.stuffnet.local userhelper[12121]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:55:53 ovirteng.stuffnet.local userhelper[12121]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:57:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:57:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 13:57:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01810|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 13:57:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01811|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37862: receive error: Protocol error
Oct 01 13:57:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01812|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37862: connection dropped (Protocol error)
Oct 01 13:57:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 13:57:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 13:57:53 ovirteng.stuffnet.local userhelper[12197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:57:53 ovirteng.stuffnet.local userhelper[12197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 13:59:53 ovirteng.stuffnet.local userhelper[12278]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 13:59:53 ovirteng.stuffnet.local userhelper[12278]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 14:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 52 of user root.
-- Subject: Unit session-52.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-52.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 14:01:01 ovirteng.stuffnet.local CROND[12333]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 14:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[12336]: starting 0anacron
Oct 01 14:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[12342]: finished 0anacron
Oct 01 14:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 14:01:54 ovirteng.stuffnet.local userhelper[12380]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:01:54 ovirteng.stuffnet.local userhelper[12380]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:02:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:02:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:02:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01813|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:02:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01814|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37984: receive error: Protocol error
Oct 01 14:02:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01815|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37984: connection dropped (Protocol error)
Oct 01 14:02:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:02:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:03:54 ovirteng.stuffnet.local userhelper[12462]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:03:54 ovirteng.stuffnet.local userhelper[12462]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:05:55 ovirteng.stuffnet.local userhelper[12541]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:05:55 ovirteng.stuffnet.local userhelper[12541]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:07:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:07:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:07:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01816|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:07:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01817|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38102: receive error: Protocol error
Oct 01 14:07:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01818|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38102: connection dropped (Protocol error)
Oct 01 14:07:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:07:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:07:55 ovirteng.stuffnet.local userhelper[12621]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:07:55 ovirteng.stuffnet.local userhelper[12621]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:09:55 ovirteng.stuffnet.local userhelper[12696]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:09:55 ovirteng.stuffnet.local userhelper[12696]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:11:56 ovirteng.stuffnet.local userhelper[12774]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:11:56 ovirteng.stuffnet.local userhelper[12774]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:12:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:12:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:12:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01819|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:12:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01820|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38220: receive error: Protocol error
Oct 01 14:12:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01821|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38220: connection dropped (Protocol error)
Oct 01 14:12:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:12:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:13:56 ovirteng.stuffnet.local userhelper[12857]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:13:56 ovirteng.stuffnet.local userhelper[12857]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:15:56 ovirteng.stuffnet.local userhelper[12935]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:15:56 ovirteng.stuffnet.local userhelper[12935]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:17:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:17:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:17:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01822|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:17:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01823|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38338: receive error: Protocol error
Oct 01 14:17:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01824|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38338: connection dropped (Protocol error)
Oct 01 14:17:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:17:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:17:57 ovirteng.stuffnet.local userhelper[13013]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:17:57 ovirteng.stuffnet.local userhelper[13013]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:19:57 ovirteng.stuffnet.local userhelper[13090]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:19:57 ovirteng.stuffnet.local userhelper[13090]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:21:58 ovirteng.stuffnet.local userhelper[13168]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:21:58 ovirteng.stuffnet.local userhelper[13168]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:22:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:22:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:22:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01825|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:22:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01826|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38456: receive error: Protocol error
Oct 01 14:22:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01827|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38456: connection dropped (Protocol error)
Oct 01 14:22:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:22:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:23:58 ovirteng.stuffnet.local userhelper[13247]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:23:58 ovirteng.stuffnet.local userhelper[13247]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:25:58 ovirteng.stuffnet.local userhelper[13326]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:25:58 ovirteng.stuffnet.local userhelper[13326]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:27:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:27:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:27:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01828|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:27:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01829|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38574: receive error: Protocol error
Oct 01 14:27:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01830|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38574: connection dropped (Protocol error)
Oct 01 14:27:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:27:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:27:59 ovirteng.stuffnet.local userhelper[13406]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:27:59 ovirteng.stuffnet.local userhelper[13406]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:29:59 ovirteng.stuffnet.local userhelper[13483]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:29:59 ovirteng.stuffnet.local userhelper[13483]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:32:00 ovirteng.stuffnet.local userhelper[13562]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:32:00 ovirteng.stuffnet.local userhelper[13562]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:32:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:32:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:32:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01831|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:32:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01832|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38692: receive error: Protocol error
Oct 01 14:32:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01833|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38692: connection dropped (Protocol error)
Oct 01 14:32:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:32:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:34:00 ovirteng.stuffnet.local userhelper[13650]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:34:00 ovirteng.stuffnet.local userhelper[13650]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:36:00 ovirteng.stuffnet.local userhelper[13732]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:36:00 ovirteng.stuffnet.local userhelper[13732]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:37:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:37:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:37:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01834|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:37:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01835|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38826: receive error: Protocol error
Oct 01 14:37:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01836|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38826: connection dropped (Protocol error)
Oct 01 14:37:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:37:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:38:01 ovirteng.stuffnet.local userhelper[13811]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:38:01 ovirteng.stuffnet.local userhelper[13811]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:40:01 ovirteng.stuffnet.local userhelper[13889]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:40:01 ovirteng.stuffnet.local userhelper[13889]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:42:01 ovirteng.stuffnet.local userhelper[13967]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:42:01 ovirteng.stuffnet.local userhelper[13967]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:42:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:42:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:42:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01837|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:42:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01838|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38944: receive error: Protocol error
Oct 01 14:42:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01839|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38944: connection dropped (Protocol error)
Oct 01 14:42:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:42:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:44:02 ovirteng.stuffnet.local userhelper[14048]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:44:02 ovirteng.stuffnet.local userhelper[14048]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:46:02 ovirteng.stuffnet.local userhelper[14126]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:46:02 ovirteng.stuffnet.local userhelper[14126]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:47:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:47:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:47:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01840|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:47:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01841|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39062: receive error: Protocol error
Oct 01 14:47:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01842|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39062: connection dropped (Protocol error)
Oct 01 14:47:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:47:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:48:03 ovirteng.stuffnet.local userhelper[14208]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:48:03 ovirteng.stuffnet.local userhelper[14208]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:50:03 ovirteng.stuffnet.local userhelper[14283]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:50:03 ovirteng.stuffnet.local userhelper[14283]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:52:03 ovirteng.stuffnet.local userhelper[14362]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:52:03 ovirteng.stuffnet.local userhelper[14362]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:52:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:52:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:52:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01843|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:52:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01844|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39180: receive error: Protocol error
Oct 01 14:52:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01845|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39180: connection dropped (Protocol error)
Oct 01 14:52:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:52:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:54:04 ovirteng.stuffnet.local userhelper[14443]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:54:04 ovirteng.stuffnet.local userhelper[14443]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:56:04 ovirteng.stuffnet.local userhelper[14522]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:56:04 ovirteng.stuffnet.local userhelper[14522]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 14:57:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:57:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 14:57:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01846|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 14:57:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01847|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39298: receive error: Protocol error
Oct 01 14:57:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01848|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39298: connection dropped (Protocol error)
Oct 01 14:57:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 14:57:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 14:58:05 ovirteng.stuffnet.local userhelper[14603]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 14:58:05 ovirteng.stuffnet.local userhelper[14603]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:00:05 ovirteng.stuffnet.local userhelper[14691]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:00:05 ovirteng.stuffnet.local userhelper[14691]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 15:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 53 of user root.
-- Subject: Unit session-53.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-53.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 15:01:01 ovirteng.stuffnet.local CROND[14733]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[14736]: starting 0anacron
Oct 01 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[14742]: finished 0anacron
Oct 01 15:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 15:02:10 ovirteng.stuffnet.local userhelper[14785]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:02:10 ovirteng.stuffnet.local userhelper[14785]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:02:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:02:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:02:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01849|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:02:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01850|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39420: receive error: Protocol error
Oct 01 15:02:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01851|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39420: connection dropped (Protocol error)
Oct 01 15:02:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:02:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:04:10 ovirteng.stuffnet.local userhelper[14867]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:04:10 ovirteng.stuffnet.local userhelper[14867]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:06:10 ovirteng.stuffnet.local userhelper[14945]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:06:10 ovirteng.stuffnet.local userhelper[14945]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:07:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:07:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:07:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01852|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:07:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01853|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39538: receive error: Protocol error
Oct 01 15:07:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01854|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39538: connection dropped (Protocol error)
Oct 01 15:07:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:07:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:08:11 ovirteng.stuffnet.local userhelper[15025]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:08:11 ovirteng.stuffnet.local userhelper[15025]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:10:11 ovirteng.stuffnet.local userhelper[15102]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:10:11 ovirteng.stuffnet.local userhelper[15102]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:12:11 ovirteng.stuffnet.local userhelper[15178]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:12:11 ovirteng.stuffnet.local userhelper[15178]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:12:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:12:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:12:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01855|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:12:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01856|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39656: receive error: Protocol error
Oct 01 15:12:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01857|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39656: connection dropped (Protocol error)
Oct 01 15:12:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:12:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:14:12 ovirteng.stuffnet.local userhelper[15259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:14:12 ovirteng.stuffnet.local userhelper[15259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:16:12 ovirteng.stuffnet.local userhelper[15338]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:16:12 ovirteng.stuffnet.local userhelper[15338]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:17:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:17:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01858|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01859|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39774: receive error: Protocol error
Oct 01 15:17:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01860|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39774: connection dropped (Protocol error)
Oct 01 15:17:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:17:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:18:13 ovirteng.stuffnet.local userhelper[15418]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:18:13 ovirteng.stuffnet.local userhelper[15418]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:20:13 ovirteng.stuffnet.local userhelper[15496]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:20:13 ovirteng.stuffnet.local userhelper[15496]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:22:13 ovirteng.stuffnet.local userhelper[15575]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:22:13 ovirteng.stuffnet.local userhelper[15575]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:22:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:22:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01861|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01862|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39892: receive error: Protocol error
Oct 01 15:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01863|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39892: connection dropped (Protocol error)
Oct 01 15:22:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:22:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:24:14 ovirteng.stuffnet.local userhelper[15659]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:24:14 ovirteng.stuffnet.local userhelper[15659]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:26:14 ovirteng.stuffnet.local userhelper[15733]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:26:14 ovirteng.stuffnet.local userhelper[15733]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:27:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:27:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:27:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01864|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:27:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01865|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40010: receive error: Protocol error
Oct 01 15:27:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01866|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40010: connection dropped (Protocol error)
Oct 01 15:27:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:27:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:28:15 ovirteng.stuffnet.local userhelper[15813]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:28:15 ovirteng.stuffnet.local userhelper[15813]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:30:15 ovirteng.stuffnet.local userhelper[15887]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:30:15 ovirteng.stuffnet.local userhelper[15887]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:32:16 ovirteng.stuffnet.local userhelper[15967]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:32:16 ovirteng.stuffnet.local userhelper[15967]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:32:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:32:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:32:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01867|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:32:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01868|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40130: receive error: Protocol error
Oct 01 15:32:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01869|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40130: connection dropped (Protocol error)
Oct 01 15:32:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:32:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:34:16 ovirteng.stuffnet.local userhelper[16043]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:34:16 ovirteng.stuffnet.local userhelper[16043]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:36:17 ovirteng.stuffnet.local userhelper[16123]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:36:17 ovirteng.stuffnet.local userhelper[16123]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:37:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:37:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:37:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01870|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:37:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01871|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40246: receive error: Protocol error
Oct 01 15:37:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01872|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40246: connection dropped (Protocol error)
Oct 01 15:37:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:37:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:38:18 ovirteng.stuffnet.local userhelper[16199]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:38:18 ovirteng.stuffnet.local userhelper[16199]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:40:18 ovirteng.stuffnet.local userhelper[16274]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:40:18 ovirteng.stuffnet.local userhelper[16274]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:42:20 ovirteng.stuffnet.local userhelper[16361]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:42:20 ovirteng.stuffnet.local userhelper[16361]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:42:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:42:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:42:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01873|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:42:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01874|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40364: receive error: Protocol error
Oct 01 15:42:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01875|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40364: connection dropped (Protocol error)
Oct 01 15:42:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:42:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:44:21 ovirteng.stuffnet.local userhelper[16440]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:44:21 ovirteng.stuffnet.local userhelper[16440]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:46:21 ovirteng.stuffnet.local userhelper[16516]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:46:21 ovirteng.stuffnet.local userhelper[16516]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:47:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:47:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:47:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01876|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:47:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01877|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40484: receive error: Protocol error
Oct 01 15:47:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01878|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40484: connection dropped (Protocol error)
Oct 01 15:47:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:47:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:48:22 ovirteng.stuffnet.local userhelper[16596]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:48:22 ovirteng.stuffnet.local userhelper[16596]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:50:22 ovirteng.stuffnet.local userhelper[16667]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:50:22 ovirteng.stuffnet.local userhelper[16667]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:52:22 ovirteng.stuffnet.local userhelper[16747]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:52:22 ovirteng.stuffnet.local userhelper[16747]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:52:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:52:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01879|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01880|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40602: receive error: Protocol error
Oct 01 15:52:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01881|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40602: connection dropped (Protocol error)
Oct 01 15:52:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:52:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:54:23 ovirteng.stuffnet.local userhelper[16827]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:54:23 ovirteng.stuffnet.local userhelper[16827]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:56:23 ovirteng.stuffnet.local userhelper[16907]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:56:23 ovirteng.stuffnet.local userhelper[16907]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 15:57:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:57:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 15:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01882|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 15:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01883|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40720: receive error: Protocol error
Oct 01 15:57:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01884|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40720: connection dropped (Protocol error)
Oct 01 15:57:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 15:57:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 15:58:24 ovirteng.stuffnet.local userhelper[16988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 15:58:24 ovirteng.stuffnet.local userhelper[16988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:00:24 ovirteng.stuffnet.local userhelper[17075]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:00:24 ovirteng.stuffnet.local userhelper[17075]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 16:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 54 of user root.
-- Subject: Unit session-54.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-54.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 16:01:01 ovirteng.stuffnet.local CROND[17108]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[17111]: starting 0anacron
Oct 01 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[17117]: finished 0anacron
Oct 01 16:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 16:02:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:02:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:02:24 ovirteng.stuffnet.local userhelper[17175]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:02:24 ovirteng.stuffnet.local userhelper[17175]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01885|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01886|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40846: receive error: Protocol error
Oct 01 16:02:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01887|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40846: connection dropped (Protocol error)
Oct 01 16:02:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:02:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:04:25 ovirteng.stuffnet.local userhelper[17245]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:04:25 ovirteng.stuffnet.local userhelper[17245]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:06:25 ovirteng.stuffnet.local userhelper[17335]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:06:25 ovirteng.stuffnet.local userhelper[17335]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:07:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:07:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:07:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01888|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:07:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01889|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40964: receive error: Protocol error
Oct 01 16:07:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01890|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40964: connection dropped (Protocol error)
Oct 01 16:07:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:07:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:08:26 ovirteng.stuffnet.local userhelper[17414]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:08:26 ovirteng.stuffnet.local userhelper[17414]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:10:26 ovirteng.stuffnet.local userhelper[17491]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:10:26 ovirteng.stuffnet.local userhelper[17491]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:12:26 ovirteng.stuffnet.local userhelper[17562]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:12:26 ovirteng.stuffnet.local userhelper[17562]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:12:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:12:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:12:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01891|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:12:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01892|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41084: receive error: Protocol error
Oct 01 16:12:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01893|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41084: connection dropped (Protocol error)
Oct 01 16:12:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:12:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:14:27 ovirteng.stuffnet.local userhelper[17652]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:14:27 ovirteng.stuffnet.local userhelper[17652]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:16:27 ovirteng.stuffnet.local userhelper[17731]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:16:27 ovirteng.stuffnet.local userhelper[17731]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:17:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:17:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:17:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01894|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:17:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01895|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41204: receive error: Protocol error
Oct 01 16:17:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01896|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41204: connection dropped (Protocol error)
Oct 01 16:17:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:17:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:18:28 ovirteng.stuffnet.local userhelper[17813]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:18:28 ovirteng.stuffnet.local userhelper[17813]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:20:29 ovirteng.stuffnet.local userhelper[17888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:20:29 ovirteng.stuffnet.local userhelper[17888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:22:30 ovirteng.stuffnet.local userhelper[17968]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:22:30 ovirteng.stuffnet.local userhelper[17968]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:22:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:22:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:22:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01897|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:22:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01898|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41322: receive error: Protocol error
Oct 01 16:22:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01899|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41322: connection dropped (Protocol error)
Oct 01 16:22:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:22:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:24:30 ovirteng.stuffnet.local userhelper[18049]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:24:30 ovirteng.stuffnet.local userhelper[18049]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:26:31 ovirteng.stuffnet.local userhelper[18128]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:26:31 ovirteng.stuffnet.local userhelper[18128]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:27:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:27:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01900|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01901|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41440: receive error: Protocol error
Oct 01 16:27:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01902|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41440: connection dropped (Protocol error)
Oct 01 16:27:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:27:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:28:31 ovirteng.stuffnet.local userhelper[18209]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:28:31 ovirteng.stuffnet.local userhelper[18209]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:30:32 ovirteng.stuffnet.local userhelper[18280]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:30:32 ovirteng.stuffnet.local userhelper[18280]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:32:32 ovirteng.stuffnet.local userhelper[18363]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:32:32 ovirteng.stuffnet.local userhelper[18363]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:32:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:32:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:32:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01903|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:32:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01904|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41558: receive error: Protocol error
Oct 01 16:32:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01905|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41558: connection dropped (Protocol error)
Oct 01 16:32:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:32:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:34:32 ovirteng.stuffnet.local userhelper[18443]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:34:32 ovirteng.stuffnet.local userhelper[18443]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:36:33 ovirteng.stuffnet.local userhelper[18523]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:36:33 ovirteng.stuffnet.local userhelper[18523]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:37:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:37:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01906|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01907|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41676: receive error: Protocol error
Oct 01 16:37:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01908|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41676: connection dropped (Protocol error)
Oct 01 16:37:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:37:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:38:33 ovirteng.stuffnet.local userhelper[18603]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:38:33 ovirteng.stuffnet.local userhelper[18603]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:40:33 ovirteng.stuffnet.local userhelper[18677]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:40:33 ovirteng.stuffnet.local userhelper[18677]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:42:34 ovirteng.stuffnet.local userhelper[18755]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:42:34 ovirteng.stuffnet.local userhelper[18755]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:42:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:42:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01909|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01910|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41794: receive error: Protocol error
Oct 01 16:42:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01911|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41794: connection dropped (Protocol error)
Oct 01 16:42:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:42:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:44:34 ovirteng.stuffnet.local userhelper[18836]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:44:34 ovirteng.stuffnet.local userhelper[18836]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:46:35 ovirteng.stuffnet.local userhelper[18916]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:46:35 ovirteng.stuffnet.local userhelper[18916]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:47:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:47:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01912|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01913|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41912: receive error: Protocol error
Oct 01 16:47:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01914|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41912: connection dropped (Protocol error)
Oct 01 16:47:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:47:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:48:35 ovirteng.stuffnet.local userhelper[18996]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:48:35 ovirteng.stuffnet.local userhelper[18996]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:50:35 ovirteng.stuffnet.local userhelper[19072]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:50:35 ovirteng.stuffnet.local userhelper[19072]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:52:36 ovirteng.stuffnet.local userhelper[19151]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:52:36 ovirteng.stuffnet.local userhelper[19151]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:52:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:52:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:52:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01915|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:52:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01916|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42030: receive error: Protocol error
Oct 01 16:52:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01917|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42030: connection dropped (Protocol error)
Oct 01 16:52:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:52:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:54:36 ovirteng.stuffnet.local userhelper[19231]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:54:36 ovirteng.stuffnet.local userhelper[19231]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:56:37 ovirteng.stuffnet.local userhelper[19310]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:56:37 ovirteng.stuffnet.local userhelper[19310]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 16:57:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:57:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 16:57:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01918|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 16:57:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01919|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42148: receive error: Protocol error
Oct 01 16:57:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01920|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42148: connection dropped (Protocol error)
Oct 01 16:57:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 16:57:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 16:58:37 ovirteng.stuffnet.local userhelper[19391]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 16:58:37 ovirteng.stuffnet.local userhelper[19391]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:00:38 ovirteng.stuffnet.local userhelper[19476]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:00:38 ovirteng.stuffnet.local userhelper[19476]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 17:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 55 of user root.
-- Subject: Unit session-55.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-55.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 17:01:01 ovirteng.stuffnet.local CROND[19492]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[19495]: starting 0anacron
Oct 01 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[19501]: finished 0anacron
Oct 01 17:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 17:02:39 ovirteng.stuffnet.local userhelper[19572]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:02:39 ovirteng.stuffnet.local userhelper[19572]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:02:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:02:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01921|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01922|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42270: receive error: Protocol error
Oct 01 17:02:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01923|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42270: connection dropped (Protocol error)
Oct 01 17:02:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:02:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:04:39 ovirteng.stuffnet.local userhelper[19652]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:04:39 ovirteng.stuffnet.local userhelper[19652]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:06:39 ovirteng.stuffnet.local userhelper[19731]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:06:39 ovirteng.stuffnet.local userhelper[19731]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:07:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:07:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01924|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01925|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42388: receive error: Protocol error
Oct 01 17:07:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01926|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42388: connection dropped (Protocol error)
Oct 01 17:07:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:07:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:08:40 ovirteng.stuffnet.local userhelper[19809]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:08:40 ovirteng.stuffnet.local userhelper[19809]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:10:40 ovirteng.stuffnet.local userhelper[19882]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:10:40 ovirteng.stuffnet.local userhelper[19882]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:12:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:12:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01927|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01928|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42506: receive error: Protocol error
Oct 01 17:12:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01929|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42506: connection dropped (Protocol error)
Oct 01 17:12:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:12:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:12:48 ovirteng.stuffnet.local userhelper[19966]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:12:48 ovirteng.stuffnet.local userhelper[19966]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:14:48 ovirteng.stuffnet.local userhelper[20042]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:14:48 ovirteng.stuffnet.local userhelper[20042]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:16:52 ovirteng.stuffnet.local userhelper[20114]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:16:52 ovirteng.stuffnet.local userhelper[20114]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:17:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:17:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01930|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01931|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42624: receive error: Protocol error
Oct 01 17:17:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01932|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42624: connection dropped (Protocol error)
Oct 01 17:17:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:17:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:18:53 ovirteng.stuffnet.local userhelper[20192]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:18:53 ovirteng.stuffnet.local userhelper[20192]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:20:53 ovirteng.stuffnet.local userhelper[20266]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:20:53 ovirteng.stuffnet.local userhelper[20266]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:22:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:22:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01933|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01934|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42742: receive error: Protocol error
Oct 01 17:22:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01935|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42742: connection dropped (Protocol error)
Oct 01 17:22:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:22:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:22:54 ovirteng.stuffnet.local userhelper[20348]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:22:54 ovirteng.stuffnet.local userhelper[20348]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:24:54 ovirteng.stuffnet.local userhelper[20419]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:24:54 ovirteng.stuffnet.local userhelper[20419]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:26:55 ovirteng.stuffnet.local userhelper[20497]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:26:55 ovirteng.stuffnet.local userhelper[20497]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:27:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:27:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01936|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01937|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42860: receive error: Protocol error
Oct 01 17:27:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01938|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42860: connection dropped (Protocol error)
Oct 01 17:27:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:27:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:28:55 ovirteng.stuffnet.local userhelper[20574]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:28:55 ovirteng.stuffnet.local userhelper[20574]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:30:56 ovirteng.stuffnet.local userhelper[20647]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:30:56 ovirteng.stuffnet.local userhelper[20647]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:32:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:32:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01939|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01940|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42978: receive error: Protocol error
Oct 01 17:32:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01941|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42978: connection dropped (Protocol error)
Oct 01 17:32:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:32:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:33:08 ovirteng.stuffnet.local userhelper[20728]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:33:08 ovirteng.stuffnet.local userhelper[20728]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:35:08 ovirteng.stuffnet.local userhelper[20801]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:35:08 ovirteng.stuffnet.local userhelper[20801]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:37:09 ovirteng.stuffnet.local userhelper[20875]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:37:09 ovirteng.stuffnet.local userhelper[20875]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:37:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:37:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:37:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01942|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:37:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01943|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43096: receive error: Protocol error
Oct 01 17:37:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01944|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43096: connection dropped (Protocol error)
Oct 01 17:37:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:37:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:39:09 ovirteng.stuffnet.local userhelper[20955]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:39:09 ovirteng.stuffnet.local userhelper[20955]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:41:10 ovirteng.stuffnet.local userhelper[21025]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:41:10 ovirteng.stuffnet.local userhelper[21025]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:42:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:42:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:42:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01945|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:42:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01946|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43214: receive error: Protocol error
Oct 01 17:42:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01947|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43214: connection dropped (Protocol error)
Oct 01 17:42:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:42:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:43:10 ovirteng.stuffnet.local userhelper[21108]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:43:10 ovirteng.stuffnet.local userhelper[21108]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:45:11 ovirteng.stuffnet.local userhelper[21184]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:45:11 ovirteng.stuffnet.local userhelper[21184]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:47:11 ovirteng.stuffnet.local userhelper[21261]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:47:11 ovirteng.stuffnet.local userhelper[21261]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:47:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:47:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:47:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01948|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:47:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01949|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43332: receive error: Protocol error
Oct 01 17:47:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01950|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43332: connection dropped (Protocol error)
Oct 01 17:47:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:47:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:49:12 ovirteng.stuffnet.local userhelper[21342]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:49:12 ovirteng.stuffnet.local userhelper[21342]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:51:12 ovirteng.stuffnet.local userhelper[21415]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:51:12 ovirteng.stuffnet.local userhelper[21415]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:52:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:52:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:52:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01951|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:52:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01952|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43452: receive error: Protocol error
Oct 01 17:52:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01953|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43452: connection dropped (Protocol error)
Oct 01 17:52:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:52:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:53:12 ovirteng.stuffnet.local userhelper[21495]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:53:12 ovirteng.stuffnet.local userhelper[21495]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:55:13 ovirteng.stuffnet.local userhelper[21574]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:55:13 ovirteng.stuffnet.local userhelper[21574]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:57:13 ovirteng.stuffnet.local userhelper[21652]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:57:13 ovirteng.stuffnet.local userhelper[21652]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 17:57:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:57:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 17:57:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01954|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 17:57:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01955|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43570: receive error: Protocol error
Oct 01 17:57:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01956|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43570: connection dropped (Protocol error)
Oct 01 17:57:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 17:57:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 17:59:13 ovirteng.stuffnet.local userhelper[21734]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 17:59:13 ovirteng.stuffnet.local userhelper[21734]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 18:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 56 of user root.
-- Subject: Unit session-56.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-56.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 18:01:01 ovirteng.stuffnet.local CROND[21814]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[21817]: starting 0anacron
Oct 01 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[21823]: finished 0anacron
Oct 01 18:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 18:01:14 ovirteng.stuffnet.local userhelper[21832]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:01:14 ovirteng.stuffnet.local userhelper[21832]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:02:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:02:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:02:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01957|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:02:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01958|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43692: receive error: Protocol error
Oct 01 18:02:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01959|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43692: connection dropped (Protocol error)
Oct 01 18:02:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:02:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:03:14 ovirteng.stuffnet.local userhelper[21913]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:03:14 ovirteng.stuffnet.local userhelper[21913]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:05:15 ovirteng.stuffnet.local userhelper[21988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:05:15 ovirteng.stuffnet.local userhelper[21988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:07:16 ovirteng.stuffnet.local userhelper[22067]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:07:16 ovirteng.stuffnet.local userhelper[22067]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:07:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:07:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:07:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01960|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:07:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01961|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43810: receive error: Protocol error
Oct 01 18:07:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01962|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43810: connection dropped (Protocol error)
Oct 01 18:07:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:07:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:09:16 ovirteng.stuffnet.local userhelper[22147]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:09:16 ovirteng.stuffnet.local userhelper[22147]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:11:17 ovirteng.stuffnet.local userhelper[22222]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:11:17 ovirteng.stuffnet.local userhelper[22222]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:12:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:12:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:12:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01963|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:12:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01964|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43928: receive error: Protocol error
Oct 01 18:12:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01965|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43928: connection dropped (Protocol error)
Oct 01 18:12:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:12:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:13:17 ovirteng.stuffnet.local userhelper[22305]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:13:17 ovirteng.stuffnet.local userhelper[22305]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:15:18 ovirteng.stuffnet.local userhelper[22379]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:15:18 ovirteng.stuffnet.local userhelper[22379]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:17:18 ovirteng.stuffnet.local userhelper[22456]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:17:18 ovirteng.stuffnet.local userhelper[22456]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:17:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:17:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:17:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01966|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:17:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01967|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44046: receive error: Protocol error
Oct 01 18:17:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01968|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44046: connection dropped (Protocol error)
Oct 01 18:17:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:17:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:19:18 ovirteng.stuffnet.local userhelper[22538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:19:18 ovirteng.stuffnet.local userhelper[22538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:21:19 ovirteng.stuffnet.local userhelper[22611]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:21:19 ovirteng.stuffnet.local userhelper[22611]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:22:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:22:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:22:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01969|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:22:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01970|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44164: receive error: Protocol error
Oct 01 18:22:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01971|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44164: connection dropped (Protocol error)
Oct 01 18:22:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:22:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:23:19 ovirteng.stuffnet.local userhelper[22696]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:23:19 ovirteng.stuffnet.local userhelper[22696]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:25:20 ovirteng.stuffnet.local userhelper[22772]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:25:20 ovirteng.stuffnet.local userhelper[22772]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:27:20 ovirteng.stuffnet.local userhelper[22849]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:27:20 ovirteng.stuffnet.local userhelper[22849]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:27:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:27:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:27:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01972|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:27:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01973|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44282: receive error: Protocol error
Oct 01 18:27:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01974|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44282: connection dropped (Protocol error)
Oct 01 18:27:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:27:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:29:20 ovirteng.stuffnet.local userhelper[22929]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:29:20 ovirteng.stuffnet.local userhelper[22929]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:31:21 ovirteng.stuffnet.local userhelper[23004]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:31:21 ovirteng.stuffnet.local userhelper[23004]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:32:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:32:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:32:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01975|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:32:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01976|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44400: receive error: Protocol error
Oct 01 18:32:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01977|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44400: connection dropped (Protocol error)
Oct 01 18:32:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:32:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:33:24 ovirteng.stuffnet.local userhelper[23088]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:33:24 ovirteng.stuffnet.local userhelper[23088]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:35:24 ovirteng.stuffnet.local userhelper[23163]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:35:24 ovirteng.stuffnet.local userhelper[23163]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:37:25 ovirteng.stuffnet.local userhelper[23253]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:37:25 ovirteng.stuffnet.local userhelper[23253]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:37:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:37:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:37:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01978|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:37:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01979|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44518: receive error: Protocol error
Oct 01 18:37:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01980|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44518: connection dropped (Protocol error)
Oct 01 18:37:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:37:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:39:26 ovirteng.stuffnet.local userhelper[23334]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:39:26 ovirteng.stuffnet.local userhelper[23334]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:41:26 ovirteng.stuffnet.local userhelper[23409]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:41:26 ovirteng.stuffnet.local userhelper[23409]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:42:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:42:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:42:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01981|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:42:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01982|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44636: receive error: Protocol error
Oct 01 18:42:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01983|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44636: connection dropped (Protocol error)
Oct 01 18:42:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:42:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:43:27 ovirteng.stuffnet.local userhelper[23492]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:43:27 ovirteng.stuffnet.local userhelper[23492]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:45:27 ovirteng.stuffnet.local userhelper[23567]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:45:27 ovirteng.stuffnet.local userhelper[23567]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:47:27 ovirteng.stuffnet.local userhelper[23648]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:47:27 ovirteng.stuffnet.local userhelper[23648]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:47:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:47:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:47:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01984|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:47:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01985|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44754: receive error: Protocol error
Oct 01 18:47:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01986|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44754: connection dropped (Protocol error)
Oct 01 18:47:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:47:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:49:28 ovirteng.stuffnet.local userhelper[23727]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:49:28 ovirteng.stuffnet.local userhelper[23727]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:51:28 ovirteng.stuffnet.local userhelper[23804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:51:28 ovirteng.stuffnet.local userhelper[23804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:52:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:52:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:52:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01987|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:52:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01988|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44872: receive error: Protocol error
Oct 01 18:52:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01989|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44872: connection dropped (Protocol error)
Oct 01 18:52:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:52:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:53:28 ovirteng.stuffnet.local userhelper[23888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:53:28 ovirteng.stuffnet.local userhelper[23888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:55:29 ovirteng.stuffnet.local userhelper[23962]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:55:29 ovirteng.stuffnet.local userhelper[23962]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:57:29 ovirteng.stuffnet.local userhelper[24040]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:57:29 ovirteng.stuffnet.local userhelper[24040]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 18:57:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:57:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 18:57:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01990|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 18:57:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01991|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44990: receive error: Protocol error
Oct 01 18:57:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01992|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44990: connection dropped (Protocol error)
Oct 01 18:57:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 18:57:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 18:59:30 ovirteng.stuffnet.local userhelper[24122]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 18:59:30 ovirteng.stuffnet.local userhelper[24122]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 19:01:02 ovirteng.stuffnet.local systemd[1]: Started Session 57 of user root.
-- Subject: Unit session-57.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-57.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 19:01:02 ovirteng.stuffnet.local CROND[24188]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 19:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[24191]: starting 0anacron
Oct 01 19:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[24197]: finished 0anacron
Oct 01 19:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 19:01:30 ovirteng.stuffnet.local userhelper[24225]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:01:30 ovirteng.stuffnet.local userhelper[24225]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:02:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:02:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01993|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01994|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45112: receive error: Protocol error
Oct 01 19:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01995|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45112: connection dropped (Protocol error)
Oct 01 19:02:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:02:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:03:30 ovirteng.stuffnet.local userhelper[24303]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:03:30 ovirteng.stuffnet.local userhelper[24303]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:05:31 ovirteng.stuffnet.local userhelper[24379]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:05:31 ovirteng.stuffnet.local userhelper[24379]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:07:31 ovirteng.stuffnet.local userhelper[24457]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:07:31 ovirteng.stuffnet.local userhelper[24457]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:07:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:07:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01996|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01997|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45230: receive error: Protocol error
Oct 01 19:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01998|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45230: connection dropped (Protocol error)
Oct 01 19:07:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:07:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:09:32 ovirteng.stuffnet.local userhelper[24539]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:09:32 ovirteng.stuffnet.local userhelper[24539]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:11:32 ovirteng.stuffnet.local userhelper[24617]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:11:32 ovirteng.stuffnet.local userhelper[24617]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:12:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:12:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:12:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|01999|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:12:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02000|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45348: receive error: Protocol error
Oct 01 19:12:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02001|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45348: connection dropped (Protocol error)
Oct 01 19:12:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:12:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:13:32 ovirteng.stuffnet.local userhelper[24698]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:13:32 ovirteng.stuffnet.local userhelper[24698]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:15:33 ovirteng.stuffnet.local userhelper[24773]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:15:33 ovirteng.stuffnet.local userhelper[24773]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:17:33 ovirteng.stuffnet.local userhelper[24853]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:17:33 ovirteng.stuffnet.local userhelper[24853]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:17:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:17:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:17:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02002|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:17:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02003|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45466: receive error: Protocol error
Oct 01 19:17:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02004|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45466: connection dropped (Protocol error)
Oct 01 19:17:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:17:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:19:33 ovirteng.stuffnet.local userhelper[24933]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:19:33 ovirteng.stuffnet.local userhelper[24933]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:21:34 ovirteng.stuffnet.local userhelper[25010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:21:34 ovirteng.stuffnet.local userhelper[25010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:22:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:22:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:22:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02005|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:22:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02006|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45584: receive error: Protocol error
Oct 01 19:22:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02007|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45584: connection dropped (Protocol error)
Oct 01 19:22:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:22:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:23:34 ovirteng.stuffnet.local userhelper[25092]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:23:34 ovirteng.stuffnet.local userhelper[25092]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:25:35 ovirteng.stuffnet.local userhelper[25167]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:25:35 ovirteng.stuffnet.local userhelper[25167]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:27:35 ovirteng.stuffnet.local userhelper[25247]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:27:35 ovirteng.stuffnet.local userhelper[25247]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:27:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:27:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:27:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02008|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:27:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02009|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45702: receive error: Protocol error
Oct 01 19:27:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02010|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45702: connection dropped (Protocol error)
Oct 01 19:27:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:27:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:29:35 ovirteng.stuffnet.local userhelper[25327]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:29:35 ovirteng.stuffnet.local userhelper[25327]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:31:36 ovirteng.stuffnet.local userhelper[25404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:31:36 ovirteng.stuffnet.local userhelper[25404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:33:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:33:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:33:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02011|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:33:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02012|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45820: receive error: Protocol error
Oct 01 19:33:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02013|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45820: connection dropped (Protocol error)
Oct 01 19:33:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:33:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:33:36 ovirteng.stuffnet.local userhelper[25485]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:33:36 ovirteng.stuffnet.local userhelper[25485]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:35:37 ovirteng.stuffnet.local userhelper[25562]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:35:37 ovirteng.stuffnet.local userhelper[25562]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:37:37 ovirteng.stuffnet.local userhelper[25642]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:37:37 ovirteng.stuffnet.local userhelper[25642]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:38:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:38:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:38:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02014|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:38:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02015|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45938: receive error: Protocol error
Oct 01 19:38:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02016|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45938: connection dropped (Protocol error)
Oct 01 19:38:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:38:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:39:37 ovirteng.stuffnet.local userhelper[25722]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:39:37 ovirteng.stuffnet.local userhelper[25722]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:41:38 ovirteng.stuffnet.local userhelper[25799]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:41:38 ovirteng.stuffnet.local userhelper[25799]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:43:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:43:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:43:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02017|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:43:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02018|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46056: receive error: Protocol error
Oct 01 19:43:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02019|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46056: connection dropped (Protocol error)
Oct 01 19:43:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:43:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:43:38 ovirteng.stuffnet.local userhelper[25882]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:43:38 ovirteng.stuffnet.local userhelper[25882]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:45:38 ovirteng.stuffnet.local userhelper[25958]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:45:38 ovirteng.stuffnet.local userhelper[25958]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:47:39 ovirteng.stuffnet.local userhelper[26037]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:47:39 ovirteng.stuffnet.local userhelper[26037]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:48:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:48:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:48:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02020|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:48:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02021|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46174: receive error: Protocol error
Oct 01 19:48:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02022|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46174: connection dropped (Protocol error)
Oct 01 19:48:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:48:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:49:39 ovirteng.stuffnet.local userhelper[26117]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:49:39 ovirteng.stuffnet.local userhelper[26117]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:51:40 ovirteng.stuffnet.local userhelper[26192]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:51:40 ovirteng.stuffnet.local userhelper[26192]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:53:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:53:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:53:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02023|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:53:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02024|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46288: receive error: Protocol error
Oct 01 19:53:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02025|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46288: connection dropped (Protocol error)
Oct 01 19:53:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:53:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:53:40 ovirteng.stuffnet.local userhelper[26276]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:53:40 ovirteng.stuffnet.local userhelper[26276]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:55:40 ovirteng.stuffnet.local userhelper[26351]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:55:40 ovirteng.stuffnet.local userhelper[26351]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:57:41 ovirteng.stuffnet.local userhelper[26431]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:57:41 ovirteng.stuffnet.local userhelper[26431]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 19:58:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:58:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 19:58:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02026|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 19:58:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02027|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46404: receive error: Protocol error
Oct 01 19:58:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02028|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46404: connection dropped (Protocol error)
Oct 01 19:58:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 19:58:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 19:59:41 ovirteng.stuffnet.local userhelper[26511]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 19:59:41 ovirteng.stuffnet.local userhelper[26511]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 20:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 58 of user root.
-- Subject: Unit session-58.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-58.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 20:01:01 ovirteng.stuffnet.local CROND[26569]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 20:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[26572]: starting 0anacron
Oct 01 20:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[26578]: finished 0anacron
Oct 01 20:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 20:01:42 ovirteng.stuffnet.local userhelper[26615]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:01:42 ovirteng.stuffnet.local userhelper[26615]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:03:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:03:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:03:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02029|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:03:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02030|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46526: receive error: Protocol error
Oct 01 20:03:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02031|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46526: connection dropped (Protocol error)
Oct 01 20:03:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:03:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:03:42 ovirteng.stuffnet.local userhelper[26699]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:03:42 ovirteng.stuffnet.local userhelper[26699]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:05:42 ovirteng.stuffnet.local userhelper[26775]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:05:42 ovirteng.stuffnet.local userhelper[26775]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:07:43 ovirteng.stuffnet.local userhelper[26854]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:07:43 ovirteng.stuffnet.local userhelper[26854]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:08:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:08:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02032|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02033|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46644: receive error: Protocol error
Oct 01 20:08:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02034|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46644: connection dropped (Protocol error)
Oct 01 20:08:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:08:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:09:43 ovirteng.stuffnet.local userhelper[26935]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:09:43 ovirteng.stuffnet.local userhelper[26935]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:11:43 ovirteng.stuffnet.local userhelper[27011]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:11:43 ovirteng.stuffnet.local userhelper[27011]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:13:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:13:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:13:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02035|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:13:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02036|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46762: receive error: Protocol error
Oct 01 20:13:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02037|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46762: connection dropped (Protocol error)
Oct 01 20:13:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:13:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:13:44 ovirteng.stuffnet.local userhelper[27094]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:13:44 ovirteng.stuffnet.local userhelper[27094]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:15:44 ovirteng.stuffnet.local userhelper[27169]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:15:44 ovirteng.stuffnet.local userhelper[27169]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:17:45 ovirteng.stuffnet.local userhelper[27249]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:17:45 ovirteng.stuffnet.local userhelper[27249]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:18:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:18:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:18:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02038|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:18:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02039|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46880: receive error: Protocol error
Oct 01 20:18:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02040|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46880: connection dropped (Protocol error)
Oct 01 20:18:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:18:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:19:45 ovirteng.stuffnet.local userhelper[27328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:19:45 ovirteng.stuffnet.local userhelper[27328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:21:45 ovirteng.stuffnet.local userhelper[27405]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:21:45 ovirteng.stuffnet.local userhelper[27405]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:23:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:23:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:23:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02041|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:23:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02042|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46998: receive error: Protocol error
Oct 01 20:23:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02043|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46998: connection dropped (Protocol error)
Oct 01 20:23:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:23:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:23:46 ovirteng.stuffnet.local userhelper[27488]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:23:46 ovirteng.stuffnet.local userhelper[27488]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:25:46 ovirteng.stuffnet.local userhelper[27563]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:25:46 ovirteng.stuffnet.local userhelper[27563]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:27:47 ovirteng.stuffnet.local userhelper[27642]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:27:47 ovirteng.stuffnet.local userhelper[27642]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:28:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:28:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:28:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02044|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:28:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02045|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47116: receive error: Protocol error
Oct 01 20:28:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02046|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47116: connection dropped (Protocol error)
Oct 01 20:28:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:28:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:29:47 ovirteng.stuffnet.local userhelper[27722]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:29:47 ovirteng.stuffnet.local userhelper[27722]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:31:47 ovirteng.stuffnet.local userhelper[27798]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:31:47 ovirteng.stuffnet.local userhelper[27798]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:33:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:33:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:33:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02047|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:33:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02048|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47234: receive error: Protocol error
Oct 01 20:33:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02049|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47234: connection dropped (Protocol error)
Oct 01 20:33:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:33:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:33:48 ovirteng.stuffnet.local userhelper[27881]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:33:48 ovirteng.stuffnet.local userhelper[27881]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:35:48 ovirteng.stuffnet.local userhelper[27956]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:35:48 ovirteng.stuffnet.local userhelper[27956]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:37:49 ovirteng.stuffnet.local userhelper[28037]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:37:49 ovirteng.stuffnet.local userhelper[28037]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:38:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:38:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:38:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02050|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:38:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02051|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47352: receive error: Protocol error
Oct 01 20:38:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02052|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47352: connection dropped (Protocol error)
Oct 01 20:38:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:38:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:39:49 ovirteng.stuffnet.local userhelper[28116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:39:49 ovirteng.stuffnet.local userhelper[28116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:41:49 ovirteng.stuffnet.local userhelper[28192]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:41:49 ovirteng.stuffnet.local userhelper[28192]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:43:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:43:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:43:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02053|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:43:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02054|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47470: receive error: Protocol error
Oct 01 20:43:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02055|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47470: connection dropped (Protocol error)
Oct 01 20:43:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:43:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:43:53 ovirteng.stuffnet.local userhelper[28275]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:43:53 ovirteng.stuffnet.local userhelper[28275]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:45:53 ovirteng.stuffnet.local userhelper[28350]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:45:53 ovirteng.stuffnet.local userhelper[28350]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:47:54 ovirteng.stuffnet.local userhelper[28431]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:47:54 ovirteng.stuffnet.local userhelper[28431]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:48:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:48:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02056|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02057|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47588: receive error: Protocol error
Oct 01 20:48:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02058|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47588: connection dropped (Protocol error)
Oct 01 20:48:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:48:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:49:54 ovirteng.stuffnet.local userhelper[28512]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:49:54 ovirteng.stuffnet.local userhelper[28512]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:51:54 ovirteng.stuffnet.local userhelper[28587]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:51:54 ovirteng.stuffnet.local userhelper[28587]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:53:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:53:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:53:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02059|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:53:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02060|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47706: receive error: Protocol error
Oct 01 20:53:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02061|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47706: connection dropped (Protocol error)
Oct 01 20:53:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:53:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:53:55 ovirteng.stuffnet.local userhelper[28672]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:53:55 ovirteng.stuffnet.local userhelper[28672]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:55:55 ovirteng.stuffnet.local userhelper[28747]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:55:55 ovirteng.stuffnet.local userhelper[28747]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:57:56 ovirteng.stuffnet.local userhelper[28824]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:57:56 ovirteng.stuffnet.local userhelper[28824]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 20:58:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:58:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 20:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02062|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 20:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02063|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47824: receive error: Protocol error
Oct 01 20:58:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02064|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47824: connection dropped (Protocol error)
Oct 01 20:58:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 20:58:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 20:59:56 ovirteng.stuffnet.local userhelper[28905]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 20:59:56 ovirteng.stuffnet.local userhelper[28905]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 21:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 59 of user root.
-- Subject: Unit session-59.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-59.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 21:01:01 ovirteng.stuffnet.local CROND[28957]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 21:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[28960]: starting 0anacron
Oct 01 21:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[28966]: finished 0anacron
Oct 01 21:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 21:01:56 ovirteng.stuffnet.local userhelper[29007]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:01:56 ovirteng.stuffnet.local userhelper[29007]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:03:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:03:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:03:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02065|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:03:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02066|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47946: receive error: Protocol error
Oct 01 21:03:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02067|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47946: connection dropped (Protocol error)
Oct 01 21:03:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:03:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:03:57 ovirteng.stuffnet.local userhelper[29090]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:03:57 ovirteng.stuffnet.local userhelper[29090]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:05:57 ovirteng.stuffnet.local userhelper[29165]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:05:57 ovirteng.stuffnet.local userhelper[29165]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:07:58 ovirteng.stuffnet.local userhelper[29245]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:07:58 ovirteng.stuffnet.local userhelper[29245]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:08:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:08:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:08:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02068|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:08:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02069|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48082: receive error: Protocol error
Oct 01 21:08:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02070|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48082: connection dropped (Protocol error)
Oct 01 21:08:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:08:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:09:58 ovirteng.stuffnet.local userhelper[29338]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:09:58 ovirteng.stuffnet.local userhelper[29338]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:11:58 ovirteng.stuffnet.local userhelper[29417]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:11:58 ovirteng.stuffnet.local userhelper[29417]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:13:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:13:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:13:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02071|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:13:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02072|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48182: receive error: Protocol error
Oct 01 21:13:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02073|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48182: connection dropped (Protocol error)
Oct 01 21:13:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:13:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:13:59 ovirteng.stuffnet.local userhelper[29498]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:13:59 ovirteng.stuffnet.local userhelper[29498]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:16:00 ovirteng.stuffnet.local userhelper[29567]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:16:00 ovirteng.stuffnet.local userhelper[29567]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:18:09 ovirteng.stuffnet.local userhelper[29648]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:18:09 ovirteng.stuffnet.local userhelper[29648]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:18:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:18:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:18:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02074|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:18:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02075|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48300: receive error: Protocol error
Oct 01 21:18:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02076|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48300: connection dropped (Protocol error)
Oct 01 21:18:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:18:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:20:12 ovirteng.stuffnet.local userhelper[29720]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:20:12 ovirteng.stuffnet.local userhelper[29720]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:22:22 ovirteng.stuffnet.local userhelper[29788]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:22:22 ovirteng.stuffnet.local userhelper[29788]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:23:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:23:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:23:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02077|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:23:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02078|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48412: receive error: Protocol error
Oct 01 21:23:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02079|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48412: connection dropped (Protocol error)
Oct 01 21:23:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:23:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:24:22 ovirteng.stuffnet.local userhelper[29875]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:24:22 ovirteng.stuffnet.local userhelper[29875]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:26:23 ovirteng.stuffnet.local userhelper[29930]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:26:23 ovirteng.stuffnet.local userhelper[29930]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:28:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:28:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:28:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02080|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:28:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02081|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48524: receive error: Protocol error
Oct 01 21:28:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02082|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48524: connection dropped (Protocol error)
Oct 01 21:28:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:28:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:28:38 ovirteng.stuffnet.local userhelper[30010]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:28:38 ovirteng.stuffnet.local userhelper[30010]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2: lost interrupt (Status 0x58)
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2: drained 8 bytes to clear DRQ
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
Get event status notification 4a 01 00 00 10 00 00 00 08 00res 40/00:02:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2.00: status: { DRDY }
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2: soft resetting link
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2.01: NODEV after polling detection
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2.00: configured for MWDMA2
Oct 01 21:30:48 ovirteng.stuffnet.local kernel: ata2: EH complete
Oct 01 21:31:05 ovirteng.stuffnet.local userhelper[30088]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:31:05 ovirteng.stuffnet.local userhelper[30088]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:33:09 ovirteng.stuffnet.local userhelper[30161]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:33:09 ovirteng.stuffnet.local userhelper[30161]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:33:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:33:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:33:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02083|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:33:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02084|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48634: receive error: Protocol error
Oct 01 21:33:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02085|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48634: connection dropped (Protocol error)
Oct 01 21:33:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:33:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:35:09 ovirteng.stuffnet.local userhelper[30240]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:35:09 ovirteng.stuffnet.local userhelper[30240]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [python2:1367]
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: Modules linked in: openvswitch ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 xt_conntrack ebtable_nat ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat iptable_mangle iptable_security iptable_raw nf_conntrack ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter sunrpc ppdev crc32_pclmul ghash_clmulni_intel aesni_intel lrw gf128mul glue_helper ablk_helper cryptd sg joydev virtio_rng pcspkr virtio_net virtio_balloon parport_pc parport snd_hda_codec_generic snd_hda_intel snd_hda_codec qxl snd_hda_core ttm snd_hwdep snd_seq drm_kms_helper snd_seq_device snd_pcm syscopyarea sysfillrect sysimgblt fb_sys_fops drm snd_timer snd
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: soundcore drm_panel_orientation_quirks i2c_piix4 ip_tables xfs libcrc32c sr_mod cdrom ata_generic pata_acpi virtio_blk virtio_console virtio_scsi crct10dif_pclmul crct10dif_common ata_piix crc32c_intel libata serio_raw virtio_pci floppy virtio_ring virtio dm_mirror dm_region_hash dm_log dm_mod
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: CPU: 1 PID: 1367 Comm: python2 Kdump: loaded Tainted: G L ------------ 3.10.0-1062.1.1.el7.x86_64 #1
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: Hardware name: oVirt oVirt Node, BIOS 1.11.0-2.el7 04/01/2014
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: task: ffff890d2aa49070 ti: ffff890d2c89c000 task.ti: ffff890d2c89c000
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: RIP: 0010:[<ffffffffab914a22>] [<ffffffffab914a22>] generic_exec_single+0x102/0x1c0
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: RSP: 0018:ffff890d2c89fc50 EFLAGS: 00000202
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: RAX: 0000000000000040 RBX: ffff890d2c89fc20 RCX: 0000000000000003
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: RDX: ffffffffac013a48 RSI: 0000000000000040 RDI: 0000000000000282
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: RBP: ffff890d2c89fca0 R08: ffffffffac013a48 R09: ffffffffab89776c
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: R10: ffff8909355e9cb0 R11: 0000000000000000 R12: ffff890d2c89fbd8
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: R13: ffffd2cfcf97ad80 R14: 00007ffe2cd03000 R15: 0000000000000000
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: FS: 00007f1f91f05700(0000) GS:ffff890d2e640000(0000) knlGS:0000000000000000
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: CR2: 00007f1f96013f38 CR3: 0000000424fba000 CR4: 00000000000206e0
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: Call Trace:
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab87d1d0>] ? leave_mm+0x110/0x110
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab87d1d0>] ? leave_mm+0x110/0x110
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab87d1d0>] ? leave_mm+0x110/0x110
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab914b3f>] smp_call_function_single+0x5f/0xa0
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabb7f475>] ? cpumask_next_and+0x35/0x50
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab9150eb>] smp_call_function_many+0x22b/0x270
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab87d398>] native_flush_tlb_others+0xb8/0xc0
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab87d40b>] flush_tlb_mm_range+0x6b/0x140
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab897b8d>] dup_mm+0x65d/0x750
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab89910e>] copy_process+0x145e/0x1a50
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab8998b1>] do_fork+0x91/0x330
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8ce15>] ? system_call_after_swapgs+0xa2/0x146
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8ce21>] ? system_call_after_swapgs+0xae/0x146
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8ce15>] ? system_call_after_swapgs+0xa2/0x146
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8ce21>] ? system_call_after_swapgs+0xae/0x146
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8ce15>] ? system_call_after_swapgs+0xa2/0x146
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffab899bd6>] SyS_clone+0x16/0x20
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8d2b4>] stub_clone+0x44/0x70
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: [<ffffffffabf8cede>] ? system_call_fastpath+0x25/0x2a
Oct 01 21:37:38 ovirteng.stuffnet.local kernel: Code: 89 de 48 03 14 c5 e0 d7 54 ac 48 89 df e8 d7 1a 28 00 84 c0 75 53 45 85 ed 74 16 f6 43 20 01 74 10 0f 1f 84 00 00 00 00 00 f3 90 <f6> 43 20 01 75 f8 31 c0 48 8b 7c 24 28 65 48 33 3c 25 28 00 00
Oct 01 21:38:07 ovirteng.stuffnet.local userhelper[30285]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:38:07 ovirteng.stuffnet.local userhelper[30285]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:38:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:38:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:38:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02086|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:38:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02087|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48740: receive error: Protocol error
Oct 01 21:38:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02088|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48740: connection dropped (Protocol error)
Oct 01 21:38:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:38:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:40:09 ovirteng.stuffnet.local userhelper[30354]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:40:09 ovirteng.stuffnet.local userhelper[30354]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:42:14 ovirteng.stuffnet.local userhelper[30431]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:42:14 ovirteng.stuffnet.local userhelper[30431]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:43:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:43:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:43:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02089|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:43:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02090|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48852: receive error: Protocol error
Oct 01 21:43:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02091|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48852: connection dropped (Protocol error)
Oct 01 21:43:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:43:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:44:15 ovirteng.stuffnet.local userhelper[30501]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:44:15 ovirteng.stuffnet.local userhelper[30501]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:46:21 ovirteng.stuffnet.local userhelper[30577]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:46:21 ovirteng.stuffnet.local userhelper[30577]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:48:26 ovirteng.stuffnet.local userhelper[30648]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:48:26 ovirteng.stuffnet.local userhelper[30648]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:48:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:48:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:48:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02092|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:48:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02093|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48974: receive error: Protocol error
Oct 01 21:48:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02094|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48974: connection dropped (Protocol error)
Oct 01 21:48:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:48:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:50:29 ovirteng.stuffnet.local userhelper[30709]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:50:29 ovirteng.stuffnet.local userhelper[30709]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:52:30 ovirteng.stuffnet.local userhelper[30797]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:52:30 ovirteng.stuffnet.local userhelper[30797]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:53:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:53:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:53:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02095|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:53:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02096|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49086: receive error: Protocol error
Oct 01 21:53:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02097|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49086: connection dropped (Protocol error)
Oct 01 21:53:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:53:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 21:54:34 ovirteng.stuffnet.local userhelper[30859]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:54:34 ovirteng.stuffnet.local userhelper[30859]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:55:22 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00126|reconnect|ERR|ssl:[::ffff:10.1.3.10]:44130: no response to inactivity probe after 5 seconds, disconnecting
Oct 01 21:56:43 ovirteng.stuffnet.local userhelper[30926]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:56:43 ovirteng.stuffnet.local userhelper[30926]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:58:54 ovirteng.stuffnet.local userhelper[30988]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 21:58:54 ovirteng.stuffnet.local userhelper[30988]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 21:59:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:59:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 21:59:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02098|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 21:59:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02099|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49210: receive error: Protocol error
Oct 01 21:59:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02100|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49210: connection dropped (Protocol error)
Oct 01 21:59:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 21:59:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:01:02 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 22:01:02 ovirteng.stuffnet.local systemd[1]: Started Session 60 of user root.
-- Subject: Unit session-60.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-60.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 22:01:02 ovirteng.stuffnet.local CROND[31074]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 22:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[31077]: starting 0anacron
Oct 01 22:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[31083]: finished 0anacron
Oct 01 22:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 22:01:08 ovirteng.stuffnet.local userhelper[31091]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:01:08 ovirteng.stuffnet.local userhelper[31091]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:03:12 ovirteng.stuffnet.local userhelper[31158]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:03:12 ovirteng.stuffnet.local userhelper[31158]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:04:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:04:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02101|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02102|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49322: receive error: Protocol error
Oct 01 22:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02103|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49322: connection dropped (Protocol error)
Oct 01 22:04:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:04:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:05:14 ovirteng.stuffnet.local userhelper[31233]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:05:14 ovirteng.stuffnet.local userhelper[31233]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:07:22 ovirteng.stuffnet.local userhelper[31310]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:07:22 ovirteng.stuffnet.local userhelper[31310]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02104|timeval|WARN|Unreasonably long 1645ms poll interval (1004ms user, 640ms system)
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02105|timeval|WARN|context switches: 0 voluntary, 1 involuntary
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02106|coverage|INFO|Event coverage, avg rate over last: 5 seconds, last minute, last hour, hash=08d40c2c:
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02107|coverage|INFO|hmap_pathological 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02108|coverage|INFO|hmap_expand 3.6/sec 3.400/sec 3.7114/sec total: 802579
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02109|coverage|INFO|lockfile_lock 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02110|coverage|INFO|poll_create_node 8.0/sec 7.400/sec 6.9453/sec total: 1502051
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02111|coverage|INFO|poll_zero_timeout 0.4/sec 0.400/sec 0.3981/sec total: 83831
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02112|coverage|INFO|seq_change 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02113|coverage|INFO|pstream_open 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02114|coverage|INFO|unixctl_received 0.0/sec 0.000/sec 0.0000/sec total: 2
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02115|coverage|INFO|unixctl_replied 0.0/sec 0.000/sec 0.0000/sec total: 2
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02116|coverage|INFO|util_xalloc 96.4/sec 91.500/sec 95.3992/sec total: 20569607
Oct 01 22:07:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02117|coverage|INFO|68 events never hit
Oct 01 22:07:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02118|poll_loop|INFO|wakeup due to 604-ms timeout at lib/reconnect.c:643 (53% CPU usage)
Oct 01 22:07:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02119|poll_loop|INFO|wakeup due to [POLLIN] on fd 19 ([::ffff:127.0.0.1]:6641<->[::ffff:127.0.0.1]:57110) at lib/stream-ssl.c:774 (53% CPU usage)
Oct 01 22:07:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02120|poll_loop|INFO|wakeup due to 0-ms timeout at lib/stream-ssl.c:776 (53% CPU usage)
Oct 01 22:07:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02121|poll_loop|INFO|wakeup due to 0-ms timeout at lib/stream-ssl.c:776 (53% CPU usage)
Oct 01 22:07:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02122|poll_loop|INFO|wakeup due to 1897-ms timeout at ovsdb/ovsdb-server.c:276 (53% CPU usage)
Oct 01 22:09:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:09:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:09:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02123|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:09:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02124|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49458: receive error: Protocol error
Oct 01 22:09:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02125|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49458: connection dropped (Protocol error)
Oct 01 22:09:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:09:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:09:23 ovirteng.stuffnet.local userhelper[31397]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:09:23 ovirteng.stuffnet.local userhelper[31397]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:11:32 ovirteng.stuffnet.local userhelper[31462]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:11:32 ovirteng.stuffnet.local userhelper[31462]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:13:34 ovirteng.stuffnet.local userhelper[31533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:13:34 ovirteng.stuffnet.local userhelper[31533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:14:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:14:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:14:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02126|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:14:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02127|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49576: receive error: Protocol error
Oct 01 22:14:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02128|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49576: connection dropped (Protocol error)
Oct 01 22:14:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:14:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:15:38 ovirteng.stuffnet.local userhelper[31607]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:15:38 ovirteng.stuffnet.local userhelper[31607]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:17:40 ovirteng.stuffnet.local userhelper[31678]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:17:40 ovirteng.stuffnet.local userhelper[31678]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:19:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:19:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:19:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02129|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:19:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02130|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49700: receive error: Protocol error
Oct 01 22:19:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02131|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49700: connection dropped (Protocol error)
Oct 01 22:19:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:19:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:19:40 ovirteng.stuffnet.local userhelper[31753]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:19:40 ovirteng.stuffnet.local userhelper[31753]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:22:02 ovirteng.stuffnet.local userhelper[31822]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:22:02 ovirteng.stuffnet.local userhelper[31822]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:24:04 ovirteng.stuffnet.local userhelper[31884]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:24:04 ovirteng.stuffnet.local userhelper[31884]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:24:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:24:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:24:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02132|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:24:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02133|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49814: receive error: Protocol error
Oct 01 22:24:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02134|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49814: connection dropped (Protocol error)
Oct 01 22:24:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:24:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:26:09 ovirteng.stuffnet.local userhelper[31955]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:26:09 ovirteng.stuffnet.local userhelper[31955]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:28:29 ovirteng.stuffnet.local userhelper[32043]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:28:29 ovirteng.stuffnet.local userhelper[32043]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:29:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:29:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:29:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02135|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:29:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02136|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49910: receive error: Protocol error
Oct 01 22:29:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02137|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49910: connection dropped (Protocol error)
Oct 01 22:29:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:29:48] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:30:29 ovirteng.stuffnet.local userhelper[32098]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:30:29 ovirteng.stuffnet.local userhelper[32098]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:32:42 ovirteng.stuffnet.local userhelper[32170]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:32:42 ovirteng.stuffnet.local userhelper[32170]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:34:44 ovirteng.stuffnet.local userhelper[32244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:34:44 ovirteng.stuffnet.local userhelper[32244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:34:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:34:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:34:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02138|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:34:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02139|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50032: receive error: Protocol error
Oct 01 22:34:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02140|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50032: connection dropped (Protocol error)
Oct 01 22:34:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:34:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:37:00 ovirteng.stuffnet.local userhelper[32311]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:37:00 ovirteng.stuffnet.local userhelper[32311]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:39:06 ovirteng.stuffnet.local userhelper[32380]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:39:06 ovirteng.stuffnet.local userhelper[32380]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:40:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:40:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:40:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02141|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:40:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02142|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50150: receive error: Protocol error
Oct 01 22:40:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02143|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50150: connection dropped (Protocol error)
Oct 01 22:40:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:40:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:41:15 ovirteng.stuffnet.local userhelper[32427]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:41:15 ovirteng.stuffnet.local userhelper[32427]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:43:36 ovirteng.stuffnet.local userhelper[32506]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:43:36 ovirteng.stuffnet.local userhelper[32506]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:45:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:45:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:45:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02144|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:45:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02145|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50260: receive error: Protocol error
Oct 01 22:45:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02146|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50260: connection dropped (Protocol error)
Oct 01 22:45:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:45:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:45:43 ovirteng.stuffnet.local userhelper[32557]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:45:43 ovirteng.stuffnet.local userhelper[32557]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:47:49 ovirteng.stuffnet.local userhelper[32640]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:47:49 ovirteng.stuffnet.local userhelper[32640]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:49:51 ovirteng.stuffnet.local userhelper[32708]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:49:51 ovirteng.stuffnet.local userhelper[32708]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:50:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:50:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:50:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02147|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:50:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02148|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50358: receive error: Protocol error
Oct 01 22:50:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02149|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50358: connection dropped (Protocol error)
Oct 01 22:50:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:50:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:51:52 ovirteng.stuffnet.local userhelper[32770]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:51:52 ovirteng.stuffnet.local userhelper[32770]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:53:53 ovirteng.stuffnet.local userhelper[32832]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:53:53 ovirteng.stuffnet.local userhelper[32832]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:56:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:56:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 22:56:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02150|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 22:56:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02151|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50456: receive error: Protocol error
Oct 01 22:56:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02152|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50456: connection dropped (Protocol error)
Oct 01 22:56:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 22:56:16] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 22:56:17 ovirteng.stuffnet.local userhelper[32889]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:56:17 ovirteng.stuffnet.local userhelper[32889]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 22:58:28 ovirteng.stuffnet.local userhelper[32958]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 22:58:28 ovirteng.stuffnet.local userhelper[32958]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:00:28 ovirteng.stuffnet.local userhelper[33045]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:00:28 ovirteng.stuffnet.local userhelper[33045]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 01 23:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 61 of user root.
-- Subject: Unit session-61.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-61.scope has finished starting up.
--
-- The start-up result is done.
Oct 01 23:01:01 ovirteng.stuffnet.local CROND[33068]: (root) CMD (run-parts /etc/cron.hourly)
Oct 01 23:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[33071]: starting 0anacron
Oct 01 23:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[33077]: finished 0anacron
Oct 01 23:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 01 23:01:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:01:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:01:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02153|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:01:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02154|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50570: receive error: Protocol error
Oct 01 23:01:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02155|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50570: connection dropped (Protocol error)
Oct 01 23:01:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:01:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:02:41 ovirteng.stuffnet.local userhelper[33130]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:02:41 ovirteng.stuffnet.local userhelper[33130]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:04:52 ovirteng.stuffnet.local userhelper[33209]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:04:52 ovirteng.stuffnet.local userhelper[33209]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:06:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:06:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:06:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02156|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:06:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02157|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50658: receive error: Protocol error
Oct 01 23:06:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02158|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50658: connection dropped (Protocol error)
Oct 01 23:06:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:06:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:06:56 ovirteng.stuffnet.local userhelper[33274]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:06:56 ovirteng.stuffnet.local userhelper[33274]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:09:01 ovirteng.stuffnet.local userhelper[33355]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:09:01 ovirteng.stuffnet.local userhelper[33355]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:11:01 ovirteng.stuffnet.local userhelper[33412]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:11:01 ovirteng.stuffnet.local userhelper[33412]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:11:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:11:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02159|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02160|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50778: receive error: Protocol error
Oct 01 23:11:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02161|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50778: connection dropped (Protocol error)
Oct 01 23:11:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:11:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:13:02 ovirteng.stuffnet.local userhelper[33490]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:13:02 ovirteng.stuffnet.local userhelper[33490]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:14:52 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00127|reconnect|ERR|ssl:[::ffff:10.1.3.10]:44604: no response to inactivity probe after 5 seconds, disconnecting
Oct 01 23:15:02 ovirteng.stuffnet.local userhelper[33561]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:15:02 ovirteng.stuffnet.local userhelper[33561]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:16:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:16:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02162|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02163|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50884: receive error: Protocol error
Oct 01 23:16:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02164|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50884: connection dropped (Protocol error)
Oct 01 23:16:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:16:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:17:03 ovirteng.stuffnet.local userhelper[33641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:17:03 ovirteng.stuffnet.local userhelper[33641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:19:09 ovirteng.stuffnet.local userhelper[33706]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:19:09 ovirteng.stuffnet.local userhelper[33706]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:21:20 ovirteng.stuffnet.local userhelper[33771]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:21:20 ovirteng.stuffnet.local userhelper[33771]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:21:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:21:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:21:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02165|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:21:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02166|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50968: receive error: Protocol error
Oct 01 23:21:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02167|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50968: connection dropped (Protocol error)
Oct 01 23:21:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:21:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:21:54 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00128|reconnect|ERR|ssl:[::ffff:10.1.3.10]:44606: no response to inactivity probe after 5 seconds, disconnecting
Oct 01 23:23:29 ovirteng.stuffnet.local userhelper[33852]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:23:29 ovirteng.stuffnet.local userhelper[33852]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:25:31 ovirteng.stuffnet.local userhelper[33923]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:25:31 ovirteng.stuffnet.local userhelper[33923]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:26:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:26:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:26:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02168|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:26:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02169|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51062: receive error: Protocol error
Oct 01 23:26:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02170|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51062: connection dropped (Protocol error)
Oct 01 23:26:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:26:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:27:32 ovirteng.stuffnet.local userhelper[33983]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:27:32 ovirteng.stuffnet.local userhelper[33983]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:29:33 ovirteng.stuffnet.local userhelper[34053]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:29:33 ovirteng.stuffnet.local userhelper[34053]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:31:34 ovirteng.stuffnet.local userhelper[34125]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:31:34 ovirteng.stuffnet.local userhelper[34125]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:31:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:31:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:31:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02171|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:31:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02172|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51154: receive error: Protocol error
Oct 01 23:31:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02173|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51154: connection dropped (Protocol error)
Oct 01 23:31:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:31:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:33:36 ovirteng.stuffnet.local userhelper[34187]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:33:36 ovirteng.stuffnet.local userhelper[34187]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:35:40 ovirteng.stuffnet.local userhelper[34261]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:35:40 ovirteng.stuffnet.local userhelper[34261]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:36:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:36:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:36:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02174|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:36:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02175|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51228: receive error: Protocol error
Oct 01 23:36:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02176|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51228: connection dropped (Protocol error)
Oct 01 23:36:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:36:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:37:40 ovirteng.stuffnet.local userhelper[34328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:37:40 ovirteng.stuffnet.local userhelper[34328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:39:46 ovirteng.stuffnet.local userhelper[34403]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:39:46 ovirteng.stuffnet.local userhelper[34403]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:41:47 ovirteng.stuffnet.local userhelper[34754]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:41:47 ovirteng.stuffnet.local userhelper[34754]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:41:49 ovirteng.stuffnet.local python2[34767]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_common.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:41:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:41:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:41:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02177|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:41:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02178|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51320: receive error: Protocol error
Oct 01 23:41:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02179|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51320: connection dropped (Protocol error)
Oct 01 23:41:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:41:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:42:01 ovirteng.stuffnet.local python2[34869]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_virt.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:42:10 ovirteng.stuffnet.local python2[34926]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_common_4.3.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:42:11 ovirteng.stuffnet.local python2[34956]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_virt_4.3.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:42:33 ovirteng.stuffnet.local python2[35114]: ansible-package_facts Invoked with manager=['rpm'] strategy=first
Oct 01 23:42:40 ovirteng.stuffnet.local python2[35146]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/ovirt-engine-metrics/config.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:43:48 ovirteng.stuffnet.local userhelper[35294]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:43:48 ovirteng.stuffnet.local userhelper[35294]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:44:05 ovirteng.stuffnet.local python2[35374]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/ovirt-engine/ansible/ovirt-host-deploy-post-tasks.yml get_md5=None get_mime=True get_attributes=True
Oct 01 23:45:53 ovirteng.stuffnet.local userhelper[35445]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:45:53 ovirteng.stuffnet.local userhelper[35445]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:47:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:47:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:47:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02180|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:47:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02181|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51394: receive error: Protocol error
Oct 01 23:47:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02182|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51394: connection dropped (Protocol error)
Oct 01 23:47:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:47:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:47:54 ovirteng.stuffnet.local userhelper[35534]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:47:54 ovirteng.stuffnet.local userhelper[35534]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:49:55 ovirteng.stuffnet.local userhelper[35599]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:49:55 ovirteng.stuffnet.local userhelper[35599]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:52:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:52:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:52:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02183|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:52:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02184|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51484: receive error: Protocol error
Oct 01 23:52:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02185|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51484: connection dropped (Protocol error)
Oct 01 23:52:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:52:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:52:04 ovirteng.stuffnet.local userhelper[35673]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:52:04 ovirteng.stuffnet.local userhelper[35673]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:54:05 ovirteng.stuffnet.local userhelper[35737]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:54:05 ovirteng.stuffnet.local userhelper[35737]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:56:06 ovirteng.stuffnet.local userhelper[35793]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:56:06 ovirteng.stuffnet.local userhelper[35793]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 01 23:57:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:57:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 01 23:57:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02186|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 01 23:57:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02187|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51602: receive error: Protocol error
Oct 01 23:57:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02188|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51602: connection dropped (Protocol error)
Oct 01 23:57:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [01/Oct/2019 23:57:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 01 23:58:07 ovirteng.stuffnet.local userhelper[35854]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 01 23:58:07 ovirteng.stuffnet.local userhelper[35854]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:00:01 ovirteng.stuffnet.local systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound...
-- Subject: Unit unbound-anchor.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit unbound-anchor.service has begun starting up.
Oct 02 00:00:03 ovirteng.stuffnet.local systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.
-- Subject: Unit unbound-anchor.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit unbound-anchor.service has finished starting up.
--
-- The start-up result is done.
Oct 02 00:00:08 ovirteng.stuffnet.local userhelper[35954]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:00:08 ovirteng.stuffnet.local userhelper[35954]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:01:07 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 00:01:07 ovirteng.stuffnet.local systemd[1]: Started Session 62 of user root.
-- Subject: Unit session-62.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-62.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 00:01:07 ovirteng.stuffnet.local CROND[36000]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 00:01:07 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[36003]: starting 0anacron
Oct 02 00:01:07 ovirteng.stuffnet.local anacron[36009]: Anacron started on 2019-10-02
Oct 02 00:01:07 ovirteng.stuffnet.local anacron[36009]: Normal exit (0 jobs run)
Oct 02 00:01:07 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[36011]: finished 0anacron
Oct 02 00:01:07 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 00:02:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:02:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:02:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02189|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:02:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02190|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51724: receive error: Protocol error
Oct 02 00:02:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02191|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51724: connection dropped (Protocol error)
Oct 02 00:02:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:02:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:02:17 ovirteng.stuffnet.local userhelper[36078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:02:17 ovirteng.stuffnet.local userhelper[36078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:04:18 ovirteng.stuffnet.local userhelper[36150]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:04:18 ovirteng.stuffnet.local userhelper[36150]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:06:20 ovirteng.stuffnet.local userhelper[36221]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:06:20 ovirteng.stuffnet.local userhelper[36221]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:07:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:07:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:07:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02192|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:07:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02193|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51812: receive error: Protocol error
Oct 02 00:07:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02194|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51812: connection dropped (Protocol error)
Oct 02 00:07:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:07:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:08:24 ovirteng.stuffnet.local userhelper[36306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:08:24 ovirteng.stuffnet.local userhelper[36306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:10:25 ovirteng.stuffnet.local userhelper[36374]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:10:25 ovirteng.stuffnet.local userhelper[36374]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:12:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:12:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:12:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02195|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:12:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02196|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51902: receive error: Protocol error
Oct 02 00:12:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02197|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51902: connection dropped (Protocol error)
Oct 02 00:12:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:12:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:12:25 ovirteng.stuffnet.local userhelper[36452]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:12:25 ovirteng.stuffnet.local userhelper[36452]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:14:25 ovirteng.stuffnet.local userhelper[36518]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:14:25 ovirteng.stuffnet.local userhelper[36518]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:16:34 ovirteng.stuffnet.local userhelper[36589]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:16:34 ovirteng.stuffnet.local userhelper[36589]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:17:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:17:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:17:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02198|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:17:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02199|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52006: receive error: Protocol error
Oct 02 00:17:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02200|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52006: connection dropped (Protocol error)
Oct 02 00:17:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:17:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:18:38 ovirteng.stuffnet.local userhelper[36657]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:18:38 ovirteng.stuffnet.local userhelper[36657]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:19:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02201|timeval|WARN|Unreasonably long 4000ms poll interval (9ms user, 8ms system)
Oct 02 00:19:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02202|timeval|WARN|context switches: 0 voluntary, 1 involuntary
Oct 02 00:19:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02203|coverage|INFO|Skipping details of duplicate event coverage for hash=08d40c2c
Oct 02 00:20:43 ovirteng.stuffnet.local userhelper[36739]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:20:43 ovirteng.stuffnet.local userhelper[36739]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:22:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:22:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02204|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02205|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52112: receive error: Protocol error
Oct 02 00:22:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02206|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52112: connection dropped (Protocol error)
Oct 02 00:22:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:22:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:22:50 ovirteng.stuffnet.local userhelper[36812]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:22:50 ovirteng.stuffnet.local userhelper[36812]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:24:52 ovirteng.stuffnet.local userhelper[36883]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:24:52 ovirteng.stuffnet.local userhelper[36883]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:26:53 ovirteng.stuffnet.local userhelper[36957]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:26:53 ovirteng.stuffnet.local userhelper[36957]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:27:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:27:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:27:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02207|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:27:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02208|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52190: receive error: Protocol error
Oct 02 00:27:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02209|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52190: connection dropped (Protocol error)
Oct 02 00:27:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:27:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:28:53 ovirteng.stuffnet.local userhelper[37032]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:28:53 ovirteng.stuffnet.local userhelper[37032]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:31:01 ovirteng.stuffnet.local userhelper[37103]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:31:01 ovirteng.stuffnet.local userhelper[37103]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:32:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:32:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02210|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02211|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52272: receive error: Protocol error
Oct 02 00:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02212|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52272: connection dropped (Protocol error)
Oct 02 00:32:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:32:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:33:02 ovirteng.stuffnet.local userhelper[37174]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:33:02 ovirteng.stuffnet.local userhelper[37174]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:35:02 ovirteng.stuffnet.local userhelper[37238]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:35:02 ovirteng.stuffnet.local userhelper[37238]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:37:10 ovirteng.stuffnet.local userhelper[37299]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:37:10 ovirteng.stuffnet.local userhelper[37299]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:37:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:37:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:37:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02213|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:37:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02214|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52346: receive error: Protocol error
Oct 02 00:37:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02215|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52346: connection dropped (Protocol error)
Oct 02 00:37:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:37:29] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:39:11 ovirteng.stuffnet.local userhelper[37371]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:39:11 ovirteng.stuffnet.local userhelper[37371]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:41:11 ovirteng.stuffnet.local userhelper[37437]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:41:11 ovirteng.stuffnet.local userhelper[37437]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:42:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:42:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:42:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02216|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:42:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02217|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52436: receive error: Protocol error
Oct 02 00:42:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02218|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52436: connection dropped (Protocol error)
Oct 02 00:42:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:42:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:43:13 ovirteng.stuffnet.local userhelper[37509]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:43:13 ovirteng.stuffnet.local userhelper[37509]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:45:14 ovirteng.stuffnet.local userhelper[37577]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:45:14 ovirteng.stuffnet.local userhelper[37577]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:47:16 ovirteng.stuffnet.local userhelper[37649]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:47:16 ovirteng.stuffnet.local userhelper[37649]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:47:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:47:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:47:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02219|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:47:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02220|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52564: receive error: Protocol error
Oct 02 00:47:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02221|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52564: connection dropped (Protocol error)
Oct 02 00:47:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:47:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:49:16 ovirteng.stuffnet.local userhelper[37717]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:49:16 ovirteng.stuffnet.local userhelper[37717]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:51:18 ovirteng.stuffnet.local userhelper[37793]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:51:18 ovirteng.stuffnet.local userhelper[37793]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:52:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:52:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:52:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02222|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:52:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02223|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52702: receive error: Protocol error
Oct 02 00:52:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02224|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52702: connection dropped (Protocol error)
Oct 02 00:52:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:52:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:53:18 ovirteng.stuffnet.local userhelper[37861]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:53:18 ovirteng.stuffnet.local userhelper[37861]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:55:19 ovirteng.stuffnet.local userhelper[37931]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:55:19 ovirteng.stuffnet.local userhelper[37931]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:57:19 ovirteng.stuffnet.local userhelper[37998]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:57:19 ovirteng.stuffnet.local userhelper[37998]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 00:57:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:57:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 00:57:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02225|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 00:57:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02226|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52830: receive error: Protocol error
Oct 02 00:57:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02227|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52830: connection dropped (Protocol error)
Oct 02 00:57:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 00:57:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 00:59:19 ovirteng.stuffnet.local userhelper[38063]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 00:59:19 ovirteng.stuffnet.local userhelper[38063]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 01:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 63 of user root.
-- Subject: Unit session-63.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-63.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 01:01:01 ovirteng.stuffnet.local CROND[38133]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 01:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[38136]: starting 0anacron
Oct 02 01:01:01 ovirteng.stuffnet.local anacron[38142]: Anacron started on 2019-10-02
Oct 02 01:01:01 ovirteng.stuffnet.local anacron[38142]: Normal exit (0 jobs run)
Oct 02 01:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[38144]: finished 0anacron
Oct 02 01:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 01:01:21 ovirteng.stuffnet.local userhelper[38166]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:01:21 ovirteng.stuffnet.local userhelper[38166]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:02:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:02:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:02:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02228|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:02:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02229|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:52962: receive error: Protocol error
Oct 02 01:02:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02230|reconnect|WARN|ssl:[::ffff:127.0.0.1]:52962: connection dropped (Protocol error)
Oct 02 01:02:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:02:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:03:22 ovirteng.stuffnet.local userhelper[38242]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:03:22 ovirteng.stuffnet.local userhelper[38242]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:05:24 ovirteng.stuffnet.local userhelper[38314]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:05:24 ovirteng.stuffnet.local userhelper[38314]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:07:25 ovirteng.stuffnet.local userhelper[38386]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:07:25 ovirteng.stuffnet.local userhelper[38386]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:07:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:07:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:07:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02231|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:07:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02232|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53092: receive error: Protocol error
Oct 02 01:07:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02233|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53092: connection dropped (Protocol error)
Oct 02 01:07:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:07:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:09:27 ovirteng.stuffnet.local userhelper[38461]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:09:27 ovirteng.stuffnet.local userhelper[38461]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:11:32 ovirteng.stuffnet.local userhelper[38523]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:11:32 ovirteng.stuffnet.local userhelper[38523]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:12:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:12:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02234|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02235|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53222: receive error: Protocol error
Oct 02 01:12:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02236|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53222: connection dropped (Protocol error)
Oct 02 01:12:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:12:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:13:32 ovirteng.stuffnet.local userhelper[38600]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:13:32 ovirteng.stuffnet.local userhelper[38600]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:15:36 ovirteng.stuffnet.local userhelper[38671]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:15:36 ovirteng.stuffnet.local userhelper[38671]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:17:37 ovirteng.stuffnet.local userhelper[38742]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:17:37 ovirteng.stuffnet.local userhelper[38742]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:17:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:17:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:17:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02237|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:17:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02238|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53352: receive error: Protocol error
Oct 02 01:17:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02239|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53352: connection dropped (Protocol error)
Oct 02 01:17:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:17:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:19:38 ovirteng.stuffnet.local userhelper[38817]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:19:38 ovirteng.stuffnet.local userhelper[38817]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:21:48 ovirteng.stuffnet.local userhelper[38890]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:21:48 ovirteng.stuffnet.local userhelper[38890]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:22:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:22:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:22:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02240|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:22:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02241|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53480: receive error: Protocol error
Oct 02 01:22:54 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02242|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53480: connection dropped (Protocol error)
Oct 02 01:22:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:22:54] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:23:51 ovirteng.stuffnet.local userhelper[38973]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:23:51 ovirteng.stuffnet.local userhelper[38973]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:25:53 ovirteng.stuffnet.local userhelper[39043]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:25:53 ovirteng.stuffnet.local userhelper[39043]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:27:53 ovirteng.stuffnet.local userhelper[39113]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:27:53 ovirteng.stuffnet.local userhelper[39113]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:27:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:27:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:27:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02243|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:27:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02244|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53602: receive error: Protocol error
Oct 02 01:27:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02245|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53602: connection dropped (Protocol error)
Oct 02 01:27:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:27:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:29:53 ovirteng.stuffnet.local userhelper[39188]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:29:53 ovirteng.stuffnet.local userhelper[39188]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:31:57 ovirteng.stuffnet.local userhelper[39255]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:31:57 ovirteng.stuffnet.local userhelper[39255]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:32:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:32:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:32:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02246|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:32:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02247|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53732: receive error: Protocol error
Oct 02 01:32:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02248|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53732: connection dropped (Protocol error)
Oct 02 01:32:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:32:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:33:58 ovirteng.stuffnet.local userhelper[39336]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:33:58 ovirteng.stuffnet.local userhelper[39336]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:36:06 ovirteng.stuffnet.local userhelper[39403]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:36:06 ovirteng.stuffnet.local userhelper[39403]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:37:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:37:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:37:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02249|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:37:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02250|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53864: receive error: Protocol error
Oct 02 01:37:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02251|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53864: connection dropped (Protocol error)
Oct 02 01:37:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:37:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:38:07 ovirteng.stuffnet.local userhelper[39477]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:38:07 ovirteng.stuffnet.local userhelper[39477]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:40:09 ovirteng.stuffnet.local userhelper[39548]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:40:09 ovirteng.stuffnet.local userhelper[39548]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:42:10 ovirteng.stuffnet.local userhelper[39614]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:42:10 ovirteng.stuffnet.local userhelper[39614]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:43:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:43:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:43:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02252|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:43:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02253|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:53992: receive error: Protocol error
Oct 02 01:43:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02254|reconnect|WARN|ssl:[::ffff:127.0.0.1]:53992: connection dropped (Protocol error)
Oct 02 01:43:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:43:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:44:10 ovirteng.stuffnet.local userhelper[39696]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:44:10 ovirteng.stuffnet.local userhelper[39696]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:46:11 ovirteng.stuffnet.local userhelper[39763]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:46:11 ovirteng.stuffnet.local userhelper[39763]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:48:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:48:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:48:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02255|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:48:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02256|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54120: receive error: Protocol error
Oct 02 01:48:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02257|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54120: connection dropped (Protocol error)
Oct 02 01:48:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:48:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:48:12 ovirteng.stuffnet.local userhelper[39841]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:48:12 ovirteng.stuffnet.local userhelper[39841]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:50:12 ovirteng.stuffnet.local userhelper[39909]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:50:12 ovirteng.stuffnet.local userhelper[39909]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:52:12 ovirteng.stuffnet.local userhelper[39979]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:52:12 ovirteng.stuffnet.local userhelper[39979]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:53:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:53:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:53:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02258|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:53:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02259|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54256: receive error: Protocol error
Oct 02 01:53:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02260|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54256: connection dropped (Protocol error)
Oct 02 01:53:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:53:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:54:18 ovirteng.stuffnet.local userhelper[40069]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:54:18 ovirteng.stuffnet.local userhelper[40069]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:56:23 ovirteng.stuffnet.local userhelper[40134]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:56:23 ovirteng.stuffnet.local userhelper[40134]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 01:58:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:58:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 01:58:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02261|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 01:58:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02262|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54392: receive error: Protocol error
Oct 02 01:58:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02263|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54392: connection dropped (Protocol error)
Oct 02 01:58:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 01:58:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 01:58:23 ovirteng.stuffnet.local userhelper[40211]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 01:58:23 ovirteng.stuffnet.local userhelper[40211]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:00:24 ovirteng.stuffnet.local userhelper[40290]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:00:24 ovirteng.stuffnet.local userhelper[40290]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 02:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 64 of user root.
-- Subject: Unit session-64.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-64.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 02:01:01 ovirteng.stuffnet.local CROND[40304]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[40307]: starting 0anacron
Oct 02 02:01:01 ovirteng.stuffnet.local anacron[40313]: Anacron started on 2019-10-02
Oct 02 02:01:01 ovirteng.stuffnet.local anacron[40313]: Normal exit (0 jobs run)
Oct 02 02:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[40315]: finished 0anacron
Oct 02 02:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 02:02:24 ovirteng.stuffnet.local userhelper[40377]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:02:24 ovirteng.stuffnet.local userhelper[40377]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:03:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:03:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:03:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02264|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:03:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02265|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54528: receive error: Protocol error
Oct 02 02:03:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02266|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54528: connection dropped (Protocol error)
Oct 02 02:03:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:03:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:04:27 ovirteng.stuffnet.local userhelper[40458]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:04:27 ovirteng.stuffnet.local userhelper[40458]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:06:28 ovirteng.stuffnet.local userhelper[40525]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:06:28 ovirteng.stuffnet.local userhelper[40525]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:08:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:08:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:08:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02267|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:08:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02268|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54662: receive error: Protocol error
Oct 02 02:08:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02269|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54662: connection dropped (Protocol error)
Oct 02 02:08:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:08:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:08:29 ovirteng.stuffnet.local userhelper[40602]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:08:29 ovirteng.stuffnet.local userhelper[40602]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:10:29 ovirteng.stuffnet.local userhelper[40673]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:10:29 ovirteng.stuffnet.local userhelper[40673]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:12:32 ovirteng.stuffnet.local userhelper[40742]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:12:32 ovirteng.stuffnet.local userhelper[40742]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:13:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:13:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:13:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02270|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:13:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02271|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54792: receive error: Protocol error
Oct 02 02:13:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02272|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54792: connection dropped (Protocol error)
Oct 02 02:13:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:13:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:14:33 ovirteng.stuffnet.local userhelper[40824]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:14:33 ovirteng.stuffnet.local userhelper[40824]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:16:34 ovirteng.stuffnet.local userhelper[40893]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:16:34 ovirteng.stuffnet.local userhelper[40893]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:18:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:18:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:18:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02273|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:18:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02274|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:54922: receive error: Protocol error
Oct 02 02:18:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02275|reconnect|WARN|ssl:[::ffff:127.0.0.1]:54922: connection dropped (Protocol error)
Oct 02 02:18:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:18:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:18:36 ovirteng.stuffnet.local userhelper[40973]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:18:36 ovirteng.stuffnet.local userhelper[40973]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:20:36 ovirteng.stuffnet.local userhelper[41041]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:20:36 ovirteng.stuffnet.local userhelper[41041]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:22:36 ovirteng.stuffnet.local userhelper[41108]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:22:36 ovirteng.stuffnet.local userhelper[41108]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:23:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:23:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:23:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02276|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:23:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02277|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55056: receive error: Protocol error
Oct 02 02:23:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02278|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55056: connection dropped (Protocol error)
Oct 02 02:23:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:23:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:24:44 ovirteng.stuffnet.local userhelper[41184]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:24:44 ovirteng.stuffnet.local userhelper[41184]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:26:46 ovirteng.stuffnet.local userhelper[41251]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:26:46 ovirteng.stuffnet.local userhelper[41251]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:28:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:28:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02279|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02280|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55186: receive error: Protocol error
Oct 02 02:28:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02281|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55186: connection dropped (Protocol error)
Oct 02 02:28:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:28:25] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:28:51 ovirteng.stuffnet.local userhelper[41325]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:28:51 ovirteng.stuffnet.local userhelper[41325]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:30:53 ovirteng.stuffnet.local userhelper[41389]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:30:53 ovirteng.stuffnet.local userhelper[41389]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:32:57 ovirteng.stuffnet.local userhelper[41460]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:32:57 ovirteng.stuffnet.local userhelper[41460]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:33:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:33:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:33:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02282|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:33:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02283|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55328: receive error: Protocol error
Oct 02 02:33:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02284|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55328: connection dropped (Protocol error)
Oct 02 02:33:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:33:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:35:03 ovirteng.stuffnet.local userhelper[41538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:35:03 ovirteng.stuffnet.local userhelper[41538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:37:06 ovirteng.stuffnet.local userhelper[41607]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:37:06 ovirteng.stuffnet.local userhelper[41607]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:38:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:38:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:38:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02285|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:38:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02286|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55456: receive error: Protocol error
Oct 02 02:38:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02287|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55456: connection dropped (Protocol error)
Oct 02 02:38:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:38:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:39:08 ovirteng.stuffnet.local userhelper[41684]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:39:08 ovirteng.stuffnet.local userhelper[41684]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:41:09 ovirteng.stuffnet.local userhelper[41753]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:41:09 ovirteng.stuffnet.local userhelper[41753]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:43:10 ovirteng.stuffnet.local userhelper[41822]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:43:10 ovirteng.stuffnet.local userhelper[41822]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:43:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:43:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:43:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02288|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:43:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02289|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55586: receive error: Protocol error
Oct 02 02:43:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02290|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55586: connection dropped (Protocol error)
Oct 02 02:43:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:43:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:45:12 ovirteng.stuffnet.local userhelper[41912]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:45:12 ovirteng.stuffnet.local userhelper[41912]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:47:17 ovirteng.stuffnet.local userhelper[41985]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:47:17 ovirteng.stuffnet.local userhelper[41985]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:48:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:48:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:48:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02291|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:48:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02292|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55714: receive error: Protocol error
Oct 02 02:48:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02293|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55714: connection dropped (Protocol error)
Oct 02 02:48:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:48:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:49:17 ovirteng.stuffnet.local userhelper[42058]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:49:17 ovirteng.stuffnet.local userhelper[42058]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:51:18 ovirteng.stuffnet.local userhelper[42120]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:51:18 ovirteng.stuffnet.local userhelper[42120]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:53:18 ovirteng.stuffnet.local userhelper[42196]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:53:18 ovirteng.stuffnet.local userhelper[42196]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:53:54 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:53:54] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:53:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02294|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:53:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02295|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55840: receive error: Protocol error
Oct 02 02:53:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02296|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55840: connection dropped (Protocol error)
Oct 02 02:53:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:53:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:55:18 ovirteng.stuffnet.local userhelper[42274]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:55:18 ovirteng.stuffnet.local userhelper[42274]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:57:21 ovirteng.stuffnet.local userhelper[42342]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:57:21 ovirteng.stuffnet.local userhelper[42342]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 02:59:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:59:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 02:59:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02297|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 02:59:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02298|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:55978: receive error: Protocol error
Oct 02 02:59:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02299|reconnect|WARN|ssl:[::ffff:127.0.0.1]:55978: connection dropped (Protocol error)
Oct 02 02:59:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 02:59:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 02:59:22 ovirteng.stuffnet.local userhelper[42419]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 02:59:22 ovirteng.stuffnet.local userhelper[42419]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 03:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 65 of user root.
-- Subject: Unit session-65.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-65.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 03:01:01 ovirteng.stuffnet.local CROND[42659]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[42662]: starting 0anacron
Oct 02 03:01:01 ovirteng.stuffnet.local anacron[42668]: Anacron started on 2019-10-02
Oct 02 03:01:01 ovirteng.stuffnet.local anacron[42668]: Will run job `cron.daily' in 47 min.
Oct 02 03:01:01 ovirteng.stuffnet.local anacron[42668]: Jobs will be executed sequentially
Oct 02 03:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[42670]: finished 0anacron
Oct 02 03:01:24 ovirteng.stuffnet.local userhelper[42742]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:01:24 ovirteng.stuffnet.local userhelper[42742]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:03:27 ovirteng.stuffnet.local userhelper[42966]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:03:27 ovirteng.stuffnet.local userhelper[42966]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:04:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:04:09] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:04:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02300|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:04:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02301|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56176: receive error: Protocol error
Oct 02 03:04:09 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02302|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56176: connection dropped (Protocol error)
Oct 02 03:04:09 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:04:09] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:05:41 ovirteng.stuffnet.local userhelper[43048]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:05:41 ovirteng.stuffnet.local userhelper[43048]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:07:52 ovirteng.stuffnet.local userhelper[43113]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:07:52 ovirteng.stuffnet.local userhelper[43113]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:09:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:09:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:09:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02303|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:09:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02304|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56320: receive error: Protocol error
Oct 02 03:09:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02305|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56320: connection dropped (Protocol error)
Oct 02 03:09:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:09:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:09:57 ovirteng.stuffnet.local userhelper[43188]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:09:57 ovirteng.stuffnet.local userhelper[43188]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:11:58 ovirteng.stuffnet.local userhelper[43257]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:11:58 ovirteng.stuffnet.local userhelper[43257]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:13:58 ovirteng.stuffnet.local userhelper[43328]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:13:58 ovirteng.stuffnet.local userhelper[43328]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:14:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:14:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:14:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02306|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:14:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02307|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56446: receive error: Protocol error
Oct 02 03:14:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02308|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56446: connection dropped (Protocol error)
Oct 02 03:14:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:14:16] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:16:05 ovirteng.stuffnet.local userhelper[43406]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:16:05 ovirteng.stuffnet.local userhelper[43406]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:18:06 ovirteng.stuffnet.local userhelper[43478]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:18:06 ovirteng.stuffnet.local userhelper[43478]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:19:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:19:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:19:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02309|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:19:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02310|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56576: receive error: Protocol error
Oct 02 03:19:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02311|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56576: connection dropped (Protocol error)
Oct 02 03:19:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:19:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:20:08 ovirteng.stuffnet.local userhelper[43560]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:20:08 ovirteng.stuffnet.local userhelper[43560]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:22:08 ovirteng.stuffnet.local userhelper[43626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:22:08 ovirteng.stuffnet.local userhelper[43626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:24:09 ovirteng.stuffnet.local userhelper[43693]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:24:09 ovirteng.stuffnet.local userhelper[43693]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:24:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:24:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:24:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02312|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:24:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02313|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56702: receive error: Protocol error
Oct 02 03:24:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02314|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56702: connection dropped (Protocol error)
Oct 02 03:24:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:24:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:26:09 ovirteng.stuffnet.local userhelper[43771]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:26:09 ovirteng.stuffnet.local userhelper[43771]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:28:11 ovirteng.stuffnet.local userhelper[43843]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:28:11 ovirteng.stuffnet.local userhelper[43843]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:29:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:29:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:29:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02315|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:29:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02316|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56838: receive error: Protocol error
Oct 02 03:29:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02317|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56838: connection dropped (Protocol error)
Oct 02 03:29:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:29:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:30:12 ovirteng.stuffnet.local userhelper[43922]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:30:12 ovirteng.stuffnet.local userhelper[43922]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:32:12 ovirteng.stuffnet.local userhelper[43991]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:32:12 ovirteng.stuffnet.local userhelper[43991]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:34:13 ovirteng.stuffnet.local userhelper[44065]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:34:13 ovirteng.stuffnet.local userhelper[44065]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:34:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:34:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:34:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02318|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:34:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02319|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:56966: receive error: Protocol error
Oct 02 03:34:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02320|reconnect|WARN|ssl:[::ffff:127.0.0.1]:56966: connection dropped (Protocol error)
Oct 02 03:34:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:34:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:36:14 ovirteng.stuffnet.local userhelper[44143]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:36:14 ovirteng.stuffnet.local userhelper[44143]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:38:16 ovirteng.stuffnet.local userhelper[44224]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:38:16 ovirteng.stuffnet.local userhelper[44224]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:39:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:39:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:39:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02321|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:39:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02322|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57096: receive error: Protocol error
Oct 02 03:39:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02323|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57096: connection dropped (Protocol error)
Oct 02 03:39:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:39:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:40:17 ovirteng.stuffnet.local userhelper[44306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:40:17 ovirteng.stuffnet.local userhelper[44306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:42:17 ovirteng.stuffnet.local userhelper[44371]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:42:17 ovirteng.stuffnet.local userhelper[44371]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:44:17 ovirteng.stuffnet.local userhelper[44439]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:44:17 ovirteng.stuffnet.local userhelper[44439]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:44:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:44:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:44:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02324|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:44:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02325|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57222: receive error: Protocol error
Oct 02 03:44:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02326|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57222: connection dropped (Protocol error)
Oct 02 03:44:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:44:25] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:46:18 ovirteng.stuffnet.local userhelper[44521]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:46:18 ovirteng.stuffnet.local userhelper[44521]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:48:01 ovirteng.stuffnet.local anacron[42668]: Job `cron.daily' started
Oct 02 03:48:01 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[44574]: starting logrotate
Oct 02 03:48:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02327|vlog|INFO|closing log file
Oct 02 03:48:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02328|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-nb.log
Oct 02 03:48:01 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00129|vlog|INFO|closing log file
Oct 02 03:48:01 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00130|vlog|INFO|opened log file /var/log/openvswitch/ovsdb-server-sb.log
Oct 02 03:48:13 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[44599]: finished logrotate
Oct 02 03:48:13 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[44603]: starting man-db.cron
Oct 02 03:48:21 ovirteng.stuffnet.local userhelper[44619]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:48:21 ovirteng.stuffnet.local userhelper[44619]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:49:04 ovirteng.stuffnet.local run-parts(/etc/cron.daily)[44637]: finished man-db.cron
Oct 02 03:49:04 ovirteng.stuffnet.local anacron[42668]: Job `cron.daily' terminated
Oct 02 03:49:04 ovirteng.stuffnet.local anacron[42668]: Normal exit (1 job run)
Oct 02 03:49:04 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 03:49:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:49:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02329|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02330|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57350: receive error: Protocol error
Oct 02 03:49:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02331|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57350: connection dropped (Protocol error)
Oct 02 03:49:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:49:25] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:50:21 ovirteng.stuffnet.local userhelper[44705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:50:21 ovirteng.stuffnet.local userhelper[44705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:52:21 ovirteng.stuffnet.local userhelper[44778]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:52:21 ovirteng.stuffnet.local userhelper[44778]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:54:22 ovirteng.stuffnet.local userhelper[44850]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:54:22 ovirteng.stuffnet.local userhelper[44850]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:54:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:54:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:54:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02332|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:54:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02333|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57478: receive error: Protocol error
Oct 02 03:54:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02334|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57478: connection dropped (Protocol error)
Oct 02 03:54:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:54:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 03:56:22 ovirteng.stuffnet.local userhelper[44933]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:56:22 ovirteng.stuffnet.local userhelper[44933]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:58:23 ovirteng.stuffnet.local userhelper[45009]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 03:58:23 ovirteng.stuffnet.local userhelper[45009]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 03:59:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:59:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 03:59:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02335|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 03:59:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02336|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57604: receive error: Protocol error
Oct 02 03:59:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02337|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57604: connection dropped (Protocol error)
Oct 02 03:59:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 03:59:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:00:23 ovirteng.stuffnet.local userhelper[45104]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:00:23 ovirteng.stuffnet.local userhelper[45104]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 04:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 66 of user root.
-- Subject: Unit session-66.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-66.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 04:01:01 ovirteng.stuffnet.local CROND[45125]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[45128]: starting 0anacron
Oct 02 04:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[45134]: finished 0anacron
Oct 02 04:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 04:02:23 ovirteng.stuffnet.local userhelper[45197]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:02:23 ovirteng.stuffnet.local userhelper[45197]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:04:24 ovirteng.stuffnet.local userhelper[45277]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:04:24 ovirteng.stuffnet.local userhelper[45277]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:04:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:04:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:04:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02338|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:04:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02339|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57734: receive error: Protocol error
Oct 02 04:04:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02340|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57734: connection dropped (Protocol error)
Oct 02 04:04:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:04:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:06:24 ovirteng.stuffnet.local userhelper[45360]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:06:24 ovirteng.stuffnet.local userhelper[45360]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:08:24 ovirteng.stuffnet.local userhelper[45436]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:08:24 ovirteng.stuffnet.local userhelper[45436]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:09:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:09:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:09:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02341|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:09:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02342|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57862: receive error: Protocol error
Oct 02 04:09:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02343|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57862: connection dropped (Protocol error)
Oct 02 04:09:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:09:27] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:10:25 ovirteng.stuffnet.local userhelper[45521]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:10:25 ovirteng.stuffnet.local userhelper[45521]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:12:25 ovirteng.stuffnet.local userhelper[45596]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:12:25 ovirteng.stuffnet.local userhelper[45596]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:14:26 ovirteng.stuffnet.local userhelper[45672]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:14:26 ovirteng.stuffnet.local userhelper[45672]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:14:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:14:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:14:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02344|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:14:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02345|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:57988: receive error: Protocol error
Oct 02 04:14:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02346|reconnect|WARN|ssl:[::ffff:127.0.0.1]:57988: connection dropped (Protocol error)
Oct 02 04:14:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:14:27] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:16:26 ovirteng.stuffnet.local userhelper[45757]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:16:26 ovirteng.stuffnet.local userhelper[45757]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:18:26 ovirteng.stuffnet.local userhelper[45833]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:18:26 ovirteng.stuffnet.local userhelper[45833]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:19:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:19:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:19:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02347|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:19:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02348|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58112: receive error: Protocol error
Oct 02 04:19:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02349|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58112: connection dropped (Protocol error)
Oct 02 04:19:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:19:27] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:20:27 ovirteng.stuffnet.local userhelper[45917]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:20:27 ovirteng.stuffnet.local userhelper[45917]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:22:27 ovirteng.stuffnet.local userhelper[45993]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:22:27 ovirteng.stuffnet.local userhelper[45993]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:24:27 ovirteng.stuffnet.local userhelper[46071]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:24:27 ovirteng.stuffnet.local userhelper[46071]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:24:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:24:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:24:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02350|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:24:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02351|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58244: receive error: Protocol error
Oct 02 04:24:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02352|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58244: connection dropped (Protocol error)
Oct 02 04:24:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:24:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:26:28 ovirteng.stuffnet.local userhelper[46151]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:26:28 ovirteng.stuffnet.local userhelper[46151]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:28:28 ovirteng.stuffnet.local userhelper[46227]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:28:28 ovirteng.stuffnet.local userhelper[46227]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:29:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:29:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:29:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02353|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:29:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02354|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58362: receive error: Protocol error
Oct 02 04:29:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02355|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58362: connection dropped (Protocol error)
Oct 02 04:29:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:29:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:30:29 ovirteng.stuffnet.local userhelper[46310]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:30:29 ovirteng.stuffnet.local userhelper[46310]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:32:29 ovirteng.stuffnet.local userhelper[46385]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:32:29 ovirteng.stuffnet.local userhelper[46385]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:34:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:34:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:34:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02356|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:34:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02357|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58480: receive error: Protocol error
Oct 02 04:34:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02358|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58480: connection dropped (Protocol error)
Oct 02 04:34:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:34:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:34:29 ovirteng.stuffnet.local userhelper[46467]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:34:29 ovirteng.stuffnet.local userhelper[46467]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:36:30 ovirteng.stuffnet.local userhelper[46545]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:36:30 ovirteng.stuffnet.local userhelper[46545]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:38:30 ovirteng.stuffnet.local userhelper[46621]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:38:30 ovirteng.stuffnet.local userhelper[46621]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:39:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:39:29] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:39:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02359|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:39:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02360|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58598: receive error: Protocol error
Oct 02 04:39:29 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02361|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58598: connection dropped (Protocol error)
Oct 02 04:39:29 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:39:29] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:40:31 ovirteng.stuffnet.local userhelper[46705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:40:31 ovirteng.stuffnet.local userhelper[46705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:42:31 ovirteng.stuffnet.local userhelper[46780]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:42:31 ovirteng.stuffnet.local userhelper[46780]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:44:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:44:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:44:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02362|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:44:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02363|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58716: receive error: Protocol error
Oct 02 04:44:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02364|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58716: connection dropped (Protocol error)
Oct 02 04:44:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:44:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:44:31 ovirteng.stuffnet.local userhelper[46861]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:44:31 ovirteng.stuffnet.local userhelper[46861]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:46:32 ovirteng.stuffnet.local userhelper[46939]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:46:32 ovirteng.stuffnet.local userhelper[46939]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:48:32 ovirteng.stuffnet.local userhelper[47015]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:48:32 ovirteng.stuffnet.local userhelper[47015]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:49:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:49:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:49:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02365|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:49:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02366|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58834: receive error: Protocol error
Oct 02 04:49:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02367|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58834: connection dropped (Protocol error)
Oct 02 04:49:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:49:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:50:33 ovirteng.stuffnet.local userhelper[47098]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:50:33 ovirteng.stuffnet.local userhelper[47098]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:52:33 ovirteng.stuffnet.local userhelper[47174]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:52:33 ovirteng.stuffnet.local userhelper[47174]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:54:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:54:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:54:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02368|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:54:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02369|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:58952: receive error: Protocol error
Oct 02 04:54:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02370|reconnect|WARN|ssl:[::ffff:127.0.0.1]:58952: connection dropped (Protocol error)
Oct 02 04:54:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:54:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 04:54:33 ovirteng.stuffnet.local userhelper[47254]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:54:33 ovirteng.stuffnet.local userhelper[47254]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:56:34 ovirteng.stuffnet.local userhelper[47332]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:56:34 ovirteng.stuffnet.local userhelper[47332]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:58:34 ovirteng.stuffnet.local userhelper[47405]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 04:58:34 ovirteng.stuffnet.local userhelper[47405]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 04:59:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:59:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 04:59:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02371|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 04:59:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02372|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59070: receive error: Protocol error
Oct 02 04:59:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02373|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59070: connection dropped (Protocol error)
Oct 02 04:59:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 04:59:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:00:34 ovirteng.stuffnet.local userhelper[47500]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:00:34 ovirteng.stuffnet.local userhelper[47500]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 05:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 67 of user root.
-- Subject: Unit session-67.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-67.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 05:01:01 ovirteng.stuffnet.local CROND[47516]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 05:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[47519]: starting 0anacron
Oct 02 05:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[47525]: finished 0anacron
Oct 02 05:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 05:02:35 ovirteng.stuffnet.local userhelper[47592]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:02:35 ovirteng.stuffnet.local userhelper[47592]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:04:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:04:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:04:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02374|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:04:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02375|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59192: receive error: Protocol error
Oct 02 05:04:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02376|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59192: connection dropped (Protocol error)
Oct 02 05:04:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:04:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:04:35 ovirteng.stuffnet.local userhelper[47671]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:04:35 ovirteng.stuffnet.local userhelper[47671]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:06:36 ovirteng.stuffnet.local userhelper[47749]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:06:36 ovirteng.stuffnet.local userhelper[47749]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:08:36 ovirteng.stuffnet.local userhelper[47825]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:08:36 ovirteng.stuffnet.local userhelper[47825]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:09:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:09:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:09:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02377|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:09:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02378|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59312: receive error: Protocol error
Oct 02 05:09:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02379|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59312: connection dropped (Protocol error)
Oct 02 05:09:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:09:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:10:37 ovirteng.stuffnet.local userhelper[47909]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:10:37 ovirteng.stuffnet.local userhelper[47909]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:12:37 ovirteng.stuffnet.local userhelper[47984]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:12:37 ovirteng.stuffnet.local userhelper[47984]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:14:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:14:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:14:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02380|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:14:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02381|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59428: receive error: Protocol error
Oct 02 05:14:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02382|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59428: connection dropped (Protocol error)
Oct 02 05:14:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:14:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:14:38 ovirteng.stuffnet.local userhelper[48062]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:14:38 ovirteng.stuffnet.local userhelper[48062]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:16:38 ovirteng.stuffnet.local userhelper[48141]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:16:38 ovirteng.stuffnet.local userhelper[48141]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:18:38 ovirteng.stuffnet.local userhelper[48216]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:18:38 ovirteng.stuffnet.local userhelper[48216]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:19:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:19:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:19:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02383|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:19:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02384|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59548: receive error: Protocol error
Oct 02 05:19:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02385|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59548: connection dropped (Protocol error)
Oct 02 05:19:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:19:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:20:39 ovirteng.stuffnet.local userhelper[48301]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:20:39 ovirteng.stuffnet.local userhelper[48301]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:22:39 ovirteng.stuffnet.local userhelper[48377]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:22:39 ovirteng.stuffnet.local userhelper[48377]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:24:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:24:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:24:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02386|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:24:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02387|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59666: receive error: Protocol error
Oct 02 05:24:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02388|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59666: connection dropped (Protocol error)
Oct 02 05:24:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:24:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:24:40 ovirteng.stuffnet.local userhelper[48457]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:24:40 ovirteng.stuffnet.local userhelper[48457]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:26:41 ovirteng.stuffnet.local userhelper[48533]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:26:41 ovirteng.stuffnet.local userhelper[48533]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:28:41 ovirteng.stuffnet.local userhelper[48611]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:28:41 ovirteng.stuffnet.local userhelper[48611]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:29:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:29:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:29:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02389|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:29:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02390|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59784: receive error: Protocol error
Oct 02 05:29:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02391|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59784: connection dropped (Protocol error)
Oct 02 05:29:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:29:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:30:41 ovirteng.stuffnet.local userhelper[48695]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:30:41 ovirteng.stuffnet.local userhelper[48695]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:32:42 ovirteng.stuffnet.local userhelper[48770]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:32:42 ovirteng.stuffnet.local userhelper[48770]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:34:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:34:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:34:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02392|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:34:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02393|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:59902: receive error: Protocol error
Oct 02 05:34:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02394|reconnect|WARN|ssl:[::ffff:127.0.0.1]:59902: connection dropped (Protocol error)
Oct 02 05:34:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:34:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:34:42 ovirteng.stuffnet.local userhelper[48853]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:34:42 ovirteng.stuffnet.local userhelper[48853]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:36:43 ovirteng.stuffnet.local userhelper[48931]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:36:43 ovirteng.stuffnet.local userhelper[48931]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:38:43 ovirteng.stuffnet.local userhelper[49007]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:38:43 ovirteng.stuffnet.local userhelper[49007]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:39:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:39:34] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:39:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02395|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:39:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02396|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60020: receive error: Protocol error
Oct 02 05:39:34 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02397|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60020: connection dropped (Protocol error)
Oct 02 05:39:34 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:39:34] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:40:43 ovirteng.stuffnet.local userhelper[49092]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:40:43 ovirteng.stuffnet.local userhelper[49092]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:42:44 ovirteng.stuffnet.local userhelper[49167]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:42:44 ovirteng.stuffnet.local userhelper[49167]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:44:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:44:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02398|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02399|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60138: receive error: Protocol error
Oct 02 05:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02400|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60138: connection dropped (Protocol error)
Oct 02 05:44:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:44:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:44:44 ovirteng.stuffnet.local userhelper[49249]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:44:44 ovirteng.stuffnet.local userhelper[49249]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:46:44 ovirteng.stuffnet.local userhelper[49329]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:46:44 ovirteng.stuffnet.local userhelper[49329]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:48:45 ovirteng.stuffnet.local userhelper[49404]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:48:45 ovirteng.stuffnet.local userhelper[49404]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:49:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:49:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:49:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02401|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:49:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02402|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60256: receive error: Protocol error
Oct 02 05:49:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02403|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60256: connection dropped (Protocol error)
Oct 02 05:49:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:49:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:50:45 ovirteng.stuffnet.local userhelper[49489]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:50:45 ovirteng.stuffnet.local userhelper[49489]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:52:46 ovirteng.stuffnet.local userhelper[49565]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:52:46 ovirteng.stuffnet.local userhelper[49565]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:54:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:54:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:54:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02404|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:54:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02405|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60374: receive error: Protocol error
Oct 02 05:54:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02406|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60374: connection dropped (Protocol error)
Oct 02 05:54:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:54:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 05:54:46 ovirteng.stuffnet.local userhelper[49647]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:54:46 ovirteng.stuffnet.local userhelper[49647]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:56:46 ovirteng.stuffnet.local userhelper[49725]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:56:46 ovirteng.stuffnet.local userhelper[49725]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:58:47 ovirteng.stuffnet.local userhelper[49801]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 05:58:47 ovirteng.stuffnet.local userhelper[49801]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 05:59:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:59:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 05:59:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02407|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 05:59:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02408|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60492: receive error: Protocol error
Oct 02 05:59:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02409|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60492: connection dropped (Protocol error)
Oct 02 05:59:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 05:59:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:00:47 ovirteng.stuffnet.local userhelper[49898]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:00:47 ovirteng.stuffnet.local userhelper[49898]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 06:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 68 of user root.
-- Subject: Unit session-68.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-68.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 06:01:01 ovirteng.stuffnet.local CROND[49907]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[49910]: starting 0anacron
Oct 02 06:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[49916]: finished 0anacron
Oct 02 06:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 06:02:47 ovirteng.stuffnet.local userhelper[49989]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:02:47 ovirteng.stuffnet.local userhelper[49989]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:04:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:04:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:04:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02410|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:04:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02411|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60614: receive error: Protocol error
Oct 02 06:04:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02412|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60614: connection dropped (Protocol error)
Oct 02 06:04:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:04:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:04:48 ovirteng.stuffnet.local userhelper[50070]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:04:48 ovirteng.stuffnet.local userhelper[50070]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:06:48 ovirteng.stuffnet.local userhelper[50150]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:06:48 ovirteng.stuffnet.local userhelper[50150]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:08:49 ovirteng.stuffnet.local userhelper[50225]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:08:49 ovirteng.stuffnet.local userhelper[50225]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:09:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:09:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:09:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02413|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:09:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02414|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60732: receive error: Protocol error
Oct 02 06:09:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02415|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60732: connection dropped (Protocol error)
Oct 02 06:09:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:09:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:10:49 ovirteng.stuffnet.local userhelper[50309]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:10:49 ovirteng.stuffnet.local userhelper[50309]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:12:49 ovirteng.stuffnet.local userhelper[50386]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:12:49 ovirteng.stuffnet.local userhelper[50386]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:14:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:14:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:14:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02416|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:14:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02417|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60850: receive error: Protocol error
Oct 02 06:14:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02418|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60850: connection dropped (Protocol error)
Oct 02 06:14:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:14:38] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:14:52 ovirteng.stuffnet.local userhelper[50467]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:14:52 ovirteng.stuffnet.local userhelper[50467]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:16:52 ovirteng.stuffnet.local userhelper[50545]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:16:52 ovirteng.stuffnet.local userhelper[50545]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:18:53 ovirteng.stuffnet.local userhelper[50620]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:18:53 ovirteng.stuffnet.local userhelper[50620]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:19:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:19:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:19:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02419|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:19:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02420|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:60968: receive error: Protocol error
Oct 02 06:19:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02421|reconnect|WARN|ssl:[::ffff:127.0.0.1]:60968: connection dropped (Protocol error)
Oct 02 06:19:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:19:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:20:53 ovirteng.stuffnet.local userhelper[50704]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:20:53 ovirteng.stuffnet.local userhelper[50704]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:22:53 ovirteng.stuffnet.local userhelper[50779]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:22:53 ovirteng.stuffnet.local userhelper[50779]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:24:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:24:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:24:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02422|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:24:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02423|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:32854: receive error: Protocol error
Oct 02 06:24:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02424|reconnect|WARN|ssl:[::ffff:127.0.0.1]:32854: connection dropped (Protocol error)
Oct 02 06:24:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:24:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:24:54 ovirteng.stuffnet.local userhelper[50861]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:24:54 ovirteng.stuffnet.local userhelper[50861]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:26:54 ovirteng.stuffnet.local userhelper[50939]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:26:54 ovirteng.stuffnet.local userhelper[50939]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:28:55 ovirteng.stuffnet.local userhelper[51014]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:28:55 ovirteng.stuffnet.local userhelper[51014]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:29:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:29:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:29:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02425|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:29:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02426|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:32972: receive error: Protocol error
Oct 02 06:29:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02427|reconnect|WARN|ssl:[::ffff:127.0.0.1]:32972: connection dropped (Protocol error)
Oct 02 06:29:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:29:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:30:55 ovirteng.stuffnet.local userhelper[51098]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:30:55 ovirteng.stuffnet.local userhelper[51098]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:32:55 ovirteng.stuffnet.local userhelper[51174]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:32:55 ovirteng.stuffnet.local userhelper[51174]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:34:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:34:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:34:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02428|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:34:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02429|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33090: receive error: Protocol error
Oct 02 06:34:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02430|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33090: connection dropped (Protocol error)
Oct 02 06:34:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:34:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:34:57 ovirteng.stuffnet.local userhelper[51254]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:34:57 ovirteng.stuffnet.local userhelper[51254]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:36:57 ovirteng.stuffnet.local userhelper[51332]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:36:57 ovirteng.stuffnet.local userhelper[51332]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:38:58 ovirteng.stuffnet.local userhelper[51408]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:38:58 ovirteng.stuffnet.local userhelper[51408]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:39:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:39:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:39:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02431|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:39:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02432|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33208: receive error: Protocol error
Oct 02 06:39:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02433|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33208: connection dropped (Protocol error)
Oct 02 06:39:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:39:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:40:58 ovirteng.stuffnet.local userhelper[51492]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:40:58 ovirteng.stuffnet.local userhelper[51492]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:42:59 ovirteng.stuffnet.local userhelper[51568]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:42:59 ovirteng.stuffnet.local userhelper[51568]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:44:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:44:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:44:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02434|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:44:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02435|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33326: receive error: Protocol error
Oct 02 06:44:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02436|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33326: connection dropped (Protocol error)
Oct 02 06:44:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:44:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:44:59 ovirteng.stuffnet.local userhelper[51649]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:44:59 ovirteng.stuffnet.local userhelper[51649]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:46:59 ovirteng.stuffnet.local userhelper[51727]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:46:59 ovirteng.stuffnet.local userhelper[51727]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:49:00 ovirteng.stuffnet.local userhelper[51804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:49:00 ovirteng.stuffnet.local userhelper[51804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:49:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:49:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:49:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02437|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:49:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02438|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33444: receive error: Protocol error
Oct 02 06:49:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02439|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33444: connection dropped (Protocol error)
Oct 02 06:49:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:49:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:51:00 ovirteng.stuffnet.local userhelper[51888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:51:00 ovirteng.stuffnet.local userhelper[51888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:53:00 ovirteng.stuffnet.local userhelper[51963]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:53:00 ovirteng.stuffnet.local userhelper[51963]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:54:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:54:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:54:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02440|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:54:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02441|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33562: receive error: Protocol error
Oct 02 06:54:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02442|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33562: connection dropped (Protocol error)
Oct 02 06:54:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:54:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 06:55:01 ovirteng.stuffnet.local userhelper[52043]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:55:01 ovirteng.stuffnet.local userhelper[52043]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:57:01 ovirteng.stuffnet.local userhelper[52122]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:57:01 ovirteng.stuffnet.local userhelper[52122]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:59:02 ovirteng.stuffnet.local userhelper[52198]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 06:59:02 ovirteng.stuffnet.local userhelper[52198]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 06:59:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:59:43] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 06:59:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02443|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 06:59:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02444|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33680: receive error: Protocol error
Oct 02 06:59:43 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02445|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33680: connection dropped (Protocol error)
Oct 02 06:59:43 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 06:59:43] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 07:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 69 of user root.
-- Subject: Unit session-69.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-69.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 07:01:01 ovirteng.stuffnet.local CROND[52293]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[52296]: starting 0anacron
Oct 02 07:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[52302]: finished 0anacron
Oct 02 07:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 07:01:02 ovirteng.stuffnet.local userhelper[52307]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:01:02 ovirteng.stuffnet.local userhelper[52307]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:03:02 ovirteng.stuffnet.local userhelper[52382]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:03:02 ovirteng.stuffnet.local userhelper[52382]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:04:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:04:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:04:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02446|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:04:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02447|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33804: receive error: Protocol error
Oct 02 07:04:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02448|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33804: connection dropped (Protocol error)
Oct 02 07:04:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:04:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:05:03 ovirteng.stuffnet.local userhelper[52459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:05:03 ovirteng.stuffnet.local userhelper[52459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:07:03 ovirteng.stuffnet.local userhelper[52538]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:07:03 ovirteng.stuffnet.local userhelper[52538]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:09:04 ovirteng.stuffnet.local userhelper[52612]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:09:04 ovirteng.stuffnet.local userhelper[52612]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:09:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:09:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:09:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02449|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:09:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02450|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:33922: receive error: Protocol error
Oct 02 07:09:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02451|reconnect|WARN|ssl:[::ffff:127.0.0.1]:33922: connection dropped (Protocol error)
Oct 02 07:09:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:09:45] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:11:04 ovirteng.stuffnet.local userhelper[52696]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:11:04 ovirteng.stuffnet.local userhelper[52696]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:13:04 ovirteng.stuffnet.local userhelper[52771]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:13:04 ovirteng.stuffnet.local userhelper[52771]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:14:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:14:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:14:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02452|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:14:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02453|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34040: receive error: Protocol error
Oct 02 07:14:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02454|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34040: connection dropped (Protocol error)
Oct 02 07:14:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:14:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:15:05 ovirteng.stuffnet.local userhelper[52852]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:15:05 ovirteng.stuffnet.local userhelper[52852]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:17:05 ovirteng.stuffnet.local userhelper[52931]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:17:05 ovirteng.stuffnet.local userhelper[52931]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:19:06 ovirteng.stuffnet.local userhelper[53007]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:19:06 ovirteng.stuffnet.local userhelper[53007]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:19:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:19:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:19:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02455|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:19:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02456|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34158: receive error: Protocol error
Oct 02 07:19:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02457|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34158: connection dropped (Protocol error)
Oct 02 07:19:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:19:48] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:21:06 ovirteng.stuffnet.local userhelper[53091]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:21:06 ovirteng.stuffnet.local userhelper[53091]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:23:06 ovirteng.stuffnet.local userhelper[53165]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:23:06 ovirteng.stuffnet.local userhelper[53165]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:24:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:24:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:24:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02458|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:24:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02459|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34276: receive error: Protocol error
Oct 02 07:24:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02460|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34276: connection dropped (Protocol error)
Oct 02 07:24:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:24:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:25:07 ovirteng.stuffnet.local userhelper[53245]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:25:07 ovirteng.stuffnet.local userhelper[53245]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:27:07 ovirteng.stuffnet.local userhelper[53325]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:27:07 ovirteng.stuffnet.local userhelper[53325]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:29:07 ovirteng.stuffnet.local userhelper[53399]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:29:07 ovirteng.stuffnet.local userhelper[53399]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:29:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:29:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:29:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02461|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:29:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02462|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34394: receive error: Protocol error
Oct 02 07:29:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02463|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34394: connection dropped (Protocol error)
Oct 02 07:29:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:29:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:31:08 ovirteng.stuffnet.local userhelper[53484]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:31:08 ovirteng.stuffnet.local userhelper[53484]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:33:08 ovirteng.stuffnet.local userhelper[53559]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:33:08 ovirteng.stuffnet.local userhelper[53559]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:34:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:34:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:34:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02464|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:34:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02465|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34512: receive error: Protocol error
Oct 02 07:34:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02466|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34512: connection dropped (Protocol error)
Oct 02 07:34:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:34:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:35:09 ovirteng.stuffnet.local userhelper[53640]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:35:09 ovirteng.stuffnet.local userhelper[53640]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:37:09 ovirteng.stuffnet.local userhelper[53720]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:37:09 ovirteng.stuffnet.local userhelper[53720]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:39:09 ovirteng.stuffnet.local userhelper[53795]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:39:09 ovirteng.stuffnet.local userhelper[53795]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:39:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:39:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:39:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02467|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:39:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02468|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34630: receive error: Protocol error
Oct 02 07:39:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02469|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34630: connection dropped (Protocol error)
Oct 02 07:39:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:39:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:41:10 ovirteng.stuffnet.local userhelper[53880]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:41:10 ovirteng.stuffnet.local userhelper[53880]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:43:10 ovirteng.stuffnet.local userhelper[53956]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:43:10 ovirteng.stuffnet.local userhelper[53956]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:44:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:44:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:44:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02470|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:44:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02471|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34748: receive error: Protocol error
Oct 02 07:44:50 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02472|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34748: connection dropped (Protocol error)
Oct 02 07:44:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:44:50] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:45:11 ovirteng.stuffnet.local userhelper[54035]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:45:11 ovirteng.stuffnet.local userhelper[54035]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:47:12 ovirteng.stuffnet.local userhelper[54115]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:47:12 ovirteng.stuffnet.local userhelper[54115]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:49:12 ovirteng.stuffnet.local userhelper[54202]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:49:12 ovirteng.stuffnet.local userhelper[54202]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:49:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:49:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:49:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02473|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:49:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02474|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34866: receive error: Protocol error
Oct 02 07:49:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02475|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34866: connection dropped (Protocol error)
Oct 02 07:49:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:49:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:51:13 ovirteng.stuffnet.local userhelper[54286]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:51:13 ovirteng.stuffnet.local userhelper[54286]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:53:14 ovirteng.stuffnet.local userhelper[54360]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:53:14 ovirteng.stuffnet.local userhelper[54360]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:54:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:54:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:54:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02476|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:54:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02477|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:34984: receive error: Protocol error
Oct 02 07:54:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02478|reconnect|WARN|ssl:[::ffff:127.0.0.1]:34984: connection dropped (Protocol error)
Oct 02 07:54:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:54:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 07:55:14 ovirteng.stuffnet.local userhelper[54442]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:55:14 ovirteng.stuffnet.local userhelper[54442]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:57:14 ovirteng.stuffnet.local userhelper[54520]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:57:14 ovirteng.stuffnet.local userhelper[54520]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:59:15 ovirteng.stuffnet.local userhelper[54596]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 07:59:15 ovirteng.stuffnet.local userhelper[54596]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 07:59:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:59:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 07:59:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02479|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 07:59:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02480|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35102: receive error: Protocol error
Oct 02 07:59:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02481|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35102: connection dropped (Protocol error)
Oct 02 07:59:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 07:59:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 08:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 70 of user root.
-- Subject: Unit session-70.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-70.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 08:01:01 ovirteng.stuffnet.local CROND[54675]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[54678]: starting 0anacron
Oct 02 08:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[54684]: finished 0anacron
Oct 02 08:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 08:01:15 ovirteng.stuffnet.local userhelper[54705]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:01:15 ovirteng.stuffnet.local userhelper[54705]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:03:16 ovirteng.stuffnet.local userhelper[54782]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:03:16 ovirteng.stuffnet.local userhelper[54782]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:04:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:04:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:04:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02482|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:04:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02483|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35224: receive error: Protocol error
Oct 02 08:04:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02484|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35224: connection dropped (Protocol error)
Oct 02 08:04:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:04:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:05:16 ovirteng.stuffnet.local userhelper[54863]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:05:16 ovirteng.stuffnet.local userhelper[54863]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:07:16 ovirteng.stuffnet.local userhelper[54941]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:07:16 ovirteng.stuffnet.local userhelper[54941]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:09:17 ovirteng.stuffnet.local userhelper[55017]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:09:17 ovirteng.stuffnet.local userhelper[55017]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:09:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:09:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:09:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02485|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:09:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02486|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35342: receive error: Protocol error
Oct 02 08:09:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02487|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35342: connection dropped (Protocol error)
Oct 02 08:09:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:09:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:11:17 ovirteng.stuffnet.local userhelper[55102]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:11:17 ovirteng.stuffnet.local userhelper[55102]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:13:18 ovirteng.stuffnet.local userhelper[55177]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:13:18 ovirteng.stuffnet.local userhelper[55177]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:14:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:14:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:14:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02488|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:14:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02489|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35462: receive error: Protocol error
Oct 02 08:14:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02490|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35462: connection dropped (Protocol error)
Oct 02 08:14:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:14:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:15:18 ovirteng.stuffnet.local userhelper[55256]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:15:18 ovirteng.stuffnet.local userhelper[55256]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:17:18 ovirteng.stuffnet.local userhelper[55335]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:17:18 ovirteng.stuffnet.local userhelper[55335]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:19:19 ovirteng.stuffnet.local userhelper[55413]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:19:19 ovirteng.stuffnet.local userhelper[55413]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:19:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:19:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:19:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02491|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:19:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02492|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35580: receive error: Protocol error
Oct 02 08:19:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02493|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35580: connection dropped (Protocol error)
Oct 02 08:19:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:19:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:21:19 ovirteng.stuffnet.local userhelper[55495]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:21:19 ovirteng.stuffnet.local userhelper[55495]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:23:19 ovirteng.stuffnet.local userhelper[55569]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:23:19 ovirteng.stuffnet.local userhelper[55569]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:24:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:24:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:24:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02494|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:24:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02495|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35718: receive error: Protocol error
Oct 02 08:24:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02496|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35718: connection dropped (Protocol error)
Oct 02 08:24:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:24:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:25:20 ovirteng.stuffnet.local userhelper[55665]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:25:20 ovirteng.stuffnet.local userhelper[55665]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:27:20 ovirteng.stuffnet.local userhelper[55743]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:27:20 ovirteng.stuffnet.local userhelper[55743]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:29:21 ovirteng.stuffnet.local userhelper[55818]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:29:21 ovirteng.stuffnet.local userhelper[55818]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:29:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:29:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:29:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02497|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:29:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02498|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35836: receive error: Protocol error
Oct 02 08:29:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02499|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35836: connection dropped (Protocol error)
Oct 02 08:29:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:29:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:31:21 ovirteng.stuffnet.local userhelper[55900]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:31:21 ovirteng.stuffnet.local userhelper[55900]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:33:21 ovirteng.stuffnet.local userhelper[55973]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:33:21 ovirteng.stuffnet.local userhelper[55973]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:34:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:34:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:34:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02500|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:34:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02501|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:35948: receive error: Protocol error
Oct 02 08:34:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02502|reconnect|WARN|ssl:[::ffff:127.0.0.1]:35948: connection dropped (Protocol error)
Oct 02 08:34:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:34:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:35:22 ovirteng.stuffnet.local userhelper[56054]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:35:22 ovirteng.stuffnet.local userhelper[56054]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:37:22 ovirteng.stuffnet.local userhelper[56133]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:37:22 ovirteng.stuffnet.local userhelper[56133]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:39:23 ovirteng.stuffnet.local userhelper[56208]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:39:23 ovirteng.stuffnet.local userhelper[56208]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:39:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:39:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02503|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02504|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36086: receive error: Protocol error
Oct 02 08:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02505|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36086: connection dropped (Protocol error)
Oct 02 08:39:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:39:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:41:23 ovirteng.stuffnet.local userhelper[56304]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:41:23 ovirteng.stuffnet.local userhelper[56304]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:43:24 ovirteng.stuffnet.local userhelper[56375]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:43:24 ovirteng.stuffnet.local userhelper[56375]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:44:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:44:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:44:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02506|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:44:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02507|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36204: receive error: Protocol error
Oct 02 08:44:59 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02508|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36204: connection dropped (Protocol error)
Oct 02 08:44:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:44:59] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:45:25 ovirteng.stuffnet.local userhelper[56458]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:45:25 ovirteng.stuffnet.local userhelper[56458]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:47:25 ovirteng.stuffnet.local userhelper[56536]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:47:25 ovirteng.stuffnet.local userhelper[56536]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:49:26 ovirteng.stuffnet.local userhelper[56609]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:49:26 ovirteng.stuffnet.local userhelper[56609]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:50:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:50:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02509|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02510|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36318: receive error: Protocol error
Oct 02 08:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02511|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36318: connection dropped (Protocol error)
Oct 02 08:50:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:50:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:51:26 ovirteng.stuffnet.local userhelper[56688]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:51:26 ovirteng.stuffnet.local userhelper[56688]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:53:26 ovirteng.stuffnet.local userhelper[56764]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:53:26 ovirteng.stuffnet.local userhelper[56764]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:55:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:55:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 08:55:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02512|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 08:55:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02513|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36432: receive error: Protocol error
Oct 02 08:55:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02514|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36432: connection dropped (Protocol error)
Oct 02 08:55:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 08:55:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 08:55:27 ovirteng.stuffnet.local userhelper[56844]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:55:27 ovirteng.stuffnet.local userhelper[56844]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:57:30 ovirteng.stuffnet.local userhelper[56921]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:57:30 ovirteng.stuffnet.local userhelper[56921]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 08:59:30 ovirteng.stuffnet.local userhelper[56995]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 08:59:30 ovirteng.stuffnet.local userhelper[56995]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:00:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:00:02] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:00:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02515|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:00:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02516|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36546: receive error: Protocol error
Oct 02 09:00:02 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02517|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36546: connection dropped (Protocol error)
Oct 02 09:00:02 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:00:02] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 09:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 71 of user root.
-- Subject: Unit session-71.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-71.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 09:01:01 ovirteng.stuffnet.local CROND[57068]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[57071]: starting 0anacron
Oct 02 09:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[57077]: finished 0anacron
Oct 02 09:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 09:01:30 ovirteng.stuffnet.local userhelper[57105]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:01:30 ovirteng.stuffnet.local userhelper[57105]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:03:33 ovirteng.stuffnet.local userhelper[57185]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:03:33 ovirteng.stuffnet.local userhelper[57185]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:05:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:05:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:05:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02518|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:05:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02519|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36666: receive error: Protocol error
Oct 02 09:05:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02520|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36666: connection dropped (Protocol error)
Oct 02 09:05:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:05:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:05:34 ovirteng.stuffnet.local userhelper[57264]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:05:34 ovirteng.stuffnet.local userhelper[57264]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:07:34 ovirteng.stuffnet.local userhelper[57339]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:07:34 ovirteng.stuffnet.local userhelper[57339]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:09:34 ovirteng.stuffnet.local userhelper[57417]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:09:34 ovirteng.stuffnet.local userhelper[57417]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:10:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:10:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:10:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02521|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:10:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02522|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36794: receive error: Protocol error
Oct 02 09:10:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02523|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36794: connection dropped (Protocol error)
Oct 02 09:10:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:10:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:11:35 ovirteng.stuffnet.local userhelper[57501]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:11:35 ovirteng.stuffnet.local userhelper[57501]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:13:35 ovirteng.stuffnet.local userhelper[57575]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:13:35 ovirteng.stuffnet.local userhelper[57575]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:15:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:15:05] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:15:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02524|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:15:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02525|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:36922: receive error: Protocol error
Oct 02 09:15:05 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02526|reconnect|WARN|ssl:[::ffff:127.0.0.1]:36922: connection dropped (Protocol error)
Oct 02 09:15:05 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:15:05] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:15:36 ovirteng.stuffnet.local userhelper[57654]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:15:36 ovirteng.stuffnet.local userhelper[57654]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:17:36 ovirteng.stuffnet.local userhelper[57733]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:17:36 ovirteng.stuffnet.local userhelper[57733]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:19:36 ovirteng.stuffnet.local userhelper[57809]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:19:36 ovirteng.stuffnet.local userhelper[57809]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:20:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:20:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:20:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02527|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:20:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02528|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37034: receive error: Protocol error
Oct 02 09:20:06 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02529|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37034: connection dropped (Protocol error)
Oct 02 09:20:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:20:06] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:21:37 ovirteng.stuffnet.local userhelper[57895]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:21:37 ovirteng.stuffnet.local userhelper[57895]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:23:37 ovirteng.stuffnet.local userhelper[57968]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:23:37 ovirteng.stuffnet.local userhelper[57968]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:25:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:25:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:25:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02530|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:25:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02531|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37152: receive error: Protocol error
Oct 02 09:25:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02532|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37152: connection dropped (Protocol error)
Oct 02 09:25:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:25:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:25:38 ovirteng.stuffnet.local userhelper[58048]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:25:38 ovirteng.stuffnet.local userhelper[58048]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:27:38 ovirteng.stuffnet.local userhelper[58127]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:27:38 ovirteng.stuffnet.local userhelper[58127]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:29:38 ovirteng.stuffnet.local userhelper[58201]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:29:38 ovirteng.stuffnet.local userhelper[58201]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:30:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:30:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:30:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02533|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:30:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02534|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37270: receive error: Protocol error
Oct 02 09:30:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02535|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37270: connection dropped (Protocol error)
Oct 02 09:30:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:30:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:31:39 ovirteng.stuffnet.local userhelper[58284]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:31:39 ovirteng.stuffnet.local userhelper[58284]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:33:39 ovirteng.stuffnet.local userhelper[58358]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:33:39 ovirteng.stuffnet.local userhelper[58358]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:35:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:35:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:35:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02536|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:35:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02537|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37390: receive error: Protocol error
Oct 02 09:35:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02538|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37390: connection dropped (Protocol error)
Oct 02 09:35:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:35:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:35:40 ovirteng.stuffnet.local userhelper[58434]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:35:40 ovirteng.stuffnet.local userhelper[58434]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:37:40 ovirteng.stuffnet.local userhelper[58510]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:37:40 ovirteng.stuffnet.local userhelper[58510]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:39:40 ovirteng.stuffnet.local userhelper[58585]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:39:40 ovirteng.stuffnet.local userhelper[58585]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:40:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:40:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:40:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02539|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:40:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02540|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37510: receive error: Protocol error
Oct 02 09:40:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02541|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37510: connection dropped (Protocol error)
Oct 02 09:40:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:40:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:41:41 ovirteng.stuffnet.local userhelper[58665]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:41:41 ovirteng.stuffnet.local userhelper[58665]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:43:41 ovirteng.stuffnet.local userhelper[58740]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:43:41 ovirteng.stuffnet.local userhelper[58740]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:45:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:45:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:45:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02542|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:45:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02543|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37628: receive error: Protocol error
Oct 02 09:45:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02544|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37628: connection dropped (Protocol error)
Oct 02 09:45:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:45:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:45:41 ovirteng.stuffnet.local userhelper[58822]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:45:41 ovirteng.stuffnet.local userhelper[58822]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:47:42 ovirteng.stuffnet.local userhelper[58897]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:47:42 ovirteng.stuffnet.local userhelper[58897]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:49:42 ovirteng.stuffnet.local userhelper[58972]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:49:42 ovirteng.stuffnet.local userhelper[58972]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:50:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:50:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:50:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02545|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:50:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02546|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37748: receive error: Protocol error
Oct 02 09:50:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02547|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37748: connection dropped (Protocol error)
Oct 02 09:50:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:50:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:51:44 ovirteng.stuffnet.local userhelper[59055]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:51:44 ovirteng.stuffnet.local userhelper[59055]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:53:47 ovirteng.stuffnet.local userhelper[59131]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:53:47 ovirteng.stuffnet.local userhelper[59131]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:55:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:55:14] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 09:55:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02548|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 09:55:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02549|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37864: receive error: Protocol error
Oct 02 09:55:14 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02550|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37864: connection dropped (Protocol error)
Oct 02 09:55:14 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 09:55:14] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 09:55:48 ovirteng.stuffnet.local userhelper[59211]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:55:48 ovirteng.stuffnet.local userhelper[59211]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:57:48 ovirteng.stuffnet.local userhelper[59290]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:57:48 ovirteng.stuffnet.local userhelper[59290]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 09:59:48 ovirteng.stuffnet.local userhelper[59360]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 09:59:48 ovirteng.stuffnet.local userhelper[59360]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:00:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:00:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:00:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02551|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:00:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02552|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:37990: receive error: Protocol error
Oct 02 10:00:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02553|reconnect|WARN|ssl:[::ffff:127.0.0.1]:37990: connection dropped (Protocol error)
Oct 02 10:00:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:00:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 10:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 72 of user root.
-- Subject: Unit session-72.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-72.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 10:01:01 ovirteng.stuffnet.local CROND[59425]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[59428]: starting 0anacron
Oct 02 10:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[59434]: finished 0anacron
Oct 02 10:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 10:01:49 ovirteng.stuffnet.local userhelper[59468]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:01:49 ovirteng.stuffnet.local userhelper[59468]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:03:49 ovirteng.stuffnet.local userhelper[59544]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:03:49 ovirteng.stuffnet.local userhelper[59544]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:05:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:05:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:05:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02554|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:05:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02555|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38108: receive error: Protocol error
Oct 02 10:05:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02556|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38108: connection dropped (Protocol error)
Oct 02 10:05:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:05:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:05:52 ovirteng.stuffnet.local userhelper[59626]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:05:52 ovirteng.stuffnet.local userhelper[59626]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:07:53 ovirteng.stuffnet.local userhelper[59704]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:07:53 ovirteng.stuffnet.local userhelper[59704]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:09:54 ovirteng.stuffnet.local userhelper[59778]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:09:54 ovirteng.stuffnet.local userhelper[59778]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:10:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:10:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:10:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02557|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:10:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02558|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38226: receive error: Protocol error
Oct 02 10:10:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02559|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38226: connection dropped (Protocol error)
Oct 02 10:10:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:10:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:11:54 ovirteng.stuffnet.local userhelper[59860]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:11:54 ovirteng.stuffnet.local userhelper[59860]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:13:55 ovirteng.stuffnet.local userhelper[59936]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:13:55 ovirteng.stuffnet.local userhelper[59936]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:15:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:15:20] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:15:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02560|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:15:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02561|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38344: receive error: Protocol error
Oct 02 10:15:20 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02562|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38344: connection dropped (Protocol error)
Oct 02 10:15:20 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:15:20] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:15:55 ovirteng.stuffnet.local userhelper[60014]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:15:55 ovirteng.stuffnet.local userhelper[60014]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:17:55 ovirteng.stuffnet.local userhelper[60094]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:17:55 ovirteng.stuffnet.local userhelper[60094]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:19:56 ovirteng.stuffnet.local userhelper[60170]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:19:56 ovirteng.stuffnet.local userhelper[60170]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:20:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:20:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:20:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02563|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:20:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02564|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38462: receive error: Protocol error
Oct 02 10:20:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02565|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38462: connection dropped (Protocol error)
Oct 02 10:20:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:20:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:21:57 ovirteng.stuffnet.local userhelper[60253]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:21:57 ovirteng.stuffnet.local userhelper[60253]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:23:57 ovirteng.stuffnet.local userhelper[60327]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:23:57 ovirteng.stuffnet.local userhelper[60327]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:25:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:25:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:25:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02566|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:25:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02567|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38580: receive error: Protocol error
Oct 02 10:25:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02568|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38580: connection dropped (Protocol error)
Oct 02 10:25:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:25:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:26:00 ovirteng.stuffnet.local userhelper[60402]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:26:00 ovirteng.stuffnet.local userhelper[60402]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:28:01 ovirteng.stuffnet.local userhelper[60478]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:28:01 ovirteng.stuffnet.local userhelper[60478]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:30:02 ovirteng.stuffnet.local userhelper[60553]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:30:02 ovirteng.stuffnet.local userhelper[60553]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:30:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:30:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:30:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02569|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:30:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02570|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38698: receive error: Protocol error
Oct 02 10:30:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02571|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38698: connection dropped (Protocol error)
Oct 02 10:30:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:30:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:32:03 ovirteng.stuffnet.local userhelper[60630]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:32:03 ovirteng.stuffnet.local userhelper[60630]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:34:05 ovirteng.stuffnet.local userhelper[60714]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:34:05 ovirteng.stuffnet.local userhelper[60714]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:35:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:35:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:35:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02572|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:35:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02573|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38820: receive error: Protocol error
Oct 02 10:35:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02574|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38820: connection dropped (Protocol error)
Oct 02 10:35:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:35:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:36:05 ovirteng.stuffnet.local userhelper[60795]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:36:05 ovirteng.stuffnet.local userhelper[60795]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:36:24 ovirteng.stuffnet.local userhelper[60822]: pam_succeed_if(ovirt-flush-caches:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:36:24 ovirteng.stuffnet.local userhelper[60822]: running '/usr/share/ovirt-guest-agent/scripts/hooks/defaults/flush-caches' with root privileges on behalf of 'ovirtagent'
Oct 02 10:36:24 ovirteng.stuffnet.local kernel: flush-caches (60822): drop_caches: 3
Oct 02 10:38:06 ovirteng.stuffnet.local userhelper[60869]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:38:06 ovirteng.stuffnet.local userhelper[60869]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:38:25 ovirteng.stuffnet.local userhelper[60889]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:38:25 ovirteng.stuffnet.local userhelper[60889]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:40:07 ovirteng.stuffnet.local userhelper[60941]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:40:07 ovirteng.stuffnet.local userhelper[60941]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:40:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:40:25] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02575|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02576|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:38920: receive error: Protocol error
Oct 02 10:40:25 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02577|reconnect|WARN|ssl:[::ffff:127.0.0.1]:38920: connection dropped (Protocol error)
Oct 02 10:40:25 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:40:25] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:42:08 ovirteng.stuffnet.local userhelper[61008]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:42:08 ovirteng.stuffnet.local userhelper[61008]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:44:08 ovirteng.stuffnet.local userhelper[61069]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:44:08 ovirteng.stuffnet.local userhelper[61069]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:45:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:45:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02578|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02579|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39038: receive error: Protocol error
Oct 02 10:45:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02580|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39038: connection dropped (Protocol error)
Oct 02 10:45:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:45:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:46:09 ovirteng.stuffnet.local userhelper[61133]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:46:09 ovirteng.stuffnet.local userhelper[61133]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:48:10 ovirteng.stuffnet.local userhelper[61196]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:48:10 ovirteng.stuffnet.local userhelper[61196]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:50:09 ovirteng.stuffnet.local chronyd[1307]: Selected source 216.229.0.49
Oct 02 10:50:10 ovirteng.stuffnet.local userhelper[61255]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:50:10 ovirteng.stuffnet.local userhelper[61255]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:50:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:50:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02581|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02582|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39140: receive error: Protocol error
Oct 02 10:50:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02583|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39140: connection dropped (Protocol error)
Oct 02 10:50:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:50:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:50:56 ovirteng.stuffnet.local chronyd[1307]: Can't synchronise: no majority
Oct 02 10:51:14 ovirteng.stuffnet.local chronyd[1307]: Source 64.79.100.197 replaced with 144.172.126.201
Oct 02 10:52:11 ovirteng.stuffnet.local userhelper[61323]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:52:11 ovirteng.stuffnet.local userhelper[61323]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:54:12 ovirteng.stuffnet.local userhelper[61384]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:54:12 ovirteng.stuffnet.local userhelper[61384]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:54:19 ovirteng.stuffnet.local chronyd[1307]: Selected source 216.229.0.49
Oct 02 10:55:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:55:27] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 10:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02584|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 10:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02585|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39254: receive error: Protocol error
Oct 02 10:55:27 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02586|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39254: connection dropped (Protocol error)
Oct 02 10:55:27 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 10:55:27] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 10:56:12 ovirteng.stuffnet.local userhelper[61459]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:56:12 ovirteng.stuffnet.local userhelper[61459]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 10:56:27 ovirteng.stuffnet.local chronyd[1307]: Selected source 144.172.126.201
Oct 02 10:58:14 ovirteng.stuffnet.local userhelper[61536]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 10:58:14 ovirteng.stuffnet.local userhelper[61536]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:00:14 ovirteng.stuffnet.local userhelper[61893]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:00:14 ovirteng.stuffnet.local userhelper[61893]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:00:17 ovirteng.stuffnet.local python2[61914]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_common.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:00:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:00:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02587|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02588|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39366: receive error: Protocol error
Oct 02 11:00:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02589|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39366: connection dropped (Protocol error)
Oct 02 11:00:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:00:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:00:31 ovirteng.stuffnet.local python2[62017]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_virt.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:00:38 ovirteng.stuffnet.local python2[62077]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_common_4.3.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:00:40 ovirteng.stuffnet.local python2[62104]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/usr/share/ovirt-engine/playbooks/roles/ovirt-host-deploy-firewalld/vars/firewalld_rules_virt_4.3.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:01:00 ovirteng.stuffnet.local python2[62250]: ansible-package_facts Invoked with manager=['rpm'] strategy=first
Oct 02 11:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 11:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 73 of user root.
-- Subject: Unit session-73.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-73.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 11:01:01 ovirteng.stuffnet.local CROND[62259]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 11:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[62262]: starting 0anacron
Oct 02 11:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[62268]: finished 0anacron
Oct 02 11:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 11:01:15 ovirteng.stuffnet.local python2[62307]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/ovirt-engine-metrics/config.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:02:15 ovirteng.stuffnet.local userhelper[62430]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:02:15 ovirteng.stuffnet.local userhelper[62430]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:03:09 ovirteng.stuffnet.local python2[62549]: ansible-stat Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/ovirt-engine/ansible/ovirt-host-deploy-post-tasks.yml get_md5=None get_mime=True get_attributes=True
Oct 02 11:04:16 ovirteng.stuffnet.local userhelper[62620]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:04:16 ovirteng.stuffnet.local userhelper[62620]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:05:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:05:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02590|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02591|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39454: receive error: Protocol error
Oct 02 11:05:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02592|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39454: connection dropped (Protocol error)
Oct 02 11:05:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:05:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:06:17 ovirteng.stuffnet.local userhelper[62695]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:06:17 ovirteng.stuffnet.local userhelper[62695]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:08:17 ovirteng.stuffnet.local userhelper[62759]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:08:17 ovirteng.stuffnet.local userhelper[62759]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:10:18 ovirteng.stuffnet.local userhelper[62818]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:10:18 ovirteng.stuffnet.local userhelper[62818]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:10:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:10:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:10:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02593|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:10:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02594|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39560: receive error: Protocol error
Oct 02 11:10:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02595|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39560: connection dropped (Protocol error)
Oct 02 11:10:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:10:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:12:18 ovirteng.stuffnet.local userhelper[62888]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:12:18 ovirteng.stuffnet.local userhelper[62888]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:14:19 ovirteng.stuffnet.local userhelper[62948]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:14:19 ovirteng.stuffnet.local userhelper[62948]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:15:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:15:32] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:15:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02596|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:15:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02597|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39676: receive error: Protocol error
Oct 02 11:15:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02598|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39676: connection dropped (Protocol error)
Oct 02 11:15:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:15:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:16:20 ovirteng.stuffnet.local userhelper[63013]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:16:20 ovirteng.stuffnet.local userhelper[63013]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:18:20 ovirteng.stuffnet.local userhelper[63076]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:18:20 ovirteng.stuffnet.local userhelper[63076]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:20:21 ovirteng.stuffnet.local userhelper[63135]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:20:21 ovirteng.stuffnet.local userhelper[63135]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:20:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:20:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:20:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02599|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:20:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02600|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39794: receive error: Protocol error
Oct 02 11:20:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02601|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39794: connection dropped (Protocol error)
Oct 02 11:20:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:20:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:22:22 ovirteng.stuffnet.local userhelper[63203]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:22:22 ovirteng.stuffnet.local userhelper[63203]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:24:22 ovirteng.stuffnet.local userhelper[63263]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:24:22 ovirteng.stuffnet.local userhelper[63263]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:25:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:25:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:25:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02602|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:25:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02603|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:39914: receive error: Protocol error
Oct 02 11:25:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02604|reconnect|WARN|ssl:[::ffff:127.0.0.1]:39914: connection dropped (Protocol error)
Oct 02 11:25:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:25:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:26:23 ovirteng.stuffnet.local userhelper[63329]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:26:23 ovirteng.stuffnet.local userhelper[63329]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:28:23 ovirteng.stuffnet.local userhelper[63393]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:28:23 ovirteng.stuffnet.local userhelper[63393]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:30:24 ovirteng.stuffnet.local userhelper[63454]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:30:24 ovirteng.stuffnet.local userhelper[63454]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:30:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:30:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:30:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02605|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:30:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02606|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40016: receive error: Protocol error
Oct 02 11:30:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02607|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40016: connection dropped (Protocol error)
Oct 02 11:30:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:30:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:32:25 ovirteng.stuffnet.local userhelper[63521]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:32:25 ovirteng.stuffnet.local userhelper[63521]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:34:25 ovirteng.stuffnet.local userhelper[63581]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:34:25 ovirteng.stuffnet.local userhelper[63581]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:35:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:35:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:35:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02608|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:35:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02609|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40150: receive error: Protocol error
Oct 02 11:35:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02610|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40150: connection dropped (Protocol error)
Oct 02 11:35:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:35:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:36:26 ovirteng.stuffnet.local userhelper[63645]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:36:26 ovirteng.stuffnet.local userhelper[63645]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:38:26 ovirteng.stuffnet.local userhelper[63709]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:38:26 ovirteng.stuffnet.local userhelper[63709]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:40:27 ovirteng.stuffnet.local userhelper[63768]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:40:27 ovirteng.stuffnet.local userhelper[63768]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:40:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:40:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:40:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02611|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:40:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02612|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40256: receive error: Protocol error
Oct 02 11:40:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02613|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40256: connection dropped (Protocol error)
Oct 02 11:40:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:40:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:42:28 ovirteng.stuffnet.local userhelper[63835]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:42:28 ovirteng.stuffnet.local userhelper[63835]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:44:28 ovirteng.stuffnet.local userhelper[63896]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:44:28 ovirteng.stuffnet.local userhelper[63896]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:45:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:45:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:45:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02614|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:45:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02615|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40374: receive error: Protocol error
Oct 02 11:45:38 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02616|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40374: connection dropped (Protocol error)
Oct 02 11:45:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:45:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:46:29 ovirteng.stuffnet.local userhelper[63961]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:46:29 ovirteng.stuffnet.local userhelper[63961]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:48:29 ovirteng.stuffnet.local userhelper[64024]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:48:29 ovirteng.stuffnet.local userhelper[64024]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:50:30 ovirteng.stuffnet.local userhelper[64084]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:50:30 ovirteng.stuffnet.local userhelper[64084]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:50:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:50:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:50:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02617|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:50:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02618|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40492: receive error: Protocol error
Oct 02 11:50:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02619|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40492: connection dropped (Protocol error)
Oct 02 11:50:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:50:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:52:31 ovirteng.stuffnet.local userhelper[64153]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:52:31 ovirteng.stuffnet.local userhelper[64153]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:54:31 ovirteng.stuffnet.local userhelper[64213]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:54:31 ovirteng.stuffnet.local userhelper[64213]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:55:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:55:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 11:55:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02620|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 11:55:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02621|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40610: receive error: Protocol error
Oct 02 11:55:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02622|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40610: connection dropped (Protocol error)
Oct 02 11:55:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 11:55:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 11:56:32 ovirteng.stuffnet.local userhelper[64278]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:56:32 ovirteng.stuffnet.local userhelper[64278]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 11:58:32 ovirteng.stuffnet.local userhelper[64343]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 11:58:32 ovirteng.stuffnet.local userhelper[64343]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:00:33 ovirteng.stuffnet.local userhelper[64413]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:00:33 ovirteng.stuffnet.local userhelper[64413]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:00:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:00:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:00:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02623|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:00:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02624|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40732: receive error: Protocol error
Oct 02 12:00:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02625|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40732: connection dropped (Protocol error)
Oct 02 12:00:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:00:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 12:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 74 of user root.
-- Subject: Unit session-74.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-74.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 12:01:01 ovirteng.stuffnet.local CROND[64430]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[64433]: starting 0anacron
Oct 02 12:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[64439]: finished 0anacron
Oct 02 12:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 12:02:34 ovirteng.stuffnet.local userhelper[64497]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:02:34 ovirteng.stuffnet.local userhelper[64497]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:04:34 ovirteng.stuffnet.local userhelper[64557]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:04:34 ovirteng.stuffnet.local userhelper[64557]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:05:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:05:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:05:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02626|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:05:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02627|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40850: receive error: Protocol error
Oct 02 12:05:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02628|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40850: connection dropped (Protocol error)
Oct 02 12:05:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:05:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:06:35 ovirteng.stuffnet.local userhelper[64620]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:06:35 ovirteng.stuffnet.local userhelper[64620]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:08:35 ovirteng.stuffnet.local userhelper[64683]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:08:35 ovirteng.stuffnet.local userhelper[64683]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:10:36 ovirteng.stuffnet.local userhelper[64743]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:10:36 ovirteng.stuffnet.local userhelper[64743]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:10:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:10:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:10:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02629|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:10:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02630|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:40968: receive error: Protocol error
Oct 02 12:10:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02631|reconnect|WARN|ssl:[::ffff:127.0.0.1]:40968: connection dropped (Protocol error)
Oct 02 12:10:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:10:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:12:37 ovirteng.stuffnet.local userhelper[64810]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:12:37 ovirteng.stuffnet.local userhelper[64810]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:14:37 ovirteng.stuffnet.local userhelper[64871]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:14:37 ovirteng.stuffnet.local userhelper[64871]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:15:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:15:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:15:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02632|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:15:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02633|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41088: receive error: Protocol error
Oct 02 12:15:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02634|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41088: connection dropped (Protocol error)
Oct 02 12:15:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:15:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:16:38 ovirteng.stuffnet.local userhelper[64935]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:16:38 ovirteng.stuffnet.local userhelper[64935]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:18:39 ovirteng.stuffnet.local userhelper[64998]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:18:39 ovirteng.stuffnet.local userhelper[64998]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:20:39 ovirteng.stuffnet.local userhelper[65057]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:20:39 ovirteng.stuffnet.local userhelper[65057]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:20:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:20:42] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:20:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02635|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:20:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02636|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41206: receive error: Protocol error
Oct 02 12:20:42 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02637|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41206: connection dropped (Protocol error)
Oct 02 12:20:42 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:20:42] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:22:40 ovirteng.stuffnet.local userhelper[65125]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:22:40 ovirteng.stuffnet.local userhelper[65125]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:24:40 ovirteng.stuffnet.local userhelper[65187]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:24:40 ovirteng.stuffnet.local userhelper[65187]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:25:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:25:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:25:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02638|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:25:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02639|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41324: receive error: Protocol error
Oct 02 12:25:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02640|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41324: connection dropped (Protocol error)
Oct 02 12:25:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:25:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:26:41 ovirteng.stuffnet.local userhelper[65251]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:26:41 ovirteng.stuffnet.local userhelper[65251]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:28:42 ovirteng.stuffnet.local userhelper[65315]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:28:42 ovirteng.stuffnet.local userhelper[65315]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:30:42 ovirteng.stuffnet.local userhelper[65375]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:30:42 ovirteng.stuffnet.local userhelper[65375]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:30:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:30:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:30:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02641|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:30:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02642|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41442: receive error: Protocol error
Oct 02 12:30:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02643|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41442: connection dropped (Protocol error)
Oct 02 12:30:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:30:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:32:43 ovirteng.stuffnet.local userhelper[65442]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:32:43 ovirteng.stuffnet.local userhelper[65442]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:34:44 ovirteng.stuffnet.local userhelper[65503]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:34:44 ovirteng.stuffnet.local userhelper[65503]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:35:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:35:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:35:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02644|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:35:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02645|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41564: receive error: Protocol error
Oct 02 12:35:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02646|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41564: connection dropped (Protocol error)
Oct 02 12:35:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:35:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:36:05 ovirteng.stuffnet.local systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has begun starting up.
Oct 02 12:36:06 ovirteng.stuffnet.local systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has finished starting up.
--
-- The start-up result is done.
Oct 02 12:36:45 ovirteng.stuffnet.local userhelper[336]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:36:45 ovirteng.stuffnet.local userhelper[336]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:38:46 ovirteng.stuffnet.local userhelper[427]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:38:46 ovirteng.stuffnet.local userhelper[427]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:40:46 ovirteng.stuffnet.local userhelper[546]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:40:46 ovirteng.stuffnet.local userhelper[546]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:40:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:40:47] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:40:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02647|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:40:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02648|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41684: receive error: Protocol error
Oct 02 12:40:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02649|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41684: connection dropped (Protocol error)
Oct 02 12:40:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:40:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:42:47 ovirteng.stuffnet.local userhelper[621]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:42:47 ovirteng.stuffnet.local userhelper[621]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:44:48 ovirteng.stuffnet.local userhelper[697]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:44:48 ovirteng.stuffnet.local userhelper[697]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:45:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:45:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:45:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02650|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:45:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02651|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41802: receive error: Protocol error
Oct 02 12:45:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02652|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41802: connection dropped (Protocol error)
Oct 02 12:45:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:45:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:46:48 ovirteng.stuffnet.local userhelper[760]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:46:48 ovirteng.stuffnet.local userhelper[760]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:48:49 ovirteng.stuffnet.local userhelper[835]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:48:49 ovirteng.stuffnet.local userhelper[835]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:50:50 ovirteng.stuffnet.local userhelper[903]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:50:50 ovirteng.stuffnet.local userhelper[903]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:50:50 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:50:50] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:50:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02653|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:50:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02654|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:41934: receive error: Protocol error
Oct 02 12:50:51 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02655|reconnect|WARN|ssl:[::ffff:127.0.0.1]:41934: connection dropped (Protocol error)
Oct 02 12:50:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:50:51] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:52:50 ovirteng.stuffnet.local userhelper[970]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:52:50 ovirteng.stuffnet.local userhelper[970]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:54:51 ovirteng.stuffnet.local userhelper[1041]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:54:51 ovirteng.stuffnet.local userhelper[1041]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:55:51 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:55:51] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 12:55:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02656|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 12:55:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02657|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42056: receive error: Protocol error
Oct 02 12:55:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02658|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42056: connection dropped (Protocol error)
Oct 02 12:55:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 12:55:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 12:56:51 ovirteng.stuffnet.local userhelper[1111]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:56:51 ovirteng.stuffnet.local userhelper[1111]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 12:58:52 ovirteng.stuffnet.local userhelper[1185]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 12:58:52 ovirteng.stuffnet.local userhelper[1185]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:00:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:00:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:00:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02659|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:00:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02660|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42160: receive error: Protocol error
Oct 02 13:00:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02661|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42160: connection dropped (Protocol error)
Oct 02 13:00:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:00:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:00:53 ovirteng.stuffnet.local userhelper[1310]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:00:53 ovirteng.stuffnet.local userhelper[1310]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 13:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 75 of user root.
-- Subject: Unit session-75.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-75.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 13:01:01 ovirteng.stuffnet.local CROND[1319]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 13:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[1322]: starting 0anacron
Oct 02 13:01:02 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[1328]: finished 0anacron
Oct 02 13:01:02 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 13:02:53 ovirteng.stuffnet.local userhelper[1416]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:02:53 ovirteng.stuffnet.local userhelper[1416]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:04:54 ovirteng.stuffnet.local userhelper[1478]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:04:54 ovirteng.stuffnet.local userhelper[1478]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:05:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:05:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:05:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02662|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:05:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02663|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42266: receive error: Protocol error
Oct 02 13:05:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02664|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42266: connection dropped (Protocol error)
Oct 02 13:05:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:05:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:06:55 ovirteng.stuffnet.local userhelper[1542]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:06:55 ovirteng.stuffnet.local userhelper[1542]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:08:55 ovirteng.stuffnet.local userhelper[1606]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:08:55 ovirteng.stuffnet.local userhelper[1606]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:10:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:10:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:10:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02665|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:10:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02666|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42386: receive error: Protocol error
Oct 02 13:10:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02667|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42386: connection dropped (Protocol error)
Oct 02 13:10:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:10:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:10:56 ovirteng.stuffnet.local userhelper[1672]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:10:56 ovirteng.stuffnet.local userhelper[1672]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:12:57 ovirteng.stuffnet.local userhelper[1742]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:12:57 ovirteng.stuffnet.local userhelper[1742]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:14:57 ovirteng.stuffnet.local userhelper[1804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:14:57 ovirteng.stuffnet.local userhelper[1804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:15:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:15:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:15:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02668|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:15:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02669|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42508: receive error: Protocol error
Oct 02 13:15:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02670|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42508: connection dropped (Protocol error)
Oct 02 13:15:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:15:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:16:58 ovirteng.stuffnet.local userhelper[1866]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:16:58 ovirteng.stuffnet.local userhelper[1866]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:18:59 ovirteng.stuffnet.local userhelper[1937]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:18:59 ovirteng.stuffnet.local userhelper[1937]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:20:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:20:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:20:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02671|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:20:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02672|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42642: receive error: Protocol error
Oct 02 13:20:56 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02673|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42642: connection dropped (Protocol error)
Oct 02 13:20:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:20:56] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:20:59 ovirteng.stuffnet.local userhelper[2005]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:20:59 ovirteng.stuffnet.local userhelper[2005]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:23:00 ovirteng.stuffnet.local userhelper[2068]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:23:00 ovirteng.stuffnet.local userhelper[2068]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:25:00 ovirteng.stuffnet.local userhelper[2140]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:25:00 ovirteng.stuffnet.local userhelper[2140]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:25:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:25:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:25:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02674|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:25:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02675|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42758: receive error: Protocol error
Oct 02 13:25:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02676|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42758: connection dropped (Protocol error)
Oct 02 13:25:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:25:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:27:01 ovirteng.stuffnet.local userhelper[2226]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:27:01 ovirteng.stuffnet.local userhelper[2226]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:29:02 ovirteng.stuffnet.local userhelper[2314]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:29:02 ovirteng.stuffnet.local userhelper[2314]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:30:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:30:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:30:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02677|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:30:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02678|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42858: receive error: Protocol error
Oct 02 13:30:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02679|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42858: connection dropped (Protocol error)
Oct 02 13:30:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:30:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:31:02 ovirteng.stuffnet.local userhelper[2396]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:31:02 ovirteng.stuffnet.local userhelper[2396]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:33:03 ovirteng.stuffnet.local userhelper[2480]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:33:03 ovirteng.stuffnet.local userhelper[2480]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:35:04 ovirteng.stuffnet.local userhelper[2574]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:35:04 ovirteng.stuffnet.local userhelper[2574]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:35:59 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:35:59] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:36:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02680|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:36:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02681|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:42974: receive error: Protocol error
Oct 02 13:36:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02682|reconnect|WARN|ssl:[::ffff:127.0.0.1]:42974: connection dropped (Protocol error)
Oct 02 13:36:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:36:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:37:04 ovirteng.stuffnet.local userhelper[2721]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:37:04 ovirteng.stuffnet.local userhelper[2721]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:39:05 ovirteng.stuffnet.local userhelper[2947]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:39:05 ovirteng.stuffnet.local userhelper[2947]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:41:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:41:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:41:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02683|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:41:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02684|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43090: receive error: Protocol error
Oct 02 13:41:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02685|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43090: connection dropped (Protocol error)
Oct 02 13:41:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:41:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:41:05 ovirteng.stuffnet.local userhelper[3031]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:41:05 ovirteng.stuffnet.local userhelper[3031]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:43:06 ovirteng.stuffnet.local userhelper[3111]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:43:06 ovirteng.stuffnet.local userhelper[3111]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:45:07 ovirteng.stuffnet.local userhelper[3186]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:45:07 ovirteng.stuffnet.local userhelper[3186]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:46:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:46:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:46:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02686|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:46:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02687|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43204: receive error: Protocol error
Oct 02 13:46:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02688|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43204: connection dropped (Protocol error)
Oct 02 13:46:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:46:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:47:12 ovirteng.stuffnet.local userhelper[3244]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:47:12 ovirteng.stuffnet.local userhelper[3244]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:49:15 ovirteng.stuffnet.local userhelper[3304]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:49:15 ovirteng.stuffnet.local userhelper[3304]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:51:16 ovirteng.stuffnet.local userhelper[3365]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:51:16 ovirteng.stuffnet.local userhelper[3365]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:51:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:51:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:51:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02689|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:51:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02690|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43306: receive error: Protocol error
Oct 02 13:51:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02691|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43306: connection dropped (Protocol error)
Oct 02 13:51:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:51:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:53:20 ovirteng.stuffnet.local userhelper[3422]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:53:20 ovirteng.stuffnet.local userhelper[3422]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:55:23 ovirteng.stuffnet.local userhelper[3490]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:55:23 ovirteng.stuffnet.local userhelper[3490]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:56:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:56:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 13:56:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02692|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 13:56:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02693|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43434: receive error: Protocol error
Oct 02 13:56:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02694|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43434: connection dropped (Protocol error)
Oct 02 13:56:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 13:56:45] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 13:57:27 ovirteng.stuffnet.local userhelper[3574]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:57:27 ovirteng.stuffnet.local userhelper[3574]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 13:59:28 ovirteng.stuffnet.local userhelper[3654]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 13:59:28 ovirteng.stuffnet.local userhelper[3654]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 14:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 76 of user root.
-- Subject: Unit session-76.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-76.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 14:01:01 ovirteng.stuffnet.local CROND[3711]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 14:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[3714]: starting 0anacron
Oct 02 14:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[3720]: finished 0anacron
Oct 02 14:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 14:01:43 ovirteng.stuffnet.local userhelper[3735]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:01:43 ovirteng.stuffnet.local userhelper[3735]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:01:50 ovirteng.stuffnet.local kernel: ata2: lost interrupt (Status 0x58)
Oct 02 14:01:50 ovirteng.stuffnet.local kernel: ata2: drained 8 bytes to clear DRQ
Oct 02 14:01:50 ovirteng.stuffnet.local kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
Get event status notification 4a 01 00 00 10 00 00 00 08 00res 40/00:02:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2.00: status: { DRDY }
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2: soft resetting link
Oct 02 14:02:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:02:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:02:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02695|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:02:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02696|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43562: receive error: Protocol error
Oct 02 14:02:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02697|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43562: connection dropped (Protocol error)
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2.01: NODEV after polling detection
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2.00: configured for MWDMA2
Oct 02 14:02:03 ovirteng.stuffnet.local kernel: ata2: EH complete
Oct 02 14:02:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:02:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:03:54 ovirteng.stuffnet.local userhelper[3811]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:03:54 ovirteng.stuffnet.local userhelper[3811]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:05:55 ovirteng.stuffnet.local userhelper[3865]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:05:55 ovirteng.stuffnet.local userhelper[3865]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:07:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:07:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:07:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02698|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:07:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02699|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43692: receive error: Protocol error
Oct 02 14:07:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02700|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43692: connection dropped (Protocol error)
Oct 02 14:07:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:07:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:08:15 ovirteng.stuffnet.local userhelper[3932]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:08:15 ovirteng.stuffnet.local userhelper[3932]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:10:15 ovirteng.stuffnet.local userhelper[4019]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:10:15 ovirteng.stuffnet.local userhelper[4019]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:12:16 ovirteng.stuffnet.local userhelper[4081]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:12:16 ovirteng.stuffnet.local userhelper[4081]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:12:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:12:22] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:12:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02701|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:12:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02702|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43826: receive error: Protocol error
Oct 02 14:12:22 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02703|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43826: connection dropped (Protocol error)
Oct 02 14:12:22 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:12:22] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:14:16 ovirteng.stuffnet.local userhelper[4158]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:14:16 ovirteng.stuffnet.local userhelper[4158]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:16:17 ovirteng.stuffnet.local userhelper[4230]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:16:17 ovirteng.stuffnet.local userhelper[4230]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:17:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:17:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:17:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02704|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:17:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02705|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:43954: receive error: Protocol error
Oct 02 14:17:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02706|reconnect|WARN|ssl:[::ffff:127.0.0.1]:43954: connection dropped (Protocol error)
Oct 02 14:17:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:17:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:18:17 ovirteng.stuffnet.local userhelper[4306]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:18:17 ovirteng.stuffnet.local userhelper[4306]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:20:18 ovirteng.stuffnet.local userhelper[4388]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:20:18 ovirteng.stuffnet.local userhelper[4388]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:22:19 ovirteng.stuffnet.local userhelper[4460]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:22:19 ovirteng.stuffnet.local userhelper[4460]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:22:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:22:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02707|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02708|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44072: receive error: Protocol error
Oct 02 14:22:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02709|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44072: connection dropped (Protocol error)
Oct 02 14:22:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:22:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:24:19 ovirteng.stuffnet.local userhelper[4544]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:24:19 ovirteng.stuffnet.local userhelper[4544]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:26:21 ovirteng.stuffnet.local userhelper[4610]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:26:21 ovirteng.stuffnet.local userhelper[4610]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:27:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:27:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:27:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02710|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:27:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02711|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44186: receive error: Protocol error
Oct 02 14:27:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02712|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44186: connection dropped (Protocol error)
Oct 02 14:27:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:27:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:28:22 ovirteng.stuffnet.local userhelper[4685]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:28:22 ovirteng.stuffnet.local userhelper[4685]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:30:23 ovirteng.stuffnet.local userhelper[4758]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:30:23 ovirteng.stuffnet.local userhelper[4758]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:32:23 ovirteng.stuffnet.local userhelper[4804]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:32:23 ovirteng.stuffnet.local userhelper[4804]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:32:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:32:28] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02713|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02714|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44304: receive error: Protocol error
Oct 02 14:32:28 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02715|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44304: connection dropped (Protocol error)
Oct 02 14:32:28 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:32:28] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:34:24 ovirteng.stuffnet.local userhelper[4891]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:34:24 ovirteng.stuffnet.local userhelper[4891]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:36:27 ovirteng.stuffnet.local userhelper[4956]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:36:27 ovirteng.stuffnet.local userhelper[4956]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:37:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:37:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:37:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02716|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:37:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02717|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44422: receive error: Protocol error
Oct 02 14:37:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02718|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44422: connection dropped (Protocol error)
Oct 02 14:37:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:37:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:38:28 ovirteng.stuffnet.local userhelper[5033]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:38:28 ovirteng.stuffnet.local userhelper[5033]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:40:29 ovirteng.stuffnet.local userhelper[5108]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:40:29 ovirteng.stuffnet.local userhelper[5108]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:42:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:42:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:42:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02719|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:42:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02720|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44542: receive error: Protocol error
Oct 02 14:42:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02721|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44542: connection dropped (Protocol error)
Oct 02 14:42:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:42:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:42:46 ovirteng.stuffnet.local userhelper[5188]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:42:46 ovirteng.stuffnet.local userhelper[5188]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:44:49 ovirteng.stuffnet.local userhelper[5263]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:44:49 ovirteng.stuffnet.local userhelper[5263]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:46:50 ovirteng.stuffnet.local userhelper[5319]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:46:50 ovirteng.stuffnet.local userhelper[5319]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:47:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:47:40] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:47:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02722|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:47:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02723|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44658: receive error: Protocol error
Oct 02 14:47:40 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02724|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44658: connection dropped (Protocol error)
Oct 02 14:47:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:47:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:48:50 ovirteng.stuffnet.local userhelper[5397]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:48:50 ovirteng.stuffnet.local userhelper[5397]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:50:51 ovirteng.stuffnet.local userhelper[5468]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:50:51 ovirteng.stuffnet.local userhelper[5468]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:52:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:52:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:52:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02725|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:52:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02726|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44768: receive error: Protocol error
Oct 02 14:52:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02727|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44768: connection dropped (Protocol error)
Oct 02 14:52:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:52:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:52:54 ovirteng.stuffnet.local userhelper[5542]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:52:54 ovirteng.stuffnet.local userhelper[5542]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:54:54 ovirteng.stuffnet.local userhelper[5615]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:54:54 ovirteng.stuffnet.local userhelper[5615]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:56:57 ovirteng.stuffnet.local userhelper[5686]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:56:57 ovirteng.stuffnet.local userhelper[5686]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 14:57:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:57:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 14:57:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02728|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 14:57:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02729|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:44886: receive error: Protocol error
Oct 02 14:57:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02730|reconnect|WARN|ssl:[::ffff:127.0.0.1]:44886: connection dropped (Protocol error)
Oct 02 14:57:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 14:57:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 14:58:57 ovirteng.stuffnet.local userhelper[5761]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 14:58:57 ovirteng.stuffnet.local userhelper[5761]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:00:58 ovirteng.stuffnet.local userhelper[5828]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:00:58 ovirteng.stuffnet.local userhelper[5828]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 15:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 77 of user root.
-- Subject: Unit session-77.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-77.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 15:01:01 ovirteng.stuffnet.local CROND[5831]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[5834]: starting 0anacron
Oct 02 15:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[5840]: finished 0anacron
Oct 02 15:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 15:02:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:02:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02731|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02732|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45006: receive error: Protocol error
Oct 02 15:02:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02733|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45006: connection dropped (Protocol error)
Oct 02 15:02:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:02:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:03:00 ovirteng.stuffnet.local userhelper[5913]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:03:00 ovirteng.stuffnet.local userhelper[5913]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:05:00 ovirteng.stuffnet.local userhelper[5990]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:05:00 ovirteng.stuffnet.local userhelper[5990]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:07:01 ovirteng.stuffnet.local userhelper[6046]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:07:01 ovirteng.stuffnet.local userhelper[6046]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:07:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:07:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02734|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02735|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45126: receive error: Protocol error
Oct 02 15:07:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02736|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45126: connection dropped (Protocol error)
Oct 02 15:07:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:07:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:09:02 ovirteng.stuffnet.local userhelper[6119]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:09:02 ovirteng.stuffnet.local userhelper[6119]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:11:02 ovirteng.stuffnet.local userhelper[6191]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:11:02 ovirteng.stuffnet.local userhelper[6191]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:13:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:13:01] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:13:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02737|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:13:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02738|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45244: receive error: Protocol error
Oct 02 15:13:01 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02739|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45244: connection dropped (Protocol error)
Oct 02 15:13:01 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:13:01] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:13:06 ovirteng.stuffnet.local userhelper[6260]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:13:06 ovirteng.stuffnet.local userhelper[6260]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:15:06 ovirteng.stuffnet.local userhelper[6337]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:15:06 ovirteng.stuffnet.local userhelper[6337]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:17:08 ovirteng.stuffnet.local userhelper[6400]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:17:08 ovirteng.stuffnet.local userhelper[6400]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:18:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:18:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:18:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02740|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:18:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02741|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45356: receive error: Protocol error
Oct 02 15:18:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02742|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45356: connection dropped (Protocol error)
Oct 02 15:18:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:18:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:19:09 ovirteng.stuffnet.local userhelper[6470]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:19:09 ovirteng.stuffnet.local userhelper[6470]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:21:10 ovirteng.stuffnet.local userhelper[6537]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:21:10 ovirteng.stuffnet.local userhelper[6537]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:23:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:23:04] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:23:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02743|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:23:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02744|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45470: receive error: Protocol error
Oct 02 15:23:04 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02745|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45470: connection dropped (Protocol error)
Oct 02 15:23:04 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:23:04] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:23:13 ovirteng.stuffnet.local userhelper[6610]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:23:13 ovirteng.stuffnet.local userhelper[6610]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:25:14 ovirteng.stuffnet.local userhelper[6680]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:25:14 ovirteng.stuffnet.local userhelper[6680]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:27:14 ovirteng.stuffnet.local userhelper[6749]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:27:14 ovirteng.stuffnet.local userhelper[6749]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:28:06 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:28:06] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:28:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02746|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:28:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02747|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45588: receive error: Protocol error
Oct 02 15:28:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02748|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45588: connection dropped (Protocol error)
Oct 02 15:28:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:28:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:29:15 ovirteng.stuffnet.local userhelper[6822]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:29:15 ovirteng.stuffnet.local userhelper[6822]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:31:19 ovirteng.stuffnet.local userhelper[6874]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:31:19 ovirteng.stuffnet.local userhelper[6874]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:33:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:33:10] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:33:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02749|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:33:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02750|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45708: receive error: Protocol error
Oct 02 15:33:10 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02751|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45708: connection dropped (Protocol error)
Oct 02 15:33:10 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:33:10] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:33:20 ovirteng.stuffnet.local userhelper[6959]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:33:20 ovirteng.stuffnet.local userhelper[6959]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:35:21 ovirteng.stuffnet.local userhelper[7031]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:35:21 ovirteng.stuffnet.local userhelper[7031]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:37:22 ovirteng.stuffnet.local userhelper[7093]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:37:22 ovirteng.stuffnet.local userhelper[7093]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:38:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:38:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:38:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02752|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:38:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02753|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45826: receive error: Protocol error
Oct 02 15:38:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02754|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45826: connection dropped (Protocol error)
Oct 02 15:38:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:38:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:39:23 ovirteng.stuffnet.local userhelper[7164]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:39:23 ovirteng.stuffnet.local userhelper[7164]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:41:24 ovirteng.stuffnet.local userhelper[7224]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:41:24 ovirteng.stuffnet.local userhelper[7224]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:43:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:43:15] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:43:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02755|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:43:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02756|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:45940: receive error: Protocol error
Oct 02 15:43:15 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02757|reconnect|WARN|ssl:[::ffff:127.0.0.1]:45940: connection dropped (Protocol error)
Oct 02 15:43:15 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:43:15] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:43:47 ovirteng.stuffnet.local userhelper[7290]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:43:47 ovirteng.stuffnet.local userhelper[7290]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:45:48 ovirteng.stuffnet.local userhelper[7355]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:45:48 ovirteng.stuffnet.local userhelper[7355]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:47:50 ovirteng.stuffnet.local userhelper[7412]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:47:50 ovirteng.stuffnet.local userhelper[7412]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:48:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:48:18] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:48:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02758|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:48:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02759|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46058: receive error: Protocol error
Oct 02 15:48:18 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02760|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46058: connection dropped (Protocol error)
Oct 02 15:48:18 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:48:18] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:49:52 ovirteng.stuffnet.local userhelper[7488]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:49:52 ovirteng.stuffnet.local userhelper[7488]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:52:07 ovirteng.stuffnet.local userhelper[7564]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:52:07 ovirteng.stuffnet.local userhelper[7564]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:53:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:53:21] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:53:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02761|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:53:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02762|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46178: receive error: Protocol error
Oct 02 15:53:21 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02763|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46178: connection dropped (Protocol error)
Oct 02 15:53:21 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:53:21] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 15:54:11 ovirteng.stuffnet.local userhelper[7641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:54:11 ovirteng.stuffnet.local userhelper[7641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:56:12 ovirteng.stuffnet.local userhelper[7706]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:56:12 ovirteng.stuffnet.local userhelper[7706]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:58:15 ovirteng.stuffnet.local userhelper[7775]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 15:58:15 ovirteng.stuffnet.local userhelper[7775]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 15:58:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:58:23] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 15:58:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02764|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 15:58:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02765|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46298: receive error: Protocol error
Oct 02 15:58:23 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02766|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46298: connection dropped (Protocol error)
Oct 02 15:58:23 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 15:58:23] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:00:15 ovirteng.stuffnet.local userhelper[7858]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:00:15 ovirteng.stuffnet.local userhelper[7858]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 16:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 78 of user root.
-- Subject: Unit session-78.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-78.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 16:01:01 ovirteng.stuffnet.local CROND[7876]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[7879]: starting 0anacron
Oct 02 16:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[7885]: finished 0anacron
Oct 02 16:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 16:01:52 ovirteng.stuffnet.local kernel: ata2: lost interrupt (Status 0x58)
Oct 02 16:01:52 ovirteng.stuffnet.local kernel: ata2: drained 8 bytes to clear DRQ
Oct 02 16:01:52 ovirteng.stuffnet.local kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Oct 02 16:01:52 ovirteng.stuffnet.local kernel: ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
Get event status notification 4a 01 00 00 10 00 00 00 08 00res 40/00:02:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Oct 02 16:02:14 ovirteng.stuffnet.local kernel: ata2.00: status: { DRDY }
Oct 02 16:02:14 ovirteng.stuffnet.local kernel: ata2: soft resetting link
Oct 02 16:02:14 ovirteng.stuffnet.local kernel: ata2.01: NODEV after polling detection
Oct 02 16:02:14 ovirteng.stuffnet.local kernel: ata2.00: configured for MWDMA2
Oct 02 16:02:14 ovirteng.stuffnet.local kernel: ata2: EH complete
Oct 02 16:02:30 ovirteng.stuffnet.local userhelper[7919]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:02:30 ovirteng.stuffnet.local userhelper[7919]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:03:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:03:26] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:03:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02767|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:03:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02768|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46418: receive error: Protocol error
Oct 02 16:03:26 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02769|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46418: connection dropped (Protocol error)
Oct 02 16:03:26 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:03:26] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:04:33 ovirteng.stuffnet.local userhelper[7998]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:04:33 ovirteng.stuffnet.local userhelper[7998]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:07:03 ovirteng.stuffnet.local userhelper[8064]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:07:03 ovirteng.stuffnet.local userhelper[8064]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:08:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:08:30] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:08:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02770|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:08:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02771|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46540: receive error: Protocol error
Oct 02 16:08:30 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02772|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46540: connection dropped (Protocol error)
Oct 02 16:08:30 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:08:30] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:09:11 ovirteng.stuffnet.local userhelper[8140]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:09:11 ovirteng.stuffnet.local userhelper[8140]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:11:12 ovirteng.stuffnet.local userhelper[8204]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:11:12 ovirteng.stuffnet.local userhelper[8204]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:13:16 ovirteng.stuffnet.local userhelper[8264]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:13:16 ovirteng.stuffnet.local userhelper[8264]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:13:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:13:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:13:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02773|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:13:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02774|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46656: receive error: Protocol error
Oct 02 16:13:31 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02775|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46656: connection dropped (Protocol error)
Oct 02 16:13:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:13:31] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:15:17 ovirteng.stuffnet.local userhelper[8345]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:15:17 ovirteng.stuffnet.local userhelper[8345]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:17:40 ovirteng.stuffnet.local userhelper[8419]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:17:40 ovirteng.stuffnet.local userhelper[8419]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:18:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:18:33] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:18:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02776|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:18:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02777|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46776: receive error: Protocol error
Oct 02 16:18:33 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02778|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46776: connection dropped (Protocol error)
Oct 02 16:18:33 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:18:33] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:19:40 ovirteng.stuffnet.local userhelper[8499]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:19:40 ovirteng.stuffnet.local userhelper[8499]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:21:52 ovirteng.stuffnet.local userhelper[8562]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:21:52 ovirteng.stuffnet.local userhelper[8562]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:23:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:23:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:23:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02779|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:23:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02780|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:46894: receive error: Protocol error
Oct 02 16:23:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02781|reconnect|WARN|ssl:[::ffff:127.0.0.1]:46894: connection dropped (Protocol error)
Oct 02 16:23:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:23:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:23:56 ovirteng.stuffnet.local userhelper[8641]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:23:56 ovirteng.stuffnet.local userhelper[8641]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:25:57 ovirteng.stuffnet.local userhelper[8706]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:25:57 ovirteng.stuffnet.local userhelper[8706]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:27:57 ovirteng.stuffnet.local userhelper[8785]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:27:57 ovirteng.stuffnet.local userhelper[8785]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:28:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:28:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:28:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02782|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:28:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02783|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47012: receive error: Protocol error
Oct 02 16:28:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02784|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47012: connection dropped (Protocol error)
Oct 02 16:28:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:28:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:29:58 ovirteng.stuffnet.local userhelper[8862]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:29:58 ovirteng.stuffnet.local userhelper[8862]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:31:59 ovirteng.stuffnet.local userhelper[8927]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:31:59 ovirteng.stuffnet.local userhelper[8927]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:33:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:33:37] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:33:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02785|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:33:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02786|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47130: receive error: Protocol error
Oct 02 16:33:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02787|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47130: connection dropped (Protocol error)
Oct 02 16:33:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:33:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:34:00 ovirteng.stuffnet.local userhelper[9004]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:34:00 ovirteng.stuffnet.local userhelper[9004]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:36:00 ovirteng.stuffnet.local userhelper[9078]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:36:00 ovirteng.stuffnet.local userhelper[9078]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:38:01 ovirteng.stuffnet.local userhelper[9121]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:38:01 ovirteng.stuffnet.local userhelper[9121]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:38:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:38:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:38:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02788|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:38:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02789|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47242: receive error: Protocol error
Oct 02 16:38:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02790|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47242: connection dropped (Protocol error)
Oct 02 16:38:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:38:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:40:04 ovirteng.stuffnet.local userhelper[9203]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:40:04 ovirteng.stuffnet.local userhelper[9203]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:42:05 ovirteng.stuffnet.local userhelper[9265]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:42:05 ovirteng.stuffnet.local userhelper[9265]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:43:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:43:39] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:43:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02791|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:43:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02792|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47362: receive error: Protocol error
Oct 02 16:43:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02793|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47362: connection dropped (Protocol error)
Oct 02 16:43:40 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:43:40] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:44:05 ovirteng.stuffnet.local userhelper[9344]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:44:05 ovirteng.stuffnet.local userhelper[9344]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:46:14 ovirteng.stuffnet.local userhelper[9414]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:46:14 ovirteng.stuffnet.local userhelper[9414]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:48:14 ovirteng.stuffnet.local userhelper[9486]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:48:14 ovirteng.stuffnet.local userhelper[9486]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:48:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:48:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:48:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02794|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:48:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02795|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47480: receive error: Protocol error
Oct 02 16:48:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02796|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47480: connection dropped (Protocol error)
Oct 02 16:48:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:48:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:50:15 ovirteng.stuffnet.local userhelper[9565]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:50:15 ovirteng.stuffnet.local userhelper[9565]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:52:18 ovirteng.stuffnet.local userhelper[9634]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:52:18 ovirteng.stuffnet.local userhelper[9634]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:53:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:53:44] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:53:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02797|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:53:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02798|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47598: receive error: Protocol error
Oct 02 16:53:44 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02799|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47598: connection dropped (Protocol error)
Oct 02 16:53:44 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:53:44] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 16:54:19 ovirteng.stuffnet.local userhelper[9723]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:54:19 ovirteng.stuffnet.local userhelper[9723]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:56:30 ovirteng.stuffnet.local userhelper[9795]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:56:30 ovirteng.stuffnet.local userhelper[9795]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:58:31 ovirteng.stuffnet.local userhelper[9863]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 16:58:31 ovirteng.stuffnet.local userhelper[9863]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 16:58:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:58:45] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 16:58:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02800|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 16:58:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02801|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47716: receive error: Protocol error
Oct 02 16:58:45 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02802|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47716: connection dropped (Protocol error)
Oct 02 16:58:45 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 16:58:45] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:00:32 ovirteng.stuffnet.local userhelper[9947]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:00:32 ovirteng.stuffnet.local userhelper[9947]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 17:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 79 of user root.
-- Subject: Unit session-79.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-79.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 17:01:01 ovirteng.stuffnet.local CROND[9961]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[9964]: starting 0anacron
Oct 02 17:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[9970]: finished 0anacron
Oct 02 17:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 17:02:37 ovirteng.stuffnet.local userhelper[10025]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:02:37 ovirteng.stuffnet.local userhelper[10025]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:03:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:03:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:03:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02803|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:03:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02804|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47838: receive error: Protocol error
Oct 02 17:03:46 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02805|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47838: connection dropped (Protocol error)
Oct 02 17:03:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:03:46] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:04:38 ovirteng.stuffnet.local userhelper[10107]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:04:38 ovirteng.stuffnet.local userhelper[10107]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:06:38 ovirteng.stuffnet.local userhelper[10175]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:06:38 ovirteng.stuffnet.local userhelper[10175]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:08:39 ovirteng.stuffnet.local userhelper[10250]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:08:39 ovirteng.stuffnet.local userhelper[10250]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:08:46 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:08:46] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:08:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02806|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:08:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02807|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:47958: receive error: Protocol error
Oct 02 17:08:47 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02808|reconnect|WARN|ssl:[::ffff:127.0.0.1]:47958: connection dropped (Protocol error)
Oct 02 17:08:47 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:08:47] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:10:40 ovirteng.stuffnet.local userhelper[10325]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:10:40 ovirteng.stuffnet.local userhelper[10325]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:12:31 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00131|reconnect|ERR|ssl:[::ffff:10.1.3.10]:47146: no response to inactivity probe after 5 seconds, disconnecting
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00132|reconnect|ERR|ssl:[::ffff:10.1.3.11]:51290: no response to inactivity probe after 15.9 seconds, disconnecting
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00133|timeval|WARN|Unreasonably long 10859ms poll interval (0ms user, 1ms system)
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00134|timeval|WARN|disk: 8 reads, 8 writes
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00135|timeval|WARN|context switches: 1 voluntary, 0 involuntary
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00136|coverage|INFO|Event coverage, avg rate over last: 5 seconds, last minute, last hour, hash=0f0e865f:
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00137|coverage|INFO|hmap_pathological 0.0/sec 0.000/sec 0.0000/sec total: 42
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00138|coverage|INFO|hmap_expand 0.4/sec 3.167/sec 4.1294/sec total: 1187024
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00139|coverage|INFO|lockfile_lock 0.0/sec 0.000/sec 0.0000/sec total: 1
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00140|coverage|INFO|poll_create_node 1.4/sec 6.383/sec 8.1592/sec total: 2390713
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00141|coverage|INFO|poll_zero_timeout 0.2/sec 0.350/sec 0.5067/sec total: 157766
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00142|coverage|INFO|seq_change 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00143|coverage|INFO|pstream_open 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00144|coverage|INFO|unixctl_received 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00145|coverage|INFO|unixctl_replied 0.0/sec 0.000/sec 0.0000/sec total: 3
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00146|coverage|INFO|util_xalloc 17.8/sec 86.783/sec 110.4678/sec total: 31755201
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00147|coverage|INFO|68 events never hit
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00148|stream_ssl|WARN|SSL_accept: unexpected SSL connection close
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00149|jsonrpc|WARN|ssl:[::ffff:10.1.3.10]:52428: receive error: Protocol error
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00150|reconnect|WARN|ssl:[::ffff:10.1.3.10]:52428: connection dropped (Protocol error)
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00151|stream_ssl|WARN|SSL_accept: unexpected SSL connection close
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00152|jsonrpc|WARN|ssl:[::ffff:10.1.3.11]:51322: receive error: Protocol error
Oct 02 17:12:42 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00153|reconnect|WARN|ssl:[::ffff:10.1.3.11]:51322: connection dropped (Protocol error)
Oct 02 17:13:17 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00154|reconnect|ERR|ssl:[::ffff:10.1.3.10]:52430: no response to inactivity probe after 5 seconds, disconnecting
Oct 02 17:13:17 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00155|reconnect|ERR|ssl:[::ffff:10.1.3.11]:51324: no response to inactivity probe after 5 seconds, disconnecting
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00156|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00157|jsonrpc|WARN|ssl:[::ffff:10.1.3.10]:52440: receive error: Protocol error
Oct 02 17:13:21 ovirteng.stuffnet.local userhelper[10356]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:13:21 ovirteng.stuffnet.local userhelper[10356]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00158|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00159|jsonrpc|WARN|ssl:[::ffff:10.1.3.11]:51326: receive error: Protocol error
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00160|reconnect|WARN|ssl:[::ffff:10.1.3.10]:52440: connection dropped (Protocol error)
Oct 02 17:13:21 ovirteng.stuffnet.local ovsdb-server[1707]: ovs|00161|reconnect|WARN|ssl:[::ffff:10.1.3.11]:51326: connection dropped (Protocol error)
Oct 02 17:13:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:13:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:13:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02809|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:13:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02810|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48074: receive error: Protocol error
Oct 02 17:13:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02811|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48074: connection dropped (Protocol error)
Oct 02 17:13:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:13:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:15:21 ovirteng.stuffnet.local userhelper[10452]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:15:21 ovirteng.stuffnet.local userhelper[10452]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:17:22 ovirteng.stuffnet.local userhelper[10522]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:17:22 ovirteng.stuffnet.local userhelper[10522]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:18:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:18:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:18:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02812|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:18:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02813|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48192: receive error: Protocol error
Oct 02 17:18:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02814|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48192: connection dropped (Protocol error)
Oct 02 17:18:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:18:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:19:25 ovirteng.stuffnet.local userhelper[10607]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:19:25 ovirteng.stuffnet.local userhelper[10607]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:21:26 ovirteng.stuffnet.local userhelper[10670]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:21:26 ovirteng.stuffnet.local userhelper[10670]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:23:27 ovirteng.stuffnet.local userhelper[10746]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:23:27 ovirteng.stuffnet.local userhelper[10746]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:23:56 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:23:56] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:23:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02815|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:23:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02816|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48310: receive error: Protocol error
Oct 02 17:23:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02817|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48310: connection dropped (Protocol error)
Oct 02 17:23:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:23:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:25:28 ovirteng.stuffnet.local userhelper[10824]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:25:28 ovirteng.stuffnet.local userhelper[10824]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:27:28 ovirteng.stuffnet.local userhelper[10887]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:27:28 ovirteng.stuffnet.local userhelper[10887]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:28:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:28:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:28:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02818|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:28:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02819|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48430: receive error: Protocol error
Oct 02 17:28:57 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02820|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48430: connection dropped (Protocol error)
Oct 02 17:28:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:28:57] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:29:29 ovirteng.stuffnet.local userhelper[10976]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:29:29 ovirteng.stuffnet.local userhelper[10976]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:31:30 ovirteng.stuffnet.local userhelper[11041]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:31:30 ovirteng.stuffnet.local userhelper[11041]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:33:32 ovirteng.stuffnet.local userhelper[11114]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:33:32 ovirteng.stuffnet.local userhelper[11114]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:34:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:34:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:34:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02821|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:34:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02822|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48548: receive error: Protocol error
Oct 02 17:34:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02823|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48548: connection dropped (Protocol error)
Oct 02 17:34:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:34:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:35:33 ovirteng.stuffnet.local userhelper[11186]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:35:33 ovirteng.stuffnet.local userhelper[11186]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:37:34 ovirteng.stuffnet.local userhelper[11254]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:37:34 ovirteng.stuffnet.local userhelper[11254]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:39:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:39:03] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:39:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02824|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:39:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02825|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48666: receive error: Protocol error
Oct 02 17:39:03 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02826|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48666: connection dropped (Protocol error)
Oct 02 17:39:03 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:39:03] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:39:35 ovirteng.stuffnet.local userhelper[11336]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:39:35 ovirteng.stuffnet.local userhelper[11336]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:41:39 ovirteng.stuffnet.local userhelper[11395]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:41:39 ovirteng.stuffnet.local userhelper[11395]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:43:41 ovirteng.stuffnet.local userhelper[11475]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:43:41 ovirteng.stuffnet.local userhelper[11475]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:44:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:44:07] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:44:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02827|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:44:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02828|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48784: receive error: Protocol error
Oct 02 17:44:07 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02829|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48784: connection dropped (Protocol error)
Oct 02 17:44:07 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:44:07] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:45:46 ovirteng.stuffnet.local userhelper[11564]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:45:46 ovirteng.stuffnet.local userhelper[11564]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:48:20 ovirteng.stuffnet.local userhelper[11615]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:48:20 ovirteng.stuffnet.local userhelper[11615]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:49:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:49:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:49:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02830|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:49:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02831|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:48898: receive error: Protocol error
Oct 02 17:49:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02832|reconnect|WARN|ssl:[::ffff:127.0.0.1]:48898: connection dropped (Protocol error)
Oct 02 17:49:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:49:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:50:21 ovirteng.stuffnet.local userhelper[11698]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:50:21 ovirteng.stuffnet.local userhelper[11698]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:52:29 ovirteng.stuffnet.local userhelper[11758]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:52:29 ovirteng.stuffnet.local userhelper[11758]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:54:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:54:08] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:54:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02833|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:54:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02834|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49016: receive error: Protocol error
Oct 02 17:54:08 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02835|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49016: connection dropped (Protocol error)
Oct 02 17:54:08 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:54:08] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 17:54:31 ovirteng.stuffnet.local userhelper[11840]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:54:31 ovirteng.stuffnet.local userhelper[11840]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:56:38 ovirteng.stuffnet.local userhelper[11895]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:56:38 ovirteng.stuffnet.local userhelper[11895]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:58:39 ovirteng.stuffnet.local userhelper[11973]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 17:58:39 ovirteng.stuffnet.local userhelper[11973]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 17:59:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:59:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 17:59:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02836|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 17:59:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02837|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49136: receive error: Protocol error
Oct 02 17:59:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02838|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49136: connection dropped (Protocol error)
Oct 02 17:59:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 17:59:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:00:39 ovirteng.stuffnet.local userhelper[12069]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:00:39 ovirteng.stuffnet.local userhelper[12069]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 18:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 80 of user root.
-- Subject: Unit session-80.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-80.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 18:01:01 ovirteng.stuffnet.local CROND[12090]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[12093]: starting 0anacron
Oct 02 18:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[12099]: finished 0anacron
Oct 02 18:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 18:02:40 ovirteng.stuffnet.local userhelper[12158]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:02:40 ovirteng.stuffnet.local userhelper[12158]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:04:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:04:11] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02839|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02840|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49258: receive error: Protocol error
Oct 02 18:04:11 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02841|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49258: connection dropped (Protocol error)
Oct 02 18:04:11 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:04:11] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:04:40 ovirteng.stuffnet.local userhelper[12233]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:04:40 ovirteng.stuffnet.local userhelper[12233]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:06:41 ovirteng.stuffnet.local userhelper[12300]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:06:41 ovirteng.stuffnet.local userhelper[12300]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:08:42 ovirteng.stuffnet.local userhelper[12378]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:08:42 ovirteng.stuffnet.local userhelper[12378]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:09:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:09:12] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:09:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02842|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:09:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02843|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49376: receive error: Protocol error
Oct 02 18:09:12 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02844|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49376: connection dropped (Protocol error)
Oct 02 18:09:12 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:09:12] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:10:42 ovirteng.stuffnet.local userhelper[12453]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:10:42 ovirteng.stuffnet.local userhelper[12453]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:12:52 ovirteng.stuffnet.local userhelper[12529]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:12:52 ovirteng.stuffnet.local userhelper[12529]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:14:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:14:13] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:14:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02845|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:14:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02846|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49494: receive error: Protocol error
Oct 02 18:14:13 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02847|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49494: connection dropped (Protocol error)
Oct 02 18:14:13 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:14:13] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:14:53 ovirteng.stuffnet.local userhelper[12603]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:14:53 ovirteng.stuffnet.local userhelper[12603]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:17:14 ovirteng.stuffnet.local userhelper[12668]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:17:14 ovirteng.stuffnet.local userhelper[12668]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:19:15 ovirteng.stuffnet.local userhelper[12745]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:19:15 ovirteng.stuffnet.local userhelper[12745]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:19:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:19:16] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:19:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02848|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:19:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02849|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49612: receive error: Protocol error
Oct 02 18:19:16 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02850|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49612: connection dropped (Protocol error)
Oct 02 18:19:16 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:19:16] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:21:20 ovirteng.stuffnet.local userhelper[12814]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:21:20 ovirteng.stuffnet.local userhelper[12814]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:23:21 ovirteng.stuffnet.local userhelper[12889]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:23:21 ovirteng.stuffnet.local userhelper[12889]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:24:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:24:17] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:24:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02851|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:24:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02852|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49730: receive error: Protocol error
Oct 02 18:24:17 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02853|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49730: connection dropped (Protocol error)
Oct 02 18:24:17 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:24:17] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:25:22 ovirteng.stuffnet.local userhelper[12967]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:25:22 ovirteng.stuffnet.local userhelper[12967]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:27:23 ovirteng.stuffnet.local userhelper[13040]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:27:23 ovirteng.stuffnet.local userhelper[13040]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:29:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:29:19] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:29:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02854|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:29:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02855|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49848: receive error: Protocol error
Oct 02 18:29:19 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02856|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49848: connection dropped (Protocol error)
Oct 02 18:29:19 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:29:19] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:29:24 ovirteng.stuffnet.local userhelper[13116]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:29:24 ovirteng.stuffnet.local userhelper[13116]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:31:24 ovirteng.stuffnet.local userhelper[13169]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:31:24 ovirteng.stuffnet.local userhelper[13169]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:33:27 ovirteng.stuffnet.local userhelper[13247]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:33:27 ovirteng.stuffnet.local userhelper[13247]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:34:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:34:24] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:34:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02857|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:34:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02858|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:49966: receive error: Protocol error
Oct 02 18:34:24 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02859|reconnect|WARN|ssl:[::ffff:127.0.0.1]:49966: connection dropped (Protocol error)
Oct 02 18:34:24 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:34:24] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:35:29 ovirteng.stuffnet.local userhelper[13318]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:35:29 ovirteng.stuffnet.local userhelper[13318]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:37:39 ovirteng.stuffnet.local userhelper[13377]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:37:39 ovirteng.stuffnet.local userhelper[13377]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:39:31 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:39:31] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:39:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02860|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:39:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02861|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50086: receive error: Protocol error
Oct 02 18:39:32 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02862|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50086: connection dropped (Protocol error)
Oct 02 18:39:32 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:39:32] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:39:43 ovirteng.stuffnet.local userhelper[13458]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:39:43 ovirteng.stuffnet.local userhelper[13458]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:41:43 ovirteng.stuffnet.local userhelper[13525]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:41:43 ovirteng.stuffnet.local userhelper[13525]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:43:44 ovirteng.stuffnet.local userhelper[13600]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:43:44 ovirteng.stuffnet.local userhelper[13600]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:44:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:44:35] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02863|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02864|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50204: receive error: Protocol error
Oct 02 18:44:35 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02865|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50204: connection dropped (Protocol error)
Oct 02 18:44:35 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:44:35] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:45:44 ovirteng.stuffnet.local userhelper[13673]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:45:44 ovirteng.stuffnet.local userhelper[13673]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:46:55 ovirteng.stuffnet.local kernel: ata2: lost interrupt (Status 0x58)
Oct 02 18:46:55 ovirteng.stuffnet.local kernel: ata2: drained 8 bytes to clear DRQ
Oct 02 18:46:55 ovirteng.stuffnet.local kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Oct 02 18:46:55 ovirteng.stuffnet.local kernel: ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
Get event status notification 4a 01 00 00 10 00 00 00 08 00res 40/00:02:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Oct 02 18:47:02 ovirteng.stuffnet.local kernel: ata2.00: status: { DRDY }
Oct 02 18:47:02 ovirteng.stuffnet.local kernel: ata2: soft resetting link
Oct 02 18:47:07 ovirteng.stuffnet.local kernel: ata2.01: NODEV after polling detection
Oct 02 18:47:07 ovirteng.stuffnet.local kernel: ata2.00: configured for MWDMA2
Oct 02 18:47:07 ovirteng.stuffnet.local kernel: ata2: EH complete
Oct 02 18:47:54 ovirteng.stuffnet.local userhelper[13740]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:47:54 ovirteng.stuffnet.local userhelper[13740]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:49:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:49:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:49:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02866|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:49:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02867|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50322: receive error: Protocol error
Oct 02 18:49:36 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02868|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50322: connection dropped (Protocol error)
Oct 02 18:49:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:49:36] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:49:55 ovirteng.stuffnet.local userhelper[13808]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:49:55 ovirteng.stuffnet.local userhelper[13808]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:51:56 ovirteng.stuffnet.local userhelper[13878]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:51:56 ovirteng.stuffnet.local userhelper[13878]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:53:56 ovirteng.stuffnet.local userhelper[13951]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:53:56 ovirteng.stuffnet.local userhelper[13951]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:54:36 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:54:36] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:54:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02869|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:54:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02870|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50440: receive error: Protocol error
Oct 02 18:54:37 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02871|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50440: connection dropped (Protocol error)
Oct 02 18:54:37 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:54:37] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 18:55:57 ovirteng.stuffnet.local userhelper[14026]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:55:57 ovirteng.stuffnet.local userhelper[14026]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:58:09 ovirteng.stuffnet.local userhelper[14091]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 18:58:09 ovirteng.stuffnet.local userhelper[14091]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 18:59:38 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:59:38] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 18:59:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02872|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 18:59:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02873|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50558: receive error: Protocol error
Oct 02 18:59:39 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02874|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50558: connection dropped (Protocol error)
Oct 02 18:59:39 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 18:59:39] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:00:12 ovirteng.stuffnet.local userhelper[14177]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:00:12 ovirteng.stuffnet.local userhelper[14177]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:01:01 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 19:01:01 ovirteng.stuffnet.local systemd[1]: Started Session 81 of user root.
-- Subject: Unit session-81.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-81.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 19:01:01 ovirteng.stuffnet.local CROND[14204]: (root) CMD (run-parts /etc/cron.hourly)
Oct 02 19:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[14207]: starting 0anacron
Oct 02 19:01:01 ovirteng.stuffnet.local run-parts(/etc/cron.hourly)[14213]: finished 0anacron
Oct 02 19:01:01 ovirteng.stuffnet.local systemd[1]: Removed slice User Slice of root.
-- Subject: Unit user-0.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished shutting down.
Oct 02 19:02:12 ovirteng.stuffnet.local userhelper[14258]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:02:12 ovirteng.stuffnet.local userhelper[14258]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:04:13 ovirteng.stuffnet.local userhelper[14331]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:04:13 ovirteng.stuffnet.local userhelper[14331]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:04:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:04:41] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:04:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02875|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:04:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02876|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50680: receive error: Protocol error
Oct 02 19:04:41 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02877|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50680: connection dropped (Protocol error)
Oct 02 19:04:41 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:04:41] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:06:16 ovirteng.stuffnet.local userhelper[14400]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:06:16 ovirteng.stuffnet.local userhelper[14400]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:08:17 ovirteng.stuffnet.local userhelper[14469]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:08:17 ovirteng.stuffnet.local userhelper[14469]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:09:48 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:09:48] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:09:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02878|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:09:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02879|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50800: receive error: Protocol error
Oct 02 19:09:48 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02880|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50800: connection dropped (Protocol error)
Oct 02 19:09:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:09:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:10:18 ovirteng.stuffnet.local userhelper[14543]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:10:18 ovirteng.stuffnet.local userhelper[14543]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:12:18 ovirteng.stuffnet.local userhelper[14591]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:12:18 ovirteng.stuffnet.local userhelper[14591]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:14:19 ovirteng.stuffnet.local userhelper[14664]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:14:19 ovirteng.stuffnet.local userhelper[14664]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:14:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:14:49] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:14:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02881|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:14:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02882|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:50918: receive error: Protocol error
Oct 02 19:14:49 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02883|reconnect|WARN|ssl:[::ffff:127.0.0.1]:50918: connection dropped (Protocol error)
Oct 02 19:14:49 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:14:49] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:16:19 ovirteng.stuffnet.local userhelper[14733]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:16:19 ovirteng.stuffnet.local userhelper[14733]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:18:20 ovirteng.stuffnet.local userhelper[14809]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:18:20 ovirteng.stuffnet.local userhelper[14809]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:19:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:19:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:19:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02884|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:19:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02885|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51036: receive error: Protocol error
Oct 02 19:19:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02886|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51036: connection dropped (Protocol error)
Oct 02 19:19:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:19:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:20:23 ovirteng.stuffnet.local userhelper[14886]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:20:23 ovirteng.stuffnet.local userhelper[14886]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:22:24 ovirteng.stuffnet.local userhelper[14960]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:22:24 ovirteng.stuffnet.local userhelper[14960]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:24:25 ovirteng.stuffnet.local userhelper[15040]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:24:25 ovirteng.stuffnet.local userhelper[15040]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:24:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:24:52] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:24:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02887|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:24:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02888|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51154: receive error: Protocol error
Oct 02 19:24:52 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02889|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51154: connection dropped (Protocol error)
Oct 02 19:24:52 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:24:52] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:26:27 ovirteng.stuffnet.local userhelper[15102]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:26:27 ovirteng.stuffnet.local userhelper[15102]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:28:27 ovirteng.stuffnet.local userhelper[15190]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:28:27 ovirteng.stuffnet.local userhelper[15190]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:29:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:29:53] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:29:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02890|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:29:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02891|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51282: receive error: Protocol error
Oct 02 19:29:53 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02892|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51282: connection dropped (Protocol error)
Oct 02 19:29:53 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:29:53] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:30:28 ovirteng.stuffnet.local userhelper[15259]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:30:28 ovirteng.stuffnet.local userhelper[15259]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:32:34 ovirteng.stuffnet.local userhelper[15337]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:32:34 ovirteng.stuffnet.local userhelper[15337]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:34:35 ovirteng.stuffnet.local userhelper[15411]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:34:35 ovirteng.stuffnet.local userhelper[15411]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:34:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:34:55] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:34:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02893|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:34:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02894|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51390: receive error: Protocol error
Oct 02 19:34:55 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02895|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51390: connection dropped (Protocol error)
Oct 02 19:34:55 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:34:55] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:36:40 ovirteng.stuffnet.local userhelper[15478]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:36:40 ovirteng.stuffnet.local userhelper[15478]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:38:41 ovirteng.stuffnet.local userhelper[15557]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:38:41 ovirteng.stuffnet.local userhelper[15557]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:39:57 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:39:57] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02896|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02897|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51518: receive error: Protocol error
Oct 02 19:39:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02898|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51518: connection dropped (Protocol error)
Oct 02 19:39:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:39:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:40:42 ovirteng.stuffnet.local userhelper[15611]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:40:42 ovirteng.stuffnet.local userhelper[15611]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:42:59 ovirteng.stuffnet.local userhelper[15670]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:42:59 ovirteng.stuffnet.local userhelper[15670]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:43:24 ovirteng.stuffnet.local sshd[15636]: Accepted password for root from 10.1.1.183 port 37614 ssh2
Oct 02 19:43:26 ovirteng.stuffnet.local systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit user-0.slice has finished starting up.
--
-- The start-up result is done.
Oct 02 19:43:26 ovirteng.stuffnet.local systemd-logind[1302]: New session 82 of user root.
-- Subject: A new session 82 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- A new session with the ID 82 has been created for the user root.
--
-- The leading process of the session is 15636.
Oct 02 19:43:26 ovirteng.stuffnet.local systemd[1]: Started Session 82 of user root.
-- Subject: Unit session-82.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-82.scope has finished starting up.
--
-- The start-up result is done.
Oct 02 19:43:26 ovirteng.stuffnet.local sshd[15636]: pam_unix(sshd:session): session opened for user root by (uid=0)
Oct 02 19:44:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:44:58] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:44:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02899|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:44:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02900|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51638: receive error: Protocol error
Oct 02 19:44:58 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02901|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51638: connection dropped (Protocol error)
Oct 02 19:44:58 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:44:58] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:44:59 ovirteng.stuffnet.local userhelper[15763]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:44:59 ovirteng.stuffnet.local userhelper[15763]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:47:10 ovirteng.stuffnet.local userhelper[15839]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:47:10 ovirteng.stuffnet.local userhelper[15839]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:49:10 ovirteng.stuffnet.local userhelper[15907]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:49:10 ovirteng.stuffnet.local userhelper[15907]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:50:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:50:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02902|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02903|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51752: receive error: Protocol error
Oct 02 19:50:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02904|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51752: connection dropped (Protocol error)
Oct 02 19:50:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:50:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:51:11 ovirteng.stuffnet.local userhelper[15979]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:51:11 ovirteng.stuffnet.local userhelper[15979]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:53:13 ovirteng.stuffnet.local userhelper[16062]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:53:13 ovirteng.stuffnet.local userhelper[16062]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
Oct 02 19:55:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:55:00] "POST /v2.0//tokens HTTP/1.1" 200 -
Oct 02 19:55:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02905|stream_ssl|WARN|SSL_read: unexpected SSL connection close
Oct 02 19:55:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02906|jsonrpc|WARN|ssl:[::ffff:127.0.0.1]:51846: receive error: Protocol error
Oct 02 19:55:00 ovirteng.stuffnet.local ovsdb-server[1694]: ovs|02907|reconnect|WARN|ssl:[::ffff:127.0.0.1]:51846: connection dropped (Protocol error)
Oct 02 19:55:00 ovirteng.stuffnet.local python2[1719]: ::ffff:10.1.3.2 - - [02/Oct/2019 19:55:00] "GET /v2.0/networks HTTP/1.1" 200 -
Oct 02 19:55:14 ovirteng.stuffnet.local userhelper[16162]: pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was met by user "ovirtagent"
Oct 02 19:55:14 ovirteng.stuffnet.local userhelper[16162]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent'
1
1
02 Oct '19
Hi Laura,
Sadly I didn't have the time to take the survey on a PC, as on Android chrome - the survey cannot be completed.
I hope next one is smartphone friendly.
I will try to take the survey as soon as possible.
Best Regards,
Strahil NikolovOn Oct 2, 2019 20:33, Laura Wright <lwright(a)redhat.com> wrote:
>
> Hi all,
>
> We're still looking for some more responses so if you haven't taken the survey yet we would really appreciate it! Thank you!
>
> On Thu, Sep 26, 2019 at 3:47 AM Sandro Bonazzola <sbonazzo(a)redhat.com> wrote:
>>
>> oVirt UX team at Red Hat is currently looking for feedback and thoughts on the area of user settings within oVirt, both the VM and Administrator portal.
>>
>> If you have any ideas around user settings, we would love to hear from you!
>>
>> Please follow the link below[1] which will take you to a short survey that will ask some questions around proposed settings and give you the opportunity to suggest settings you would want to use.
>>
>> Thank you!
>>
>> [1] https://redhatdg.co1.qualtrics.com/jfe/form/SV_a9uTOLlQ41lV7KJ
>>
>>
>> --
>>
>> Sandro Bonazzola
>>
>> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
>>
>> Red Hat EMEA
>>
>> sbonazzo(a)redhat.com
>>
>> Red Hat respects your work life balance. Therefore there is no need to answer this email out of your office hours.
>> _______________________________________________
>> Users mailing list -- users(a)ovirt.org
>> To unsubscribe se
1
0
UX team is looking for feedback and your thoughts around user settings!
by Sandro Bonazzola 02 Oct '19
by Sandro Bonazzola 02 Oct '19
02 Oct '19
oVirt UX team at Red Hat is currently looking for feedback and thoughts on
the area of user settings within oVirt, both the VM and Administrator
portal.
If you have any ideas around user settings, we would love to hear from you!
Please follow the link below[1] which will take you to a short survey that
will ask some questions around proposed settings and give you the
opportunity to suggest settings you would want to use.
Thank you!
[1] https://redhatdg.co1.qualtrics.com/jfe/form/SV_a9uTOLlQ41lV7KJ
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.*
2
1
> >>>"Try to get all data in advance (before deactivating the VG)".
>
> Can you clarify? What do you mean by this?
Get all necessary info before disabling the VG.
For example:
pvs
vgs
lvs -a
lvdisplay -m /dev/gluster_vg1/lvthinpool
lvdisplay -m /dev/gluster_vg1/lvthinpool_tmeta
lvdisplay -m /dev/gluster_vg1/lvthinpool_tdata
> >>>"You got 15GiB of metadata, so create your new metadata LV at least 30 GiB."
>
> My presumption is that 15 GB is the max size the was specified when it was initially built but not the actual size right now, but yes, making it larger does make sense. I was curious to know what the present size is. Also, lvconvert man page specifies a supported value between 2M and 16G I will create a larger metadata volume assuming I can get the procedure to work properly I am having some difficulty with the procedure, see below.
If you don't manually create the meta and data LVs (which will create the pool with another command) the size is created by the following formula:
(Pool_LV_size / Pool_LV_chunk_size * 64).
For details check:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/ht…
>
> My most important question was here:
> I am trying to follow the procedure from https://access.redhat.com/solutions/3251681 I am on step #2. Step 2a and 2b work without issue. Step 2c gives me an error.
>
> Here are the values I am using:
>
> # lvcreate -L 2G gluster_vg3 --name tmpLV
> (created with no issues)
>
> # lvchange -ay gluster_vg3/tmpLV
> (command completed with no issues)
>
> # lvconvert --thinpool gluster_vg1/lvthinpool --poolmetadata gluster_vg3/tmpLV
> Error:
> VG name mismatch from position arg (gluster_vg1) and option arg (gluster_vg3)
>
> Do I need to create the LV on the same disk that failed? (gluster_vg1)
According to the error yes - logic shows that you need to be working in the same VG.If you don't have free space on the thin pool, you can add additional PV and extend the pool and then create your thin meta LV.
You can also merge the 2 VGs to get the necessary space. Check 'man 8 vgmerge'.
Best Regards,
Strahil Nikolov
1
0
Is this an oVirt Node or a regular CentOS/RHEL ?On Oct 2, 2019 05:06, jeremy_tourville(a)hotmail.com wrote:
>
> Here is my fstab file:
> # /etc/fstab
> # Created by anaconda on Fri Dec 21 22:26:32 2018
> #
> # Accessible filesystems, by reference, are maintained under '/dev/disk'
> # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
> #
> /dev/onn_vmh/ovirt-node-ng-4.2.7.1-0.20181216.0+1 / ext4 defaults,discard 1 1
> UUID=9b9546f9-25d2-42a6-835b-303f32aee4b1 /boot ext4 defaults 1 2
> /dev/mapper/onn_vmh-home /home ext4 defaults,discard 1 2
> /dev/mapper/onn_vmh-tmp /tmp ext4 defaults,discard 1 2
> /dev/mapper/onn_vmh-var /var ext4 defaults,discard 1 2
> /dev/mapper/onn_vmh-var_log /var/log ext4 defaults,discard 1 2
> /dev/mapper/onn_vmh-var_log_audit /var/log/audit ext4 defaults,discard 1 2
> /dev/mapper/onn_vmh-swap swap swap defaults 0 0
> /dev/gluster_vg1/engine_lv /gluster_bricks/engine xfs inode64,noatime,nodiratime 0 0
> /dev/gluster_vg1/lv_vmdisks /gluster_bricks/vmstore xfs inode64,noatime,nodiratime 0 0
> /dev/gluster_vg1/lv_datadisks /gluster_bricks/data xfs inode64,noatime,nodiratime 0 0
> #/dev/sdd1 /gluster_bricks/iso xfs inode64,noatime,nodiratime 0 0
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/VYQ22EFSGRYDE…
1
0
Hm...
It's strage it doesn't detect the VG , but could be related to the issue.
Accordi g to this:
lvthinpool_tmeta {
id = "WBut10-rAOP-FzA7-bJvr-ZdxL-lB70-jzz1Tv"
status = ["READ", "WRITE"]
flags = []
creation_time = 1545495487 # 2018-12-22 10:18:07 -0600
creation_host = "vmh.cyber-range.lan"
segment_count = 1
segment1 {
start_extent = 0
extent_count = 16192 # 15.8125 Gigabytes
You got 15GiB of metadata, so create your new metadata LV at least 30 GiB.
Best Regards,
Strahil NikolovOn Oct 2, 2019 04:49, jeremy_tourville(a)hotmail.com wrote:
>
> I don't know why I didn't think to get some more info regarding my storage environment and post it here earlier. My gluster_vg1 volume is on /dev/sda1. I can access the engine storage directory but I think that is because it is not thin provisioned. I guess I was too bogged down in solving the problem when I'm stuck in emergency mode. I had to sneaker net my USB drive to my system so I could capture some info. Anyhow here it is:
>
> # lsblk
> NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
> sda 8:0 0 5.5T 0 disk
> └─sda1 8:1 0 5.5T 0 part
> sdb 8:16 0 223.6G 0 disk
> ├─sdb1 8:17 0 1G 0 part /boot
> └─sdb2 8:18 0 222.6G 0 part
> └─md127 9:127 0 222.5G 0 raid1
> ├─onn_vmh-swap 253:0 0 4G 0 lvm [SWAP]
> ├─onn_vmh-pool00_tmeta 253:1 0 1G 0 lvm
> │ └─onn_vmh-pool00-tpool 253:3 0 173.6G 0 lvm
> │ ├─onn_vmh-ovirt--node--ng--4.2.7.1--0.20181216.0+1 253:4 0 146.6G 0 lvm /
> │ ├─onn_vmh-pool00 253:5 0 173.6G 0 lvm
> │ ├─onn_vmh-root 253:6 0 146.6G 0 lvm
> │ ├─onn_vmh-home 253:7 0 1G 0 lvm /home
> │ ├─onn_vmh-tmp 253:8 0 1G 0 lvm /tmp
> │ ├─onn_vmh-var 253:9 0 15G 0 lvm /var
> │ ├─onn_vmh-var_log 253:10 0 8G 0 lvm /var/log
> │ ├─onn_vmh-var_log_audit 253:11 0 2G 0 lvm /var/log/audit
> │ └─onn_vmh-var_crash 253:12 0 10G 0 lvm /var/crash
> └─onn_vmh-pool00_tdata 253:2 0 173.6G 0 lvm
> └─onn_vmh-pool00-tpool 253:3 0 173.6G 0 lvm
> ├─onn_vmh-ovirt--node--ng--4.2.7.1--0.20181216.0+1 253:4 0 146.6G 0 lvm /
> ├─onn_vmh-pool00 253:5 0 173.6G 0 lvm
> ├─onn_vmh-root 253:6 0 146.6G 0 lvm
> ├─onn_vmh-home 253:7 0 1G 0 lvm /home
> ├─onn_vmh-tmp 253:8 0 1G 0 lvm /tmp
> ├─onn_vmh-var 253:9 0 15G 0 lvm /var
> ├─onn_vmh-var_log 253:10 0 8G 0 lvm /var/log
> ├─onn_vmh-var_log_audit 253:11 0 2G 0 lvm /var/log/audit
> └─onn_vmh-var_crash 253:12 0 10G 0 lvm /var/crash
> sdc 8:32 0 223.6G 0 disk
> └─sdc1 8:33 0 222.6G 0 part
> └─md127 9:127 0 222.5G 0 raid1
> ├─onn_vmh-swap 253:0 0 4G 0 lvm [SWAP]
> ├─onn_vmh-pool00_tmeta 253:1 0 1G 0 lvm
> │ └─onn_vmh-pool00-tpool 253:3 0 173.6G 0 lvm
> │ ├─onn_vmh-ovirt--node--ng--4.2.7.1--0.20181216.0+1 253:4 0 146.6G 0 lvm /
> │ ├─onn_vmh-pool00 253:5 0 173.6G 0 lvm
> │ ├─onn_vmh-root 253:6 0 146.6G 0 lvm
> │ ├─onn_vmh-home 253:7 0 1G 0 lvm /home
> │ ├─onn_vmh-tmp 253:8 0 1G 0 lvm /tmp
> │ ├─onn_vmh-var 253:9 0 15G 0 lvm /var
> │ ├─onn_vmh-var_log 253:10 0 8G 0 lvm /var/log
> │ ├─onn_vmh-var_log_audit 253:11 0 2G 0 lvm /var/log/audit
> │ └─onn_vmh-var_crash 253:12 0 10G 0 lvm /var/crash
> └─onn_vmh-pool00_tdata 253:2 0 173.6G 0 lvm
> └─onn_vmh-pool00-tpool 253:3 0 173.6G 0 lvm
> ├─onn_vmh-ovirt--node--ng--4.2.7.1--0.20181216.0+1 253:4 0 146.6G 0 lvm /
> ├─onn_vmh-pool00 253:5 0 173.6G 0 lvm
> ├─onn_vmh-root 253:6 0 146.6G 0 lvm
> ├─onn_vmh-home 253:7 0 1G 0 lvm /home
> ├─onn_vmh-tmp 253:8 0 1G 0 lvm /tmp
> ├─onn_vmh-var 253:9 0 15G 0 lvm /var
> ├─onn_vmh-var_log 253:10 0 8G 0 lvm /var/log
> ├─onn_vmh-var_log_audit 253:11 0 2G 0 lvm /var/log/audit
> └─onn_vmh-var_crash 253:12 0 10G 0 lvm /var/crash
> sdd 8:48 0 596.2G 0 disk
> └─sdd1 8:49 0 4G 0 part
> └─gluster_vg3-tmpLV 253:13 0 2G 0 lvm
> sde 8:64 1 7.5G 0 disk
> └─sde1 8:65 1 7.5G 0 part /mnt
>
> # blkid
> /dev/sda1: UUID="f026a2dc-201a-4b43-974e-2419a8783bce" TYPE="xfs" PARTLABEL="Linux filesystem" PARTUUID="4bca8a3a-42f0-4877-aa60-f544bf1fdce7"
> /dev/sdc1: UUID="e5f4acf5-a4bc-6470-7b6f-415e3f4077ff" UUID_SUB="a895900e-5585-8f31-7515-1ff7534e39d7" LABEL="vmh.cyber-range.lan:pv00" TYPE="linux_raid_member"
> /dev/sdb1: UUID="9b9546f9-25d2-42a6-835b-303f32aee4b1" TYPE="ext4"
> /dev/sdb2: UUID="e5f4acf5-a4bc-6470-7b6f-415e3f4077ff" UUID_SUB="6e20b5dd-0152-7f42-22a7-c17133fbce45" LABEL="vmh.cyber-range.lan:pv00" TYPE="linux_raid_member"
> /dev/sdd1: UUID="2nLjVF-sh3N-0qkm-aUQ1-jnls-3e8W-tUkBw5" TYPE="LVM2_member"
> /dev/md127: UUID="Mq1chn-6XhF-WCwF-LYhl-tZEz-Y8lq-8R2Ifq" TYPE="LVM2_member"
> /dev/mapper/onn_vmh-swap: UUID="1b0b9c91-22ed-41d1-aebf-e22fd9aa05d9" TYPE="swap"
> /dev/mapper/onn_vmh-ovirt--node--ng--4.2.7.1--0.20181216.0+1: UUID="b0e1c479-9696-4e19-b799-7f81236026b7" TYPE="ext4"
> /dev/mapper/onn_vmh-root: UUID="60905f5d-ed91-4ca9-9729-9a72a4678ddd" TYPE="ext4"
> /dev/mapper/onn_vmh-home: UUID="82a1d567-f8af-4b96-bfbf-5f79dff7384f" TYPE="ext4"
> /dev/mapper/onn_vmh-tmp: UUID="7dd9d3ae-3af7-4763-9683-19f583d8d15b" TYPE="ext4"
> /dev/mapper/onn_vmh-var: UUID="f206e030-876b-45a9-8a90-a0e54005b85c" TYPE="ext4"
> /dev/mapper/onn_vmh-var_log: UUID="b8a12f56-0818-416c-9fb7-33b48ef29eed" TYPE="ext4"
> /dev/mapper/onn_vmh-var_log_audit: UUID="bc78ad0c-9ab6-4f57-a69f-5b1ddf898552" TYPE="ext4"
> /dev/mapper/onn_vmh-var_crash: UUID="a941d416-4d7d-41ae-bcd4-8c1ec9d0f744" TYPE="ext4"
> /dev/sde1: UUID="44aa40d0-6c82-4e8e-8218-177e5c8474f4" TYPE="ext4"
>
> # pvscan
> PV /dev/md127 VG onn_vmh lvm2 [222.44 GiB / 43.66 GiB free]
> PV /dev/sdd1 VG gluster_vg3 lvm2 [<4.00 GiB / <2.00 GiB free]
> Total: 2 [<226.44 GiB] / in use: 2 [<226.44 GiB] / in no VG: 0 [0 ]
> Reading all physical volumes. This may take a while...
> Found volume group "onn_vmh" using metadata type lvm2
> Found volume group "gluster_vg3" using metadata type lvm2
>
> # lvscan
> ACTIVE '/dev/onn_vmh/pool00' [173.60 GiB] inherit
> ACTIVE '/dev/onn_vmh/root' [146.60 GiB] inherit
> ACTIVE '/dev/onn_vmh/home' [1.00 GiB] inherit
> ACTIVE '/dev/onn_vmh/tmp' [1.00 GiB] inherit
> ACTIVE '/dev/onn_vmh/var' [15.00 GiB] inherit
> ACTIVE '/dev/onn_vmh/var_log' [8.00 GiB] inherit
> ACTIVE '/dev/onn_vmh/var_log_audit' [2.00 GiB] inherit
> ACTIVE '/dev/onn_vmh/swap' [4.00 GiB] inherit
> inactive '/dev/onn_vmh/ovirt-node-ng-4.2.7.1-0.20181216.0' [146.60 GiB] inherit
> ACTIVE '/dev/onn_vmh/ovirt-node-ng-4.2.7.1-0.20181216.0+1' [146.60 GiB] inherit
> ACTIVE '/dev/onn_vmh/var_crash' [10.00 GiB] inherit
> ACTIVE '/dev/gluster_vg3/tmpLV' [2.00 GiB] inherit
>
> [/etc/lvm/backup/gluster_vg1]
> # Generated by LVM2 version 2.02.180(2)-RHEL7 (2018-07-20): Sat Dec 22 10:18:46 2018
>
> contents = "Text Format Volume Group"
> version = 1
>
> description = "Created *after* executing '/usr/sbin/lvcreate --virtualsize 500GB --name lv_datadisks -T gluster_vg1/lvthinpool'"
>
> creation_host = "vmh.cyber-range.lan" # Linux vmh.cyber-range.lan 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64
> creation_time = 1545495526 # Sat Dec 22 10:18:46 2018
>
> gluster_vg1 {
> id = "TfNqtn-2eX6-i5gC-w4ye-h29n-5Zfy-UFHSvU"
> seqno = 9
> format = "lvm2" # informational
> status = ["RESIZEABLE", "READ", "WRITE"]
> flags = []
> extent_size = 2048 # 1024 Kilobytes
> max_lv = 0
> max_pv = 0
> metadata_copies = 0
>
> physical_volumes {
>
> pv0 {
> id = "DRfoKl-TUhb-cirx-Oz9P-mZEY-XoiB-mdLy6v"
> device = "/dev/sda" # Hint only
>
> status = ["ALLOCATABLE"]
> flags = []
> dev_size = 11718885376 # 5.45703 Terabytes
> pe_start = 2048
> pe_count = 5722111 # 5.45703 Terabytes
> }
> }
>
> logical_volumes {
>
> engine_lv {
> id = "P2ScEB-ws3V-iqVv-XTWh-Y2Jh-pg0c-6KnJXC"
> status = ["READ", "WRITE", "VISIBLE"]
> flags = []
> creation_time = 1545495460 # 2018-12-22 10:17:40 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 102400 # 100 Gigabytes
>
> type = "striped"
> stripe_count = 1 # linear
>
> stripes = [
> "pv0", 0
> ]
> }
> }
>
> lvthinpool {
> id = "c0yaNn-DcaB-cYjj-9ZRv-M2Em-rzLW-qY9WpI"
> status = ["READ", "WRITE", "VISIBLE"]
> flags = []
> creation_time = 1545495487 # 2018-12-22 10:18:07 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 512000 # 500 Gigabytes
>
> type = "thin-pool"
> metadata = "lvthinpool_tmeta"
> pool = "lvthinpool_tdata"
> transaction_id = 2
> chunk_size = 2048 # 1024 Kilobytes
> discards = "passdown"
> zero_new_blocks = 1
> }
> }
>
> lv_vmdisks {
> id = "erpXRi-nPUq-mCf2-ga2J-3a0l-OWiC-i0xr8M"
> status = ["READ", "WRITE", "VISIBLE"]
> flags = []
> creation_time = 1545495493 # 2018-12-22 10:18:13 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 4613735 # 4.4 Terabytes
>
> type = "thin"
> thin_pool = "lvthinpool"
> transaction_id = 0
> device_id = 1
> }
> }
>
> lv_datadisks {
> id = "hKim3z-1QCh-dwhU-st2O-t4tG-wIss-UpLMZw"
> status = ["READ", "WRITE", "VISIBLE"]
> flags = []
> creation_time = 1545495526 # 2018-12-22 10:18:46 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 512000 # 500 Gigabytes
>
> type = "thin"
> thin_pool = "lvthinpool"
> transaction_id = 1
> device_id = 2
> }
> }
>
> lvol0_pmspare {
> id = "bHc0eC-Z4Ed-mV47-QTU4-SCvo-FWbE-L8NV7Q"
> status = ["READ", "WRITE"]
> flags = []
> creation_time = 1545495487 # 2018-12-22 10:18:07 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 16192 # 15.8125 Gigabytes
>
> type = "striped"
> stripe_count = 1 # linear
>
> stripes = [
> "pv0", 102400
> ]
> }
> }
>
> lvthinpool_tmeta {
> id = "WBut10-rAOP-FzA7-bJvr-ZdxL-lB70-jzz1Tv"
> status = ["READ", "WRITE"]
> flags = []
> creation_time = 1545495487 # 2018-12-22 10:18:07 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 16192 # 15.8125 Gigabytes
>
> type = "striped"
> stripe_count = 1 # linear
>
> stripes = [
> "pv0", 630592
> ]
> }
> }
>
> lvthinpool_tdata {
> id = "rwNZux-1fz1-dv8J-yN2j-LcES-f6ml-231td5"
> status = ["READ", "WRITE"]
> flags = []
> creation_time = 1545495487 # 2018-12-22 10:18:07 -0600
> creation_host = "vmh.cyber-range.lan"
> segment_count = 1
>
> segment1 {
> start_extent = 0
> extent_count = 512000 # 500 Gigabytes
>
> type = "striped"
> stripe_count = 1 # linear
>
> stripes = [
> "pv0", 118592
> ]
> }
> }
> }
>
> }
>
>
> # cd /var/log
> # grep -ri gluster_vg1-lvthinpool-tpool
> messages-20190922:Sep 15 03:58:15 vmh lvm[14072]: Failed command for gluster_vg1-lvthinpool-tpool.
> messages:Sep 22 03:44:05 vmh lvm[14072]: Failed command for gluster_vg1-lvthinpool-tpool.
> messages-20190908:Sep 1 21:27:14 vmh lvm[14062]: Monitoring thin pool gluster_vg1-lvthinpool-tpool.
> messages-20190908:Sep 1 21:27:24 vmh lvm[14062]: WARNING: Thin pool gluster_vg1-lvthinpool-tpool data is now 100.00% full.
> messages-20190908:Sep 2 00:19:05 vmh lvm[14072]: Monitoring thin pool gluster_vg1-lvthinpool-tpool.
> messages-20190908:Sep 2 00:19:15 vmh lvm[14072]: WARNING: Thin pool gluster_vg1-lvthinpool-tpool data is now 100.00% full.
> messages-20190908:Sep 2 20:16:34 vmh lvm[14072]: Failed command for gluster_vg1-lvthinpool-tpool.
>
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/PPTNPPD3SQL3I…
1
0
Try to get all data in advance (before deactivating the VG).
I still can't imagine why the VG will disappear. Try with 'pvscan --cache' to redetect the PV.
Afrer all , all VG info is in the PVs' headers and should be visible no matter the VG is deactivated or not.
Best Regards,
Strahil NikolovOn Oct 2, 2019 02:08, jeremy_tourville(a)hotmail.com wrote:
>
> "lvs -a" does not list the logical volume I am missing.
> "lvdisplay -m /dev/gluster_vg1-lvthinpool-tpool_tmeta" does not work either. Error message is: Volume Group xxx not found. Cannot process volume group xxx."
>
> I am trying to follow the procedure from https://access.redhat.com/solutions/3251681
> I am on step #2 Step 2a and 2b work without issue. Step 2c give me an error. Here are the values I am using:
> # lvcreate -L 2G gluster_vg3 --name tmpLV
> # lvchange -ay gluster_vg3/tmpLV
> # lvconvert --thinpool gluster_vg1/lvthinpool --poolmetadata gluster_vg3/tmpLV
>
> VG name mismatch from position arg (gluster_vg1) and option arg (gluster_vg3)
>
> Do I need to create the LV on the same disk that failed? (gluster_vg1)
> Is creating a new LV on (gluster_vg3) ok for this situation?
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/OJN6VVEMQY743…
1
0
Hello,
environment tin 4.3.6.
Suppose I'm in Web Admin GUI in Storage --> Disks and I want to get
displayed only the disks with "pattern1" together with the disks with
"string2" ("or" condition), limiting output to these two conditions, how
can I do it?
I tried some combinations without success
BTW: also the "and" condition seems not to work
Thanks,
Gianluca
3
4
Hi,
oVirt Hyperconverged disaster recovery uses georeplication to replicate the
volume containing the VMs.
What I know about georeplication is that it is an asynchronous replication.
My questions are :
- How the replication of the VMs is done, are only the changes synchronized?
- What is the interval of this replication? can this interval be configured
taking into consideration the bandwidth of the replication link.
- How can the RPO be measured in the case of a georeplication?
Regards.
1
0
Hello guys,
No ideas for this issue?
Thanks for your cooperation!
Kind regards,
-----Original Message-----
From: Bruno Martins <bruno.o.martins(a)gfi.world>
Sent: 29 de setembro de 2019 16:16
To: users(a)ovirt.org
Subject: [ovirt-users] Cannot enable maintenance mode
Hello guys,
I am being unable to put a host from a two nodes cluster into maintenance mode in order to remove it from the cluster afterwards.
This is what I see in engine.log:
2019-09-27 16:20:58,364 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-6-thread-45) [4cc251c9] Correlation ID: 4cc251c9, Job ID: 65731fbb-db34-49a9-ab56-9fba59bc0ee0, Call Stack: null, Custom Event ID: -1, Message: Host CentOS-H1 cannot change into maintenance mode - not all Vms have been migrated successfully. Consider manual intervention: stopping/migrating Vms: Non interactive user (User: admin).
Host has been rebooted multiple times. vdsClient shows no VM's running.
What else can I do?
Kind regards,
Bruno Martins
_______________________________________________
Users mailing list -- users(a)ovirt.org
To unsubscribe send an email to users-leave(a)ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/X5FJWFW7GXNW6…
1
0
Hi,
I tried to take incremental backup of a vm using this script.
public function downloadDiskIncremental(){
$data=array();
$xmlStr = "<disk_attachment>
<disk id='1371afdd-91d4-4bc7-9792-0efbf6bbd1c9'>
<backup>incremental</backup>
</disk>
</disk_attachment>";
$curlParam=array(
"url" => "vms/4044e014-7e20-4dbc-abe5-64690ec45f63/diskattachments",
"method" => "POST",
"data" =>$xmlStr,
);
}
But it is throwing me error as
Array ( [status] => error [message] => For correct usage, see: https://ovirt.bobcares.com/ovirt-engine/api/v4/model#services/disk-attachme…
Please help me with this issue....
2
1
You can view all LVs via 'lvs -a' and create a new metadata LV of bigger size.
Of course , lvdisplay -m /dev/gluster_vg1-lvthinpool-tpool_tmeta shoould also work.
Best Regards,
Strahil NikolovOn Oct 1, 2019 03:11, jeremy_tourville(a)hotmail.com wrote:
>
> vgs displays everything EXCEPT gluster_vg1
> "dmsetup ls" does not list the VG in question. That is why I couldn't run the lvchange command. They were not active or even detected by the system.
>
> OK, I found my problem, and a solution: https://access.redhat.com/solutions/3251681
> # cd /var/log
> # grep -ri gluster_vg1-lvthinpool-tpool
> My metadata is 100% full !!!
>
> Now, how do I find out how big my original metadata size was so I can make the new one the correct size?
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/6PI2N24GVWL64…
2
4
On Tue, Oct 1, 2019 at 12:49 PM Vrgotic, Marko <M.Vrgotic(a)activevideo.com>
wrote:
> Thank you very much Amit,
>
>
>
> I hope the result of suggested tests allows us improve the speed for
> specific IO test case as well.
>
>
>
> Apologies for not being more clear, but I was referring to changing mount
> options for storage where SHE also runs. It cannot be put in Maintenance
> mode since the engine is running on it.
> What to do in this case? Its clear that I need to power it down, but where
> can I then change the settings?
>
You can see similar question about changing mnt_options of hosted engine
and answer here [1]
[1] https://lists.ovirt.org/pipermail/users/2018-January/086265.html
>
>
> Kindly awaiting your reply.
>
>
>
> — — —
> Met vriendelijke groet / Kind regards,
>
> *Marko Vrgotic*
>
>
>
>
>
>
>
> *From: *Amit Bawer <abawer(a)redhat.com>
> *Date: *Saturday, 28 September 2019 at 20:25
> *To: *"Vrgotic, Marko" <M.Vrgotic(a)activevideo.com>
> *Cc: *Tony Brian Albers <tba(a)kb.dk>, "hunter86_bg(a)yahoo.com" <
> hunter86_bg(a)yahoo.com>, "users(a)ovirt.org" <users(a)ovirt.org>
> *Subject: *Re: [ovirt-users] Re: Super Low VM disk IO via Shared Storage
>
>
>
>
>
>
>
> On Fri, Sep 27, 2019 at 4:02 PM Vrgotic, Marko <M.Vrgotic(a)activevideo.com>
> wrote:
>
> Hi oVirt gurus,
>
>
>
> Thank s to Tony, who pointed me into discovery process, the performance of
> the IO seems greatly dependent on the flags.
>
>
>
> [root@lgu215 ~]# dd if=/dev/zero of=/tmp/test1.img bs=512 count=100000
>
> 100000+0 records in
>
> 100000+0 records out
>
> 51200000 bytes (51 MB) copied, 0.108962 s, *470 MB/s*
>
> [root@lgu215 ~]# dd if=/dev/zero of=/tmp/test1.img bs=512 count=100000
> *oflag=dsync*
>
> 100000+0 records in
>
> 100000+0 records out
>
> 51200000 bytes (51 MB) copied, 322.314 s, *159 kB/s*
>
>
>
> Dsync flag tells dd to ignore all buffers, cache except certain kernel
> buffers and write data physically to the disc, before writing further.
> According to number of sites I looked at, this is the way to test Server
> Latency in regards to IO operations. Difference in performance is huge, as
> you can see (below I have added results from tests with 4k and 8k block)
>
>
>
> Still, certain software component we run tests with writes data in
> this/similar way, which is why I got this complaint in the first place.
>
>
>
> Here is my current NFS mount settings:
>
>
> rw,relatime,vers=4.0,rsize=65536,wsize=65536,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=172.17.28.11,local_lock=none,addr=172.17.28.5
>
>
>
> *If you have any suggestions on possible NFS tuning options, to try to
> increase performance, I would highly appreciate it.*
>
> *Can someone tell me how to change NFS mount options in oVirt for already
> existing/used storage?*
>
>
>
> Taking into account your network configured MTU [1] and Linux version [2],
> you can tune wsize, rsize mount options.
>
> Editing mount options can be done from Storage->Domains->Manage Domain
> menu.
>
>
>
> [1] https://access.redhat.com/solutions/2440411
>
> [2] https://access.redhat.com/solutions/753853
>
>
>
>
>
> Test results with 4096 and 8192 byte size.
>
> [root@lgu215 ~]# dd if=/dev/zero of=/tmp/test1.img bs=4096 count=100000
>
> 100000+0 records in
>
> 100000+0 records out
>
> 409600000 bytes (410 MB) copied, 1.49831 s, *273 MB/s*
>
> [root@lgu215-admin ~]# dd if=/dev/zero of=/tmp/test1.img bs=4096
> count=100000 *oflag=dsync*
>
> 100000+0 records in
>
> 100000+0 records out
>
> 409600000 bytes (410 MB) copied, 349.041 s, *1.2 MB/s*
>
>
>
> [root@lgu215 ~]# dd if=/dev/zero of=/tmp/test1.img bs=8192 count=100000
>
> 100000+0 records in
>
> 100000+0 records out
>
> 819200000 bytes (819 MB) copied, 11.6553 s, *70.3 MB/s*
>
> [root@lgu215-admin ~]# dd if=/dev/zero of=/tmp/test1.img bs=8192
> count=100000 *oflag=dsync*
>
> 100000+0 records in
>
> 100000+0 records out
>
> 819200000 bytes (819 MB) copied, 393.035 s, *2.1 MB/s*
>
>
>
>
>
> *From: *"Vrgotic, Marko" <M.Vrgotic(a)activevideo.com>
> *Date: *Thursday, 26 September 2019 at 09:51
> *To: *Amit Bawer <abawer(a)redhat.com>
> *Cc: *Tony Brian Albers <tba(a)kb.dk>, "hunter86_bg(a)yahoo.com" <
> hunter86_bg(a)yahoo.com>, "users(a)ovirt.org" <users(a)ovirt.org>
> *Subject: *Re: [ovirt-users] Re: Super Low VM disk IO via Shared Storage
>
>
>
> Dear all,
>
>
>
> I very much appreciate all help and suggestions so far.
>
>
>
> Today I will send the test results and current mount settings for NFS4.
> Our production setup is using Netapp based NFS server.
>
>
>
> I am surprised with results from Tony’s test.
>
> We also have one setup with Gluster based NFS, and I will run tests on
> those as well.
>
> Sent from my iPhone
>
>
>
> On 25 Sep 2019, at 14:18, Amit Bawer <abawer(a)redhat.com> wrote:
>
>
>
>
>
> On Wed, Sep 25, 2019 at 2:44 PM Tony Brian Albers <tba(a)kb.dk> wrote:
>
> Guys,
>
> Just for info, this is what I'm getting on a VM that is on shared
> storage via NFSv3:
>
> --------------------------snip----------------------
> [root@proj-000 ~]# time dd if=/dev/zero of=testfile bs=4096
> count=1000000
> 1000000+0 records in
> 1000000+0 records out
> 4096000000 bytes (4.1 GB) copied, 18.0984 s, 226 MB/s
>
> real 0m18.171s
> user 0m1.077s
> sys 0m4.303s
> [root@proj-000 ~]#
> --------------------------snip----------------------
>
> my /etc/exports:
> /data/ovirt
> *(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
>
> and output from 'mount' on one of the hosts:
>
> sto-001.kac.lokalnet:/data/ovirt on /rhev/data-center/mnt/sto-
> 001.kac.lokalnet:_data_ovirt type nfs
> (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,soft,nolock,
> nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,mountaddr=172.16.216
> .41,mountvers=3,mountport=20048,mountproto=udp,local_lock=all,addr=172.
> 16.216.41)
>
>
>
> Worth to compare mount options with the slow shared NFSv4 mount.
>
>
>
> Window size tuning can be found at bottom of [1], although its relating to
> NFSv3, it could be relevant to v4 as well.
>
> [1] https://www.ovirt.org/develop/troubleshooting-nfs-storage-issues.html
>
>
>
>
> connected via single 10gbit ethernet. Storage on NFS server is 8 x 4TB
> SATA disks in RAID10. NFS server is running CentOS 7.6.
>
> Maybe you can get some inspiration from this.
>
> /tony
>
>
>
> On Wed, 2019-09-25 at 09:59 +0000, Vrgotic, Marko wrote:
> > Dear Strahil, Amit,
> >
> > Thank you for the suggestion.
> > Test result with block size 4096:
> > Network storage:
> > avshared:
> > [root@mpoludctest4udc-1 ~]# dd if=/dev/zero of=/tmp/test2.img bs=4096
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 409600000 bytes (410 MB) copied, 275.522 s, 1.5 MB/s
> >
> > Local storage:
> >
> > avlocal2:
> > [root@mpollocalcheck22 ~]# dd if=/dev/zero of=/tmp/test2.img bs=4096
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 409600000 bytes (410 MB) copied, 53.093 s, 7.7 MB/s
> > 10:38
> > avlocal3:
> > [root@mpollocalcheck3 ~]# dd if=/dev/zero of=/tmp/test2.img bs=4096
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 409600000 bytes (410 MB) copied, 46.0392 s, 8.9 MB/s
> >
> > As Amit suggested, I am also going to execute same tests on the
> > BareMetals and between BareMetal and NFS to compare results.
> >
> >
> > — — —
> > Met vriendelijke groet / Kind regards,
> >
> > Marko Vrgotic
> >
> >
> >
> >
> > From: Strahil <hunter86_bg(a)yahoo.com>
> > Date: Tuesday, 24 September 2019 at 19:10
> > To: "Vrgotic, Marko" <M.Vrgotic(a)activevideo.com>, Amit <abawer@redhat
> > .com>
> > Cc: users <users(a)ovirt.org>
> > Subject: Re: [ovirt-users] Re: Super Low VM disk IO via Shared
> > Storage
> >
> > Why don't you try with 4096 ?
> > Most block devices have a blcok size of 4096 and anything bellow is
> > slowing them down.
> > Best Regards,
> > Strahil Nikolov
> > On Sep 24, 2019 17:40, Amit Bawer <abawer(a)redhat.com> wrote:
> > have you reproduced performance issue when checking this directly
> > with the shared storage mount, outside the VMs?
> >
> > On Tue, Sep 24, 2019 at 4:53 PM Vrgotic, Marko <M.Vrgotic@activevideo
> > .com> wrote:
> > Dear oVirt,
> >
> > I have executed some tests regarding IO disk speed on the VMs,
> > running on shared storage and local storage in oVirt.
> >
> > Results of the tests on local storage domains:
> > avlocal2:
> > [root@mpollocalcheck22 ~]# dd if=/dev/zero of=/tmp/test2.img bs=512
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 51200000 bytes (51 MB) copied, 45.9756 s, 1.1 MB/s
> >
> > avlocal3:
> > [root@mpollocalcheck3 ~]# dd if=/dev/zero of=/tmp/test2.img bs=512
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 51200000 bytes (51 MB) copied, 43.6179 s, 1.2 MB/s
> >
> > Results of the test on shared storage domain:
> > avshared:
> > [root@mpoludctest4udc-1 ~]# dd if=/dev/zero of=/tmp/test2.img bs=512
> > count=100000 oflag=dsync
> > 100000+0 records in
> > 100000+0 records out
> > 51200000 bytes (51 MB) copied, 283.499 s, 181 kB/s
> >
> > Why is it so low? Is there anything I can do to tune, configure VDSM
> > or other service to speed this up?
> > Any advice is appreciated.
> >
> > Shared storage is based on Netapp with 20Gbps LACP path from
> > Hypervisor to Netapp volume, and set to MTU 9000. Used protocol is
> > NFS4.0.
> > oVirt is 4.3.4.3 SHE.
> >
> >
> > _______________________________________________
> > Users mailing list -- users(a)ovirt.org
> > To unsubscribe send an email to users-leave(a)ovirt.org
> > Privacy Statement: <
> > _______________________________________________
> > Users mailing list -- users(a)ovirt.org
> > To unsubscribe send an email to users-leave(a)ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct: https://www.ovirt.org/community/about/communit
> > y-guidelines/
> > List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/
> > message/7XYSFEGAHCWXIY2JILDE24EVAC5ZVKWU/
> --
> Tony Albers - Systems Architect - IT Development
> Royal Danish Library, Victor Albecks Vej 1, 8000 Aarhus C, Denmark
> Tel: +45 2566 2383 - CVR/SE: 2898 8842 - EAN: 5798000792142
>
>
1
0
Hi, the link https://blogs.ovirt.org/ does not work. Could you please activate it?
1
0
You can go with 512 emulation and later you can recreate the brick without that emulation (if there are benefits of doing so).
After all, you gluster is either replica 2 arbiter 1 or a replica 3 volume.
Best Regards,
Strahil Nikolov
On Oct 1, 2019 09:26, Satheesaran Sundaramoorthi <sasundar(a)redhat.com> wrote:
>
> On Tue, Oct 1, 2019 at 11:27 AM Guillaume Pavese <guillaume.pavese(a)interactiv-group.com> wrote:
>>
>> Hi all,
>>
>> Sorry for asking again :/
>>
>> Is there any consensus on not using --emulate512 anymore while creating VDO volumes on Gluster?
>> Since this parameter can not be changed once the volume is created and we are nearing production setup. I would really like to have an official advice on this.
>>
>> Best,
>>
>> Guillaume Pavese
>> Ingénieur Système et Réseau
>> Interactiv-Group
>>
> Hello Guillaume Pavese,
> If you are not using --emulate512 for VDO volume, then VDO volume will be created
> as 4K Native volume (with 4K block size).
>
> There are couple of things that bothers here:
> 1. 4K Native device support requires fixes at QEMU that will be part of
> CentOS 7.7.2 ( not yet available )
> 2. 4K Native support with VDO volumes on Gluster is not yet validated
> thoroughly.
>
> Based on the above items, it would be better you have emulate512=on or delay
> your production setup ( if possible, till above both items are addressed )
> to make use of 4K VDO volume.
>
> @Sahina Bose Do you have any other suggestions ?
>
> -- Satheesaran S (sas)
>>
>>
>> On Fri, Sep 27, 2019 at 3:19 PM Sandro Bonazzola <sbonazzo(a)redhat.com> wrote:
>>>
>>>
>>>
2
1
Hi Anton,
There is nothing special for upgrading HCI env with Gluster. Bellow steps will be enough:
1- Stop glusterd service in one node which needs to be upgraded.
2- upgrade that node and start glusterd service.
3- wait heal to be completed.
4- continue same procedure for other nodes.
In your case can you please restar glusterd in all nodes and check. If it's still not working please share glusterd log?
Also please share "gluster volume status" out put.
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Sandro Bonazzola <sbonazzo(a)redhat.com>
Sent: Tuesday, October 1, 2019, 5:01 PM
To: Anton Marchukov; Gobinda Das; Sundaramoorthi, Satheesaran; Sahina Bose
Cc: users; Akshita Jain
Subject: Re: [ovirt-users] Fwd: Unable to Upgrade
Il giorno mar 1 ott 2019 alle ore 11:27 Anton Marchukov <amarchuk(a)redhat.com<mailto:amarchuk@redhat.com>> ha scritto:
Forwarding to the users list.
Begin forwarded message:
From: "Akshita Jain" <akshita(a)councilinfosec.org<mailto:akshita@councilinfosec.org>>
Subject: Unable to Upgrade
Date: 1 October 2019 at 11:12:58 CEST
To: infra(a)ovirt.org<mailto:infra@ovirt.org>
After upgrading oVirt 4.3.4 to 4.3.6, the gluster is also upgrading from 5.6 to 6.5. But as soon as it upgrades gluster peer status shows disconnected.
What is the correct method to upgrade oVirt with gluster HCI environment?
+Gobinda Das<mailto:godas@redhat.com> , +Sundaramoorthi, Satheesaran<mailto:sasundar@redhat.com> , +Sahina Bose<mailto:sabose@redhat.com> can you please follow up on this question?
_______________________________________________
Infra mailing list -- infra(a)ovirt.org<mailto:infra@ovirt.org>
To unsubscribe send an email to infra-leave(a)ovirt.org<mailto:infra-leave@ovirt.org>
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/24D6NKVLMYQA3…
--
Anton Marchukov
Associate Manager - RHV DevOps - Red Hat
_______________________________________________
Users mailing list -- users(a)ovirt.org<mailto:users@ovirt.org>
To unsubscribe send an email to users-leave(a)ovirt.org<mailto:users-leave@ovirt.org>
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/YO2RYKFDCSPQ7…
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA<https://www.redhat.com/>
sbonazzo(a)redhat.com<mailto:sbonazzo@redhat.com>
[https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/f5445ae0c9d…]<https://www.redhat.com/>
Red Hat respects your work life balance. Therefore there is no need to answer this email out of your office hours.<https://mojo.redhat.com/docs/DOC-1199578>
1
0
Dear oVirt users,
I'm currently migrating our gluster setup, so i've done a gluster replace brick to the new machines.
Now i'm trying to update the connection strings of the related storage domains including the one hosting the ovirt-engine (which i believe cannot be brought down for maintenance). At the same time i'm trying to disable the "Use managed gluster volume" feature.
i've had tested this in a lab setup, but somehow i'm running into issues on the actual setup.
On the lab setup it was enough to run a query like this;
UPDATE public.storage_server_connections
SET "connection"='10.201.0.6:/ovirt-kube',gluster_volume_id=NULL,mount_options='backup-volfile-servers=10.201.0.1:10.201.0.2:10.201.0.3:10.201.0.5:10.201.0.4:10.201.0.7:10.201.0.8:10.201.0.9'
WHERE id='29aae3ce-61e4-4fcd-a8f2-ab0a0c07fa48';
on the live setup i also seem to run a query like this;
UPDATE public.gluster_volumes
SET task_id=NULL
WHERE id='9a552d7a-8a0d-4bae-b5a2-1cb8a7edf5c9';
i couldn't really find where this task_id relates to, but it does make the checkbox for "Use managed gluster volume" being unchecked in the web interface.
in the lab setup it was enough to run within the hosted engine;
- service ovirt-engine restart
and then bring an ovirt-host machine to maintenance, and active it again. and the changed connection string was being mounted in the /rhev/data-center/mnt/glusterSD/ directory.
Also the vm's after being shutdown and brought up again, started using the new connection string.
But now on the production instance, when i restart the engine the connection string is restored to the original values in the storage_server_connections table. I don't really understand where the engine gathers this information from.
Any advice on how to actually change the connection strings would by highly appreciated.
Thanks Olaf
1
3
Hi.
I'm trying to create vm from a snapshot using API. If I just provide the new vm name, source snapshot ID and cluster name the new vm is been created successfully on the same storage domain. But if I additionally provide diskattachments to create it on another storage I get error: "Cannot add VM. One or more provided storage domains are either not in active status or of an illegal type for the requested operation". I can't find the reason why I can't create vm on another storage via API while I can do the same via web-portal.
My oVirt Engine version is 4.1.1.8-1.el7.centos.
Here is my code:
curl.exe -k -u "user@domain.suffix:*************" -H "Content-Type: application/xml" -H
"Accept: application/xml" -X POST https://192.168.0.1/ovirt-engine/api/vms -d "<vm><name>vm-Test1</name><snapshots><snapshot id=\"4b73c79b-efed-4362-8843-91f5cc2d9775\"/></snapshots><cluster><name>MyCluster</name></cluster><disk_attachments><disk_attachment><disk><image_id>6525c157-4e73-440b-adc8-596f1d03ef3c</image_id><storage_domains><storage_domain id=\"52a003d7-cec1-473e-b521-1a551f55abd1\"/></storage_domains></disk></disk_attachment></disk_attachments></vm>"
The answer is:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fault>
<detail>[Cannot add VM. One or more provided storage domains are either not in active status or of an illegal type for the requested operation.]</detail>
<reason>Operation Failed</reason>
</fault>
1
2
What happens when it complain that there is no VGs ?
When you run 'vgs' what is the output?
Also, take a look into https://www.redhat.com/archives/linux-lvm/2016-February/msg00012.html
I have the feeling that you need to disable all lvs - not only the thin pool, but also the thin LVs (first).
Best Regards,
Strahil NikolovOn Sep 29, 2019 23:00, jeremy_tourville(a)hotmail.com wrote:
>
> Yes, I can take the downtime. Actually, I don't have any choice at the moment because it is a single node setup. :) I think this is a distributed volume from the research I have performed. I posted the lvchange command in my last post, this was the result- I ran the command lvchange -an /dev/gluster_vg1/lv_datadisks When I do this I get the message "Volume group "gluster_vg1" not found. Cannot process volume group gluster_vg1". I also tried the command the way you specified with just the LV and get the same results.
>
> I had placed the system in Global maintenance mode prior to the reboot. Upon reboot I got the messages about the various gluster volumes not being able to be mounted because of timeout issues. That is what started my OP. I think we are both thinking along the same lines regarding the issue. I think the question is how do you fix a volume that the system won't mount? It does seem likely that the thinpool needs to be repaired but what do you do if you can't even perform the first step in the procedure?
>
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/2X73CAASB4UCO…
2
1