-
Notifications
You must be signed in to change notification settings - Fork 4
Installation log #12
Comments
Leaving a terminal open would interfere with unattended installations, I'll add a logging output file to the installer. |
Please update here and document in the README when the logging output file is there. |
@dfpr reminder that we still need the logfile. Installer didn't work and I don't know why. |
@cakrit I'm working on this right now, I'll finish soon |
noob question, isn't it possible to add our log (debug) messages to the output of |
I mean, instead of doing our own thing... |
Usual msi logs include file operations and return codes of actions, output for scripts won't appear there so there's a need for saving a log file outside Windows Installer. |
Ok, thanks. |
Installation log now saved to c:\netdata.log, README has been updated. |
Here it is cleaned up (installation failed): netdata.log Here is the original: netdata.log I see that Wordpad is able to open both, actually, those nulls (\x00) show up as extra spaces. |
wsl.exe is outputting unicode, check microsoft/WSL#4607 .The fix shown there didn't work for me thou. For now the null character can be removed for readability. I'll work on the installation failed issue first before fixing this. |
As mentioned in #10 the log also includes some errors that aren't really errors. |
I've improved the log file to show the least of errors, what might remain are faux error messages unrelated to the installation and caused by incorrect return codes plus unexpected unicode output from wsl.exe |
Are the following "faux error messages"? Any suggestions on how to get rid of them?
|
I don't experience this issue but it should be fixed now for the |
Yesterday's build had the following:
|
I need the full log |
Path is added now through Windows Installer, uninstaller can fix old leftover entries. |
I'm closing this and will create a new one if I see any new weird things. |
When installing from the command line (with the command below) it would be nice to see some output of the installation on the window you triggered it or leave the last one open pending a user "enter" or something to see some output.
The text was updated successfully, but these errors were encountered: