http://pastebin.com/RNvZWmKE
my install is 8 wks old
Hmmmm...
I suddenly start to see things I recognize in different syntax...
/org/freedesktop/Hal/devices/pci_10de_774_sound_card_0_alsa_control__1 (mine)
10de is nVidia
/org/freedesktop/Hal/devices/pci_8086_2e20 (bushtech)
8086 is intel
/org/freedesktop/Hal/devices/pci_1002_5957 (phenigma)
/org/freedesktop/Hal/devices/pci_1002_5a14 (techstyle)
1002 is ATI...
Techstyle, can you please lspci -nnk | grep 5a14 and tell me if this reveals something similar to:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) [1002:5a14] (rev 02)
Subsystem: ASRock Incorporation Device [1849:5a14]
bushtech... I am expecting you will need to lspci -nnk | grep 2e20 -A1 should say something akin to:
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e20] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
phenigma... lspci -nnk | grep 5957 -A1 and something like:
00:00.0 Host bridge [0600]: ATI Technologies Inc RX780/RX790 Chipset Host Bridge [1002:5957]
Subsystem: ASUSTeK Computer Inc. Device [1043:8353]
davegravy... I have no effin clue what 5VP9V3VG is. But you seem to have it in spades. I would try grepping your system from root for both -ir 5vp9 and v3vg. Might also change your sql command to:
SELECT IPaddress, COUNT(*) FROM PnpQueue GROUP by Category; and see if that huge number shows up with an IP, though I doubt it.
Thanks guys. Hopefully I can figure out what these things all are, and how they get there, so that things which query the table can do so faster.