lscpu output:
```
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 37
Model name:            Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz
Stepping:              1
CPU MHz:               2099.999
BogoMIPS:              4199.99
Hypervisor vendor:     VMware
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              15360K
NUMA node0 CPU(s):     0-3
```
It is VMWare instance if that matter.

On Wednesday, 21 December 2016 07:24:22 UTC+8, tungche...@gmail.com wrote:
>
> I am trying to install go on my school server (without sudo right)
>
> I tried to install go1.4 then use it to install latest go.
> However, it failed when running all.bash for go1.4
> Seems the system doesn't support (or no permission) hard link.
>
> I also tried to copy the files from my personal computer to the server. It 
> will say missing 'sigtable' when compiling my source code.
>
> Is it possible to install go compiler without sudo right?
> Seems compiling elsewhere then deploy the executable is the only working 
> solution for me so far.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to