vmactions / solaris-vm

Use Solaris in github actions
https://vmactions.org
MIT License
25 stars 4 forks source link

Boot loop #36

Closed tuffnatty closed 9 months ago

tuffnatty commented 9 months ago

The VM keeps printing:

Oracle Solaris 11.4
The highlighted entry will be Bxecuted automatically in 1s.
dit entry |c=GRUB command-line | UP/DOWN=select an entry
GNU GRUB version 1.99,11.4.0.0.1.15.0
Oracle Solaris 11.4
The highlighted entry will be Bxecuted automatically in 1s.
dit entry |c=GRUB command-line | UP/DOWN=select an entry
GNU GRUB version 1.99,11.4.0.0.1.15.0
...

Looks like I did everything as in the example. Anyone having the same problem?

Neilpang commented 9 months ago

this solaris vm is not working for now. I'm fixing it. please disable it for now. and keep an eye on this project. I will release new v1.0.0 soon. Thanks

Neustradamus commented 9 months ago

To follow this important bug...

Neilpang commented 9 months ago

fixed, please use the latest v1

claudioandre-br commented 9 months ago

I tested but if fails (now complaining about libvirt stuff).

I'm still trying to find out something wrong in my end, but it looks like a bug in vmactions/solaris-vm@v1 itself.

2023-12-04T12:08:08.0694440Z To start libvirt now and restart at login:
2023-12-04T12:08:08.0726990Z   brew services start libvirt
2023-12-04T12:08:08.0758500Z Or, if you don't want/need a background service you can just run:
2023-12-04T12:08:08.0794130Z   /usr/local/opt/libvirt/sbin/libvirtd -f /usr/local/etc/libvirt/libvirtd.conf
2023-12-04T12:08:12.2320790Z ==> Successfully started `libvirt` (label: homebrew.mxcl.libvirt)
2023-12-04T12:08:25.7863700Z error: failed to connect to the hypervisor
2023-12-04T12:08:25.7896350Z error: Failed to connect socket to '/Users/runner/.cache/libvirt/virtqemud-sock': No such file or directory
2023-12-04T12:08:25.7953270Z 
2023-12-04T12:08:25.7958200Z exec shell: bash run.sh showDebugInfo
2023-12-04T12:08:25.8012410Z [command]/bin/bash
2023-12-04T12:08:25.8282150Z Config file: solaris-11.4.conf
2023-12-04T12:08:25.8299540Z ==================Debug Info====================
2023-12-04T12:08:25.8301320Z /Users/runner/work/_actions/vmactions/solaris-vm/v1
Neilpang commented 9 months ago

@claudioandre-br please change the runs-on to ubunbu:

  runs-on: ubuntu-latest
claudioandre-br commented 9 months ago

@claudioandre-br please change the runs-on to ubunbu:

  runs-on: ubuntu-latest

Thanks, testing now.

gansm commented 8 months ago

Great release! My compile time dropped from 40 to 10 minutes.