rhino-linux / rhino-setup

Setup wizard for Rolling Rhino
GNU General Public License v3.0
16 stars 8 forks source link

BUG: setup wizard tells me to contact the distribution developer #66

Closed xyzaf1 closed 2 months ago

xyzaf1 commented 4 months ago

Rhino Linux Version: A numerical version for Rhino Linux. --> 2023.4 (latest at the moment of typing this)

Platform: [x86_64 / i7 7700, 16gb RAM; iGPU]

Describe the bug Video of the bug: here

English translation of the error message:

'something gone wrong, contact the distribution developer'

To Reproduce Steps to reproduce the behavior:

  1. Go to 'setup wizard'
  2. Click on stuff shown in the video'
  3. See error

Expected behavior The setup wizard setting up things

Screenshots video

Additional context I hope it's not me beeing dumb or just missing something lol

GitHub link to the video of my issue: https://github.com/rhino-linux/rhino-setup/assets/115548876/18c636d5-b10d-4517-8ce1-c3818f73918b

ajstrongdev commented 4 months ago

Interesting, are you able to run rhino-system in the command-line and when it fails paste the output?

xyzaf1 commented 4 months ago

@ajstrongdev nope: bash: rhino-system: command not found image

xyzaf1 commented 3 months ago

@ajstrongdev @wizard-28 i'm getting the same error on a vmware 17 setup with a ryzen 7 4800h, 16gb ram.

same with the rhino-system command:

$ rhino system
bash: rhino-system: command not found

image image

xyzaf1 commented 3 months ago

@ajstrongdev in case you meant "rhino-setup" instead of "rhino-system" this gave me the following output: image hope this helps

D-Brox commented 2 months ago

You were using an old version of pacstall, since we had a breaking release back on May 1st. Using the new 2024.1 rhino ISO or running pacstall -U on the old ISO should fix it.

I already fixed it on my branch for this not to happen in the future again, I'll be pushing it soon: image

D-Brox commented 2 months ago

Permanently fixed in #68