-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi @dkmstr ,
I installed the udsactor for Linux Ubuntu using Debian and It is successfully installed in the ubuntu machine.
To verify I tried to run this script in the VM and I get this error
~/actor$ python2.7 /usr/share/UDSActor/udsactor/linux/UDSActorService.py start
Traceback (most recent call last):
File "/usr/share/UDSActor/udsactor/linux/UDSActorService.py", line 34, in <module>
from udsactor import operations
ImportError: No module named udsactor
Or the following is fine?
hari@hari-oVirt-Node:~$ service udsactor status
● udsactor.service - LSB: UDS Actor
Loaded: loaded (/etc/init.d/udsactor; generated)
Active: active (running) since Wed 2018-11-14 21:47:05 IST; 8min ago
Docs: man:systemd-sysv-generator(8)
Process: 721 ExecStart=/etc/init.d/udsactor start (code=exited, status=0/SUCCE
Tasks: 1 (limit: 1032)
CGroup: /system.slice/udsactor.service
└─831 UDSActorDaemon
Nov 14 21:47:04 hari-oVirt-Node systemd[1]: Starting LSB: UDS Actor...
Nov 14 21:47:05 hari-oVirt-Node systemd[1]: Started LSB: UDS Actor.
How to install this module ?