Hi,
I am new to cockpit. I am trying to install cockpit in openshift cluster. But I am seeing the following errors from the logs.
========== INFO: cockpit-ws: logged in user: roshan MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer INFO: cockpit-ws: roshan: timed out MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer =========
How to fix this issue.? Any help will be much appreciated.
Regards, Muhammed Roshan
On 18.01.2017 07:46, Muhammed Roshan wrote:
Hi,
I am new to cockpit. I am trying to install cockpit in openshift cluster. But I am seeing the following errors from the logs.
How are you installing Cockpit in the cluster? Are you following instructions? In addition do you know which version you're installing?
Cheers,
Stef
========== INFO: cockpit-ws: logged in user: roshan MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer INFO: cockpit-ws: roshan: timed out MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer =========
How to fix this issue.? Any help will be much appreciated.
Regards, Muhammed Roshan
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
Hi,
I followed this documentation.
http://cockpit-project.org/guide/latest/feature-kubernetes.html#feature-open...
Is there anything else I need to configure?
Regards, Muhammed Roshan
On Wed, Jan 18, 2017 at 3:08 PM, Stef Walter stefw@redhat.com wrote:
On 18.01.2017 07:46, Muhammed Roshan wrote:
Hi,
I am new to cockpit. I am trying to install cockpit in openshift cluster. But I am seeing the following errors from the logs.
How are you installing Cockpit in the cluster? Are you following instructions? In addition do you know which version you're installing?
Cheers,
Stef
========== INFO: cockpit-ws: logged in user: roshan MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer INFO: cockpit-ws: roshan: timed out MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer MESSAGE: cockpit-protocol: couldn't read from connection: Error receiving data: Connection reset by peer =========
How to fix this issue.? Any help will be much appreciated.
Regards, Muhammed Roshan
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.
fedorahosted.org
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
On 01/17/2017 11:49 PM, Muhammed Roshan wrote:
Hi,
I followed this documentation.
http://cockpit-project.org/guide/latest/feature-kubernetes.html#feature-open...
Is there anything else I need to configure?
No that should be it. What is happening in the browser when you try to connect? Any errors in the console?
You can also try adding
{ "name": "G_MESSAGES_DEBUG", "value": "all" },
To the "env" array in the template, that will output more info about what it is trying to do.
cockpit-devel@lists.fedorahosted.org