@@ -64,6 +64,7 @@ file cannot be read as required by libguestfish.
64
64
65
65
Run this command as a temporary and immediate fix::
66
66
67
+ sudo chmod 0644 /boot/vmlinuz-*
67
68
for k in /boot/vmlinuz-*
68
69
do sudo dpkg-statoverride --add --update root root 0644 /boot/vmlinuz-$k
69
70
done
@@ -87,9 +88,9 @@ https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725/comments/3 ::
87
88
88
89
2. Set executable permissions::
89
90
90
- sudo chmod +x /etc/kernel/postinst.d/statoverride
91
+ sudo chmod +x /etc/kernel/postinst.d/statoverride
91
92
92
- See also for a complete discussion:
93
+ See also these links for a complete discussion:
93
94
94
95
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725
95
96
- https://bugzilla.redhat.com/show_bug.cgi?id=1670790
@@ -109,15 +110,13 @@ ExtractCode will use these environment variables if set:
109
110
shared library used to support some of the archive formats. If not provided,
110
111
ExtractCode will look for a plugin-provided libarchive library path. See
111
112
https://github.com/nexB/scancode-plugins/tree/main/builtins for such plugins.
112
-
113
113
If no plugin contributes libarchive, then a final attempt is made to look for
114
114
it in the PATH using standard DLL loading techniques.
115
115
116
116
- EXTRACTCODE_7Z_PATH : the path to the ``7z `` 7zip executable used to support
117
117
some of the archive formats. If not provided, ExtractCode will look for a
118
118
plugin-provided 7z executable path. See
119
119
https://github.com/nexB/scancode-plugins/tree/main/builtins for such plugins.
120
-
121
120
If no plugin contributes 7z, then a final attempt is made to look for
122
121
it in the PATH.
123
122
0 commit comments