Announcement

Collapse
No announcement yet.

Installing Qemu Tools

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installing Qemu Tools

    I can't seem to find the right process to install qemu tools on the firewall.

    When I run the apt install command I get:

    W: Conflicting distribution: http://updates.untangle.com/public/bullseye stable-166 InRelease (expected stable-166 but got ngfw-16.6.2)
    N: Usage of apt_auth.conf(5) should be preferred over embedding login information directly in the sources.list(5) entry for 'http://updates.untangle.com/public/bullseye'
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package qemu-guest-agent

    Anyone have the right process to get this done?​

  • #2
    Those development tools are no longer included.
    Attention: Support and help on the Untangle Forums is provided by
    volunteers and community members like yourself.
    If you need Untangle support please call or email [email protected]

    Comment


    • #3
      Run at your own risk. Search and wget the latest versions for debian 11 of qemu-guest-agent and liburing1. Then run
      Code:
      apt install liburing1_0.7-3_amd64.deb qemu-guest-agent_5.2+dfsg-11+deb11u2_amd64.deb
      Watch the versions as they may have changed. That is one disadvantage because they wont update unless you repeat this procedure.
      The reason to add this is so that the vm can be restarted or shutdown by the qemu server. I think they need to be included for this reason. The size is minimal and no updates would be needed since untangle ignores all other updates to debian anyway.

      Comment


      • #4
        Originally posted by donhwyo View Post
        Run at your own risk. Search and wget the latest versions for debian 11 of qemu-guest-agent and liburing1. Then run
        Code:
        apt install liburing1_0.7-3_amd64.deb qemu-guest-agent_5.2+dfsg-11+deb11u2_amd64.deb
        Watch the versions as they may have changed. That is one disadvantage because they wont update unless you repeat this procedure.
        The reason to add this is so that the vm can be restarted or shutdown by the qemu server. I think they need to be included for this reason. The size is minimal and no updates would be needed since untangle ignores all other updates to debian anyway.
        Thanks very much! I had to use dpkg, but they installed and the agent is up.
        Last edited by darthrater; 05-17-2023, 10:38 AM.

        Comment


        • #5
          Glad it worked for you. Maybe it should have been.
          Code:
          apt install ./liburing1_0.7-3_amd64.deb ./qemu-guest-agent_5.2+dfsg-11+deb11u2_amd64.deb
          Maybe a script to automate it could be written that would also update it. Too much work tho. LOL

          Comment


          • #6
            Maybe they could jus include it in 17. Not holding my breath though.

            Comment

            Working...
            X
            😀
            🥰
            🤢
            😎
            😡
            👍
            👎