Errors reported by Bleachbit
The following 2 errors are repeatedly reported while using bleachbit in Linux Mint 19.1 Cinnamon 64bit, but I am not sure if it's an error.
Error in execution of Command to delete /root/.cache/doc/by-app
Traceback (most recent call last):
File "/usr/share/bleachbit/bleachbit/Worker.py", line 83, in execute
for ret in cmd.execute(self.really_delete):
File "/usr/share/bleachbit/bleachbit/Command.py", line 84, in execute
FileUtilities.delete(self.path, self.shred)
File "/usr/share/bleachbit/bleachbit/FileUtilities.py", line 266, in delete
os.rmdir(delpath)
OSError: [Errno 38] Function not implemented: '/root/.cache/doc/by-app'
Error in execution of Command to delete /root/.cache/doc
Traceback (most recent call last):
File "/usr/share/bleachbit/bleachbit/Worker.py", line 83, in execute
for ret in cmd.execute(self.really_delete):
File "/usr/share/bleachbit/bleachbit/Command.py", line 84, in execute
FileUtilities.delete(self.path, self.shred)
File "/usr/share/bleachbit/bleachbit/FileUtilities.py", line 266, in delete
os.rmdir(delpath)
OSError: [Errno 16] Device or resource busy: '/root/.cache/doc'
andrew
Wed, 01/23/2019 - 20:37
Permalink
There was a previous
There was a previous discussion about this. Before, you manually deleted the directory, and it seemed OK for now.
I Googled /root/.cache/doc, and it seems to be created by FUSE (Filesystem in Userspace). Would you please confirm with this command?
There are many kinds of FUSE file systems such as SSH, FTP, SMB, Amazon S3, and encrypted file systems. Do you know which one you have?
---
Andrew, lead developer
ineuw
Thu, 01/24/2019 - 05:08
Permalink
My apologies, I did not
My apologies, I did not compare the error message with my previous post, but now that I tried to see if the error appears and it doesn't. On the other hand all the drives listed below are NTFS.
ineuw@lm191dt~$ mount | grep fuse
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda3 on /media/tli type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb4 on /media/tls type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb2 on /media/adm type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb9 on /media/wikimedia type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb5 on /media/tsdy type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb3 on /media/eln type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
Linux Mint Cinnamon 20. 0 64bit
ineuw
Mon, 01/28/2019 - 04:37
Permalink
I now know why the problem of
I now know why the problem of deleting "/root/.cache/doc/by-app" returned after dealing with it successfully the last time. Then, I was using Linux Mint 19, in which I was able delete the folder manually as root, and the problem never returned. This time I upgraded to LM 19.1, which doesn't allow me to delete the folder, even as root.
So, now that the problem is known, I am not concerned about it. Will wait for resolution by the developers, as I am sure that someone else as well reported it. Please consider this issue closed.
Linux Mint Cinnamon 20. 0 64bit
andrew
Mon, 01/28/2019 - 20:21
Permalink
If the error returns and you
If the error returns and you are able to figure out which FUSE file system it is, let me know.
---
Andrew, lead developer
ineuw
Thu, 01/31/2019 - 03:15
Permalink
Andrew, thanks. Since I don't
Since I don't know the answer to the FUSE question, I posted the issue on the Linux Mint forum here. https://forums.linuxmint.com/viewtopic.php?f=90&t=286831
The problem is not consistent, and is not serious (for me), now that you explained, so please don't waste your time. It will resolve itself eventually. - Thanks.
Linux Mint Cinnamon 20. 0 64bit