I am running the one script installer on a new machine
Summary
The results i get from running the script are
/opt/cronicle/bin/control.sh setup
/opt/cronicle/bin/storage-cli.js:72
addrs = addrs.concat( addrs, ifaces[key] );
^
RangeError: Invalid array length
at Array.concat ()
at Object. (/opt/cronicle/bin/storage-cli.js:72:16)
at Module._compile (module.js:649:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
at Function.Module.runMain (module.js:690:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
Steps to reproduce the problem
just run curl -s https://raw.githubusercontent.com/jhuckaby/Cronicle/master/bin/install.js | node
Your Setup
Operating system and version?
Ubuntu 16.04
Node.js version?
v9.8.0
Cronicle software version?
Version 0.8.6
Are you using a multi-server setup, or just a single server?
single
Are you using the filesystem as back-end storage, or S3/Couchbase?
file system
Can you reproduce the crash consistently?
yes
Log Excerpts
I am running the one script installer on a new machine
Summary
The results i get from running the script are
/opt/cronicle/bin/control.sh setup
/opt/cronicle/bin/storage-cli.js:72
addrs = addrs.concat( addrs, ifaces[key] );
^
RangeError: Invalid array length
at Array.concat ()
at Object. (/opt/cronicle/bin/storage-cli.js:72:16)
at Module._compile (module.js:649:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
at Function.Module.runMain (module.js:690:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
Steps to reproduce the problem
just run curl -s https://raw.githubusercontent.com/jhuckaby/Cronicle/master/bin/install.js | node
Your Setup
Operating system and version?
Ubuntu 16.04
Node.js version?
v9.8.0
Cronicle software version?
Version 0.8.6
Are you using a multi-server setup, or just a single server?
single
Are you using the filesystem as back-end storage, or S3/Couchbase?
file system
Can you reproduce the crash consistently?
yes
Log Excerpts