-
Explain what happensthe console infomation: cockpit.js:348 WebSocket connection to 'wss://47.240.80.118:9090/cockpit/socket' failed:
received unsupported version in init message: undefined
transport closed, dropped message:
{"bus":"internal","payload":"dbus-json3","command":"open","channel":"1","flow-control":true}
received message before init: hint
Error reading machine id
{
"problem": "disconnected",
"message": "Server has closed the connection."
}
get NTPSynchronized property
{
"problem": "disconnected",
"name": null,
"message": "Server has closed the connection."
} Version of CockpitNo response Where is the problem in Cockpit?None Server operating systemNone Server operating system versionNo response What browsers are you using?No response System logNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I update the system time by NTP. that's OK. why ??? |
Beta Was this translation helpful? Give feedback.
-
If your system time was wildly off, all sorts of issues could happen. It's not a Cockpit-specific bug if that was the case. It's a common enough bug that there are a few xkcd comic about it: (This second one is because when the time is not set properly, files show up as from These two things (incorrect dates and weird effects as the result of very wrong dates) are some of the big reasons why there's NTP to sync up times. (It's also to have extremely accurate times.) If you have this problem when time is set correctly, please check the FAQ and reopen the issue or file a new one if it's not related to an incorrect system configuration. |
Beta Was this translation helpful? Give feedback.
If your system time was wildly off, all sorts of issues could happen. It's not a Cockpit-specific bug if that was the case.
It's a common enough bug that there are a few xkcd comic about it:
https://m.xkcd.com/376/
https://m.xkcd.com/2676/
(This second one is because when the time is not set properly, files show up as from
These two things (incorrect dates and weird effects as the result of very wrong dates) are some of the big reasons why there's NTP to sync up times. (It's also to have extremely accurate times.)
If you have this problem when time is set correctly, please check the FAQ and reopen the issue or file a new one if it's not related to an incorrect system configuration.