kfctl
kfctl copied to clipboard
ERROR "CRNGT failed. SIGABRT: abort" when trying to execute kfctl
I am trying to install Kubeflow on Ubuntu 18.0.4 by following the tutorial found here. However after downloading the kfctl binary and trying to execute it I get the following error message:
`CRNGT failed. SIGABRT: abort PC=0x7efbfed01e97 m=0 sigcode=18446744073709551610 signal arrived during cgo execution
goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x218a6e0, 0xc0004bfa68, 0x1168fe7)
/usr/lib/google-golang/src/runtime/cgocall.go:133 +0x5b fp=0xc0004bfa38 sp=0xc0004bfa00 pc=0xdb92fb
crypto/internal/boring._Cfunc__goboringcrypto_RAND_bytes(0xc000376a28, 0x8, 0xc000000000)
_cgo_gotypes.go:1130 +0x4d fp=0xc0004bfa68 sp=0xc0004bfa38 pc=0xfde4dd
crypto/internal/boring.randReader.Read(0x0, 0xc000376a28, 0x8, 0x8, 0x205, 0x205, 0x3a653a0)
/usr/lib/google-golang/src/crypto/internal/boring/rand.go:21 +0x86 fp=0xc0004bfa90 sp=0xc0004bfa68 pc=0xfe2d16
crypto/internal/boring.(*randReader).Read(0x2a60c50, 0xc000376a28, 0x8, 0x8, 0xc0004bfb28, 0xe01a2c, 0x8)
goroutine 6 [chan receive]: k8s.io/klog.(*loggingT).flushDaemon(0x3a64140) /usr/local/google/home/ricliu/go/pkg/mod/k8s.io/[email protected]/klog.go:1010 +0x8b created by k8s.io/klog.init.0 /usr/local/google/home/ricliu/go/pkg/mod/k8s.io/[email protected]/klog.go:411 +0xd6
rax 0x0 rbx 0xc0004bfa68 rcx 0x7efbfed01e97 rdx 0x0 rdi 0x2 rsi 0x7ffbffffa3c0 rbp 0x7ffbffffaa50 rsp 0x7ffbffffa3c0 r8 0x0 r9 0x7ffbffffa3c0 r10 0x8 r11 0x246 r12 0x7ffbffffa870 r13 0x8 r14 0x5a99628 r15 0x5a99628 rip 0x7efbfed01e97 rflags 0x246 cs 0x33 fs 0x0 gs 0x0`
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/feature | 0.60 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
See the same error with kfctl_v1.0.1-0-gf3edb9b_linux.tar.gz
on archlinux with 5.4.3-arch1-1 kernel
Edit
Failed on the updated system with the kernel 5.5.9-arch1-2 as well.
Built kfctl v1.0.1
from sources and the crash gone.
i had the same problem kfctl version: kfctl_v1.0.1-0-gf3edb9b_linux.tar.gz kubernetes version: 1.18.0 linux :centos7.7 (vm)
/area kfctl /priority p2
I am trying to install Kubeflow on Ubuntu 18.0.4 by following the tutorial found here.
This is recommended using EKS cluster to deploy Kubeflow, we can't guarantee that it works on EC2 instance / On-prem