On 07-Nov-18 4:01 PM, Ferruh Yigit wrote:
On 11/7/2018 1:56 PM, Anatoly Burakov wrote:
On some distributions (such as CentOS 7) lspci may not be installed
by default, causing exceptions which are difficult to interpret.
Fix devbind script to check if lspci is installed at script startup.
I gu
On 10-Nov-18 11:03 AM, Rami Rosen wrote:
HI Anatoly,
Do all other distros have lspci in package called pciutils? If not, i
prefer to keep it the way it is.
Your original patch have:
+if ret != 0:
+print("'lspci' not found - please install 'lspci'")
And I suggest to consi
HI Anatoly,
>Do all other distros have lspci in package called pciutils? If not, i
>prefer to keep it the way it is.
Your original patch have:
+if ret != 0:
+print("'lspci' not found - please install 'lspci'")
And I suggest to consider changing it to:
>> + if ret != 0:
>>
On 08-Nov-18 8:38 PM, Rami Rosen wrote:
Hi, Anatoly,
This is really minor nitpick, but in case you decide to send V2, I
believe it should say
>> + if ret != 0:
>> + print("'lspci' not found - please install pciutils')
as the name of the package containing lspci is pciutils in cen
Hi, Anatoly,
This is really minor nitpick, but in case you decide to send V2, I believe
it should say
>> + if ret != 0:
>> +print("'lspci' not found - please install pciutils')
as the name of the package containing lspci is pciutils in centos.
Regards,
Rami Rosen
>
On 11/7/2018 4:30 PM, Burakov, Anatoly wrote:
> On 07-Nov-18 4:01 PM, Ferruh Yigit wrote:
>> On 11/7/2018 1:56 PM, Anatoly Burakov wrote:
>>> On some distributions (such as CentOS 7) lspci may not be installed
>>> by default, causing exceptions which are difficult to interpret.
>>>
>>> Fix devbind
On 07-Nov-18 4:01 PM, Ferruh Yigit wrote:
On 11/7/2018 1:56 PM, Anatoly Burakov wrote:
On some distributions (such as CentOS 7) lspci may not be installed
by default, causing exceptions which are difficult to interpret.
Fix devbind script to check if lspci is installed at script startup.
I gu
On 11/7/2018 1:56 PM, Anatoly Burakov wrote:
> On some distributions (such as CentOS 7) lspci may not be installed
> by default, causing exceptions which are difficult to interpret.
>
> Fix devbind script to check if lspci is installed at script startup.
I guess we need lspci for `--status`, bind
8 matches
Mail list logo