vmactions / freebsd-vm

Use FreeBSD in github actions
https://vmactions.org
MIT License
247 stars 21 forks source link

action fails on self-hosted runner #82

Open teverett opened 3 months ago

teverett commented 3 months ago

Im running two self-hosted runners, both ubuntu server. I get this output

VM_VHD_LINK="https://download.freebsd.org/releases/VM-IMAGES/14.0-RELEASE/amd64/Latest/FreeBSD-14.0-RELEASE-amd64.qcow2.xz" VM_OS_NAME="freebsd" VM_OS_TYPE="freebsd13.1" VM_SSH_PORT=2222 VM_RELEASE=14.0 VM_LOGIN_TAG="64 (freebsd) (tty" VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="pkg install -y " VM_RSYNC_PKG="rsync" VM_SSHFS_PKG="fusefs-sshfs && kldload fusefs" VM_PRE_INSTALL_PKGS="tree rsync" VM_OPTS="conf/freebsd-13.1.opts.txt" VM_VBOX="./vbox.sh" VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.5/vbox.sh"===================Debug Info in VM============= ssh: Could not resolve hostname freebsd: Name or service not known Error: The process '/usr/bin/bash' failed with exit code 1 Error: The process '/usr/bin/bash' failed with exit code 1

Neilpang commented 3 months ago

show me the full output log please.