Hallo zusammen,
seit ein paar Tagen bekomme ich beim Neustart von SmartHomeNG folgenden Fehler im Log, mit dem ich selber nicht viel anfangen kann.
Im Einsatz ist SmartHomeNG 1.5.1.master, smartVISU v2.9
Scheint irgend ein Rechteproblem zu sein?
seit ein paar Tagen bekomme ich beim Neustart von SmartHomeNG folgenden Fehler im Log, mit dem ich selber nicht viel anfangen kann.
Im Einsatz ist SmartHomeNG 1.5.1.master, smartVISU v2.9
Scheint irgend ein Rechteproblem zu sein?
Code:
2019-01-01 09:28:24 ERROR smartvisu SmartVisuGenerator: Exception: [Errno 1] Operation not permitted Traceback (most recent call last): File "/usr/local/smarthome/plugins/visu_smartvisu/__init__.py", line 95, in run svgen = SmartVisuGenerator(self._sh, self.smartvisu_dir, self.overwrite_templates, self.visu_style, self.smartvisu_version) File "/usr/local/smarthome/plugins/visu_smartvisu/__init__.py", line 170, in __init__ self.copy_templates() File "/usr/local/smarthome/plugins/visu_smartvisu/__init__.py", line 438, in copy_templates shutil.copy2( os.path.join(srcdir, fn), self.tpldir ) File "/usr/lib/python3.4/shutil.py", line 245, in copy2 copystat(src, dst, follow_symlinks=follow_symlinks) File "/usr/lib/python3.4/shutil.py", line 188, in copystat follow_symlinks=follow) PermissionError: [Errno 1] Operation not permitted
Kommentar