Package: coz-profiler
Version: 0.0.git.20161011T1320-3
Severity: normal

The package currently fails to run its tests during build due to insufficient
permissions to access Linux's perf interface.

There's three ways to solve this:

* running the checks as root
* granting CAP_SYS_ADMIN to the user running the checks
* configuring perf's paranoid level: sudo sh -c 'echo 0 
>/proc/sys/kernel/perf_event_paranoid'

Something I have not yet checked is if there is a subset of the interface,
sufficient for coz, that will provide the profiling information without
additional permissions.


Cheers,
  Lluis

Reply via email to