Error while using a Ubuntu machine with itd #30

Closed
opened 2022-10-24 00:01:32 +00:00 by stevensu1838 · 8 comments

I wanted to use a Ubuntu machine with itd. However, after I installed itd with sudo apt install ~/Downloads/itd-0.0.7-linux-x86_64.deb, I couldn't event start itd. See the picture below. Can you please help?

image

I wanted to use a Ubuntu machine with itd. However, after I installed itd with sudo apt install ~/Downloads/itd-0.0.7-linux-x86_64.deb, I couldn't event start itd. See the picture below. Can you please help? ![image](/attachments/a5f55767-190d-489c-a77a-98d50a1fc8a5)
166 KiB
Owner

Interesting. ITD's service file certainly contains ExecStart. Can you try 0.0.8?

Interesting. ITD's service file certainly contains `ExecStart`. Can you try 0.0.8?
Author

Sorry, 0.07 was my typo I did use ~$ sudo apt install ~/Downloads/itd-0.0.8-linux-x86_64.deb. And I tried it on multiple Ubuntu machines. Same error. Can you please help? Thank you so much for your great help.

Sorry, 0.07 was my typo I did use ~$ sudo apt install ~/Downloads/itd-**0.0.8**-linux-x86_64.deb. And I tried it on multiple Ubuntu machines. Same error. Can you please help? Thank you so much for your great help.
Owner

Can you please give me the output of cat /usr/lib/systemd/user/itd.service so I can see what systemd is complaining about?

Can you please give me the output of `cat /usr/lib/systemd/user/itd.service` so I can see what systemd is complaining about?
Author

image

![image](/attachments/f5321b4d-c1c0-4011-919c-e3956afe4f9f)
Owner

This is really strange. Your service file has an ExecStart field, but systemd is complaining about it not being there. Try running systemctl --user daemon-reload, then start it again. If it still doesn't work, try rebooting if you haven't already.

This is really strange. Your service file has an ExecStart field, but systemd is complaining about it not being there. Try running `systemctl --user daemon-reload`, then start it again. If it still doesn't work, try rebooting if you haven't already.

Also using Ubuntu. Having the same exact issue and none of those solutions worked.

Also using Ubuntu. Having the same exact issue and none of those solutions worked.
Owner

Can you try editing /usr/lib/systemd/user/itd.service and changing ExecStart=itd to ExecStart=/usr/bin/itd, then run systemctl --user daemon reload and try starting ITD again? I think maybe Ubuntu isn't detecting the path of the executable properly.

Can you try editing `/usr/lib/systemd/user/itd.service` and changing `ExecStart=itd` to `ExecStart=/usr/bin/itd`, then run `systemctl --user daemon reload` and try starting ITD again? I think maybe Ubuntu isn't detecting the path of the executable properly.
Owner

Closing due to lack of activity

Closing due to lack of activity
Sign in to join this conversation.
No description provided.