Henry Xie 's blog
Sunday, April 28, 2019
Error:request.go:598:31: not enough arguments in call to watch.NewStreamWatcher have (*versioned.Decoder) want (watch.Decoder, watch.Reporter)
›
Symptom: When we build a go program, we hit such error: k8s.io/client-go/rest/request.go:598:31: not enough arguments in call to watch.Ne...
Saturday, April 27, 2019
Error: No route to host while ICMP is working
›
Symptom: We try to access a port 1521 service in a VM which has Oracle Linux 7.6 . Ping (ICMP) is working fine. But we get error when w...
Friday, April 26, 2019
Error: cannot refer to unexported name in Golang
›
Symptom: The packages are in the right place and imported ,but when we define variable from a type in another package, it error out when...
VirtualBox Guest OS Network Connects To Host VPN
›
Requirement: We have linux guest OS running in virtualbox win 10. We have vpn running on win 10 host. We have issues to connect to ne...
Wednesday, April 17, 2019
Error: Package libseccomp was not found in the pkg-config search path in go build
›
Symptom: When we test usage of "github.com/seccomp/libseccomp-golang" , it always error out as below package libseccomp was ...
‹
›
Home
View web version