| Server IP : 103.4.122.14 / Your IP : 216.73.216.103 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips System : Linux cwp2.slnet.com.au 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : statewid ( 1251) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/xe-guest-utilities-latest-7.30.0/ |
Upload File : |
[](https://travis-ci.org/xenserver/xe-guest-utilities) Introduction =================== This is the golang guest utilities for XenServer XenStore CLI ----------- xe-guest-utilities.git/xenstore XenServer Guest Utilities ----------- xe-guest-utilities.git/xe-daemon Build Instructions =================== [Go development environment](https://golang.org/doc/install) is required to build the guest utilities. Type `make` or `make build` to build the xenstore and xe-daemon. USE $GOPATH to build ----------- e.g. use go1.6.4 to build 1. Set GOPATH `export GOPATH=/root/go` 2. Download xe-guest-utilities `mkdir -p $GOPATH/src; cd $GOPATH/src` `git clone git@github.com:xenserver/xe-guest-utilities.git` 3. Disable GO111MODULE `export GO111MODULE=off` 4. Download golang.org/x/sys `mkdir -p $GOPATH/src/golang.org/x` `cd $GOPATH/src/golang.org/x` `git clone http://github.com/golang/sys.git` 5. Build `cd $GOPATH/src/xe-guest-utilities` `make` Enable $GO111MODULE to build ----------- e.g. use go1.6.4 to build 1. Download xe-guest-utilities `cd /root` `git clone git@github.com:xenserver/xe-guest-utilities.git` 2. Enable GO111MODULE `export GO111MODULE=on` 3. Initializing a project `go mod init xe-guest-utilities` `go mod tidy` 4. Build `cd /root/xe-guest-utilities.git` `make`