epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00243
[Bug 1017140] [NEW] Clients with multiple VGA cards don't appear in Epoptes
Public bug reported:
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.
** Affects: epoptes
Importance: Undecided
Assignee: Alkis Georgopoulos (alkisg)
Status: In Progress
--
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:
In Progress
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
Follow ups
References