← Back to team overview

epoptes team mailing list archive

[Bug 1017140] Re: Clients with multiple VGA cards don't appear in Epoptes

 

Fix released in Epoptes 0.5.6.

** Changed in: epoptes
       Status: In Progress => Fix Released

** Changed in: epoptes
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Epoptes
Developers, which is the registrant for Epoptes.
https://bugs.launchpad.net/bugs/1017140

Title:
  Clients with multiple VGA cards don't appear in Epoptes

Status in Epoptes:
  Fix Released

Bug description:
  If a client has multiple VGA cards, the line
  VGA=$(lspci -nn -m | sed -n -e '/"VGA/s/[^"]* "[^"]*" "[^"]*" "\([^"]*\)" .*/\1/p')
  in client-functions confuses epoptes and the client doesn't show up.

  VGA=$(lspci -nn -m | sed -n -e '/"VGA/s/[^"]* "[^"]*" "[^"]*" "\([^"]*\)" .*/\1/p' | head -n 1)
  fixes it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/1017140/+subscriptions


References