Updates to Github #github
Pcp Integration <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
[pcp:master] New Issue Created by ryandoyle ( https://github.com/ryandoyle ) : #268 MMV not immediately usable after clean install ( https://github.com/performancecopilot/pcp/issues/268 ) Heya I think there is a regression in 3.11.6 with how the MMV pmda is registered when installed. It looks like the MMV directory does not exist after a clean install. $ sudo apt-get install -y pcp $ pminfo -f mmv mmv.control.files value 0 mmv.control.debug value 0 mmv.control.reload value 0 $ ls -l /var/lib/pcp/tmp/mmv ls: cannot access /var/lib/pcp/tmp/mmv: No such file or directory I've only done a small amount of digging and couldn't see any changes in debian/ that could cause this. It looks like the ./Install script is the one that creates that directory. Perhaps its not being invoked anymore? --- [pcp:master] New Issue Created by ryandoyle ( https://github.com/ryandoyle ) : #268 MMV not immediately usable after clean install ( https://github.com/performancecopilot/pcp/issues/268 ) Heya I think there is a regression in 3.11.6 with how the MMV pmda is registered when installed. It looks like the MMV directory does not exist after a clean install. $ sudo apt-get install -y pcp $ pminfo -f mmv mmv.control.files value 0 mmv.control.debug value 0 mmv.control.reload value 0 $ ls -l /var/lib/pcp/tmp/mmv ls: cannot access /var/lib/pcp/tmp/mmv: No such file or directory I've only done a small amount of digging and couldn't see any changes in debian/ that could cause this. It looks like the ./Install script is the one that creates that directory. Perhaps its not being invoked anymore? I don't mind looking into this but someone might already have an idea of what is different between 3.11.5 and 3.11.6 regarding this issue.