When i use command, “ncu -o SOA.report SoA”, to generate a kernal reporter.
I am stuck in the following error message.
==WARNING== Could not deploy stock section files to “/home/<<username>>/Documents/NVIDIA Nsight Compute/2021.3.1/Sections”.
Set the HOME environment variable to a writable directory.
==WARNING== Using “/usr/lib/x86_64-linux-gnu/nsight-compute/target/linux-desktop-glibc_2_11_3-x64/../../sections” instead.
==WARNING== See
.
==WARNING== Failed to add default section search path /usr/lib/x86_64-linux-gnu/nsight-compute/target/linux-desktop-glibc_2_11_3-x64/../../sections.
==ERROR== Failed to add rules search path /usr/lib/x86_64-linux-gnu/nsight-compute/target/linux-desktop-glibc_2_11_3-x64/../../sections.
The things i do:
- check the directory existence.———it existed !
<<username>@<<username>>-Precision-3581 ~/D/N/2/Sections (master)> pwd
/home/<<username>>/Documents/NVIDIA Nsight Compute/2021.3.1/Sections - check the owner and permission of the directory ——-owner is current used, permission is all user can modify
<<username>>@<<username>>-Precision-3581 ~/D/N/2021.3.1 (master)> ll
total 4.0K
drwxrwxrwx 2 <<username>><<username>> 4.0K Mar 13 08:35 Sections/
I want to know how to fix the error when using this command and the cause of the error occured.
I am stuck here for a whole morring!!!
I search same related posts in the Forums.
A post say that it is existence about default directory in his case.
But the directory exsited in my case.
I have no idea to solve the problem.