gislab-npo / gislab

GIS.lab - total reduction of deployment and maintenance costs for complete free and open source geospatial infrastructure
http://gislab-npo.github.io/gislab/
GNU General Public License v3.0
39 stars 14 forks source link

xenial: autocompleation of gislab command doesn't work #498

Closed landam closed 7 years ago

landam commented 8 years ago

The gislab commands like eg. gislab-machines is not possible to autocomplete

sudo gislab-

pressing TAB doesn't offer any choices. Even the command gislab-machines is possible to launch and it's found by which command:

which gislab-machines
/opt/gislab/admin/gislab-machines
landam commented 8 years ago

Fixed by acac8b9

landam commented 8 years ago

There is still issue with gislab-cluster command:

which gislab-cluster
[nothing found]

The other commands are found and can be autocompleted.

which gislab-adduser
/opt/gislab/admin/gislab-adduser
landam commented 8 years ago

Strangely the file is located in /usr/local/bin:

locate gislab-cluster
/usr/local/bin/gislab-cluster
imincik commented 8 years ago

/usr/local/bin/gislab-cluster is just symlink to "serf" binary. Is serf installed ?

landam commented 8 years ago

yes, serf is installed.

udo serf --version
Serf v0.6.4
Agent Protocol: 4 (Understands back to: 2)