Re: [CentOS] Low random entropy

2017-05-26 Thread Fred Smith
On Sat, May 27, 2017 at 02:35:21AM +0200, Leon Fauster wrote:
> > Am 27.05.2017 um 01:09 schrieb Robert Moskowitz :
> > 
> > I am use to low random entropy on my arm boards, not an intel.
> > 
> > On my Lenovo x120e,
> > 
> > cat /proc/sys/kernel/random/entropy_avail
> > 
> > reports 3190 bits of entropy.
> > 
> > On my armv7 with Centos7 I would get 130 unless I installed rng-tools and 
> > then I get ~1300.  SSH into one and it drops back to 30! for a few minutes. 
> >  Sigh.
> > 
> > Anyway on my new Zotac nano ad12 with an AMD E-1800 duo core, I am seeing 
> > 180.
> > 
> > I installed rng-tools and no change.  Does anyone here know how to improve 
> > the random entropy?
> 
> 
> http://issihosts.com/haveged/
> 
> EPEL: yum install haveged

Another option involves open source hardware, at http://onerng.info/
which is a hardware entropy generator. Lots of discussion on how it
works, and why.

the one I have doesn't seem to work on a usb3.0 port (on my desktop PC),
but that may not be its fault.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
"Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of
 heaven, but only he who does the will of my Father who is in heaven."
-- Matthew 7:21 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Low random entropy

2017-05-26 Thread Leon Fauster
> Am 27.05.2017 um 01:09 schrieb Robert Moskowitz :
> 
> I am use to low random entropy on my arm boards, not an intel.
> 
> On my Lenovo x120e,
> 
> cat /proc/sys/kernel/random/entropy_avail
> 
> reports 3190 bits of entropy.
> 
> On my armv7 with Centos7 I would get 130 unless I installed rng-tools and 
> then I get ~1300.  SSH into one and it drops back to 30! for a few minutes.  
> Sigh.
> 
> Anyway on my new Zotac nano ad12 with an AMD E-1800 duo core, I am seeing 180.
> 
> I installed rng-tools and no change.  Does anyone here know how to improve 
> the random entropy?


http://issihosts.com/haveged/

EPEL: yum install haveged

--
LF


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 openvswitch

2017-05-26 Thread Günther J . Niederwimmer
Hello Alexander
Am Freitag, 26. Mai 2017, 18:13:39 CEST schrieb Alexander Dalloz:
> Am 26.05.2017 um 17:33 schrieb Günther J. Niederwimmer:
> > Hello,
> > can I found a repository with openvswitch ?
> > 
> > I have to install openvswitch for my NIC's om my Server, then I can
> > configure my KVM NIC's better.
> > 
> > Thanks for a answer,
> 
> The oVirt SIG builds it:
> 
> https://wiki.centos.org/HowTos/oVirt
> 
> http://mirror.centos.org/centos-7/7/virt/x86_64/ovirt-4.1/
> 
Thank's for the help, now I have to test it ;-).

-- 
mit freundlichen Grüssen / best regards

  Günther J. Niederwimmer
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Low random entropy

2017-05-26 Thread Robert Moskowitz

I am use to low random entropy on my arm boards, not an intel.

On my Lenovo x120e,

cat /proc/sys/kernel/random/entropy_avail

reports 3190 bits of entropy.

On my armv7 with Centos7 I would get 130 unless I installed rng-tools 
and then I get ~1300.  SSH into one and it drops back to 30! for a few 
minutes.  Sigh.


Anyway on my new Zotac nano ad12 with an AMD E-1800 duo core, I am 
seeing 180.


I installed rng-tools and no change.  Does anyone here know how to 
improve the random entropy?


thanks

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 dhcpd custom log issues

2017-05-26 Thread Mark Haney
I've done more testing and I've found something very interesting.  I've
tested logging with our entire string (which will be below) with slight
changes to the 'if' statement solely looking at the 'dhcp-message-type = '
parameter.  Of the four message types we routinely see some work and some
don't: (ie: if option dhcp-message-type = # { log...)

Message-Type 1 (DISCOVER): logging works
Message-Type 2 (OFFER):  logging does NOT work
Message-Type 3 (REQUEST) logging works
Message-Type 5 (ACK) logging does NOT work

And by 'does not work' I mean it doesn't log anything at all.  As if it's
not matching on those message types at all. I know they are being logged in
syslog, where all these messages are logged to, so I know we're getting
OFFERs and ACKs, as they are logged normally in syslog.

So, anyone have any idea WTF is going on here?  I suppose I could log based
on REQUEST, but I'm afraid our data would be inaccurate if a request isn't
ACK'd.

On Fri, May 26, 2017 at 2:04 PM, Mark Haney  wrote:

> Hi all,
>
> I've got an issue with C6's dhcpd custom logging that I cannot figure
> out.  Hopefully someone has an idea, or has seen a similar issue.  We have
> dhcpd logging to /var/log/messages a custom header (DHCPUSER:) with MAC, IP
> and Circuit-ID.
>
> I'll not bore you with the guts, so here's the beginning of that line in
> dhcpd.conf:
>
> if exists agent.circuit-id
>  {
> log (info, concat( "DHCPUSER:,", concat (suffix (concat ("0",
> binary-to-ascii.
>
> We log this specifically to have rsyslog dump that line (keyed on
> DHCPUSER) into a MySQL database for use by a web app our development team
> built so that our customers can get reports on their DHCP leases.  (Neonova
> provides help desk, engineering and Tier 2 and 3 tech support to rural ISPs
> in the US.)
>
> Our problem is that this method logs every entry that has the CID in the
> packet.  Which covers most DHCP requests.  As such, with our bigger
> customers, this logging bogs down MySQL (and the file system on older ext3
> based CentOS 6 boxes we have out in the field) to the point where, after a
> major outage and recovery, the DHCP server can't handle the load and people
> are unable to get new DHCP leases, resulting in calls to our help desk.
>
> What I want to do is have this data logged in the DHCPUSER line on the
> DHCPACK and only that.  For some reason, when I try replace the above with
> 'if option dhcp-message-type = 5', nothing is getting logged.  All the
> instances of this I've googled have similar, notably one from ~2008 that
> has:
>
>  if exists agent.circuit-id and dhcp-message-type = 3
>
> and that apparently worked fine.  I know the circuit-id is included in the
> ACK packet (tcpdump is your friend), but even on the check to log for only
> the dhcp message type 5 isn't working.
>
> Are the newer dhcpd versions different syntactically?  What's the correct
> method for logging on the DCHP Message type with the most recent C6
> version? (dhcp-4.1.1-53.P1.el6.centos.x86_64)
>
> Any ideas?
>
> --
> [image: photo]
> Mark Haney
> Network Engineer at NeoNova
> 919-460-3330 <(919)%20460-3330> (opt 1) • mark.ha...@neonova.net
> www.neonova.net 
>   
> 
>



-- 
[image: photo]
Mark Haney
Network Engineer at NeoNova
919-460-3330 <(919)%20460-3330> (opt 1) • mark.ha...@neonova.net
www.neonova.net 
  

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6 dhcpd custom log issues

2017-05-26 Thread Mark Haney
Hi all,

I've got an issue with C6's dhcpd custom logging that I cannot figure out.
Hopefully someone has an idea, or has seen a similar issue.  We have dhcpd
logging to /var/log/messages a custom header (DHCPUSER:) with MAC, IP and
Circuit-ID.

I'll not bore you with the guts, so here's the beginning of that line in
dhcpd.conf:

if exists agent.circuit-id
 {
log (info, concat( "DHCPUSER:,", concat (suffix (concat ("0",
binary-to-ascii.

We log this specifically to have rsyslog dump that line (keyed on DHCPUSER)
into a MySQL database for use by a web app our development team built so
that our customers can get reports on their DHCP leases.  (Neonova provides
help desk, engineering and Tier 2 and 3 tech support to rural ISPs in the
US.)

Our problem is that this method logs every entry that has the CID in the
packet.  Which covers most DHCP requests.  As such, with our bigger
customers, this logging bogs down MySQL (and the file system on older ext3
based CentOS 6 boxes we have out in the field) to the point where, after a
major outage and recovery, the DHCP server can't handle the load and people
are unable to get new DHCP leases, resulting in calls to our help desk.

What I want to do is have this data logged in the DHCPUSER line on the
DHCPACK and only that.  For some reason, when I try replace the above with
'if option dhcp-message-type = 5', nothing is getting logged.  All the
instances of this I've googled have similar, notably one from ~2008 that
has:

 if exists agent.circuit-id and dhcp-message-type = 3

and that apparently worked fine.  I know the circuit-id is included in the
ACK packet (tcpdump is your friend), but even on the check to log for only
the dhcp message type 5 isn't working.

Are the newer dhcpd versions different syntactically?  What's the correct
method for logging on the DCHP Message type with the most recent C6
version? (dhcp-4.1.1-53.P1.el6.centos.x86_64)

Any ideas?

-- 
[image: photo]
Mark Haney
Network Engineer at NeoNova
919-460-3330 <(919)%20460-3330> (opt 1) • mark.ha...@neonova.net
www.neonova.net 
  

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Disable Top Left Hot Corner

2017-05-26 Thread Raymundo N.F.
Hello everybody.

I have CentOS Linux release 7.3.1611 (Core ) instaled in mi PC. I want to
disable *Top Left Hot Corner* function from my OS, but i don´t want to
install the gnome-shell extension nohotcorners. I want to disable
permanently, i want to diseable from the OS with a sentences from the
command line.  It is Possible?, i hope so. Thanks :D
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem after last Update

2017-05-26 Thread Jon LaBadie
On Fri, May 26, 2017 at 04:54:03PM +0200, Günther J. Niederwimmer wrote:
> Hello,
> 
> why it is always a Problem when a kernel, firewall or KVM update is installed 
> ?
> 
> I have a system with a server CentOS 7 (last)  and 6 KVM Clients after the 
> Update Installation and reboot the most in Network is not functional ?
> 
> I lost NIC's and the firewalld change the zone ..
> 
> I have always to control is the KVM Clients working ?
> 
> Have any a idea what is wrong on my system ?
> 
> Thanks for a answer, 

No solid answer, I seldom see such an effect.

One possibility, many services have a default config file
installed with the service.  They also may have a "local"
config file that takes precedence if present.  "local"
may be done by location or by a specifice name variation.

If you are configuring your services by modifying the default
config file, it may be overwritten by an update.

jon
-- 
Jon H. LaBadie j...@jgcomp.com
 11226 South Shore Rd.  (703) 787-0688 (H)
 Reston, VA  20190  (703) 935-6720 (C)
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread Bernard Fay
Thanks Mark and Christian,

I have two Samba servers running those two versions.  That reassure me!

Thanks,
Bernard


On Fri, May 26, 2017 at 12:08 PM, Paul Heinlein  wrote:

> On Fri, 26 May 2017, Christian, Mark wrote:
>
> On Fri, 2017-05-26 at 11:19 -0400, Bernard Fay wrote:
>>
>>> Hi,
>>>
>>> Does a fix has already been made in the CenOS RPM repositories for this
>>> Samba remote execution code vulnerability, CVE-2017-7494?
>>>
>> yes. samba-3.6.23-43.el6_9.x86_64.rpm
>>
>
> And samba-*-4.4.4-14.el7_3.x86_64
>
> --
> Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 openvswitch

2017-05-26 Thread Alexander Dalloz

Am 26.05.2017 um 17:33 schrieb Günther J. Niederwimmer:

Hello,
can I found a repository with openvswitch ?

I have to install openvswitch for my NIC's om my Server, then I can configure
my KVM NIC's better.

Thanks for a answer,


The oVirt SIG builds it:

https://wiki.centos.org/HowTos/oVirt

http://mirror.centos.org/centos-7/7/virt/x86_64/ovirt-4.1/

Alexander


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread Paul Heinlein

On Fri, 26 May 2017, Christian, Mark wrote:


On Fri, 2017-05-26 at 11:19 -0400, Bernard Fay wrote:

Hi,

Does a fix has already been made in the CenOS RPM repositories for this
Samba remote execution code vulnerability, CVE-2017-7494?

yes. samba-3.6.23-43.el6_9.x86_64.rpm


And samba-*-4.4.4-14.el7_3.x86_64

--
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread Christian, Mark
On Fri, 2017-05-26 at 11:19 -0400, Bernard Fay wrote:
> Hi,
> 
> Does a fix has already been made in the CenOS RPM repositories for this
> Samba remote execution code vulnerability, CVE-2017-7494?
yes. samba-3.6.23-43.el6_9.x86_64.rpm



> 
> Thx,
> Bernard
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 7 openvswitch

2017-05-26 Thread Günther J . Niederwimmer
Hello,
can I found a repository with openvswitch ?

I have to install openvswitch for my NIC's om my Server, then I can configure 
my KVM NIC's better.

Thanks for a answer,

-- 
mit freundlichen Grüssen / best regards

  Günther J. Niederwimmer
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread John Hodrien

On Fri, 26 May 2017, Bernard Fay wrote:


Hi,

Does a fix has already been made in the CenOS RPM repositories for this
Samba remote execution code vulnerability, CVE-2017-7494?


Have you tried google or read the announce list?

jh
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Fix for the CVE-2017-7494?

2017-05-26 Thread Bernard Fay
Hi,

Does a fix has already been made in the CenOS RPM repositories for this
Samba remote execution code vulnerability, CVE-2017-7494?

Thx,
Bernard
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Problem after last Update

2017-05-26 Thread Günther J . Niederwimmer
Hello,

why it is always a Problem when a kernel, firewall or KVM update is installed ?

I have a system with a server CentOS 7 (last)  and 6 KVM Clients after the 
Update Installation and reboot the most in Network is not functional ?

I lost NIC's and the firewalld change the zone ..

I have always to control is the KVM Clients working ?

Have any a idea what is wrong on my system ?

Thanks for a answer, 
 
-- 
mit freundlichen Grüssen / best regards

  Günther J. Niederwimmer
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 147, Issue 6

2017-05-26 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2017:1271 Important CentOS 6 samba4 Security Update
  (Johnny Hughes)
   2. CESA-2017:1270 Important CentOS 6 samba Security  Update
  (Johnny Hughes)
   3. CESA-2017:1270 Important CentOS 7 samba Security  Update
  (Johnny Hughes)
   4. CEBA-2017:1320 CentOS 7 accountsservice BugFixUpdate
  (Johnny Hughes)
   5. CEBA-2017:1319  CentOS 7 seabios BugFix Update (Johnny Hughes)
   6. CEBA-2017:1316  CentOS 7 rear BugFix Update (Johnny Hughes)
   7. CEBA-2017:1311  CentOS 7 systemd BugFix Update (Johnny Hughes)
   8. CEBA-2017:1314  CentOS 7 dracut BugFix Update (Johnny Hughes)
   9. CEBA-2017:1304  CentOS 7 libvirt BugFix Update (Johnny Hughes)
  10. CEBA-2017:1313 CentOS 7 389-ds-base BugFix Update (Johnny Hughes)
  11. CEEA-2017:1300 CentOS 7 device-mapper-multipath   Enhancement
  Update (Johnny Hughes)
  12. CEEA-2017:1310 CentOS 7 firewalld Enhancement Update
  (Johnny Hughes)
  13. CEBA-2017:1312  CentOS 7 gtk3 BugFix Update (Johnny Hughes)
  14. CEBA-2017:1301 CentOS 7 libnetfilter_conntrackBugFix Update
  (Johnny Hughes)
  15. CEEA-2017:1307 CentOS 7 tuned Enhancement Update (Johnny Hughes)
  16. CEBA-2017:1306  CentOS 7 polkit BugFix Update (Johnny Hughes)
  17. CEBA-2017:1303 CentOS 7 gfs2-utils BugFix Update (Johnny Hughes)
  18. CEBA-2017:1305 CentOS 7 keepalived BugFix Update (Johnny Hughes)
  19. CEBA-2017:1299  CentOS 7 rdma BugFix Update (Johnny Hughes)
  20. CEBA-2017:1315 CentOS 7 resource-agents BugFixUpdate
  (Johnny Hughes)
  21. CEBA-2017:1318 CentOS 7 java-1.8.0-openjdk BugFix Update
  (Johnny Hughes)
  22. CEBA-2017:1317 CentOS 7 NetworkManager BugFix Update
  (Johnny Hughes)
  23. CEBA-2017:1302  CentOS 7 glibc BugFix Update (Johnny Hughes)
  24. CESA-2017:1308 Important CentOS 7 kernel Security Update
  (Johnny Hughes)


--

Message: 1
Date: Thu, 25 May 2017 13:07:15 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2017:1271 Important CentOS 6 samba4
SecurityUpdate
Message-ID: <20170525130715.ga30...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2017:1271 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-1271.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
a9c348559ccf8d377c56e471a2f25c5256c95d20ef344c2e3b80b0996c9d65b8  
samba4-4.2.10-10.el6_9.i686.rpm
50539e0d7b2aece85cc6ff0a334bb48a37b4f471960dbd67a93f80a479db55da  
samba4-client-4.2.10-10.el6_9.i686.rpm
ce88b0bfd49fe7f21bf6b04aa3c2965f6858f1c0ad0b01c3cb90ca081413b199  
samba4-common-4.2.10-10.el6_9.i686.rpm
e3b48574d531d2bc0293b0409e16ba446da63cde9c0e05d1decce70fa9d3ed85  
samba4-dc-4.2.10-10.el6_9.i686.rpm
3c54a903efa1df4e78574d510dfc0479ee2a3bb6894c1dd84056a07116e7c776  
samba4-dc-libs-4.2.10-10.el6_9.i686.rpm
ed4ee8a9b902e31abfdda4f3462d170294867cff13dfcfed09312c260615dab3  
samba4-devel-4.2.10-10.el6_9.i686.rpm
feb1ef95bed4b513d1ed8339323523aaf4715bac9b5017a67e9986079acfb277  
samba4-libs-4.2.10-10.el6_9.i686.rpm
6cb24a0e0d1098e2630ebe20b6081dd3c8ac19007157fd705cd49b064867d997  
samba4-pidl-4.2.10-10.el6_9.i686.rpm
bd093de7586e9cddcefe7dd47ff976f53328647d5c78e65c63ffb4f09dcddc97  
samba4-python-4.2.10-10.el6_9.i686.rpm
532d2cc9f98138706eb720d67dac5bf3b17484c71702a2c14fc0095dbf1bfe45  
samba4-test-4.2.10-10.el6_9.i686.rpm
e7f986405ccea63d3b4038bbff1d3e7d2df888c4e0e31b94ebdf776039886ad1  
samba4-winbind-4.2.10-10.el6_9.i686.rpm
ba75635b05588d270f1fb0d4f60d1183c996df7cad8d7d131e50d20be4bbc598  
samba4-winbind-clients-4.2.10-10.el6_9.i686.rpm
73f8d248cc592926cf1f92ca1f7a100e067f3dd5bead6ef394aa65ebea1579df  
samba4-winbind-krb5-locator-4.2.10-10.el6_9.i686.rpm

x86_64:
ad8dac28cd2094808e5d26f16694fcf48599c593f3dfe6080fbc2c4810eeecd5  
samba4-4.2.10-10.el6_9.x86_64.rpm
7c2b9ed0d2a7772aac70369d5f8d1174f88da8373264e88930617359c80623c2  
samba4-client-4.2.10-10.el6_9.x86_64.rpm
e47c589a471476a6af5a3fa7fc2865243db3c0039a5130b01fa45b669bcfbe1a  
samba4-common-4.2.10-10.el6_9.x86_64.rpm
453436d42dc22e633700d0d08e678c11d58251ca6a3317846c37c78a74cf3a2b  
samba4-dc-4.2.10-10.el6_9.x86_64.rpm
93017f8b132ffbe5d4815ca74b8c109e1c272ecf51aae61f14d0668ee2146b21  
samba4-dc-libs-4.2.10-10.el6_9.x86_64.rpm

Re: [CentOS-virt] lvm cache + qemu-kvm stops working after about 20GB of writes

2017-05-26 Thread Richard Landsman - Rimote

Hello everyone,

I've tried just about everything the last weeks and my findings are:

- the problem with LVM cache seems NOT to be caused by KVM/qemu. But is 
/seems/ that it is noticeable more inside a KVM. So the slowdown of the 
cache also happens on HW-node, but you must give it a serious go before 
you notice.


- Not a single time I succeeded in creating a well working cache using 
LVM2 cache. In artificial / KVM setups and with *small* devices it works 
(dm-testsuite etc). But in real life scenario with *fully population all 
the PV's* on 2TB HDDs and 250G SSDs (both RAID 1) the cache stopped 
working after 20 - 50 GB of writes although the cache is 150+G large. 
Please use fio examples below and always use new filenames so not the 
same blocks are overwritten.


The poor performance stayed most of the time even when all blocks were 
flushed. Very unpredictable cache performance / behavior.


I finally decided to go for dm-writeboost in stead of lvm2 cache 
(dm-cache). This was the only way to create a well working cache that 
works till 95% filled. But of course would be nicer to have something 
that generally more stable like LVM2.


I guess in the sens of this mailing-list this issue is resolved because 
it does not seem to belong here.


--
Met vriendelijke groet,

Richard Landsman
http://rimote.nl

T: +31 (0)50 - 763 04 07
(ma-vr 9:00 tot 18:00)

24/7 bij storingen:
+31 (0)6 - 4388 7949
@RimoteSaS (Twitter Serviceberichten/security updates)

On 04/20/2017 04:23 PM, Sandro Bonazzola wrote:



On Thu, Apr 20, 2017 at 12:32 PM, Richard Landsman - Rimote 
> wrote:


Hello everyone,

Anybody had the chance to test out this setup and reproduce the
problem? I assumed it would be something that's used often these
days and a solution would benefit a lot of users. If can be of any
assistance please contact me.

I haven't seen any additional report of this happening, can you please 
try to reproduce with the new qemu-kvm-ev-2.6.0-28.el7_3.9.1 currently 
in testing?


-- 
Met vriendelijke groet,


Richard Landsman
http://rimote.nl

T: +31 (0)50 - 763 04 07
(ma-vr 9:00 tot 18:00)

24/7 bij storingen:
+31 (0)6 - 4388 7949
@RimoteSaS (Twitter Serviceberichten/security updates)




--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R

Red Hat EMEA 

  
TRIED. TESTED. TRUSTED. 



___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


[CentOS-virt] libxl: fix param assignment in domainGetSchedulerParameters

2017-05-26 Thread Yuriy Kohut
Hello,

Do you have any plans to include the 
https://www.redhat.com/archives/libvir-list/2016-September/msg01284.html 
 
patch into libvirt version 2.2.0, shipped for the RHEL/CentOS 7.x and Xen 4.6.x 
?

Thanks
---
Yura

___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt