Description of problem: [alain4@mag6 ~]$ rpm -q isodumper isodumper-1.33-1.mga8 [alain4@mag6 ~]$ isodumper Traceback (most recent call last): File "/usr/bin/isodumper", line 24, in <module> app = isodumper.IsoDumper() File "/usr/lib/python3.8/site-packages/isodumper/isodumper.py", line 610, in __init__ logging.basicConfig(filename=os.path.join(logpath,"isodumper2.log"), File "/usr/lib64/python3.8/logging/__init__.py", line 1984, in basicConfig h = FileHandler(filename, mode) File "/usr/lib64/python3.8/logging/__init__.py", line 1143, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib64/python3.8/logging/__init__.py", line 1172, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) PermissionError: [Errno 13] Permission denied: '/home/alain4/.isodumper/isodumper2.log' Version-Release number of selected component (if applicable): attached: /home/alain4/.isodumper/isodumper2.log' I've uninstall and reinstall isodumper: nothing changes How reproducible: Steps to Reproduce: 1. 2. 3.
Created attachment 12612 [details] /home/alain4/.isodumper/isodumper2.log
This is because your .isodumper folder is not owned by your user. Remove it as root.
CC: (none) => ouaurelien
Just to clarify on comment 2, most likely isodumper was previously run after using just su to become root instead of "su -". https://wiki.mageia.org/en/Never_use_just_su As per that article, to fix it use ... su - chown -Rc alain4:alain4 /home/alain4
CC: (none) => davidwhodgins
OK! it was stupide, sorry and thanks
(In reply to peter lawford from comment #4) > OK! it was stupide, sorry and thanks So this is fixed ? ;) Closing. Feel free to reopen if not fixed.
Status: NEW => RESOLVEDResolution: (none) => WORKSFORME
(In reply to Aurelien Oudelet from comment #5) > (In reply to peter lawford from comment #4) > > OK! it was stupide, sorry and thanks > > So this is fixed ? ;) > > Closing. > Feel free to reopen if not fixed. it is fixed!