northstack / northstack-client

NorthStack Client
https://northstack.com
GNU General Public License v3.0
7 stars 1 forks source link

installer library fixes/tests #76

Closed mm-pagely closed 5 years ago

mm-pagely commented 5 years ago

New things

Changes

[2019-06-25 16:34:36] [error] Could not verify the minimum installation requirements for your system
[2019-06-25 16:34:36] [error] BINARY_PATH errors:
[2019-06-25 16:34:36] [error]   * binary path (/root/local/bin/northstack) does not exist, and its parent (/root) is not writable.
[2019-06-25 16:34:36] [error]   * File: /root
[2019-06-25 16:34:36] [error]   * Type: directory
[2019-06-25 16:34:36] [error]   * Mode: (550 / dr-xr-x---)
[2019-06-25 16:34:36] [error]   * Owner: (0 / root)
[2019-06-25 16:34:36] [error]   * Group: (0 / root)
[2019-06-25 16:34:36] [error] LIBRARY_PATH errors:
[2019-06-25 16:34:36] [error]   * library path (/root/local/northstack) does not exist, and its parent (/root) is not writable.
[2019-06-25 16:34:36] [error]   * File: /root
[2019-06-25 16:34:36] [error]   * Type: directory
[2019-06-25 16:34:36] [error]   * Mode: (550 / dr-xr-x---)
[2019-06-25 16:34:36] [error]   * Owner: (0 / root)
[2019-06-25 16:34:36] [error]   * Group: (0 / root)

What remains

At this point I still need to spend some time testing on Mac to sort out the GNU vs BSD coreutils madness.