XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. ducatijosh
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    ducatijosh

    @ducatijosh

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ducatijosh Unfollow Follow

    Latest posts made by ducatijosh

    • RE: Xen Orchestra has stopped updating commits

      @pierrebrunet

      It says the following when I run that:

      On branch master
      Your branch is up to date with 'origin/master'.
      no changes added to commit

      posted in Xen Orchestra
      D
      ducatijosh
    • RE: Xen Orchestra has stopped updating commits

      @florent said:

      ping @julienxovates I think we can change thie behavior ( accepting a xo-server start even if a zombie process is still running)

      Hello, Today I tried to update again with the same steps and a reboot and it still shows out of date.

      887782ff-6408-4788-a761-4d13d6b0ee95-image.jpeg

      I did see the new XO6 features so I assume it kind of half worked

      From the command line I ran
      git log -1 --format="%h"
      and still saw the old commit version of c998f though

      I then ran the following and got the newest 7e144 version
      git fetch --all
      git reset --hard origin/master

      From there I reran my yarn and yarn build commands and it's updated fully now.
      For some reason git pull --ff-only was not getting the full update or something.

      posted in Xen Orchestra
      D
      ducatijosh
    • RE: Xen Orchestra has stopped updating commits

      I ran into this issue today after doing the following I was still seeing the old version in the settings -> about

      sudo systemctl stop xo-server
      git pull --ff-only
      yarn
      yarn build --force
      sudo systemctl start xo-server

      I then did a full OS reboot now the commit shows up to date rather than 23 commits behind, why was a reboot needed? Shouldn't restarting the service be enough?

      posted in Xen Orchestra
      D
      ducatijosh