You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exitCodes= ['Success, normal exit', 'Package manager not found', 'Unable to sign a kernel module', 'Unable to extract kernel version string', 'Cannot open modules JSON file', 'Modules JSON content is malformed', 'Cannot access modules directory', 'Cannot build akmods for kernel']
93
94
94
95
print (__title__+': Error: '+errorMessage)
96
+
97
+
ifcommandExitCode!=0:
98
+
print ('Last command exited with code %d'%commandExitCode)
handleError ('Error signing kernel module: %s (Check your password for sudo, that both your keyfiles have correct paths/exist, and the module entries in your json file)'%moduleFile, 2)
handleError (errorMessage='Error signing kernel module: %s (Check your password for sudo, that both your keyfiles have correct paths/exist, and the module entries in your json file)'%moduleFile, exitCode=2, commandExitCode=signModuleStatus)
0 commit comments