-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat: can't open '/proc/net/tcp6': No such file or directory #13749
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
Comments
I misunderstood about this issue. Indeed there have some issues related on root/non-root environment. In some environments (at least Azure AKS), IPv6 is disable and
|
monaka
changed the title
Exception on the non-root environment.
cat: can't open '/proc/net/tcp6': No such file or directory
Jul 1, 2019
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in eclipse-che/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
…in-port-scanner Fix unhandled exceptions in port-scanner. (eclipse#281)
monaka
referenced
this issue
in PizzaFactory/che-theia
Jul 1, 2019
…in-port-scanner Fix unhandled exceptions in port-scanner. (eclipse#281)
monaka
referenced
this issue
in eclipse-che/che-theia
Jul 4, 2019
In case IPv6 was disabled, `/proc/net/tcp6` will not exist. (Probably IPv4 will be similar.) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
benoitf
added
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
labels
Jul 5, 2019
I close this as eclipse-che/che-theia#315 was merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
Description
It looks the-theia can't access
/proc/net/tcp6
in the instance running as non-root.Reproduction Steps
che-theia
container.OS and version:
7.0.0-RC-2.0-SNAPSHOT
Diagnostics:
The text was updated successfully, but these errors were encountered: