ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Xen Orchestra - Monorepo installation Changes

    IT Discussion
    xo xenserver xen orchestra community
    4
    32
    3.9k
    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.
    • DustinB3403D
      DustinB3403
      last edited by DustinB3403

      To confirm run yarn -v if it's 0.X and not 1.X.X upgrade, based on what I see in the logs there its very old.

      1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403 @hobbit666
        last edited by

        @hobbit666 said in Xen Orchestra - Monorepo installation Changes:

        Think i used the

        curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh | bash
        

        method on Ubuntu 17.04, can i run the update command on the OP?

        You should be able to, just take a snapshot to roll back if it breaks. Post your output into a code block if there are errors.

        1 Reply Last reply Reply Quote 0
        • B
          bnrstnr
          last edited by bnrstnr

          01/xenorchestra_updater/New-Install-Path/xo-update.sh | bash
            % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                           Dload  Upload   Total   Spent    Left  Speed
          100  3194  100  3194    0     0   3194      0  0:00:01 --:--:--  0:00:01 11530
          Stopping xo-server...
          Checking for Yarn package...
          Checking for Yarn update...
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          yarn is already the newest version (1.3.2-1).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          Checking for Repo change...
          Cloning into 'xen-orchestra'...
          remote: Counting objects: 21397, done.
          remote: Compressing objects: 100% (3496/3496), done.
          remote: Total 21397 (delta 9159), reused 12618 (delta 9111), pack-reused 8720
          Receiving objects: 100% (21397/21397), 6.06 MiB | 3.65 MiB/s, done.
          Resolving deltas: 100% (13235/13235), done.
          sed: can't read /lib/systemd/system/xo-server.service: No such file or directory
          Checking xo-server...
          Current branch master
          warning: tag 'v5.16.0' is really 'xo-server/v5.16.0' here
          Current version v5.16.0
          0 updates available
          Updating from source...
          No stash entries found.
          Already up-to-date.
          Clearing directories...
          Adding existing plugins to Yarn lock file...
          find: ‘node_modules’: No such file or directory
          yarn upgrade v1.3.2
          [1/5] Validating package.json...
          [2/5] Resolving packages...
          warning workspace-aggregator-5fa5c6ff-d241-4947-a52c-8e6825337930 > xo-cli > [email protected]: Use mz or fs-extra^3.0 with Promise Support
          warning workspace-aggregator-5fa5c6ff-d241-4947-a52c-8e6825337930 > xo-vmdk-to-vhd > [email protected]: Use mz or fs-extra^3.0 with Promise Support
          warning workspace-aggregator-5fa5c6ff-d241-4947-a52c-8e6825337930 > vhd-cli > @nraynaud/xo-fs > [email protected]: Use mz or fs-extra^3.0 with Promise Support
          warning workspace-aggregator-5fa5c6ff-d241-4947-a52c-8e6825337930 > xo-server > julien-f-unzip > fstream > [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
          [3/5] Fetching packages...
          info [email protected]: The platform "linux" is incompatible with this module.
          info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
          [4/5] Linking dependencies...
          warning " > [email protected]" has unmet peer dependency "@babel/core@^7.0.0-alpha || ^7.0.0-beta || ^7.0.0".
          [5/5] Rebuilding all packages...
          success Saved lockfile.
          success Saved 1108 new dependencies.
          
          Done in 104.80s.
          Installing...
          yarn install v1.3.2
          [1/5] Validating package.json...
          [2/5] Resolving packages...
          success Already up-to-date.
          $ scripts/run-script prepare
          Done in 2.36s.
          yarn run v1.3.2
          $ scripts/run-script --parallel build
          * complex-matcher:prebuild − yarn run clean
          * value-matcher:prebuild − rimraf dist/
          * vhd-cli:prebuild − rimraf dist/
          * xen-api:prebuild − rimraf dist/
          * xo-cli:prebuild − rimraf dist/
          * xo-collection:prebuild − rimraf dist/
          * xo-common:prebuild − yarn run clean
          * xo-lib:prebuild − rimraf dist/
          * xo-remote-parser:prebuild − rimraf dist/
          * xo-server:prebuild − index-modules src/api src/xapi/mixins src/xo-mixins && yarn run clean
          * xo-server-auth-google:prebuild − rimraf dist/
          * xo-server-auth-ldap:prebuild − rimraf dist/
          * xo-server-auth-saml:prebuild − yarn run clean
          * xo-server-backup-reports:prebuild − yarn run clean
          * xo-server-cloud:prebuild − yarn run clean
          * xo-server-perf-alert:prebuild − yarn run clean
          * xo-server-transport-email:prebuild − rimraf dist/
          * xo-server-transport-nagios:prebuild − yarn run clean
          * xo-server-transport-slack:prebuild − npm run clean
          * xo-server-transport-xmpp:prebuild − yarn run clean
          * xo-server-usage-report:prebuild − npm run clean
          * xo-vmdk-to-vhd:prebuild − npm run clean
          * @xen-orchestra/cron:prebuild − yarn run clean
          * xo-acl-resolver:build − babel --source-maps --out-dir=dist/ src/
          * xo-server-auth-github:build − NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-load-balancer:build − NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * value-matcher:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * vhd-cli:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xen-api:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-cli:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-collection:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-lib:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-remote-parser:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-auth-google:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-auth-ldap:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-transport-email:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          index generated src/api/index.js
          index generated src/xapi/mixins/index.js
          index generated src/xo-mixins/index.js
          
          > [email protected] clean /opt/xen-orchestra/packages/xo-vmdk-to-vhd
          > rimraf dist/
          
          
          > [email protected] clean /opt/xen-orchestra/packages/xo-server-transport-slack
          > rimraf dist/
          
          
          > [email protected] clean /opt/xen-orchestra/packages/xo-server-usage-report
          > rimraf dist/
          
          * xo-server-usage-report:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-transport-slack:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-vmdk-to-vhd:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          $ rimraf dist/
          * complex-matcher:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-common:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-auth-saml:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-cloud:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-backup-reports:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-perf-alert:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * @xen-orchestra/cron:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-transport-xmpp:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          * xo-server-transport-nagios:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          $ rimraf dist/
          src/index.js -> dist/index.js
          * xo-server:build − cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/
          src/index.js -> dist/index.js
          @babel/preset-env: `DEBUG` option
          
          Using targets:
          {
            "chrome": "62",
            "firefox": "57",
            "ie": "11",
            "ios": "11",
            "node": "4"
          }
          
          Using modules transform: commonjs
          
          Using plugins:
            transform-arrow-functions { "ie":"11", "node":"4" }
            transform-block-scoping { "ie":"11", "node":"4" }
            transform-classes { "ie":"11", "node":"4" }
            transform-computed-properties { "ie":"11" }
            transform-destructuring { "ie":"11", "node":"4" }
            transform-duplicate-keys { "ie":"11" }
            transform-for-of { "ie":"11", "node":"4" }
            transform-function-name { "ie":"11", "node":"4" }
            transform-literals { "ie":"11" }
            transform-object-super { "ie":"11", "node":"4" }
            transform-parameters { "ie":"11", "node":"4" }
            transform-shorthand-properties { "ie":"11" }
            transform-spread { "ie":"11", "node":"4" }
            transform-sticky-regex { "ie":"11", "node":"4" }
            transform-template-literals { "ie":"11" }
            transform-unicode-regex { "ie":"11", "node":"4" }
            transform-new-target { "ie":"11", "node":"4" }
            transform-regenerator { "ie":"11", "node":"4" }
            transform-exponentiation-operator { "ie":"11", "node":"4" }
            transform-async-to-generator { "ie":"11", "node":"4" }
            transform-dotall-regex { "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
            proposal-async-generator-functions { "chrome":"62", "ie":"11", "ios":"11", "node":"4" }
            proposal-object-rest-spread { "ie":"11", "ios":"11", "node":"4" }
            proposal-optional-catch-binding { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
            proposal-unicode-property-regex { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
          
          Using polyfills with `usage` option:
          src/clear-object.js -> dist/clear-object.js
          src/index.js -> dist/index.js
          @babel/preset-env: `DEBUG` option
          
          Using targets:
          {
            "node": "6"
          }
          
          Using modules transform: commonjs
          
          Using plugins:
            transform-destructuring { "node":"6" }
            transform-for-of { "node":"6" }
            transform-function-name { "node":"6" }
            transform-exponentiation-operator { "node":"6" }
            transform-async-to-generator { "node":"6" }
            transform-dotall-regex { "node":"6" }
            proposal-async-generator-functions { "node":"6" }
            proposal-object-rest-spread { "node":"6" }
            proposal-optional-catch-binding { "node":"6" }
            proposal-unicode-property-regex { "node":"6" }
          
          Using polyfills with `usage` option:
          
          [src/index.js] Based on your code and targets, none were added.
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          
          [src/config.js] Based on your code and targets, none were added.
          src/index.js -> dist/index.js
          src/config.js -> dist/config.js
          src/index.spec.js -> dist/index.spec.js
          src/cli.js -> dist/cli.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/collection.js -> dist/collection.js
          src/density-plan.js -> dist/density-plan.js
          src/vhd.js -> dist/vhd.js
          
          [src/index.js] Added following polyfills:
            es6.promise { "node":"6" }
            es6.array.sort { "node":"6" }
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          src/collection.spec.js -> dist/collection.spec.js
          src/prompt-schema.js -> dist/prompt-schema.js
          src/index.js -> dist/index.js
          src/index.js -> dist/index.js
          @babel/preset-env: `DEBUG` option
          @babel/preset-env: `DEBUG` option
          
          Using targets:
          
          Using targets:
          {
            "chrome": "62",
            "firefox": "57",
            "ie": "11",
            "ios": "11",
            "node": "4"
          }
          {
            "node": "6"
          }
          
          Using modules transform: commonjs
          
          Using plugins:
            transform-destructuring { "node":"6" }
          
          Using modules transform: commonjs
          
          Using plugins:
            transform-arrow-functions { "ie":"11", "node":"4" }
            transform-for-of { "node":"6" }
            transform-function-name { "node":"6" }
            transform-exponentiation-operator { "node":"6" }
            transform-async-to-generator { "node":"6" }
            transform-dotall-regex { "node":"6" }
            transform-block-scoping { "ie":"11", "node":"4" }
            transform-classes { "ie":"11", "node":"4" }
            proposal-async-generator-functions { "node":"6" }
            proposal-object-rest-spread { "node":"6" }
            proposal-optional-catch-binding { "node":"6" }
            transform-computed-properties { "ie":"11" }
            transform-destructuring { "ie":"11", "node":"4" }
            proposal-unicode-property-regex { "node":"6" }
          
          Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
            transform-duplicate-keys { "ie":"11" }
            transform-for-of { "ie":"11", "node":"4" }
            transform-function-name { "ie":"11", "node":"4" }
            transform-literals { "ie":"11" }
          @babel/preset-env: `DEBUG` option
            transform-object-super { "ie":"11", "node":"4" }
            transform-parameters { "ie":"11", "node":"4" }
            transform-shorthand-properties { "ie":"11" }
            transform-spread { "ie":"11", "node":"4" }
            transform-sticky-regex { "ie":"11", "node":"4" }
            transform-template-literals { "ie":"11" }
          
          Using targets:
            transform-unicode-regex { "ie":"11", "node":"4" }
            transform-new-target { "ie":"11", "node":"4" }
            transform-regenerator { "ie":"11", "node":"4" }
            transform-exponentiation-operator { "ie":"11", "node":"4" }
            transform-async-to-generator { "ie":"11", "node":"4" }
            transform-dotall-regex { "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
          {
            "chrome": "62",
            "firefox": "57",
            "ie": "11",
            "ios": "11",
            "node": "6"
          }
          
          Using modules transform: commonjs
            proposal-async-generator-functions { "chrome":"62", "ie":"11", "ios":"11", "node":"4" }
          
          Using plugins:
            transform-arrow-functions { "ie":"11" }
            proposal-object-rest-spread { "ie":"11", "ios":"11", "node":"4" }
            proposal-optional-catch-binding { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
            proposal-unicode-property-regex { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"4" }
          
          Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
            transform-block-scoping { "ie":"11" }
            transform-classes { "ie":"11" }
            transform-computed-properties { "ie":"11" }
            transform-destructuring { "ie":"11", "node":"6" }
            transform-duplicate-keys { "ie":"11" }
            transform-for-of { "ie":"11", "node":"6" }
            transform-function-name { "ie":"11", "node":"6" }
            transform-literals { "ie":"11" }
            transform-object-super { "ie":"11" }
            transform-parameters { "ie":"11" }
            transform-shorthand-properties { "ie":"11" }
            transform-spread { "ie":"11" }
            transform-sticky-regex { "ie":"11" }
            transform-template-literals { "ie":"11" }
            transform-unicode-regex { "ie":"11" }
            transform-new-target { "ie":"11" }
            transform-regenerator { "ie":"11" }
            transform-exponentiation-operator { "ie":"11", "node":"6" }
            transform-async-to-generator { "ie":"11", "node":"6" }
            transform-dotall-regex { "firefox":"57", "ie":"11", "ios":"11", "node":"6" }
            proposal-async-generator-functions { "chrome":"62", "ie":"11", "ios":"11", "node":"6" }
            proposal-object-rest-spread { "ie":"11", "ios":"11", "node":"6" }
            proposal-optional-catch-binding { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"6" }
            proposal-unicode-property-regex { "chrome":"62", "firefox":"57", "ie":"11", "ios":"11", "node":"6" }
          
          Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
          src/test-cli.js -> dist/test-cli.js
          src/index.js -> dist/index.js
          src/vhd-write.js -> dist/vhd-write.js
          src/index.spec.js -> dist/index.spec.js
          src/index.js -> dist/index.js
          src/is-empty.js -> dist/is-empty.js
          src/is-object.js -> dist/is-object.js
          src/not-implemented.js -> dist/not-implemented.js
          src/vhd-write.spec.js -> dist/vhd-write.spec.js
          src/index.bench.js -> dist/index.bench.js
          src/unique-index.js -> dist/unique-index.js
          src/api-errors.js -> dist/api-errors.js
          src/performance-plan.js -> dist/performance-plan.js
          src/index.js -> dist/index.js
          src/unique-index.spec.js -> dist/unique-index.spec.js
          src/virtual-buffer.js -> dist/virtual-buffer.js
          src/index.fixtures.js -> dist/index.fixtures.js
          src/index.js -> dist/index.js
          src/view.example.js -> dist/view.example.js
          src/index.js -> dist/index.js
          src/api/acl.js -> dist/api/acl.js
          src/virtual-buffer.spec.js -> dist/virtual-buffer.spec.js
          src/view.js -> dist/view.js
          src/next.js -> dist/next.js
          src/index.js -> dist/index.js
          src/inject-events.js -> dist/inject-events.js
          src/api/backup.js -> dist/api/backup.js
          src/memory-test.js -> dist/memory-test.js
          src/transports/_utils.js -> dist/transports/_utils.js
          src/plan.js -> dist/plan.js
          src/utils.js -> dist/utils.js
          src/transports/auto.js -> dist/transports/auto.js
          src/transports/json-rpc.js -> dist/transports/json-rpc.js
          src/transports/xml-rpc-json.js -> dist/transports/xml-rpc-json.js
          src/transports/xml-rpc.js -> dist/transports/xml-rpc.js
          src/api/disk.js -> dist/api/disk.js
          src/parse.js -> dist/parse.js
          src/index.js -> dist/index.js
          src/api/docker.js -> dist/api/docker.js
          src/vmdk-read.js -> dist/vmdk-read.js
          src/index.js -> dist/index.js
          src/vmdk-read.spec.js -> dist/vmdk-read.spec.js
          src/api/group.js -> dist/api/group.js
          src/vmdk-to-vhd.spec.js -> dist/vmdk-to-vhd.spec.js
          src/api/host.js -> dist/api/host.js
          src/api/index.js -> dist/api/index.js
          src/api/ip-pool.js -> dist/api/ip-pool.js
          src/api/job.js -> dist/api/job.js
          src/api/log.js -> dist/api/log.js
          src/api/message.js -> dist/api/message.js
          src/api/network.js -> dist/api/network.js
          src/api/pbd.js -> dist/api/pbd.js
          src/api/pif.js -> dist/api/pif.js
          src/api/plugin.js -> dist/api/plugin.js
          src/api/pool.js -> dist/api/pool.js
          src/api/remote.js -> dist/api/remote.js
          src/api/resource-set.js -> dist/api/resource-set.js
          src/api/role.js -> dist/api/role.js
          src/api/schedule.js -> dist/api/schedule.js
          src/api/scheduler.js -> dist/api/scheduler.js
          src/api/server.js -> dist/api/server.js
          src/api/session.js -> dist/api/session.js
          src/api/sr.js -> dist/api/sr.js
          src/api/system.js -> dist/api/system.js
          src/api/tag.js -> dist/api/tag.js
          src/api/task.js -> dist/api/task.js
          src/api/test.js -> dist/api/test.js
          src/api/token.js -> dist/api/token.js
          src/api/user.js -> dist/api/user.js
          src/api/vbd.js -> dist/api/vbd.js
          src/api/vdi.js -> dist/api/vdi.js
          src/api/vif.js -> dist/api/vif.js
          src/api/vm.js -> dist/api/vm.js
          src/api/xo.js -> dist/api/xo.js
          src/api/xosan.js -> dist/api/xosan.js
          src/collection/redis.js -> dist/collection/redis.js
          src/collection.js -> dist/collection.js
          src/connection.js -> dist/connection.js
          src/constant-stream.js -> dist/constant-stream.js
          src/decorators.js -> dist/decorators.js
          src/decorators.spec.js -> dist/decorators.spec.js
          src/fatfs-buffer.js -> dist/fatfs-buffer.js
          src/glob-matcher.js -> dist/glob-matcher.js
          src/index.js -> dist/index.js
          src/job-executor.js -> dist/job-executor.js
          src/job-executor.spec.js -> dist/job-executor.spec.js
          src/logs-cli.js -> dist/logs-cli.js
          src/lvm.js -> dist/lvm.js
          src/math.js -> dist/math.js
          src/math.spec.js -> dist/math.spec.js
          src/model.js -> dist/model.js
          src/models/acl.js -> dist/models/acl.js
          src/models/group.js -> dist/models/group.js
          src/models/job.js -> dist/models/job.js
          src/models/plugin-metadata.js -> dist/models/plugin-metadata.js
          src/models/remote.js -> dist/models/remote.js
          src/models/schedule.js -> dist/models/schedule.js
          src/models/server.js -> dist/models/server.js
          src/models/token.js -> dist/models/token.js
          src/models/user.js -> dist/models/user.js
          src/models/utils.js -> dist/models/utils.js
          src/proxy-console.js -> dist/proxy-console.js
          src/recover-account-cli.js -> dist/recover-account-cli.js
          src/remote-handlers/abstract.js -> dist/remote-handlers/abstract.js
          src/remote-handlers/local.js -> dist/remote-handlers/local.js
          src/remote-handlers/nfs.js -> dist/remote-handlers/nfs.js
          src/remote-handlers/smb.js -> dist/remote-handlers/smb.js
          src/schemas/acl.js -> dist/schemas/acl.js
          src/schemas/job.js -> dist/schemas/job.js
          src/schemas/log/jobCallEnd.js -> dist/schemas/log/jobCallEnd.js
          src/schemas/log/jobCallStart.js -> dist/schemas/log/jobCallStart.js
          src/schemas/log/jobEnd.js -> dist/schemas/log/jobEnd.js
          src/schemas/log/jobStart.js -> dist/schemas/log/jobStart.js
          src/schemas/log.js -> dist/schemas/log.js
          src/schemas/plugin.js -> dist/schemas/plugin.js
          src/schemas/user.js -> dist/schemas/user.js
          src/size-stream.js -> dist/size-stream.js
          src/stream-to-existing-buffer.js -> dist/stream-to-existing-buffer.js
          src/stream-to-existing-buffer.spec.js -> dist/stream-to-existing-buffer.spec.js
          src/stream-to-new-buffer.js -> dist/stream-to-new-buffer.js
          src/utils.js -> dist/utils.js
          src/utils.spec.js -> dist/utils.spec.js
          src/vhd-merge.js -> dist/vhd-merge.js
          src/xapi/index.js -> dist/xapi/index.js
          src/xapi/mixins/gpu.js -> dist/xapi/mixins/gpu.js
          src/xapi/mixins/index.js -> dist/xapi/mixins/index.js
          src/xapi/mixins/networking.js -> dist/xapi/mixins/networking.js
          src/xapi/mixins/patching.js -> dist/xapi/mixins/patching.js
          src/xapi/mixins/storage.js -> dist/xapi/mixins/storage.js
          src/xapi/mixins/vm.js -> dist/xapi/mixins/vm.js
          src/xapi/other-config-template.js -> dist/xapi/other-config-template.js
          src/xapi/utils.js -> dist/xapi/utils.js
          src/xapi-object-to-xo.js -> dist/xapi-object-to-xo.js
          src/xapi-stats.js -> dist/xapi-stats.js
          src/xo-mixins/acls.js -> dist/xo-mixins/acls.js
          src/xo-mixins/api.js -> dist/xo-mixins/api.js
          src/xo-mixins/authentication.js -> dist/xo-mixins/authentication.js
          src/xo-mixins/backups.js -> dist/xo-mixins/backups.js
          src/xo-mixins/config-management.js -> dist/xo-mixins/config-management.js
          src/xo-mixins/hooks.js -> dist/xo-mixins/hooks.js
          src/xo-mixins/http.js -> dist/xo-mixins/http.js
          src/xo-mixins/index.js -> dist/xo-mixins/index.js
          src/xo-mixins/ip-pools.js -> dist/xo-mixins/ip-pools.js
          src/xo-mixins/jobs.js -> dist/xo-mixins/jobs.js
          src/xo-mixins/logs/index.js -> dist/xo-mixins/logs/index.js
          src/xo-mixins/logs/loggers/abstract.js -> dist/xo-mixins/logs/loggers/abstract.js
          src/xo-mixins/logs/loggers/leveldb.js -> dist/xo-mixins/logs/loggers/leveldb.js
          src/xo-mixins/plugins.js -> dist/xo-mixins/plugins.js
          src/xo-mixins/remotes.js -> dist/xo-mixins/remotes.js
          src/xo-mixins/resource-sets.js -> dist/xo-mixins/resource-sets.js
          src/xo-mixins/scheduling.js -> dist/xo-mixins/scheduling.js
          src/xo-mixins/store.js -> dist/xo-mixins/store.js
          src/xo-mixins/subjects.js -> dist/xo-mixins/subjects.js
          src/xo-mixins/xen-servers.js -> dist/xo-mixins/xen-servers.js
          src/xo.js -> dist/xo.js
          Done in 89.21s.
          warning: tag 'v5.16.0' is really 'xo-server/v5.16.0' here
          Updated version v5.16.0
          Checking xo-web...
          Current branch stable
          Current version v5.8.3
          235 updates available
          Updating from source...
          
          *** Please tell me who you are.
          
          Run
          
            git config --global user.email "[email protected]"
            git config --global user.name "Your Name"
          
          to set your account's default identity.
          Omit --global to set the identity only in this repository.
          
          fatal: unable to auto-detect email address (got 'root@ubuntu.(none)')
          Cannot save the current index state
          Updating 9199784a..c1d9cc7e
          error: Your local changes to the following files would be overwritten by merge:
                  package.json
                  src/xo-app/settings/config/index.js
                  src/xo-app/xosan/index.js
                  yarn.lock
          Please commit your changes or stash them before you merge.
          Aborting
          Clearing directories...
          Installing...
          yarn install v1.3.2
          [1/5] Validating package.json...
          [2/5] Resolving packages...
          [3/5] Fetching packages...
          info [email protected]: The platform "linux" is incompatible with this module.
          info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
          [4/5] Linking dependencies...
          [5/5] Building fresh packages...
          $ npm run build
          
          > [email protected] build /opt/xo-web
          > npm run build-indexes && NODE_ENV=production gulp build
          
          
          > [email protected] build-indexes /opt/xo-web
          > index-modules --auto src
          
          index generated src/common/themes/index.js
          index generated src/common/intl/locales/index.js
          [11:29:00] Using gulpfile /opt/xo-web/gulpfile.js
          [11:29:00] Starting 'build'...
          [11:29:00] Starting 'buildPages'...
          [11:29:00] Starting 'buildScripts'...
          [11:29:00] Starting 'buildStyles'...
          [11:29:00] Starting 'copyAssets'...
          [11:29:03] Finished 'buildPages' after 3.37 s
          [11:29:08] Finished 'buildStyles' after 8.25 s
          [11:29:09] Finished 'copyAssets' after 9.22 s
          [11:31:31] Finished 'buildScripts' after 2.5 min
          [11:31:31] Finished 'build' after 2.5 min
          Done in 173.75s.
          yarn run v1.3.2
          $ npm run build-indexes && NODE_ENV=production gulp build
          
          > [email protected] build-indexes /opt/xo-web
          > index-modules --auto src
          
          index generated src/common/themes/index.js
          index generated src/common/intl/locales/index.js
          [11:31:33] Using gulpfile /opt/xo-web/gulpfile.js
          [11:31:33] Starting 'build'...
          [11:31:33] Starting 'buildPages'...
          [11:31:33] Starting 'buildScripts'...
          [11:31:33] Starting 'buildStyles'...
          [11:31:33] Starting 'copyAssets'...
          [11:31:34] Finished 'buildPages' after 1.39 s
          [11:31:40] Finished 'buildStyles' after 7.15 s
          [11:31:40] Finished 'copyAssets' after 7.29 s
          [11:33:59] Finished 'buildScripts' after 2.43 min
          [11:33:59] Finished 'build' after 2.43 min
          Done in 147.77s.
          Updated version v5.8.3
          Restarting xo-server...
          

          removed the massive list of stuff in the center. Upgraded to 17.10, upgraded to latest yarn package. Still no dice.

          DustinB3403D DanpD 2 Replies Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @bnrstnr
            last edited by

            @bnrstnr I'm not sure what rimraf is off hand, did you install additional software into this system?

            https://www.npmjs.com/package/rimraf

            Is anyone else seeing similar issues?

            B 1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403
              last edited by

              @bnrstnr said in Xen Orchestra - Monorepo installation Changes:

              sed: can't read /lib/systemd/system/xo-server.service: No such file or directory

              This bit here is an issue:

              sed: can't read /lib/systemd/system/xo-server.service: No such file or directory
              
              1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403
                last edited by

                @bnrstnr can you go into /lib/systemd/system and see if xo-server.service is listed?

                B 1 Reply Last reply Reply Quote 0
                • B
                  bnrstnr @DustinB3403
                  last edited by

                  @dustinb3403 said in Xen Orchestra - Monorepo installation Changes:

                  did you install additional software into this system?

                  No additional software, other than openssh-server

                  1 Reply Last reply Reply Quote 0
                  • B
                    bnrstnr @DustinB3403
                    last edited by

                    @dustinb3403 said in Xen Orchestra - Monorepo installation Changes:

                    can you go into /lib/systemd/system and see if xo-server.service is listed?

                    No, it isn't...

                    DanpD 1 Reply Last reply Reply Quote 0
                    • DanpD
                      Danp @bnrstnr
                      last edited by

                      @bnrstnr Looks like your XO install is very out of date.

                      Also not have the service would indicate that you didn't install using the install script from this foru m. m

                      B 1 Reply Last reply Reply Quote 1
                      • B
                        bnrstnr @Danp
                        last edited by

                        @danp I definitely installed with the script on this forum. 100% for sure. I know my XO is out of date, I don't know why though, because I do run the update script from time to time. It never seems to update anything, but it also doesn't break anything.

                        Should I try running the original update script now that my yarn version is up to date, then use the new one?

                        DanpD DustinB3403D 2 Replies Last reply Reply Quote 0
                        • DanpD
                          Danp @bnrstnr
                          last edited by

                          @bnrstnr I don't believe the original script will work now due to the repo changes implemented by @olivier and company.

                          1 Reply Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @bnrstnr
                            last edited by

                            @bnrstnr said in Xen Orchestra - Monorepo installation Changes:

                            @danp I definitely installed with the script on this forum. 100% for sure. I know my XO is out of date, I don't know why though, because I do run the update script from time to time. It never seems to update anything, but it also doesn't break anything.

                            Should I try running the original update script now that my yarn version is up to date, then use the new one?

                            I've seen weirdness from time to time as well while updating, what version is currently installed of XO-Web and XO-Server?

                            Generally (and was my general feeling at the time) was to just rebuild and import your settings if this occurred.

                            It might be the easiest approach for this migration going forward. . .

                            B 1 Reply Last reply Reply Quote 1
                            • B
                              bnrstnr @DustinB3403
                              last edited by

                              @dustinb3403 said in Xen Orchestra - Monorepo installation Changes:

                              what version is currently installed of XO-Web and XO-Server?

                              xo-server 5.10.0
                              xo-web 5.9.0

                              I'm going to try the old script now that yarn isn't ancient.

                              DustinB3403D 1 Reply Last reply Reply Quote 0
                              • DustinB3403D
                                DustinB3403 @bnrstnr
                                last edited by DustinB3403

                                @bnrstnr if you installed with the installer script, it may have been a very old version of it. That service was added after I originally got everything working.

                                So your installation is likely a beta install, more or less.

                                1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  On a separate topic, we should look at getting let encrypt and ssl enabled through the installation process. . .

                                  B 1 Reply Last reply Reply Quote 1
                                  • B
                                    bnrstnr @DustinB3403
                                    last edited by

                                    @dustinb3403 I don't know if we can get a mod to clean this thread up because all of my posts seem to not apply lol

                                    DustinB3403D 1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403 @bnrstnr
                                      last edited by

                                      @bnrstnr said in Xen Orchestra - Monorepo installation Changes:

                                      @dustinb3403 I don't know if we can get a mod to clean this thread up because all of my posts seem to not apply lol

                                      It's fine.

                                      1 Reply Last reply Reply Quote 0
                                      • DanpD
                                        Danp @bnrstnr
                                        last edited by

                                        @bnrstnr said in Xen Orchestra - Monorepo installation Changes:

                                        *** Please tell me who you are.

                                        Run

                                        git config --global user.email "[email protected]"
                                        git config --global user.name "Your Name"

                                        This is preventing your xo-web from updating. We've talked about this before here.

                                        1 Reply Last reply Reply Quote 0
                                        • DanpD
                                          Danp
                                          last edited by

                                          The updated script only does a few additional things --

                                          1. Looks for the opt/xen-orchestra directory
                                          2. If not found, then create it by cloning the repo
                                          3. Copy the old .yaml file into the new xo-server directory
                                          4. rename the old xo-server directory

                                          IMO, this shouldn't break an installation unless the existing install is suspect.

                                          DustinB3403D 1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403 @Danp
                                            last edited by

                                            @danp his installation is pre-service creation.

                                            IMO time to rebuild and get current.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post