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
For bugs, describe what you're seeing
On startup, I get a message that lima exited 1. In lima.log, I see:
time="2021-10-25T10:22:33-05:00" level=fatal msg="failed to run [system_profiler SPNetworkDataType -json]: stdout=\"\", stderr=\"Usage: system_profiler [-listDataTypes]\\n system_profiler [-xml] [-timeout n] [-detailLevel n]\\n system_profiler [-xml] [-timeout n] [dataType1 ... dataTypeN]\\n\\n -detailLevel n specifies the level of detail for the report\\n mini = short report (contains no identifying or personal information)\\n basic = basic hardware and network information\\n full = all available information\\n\\n -listDataTypes lists all the available datatypes\\n\\n -xml generates xml output instead of plain text\\n if redirected to a file with the extension \\\".spx\\\"\\n the file can be opened in System Profiler.app\\n\\n -timeout specifies the maximum time to spend gathering information\\n the default is 180 seconds, 0 means no timeout\\n\\n Redirect stderr to /dev/null to suppress progress and error messages.\\n\\nExamples:\\n\\n system_profiler\\n Generates a text report with the standard detail level.\\n\\n system_profiler -detailLevel mini\\n Generates a short report without identifying/personal information.\\n\\n system_profiler -listDataTypes\\n Shows a list of the available data types.\\n\\n system_profiler SPSoftwareDataType SPNetworkDataType\\n Generates a text report containing only software and network data.\\n\\n system_profiler -xml >MySystem.spx\\n Creates a XML file which can be opened by System Profiler.app\\n\\n\": exit status 1"
+ limactl start --tty=false /Users/patrick/Library/Application Support/rancher-desktop/lima/_config/0.yaml
Error: /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl exited with code 1
at ChildProcess.<anonymous> (/Applications/Rancher Desktop.app/Contents/Resources/app.asar/dist/app/background.js:1:7901)
at ChildProcess.emit (events.js:315:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
Error starting lima: Error: /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl exited with code 1
at ChildProcess.<anonymous> (/Applications/Rancher Desktop.app/Contents/Resources/app.asar/dist/app/background.js:1:7901)
at ChildProcess.emit (events.js:315:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
To Reproduce
Steps to reproduce the behaviour:
Have macos 10.14.6
Install Rancher Desktop 0.6.0
Start it
Result
See logs above; lima fails to start.
Setup (please complete the following information):
macos 10.14.6
Rancher Desktop 0.6.0
Additional context
My system_profiler --help does not mention any -json flag. Running system_profiler SPNetworkDataType produces text output, and system_profiler SPNetworkDataType -xml produces the same in xml format. With -json I get the "usage" screen seen in the lima logs above.
It is my understanding that Rancher Desktop is supported on macOS 10.15 Catalina or later, so the docs certainly need to be updated.
That said, I've fixed the issue with system_profiler and the --json flag in Lima already: lima-vm/lima#353, so it will work, but not auto-detect system proxy settings.
So I believe the next release of RD should work on macOS 10.14 Mojave, even if it isn't officially supported (once the docs are updated).
For bugs, describe what you're seeing
On startup, I get a message that lima exited 1. In
lima.log
, I see:To Reproduce
Steps to reproduce the behaviour:
Result
See logs above; lima fails to start.
Setup (please complete the following information):
Additional context
My
system_profiler --help
does not mention any-json
flag. Runningsystem_profiler SPNetworkDataType
produces text output, andsystem_profiler SPNetworkDataType -xml
produces the same in xml format. With-json
I get the "usage" screen seen in the lima logs above.Is macos 10.14 unsupported? If so, docs should be updated: https://github.com/rancher-sandbox/rancher-desktop/blob/main/docs/installing.md#macos
The text was updated successfully, but these errors were encountered: