You are not logged in.

#1 2025-11-15 00:39:59

blablubb1234
Member
Registered: 2013-07-04
Posts: 36

[SOLVED] TeamViewer can't establish inbound connection on Wayland GDM

Hello,

when trying to control an Arch host running GDM and Wayland via TeamViewer, the inbound session fails to establish with the following messages (full TeamVIewer log):

2025/11/15 01:00:11.423 20979 21018 GW3   Connection incoming, sessionID = 1217806055
2025/11/15 01:00:11.496 21059 21059 D   Logger started.
2025/11/15 01:00:11.496 21059 21059 D   Found 5 stack dump files ...
2025/11/15 01:00:11.496 21059 21059 D   Found 5 core dump files ...
2025/11/15 01:00:11.499 21059 21059 D   systemd: logind service available
2025/11/15 01:00:11.500 21059 21059 D   systemd: New seat seat0 [path=/org/freedesktop/login1/seat/seat0, activeSession='3', canGraphical=1, canTTY=1, canMultiSession=0]
2025/11/15 01:00:11.501 21059 21059 D   LogindSessionInfo: New session LogindSessionInfo [id=3 user=mama state=user active=1 reliable=1 infoId=1842515611] [path=/org/freedesktop/login1/session/_33 TTY=tty2 seat=seat0 display= vtnr=2 owner=[SysUser: mama [uid=1000, gid=1000 home=/home/mama gecos= shell=/bin/bash]] idle=0(0) active=1 type=wayland class=user state=active timestamp=1763162136356642 service=gdm-password defaultCG= leader=1513 audit=3 remote=0 rHost= rUser= killProc=0]
2025/11/15 01:00:11.501 21059 21059 D!  systemd: Unkown state 'manager' in session '4', session marked as unreliable
2025/11/15 01:00:11.501 21059 21059 D   LogindSessionInfo: New session LogindSessionInfo [id=4 user=mama state=unknown active=1 reliable=0 infoId=4088798008] [path=/org/freedesktop/login1/session/_34 TTY= seat= display= vtnr=4294967295 owner=[SysUser: mama [uid=1000, gid=1000 home=/home/mama gecos= shell=/bin/bash]] idle=0(0) active=1 type=unspecified class=manager state=active timestamp=1763162136408837 service=systemd-user defaultCG= leader=1592 audit=4 remote=0 rHost= rUser= killProc=0]
2025/11/15 01:00:11.504 21059 21059 D   SysSessionInfoManager: observing sessions from logind is marked as reliable
2025/11/15 01:00:11.504 21059 21059 D   SysSessionInfoManager: Session Information provided by VT [priority: 1]
2025/11/15 01:00:11.504 21059 21059 D!  FrameBuffer: Cannot access /dev/fb0, frame buffer support unavailable
2025/11/15 01:00:11.504 21059 21059 D   SysSessionInfoManager::SessionAdded: adding session WaylandSession: [SysSession 1842515611 [type=W vt=2 tty= pseudotty=0 info=1 id=3 user=mama state=user active=1 reliable=1]]
2025/11/15 01:00:11.510 21059 21059 D!! SysSessionInfoManager::GetOwnProcessSession: No session found!
2025/11/15 01:00:11.510 21059 21059 D!! SysSessionInfoManager::GetOwnProcessSession: No session found!
2025/11/15 01:00:11.510 21059 21059 D   TeamViewerDesktop started, PID=21059 IPC=5939 module=FI
2025/11/15 01:00:11.512 21059 21059 D   Created fallback X11 SPI
2025/11/15 01:00:11.518 21059 21059 D!  XRandR: Display unavailable
2025/11/15 01:00:11.518 21059 21059 D!  XDesktopTracker: XClient is not open.
2025/11/15 01:00:11.519 21059 21059 D!! SysSessionInfoManager::GetOwnProcessSession: No session found!, Errorcode=11
2025/11/15 01:00:11.519 21059 21059 D!!!X11Keyboard: XClient is not open., Errorcode=11
2025/11/15 01:00:11.520 21059 21059 D   InterProcessBase::StartTcpCommunicationInternal(): setting m_NetworkConnector to new TCP connector
2025/11/15 01:00:11.520 21059 21059 D   Opening local TCP connection to 127.0.0.1:5939
2025/11/15 01:00:11.520 21059 21080 D   Local TCP connection established
2025/11/15 01:00:11.521 21059 21080 D!! SysSessionInfoManager::GetOwnProcessSession: No session found!, Errorcode=11
2025/11/15 01:00:11.522 21059 21080 D   Received Control_DisconnectIPC processtype=1, reason=1 UserEnd

The system is up to date and TeamViewer is the latest version 15.71.4-1 supporting Wayland.

I'm assuming there's some kind of issue with the Wayland session as it's marked unreliable at some point by systemd and thus TeamViewer cannot find the session I'm logged in to, tries to fallback to X which I'm not running and in turn throws Errorcode=11.

I don't face any other issues with my session and gdm seems fine to me according to journalctl:

Nov 14 23:57:27 xyz-Desktop-Archlinux systemd[1]: Starting GNOME Display Manager...
Nov 14 23:57:27 xyz-Desktop-Archlinux systemd[1]: Started GNOME Display Manager.
Nov 15 00:15:36 xyz-Desktop-Archlinux gdm-password][1513]: gkr-pam: unable to locate daemon control file
Nov 15 00:15:36 xyz-Desktop-Archlinux gdm-password][1513]: gkr-pam: stashed password to try later in open session
Nov 15 00:15:36 xyz-Desktop-Archlinux gdm-password][1513]: pam_unix(gdm-password:session): session opened for user mama(uid=1000) by mama(uid=0)
Nov 15 00:15:36 xyz-Desktop-Archlinux gdm-password][1513]: gkr-pam: unlocked login keyring
Nov 15 00:15:42 xyz-Desktop-Archlinux gdm[461]: Gdm: Child process -549 was already dead.

I could only find this possibly related topic on the TeamViewer community, no input though.

Can anyone help me resolve this issue? I'm happy to provide further logs if needed.

Thanks in advance!

Last edited by blablubb1234 (2026-01-23 13:56:08)

Offline

#2 2026-01-23 13:54:49

blablubb1234
Member
Registered: 2013-07-04
Posts: 36

Re: [SOLVED] TeamViewer can't establish inbound connection on Wayland GDM

Hi,

problem solved itself after the most recent full system and TeamViewer update to version 15.74.5.

Log file looks like this now:

2026/01/23 14:11:00.648   600   588 S   Logger started.
2026/01/23 14:11:00.675   600   600 S   Found 1 stack dump files ...
2026/01/23 14:11:00.675   600   600 S   Found 0 core dump files ...
2026/01/23 14:11:00.677   600   600 S   systemd: logind service available
2026/01/23 14:11:00.705   600   600 S   systemd: New seat seat0 [path=/org/freedesktop/login1/seat/seat0, activeSession='', canGraphical=1, canTTY=1, canMultiSession=0]
2026/01/23 14:11:00.707   600   600 S   SysSessionInfoManager: observing sessions from logind is marked as reliable
2026/01/23 14:11:00.707   600   600 S   SysSessionInfoManager: Session Information provided by VT [priority: 1]
2026/01/23 14:11:00.708   600   600 S   SysSessionInfoManager::SessionAdded: adding session SysSession 3510599056 [type=F vt=1 tty=/dev/tty0 pseudotty=0 info=1 id=/dev/fb0 user=root state=greeter active=1 reliable=1]
2026/01/23 14:11:00.744   600   600 S   Starting as daemon
2026/01/23 14:11:00.745   600   600 S   Using systemd-logind for suspend/resume monitoring
2026/01/23 14:11:00.753   600   600 S+  SecureNetworkConnectionMapCache: loaded 3 cache entries from settings
2026/01/23 14:11:00.949   600   600 S   SecureNetwork::InitSecureNetwork: loaded 4096 bit RSA private key with fingerprint SHA256:z8Km79+MP1tg5B3OKrJ+5KrAyGPFzo7/jagt4LS0cgg
2026/01/23 14:11:00.949   600   600 S   InitializeRemoteAccessAPI
2026/01/23 14:11:00.954   600   600 S   AdminFileUnix: Wrote admin file: /opt/teamviewer/rolloutfile.tv13
2026/01/23 14:11:00.954   600   600 S+  tvcore::tvremoteaccessapi::RemoteAccessAPIControl::InitializeObserver: Registration of Networkhandler observer succeeded.
2026/01/23 14:11:00.954   600   600 S+  tvcore::tvremoteaccessapi::RemoteAccessAPIUnregister::InitializeObservers::lambda: Device is not online yet.
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting VersionMajor to 15 for Session 0
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting VersionMinor to 73 for Session 0
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting VersionBuildnumber to 5 for Session 0
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting VersionExtra to "" for Session 0
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting Environment to 0 for Session 0
2026/01/23 14:11:00.954   600   600 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationCountry::Init::lambda: CountryCode empty!
2026/01/23 14:11:00.954   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting TVEdition to 1 for Session 0
2026/01/23 14:11:00.955   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting OperatingSystem to 3 for Session 0
2026/01/23 14:11:00.955   600   600 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting Platform to "x86_64" for Session 0
2026/01/23 14:11:00.955   600   600 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:00.955   600   600 S+  ConfigurationHub::HandleRegistrationResponse(): feature 33 registered successfully
2026/01/23 14:11:00.955   600   602 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:00.955   600   600 S+  ConfigurationHub::HandleRegistrationResponse(): feature 15 registered successfully
2026/01/23 14:11:00.955   600   603 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:00.955   600   600 S   IdentityManagement: Load ManagerIDs from local Storage: 
2026/01/23 14:11:00.955   600   600 S   InitializeDeviceManagementV2
2026/01/23 14:11:00.956   600   600 S+  ManagedDeviceIpcAdapter initialized
2026/01/23 14:11:00.956   600   600 S   ManagedDeviceClientModule: Trigger Startup
2026/01/23 14:11:00.956   600   600 S   MDv2::ProviderRegistrationController::UpdateRegistration: device is offline
2026/01/23 14:11:00.957   600   600 S   ManagedDeviceController::OnSyncFinished(): Sync finished
2026/01/23 14:11:00.963   600   600 S+  AggregateComposer::Compose: Start composing list of Managers And Properties
2026/01/23 14:11:00.963   600   600 S+  SharedState::GetSharedStateProto: loaded state 6a4928b2-a263-4ae3-85bf-94bd25cbf9ac with chainId 56058d1a-b9a0-4291-af40-b5545a829b95 from storage
2026/01/23 14:11:00.964   600   600 S+  AggregateComposer::Compose: GetSharedState successfully loaded state Id 6a4928b2-a263-4ae3-85bf-94bd25cbf9ac
2026/01/23 14:11:00.964   600   600 S+  AggregateComposer::Compose: Finished
2026/01/23 14:11:00.964   600   600 S   ProviderRegistrationController::SetIsManagedDevice: status changed to 1
2026/01/23 14:11:00.964   600   600 S   MDv2::ProviderRegistrationController::UpdateRegistration: device is offline
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForNotification: received registration for notification
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForNotification: received registration for notification
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForNotification: received registration for notification
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForNotification: received registration for notification
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForNotification: received registration for notification
2026/01/23 14:11:00.964   600   600 S   ManagedDeviceClientModule::ManagedDeviceClientModule(): Started ManagedDevice V2 module
2026/01/23 14:11:00.964   600   600 S+  MDv2::CommandHandling::CommandProxy::RegisterForManagerCommand: received registration for managerCommmand cc=84, ct=13
2026/01/23 14:11:00.964   600   600 S+  MDv2::Utils::CLICleanup::Create: Create CLICleanup instance.
2026/01/23 14:11:00.964   600   600 S+  MDv2::Utils::CLICleanup::Init: Register MDv2 module state observer.
2026/01/23 14:11:00.965   600   600 S+  ManagerKeys::GetManagerKey: loaded key for manager 8a834ff0-29d8-41dd-b161-28e6b958c682 from storage
2026/01/23 14:11:00.965   600   604 S+  WrappedKeyUpdater::AddKeyForManager: successfully loaded public key to for manager 8a834ff0-29d8-41dd-b161-28e6b958c682
2026/01/23 14:11:00.967   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [WinAuthEnabled]
2026/01/23 14:11:00.967   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.967   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.967   600   600 S   WinAuthEnabled flag updated on ManagedDeviceV2 device state to WinAuthEnabled = 0.
2026/01/23 14:11:00.967   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [MobileDeviceManagementActive]
2026/01/23 14:11:00.967   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.967   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.967   600   600 S   MDMEnabled flag updated on ManagedDeviceV2 device state to MDMEnabled = 0.
2026/01/23 14:11:00.968   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [SyncDeviceNameWithHostNameEnabled]
2026/01/23 14:11:00.968   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.968   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.968   600   600 S   SyncDeviceNameWithHostNameEnabled flag updated on ManagedDeviceV2 device state to SyncDeviceNameWithHostNameEnabled = 0.
2026/01/23 14:11:00.969   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [AISessionInsightsEnabled]
2026/01/23 14:11:00.969   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.969   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.969   600   600 S   AISessionInsightsAffected flag updated on ManagedDeviceV2 device state to AISessionInsightsAffected = 0.
2026/01/23 14:11:00.969   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [AllowlistEnabled]
2026/01/23 14:11:00.969   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.969   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.969   600   600 S   AllowlistEnabled flag updated on ManagedDeviceV2 device state to AllowlistEnabled = 0.
2026/01/23 14:11:00.970   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [RandomPasswordEnabled]
2026/01/23 14:11:00.970   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.970   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.970   600   600 S   RandomPasswordEnabled flag updated on ManagedDeviceV2 device state to RandomPasswordEnabled = 0.
2026/01/23 14:11:00.971   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [AutoRecordRemoteSessionEnabled]
2026/01/23 14:11:00.971   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.971   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.971   600   600 S   AutoRecordEnabled flag updated on ManagedDeviceV2 device state to AutoRecordEnabled = 0.
2026/01/23 14:11:00.971   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to un-set: [PolicyProtectionEnabled]
2026/01/23 14:11:00.971   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:00.971   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:00.971   600   600 S   MDv2::PolicyProtectionHelper::UpdatePolicyProtectionFlag::lambda: PolicyProtectionEnabled flag updated on ManagedDeviceV2 device state to PolicyProtectionEnabled = 0.
2026/01/23 14:11:00.971   600   600 S+  tvsysinfocollector::SystemInformationFactory::CreateCollectorWithIpcHandler: created
2026/01/23 14:11:00.972   600   628 S+  Thread: SysInfoCollector_1
2026/01/23 14:11:00.972   600   630 S+  Thread: SysInfoCollector_3
2026/01/23 14:11:00.972   600   629 S+  Thread: SysInfoCollector_2
2026/01/23 14:11:00.972   600   627 S+  Thread: SysInfoCollector_0
2026/01/23 14:11:00.999   600   600 S+  tvdatauploader::service::CreateUploadJobRunner: DataUploaderConfig details:
2026/01/23 14:11:00.999   600   600 S+  2 data loop(s):
  1. loop:
    pauseAfterStart: 30 sec
    pauseBetweenDataChunks: 0 sec
    pauseBetweenLoopIntervals: 300 sec
  2. loop:
    pauseAfterStart: 30 sec
    pauseBetweenDataChunks: 0 sec
    pauseBetweenLoopIntervals: 300 sec

1 finalization loop(s):
  1. loop:
    pauseAfterStart: 60 sec
    pauseBetweenFinalizations: 5 sec
    pauseBetweenLoopIntervals: 300 sec

Pause config:
  delayAfterDataChunkUploadFailure: 1800 sec
  delayAfterJobFinalizationFailure: 1800 sec

Repair config:
  autoSealJobsAfter: 86400 sec
  resetJobsStuckInFinalizationAfter: 3600 sec
  resetDataChunksStuckInUploadAfter: 3600 sec
  cancelJobsStuckInInitializationAfter: 3600 sec
  maxFinalizationFailures: 11
  maxDataChunkFailures: 11

2026/01/23 14:11:01.003   600   600 S!! SysSessionInfoManager::GetOwnProcessSession: No session found!, Errorcode=11
2026/01/23 14:11:01.003   600   600 S   System uptime: 11 seconds
2026/01/23 14:11:01.004   600   600 S+  ReadSystemIdFile: /etc/machine-id 1b33afb26076466785d97cc1f3e1544c)
2026/01/23 14:11:01.004   600   600 S   SystemID m=1 s=1 1b33afb26076466785d97cc1f3e1544c
2026/01/23 14:11:01.005   600   600 S   
Start:              2026/01/23 14:11:01.004 (UTC+1:00)
Version:            15.73.5 
Version short hash: 1a399c954cf
ID:                 635949990
Loglevel:           LogAll
License:            10000
IC:                 -1873958574
CPU:                Intel(R) Core(TM) i3-3225 CPU @ 3.30GHz
CPU extensions:     e9
OS:                 Lx Arch Linux (64-bit)
IP:                 
MID:                l1b33afb26076466785d97cc1f3e1544c:bc5ff4537197:e465e70ff8bf4330859a969de3ded0f4
MIDv:               1
Proxy-Settings:     Type=0 IP= User=
AppPath:            /opt/teamviewer/
Server-Environment: Global

2026/01/23 14:11:01.005   600   600 S   LanguageControl: device language is 'de'
2026/01/23 14:11:01.006   600   600 S   NetWatchdog: LAN is now disconnected
2026/01/23 14:11:01.006   600   600 S   NetWatchDogLinux: initialized network manager connection
2026/01/23 14:11:01.006   600   646 S+  Thread: WakeOnLanWorker
2026/01/23 14:11:01.006   600   647 S+  Thread: WakeOnLanReadNetworkDevices
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsStore::LoadLastReceivedPolicies : Storage Entry Remote_Settings_RemoteManagement_Policy empty
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsStore::LoadLastReceivedPolicies : Storage Entry Remote_Settings_TVClientSetting_Policy empty
2026/01/23 14:11:01.007   600   600 S+  RemoteSettingsStore::SendSignalFinishedPolicyRecovery: Send Signal
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsReception::HandleRestoredStatusFromRemoteSettingsStoreEvent.
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsMDRelationshipWatchDog::ActivateWatchDog
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsMDRelationshipWatchDog: DEVICE ISN'T A MANAGED DEVICE
2026/01/23 14:11:01.007   600   600 S   RemoteSettingsReception::HandleManagementStatusChanged
2026/01/23 14:11:01.008   600   649 S   RemoteSettingsStore: Cleanup all policies from version: 1
2026/01/23 14:11:01.008   600   600 S+  RemoteSettingsProviderBroker::RegisterForPolicyUpdateMessages - Unregister client to received update policy message
2026/01/23 14:11:01.008   600   600 S   RemoteSettingsMDv2RelationshipWatchdog: Start WatchDog
2026/01/23 14:11:01.008   600   600 S   RemoteSettingsMDv2RelationshipWatchdog::HandleManagementChanged
2026/01/23 14:11:01.008   600   600 S   RemoteSettingsMDv2RelationshipWatchdog: Device is a managed v2 device
2026/01/23 14:11:01.008   600   600 S   RemoteSettingsReception::HandleManagmentv2StatusChanged
2026/01/23 14:11:01.008   600   600 S   RemoteSettingsProviderBroker::RegisterForPolicyUpdateMessages - Register client to received update policy message
2026/01/23 14:11:01.008   600   600 S+  RemoteSettingsReception::ActivateListener Name: 3
2026/01/23 14:11:01.008   600   600 S   MDv2RemoteSettingsListener::EstablishConnection
2026/01/23 14:11:01.008   600   600 S   MDv2PolicySource::Init
2026/01/23 14:11:01.008   600   600 S   MDv2PolicySource::RegisterForMDv2Changes
2026/01/23 14:11:01.008   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to set: [RMMonitoringMigrationPossible]
2026/01/23 14:11:01.008   600   600 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:01.008   600   600 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:01.008   600   600 S   tvrmmonitoring::RemoteManagementCallbackHandler::RegisterRemoteManagementCallbacks::lambda: RMMonitoringMigrationPossible flag was set
2026/01/23 14:11:01.009   600   600 S   Using IPC-Port 5939
2026/01/23 14:11:01.009   600   600 S   TVNetwork::StartCustomizable() UpdateResponseLinux: success 1 updated 0
2026/01/23 14:11:01.009   600   600 S+  RegisterForOnlineState
2026/01/23 14:11:01.009   600   602 S   OSSessionEventTranslatorLinux::RegisterSessionEvents(): Start observing session events
2026/01/23 14:11:01.009   600   600 S+  CPU architecture: x86_64
2026/01/23 14:11:01.009   600   602 S+  OSSessionEventTranslator::GenerateEventsForCurrentState: 2
2026/01/23 14:11:01.009   600   600 S+  CpuArchitectureDetection::GetArchitecture: CPU architecture: AMD64
2026/01/23 14:11:01.009   600   600 S   DeviceDataLinux::Init: Fetching DeviceInfo for X86_64
2026/01/23 14:11:01.009   600   600 S   DeviceDataLinux::Init: Manufacturer: To Be Filled By O.E.M. SystemFamily: To Be Filled By O.E.M. ModelName: To Be Filled By O.E.M.
2026/01/23 14:11:01.009   600   602 S   OSSessionEventTranslator::GenerateEventsForSession: SessionID = 4294967295, username = , primarySession = 0, isUsable = 1, locked = 0, connected = 0
2026/01/23 14:11:01.009   600   600 S+  ConfigurationHub::HandleRegistrationResponse(): feature 1 registered successfully
2026/01/23 14:11:01.009   600   600 S!  OptOutManager::[]ResultCB: Send message result 0
2026/01/23 14:11:01.009   600   604 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:01.009   600   602 S   OSSessionEventTranslator::GenerateEventsForSession: SessionID = 3510599056, username = root, primarySession = 1, isUsable = 1, locked = 0, connected = 1
2026/01/23 14:11:01.010   600   602 S   SessionDesignatorLinux::PrimarySessionConnected: session: 3510599056 old active session 4294967295
2026/01/23 14:11:01.010   600   602 S   MultiUserSessionDesignator: New active session: 3510599056
2026/01/23 14:11:01.010   600   602 S+  tvnetwork::DesktopSessionTransferHandler::ActiveSessionChanged: Initialize m_oldActiveSession
2026/01/23 14:11:01.010   600   602 S+  OnlineNotificationDispatcher::ActiveSessionChanged(): SendOnlineNotification triggered by session changed to 3510599056
2026/01/23 14:11:01.010   600   602 S+  OnlineNotificationDispatcher::SendOnlineNotification() Don't send online notification: reson: 0 id: 0
2026/01/23 14:11:01.010   600   602 S   NetworkControl::UpdateOnlineState alwaysOnline=0 delayOffline=0 otherProcess=0 restart=0 termsOfUseAccepted=1
2026/01/23 14:11:01.010   600   602 S   NetworkControl::UpdateOnlineState alwaysOnline=0 delayOffline=0 otherProcess=0 restart=0 termsOfUseAccepted=1
2026/01/23 14:11:01.141   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:01.141   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:01.143   600   612 S   LogindSessionInfo: New session LogindSessionInfo [id=1 user=gdm-greeter state=greeter active=1 reliable=1 infoId=2212294583] [path=/org/freedesktop/login1/session/_31 TTY=tty1 seat=seat0 display= vtnr=1 owner=[SysUser: gdm-greeter [uid=60578, gid=120 home=/run/gdm/home/gdm-greeter gecos=GDM Greeter shell=/usr/bin/nologin]] idle=0(0) active=1 type=wayland class=greeter state=opening timestamp=1769173861123608 service=gdm-launch-environment defaultCG= leader=652 audit=1 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:01.145   600   615 S   SysSessionInfoManager::SessionAdded: adding session WaylandSession: [SysSession 2212294583 [type=W vt=1 tty= pseudotty=0 info=1 id=1 user=gdm-greeter state=greeter active=1 reliable=1]]
2026/01/23 14:11:01.145   600   615 S   OSSessionEventTranslatorLinux::SessionAdded: osSessionID: 2212294583 username: gdm-greeter userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 1
2026/01/23 14:11:01.145   600   615 S   SessionDesignatorLinux::PrimarySessionConnected: session: 2212294583 old active session 3510599056
2026/01/23 14:11:01.145   600   615 S!  MultiUserSessionDesignator: New primary session 2212294583 connected, before old primary session 3510599056 was disconnected.
2026/01/23 14:11:01.146   600   615 S   MultiUserSessionDesignator: New active session: 2212294583
2026/01/23 14:11:01.146   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Start transfering incoming connections
2026/01/23 14:11:01.146   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Incoming connection was transfered: 0
2026/01/23 14:11:01.146   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Start transfering incoming connections
2026/01/23 14:11:01.146   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Incoming connection was transfered: 0
2026/01/23 14:11:01.146   600   615 S+  OnlineNotificationDispatcher::ActiveSessionChanged(): SendOnlineNotification triggered by session changed to 2212294583
2026/01/23 14:11:01.146   600   615 S+  OnlineNotificationDispatcher::SendOnlineNotification() Don't send online notification: reson: 0 id: 0
2026/01/23 14:11:01.187   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:01.187   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:01.187   600   612 S!  systemd: Unkown state 'manager-early' in session '2', session marked as unreliable
2026/01/23 14:11:01.187   600   612 S   LogindSessionInfo: New session LogindSessionInfo [id=2 user=gdm-greeter state=unknown active=1 reliable=0 infoId=450215437] [path=/org/freedesktop/login1/session/_32 TTY= seat= display= vtnr=4294967295 owner=[SysUser: gdm-greeter [uid=60578, gid=120 home=/run/gdm/home/gdm-greeter gecos=GDM Greeter shell=/usr/bin/nologin]] idle=0(0) active=1 type=unspecified class=manager-early state=active timestamp=1769173861186357 service=systemd-user defaultCG= leader=663 audit=2 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:01.460   600   615 S   SysSession updated: SysSession 3510599056 [type=F vt=1 tty=/dev/tty0 pseudotty=0 info=1 id=/dev/fb0 user=root state=greeter active=0 reliable=1]
2026/01/23 14:11:01.461   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: old osSessionID: 3510599056 username: root userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 1
2026/01/23 14:11:01.461   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: new osSessionID: 3510599056 username: root userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:01.461   600   615 S   SessionDesignatorLinux::PrimarySessionDisconnected: session: 3510599056 active session 2212294583
2026/01/23 14:11:01.830   600   612 S   NetWatchdog: LAN is now connected
2026/01/23 14:11:01.831   600   603 S   CKeepAliveClientClient::HandleStartKeepAlive: going online not wanted!
2026/01/23 14:11:02.018   600   612 S   NetWatchdog: Internet is now connected
2026/01/23 14:11:02.018   600   604 S   CKeepAliveClientClient::HandleStartKeepAlive: going online not wanted!
2026/01/23 14:11:30.966   600   603 S!! HandshakeClient::Connect: [remote ID: 85, connection ID: 3007623943, remote connection ID: 0] local certificate not available, Errorcode=2
2026/01/23 14:11:30.966   600   603 S   tvsecurenetworkimpl::SecureNetworkConnection::HandshakeSettingsCallback: [ remoteID: 85 connection: 3007623943 remoteConnection: 0 ]: handshake failed in state 2: SecureNetwork:5
2026/01/23 14:11:30.966   600   603 S   RetryHandle::HandleRetry(): Trying resend to 85 failed with error SecureNetwork:5, retrying (2 retries remaining) BCmd: CC=0 CT=0
2026/01/23 14:11:38.845   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:38.845   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:38.845   600   612 S   LogindSessionInfo: New session LogindSessionInfo [id=3 user=mama state=user active=0 reliable=1 infoId=1842515611] [path=/org/freedesktop/login1/session/_33 TTY=tty2 seat=seat0 display= vtnr=2 owner=[SysUser: mama [uid=1000, gid=1000 home=/home/mama gecos= shell=/bin/bash]] idle=0(0) active=0 type=wayland class=user state=opening timestamp=1769173898843723 service=gdm-password defaultCG= leader=1477 audit=3 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:38.845   600   615 S   SysSessionInfoManager::SessionAdded: adding session WaylandSession: [SysSession 1842515611 [type=W vt=2 tty= pseudotty=0 info=1 id=3 user=mama state=user active=0 reliable=1]]
2026/01/23 14:11:38.845   600   615 S   OSSessionEventTranslatorLinux::SessionAdded: osSessionID: 1842515611 username: mama userLoggedIn: 1 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:38.845   600   615 S+  GUIProcessControl::UserLoggedIn: session=1842515611, console=2212294583, manualStop=0
2026/01/23 14:11:38.845   600   615 S+  GUIProcessConfigurationLinux::GUIstartWantedInSession: Do not auto start GUI
2026/01/23 14:11:38.891   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:38.891   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:38.891   600   612 S!  systemd: Unkown state 'manager' in session '4', session marked as unreliable
2026/01/23 14:11:38.891   600   612 S   LogindSessionInfo: New session LogindSessionInfo [id=4 user=mama state=unknown active=1 reliable=0 infoId=4088798008] [path=/org/freedesktop/login1/session/_34 TTY= seat= display= vtnr=4294967295 owner=[SysUser: mama [uid=1000, gid=1000 home=/home/mama gecos= shell=/bin/bash]] idle=0(0) active=1 type=unspecified class=manager state=active timestamp=1769173898889896 service=systemd-user defaultCG= leader=1486 audit=4 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:39.434   600   615 S   SysSession updated: WaylandSession: [SysSession 2212294583 [type=W vt=1 tty= pseudotty=0 info=1 id=1 user=gdm-greeter state=greeter active=0 reliable=1]]
2026/01/23 14:11:39.434   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: old osSessionID: 2212294583 username: gdm-greeter userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 1
2026/01/23 14:11:39.434   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: new osSessionID: 2212294583 username: gdm-greeter userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:39.434   600   615 S   SessionDesignatorLinux::PrimarySessionDisconnected: session: 2212294583 active session 2212294583
2026/01/23 14:11:39.434   600   615 S   MultiUserSessionDesignator: New active session: 4294967295
2026/01/23 14:11:39.434   600   615 S+  tvnetwork::DesktopSessionTransferHandler::ActiveSessionChanged: 4294967295 == 2212294583 || 4294967295 == OSSessionUndefined
2026/01/23 14:11:39.518   600   615 S   SysSession updated: SysSession 3510599056 [type=F vt=2 tty=/dev/tty0 pseudotty=0 info=1 id=/dev/fb0 user=root state=greeter active=0 reliable=1]
2026/01/23 14:11:39.518   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: old osSessionID: 3510599056 username: root userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:39.518   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: new osSessionID: 3510599056 username: root userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:39.525   600   615 S   SysSession updated: WaylandSession: [SysSession 1842515611 [type=W vt=2 tty= pseudotty=0 info=1 id=3 user=mama state=user active=1 reliable=1]]
2026/01/23 14:11:39.525   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: old osSessionID: 1842515611 username: mama userLoggedIn: 1 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:39.525   600   615 S   OSSessionEventTranslatorLinux::SessionUpdated: new osSessionID: 1842515611 username: mama userLoggedIn: 1 locked: 0 primarySession: 1 isUsable: 1 connected: 1
2026/01/23 14:11:39.525   600   615 S   SessionDesignatorLinux::PrimarySessionConnected: session: 1842515611 old active session 4294967295
2026/01/23 14:11:39.525   600   615 S   MultiUserSessionDesignator: New active session: 1842515611
2026/01/23 14:11:39.525   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Start transfering incoming connections
2026/01/23 14:11:39.525   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Incoming connection was transfered: 0
2026/01/23 14:11:39.525   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Start transfering incoming connections
2026/01/23 14:11:39.525   600   615 S+  tvnetwork::OSSessionControl::TransferIncomingConnections: Incoming connection was transfered: 0
2026/01/23 14:11:39.525   600   615 S+  OnlineNotificationDispatcher::ActiveSessionChanged(): SendOnlineNotification triggered by session changed to 1842515611
2026/01/23 14:11:39.525   600   615 S+  OnlineNotificationDispatcher::SendOnlineNotification() Don't send online notification: reson: 0 id: 0
2026/01/23 14:11:39.526   600   612 S   systemd: ActiveSession: activatedSessionId=3 deactivatedSessionId=1
2026/01/23 14:11:39.527   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:39.527   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:39.528   600   612 S   LogindSessionInfo: Changed session LogindSessionInfo [id=1 user=gdm-greeter state=greeter active=0 reliable=1 infoId=2212294583] [path=/org/freedesktop/login1/session/_31 TTY=tty1 seat=seat0 display= vtnr=1 owner=[SysUser: gdm-greeter [uid=60578, gid=120 home=/run/gdm/home/gdm-greeter gecos=GDM Greeter shell=/usr/bin/nologin]] idle=0(0) active=0 type=wayland class=greeter state=online timestamp=1769173861123608 service=gdm-launch-environment defaultCG= leader=652 audit=1 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:39.530   600   612 S+  DBus: optional property DefaultControlGroup not found
2026/01/23 14:11:39.530   600   612 S+  DBus: optional property KillProcesses not found
2026/01/23 14:11:39.530   600   612 S   LogindSessionInfo: Changed session LogindSessionInfo [id=3 user=mama state=user active=1 reliable=1 infoId=1842515611] [path=/org/freedesktop/login1/session/_33 TTY=tty2 seat=seat0 display= vtnr=2 owner=[SysUser: mama [uid=1000, gid=1000 home=/home/mama gecos= shell=/bin/bash]] idle=0(0) active=1 type=wayland class=user state=active timestamp=1769173898843723 service=gdm-password defaultCG= leader=1477 audit=3 remote=0 rHost= rUser= killProc=0]
2026/01/23 14:11:41.902   600   615 S   SysSessionInfoManager::SessionRemoved: removing session WaylandSession: [SysSession 2212294583 [type=W vt=1 tty= pseudotty=0 info=1 id=1 user=gdm-greeter state=greeter active=0 reliable=1]]
2026/01/23 14:11:41.902   600   615 S   OSSessionEventTranslatorLinux::SessionRemoved: osSessionID: 2212294583 username: gdm-greeter userLoggedIn: 0 locked: 0 primarySession: 1 isUsable: 1 connected: 0
2026/01/23 14:11:49.728   600   601 S   AcceptServer::HandleAccept: new connection from 127.0.0.1:54492
2026/01/23 14:11:49.729   600   602 S   IpcInitConnection::Received_Control_InitIPC: Connecting process: 2639, custom secret used: 0
2026/01/23 14:11:49.730   600   602 S+  RemoteSettingsAdministration::ReceiveSignalNewProcessIsOnline - Receive signal new process [Type = 2] is online
2026/01/23 14:11:49.730   600   602 S+  RemoteSettingsAdministration::TriggerSynchronisationOfAllRemoteableMachineSettings ProcessType: [2]
2026/01/23 14:11:49.731   600   602 S+  RemoteSettings: MachineSettings::SynchroniseAllRemoteableMachineSettings()
2026/01/23 14:11:49.735   600   601 S   IpcInitConnection::SendInitIPCResponse: Send InitIPC_Response to process: 2639
2026/01/23 14:11:49.737   600   601 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.737   600   603 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.738   600   602 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.738   600   604 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.738   600   603 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.738   600   602 S   MDv2::InterProcess::ManagedDeviceIpcAdapter::HandleRegisterForUpdate: processid 2639
2026/01/23 14:11:49.738   600   602 S   MDv2::InterProcess::ManagedDeviceIpcAdapter::HandleRegisterForNotification: processid 2639
2026/01/23 14:11:49.739   600   603 S   MDv2::InterProcess::ManagedDeviceIpcAdapter::HandleRegisterForUpdate: processid 2639
2026/01/23 14:11:49.739   600   601 S   MDv2::InterProcess::ManagedDeviceIpcAdapter::HandleRegisterForNotification: processid 2639
2026/01/23 14:11:49.739   600   601 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.740   600   604 S   ProcessControlBase[2]::ProcessConnected: Unknown process pid 2639 in session 1842515611 connected
2026/01/23 14:11:49.741   600   601 S   NetworkControl::UpdateOnlineState alwaysOnline=0 delayOffline=0 otherProcess=1 restart=0 termsOfUseAccepted=1
2026/01/23 14:11:49.741   600   601 S+  tvnetwork::Online: online state 2
2026/01/23 14:11:49.741   600   601 S   TeamViewer is going online!
2026/01/23 14:11:49.741   600   601 S   CKeepAliveClientClient::DoReconnectInternal: doing nothing, state = 0
2026/01/23 14:11:49.741   600   601 S+  MDv2::CommandHandling::CommandProxy::RegisterForManagerCommand: received registration for managerCommmand cc=18, ct=47
2026/01/23 14:11:49.741   600   601 S+  MDv2::CommandHandling::CommandProxy::RegisterForManagerCommand: received registration for managerCommmand cc=18, ct=27
2026/01/23 14:11:49.741   600   601 S+  MDv2::CommandHandling::CommandProxy::RegisterForManagerCommand: received registration for managerCommmand cc=18, ct=5
2026/01/23 14:11:49.741   600   601 S+  MDv2::CommandHandling::CommandProxy::RegisterForManagerCommand: received registration for managerCommmand cc=18, ct=197
2026/01/23 14:11:49.741   600   604 S   CKeepAliveClientClient::StartConnect(): Protocol 8 proxy -- IP router10.teamviewer.com
2026/01/23 14:11:49.741   600   604 S   Activating Router Carrier
2026/01/23 14:11:49.741   600   604 S+  CProcessCommandHandlerKeepAliveClient[1]::CreateKeepaliveChannel(): router10.teamviewer.com:5938 Connection 1 
2026/01/23 14:11:49.741   600   601 S   ManagedDeviceController:: ManagmentStatusChanged to unmanaged.
2026/01/23 14:11:49.751   600   603 S   CTcpConnectionBase[1]::HandleResolveSuccess(): Connecting to router10.teamviewer.com
2026/01/23 14:11:49.751   600   603 S   TcpConnectorv6[1]::ConnectEndpoint(): Connecting to endpoint 2600:1900:4160:191:0:e:::5938
2026/01/23 14:11:49.751   600   603 S   TcpConnectorv4[1]::ConnectEndpoint(): Connecting to endpoint 37.252.246.102:5938
2026/01/23 14:11:49.753   600   601 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:49.763   600   604 S+  CTcpConnectionBase[1]::HandleConnect(): Connect to router10.teamviewer.com:5938, IP: 2600:1900:4160:191:0:e:: was successful.
2026/01/23 14:11:49.763   600   604 S+  CTcpConnectionBase[1]::HandleConnect: TCP receive buffer size is 65536, send buffer size is 23040, ec=system:0
2026/01/23 14:11:49.763   600   603 S   KeepAliveSessionOutgoing::ConnectSuccessHandler(): KeepAliveConnect to router10.teamviewer.com successful
2026/01/23 14:11:49.763   600   603 S   KeepAliveSessionOutgoing::KeepAliveChannelInitialized(): KeepAliveConnection to router10.teamviewer.com initialized
2026/01/23 14:11:49.763   600   603 S   KeepAliveSession::KeepAliveChannelInitialized(): KeepAlive-Connection initialized with ID 0 (IP: 2600:1900:4160:191:0:e::), SendQueue 0 (0 Bytes), SendIndex 0, AckIndex 0, RemoteSessionID 1
2026/01/23 14:11:49.764   600   603 S   IdentifyRequest: ID = 635949990, IC = -1873958574, IsTemporaryID = 0, InitiativeGUID = 054dc091-f4f8-4858-9aa8-80ccb082f09c, CanStoreGUID = 1, MIDHistory = {-1873958574_3615effe3_50c29b8a767c0eba|l1b33afb26076466785d97cc1f3e1544c:bc5ff4537197:e465e70ff8bf4330859a969de3ded0f4|alinux021b33afb26076466785d97cc1f3e1544c:bc5ff4537197:e465e70ff8bf4330859a969de3ded0f4}, MIDv = 1, MaxSupportedMIDv = 2, RebootHash = {80c6d7a0-2645-83ab-0835-332cf63ea4d8}, MIDFlags = 16, MIDForceUpdateFlags = 0, AttractionGUID = 00000000-0000-0000-0000-000000000000, TerminalServerIDsInToken = 1
2026/01/23 14:11:49.786   600   604 S   TVRouterClock: received router time: 20260123T131149.810544
2026/01/23 14:11:49.786   600   604 S   TVRouterClock Schedule next request in 43200 seconds
2026/01/23 14:11:49.802   600   603 S+  AnonymousMessageTransport::SendPacket(): Sending packet to 42
2026/01/23 14:11:49.834   600   604 S+  HandshakeClient::HandleBCommand: [remote ID: 42, connection ID: 1, remote connection ID: 0] ServerHello received
2026/01/23 14:11:49.887   600   603 S+  AnonymousMessageTransport::SendPacket(): Sending packet to 1716468699
2026/01/23 14:11:49.936   600   604 S+  HandshakeClient::HandleBCommand: [remote ID: 1716468699, connection ID: 1, remote connection ID: 1363791089] ServerHandshake received
2026/01/23 14:11:49.952   600   603 S+  AnonymousMessageTransport::SendPacket(): Sending packet to 1716468699
2026/01/23 14:11:49.988   600   603 S   Login::Identify::ManageLogin(): ID: 635949990 IC -1873958574 MIDv1
2026/01/23 14:11:49.988   600   603 S   CKeepAliveClientClient::OnKeepAliveSucceeded(): Protocol 8 proxy -- IP 2600:1900:4160:191:0:e::
2026/01/23 14:11:49.988   600   603 S   TeamViewerIDTracker::UpdateMachineID: New machineID = 635949990
2026/01/23 14:11:49.988   600   603 S+  TVRouterClock: new connection available
2026/01/23 14:11:49.989   600   602 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:50.011   600   603 S+  CProcessCommandHandlerKeepAlive[1]::StartRouterPing(): Router ping started with 1730015468 (2600:1900:4160:191:0:e::) 
2026/01/23 14:11:50.024   600   604 S+  CProcessCommandHandlerKeepAliveClient[1]::ReceivedCmdBuddy(): CC=3 CT=35 for client 0
2026/01/23 14:11:50.024   600   604 S+  CProcessCommandHandlerKeepAlive[1]::CmdPingRouter: Router Pong Received with following Hops: 635949990 1730015468, Time 13 ms
2026/01/23 14:11:50.059   600   601 S+  HandshakeClient::HandleBCommand: [remote ID: 14, connection ID: 0, remote connection ID: 0] ServerHello received
2026/01/23 14:11:50.137   600   604 S+  HandshakeClient::HandleBCommand: [remote ID: 253749967, connection ID: 0, remote connection ID: 3740575167] ServerHandshake received
2026/01/23 14:11:50.282   600   602 S+  HandshakeClient::HandleBCommand: [remote ID: 85, connection ID: 3007623944, remote connection ID: 0] ServerHello received
2026/01/23 14:11:50.291   600   603 S+  HandshakeClient::HandleBCommand: [remote ID: 46, connection ID: 3007623945, remote connection ID: 0] ServerHello received
2026/01/23 14:11:50.293   600   604 S+  HandshakeClient::HandleBCommand: [remote ID: 42, connection ID: 3007623947, remote connection ID: 0] ServerHello received
2026/01/23 14:11:50.295   600   601 S+  HandshakeClient::HandleBCommand: [remote ID: 32, connection ID: 3007623946, remote connection ID: 0] ServerHello received
2026/01/23 14:11:50.361   600   602 S+  HandshakeClient::HandleBCommand: [remote ID: 1010985423, connection ID: 3007623944, remote connection ID: 1641460654] ServerHandshake received
2026/01/23 14:11:50.421   600   604 S+  ManagerKeys::GetManagerKey: loaded key for manager 8a834ff0-29d8-41dd-b161-28e6b958c682 from storage
2026/01/23 14:11:50.421   600   603 S+  WrappedKeyUpdater::AddKeyForManager: successfully loaded public key to for manager 8a834ff0-29d8-41dd-b161-28e6b958c682
2026/01/23 14:11:50.424   600   602 S+  HandshakeClient::HandleBCommand: [remote ID: 267684488, connection ID: 3007623945, remote connection ID: 2215804429] ServerHandshake received
2026/01/23 14:11:50.426   600   603 S+  HandshakeClient::HandleBCommand: [remote ID: 268163345, connection ID: 3007623947, remote connection ID: 3913826920] ServerHandshake received
2026/01/23 14:11:50.429   600   601 S+  HandshakeClient::HandleBCommand: [remote ID: 249658792, connection ID: 3007623946, remote connection ID: 2051406201] ServerHandshake received
2026/01/23 14:11:50.532   600   602 S   LicenseTracker::UpdateMachineLicense() local license differs from master license
2026/01/23 14:11:50.532   600   602 S+  New license: License: 10000 AddOn-Channels: 0 Version: 0 DisplayName:  Expire:  Features: [ShareGroup({fc9c752f-c45f-4b80-b0ad-36c606d84ada}), FastVideo({34efdbf1-ec8b-4b5e-8216-6915155afdb9}), RemoteSound({c3f619b4-71e7-4fce-8e16-a62fa9ef688d}), DirectXGrab({5217ca00-38c6-489a-9d29-23c21c3ef5d5}), RS_Screen({73288a59-6e18-48b5-966c-4de7ec9bcba9}), RS_Filetransfer({65b50646-1a91-450f-aaef-712be536a107}), RS_Configuration_WLAN({07a39f1d-fce4-4d70-a526-dc44a07b6c75}), RS_Configuration_EMAIL({df13401d-aaa6-4cb1-85bf-8ca575148531}), RS_Screenshot({5d11b908-3f77-4e80-a7d2-01d2bb8bb6f2}), RS_Apps({2de1f668-4675-45c6-9923-24181d47552c}), RS_Processes({54e966d2-541f-4e5b-8669-40fc5e71857c}), RS_Logfiles({145605ff-f1fd-411d-a70e-bb51328c7f6b}), RS_Connection({43d2ba26-fac2-46ea-9113-5e63a4c224ff}), RS_Configuration_FILE({814db2fb-7c6f-4b32-9393-6f2453732757}), RS_Screen_V9({b2f71c7e-eeff-449a-a648-41d1e462c828}), AddNewDeviceDownload({c31c14cb-b1aa-4af6-a13e-3e8199082fda}), Api_V2({dbfee826-aee0-4602-afcd-18ef96428b45}), RS_Screen_V10({58b22568-70b3-454c-890c-1700eb599718}), SharedGroups_V11({f3900519-e69c-4d57-9390-8a3a60d21c6f}), RS_Screen_V11({81aa3f92-5c3e-4e3d-b61c-6ea0504d1e14}), RS_Screen_V12({bbbbf58f-66ea-4c7e-856a-e0a696b1d3a3}), InSessionDashboard({147f69ea-687d-43b5-89d8-dedb8a4e7576}), LeaveNote({ae63880c-9161-4354-a186-076f8675d301}), RS_Mobile2Mobile({04ba0de7-6492-44d7-a58d-fc9bd66eedd7}), SupportCaseNotification({bdfa3f40-cfe8-4c1f-9a7c-40fb95b2623f}), FileTransfer_RecentFiles({54cdb29e-15c5-4516-9925-672ad6488d0b}), RemoteWebControl_RasPi({d30bfedf-1829-4aae-95c9-342eae8b5d78}), RemoteWebControl_NAS({2eee3769-5631-4012-a900-bb06323a21a8}), RemoteWebControl_RasPi_Commercial({6423e149-e91b-4240-abdf-04db2bfa2b6d}), RS_ScreenSharing_iOS({43609992-3d0e-4112-b828-e96a0dc90e32}), IoT_RemoteControl({3ba0a328-fb3f-4b87-b7a8-fd2242efd1af}), IoT_Monitoring({f68cd2eb-e4fb-4bff-9964-e874bed2c9a6}), IoT_Cloud_Visualisation({a30d7237-adea-476a-9dfd-49e0bb77a088}), RS_Screen_V13({69dbda43-b557-4929-95a6-0ecab6267275}), PilotBasic({d2be0e7c-fbeb-452a-9376-796af6bd4837}), RS_Screen_V14({858fae72-ef60-4bd0-bbc0-27b7eb47b870}), IoT_RemoteScreen({67522324-a8a1-4694-820b-8025013c96c0}), SessionWhiteboard({c33b9820-7068-4156-ae0f-93c951beb44b}), RS_Screen_V15({606d84e8-f6cd-4636-863d-9fb30a42912a}), WebClient({bd5bc8f8-b226-4cbd-89ce-cb7c4d9dafc0}), ]
2026/01/23 14:11:50.565   600   604 S+  tvcore::tvremoteaccessapi::RemoteAccessAPIUnregister::InitializeObservers::lambda: Retrieving device key ids.
2026/01/23 14:11:50.565   600   604 S!  tvcore::tvremoteaccessapi::RemoteAccessAPIVerifier::VerifyReachStatus: Unable to verify REACH status because the device has not been registered as such.
2026/01/23 14:11:50.565   600   604 S+  OnlineNotificationDispatcher::SetFun_IsLoggedIn(): SendOnlineNotification triggered by login
2026/01/23 14:11:50.565   600   604 S+  OnlineNotificationDispatcher::SendOnlineNotification() Don't send online notification: reson: 0 id: 0
2026/01/23 14:11:50.565   600   604 S+  Resolved language from current locale: "de" (env: "de_DE.utf8")
2026/01/23 14:11:50.565   600   604 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting DyngateID to 635949990 for Session 0
2026/01/23 14:11:50.565   600   604 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting License to 10000 for Session 0
2026/01/23 14:11:50.565   600   604 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting SupportedFeatures1 to 262556409 for Session 0
2026/01/23 14:11:50.565   600   604 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting SupportedFeatures2 to 675363355 for Session 0
2026/01/23 14:11:50.565   600   604 S+  tvconfiguration::ConfigurationHub::SetDecisionDataValueInternal: Setting UserLanguage to "de" for Session 0
2026/01/23 14:11:50.565   600   604 S+  ConfigurationControllerImpl::TriggerRequest(): Not ready for requests, state is 0
2026/01/23 14:11:50.566   600   604 S+  SyncManagersFunction::Start: start Manager sync
2026/01/23 14:11:50.566   600   604 S   SyncManagersFunction::Start: current managerlist size: 0
2026/01/23 14:11:50.566   600   604 S+  SyncManagersFunction::Start: check Manager list
2026/01/23 14:11:50.566   600   604 S+  DeviceStorageProviderCommunication::HasManagerListChanged: Request hash from Provider
2026/01/23 14:11:50.566   600   604 S   MDv2::ProviderRegistrationController::UpdateRegistration: ismanaged=1, managerId=00000000-0000-0000-0000-000000000000, accountId=0
2026/01/23 14:11:50.566   600   604 S   ManagedDeviceProviderRegistration::CreateRegisterCommand(): Registering managed device
2026/01/23 14:11:50.566   600   604 S   ManagedDeviceController::RegisterForOnlineState(): Device came online. Triggering initial sync.
2026/01/23 14:11:50.566   600   604 S   ManagedDeviceController::TriggerSync(): Triggering sync with timer (initial: 1)
2026/01/23 14:11:50.566   600   604 S+  ManagedDeviceController::TriggerSyncWithTimer(): Starting Timer with duration 5
2026/01/23 14:11:50.570   600   604 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: DeviceFlags to set: [VpnActive]
2026/01/23 14:11:50.570   600   604 S+  MDv2::Sync::UpdateDeviceFlagsOperation::RunInternal: flags did not change
2026/01/23 14:11:50.570   600   604 S!  MDv2::ManagedDeviceController::UpdateDeviceFlags: cannot update flags: DryRun failed
2026/01/23 14:11:50.570   600   604 S   VpnActive flag updated on ManagedDeviceV2 device state to VpnActive = 1.
2026/01/23 14:11:50.570   600   604 S   HttpCustomConfigurationDownloader::SetProxyListInternal: Set proxy settings: [No proxy]
2026/01/23 14:11:50.570   600   649 S+  RemoteSettingsUpdatePolicyWatchDog::Run : Keep alive watchdog runs.
2026/01/23 14:11:50.570   600   649 S+  RemoteSettingsReception::UpdateAllPolicies - Nothing to update
2026/01/23 14:11:50.570   600   651 S   MDv2PolicySource::UpdateMDv2DeviceState
2026/01/23 14:11:50.570   600   651 S   MDv2PolicySource::GetModuleStateResponse - Available: 1 Managed: 1
2026/01/23 14:11:50.570   600   651 S   MDv2PolicySource::GetPolicyPropertyResponse - Received 0 of active policy properties.
2026/01/23 14:11:50.570   600   651 S+  MDv2PolicySource: Current state mandates 0 policies:
2026/01/23 14:11:50.570   600   651 S   RemoteSettingsStore::PoliciesChangedEvent: Process 0 policies]
2026/01/23 14:11:50.570   600   604 S   Client logged in and online 

No idea what the issue was, but it's working again now. Hence, marking the thread as solved.

Best regards.

Last edited by blablubb1234 (2026-02-20 16:07:29)

Offline

Board footer

Powered by FluxBB