-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: uuidgen command not found #1256
Comments
Please provide the full system information; it is relevant. |
Although I fail to see how system information is relevant when the issue is that
|
The cause here, of course, is f4fbb7d. There's no benefit to that change, so it should be reverted given the fact that some systems clearly don't have uuidgen installed. |
The benefit of f4fbb7d is macOS compatibility. |
uuidgen was already used in the case that /proc/sys/kernel/random/uuid did not exist, no? |
Yes, that syntax was broken due to the || and also --random not being portable. Making sure uuidgen is available via packaging is trivial. |
The Debian install requirements in the wiki has also been updated. |
Expected behavior
If a required tool is not found, the script should give a proper message telling the user to install it
Actual behavior
The script tells me that the "Microsoft servers returned a failing HTTP status code!", which is technically correct, but the reason for it, in this case, is the missing
uuidgen
toolSteps to reproduce the behavior
Ensure that
uuidgen
is not available, then runquickget
with any of the microsoft productsAdditional context
Quickemu output
Run
quickemu
orquickemu
and include the output of the failure below:System Information
Not relevant
The text was updated successfully, but these errors were encountered: