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

    XCP-ng 8.2 updates announcements and testing

    Scheduled Pinned Locked Moved News
    703 Posts 67 Posters 1.1m Views 86 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

      A new update of the Xen packages which is not a security update this time is available for tests. It fixes crash analysis with xen-crashdump-analyser (this runs automatically when the host crashes and puts results in /var/crash).

      When the Release tag (e.g. 9.8.2.xcpng8.2) of the RPM was longer than a certain number of characters (last digit of Xen version + - + release tag <= 16 chars), it was truncated in the xen_extra field (xl info xen_extra) which caused xen-crashdump-analyser to not find some required files from /boot to conduct its crash analysis). The updated packages fix that by removing the .xcpng8.2 or .xcpng8.1 suffix from the filenames in /boot and from the xen_extra value.

      Installation:

      yum clean metadata --enablerepo=xcp-ng-testing
      yum update xen-dom0-libs xen-dom0-tools xen-hypervisor xen-libs xen-tools --enablerepo=xcp-ng-testing
      

      Main objective of the tests: as usual, detect obvious regressions.

      If you want to test the fixed behaviour in case of crash, see https://github.com/xcp-ng/xcp/issues/476 (basically, provoke a crash with the command I gave in the comments, then check that the xen-crashdump-analyser.log file in /var/crash is OK).

      ghost created this issue in xcp-ng/xcp

      closed Kdump not generating proper Xen Crashdump Analyzer file on XCP-ng 8.2 #476

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

        I've promoted the sudo (https://xcp-ng.org/blog/2021/01/28/security-issue-in-sudo/) and ca-certificate update candidates to official updates.

        The Xen update is on hold until it's been sufficiently tested.

        1 Reply Last reply Reply Quote 1
        • J Offline
          jmccoy555
          last edited by

          A bit late to the party....... Updated my pool and no oddities to report.

          1 Reply Last reply Reply Quote 1
          • A Offline
            Arraylist
            last edited by

            Is a host reboot really necessary for the sudo and ca-certificate updates (as noted in the blog post)?
            On an ordinary linux system I wouldn't see a need to restart after updating these packages.

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

              Arraylist Good point. I'm updating the blog post.

              H 1 Reply Last reply Reply Quote 0
              • H Offline
                HeMaN @stormi
                last edited by

                stormi I did an update for sudo on the hosts with XO CE and after the update I got the warning a reboot is required. I do not know if that is by default after installing updates or that it is a property of the package?

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

                  That's the default behaviour from XO because we currently don't have that kind of information about each updated package available to XO.

                  1 Reply Last reply Reply Quote 2
                  • olivierlambertO Online
                    olivierlambert Vates 🪐 Co-Founder CEO
                    last edited by

                    Indeed. There's some plans to get a way to have more info on which packages really need a reboot. But it's not ultra straight forward.

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

                      A new batch of updates arrived in the testing repository, for XCP-ng 8.2

                      • Xen (bugfixes)
                      • xcp-ng-release-* for a fix to the ssh and sshd configuration in order to limit the list of accepted ciphers only to those that are considered secure enough. See list at https://support.citrix.com/article/CTX292897
                      • xcp-python-libs: "A misconfigured PCI interface-rename rule leaves all host interfaces inaccessible." (quoting Citrix)
                      • xenserver-status-report and bugtool-conn-tests: "On slower systems, xen-bugtool can experience time outs." (quoting Citrix again)

                      To install:

                      yum clean metadata --enablerepo=xcp-ng-testing
                      yum update bugtool-conn-tests xcp-python-libs xen-dom0-libs xen-dom0-tools xen-hypervisor xen-libs xen-tools xenserver-status-report xcp-ng-release xcp-ng-release-config xcp-ng-release-presets --enablerepo=xcp-ng-testing
                      

                      As usual, we're mainly interested in the verification that there's no obvious regression after the installation and a reboot.

                      A specific test: please check that your /etc/ssh/sshd_config and /etc/ssh/ssh_config have been updated by the update (there's a chance they aren't, if you have modified them in a way that makes the patching fail... And there won't be any warning unfortunately). Check for the presence of:

                      • in sshd_config:
                      # Ciphers, MACs, KEX Algorithms & HostKeyAlgorithms
                      Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
                      MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
                      KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
                      HostKeyAlgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa
                      

                      and also GSSAPIAuthentication no (uncommented)

                      • in ssh_config:
                              Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
                              MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
                              KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
                              HostKeyAlgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa
                      
                      gskgerG 1 Reply Last reply Reply Quote 0
                      • gskgerG Online
                        gskger Top contributor @stormi
                        last edited by gskger

                        stormi Had some time at hand and updated my three host playlab (8.2.0 fully patched). No problem with the update so far and creating linux VMs, live migrate, copy, delete, snapshot (with/without ram), backup and restore of linux and a windows 10 VM is working as expected.

                        Here is a diff of my sshd_config

                        [22:37 xcp01 ~]# diff -u /etc/ssh/sshd_config.pre /etc/ssh/sshd_config.post
                        --- /etc/ssh/sshd_config.pre    2021-02-04 19:57:46.121049198 +0100
                        +++ /etc/ssh/sshd_config.post   2021-02-04 22:37:18.283422751 +0100
                        @@ -24,7 +24,12 @@
                         HostKey /etc/ssh/ssh_host_ecdsa_key
                         HostKey /etc/ssh/ssh_host_ed25519_key
                        
                        -# Ciphers and keying
                        +# Ciphers, MACs, KEX Algorithms & HostKeyAlgorithms
                        +Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
                        +MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
                        +KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
                        +HostKeyAlgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa
                        +
                         #RekeyLimit default none
                        
                         # Logging
                        

                        and ssh_config file on host xcp01.

                        [22:37 xcp01 ~]# diff -u /etc/ssh/ssh_config.pre /etc/ssh/ssh_config.post
                        --- /etc/ssh/ssh_config.pre     2021-02-04 19:58:18.282487154 +0100
                        +++ /etc/ssh/ssh_config.post    2021-02-04 22:37:09.447028887 +0100
                        @@ -66,3 +66,8 @@
                                SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
                                SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
                                SendEnv XMODIFIERS
                        +
                        +       Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
                        +       MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
                        +       KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
                        +       HostKeyAlgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa
                        

                        Both files have not been modified. Made copies of the files before (pre) and after (post) the update.

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

                          gskger Thanks. Looks good 🙂

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

                            New security updates to test for 8.1 and 8.2

                            Plus all the other update candidates queued for release if you haven't tested them yet (listed below).

                            New update candidates are available for testing and due to be released as official updates very soon, as is usually the case for security updates.

                            • kernel security update, protecting against host DoS (unresponsiveness or crash)
                            • a fix for the network performance issues - mainly visible with FreeBSD VMs - caused by a previous security fix
                            • a fix for Xen's crash analysis after a reboot
                            • (8.2 only) the fixes described in this post

                            Test on XCP-ng 8.2

                            yum clean metadata --enablerepo=xcp-ng-testing
                            yum update bugtool-conn-tests kernel xcp-ng-release xcp-ng-release-config xcp-ng-release-presets xcp-python-libs xen-dom0-libs xen-dom0-tools xen-hypervisor xen-libs xen-tools xenserver-status-report --enablerepo=xcp-ng-testing
                            reboot
                            

                            Test on XCP-ng 8.1

                            yum clean metadata --enablerepo=xcp-ng-testing
                            yum update kernel xen-dom0-libs xen-dom0-tools xen-hypervisor xen-libs xen-tools --enablerepo=xcp-ng-testing
                            reboot
                            

                            What to test

                            The main goal is to avoid obvious regressions, so test whatever you want. The closer to your actual use of XCP-ng, the better.

                            Test window before official release of the updates

                            Between 24h and 48h.

                            gskgerG J H 3 Replies Last reply Reply Quote 0
                            • gskgerG Online
                              gskger Top contributor @stormi
                              last edited by gskger

                              stormi Updated my two host playlab (8.2.0 fully patched, the third host currently serves as a Covid-19 homeoffice workstation) with no error. Rebooted and ran the usual tests (create, live migrate, copy and delete a linux and a windows 10 VM as well as create / revert snapshot (with/without ram) ). Fooled myself with a VM_LACKS_FEATURE error on the windows 10 VM until I realized that I forgot to install the Guest tools 🤕 - I need more sleep. Will try a restore after tonights backup.

                              Edit: restore from backup worked as well 👍

                              1 Reply Last reply Reply Quote 4
                              • olivierlambertO Online
                                olivierlambert Vates 🪐 Co-Founder CEO
                                last edited by

                                Thanks again gskger

                                At some point, you'll earn a "XCP-ng QA team" badge 😛

                                gskgerG 1 Reply Last reply Reply Quote 1
                                • gskgerG Online
                                  gskger Top contributor @olivierlambert
                                  last edited by

                                  olivierlambert It is a pleasure to help. I highly appreciate your teams work on making XCP-ng better and more secure as well as the support you give.

                                  1 Reply Last reply Reply Quote 2
                                  • J Offline
                                    jmccoy555 @stormi
                                    last edited by

                                    stormi Only updated my test host so far, but all looks good to me.... no passthrough issues!!! 🙂

                                    Will try and update my pool over the weekend and run some FreeBSD speed tests before and after (been waiting for that patch to make it out into the world).

                                    J 1 Reply Last reply Reply Quote 3
                                    • H Offline
                                      HeMaN @stormi
                                      last edited by

                                      stormi said in Updates announcements and testing:

                                      yum update bugtool-conn-tests kernel xcp-ng-release xcp-ng-release-config xcp-ng-release-presets xcp-python-libs xen-dom0-libs xen-dom0-tools xen-hypervisor xen-libs xen-tools xenserver-status-report --enablerepo=xcp-ng-testing

                                      Updated both host in the pool (xcp-ng 8.2 fully patched), did my usual stuff and found no anomalities.
                                      Looking good for me!

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

                                        Many thanks to all testers. The updates have been published on Friday, along with the blog post: https://xcp-ng.org/blog/2021/02/26/february-2021-security-updates/

                                        1 Reply Last reply Reply Quote 3
                                        • J Offline
                                          jmccoy555 @jmccoy555
                                          last edited by

                                          Updating my pool now.... quite a substantial speed increase on FreeBSD 😊

                                          root@FILE001:~ # iperf -s
                                          ------------------------------------------------------------
                                          Server listening on TCP port 5001
                                          TCP window size: 64.0 KByte (default)
                                          ------------------------------------------------------------
                                          [  4] local 10.10.1.125 port 5001 connected with 10.10.1.126 port 42952
                                          [ ID] Interval       Transfer     Bandwidth
                                          [  4]  0.0-10.1 sec   694 MBytes   576 Mbits/sec
                                          ^Croot@FILE001:~ # iperf -c 10.10.1.126
                                          ------------------------------------------------------------
                                          Client connecting to 10.10.1.126, TCP port 5001
                                          TCP window size:  105 KByte (default)
                                          ------------------------------------------------------------
                                          [  3] local 10.10.1.125 port 50605 connected with 10.10.1.126 port 5001
                                          [ ID] Interval       Transfer     Bandwidth
                                          [  3]  0.0-10.0 sec   202 MBytes   169 Mbits/sec
                                          root@FILE001:~ # iperf -c 10.10.1.126
                                          ------------------------------------------------------------
                                          Client connecting to 10.10.1.126, TCP port 5001
                                          TCP window size: 80.8 KByte (default)
                                          ------------------------------------------------------------
                                          [  3] local 10.10.1.125 port 45072 connected with 10.10.1.126 port 5001
                                          [ ID] Interval       Transfer     Bandwidth
                                          [  3]  0.0-10.0 sec  4.06 GBytes  3.49 Gbits/sec
                                          root@FILE001:~ # iperf -s
                                          ------------------------------------------------------------
                                          Server listening on TCP port 5001
                                          TCP window size: 64.0 KByte (default)
                                          ------------------------------------------------------------
                                          [  4] local 10.10.1.125 port 5001 connected with 10.10.1.126 port 47101
                                          [ ID] Interval       Transfer     Bandwidth
                                          [  4]  0.0-10.0 sec  2.17 GBytes  1.86 Gbits/sec
                                          ^Croot@FILE001:~ #
                                          
                                          1 Reply Last reply Reply Quote 2
                                          • stormiS Offline
                                            stormi Vates 🪐 XCP-ng Team
                                            last edited by stormi

                                            It's testing time again!

                                            We changed the way we build the guest tools ISO and so we need as much feedback as we can get regarding the new guest tools. The main goal is to look for regressions. Details and feedback on https://xcp-ng.org/forum/topic/4378/new-guest-tools-iso-for-linux-and-freebsd-can-you-help-with-the-tests.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post