XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. conitrade-as
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 21
    • Groups 0

    conitrade-as

    @conitrade-as

    5
    Reputation
    1
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    conitrade-as Unfollow Follow

    Best posts made by conitrade-as

    • RE: XCP-ng Windows PV tools announcements

      @manilx Try installing the .msi from an elevated powershell prompt. That worked for one of our Windows 11 VMs.

      posted in News
      C
      conitrade-as
    • RE: XSA-468: multiple Windows PV driver vulnerabilities - update now!

      @pdonias Sure thing. I can test it in my test environment.

      posted in News
      C
      conitrade-as
    • RE: XCP-ng Windows PV tools announcements

      @dinhngtu That indeed seems to work. I just realized, that this is a timing issue as well. Sometimes the copy&paste works after a slight delay, where the console seems non-responsive (e.g. cannot move the mouse cursor). After something like ~15 secs things work as expected. For subsequent copy&paste operations the delay seems to be much lower.

      posted in News
      C
      conitrade-as
    • RE: XCP-ng Windows PV tools announcements

      We noticed that using the XCP-ng Windows PV tools brakes some functionality of the shared clipboard. On a fully patched XCP-ng 8.3 host using Xen Orchestra 5 (actually the 6.2.2 build, but the v5 interface) allows only to copy the clipboard from the VM to the browser, not the other way around.

      posted in News
      C
      conitrade-as

    Latest posts made by conitrade-as

    • RE: XenOrchestra not showing VM Disks on Pool (on single Server working) - XCP-ng Center is showing them

      Dug a little deeper. For a VM where the disks are not shown the following XO API call fails:

      /rest/v0/vms/a519e879-3971-9210-51b6-7df14336e7b7/vdis
      {
        "error": "no such VDI ac37700d-3157-4df7-b8e8-e1799a994591",
        "data": {
          "id": "ac37700d-3157-4df7-b8e8-e1799a994591",
          "type": [
            "VDI"
          ]
        }
      }
      

      Also the VDI cannot be retrieved over the XO API:

      /rest/v0/vms/a519e879-3971-9210-51b6-7df14336e7b7
      ...
       "$VBDs": [
          "4ea8a3cd-0d1b-dc60-4d9c-fd70e060f06c",
          "9f4ca686-9fc2-35a9-c3e9-c871c9f68aba"
        ],
      ...
      
      /rest/v0/vbds/9f4ca686-9fc2-35a9-c3e9-c871c9f68aba
      {
        "type": "VBD",
        "attached": false,
        "bootable": false,
        "device": "xvda",
        "is_cd_drive": false,
        "position": "0",
        "read_only": false,
        "VDI": "ac37700d-3157-4df7-b8e8-e1799a994591",
        "VM": "a519e879-3971-9210-51b6-7df14336e7b7",
        "id": "9f4ca686-9fc2-35a9-c3e9-c871c9f68aba",
        "uuid": "9f4ca686-9fc2-35a9-c3e9-c871c9f68aba",
        "$pool": "93d361b7-f549-53b7-a3aa-c9695bf0abe4",
        "$poolId": "93d361b7-f549-53b7-a3aa-c9695bf0abe4",
        "_xapiRef": "OpaqueRef:1d424d94-f540-2eb4-9e52-2a9b21ec0a19"
      }
      
      /rest/v0/vdis/ac37700d-3157-4df7-b8e8-e1799a994591
      {
        "error": "no such VDI ac37700d-3157-4df7-b8e8-e1799a994591",
        "data": {
          "id": "ac37700d-3157-4df7-b8e8-e1799a994591",
          "type": "VDI"
        }
      }
      

      However the VDI can be listed using the xe cli:

      $ xe vm-list uuid=a519e879-3971-9210-51b6-7df14336e7b7
      uuid ( RO)           : a519e879-3971-9210-51b6-7df14336e7b7
           name-label ( RW): XXX
          power-state ( RO): halted
      
      $ xe vbd-list vm-uuid=a519e879-3971-9210-51b6-7df14336e7b7
      uuid ( RO)             : 4ea8a3cd-0d1b-dc60-4d9c-fd70e060f06c
                vm-uuid ( RO): a519e879-3971-9210-51b6-7df14336e7b7
          vm-name-label ( RO): XXX
               vdi-uuid ( RO): <not in database>
                  empty ( RO): true
                 device ( RO): xvdd
      
      
      uuid ( RO)             : 9f4ca686-9fc2-35a9-c3e9-c871c9f68aba
                vm-uuid ( RO): a519e879-3971-9210-51b6-7df14336e7b7
          vm-name-label ( RO): XXX
               vdi-uuid ( RO): ac37700d-3157-4df7-b8e8-e1799a994591
                  empty ( RO): false
                 device ( RO): xvda
      
      $ xe vdi-list uuid=ac37700d-3157-4df7-b8e8-e1799a994591
      uuid ( RO)                : ac37700d-3157-4df7-b8e8-e1799a994591
                name-label ( RW): XXX Disk 0
          name-description ( RW): Created by XO
                   sr-uuid ( RO): 977b7e63-bb84-57b2-3e0d-206afea553bf
              virtual-size ( RO): 34359738368
                  sharable ( RO): false
                 read-only ( RO): false
      

      Seems almost like something changed in the XCP-ng API which XO cannot consume.

      posted in Xen Orchestra
      C
      conitrade-as
    • RE: XenOrchestra not showing VM Disks on Pool (on single Server working) - XCP-ng Center is showing them

      Another interesting observation. On a VM where we took a snapshot today (post Windows Update install) and deleted an older snapshot, the disk shows up (both v5 and v6).

      posted in Xen Orchestra
      C
      conitrade-as
    • RE: XenOrchestra not showing VM Disks on Pool (on single Server working) - XCP-ng Center is showing them

      Same problem here. But I noticed it only appears with the latest updates from XCP-ng 8.3. The log file shows me the following packages were updated / installed on my host:

      May 07 19:44:54 Updated: xen-libs-4.17.6-6.2.xcpng8.3.x86_64
      May 07 19:44:54 Updated: gnutls-3.3.29-10.2.xcpng8.3.x86_64
      May 07 19:44:54 Updated: 1:net-snmp-libs-5.9.3-8.2.xcpng8.3.x86_64
      May 07 19:44:54 Updated: ipmitool-1.8.19-11.2.xcpng8.3.x86_64
      May 07 19:44:54 Updated: openssh-9.8p1-1.2.3.xcpng8.3.x86_64
      May 07 19:44:54 Updated: openssh-clients-9.8p1-1.2.3.xcpng8.3.x86_64
      May 07 19:44:54 Updated: openssh-server-9.8p1-1.2.3.xcpng8.3.x86_64
      May 07 19:44:54 Updated: 1:net-snmp-agent-libs-5.9.3-8.2.xcpng8.3.x86_64
      May 07 19:44:55 Updated: 1:net-snmp-5.9.3-8.2.xcpng8.3.x86_64
      May 07 19:44:55 Updated: blktap-3.55.5-6.7.xcpng8.3.x86_64
      May 07 19:44:55 Updated: message-switch-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:55 Updated: xcp-ng-xapi-plugins-1.16.0-1.xcpng8.3.noarch
      May 07 19:44:55 Updated: xen-hypervisor-4.17.6-6.2.xcpng8.3.x86_64
      May 07 19:44:55 Updated: xen-dom0-libs-4.17.6-6.2.xcpng8.3.x86_64
      May 07 19:44:56 Updated: vhd-tool-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:56 Updated: squeezed-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:56 Updated: xen-tools-4.17.6-6.2.xcpng8.3.x86_64
      May 07 19:44:56 Updated: xen-dom0-tools-4.17.6-6.2.xcpng8.3.x86_64
      May 07 19:44:57 Updated: xcp-rrdd-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:57 Updated: xapi-tests-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:57 Updated: xo-lite-0.20.0-1.xcpng8.3.noarch
      May 07 19:44:57 Updated: wsproxy-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:58 Updated: xapi-storage-script-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:58 Updated: xcp-networkd-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:59 Updated: forkexecd-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:59 Updated: sm-cli-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:44:59 Updated: xapi-rrd2csv-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:00 Updated: rrdd-plugins-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:01 Updated: xapi-nbd-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:01 Updated: sm-fairlock-3.2.12-17.8.xcpng8.3.x86_64
      May 07 19:45:01 Updated: sm-3.2.12-17.8.xcpng8.3.x86_64
      May 07 19:45:01 Updated: xenopsd-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:01 Updated: xenopsd-cli-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:02 Updated: xenopsd-xc-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:05 Updated: xcp-ng-pv-tools-8.3-17.xcpng8.3.noarch
      May 07 19:45:05 Installed: 3:traceroute-2.1.5-2.xcpng8.3.x86_64
      May 07 19:45:05 Updated: xapi-xe-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:05 Updated: qcow-stream-tool-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:08 Updated: xapi-core-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:08 Updated: xcp-ng-deps-8.3-14.noarch
      May 07 19:45:08 Updated: gnutls-utils-3.3.29-10.2.xcpng8.3.x86_64
      May 07 19:45:08 Updated: gnutls-devel-3.3.29-10.2.xcpng8.3.x86_64
      May 07 19:45:09 Updated: varstored-guard-26.1.3-1.10.xcpng8.3.x86_64
      May 07 19:45:12 Updated: kernel-4.19.19-8.0.46.2.xcpng8.3.x86_64

      So I guess one of these packages could be the culprit?

      posted in Xen Orchestra
      C
      conitrade-as
    • RE: XCP-ng Windows PV tools announcements

      @manilx Try installing the .msi from an elevated powershell prompt. That worked for one of our Windows 11 VMs.

      posted in News
      C
      conitrade-as
    • RE: XCP-ng Windows PV tools announcements

      @dinhngtu That indeed seems to work. I just realized, that this is a timing issue as well. Sometimes the copy&paste works after a slight delay, where the console seems non-responsive (e.g. cannot move the mouse cursor). After something like ~15 secs things work as expected. For subsequent copy&paste operations the delay seems to be much lower.

      posted in News
      C
      conitrade-as
    • RE: XCP-ng Windows PV tools announcements

      We noticed that using the XCP-ng Windows PV tools brakes some functionality of the shared clipboard. On a fully patched XCP-ng 8.3 host using Xen Orchestra 5 (actually the 6.2.2 build, but the v5 interface) allows only to copy the clipboard from the VM to the browser, not the other way around.

      posted in News
      C
      conitrade-as
    • RE: XSA-468: multiple Windows PV driver vulnerabilities - update now!

      @archw I can confirm. That is exactly the behaviour I see with my Windows VMs.

      posted in News
      C
      conitrade-as
    • RE: XSA-468: multiple Windows PV driver vulnerabilities - update now!

      @dinhngtu Thanks for the pointer. Yes, it seems that the root cause also makes routes disappear. Howerver, that the routing information is gone is sadly not mentioned explicitly. May be something to add to your docs as well.

      Caution when updating tools: Verify interface IP configuration and routing entries.

      posted in News
      C
      conitrade-as
    • RE: XSA-468: multiple Windows PV driver vulnerabilities - update now!

      Just did a couple more tests. Here are my findings:

      • Upgrading the tools from v9.3.3 to v9.4.1 does preserve the routing table.
      • Upgrading the tools from v9.2.1 to v9.4.1 does not preserve the routing table.

      Here are a couple of powershell commands used for testing:

      Get-NetRoute -PolicyStore PersistentStore
      Get-NetAdapter
      New-NetRoute -DestinationPrefix "10.10.0.0/24" -InterfaceIndex <ifIndex> -NextHop 10.10.0.254
      
      posted in News
      C
      conitrade-as
    • RE: XSA-468: multiple Windows PV driver vulnerabilities - update now!

      @pdonias Sure thing. I can test it in my test environment.

      posted in News
      C
      conitrade-as