This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
build with go 1.15.2, createContainer failed: Setctty set but Ctty not valid in child #2982
Labels
Comments
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 18, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.3+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 18, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 18, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 18, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 18, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 20, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]> (cherry picked from commit c56af73)
fidencio
added a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 20, 2020
The https://go-review.googlesource.com/c/go/+/231638/ commit on Golang introduced a failure on Kata Containers when the runtime is built with golang 15.2+. Fixes: kata-containers#2982 Signed-off-by: Fabiano Fidêncio <[email protected]> (cherry picked from commit c56af73)
This was referenced Nov 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
kata-runtime is built with go 1.15.2, and there were some modifications made in the syscall package in Go 1.15.0
Error message:
createContainer failed: Setctty set but Ctty not valid in child
,and it looks like the same with [https://github.com/cespare/reflex/issues/77]
The text was updated successfully, but these errors were encountered: