Error while using a Ubuntu machine with itd #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
Interesting. ITD's service file certainly contains
ExecStart
. Can you try 0.0.8?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.
Can you please give me the output of
cat /usr/lib/systemd/user/itd.service
so I can see what systemd is complaining about?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.
Can you try editing
/usr/lib/systemd/user/itd.service
and changingExecStart=itd
toExecStart=/usr/bin/itd
, then runsystemctl --user daemon reload
and try starting ITD again? I think maybe Ubuntu isn't detecting the path of the executable properly.Closing due to lack of activity