Re: [ovs-dev] [PATCH] rhel: user/group openvswitch does not exist

2018-04-10 Thread Timothy Redaelli
On Tue, 10 Apr 2018 09:49:36 -0400 Aaron Conole wrote: > From: Alan Pevec > > Default ownership[1] for config files is failing on an empty system: > Running scriptlet: openvswitch-2.9.0-3.fc28.x86_64 > warning: user openvswitch does not exist -

Re: [ovs-dev] [PATCH] rhel: user/group openvswitch does not exist

2018-04-10 Thread Markos Chandras
On 10/04/18 14:49, Aaron Conole wrote: > +%pre > +getent group openvswitch >/dev/null || groupadd -r openvswitch > +getent passwd openvswitch >/dev/null || \ > +useradd -r -g openvswitch -d / -s /sbin/nologin \ > +-c "Open vSwitch Daemons" openvswitch > + > +%if %{with dpdk} > +getent

Re: [ovs-dev] [PATCH] rhel: user/group openvswitch does not exist

2018-04-10 Thread Markos Chandras
On 10/04/18 14:49, Aaron Conole wrote: > From: Alan Pevec > > Default ownership[1] for config files is failing on an empty system: > Running scriptlet: openvswitch-2.9.0-3.fc28.x86_64 > warning: user openvswitch does not exist - using root > warning: group openvswitch

[ovs-dev] [PATCH] rhel: user/group openvswitch does not exist

2018-04-10 Thread Aaron Conole
From: Alan Pevec Default ownership[1] for config files is failing on an empty system: Running scriptlet: openvswitch-2.9.0-3.fc28.x86_64 warning: user openvswitch does not exist - using root warning: group openvswitch does not exist - using root ... Required user/group