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
use github code to start pdagent service meet error
[pd@localhost ~]$ sudo pdagent/bin/pdagentd.py
Agent should not be run as root. Use: sudo service pdagent
Agent will now quit
[pd@localhost ~]$ pdagent/bin/pdagentd.py
Traceback (most recent call last):
File "pdagent/bin/pdagentd.py", line 81, in
import pdagent.config
ImportError: No module named config
Env:Redhat6.10
Python 2.7
The text was updated successfully, but these errors were encountered:
use github code to start pdagent service meet error
[pd@localhost ~]$ sudo pdagent/bin/pdagentd.py
Agent should not be run as root. Use: sudo service pdagent
Agent will now quit
[pd@localhost ~]$ pdagent/bin/pdagentd.py
Traceback (most recent call last):
File "pdagent/bin/pdagentd.py", line 81, in
import pdagent.config
ImportError: No module named config
Env:Redhat6.10
Python 2.7
The text was updated successfully, but these errors were encountered: