fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. /*
  6.  
  7.  
  8. eno@eno-Virtual-Machine:~$ sudo /usr/sbin/hv_kvp_daemon -n
  9. WARNING: hv_kvp_daemon not found for kernel 4.15.0-45
  10.  
  11.   You may need to install the following packages for this specific kernel:
  12.   linux-tools-4.15.0-45-generic
  13.   linux-cloud-tools-4.15.0-45-generic
  14.  
  15.   You may also want to install one of the following packages to keep up to date:
  16.   linux-tools-generic
  17.   linux-cloud-tools-generic
  18. eno@eno-Virtual-Machine:~$
  19.  
  20.  
  21. */
  22. return 0;
  23. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
Standard output is empty