-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Windows OS: Error occurred after upgrade from 1.6 to 1.8.3 on windows server environment. #1920
Comments
Bugreport marker created: From another customer from the front conversation: https://forum.tailscale.com/t/tailscale-stops-working-after-1-8-0-3-update-windows-server-rds-issue-mutliple-users/635 |
One more customer reported the issue,https://forum.tailscale.com/t/windows-server-2016-and-2019-rds/318/11. |
I get the "Failed to connect to Tailscale service." error on Windows 10 whenever we do a fast user switch from my account to my wife's account. Tailscale will be running fine in my account but when she switches to her account she will get repeated alerts from Tailscale and I have to end up killing the service and all Tailscale processes to clear it. It has been happening ever since I updated from 1.6.0 to 1.8.0 |
I have the same issue on Windows 10 after Tailscale update from 1.6.0 to 1.8.3. Fragment of Tailscale's log I have found workaround by removing |
There are several code paths in
That causes the panic above. |
OK the panic is in error cases, and is easily fixed. Unfortunately, fixing it doesn't necessarily fix the underlying problem. |
A couple of code paths in ipnserver use a NewBackendServer with a nil backend just to call the callback with an encapsulated error message. This covers a panic case seen in logs. For #1920 Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
A couple of code paths in ipnserver use a NewBackendServer with a nil backend just to call the callback with an encapsulated error message. This covers a panic case seen in logs. For #1920 Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
A couple of code paths in ipnserver use a NewBackendServer with a nil backend just to call the callback with an encapsulated error message. This covers a panic case seen in logs. For #1920 Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
@darshinimashar, did you mean #1775 or https://github.com/tailscale/corp/issues/1775? |
Emailed customer, but I think this is done. |
Customer upgraded environment on SCCM or other windows server and getting following error on startup failure,
A fatal error occurred while creating a TLS client credential. The internal error state is 10013. (source Schannel)
Initialization failed because the driver device could not be created. Use the string "0000000001003200000002000000000000000000000000000000**********" to identify the interface for which initialization failed. It represents the MAC address of the failed interface or the Globally Unique Interface Identifier (GUID) if NetBT was unable to map from GUID to MAC address. If neither the MAC address nor the GUID was available, the string represents a cluster device name. (source NetBT)
The server could not bind to the transport \Device\NetBT_Tcpip_{************************} because another computer on the network has the same name. The server could not start. (source Server)
When error appears it unable to get bug report too,
Front conversations
Platform: Windows server 2016
The text was updated successfully, but these errors were encountered: