<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Backup NG: &quot;value&quot; argument is out of bounds]]></title><description><![CDATA[<p dir="auto">Greetings,</p>
<p dir="auto">I got an alert this morning that a Backup NG scheduled backup on a VM had failed with the error: "value" argument is out of bounds.</p>
<p dir="auto">I am unable to find anything on-line related to this error.  Can anyone shed light on this or where to start looking for answers?  Thank you.</p>
<p dir="auto">Asai</p>
]]></description><link>https://xcp-ng.org/forum/topic/1934/backup-ng-value-argument-is-out-of-bounds</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 18:57:07 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/1934.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Sep 2019 15:06:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Fri, 03 Apr 2020 09:16:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Please check if you have the same issue with XOA on <code>latest</code>. Also retry with latest XO from source on <code>master</code> branch. We don't do any kind of support of a source install that's not a latest GitHub commit it would be impossible to maintain that!</p>
]]></description><link>https://xcp-ng.org/forum/post/24594</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/24594</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 03 Apr 2020 09:16:04 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Fri, 03 Apr 2020 07:09:27 GMT]]></title><description><![CDATA[<p dir="auto">Stumbled to the same error. Retry finished okay and no issues really. Couldn't really find anything except this thread and no info if this is something that will be fixed/is fixed already.</p>
<p dir="auto">Not running the latest versions (xo-server 5.50.1, xo-web 5.50.2), but because of the above, i'm sharing logs as well if found useful.</p>
<pre><code>    {
      "data": {
        "type": "VM",
        "id": "ae0fd9f4-6915-475e-7809-c3c501177c51"
      },
      "id": "1585875600008:4",
      "message": "Starting backup of vmname (8b5016a9-6ffa-4614-8e6f-c87fe4bcb93f)",
      "start": 1585875600008,
      "status": "failure",
      "tasks": [
        {
          "id": "1585875600009",
          "message": "snapshot",
          "start": 1585875600009,
          "status": "success",
          "end": 1585875651531,
          "result": "49545d5f-633c-3bb2-ca7e-8d1cfdb60fc9"
        },
        {
          "id": "1585875651534",
          "message": "add metadata to snapshot",
          "start": 1585875651534,
          "status": "success",
          "end": 1585875651595
        },
        {
          "id": "1585875651700",
          "message": "waiting for uptodate snapshot record",
          "start": 1585875651700,
          "status": "success",
          "end": 1585875651962
        },
        {
          "id": "1585875652432",
          "message": "start snapshot export",
          "start": 1585875652432,
          "status": "success",
          "end": 1585875652432
        },
        {
          "data": {
            "id": "aac606cd-a5f0-4a8e-935c-854f144145b7",
            "isFull": false,
            "type": "remote"
          },
          "id": "1585875652432:1",
          "message": "export",
          "start": 1585875652432,
          "status": "failure",
          "tasks": [
            {
              "id": "1585875652633",
              "message": "transfer",
              "start": 1585875652633,
              "status": "success",
              "end": 1585875804106,
              "result": {
                "size": 444748288
              }
            },
            {
              "id": "1585875804106:0",
              "message": "merge",
              "start": 1585875804106,
              "status": "failure",
              "end": 1585875830977,
              "result": {
                "type": "TypeError",
                "message": "\"value\" argument is out of bounds",
                "name": "TypeError",
                "stack": "TypeError: \"value\" argument is out of bounds\n    at checkInt (buffer.js:1185:11)\n    at Buffer.writeUInt32BE (buffer.js:1278:5)\n    at Vhd._setBatEntry (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:244:16)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:254:111\n    at Generator.next (&lt;anonymous&gt;)\n    at asyncGeneratorStep (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:24:103)\n    at _next (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:194)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:364\n    at Promise._execute (/etc/xen-orchestra/node_modules/bluebird/js/release/debuggability.js:313:9)\n    at Promise._resolveFromExecutor (/etc/xen-orchestra/node_modules/bluebird/js/release/promise.js:488:18)\n    at new Promise (/etc/xen-orchestra/node_modules/bluebird/js/release/promise.js:79:10)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:97\n    at Vhd.createBlock (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:256:7)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:282:34\n    at Generator.next (&lt;anonymous&gt;)\n    at asyncGeneratorStep (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:24:103)"
              }
            }
          ],
          "end": 1585875830977,
          "result": {
            "type": "TypeError",
            "message": "\"value\" argument is out of bounds",
            "name": "TypeError",
            "stack": "TypeError: \"value\" argument is out of bounds\n    at checkInt (buffer.js:1185:11)\n    at Buffer.writeUInt32BE (buffer.js:1278:5)\n    at Vhd._setBatEntry (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:244:16)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:254:111\n    at Generator.next (&lt;anonymous&gt;)\n    at asyncGeneratorStep (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:24:103)\n    at _next (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:194)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:364\n    at Promise._execute (/etc/xen-orchestra/node_modules/bluebird/js/release/debuggability.js:313:9)\n    at Promise._resolveFromExecutor (/etc/xen-orchestra/node_modules/bluebird/js/release/promise.js:488:18)\n    at new Promise (/etc/xen-orchestra/node_modules/bluebird/js/release/promise.js:79:10)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:26:97\n    at Vhd.createBlock (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:256:7)\n    at /etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:282:34\n    at Generator.next (&lt;anonymous&gt;)\n    at asyncGeneratorStep (/etc/xen-orchestra/packages/vhd-lib/dist/vhd.js:24:103)"
          }
        },
        {
          "id": "1585875830979",
          "message": "set snapshot.other_config[xo:backup:exported]",
          "start": 1585875830979,
          "status": "success",
          "end": 1585875831050
        }
      ],
      "end": 1585875918847
    },
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/24586</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/24586</guid><dc:creator><![CDATA[ronivay]]></dc:creator><pubDate>Fri, 03 Apr 2020 07:09:27 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Mon, 13 Jan 2020 12:37:19 GMT]]></title><description><![CDATA[<p dir="auto">Here is the failed backup log:</p>
<pre><code>    {
      "data": {
        "type": "VM",
        "id": "e93c337e-3532-c5fe-6442-25587d65c565"
      },
      "id": "1578874920072",
      "message": "Starting backup of Calypso (8341bb16-5e0f-42b8-ac81-a68ac532d42b)",
      "start": 1578874920072,
      "status": "failure",
      "tasks": [
        {
          "id": "1578874920072:0",
          "message": "snapshot",
          "start": 1578874920072,
          "status": "success",
          "end": 1578874931254,
          "result": "ab38fd4d-6d97-d630-f8d8-808b878a9c17"
        },
        {
          "id": "1578874931274",
          "message": "add metadata to snapshot",
          "start": 1578874931274,
          "status": "success",
          "end": 1578874931320
        },
        {
          "id": "1578874931449",
          "message": "waiting for uptodate snapshot record",
          "start": 1578874931449,
          "status": "success",
          "end": 1578874931676
        },
        {
          "id": "1578874932280",
          "message": "start snapshot export",
          "start": 1578874932280,
          "status": "success",
          "end": 1578874932280
        },
        {
          "data": {
            "id": "68c50187-ec00-45b8-9ada-fda127cf1d9c",
            "isFull": false,
            "type": "remote"
          },
          "id": "1578874932280:1",
          "message": "export",
          "start": 1578874932280,
          "status": "failure",
          "tasks": [
            {
              "id": "1578874932377",
              "message": "transfer",
              "start": 1578874932377,
              "status": "success",
              "end": 1578879743091,
              "result": {
                "size": 19443764736
              }
            },
            {
              "id": "1578879743101",
              "message": "merge",
              "start": 1578879743101,
              "status": "failure",
              "end": 1578882356886,
              "result": {
                "type": "TypeError",
                "message": "\"value\" argument is out of bounds",
                "name": "TypeError",
                "stack": "TypeError: \"value\" argument is out of bounds\n    at checkInt (buffer.js:1185:11)\n    at Buffer.writeUInt32BE (buffer.js:1278:5)\n    at Vhd._setBatEntry (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:236:16)\n    at Vhd._createBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:243:103)\n    at Vhd._writeEntireBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:265:30)\n    at Vhd.coalesceBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:319:20)\n    at &lt;anonymous&gt;"
              }
            }
          ],
          "end": 1578882356886,
          "result": {
            "type": "TypeError",
            "message": "\"value\" argument is out of bounds",
            "name": "TypeError",
            "stack": "TypeError: \"value\" argument is out of bounds\n    at checkInt (buffer.js:1185:11)\n    at Buffer.writeUInt32BE (buffer.js:1278:5)\n    at Vhd._setBatEntry (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:236:16)\n    at Vhd._createBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:243:103)\n    at Vhd._writeEntireBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:265:30)\n    at Vhd.coalesceBlock (/opt/xen-orchestra/packages/vhd-lib/dist/vhd.js:319:20)\n    at &lt;anonymous&gt;"
          }
        },
        {
          "id": "1578882356898",
          "message": "set snapshot.other_config[xo:backup:exported]",
          "start": 1578882356898,
          "status": "success",
          "end": 1578882356907
        }
      ],
      "end": 1578882361453
    },
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/21139</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/21139</guid><dc:creator><![CDATA[hecki]]></dc:creator><pubDate>Mon, 13 Jan 2020 12:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Mon, 13 Jan 2020 12:23:33 GMT]]></title><description><![CDATA[<p dir="auto">Same problem here with current stable xo-server 5.53.0, xo-web 5.53.3 (build from source).<br />
I also increased the virtual disk of the VM a week before.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/asai" aria-label="Profile: asai">@<bdi>asai</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> are ther any news regarding this issue?</p>
]]></description><link>https://xcp-ng.org/forum/post/21137</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/21137</guid><dc:creator><![CDATA[hecki]]></dc:creator><pubDate>Mon, 13 Jan 2020 12:23:33 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Fri, 13 Sep 2019 16:11:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a></p>
<p dir="auto">Thanks for looking at this:</p>
<p dir="auto"><a href="/forum/assets/uploads/files/1568391060102-2019-09-11t08_00_00.003z-backup-ng.txt">2019-09-11T08_00_00.003Z - backup NG.txt</a></p>
]]></description><link>https://xcp-ng.org/forum/post/16933</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16933</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Fri, 13 Sep 2019 16:11:18 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Fri, 13 Sep 2019 09:02:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/asai" aria-label="Profile: asai">@<bdi>asai</bdi></a> said in <a href="/forum/post/16887">Backup NG: "value" argument is out of bounds</a>:</p>
<blockquote>
<p dir="auto">if it's helpful, I recently increased the size of the VMs disk by 40 GB.</p>
</blockquote>
<p dir="auto">Yep, thank you that may be relevant.</p>
<p dir="auto">Also, you can copy in the clipboard the full backup log from the details modal of the run.</p>
]]></description><link>https://xcp-ng.org/forum/post/16909</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16909</guid><dc:creator><![CDATA[julien-f]]></dc:creator><pubDate>Fri, 13 Sep 2019 09:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Thu, 12 Sep 2019 18:22:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> , here is the error message from the Backup NG report</p>
<pre><code>Snapshot 
Start: Sep 11, 2019, 01:00:00 AM
End: Sep 11, 2019, 01:00:06 AM
 XenBackupsUnify 
 transfer 
Start: Sep 11, 2019, 01:00:07 AM
End: Sep 11, 2019, 01:07:53 AM
Duration: 8 minutes
Size: 2.38 GiB
Speed: 5.22 MiB/s
 merge 
Start: Sep 11, 2019, 01:07:53 AM
End: Sep 11, 2019, 01:11:03 AM
Duration: 3 minutes
Error: "value" argument is out of bounds
Start: Sep 11, 2019, 01:00:07 AM
End: Sep 11, 2019, 01:11:03 AM
Duration: 11 minutes
Error: "value" argument is out of bounds
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/16888</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16888</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Thu, 12 Sep 2019 18:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Thu, 12 Sep 2019 18:03:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> , if it's helpful, I recently increased the size of the VMs disk by 40 GB.</p>
]]></description><link>https://xcp-ng.org/forum/post/16887</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16887</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Thu, 12 Sep 2019 18:03:39 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 16:34:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> , what do you need from me to provide more info?  Which logs can I get that info from?</p>
<p dir="auto">Pending your response, I will start poking around the logs myself, and see if I can turn up anything useful.</p>
]]></description><link>https://xcp-ng.org/forum/post/16826</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16826</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Wed, 11 Sep 2019 16:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 16:32:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> It looks like a bug in our VHD implementation, but it's not precise enough for me to narrow it down.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/asai" aria-label="Profile: asai">@<bdi>asai</bdi></a> Do you have any other info?</p>
]]></description><link>https://xcp-ng.org/forum/post/16825</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16825</guid><dc:creator><![CDATA[julien-f]]></dc:creator><pubDate>Wed, 11 Sep 2019 16:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 16:08:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> , I should add that these backups have been running for weeks, 3 times a week, with no problems, this is the first time we've seen any indication that there's an issue.</p>
]]></description><link>https://xcp-ng.org/forum/post/16824</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16824</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Wed, 11 Sep 2019 16:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 15:57:45 GMT]]></title><description><![CDATA[<p dir="auto">You don't really have an XO version using it from the source, you have a version for <code>xo-web</code>, <code>xo-server</code> etc.</p>
<p dir="auto">So can you report first your issue on the Github repo of people who made the script?</p>
<p dir="auto">In the meantime I'm asking our lead dev: <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a> does <code>error: "value" argument is out of bounds</code> ring any bell?</p>
]]></description><link>https://xcp-ng.org/forum/post/16820</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16820</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 11 Sep 2019 15:57:45 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 15:19:48 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a></p>
<p dir="auto">I am using this github script to install XOA <a href="https://github.com/Jarli01/xenorchestra_installer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jarli01/xenorchestra_installer</a></p>
<p dir="auto">And my XO version is: 5.44.0</p>
]]></description><link>https://xcp-ng.org/forum/post/16816</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16816</guid><dc:creator><![CDATA[asai]]></dc:creator><pubDate>Wed, 11 Sep 2019 15:19:48 GMT</pubDate></item><item><title><![CDATA[Reply to Backup NG: &quot;value&quot; argument is out of bounds on Wed, 11 Sep 2019 15:15:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">We need more info:</p>
<ul>
<li>Are you using XOA or XO from the sources?</li>
<li>What's your current version?</li>
</ul>
]]></description><link>https://xcp-ng.org/forum/post/16815</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/16815</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 11 Sep 2019 15:15:44 GMT</pubDate></item></channel></rss>