valine icon indicating copy to clipboard operation
valine copied to clipboard

valine on Debian VM list issue

Open DotSlashNatalie opened this issue 5 years ago • 0 comments

I think this should be added as a note in the README. When running valine I received the following error message:

root@helios:~# v
column: invalid option -- 'o'
usage: column [-tx] [-c columns] [-s sep] [file ...]

Key:
  • Each domain's current storage is marked with a green arrow: ←
  • Storage which is revertable & Deletable is displayed in cyan

I'm running Debian 9.

I fixed this by downloading the latest util-linux (at the time of writing it was this - https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/ ). Compile then editing .bashrc to include the path to the compiled binaries.

Now it works great:

root@helios:~# v
──────────────────┬────┬──────────┬───────────────────────────────────────────
 DOMAIN           │ ⚡ │ STORAGE  │ SNAPSHOTS
──────────────────┼────┼──────────┼───────────────────────────────────────────
 pilot            │ ◉  │ qcow2    │ /var/lib/libvirt/images/pilot.before-resize-clone.qcow2 ←
 fusionpbx        │ ◉  │ qcow2    │ /var/lib/libvirt/images/fusionpbx.qcow2
                  │    │          │   └─snapshot-beforeupgrade ←
...

I should probably switch to CentOS at some point but 🤷‍♀

DotSlashNatalie avatar Nov 30 '19 02:11 DotSlashNatalie