I’ve got quite a funny behavior with transmission. I got suddenly some downloading errors and therefore de-installed it:
dpkg -l | grep transmission
sudo apt-get -y remove transmission-daemon
sudo apt-get purge transmission-daemon
sudo apt-get autoremove
And when I went to MyOSMC App Store to re-install it, it said that it is already installed. I then click on uninstall, but got the following message:
Insufficient space for Update to proceed. Free some storage space and try again later.
Then, I went on ssh and started transmission-daemon… and to my surprise it seems to run (even though magnet files get so an error message stating that Permission is denied). The transmission-daemon.service file is empty, so is the settings.json.
Any idea what is going on (why problem with space suddenly) and how I can get rid of it completely to re-install it cleanly ?
Forgot to add: when I stop the daemon, I get this message
Failed to stop transmission-daemon.service: Unit transmission-daemon.service not loaded.
And when I start it, I get this one:
Failed to start transmission-daemon.service: Unit transmission-daemon.service not found.
Funnily I don’t see my /media/video folder …this is where I load my videos… But I guess not where transmission is installed (locally on my SD card - where there is still space)
Your root partition is completely full. You are going to have many strange issues until you find out what bloat is taking it up and you free up some space there.
That is exactly your issue. I assume the mounting of your video folder failed and the downloads were written to the SD card (into /nedia/video)
Remove the files from /media/videos/ and mount your remote server afterwards and you should than be able to install transmission (if not other stuff is broken while you ran out of space).
Ok it was an assumption that transmission wrote there while the mounting failed.
then the first task is to hunt down the big usage files.
The method of @Tom_Doyle is good.
I rebooted already, but cannot find my /media/video listed here… So I guess it failed to mount.
I automount both music and video at startup in etc/fstab…so it is weird that one folder gets mounted (music) but not the other one (video) while they located on the same external drive and under the same main folder… and this out of a sudden !!
I also tried to remove transmission again (who is running on the web interface), but i get message that it is not installed when i check the status or try to remove it… really strange