XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    New Rust Xen guest tools

    Scheduled Pinned Locked Moved Development
    146 Posts 37 Posters 54.7k Views 33 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stormiS Offline
      stormi Vates 🪐 XCP-ng Team
      last edited by

      IIRC you can just enable and start the service in a %post scriptlet. It's does not conform to Fedora's and RedHat policy for packages included in their repositories, but here the repository is external and we know for sure that the vast majority of users just wants it to be enabled.

      yannY 1 Reply Last reply Reply Quote 0
      • yannY Offline
        yann Vates 🪐 XCP-ng Team @stormi
        last edited by

        @stormi that would need to be done only if not upgrading then, or it would interfere with local admin's choice.

        stormiS 1 Reply Last reply Reply Quote 0
        • stormiS Offline
          stormi Vates 🪐 XCP-ng Team @yann
          last edited by

          @yann This is a common condition in scriptlets, yes.

          1 Reply Last reply Reply Quote 0
          • yannY Offline
            yann Vates 🪐 XCP-ng Team @Davidj 0
            last edited by

            @Davidj-0 @Tristis-Oris I started a pull request for this. Seems to work for simple cases, but if you want to shake it in real life that can help!
            [shortcut to test RPM]

            Tristis OrisT 1 Reply Last reply Reply Quote 0
            • Tristis OrisT Offline
              Tristis Oris Top contributor @yann
              last edited by

              @yann

              • install over old version. Nothing changed at XO ( waited for about 1-2 min), but after vm reboot it show new tools version.
              • install over old version, restart tools service systemctl restart xen-guest-agent.service - got new version at XO.
              • removed old tools first dnf remove xen-guest-agent, reboot host, then install new one.
              rpm -i xen-guest-agent*
              Removed "/etc/systemd/system/multi-user.target.wants/xen-guest-agent.service".
              Created symlink /etc/systemd/system/multi-user.target.wants/xen-guest-agent.service → /usr/lib/systemd/system/xen-guest-agent.service.
              

              So it works good. Maybe also add service reload in case of update?

              1 Reply Last reply Reply Quote 0
              • T Offline
                Theo @Tristis Oris
                last edited by

                Hi @Tristis-Oris,
                I have the same installation problem as you.
                When I try to install, it gives me the same error message.
                How did you solve this?

                error: lsetfilecon: (-1 ad2886979f8f9a9f9b404a9e9b3f2018781ceb;65bcebdc, system_u:object_r:lib_t:s0) No such file or directory
                error: Plugin selinux: hook fsm_file_prepare failed
                Error: Transaction failed
                
                Tristis OrisT 1 Reply Last reply Reply Quote 0
                • Tristis OrisT Offline
                  Tristis Oris Top contributor @Theo
                  last edited by

                  @Theo main point to avoid such issues without tuning the OS.
                  easy way - disable selinux.

                  yannY 1 Reply Last reply Reply Quote 0
                  • yannY Offline
                    yann Vates 🪐 XCP-ng Team @Tristis Oris
                    last edited by

                    @Tristis-Oris said in New Rust Xen guest tools:

                    @Theo main point to avoid such issues without tuning the OS.
                    easy way - disable selinux.

                    I'd like to point out, while this is useful to test the tools, it is not recommended to do that on a production VM - sorry if that sound obvious, but better safe than sorry 🙂

                    T 1 Reply Last reply Reply Quote 1
                    • C Offline
                      CJ @yann
                      last edited by

                      @yann I can't recall, but does it kick out a notice about that like BSD does? If not, is that a possible addition?

                      yannY 1 Reply Last reply Reply Quote 0
                      • T Offline
                        Theo @yann
                        last edited by

                        @yann said in New Rust Xen guest tools:

                        @Theo main point to avoid such issues without tuning the OS.
                        easy way - disable selinux.
                        

                        I'd like to point out, while this is useful to test the tools, it is not recommended to do that on a production VM - sorry if that sound obvious, but better safe than sorry 🙂

                        Yes, I agree, disabling SELinux should not be the preferred solution.
                        It looks more like a bug in the RPM package.

                        1 Reply Last reply Reply Quote 0
                        • Tristis OrisT Offline
                          Tristis Oris Top contributor
                          last edited by

                          But weird that i succesfully install tools on same distro before.

                          T 1 Reply Last reply Reply Quote 0
                          • T Offline
                            Theo @Tristis Oris
                            last edited by

                            @Tristis-Oris said in New Rust Xen guest tools:

                            But weird that i succesfully install tools on same distro before.

                            What version of the RPM package do you have installed?
                            Is it only xen-guest-agent package that cannot be installed?

                            Tristis OrisT 1 Reply Last reply Reply Quote 0
                            • Tristis OrisT Offline
                              Tristis Oris Top contributor @Theo
                              last edited by

                              @Theo @yann

                              Same with old one aaaand with dnf update. Looks i found the cause.

                              https://support.oracle.com/knowledge/Oracle Linux and Virtualization/3002168_1.html

                              my first tests was at Feb 2-4, and next day it was broken))))

                              T 1 Reply Last reply Reply Quote 0
                              • T Offline
                                Theo @Tristis Oris
                                last edited by Theo

                                @Tristis-Oris said in New Rust Xen guest tools:

                                @Theo @yann

                                Same with old one aaaand with dnf update. Looks i found the cause.

                                https://support.oracle.com/knowledge/Oracle Linux and Virtualization/3002168_1.html

                                my first tests was at Feb 2-4, and next day it was broken))))

                                Yes, that's probably it.
                                Some more discussion on the topic:

                                https://community.oracle.com/mosc/discussion/4558317/oel-8-8-8-9-dnf-upgrade-error-plugin-selinux-hook-fsm-file-prepare-failed-since-this-mornig
                                https://unix.stackexchange.com/questions/767829/cant-run-rpm-due-to-calling-hook-fsm-file-prepare-in-selinux-plugin-on-oracle-l

                                1 Reply Last reply Reply Quote 0
                                • yannY Offline
                                  yann Vates 🪐 XCP-ng Team @CJ
                                  last edited by

                                  @CJ it looks like people really want to get it auto-enabled (which makes sense) so if we don't discover major problems we'll just let it auto-enable on first install. But yes, if it turns out it is better to leave it disabled but default a notice makes sense.

                                  1 Reply Last reply Reply Quote 0
                                  • Tristis OrisT Offline
                                    Tristis Oris Top contributor
                                    last edited by

                                    Problem with broken package on rhel8-9 looks resolved now. Done multiple tests.

                                    1 Reply Last reply Reply Quote 2
                                    • usuariU Offline
                                      usuari
                                      last edited by

                                      Hello,

                                      Recently we test the new Rust Xen Guest Tools and it seems to work well 🙂

                                      But we have a doubt about is they are in beta or actually they are in the "final" version, so we can use in production scenario.

                                      Thank you!

                                      yannY 1 Reply Last reply Reply Quote 0
                                      • olivierlambertO Offline
                                        olivierlambert Vates 🪐 Co-Founder CEO
                                        last edited by

                                        Frankly, I'm already using them in production without any issue. Due to the nature of what they do, I don't think the risk is big 🙂

                                        1 Reply Last reply Reply Quote 0
                                        • yannY Offline
                                          yann Vates 🪐 XCP-ng Team @usuari
                                          last edited by

                                          @usuari While we're pretty happy with how they work with XCP-ng as @olivierlambert says, our goal is to have those tools more generally useful for the whole Xen ecosystem, and there will likely be changes related to this. For example, it might be that a configuration becomes necessary to get the more general version to behave like they do today - naturally we would provide such a file, but it could require the installation of an additional package when that is done. (disclaimer: this is the outcome I have in mind, which does not mean it is precisely what's going to happen 😉 )

                                          1 Reply Last reply Reply Quote 0
                                          • usuariU Offline
                                            usuari
                                            last edited by

                                            Hello,

                                            Than you for your response!

                                            Now we are considering to put the guest-tools in our repository (mirror) in order to get the templates automatically updated, but we couldn't find the right form to do it.

                                            Currently we have a working and operational mirror, but when we put this:

                                            deb [trusted=yes] https://gitlab.com/api/v4/projects/xen-project%252Fxen-guest-agent/packages/generic/deb-amd64/ release/
                                            

                                            Fails because couldn't find indexes:

                                            Processing indexes: [PPPPPPPPPPPPPPPPapt-mirror: can't open index gitlab.com/api/v4/projects/xen-project%252Fxen-guest-agent/packages/generic/deb-amd64///release//Packages in process_index at /usr/bin/apt-mirror line 800.
                                            P]
                                            
                                            

                                            We can use rsync or gitlab, but we need some indication of what we need to use.

                                            Regards,

                                            H yannY 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post