Skip to content
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

Update link for qemu-guest-agent #7

Open
robinkaty opened this issue Mar 1, 2024 · 8 comments
Open

Update link for qemu-guest-agent #7

robinkaty opened this issue Mar 1, 2024 · 8 comments

Comments

@robinkaty
Copy link

Needed to replace :
https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.1.3.pkg

with:
https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.2.1.pkg

@JBlond
Copy link

JBlond commented Mar 18, 2024

The new link is https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.2.2_1.pkg

@FA9US
Copy link

FA9US commented Jun 6, 2024

what is the newer link?

@robinkaty
Copy link
Author

8.2.2_1.pkg, update the script with this link
"https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.2.2_1.pkg"

change :

freebsd13_kernel="http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/13.1-RELEASE/kernel.txz"
freebsd13_qga_pkg="https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.1.3.pkg"
qga_backup_dir="/root/qga_backup"

to
freebsd13_qga_pkg="https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/qemu-guest-agent-8.2.2_1.pkg"

@JBlond
Copy link

JBlond commented Jun 7, 2024

@prisoner00
Copy link

@JoelJoos
Copy link

@masseyboy1990
Copy link

@JBlond
Copy link

JBlond commented Nov 9, 2024

Way easier

sed -i .orig 's/enabled: yes/enabled: no/' /usr/local/etc/pkg/repos/local.conf
sed -i .orig 's/enabled: no/enabled: yes/' /usr/local/etc/pkg/repos/FreeBSD.conf
pkg update
pkg install qemu-guest-agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants