-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied on RunWithResource #100
Comments
did you managed to fix this? i have the same problem |
same here, without sudo:
with sudo:
|
@ashkan-esz @rhuanpk unfortunately I couldn't fix it by myself and I changed the package |
@dhanielsales what's the package you choosen? |
OpenCV, but we changed the approach completely. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run a command with Run With Resource and i receive a permission denied error like above
OS: Fedora 37
GO version: go1.20.4 linux/amd64
Error:
panic: mkdir /sys/fs/cgroup/cpu,cpuacct/ffmpeg_go_2wtdg9: permission denied goroutine 47 [running]: main.main.func1(0x1e) /home/dhanielsales/MyProjects/video-preview-progress/main.go:45 +0x432 created by main.main /home/dhanielsales/MyProjects/video-preview-progress/main.go:32 +0xc5 panic: mkdir /sys/fs/cgroup/cpu,cpuacct/ffmpeg_go_pg6wsj: permission denied goroutine 68 [running]: main.main.func1(0x33) /home/dhanielsales/MyProjects/video-preview-progress/main.go:45 +0x432 created by main.main /home/dhanielsales/MyProjects/video-preview-progress/main.go:32 +0xc5 exit status 2
Code:
I already try to build and run the code with Sudo but receive the same error.
The text was updated successfully, but these errors were encountered: