You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/sam/Swar-Chia-Plot-Manager/stateless-manager.py", line 94, in
jobs, running_work, next_job_work, next_log_check = monitor_jobs_to_start(
File "/home/sam/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 258, in monitor_jobs_to_start
job, work = start_work(
File "/home/sam/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 327, in start_work
psutil.Process(pid).nice(nice_val)
File "/home/sam/Swar-Chia-Plot-Manager/venv/lib/python3.8/site-packages/psutil/init.py", line 724, in nice
self._proc.nice_set(value)
File "/home/sam/Swar-Chia-Plot-Manager/venv/lib/python3.8/site-packages/psutil/_pslinux.py", line 1578, in wrapper
raise AccessDenied(self.pid, self._name)
psutil.AccessDenied: psutil.AccessDenied (pid=50362)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/sam/Swar-Chia-Plot-Manager/stateless-manager.py", line 94, in
jobs, running_work, next_job_work, next_log_check = monitor_jobs_to_start(
File "/home/sam/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 258, in monitor_jobs_to_start
job, work = start_work(
File "/home/sam/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 327, in start_work
psutil.Process(pid).nice(nice_val)
File "/home/sam/Swar-Chia-Plot-Manager/venv/lib/python3.8/site-packages/psutil/init.py", line 724, in nice
self._proc.nice_set(value)
File "/home/sam/Swar-Chia-Plot-Manager/venv/lib/python3.8/site-packages/psutil/_pslinux.py", line 1578, in wrapper
raise AccessDenied(self.pid, self._name)
psutil.AccessDenied: psutil.AccessDenied (pid=50362)
The text was updated successfully, but these errors were encountered: