AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.12k stars 174 forks source link

Unable to remove allsky for a complete re-install #3684

Closed WirthmU closed 3 weeks ago

WirthmU commented 3 weeks ago

Environment

Bug Description

I would want to make a complete re-install. I could halt allsky service and remove most of the file in the allsky-directory. However it seems that the tmp directory still is blocking complete removal.

(foobar) pi@meteotux:~ $ sudo rm -R allsky
rm: cannot remove 'allsky/tmp': Device or resource busy

I already dit a reboot but still get the same message.

Any help to this?

EricClaeys commented 3 weeks ago

Run

cd
sudo umount allsky/tmp
rm -fr allsky
WirthmU commented 3 weeks ago

It worked - perfect! Thank you