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

    Xen-Orchestra build from source - Debian 11.7

    Scheduled Pinned Locked Moved Xen Orchestra
    5 Posts 2 Posters 639 Views 2 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.
    • M Offline
      Mcvills
      last edited by

      Hello,

      I am in the process of attempting to build Xen-Orchestra from source. After cloning the GitHub. Yarn failed with the following error:

      :~/xen-orchestra# yarn
      yarn install v1.22.19
      [1/5] Validating package.json...
      [2/5] Resolving packages...
      [3/5] Fetching packages...
      error An unexpected error occurred: "https://github.com/dodo/reconnect-core/tarball/merged: connect ENETUNREACH 64:ff9b::8c52:7104:443".
      info If you think this is a bug, please open a bug report with the information provided in "/root/xen-orchestra/yarn-error.log".
      info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

      Specs:

      CPU: 16 (will be decreased to 2 after the compilation)
      RAM: 4GB
      HDD: 20 GB
      Node: v18160
      yarn: v1.222.19

      Any suggestions will be greatly appreciated.

      Regards,

      1 Reply Last reply Reply Quote 0
      • B Offline
        bigdweeb
        last edited by

        if you do an 'apt-get update' are you getting a GPG error about the yarn repository signature being invalid? If so, maybe try this fix posted by boeboe on Feb 11th. I kept seeing the error every time I updated the system I have xo built on and that finally cleared it up for me. I can't tell you if that would have prevented me from doing the initial build though because mine has been up for some time now.

        M 2 Replies Last reply Reply Quote 0
        • M Offline
          Mcvills @bigdweeb
          last edited by

          @bigdweeb Thank you for replying to my inquiry. The results of the command do not display any error messages (see below)

          Hit:1 https://dl.yarnpkg.com/debian stable InRelease
          Hit:2 http://deb.debian.org/debian bullseye InRelease
          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
          Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
          Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
          Reading package lists... Done

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mcvills @bigdweeb
            last edited by

            @bigdweeb I was able to resolve the problem by installing a different version of nodejs. Version 20.x

            B 1 Reply Last reply Reply Quote 0
            • B Offline
              bigdweeb @Mcvills
              last edited by

              @Mcvills ah, cool. Well at least that fix is there in case anyone else stumbles upon what I was hitting.

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