Hello,
I am working on getting devices to auto-connect to landscape-client.
I have added this configuration to the gadget yaml:
defaults:
ffnH0sJpX3NFAclH777M8BdXIWpo93af:
landscape-url: "https://landscape.canonical.com"
account-name: "$OUR_ACCOUNT_NAME"
registration-key: "$OUR_REGISTRATION_KEY"
log-level: debug
auto-register:
enabled: true
computer-title-pattern: ${serial}
wait-for-serial-as: true
First booting the device, it shows up in the Serial Vault:
However, it doesnât seem to come online on the landscape UI.
In the landscape-client logs on the device I see some mention of servers and registration, but after some initial logs the logs stay silent:
landscape-client logs first boot new device
$ snap logs landscape-client -nall -f 2024-07-17T12:57:26Z systemd[1]: Started Service for snap application landscape-client.landscape-client. 2024-07-17T12:57:28Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:28,997 INFO [MainThread] Watchdog watching for daemons. 2024-07-17T12:57:32Z python3[2396]: looking for plugins in â/usr/lib/x86_64-linux-gnu/sasl2â, failed to open directory, error: No such file or directory 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,586 INFO [MainThread] Manager started with config /etc/landscape-client.conf 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,587 DEBUG [MainThread] Started firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,587 DEBUG [MainThread] Finished firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,673 INFO [MainThread] Broker started with config /etc/landscape-client.conf 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,681 DEBUG [MainThread] Started firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,681 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._get_juju_data() for run with priority 0. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,681 DEBUG [MainThread] Finished firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,784 INFO [MainThread] Registering plugin landscape.client.manager.processkiller.ProcessKiller. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,785 INFO [MainThread] Registering plugin landscape.client.manager.usermanager.UserManager. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,802 INFO [MainThread] Registering plugin landscape.client.manager.shutdownmanager.ShutdownManager. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,803 INFO [MainThread] Registering plugin landscape.client.manager.hardwareinfo.HardwareInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,804 INFO [MainThread] Registering plugin landscape.client.manager.keystonetoken.KeystoneToken. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,804 INFO [MainThread] Registering plugin landscape.client.manager.snapmanager.SnapManager. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,809 INFO [MainThread] Registering plugin landscape.client.manager.snapservicesmanager.SnapServicesManager. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,809 INFO [MainThread] Registering plugin landscape.client.manager.scriptexecution.ScriptExecution. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,815 DEBUG [MainThread] delaying start of landscape.client.manager.hardwareinfo.HardwareInfo for 4164 seconds 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,815 DEBUG [MainThread] delaying start of landscape.client.manager.snapmanager.SnapManager for 26 seconds 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,820 DEBUG [MainThread] delaying start of landscape.client.manager.customgraph.CustomGraphPlugin for 6 seconds 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,884 INFO [MainThread] Monitor started with config /etc/landscape-client.conf 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,885 DEBUG [MainThread] Started firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,886 DEBUG [MainThread] Finished firing run. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,887 INFO [MainThread] Registering plugin landscape.client.monitor.activeprocessinfo.ActiveProcessInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,887 INFO [MainThread] Registering plugin landscape.client.monitor.computerinfo.ComputerInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,887 INFO [MainThread] Registering plugin landscape.client.monitor.loadaverage.LoadAverage. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,888 INFO [MainThread] Registering plugin landscape.client.monitor.memoryinfo.MemoryInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,888 INFO [MainThread] Registering plugin landscape.client.monitor.mountinfo.MountInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,888 INFO [MainThread] Registering plugin landscape.client.monitor.processorinfo.ProcessorInfo. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,888 INFO [MainThread] Registering plugin landscape.client.monitor.temperature.Temperature. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,889 INFO [MainThread] Registering plugin landscape.client.monitor.usermonitor.UserMonitor. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,889 INFO [MainThread] Registering plugin landscape.client.monitor.rebootrequired.RebootRequired. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,889 INFO [MainThread] Registering plugin landscape.client.monitor.networkactivity.NetworkActivity. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,889 INFO [MainThread] Registering plugin landscape.client.monitor.networkdevice.NetworkDevice. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,890 INFO [MainThread] Registering plugin landscape.client.monitor.cpuusage.CPUUsage. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,890 INFO [MainThread] Registering plugin landscape.client.monitor.swiftusage.SwiftUsage. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,890 INFO [MainThread] Registering plugin landscape.client.monitor.cephusage.CephUsage. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,891 INFO [MainThread] Registering plugin landscape.client.monitor.computertags.ComputerTags. 2024-07-17T12:57:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,891 INFO [MainThread] Registering plugin landscape.client.monitor.snapservicesmonitor.SnapServicesMonitor. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,894 DEBUG [MainThread] delaying start of landscape.client.monitor.mountinfo.MountInfo for 23 seconds 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,895 DEBUG [MainThread] delaying start of landscape.client.monitor.usermonitor.UserMonitor for 269 seconds 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,896 DEBUG [MainThread] delaying start of landscape.client.monitor.rebootrequired.RebootRequired for 15 seconds 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,896 DEBUG [MainThread] delaying start of landscape.client.monitor.networkactivity.NetworkActivity for 1 seconds 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:32,896 DEBUG [MainThread] delaying start of landscape.client.monitor.swiftusage.SwiftUsage for 0 seconds 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:57:38,352 INFO [MainThread] This machine does not appear to be a Swift machine. Deactivating plugin. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:02,891 INFO [MainThread] This machine does not appear to be a Ceph machine. Deactivating plugin. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,685 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,685 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for impending-exchange with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,687 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,688 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,689 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,689 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,690 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,692 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,693 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,693 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:22,703 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,685 DEBUG [MainThread] Started firing pre-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,685 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_pre_exchange() for pre-exchange with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,686 DEBUG [MainThread] Finished firing pre-exchange. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,687 INFO [MainThread] Starting urgent message exchange with https://landscape.canonical.com/message-system. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,688 DEBUG [PoolThread-twisted.internet.reactor-0] Sending payload: 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: {âaccepted-typesâ: bâ\xd4\x1d\x8c\xd9\x8f\x00\xb2\x04\xe9\x80\t\x98\xec\xf8B~â, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âclient-accepted-typesâ: [âaccepted-typesâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âadd-groupâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âadd-group-memberâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âadd-userâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âcustom-graph-addâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âcustom-graph-removeâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âedit-groupâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âedit-userâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âexecute-scriptâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âhold-snapsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âinstall-snapsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âlock-userâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: ârefresh-snapsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âregistrationâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âremove-groupâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âremove-group-memberâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âremove-snapsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âremove-userâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: ârestart-snap-serviceâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: ârestart-snap-service-batchâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âresynchronizeâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âset-idâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âset-intervalsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âset-snap-configâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âshutdownâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âsignal-processâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âstart-snap-serviceâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âstart-snap-service-batchâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âstop-snap-serviceâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âstop-snap-service-batchâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âunhold-snapsâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âunknown-idâ, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âunlock-userâ], 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âclient-apiâ: bâ3.8â, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âmessagesâ: [], 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: ânext-expected-sequenceâ: 0, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âsequenceâ: 0, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âserver-apiâ: bâ3.2â, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âtotal-messagesâ: 0} 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,794 INFO [PoolThread-twisted.internet.reactor-0] Sent 766 bytes and received 145 bytes in 0.11s. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,794 DEBUG [PoolThread-twisted.internet.reactor-0] Received payload: 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: {âmessagesâ: [{âtypeâ: âaccepted-typesâ, âtypesâ: [âregisterâ, âtestâ]}], 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âserver-apiâ: â3.3â, 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: âserver-uuidâ: bââŠ'} 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,795 INFO [MainThread] Switching to normal exchange mode. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,795 INFO [MainThread] Server UUID changed (old=None, new=af6f2dcf-1967-11de-8dd0-001a4b4d8d10). 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,796 DEBUG [MainThread] Started firing server-uuid-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,796 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for server-uuid-changed with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,796 DEBUG [MainThread] Finished firing server-uuid-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,796 DEBUG [MainThread] Started firing message. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,796 DEBUG [MainThread] Calling landscape.client.broker.ping.Pinger._handle_set_intervals() for message with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,797 DEBUG [MainThread] Calling landscape.client.broker.server.BrokerServer.broadcast_message() for message with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,797 DEBUG [MainThread] Finished firing message. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,797 INFO [MainThread] Accepted types changed: +register +test 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,797 DEBUG [MainThread] Started firing message-type-acceptance-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,797 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for message-type-acceptance-changed with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,798 DEBUG [MainThread] Finished firing message-type-acceptance-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,798 DEBUG [MainThread] Started firing message-type-acceptance-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,798 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for message-type-acceptance-changed with priority 0. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,798 DEBUG [MainThread] Finished firing message-type-acceptance-changed. 2024-07-17T12:58:32Z landscape-client.landscape-client[2192]: 2024-07-17 12:58:32,799 DEBUG [MainThread] Started firing exchange-done.
I waited for 10 minutes until after the last log to see if anything happens, and then restarted the device.
On reboot the device comes online pretty quickly. The logs:
landscape-client logs second boot new device
$ snap logs landscape-client -f -nall 2024-07-17T13:08:51Z systemd[1]: Started Service for snap application landscape-client.landscape-client. 2024-07-17T13:08:57Z landscape-client.landscape-client[694]: 2024-07-17 13:08:57,863 INFO [MainThread] Watchdog watching for daemons. 2024-07-17T13:08:59Z python3[858]: looking for plugins in â/usr/lib/x86_64-linux-gnu/sasl2â, failed to open directory, error: No such file or directory 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,852 INFO [MainThread] Monitor started with config /etc/landscape-client.conf 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,863 DEBUG [MainThread] Started firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,863 DEBUG [MainThread] Finished firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,923 INFO [MainThread] Manager started with config /etc/landscape-client.conf 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,928 DEBUG [MainThread] Started firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,928 DEBUG [MainThread] Finished firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,958 INFO [MainThread] Broker started with config /etc/landscape-client.conf 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,959 DEBUG [MainThread] Started firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,959 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._get_juju_data() for run with priority 0. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:08:59,960 DEBUG [MainThread] Finished firing run. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,012 INFO [MainThread] Registering plugin landscape.client.manager.processkiller.ProcessKiller. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,012 INFO [MainThread] Registering plugin landscape.client.manager.usermanager.UserManager. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,014 INFO [MainThread] Registering plugin landscape.client.manager.shutdownmanager.ShutdownManager. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,015 INFO [MainThread] Registering plugin landscape.client.manager.hardwareinfo.HardwareInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,016 INFO [MainThread] Registering plugin landscape.client.manager.keystonetoken.KeystoneToken. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,017 INFO [MainThread] Registering plugin landscape.client.manager.snapmanager.SnapManager. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,018 INFO [MainThread] Registering plugin landscape.client.manager.snapservicesmanager.SnapServicesManager. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,019 INFO [MainThread] Registering plugin landscape.client.manager.scriptexecution.ScriptExecution. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,027 DEBUG [MainThread] delaying start of landscape.client.manager.hardwareinfo.HardwareInfo for 3374 seconds 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,027 DEBUG [MainThread] delaying start of landscape.client.manager.snapmanager.SnapManager for 6 seconds 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,028 DEBUG [MainThread] delaying start of landscape.client.manager.customgraph.CustomGraphPlugin for 13 seconds 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,064 INFO [MainThread] Registering plugin landscape.client.monitor.activeprocessinfo.ActiveProcessInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,065 INFO [MainThread] Registering plugin landscape.client.monitor.computerinfo.ComputerInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,066 INFO [MainThread] Registering plugin landscape.client.monitor.loadaverage.LoadAverage. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,066 INFO [MainThread] Registering plugin landscape.client.monitor.memoryinfo.MemoryInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,067 INFO [MainThread] Registering plugin landscape.client.monitor.mountinfo.MountInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,067 INFO [MainThread] Registering plugin landscape.client.monitor.processorinfo.ProcessorInfo. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,068 INFO [MainThread] Registering plugin landscape.client.monitor.temperature.Temperature. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,068 INFO [MainThread] Registering plugin landscape.client.monitor.usermonitor.UserMonitor. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,070 INFO [MainThread] Registering plugin landscape.client.monitor.rebootrequired.RebootRequired. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,070 INFO [MainThread] Registering plugin landscape.client.monitor.networkactivity.NetworkActivity. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,071 INFO [MainThread] Registering plugin landscape.client.monitor.networkdevice.NetworkDevice. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,071 INFO [MainThread] Registering plugin landscape.client.monitor.cpuusage.CPUUsage. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,072 INFO [MainThread] Registering plugin landscape.client.monitor.swiftusage.SwiftUsage. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,072 INFO [MainThread] Registering plugin landscape.client.monitor.cephusage.CephUsage. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,073 INFO [MainThread] Registering plugin landscape.client.monitor.computertags.ComputerTags. 2024-07-17T13:09:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,073 INFO [MainThread] Registering plugin landscape.client.monitor.snapservicesmonitor.SnapServicesMonitor. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,080 DEBUG [MainThread] delaying start of landscape.client.monitor.mountinfo.MountInfo for 23 seconds 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,082 DEBUG [MainThread] delaying start of landscape.client.monitor.usermonitor.UserMonitor for 215 seconds 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,083 DEBUG [MainThread] delaying start of landscape.client.monitor.rebootrequired.RebootRequired for 41 seconds 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,084 DEBUG [MainThread] delaying start of landscape.client.monitor.networkactivity.NetworkActivity for 0 seconds 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:00,084 DEBUG [MainThread] delaying start of landscape.client.monitor.swiftusage.SwiftUsage for 0 seconds 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:05,201 INFO [MainThread] This machine does not appear to be a Swift machine. Deactivating plugin. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:30,073 INFO [MainThread] This machine does not appear to be a Ceph machine. Deactivating plugin. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,962 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,962 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for impending-exchange with priority 0. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,964 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,965 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,965 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,965 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,967 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,968 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,968 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,968 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:49,969 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:59,962 DEBUG [MainThread] Started firing pre-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:09:59,962 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_pre_exchange() for pre-exchange with priority 0. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:10:00,014 INFO [MainThread] Queueing message to register with account â$MY_ACCOUNTâ with a password. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:10:00,015 DEBUG [MainThread] Finished firing pre-exchange. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:10:00,017 INFO [MainThread] Starting urgent message exchange with https://landscape.canonical.com/message-system. 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 2024-07-17 13:10:00,021 DEBUG [PoolThread-twisted.internet.reactor-0] Sending payload: 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: {âaccepted-typesâ: bâ\xbfx\xda\xf36\x9bK\x84\xe5P\x07p\xd7\x97\xf6\xb0â, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âclient-accepted-typesâ: [âaccepted-typesâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âadd-groupâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âadd-group-memberâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âadd-userâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âcustom-graph-addâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âcustom-graph-removeâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âedit-groupâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âedit-userâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âexecute-scriptâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âhold-snapsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âinstall-snapsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âlock-userâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ârefresh-snapsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âregistrationâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âremove-groupâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âremove-group-memberâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âremove-snapsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âremove-userâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ârestart-snap-serviceâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ârestart-snap-service-batchâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âresynchronizeâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âset-idâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âset-intervalsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âset-snap-configâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âshutdownâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âsignal-processâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âstart-snap-serviceâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âstart-snap-service-batchâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âstop-snap-serviceâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âstop-snap-service-batchâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âunhold-snapsâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âunknown-idâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âunlock-userâ], 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âclient-apiâ: bâ3.8â, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âmessagesâ: [{âaccount_nameâ: â$MY_ACCOUNTâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âapiâ: bâ3.3â, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âcomputer_titleâ: âc40e85f8-1173-11ea-87ce-24418c038a3aâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âcontainer-infoâ: ââ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âhostnameâ: âc40e85f8-1173-11ea-87ce-24418c038a3aâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âregistration_passwordâ: â$MY_REGISTRATION_KEYâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âtagsâ: None, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âtimestampâ: 1721221800, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âtypeâ: âregisterâ, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âubuntu_pro_infoâ: '{â_docâ: âContent provided in json response â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'is currently considered Experimental and â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'may changeâ, â_schema_versionâ: â0.1â, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âaccountâ: {âcreated_atâ: ââ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âexternal_account_idsâ: [], âidâ: ââ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'ânameâ: ââ}, âattachedâ: false, âconfigâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: '{âcontract_urlâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âhttps://contracts.canonical.comâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âdata_dirâ: â/var/lib/ubuntu-advantageâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âlog_fileâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'â/var/log/ubuntu-advantage.logâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âlog_levelâ: âdebugâ, âsecurity_urlâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âSecurity | Ubuntuâ, âua_configâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: '{âapt_newsâ: false, âapt_news_urlâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âhttps://motd.ubuntu.com/aptnews.jsonâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âglobal_apt_http_proxyâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âglobal_apt_https_proxyâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âhttp_proxyâ: null, âhttps_proxyâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âmetering_timerâ: 14400, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âua_apt_http_proxyâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âua_apt_https_proxyâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âupdate_messaging_timerâ: 21600}}, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âconfig_pathâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'â/etc/ubuntu-advantage/uaclient.confâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âcontractâ: {âcreated_atâ: ââ, âidâ: ââ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'ânameâ: ââ, âproductsâ: [âlandscapeâ], â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âtech_support_levelâ: ân/aâ}, âeffectiveâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'â2024-07-17T13:10:00.014430+00:00â, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âenvironment_varsâ: [], âerrorsâ: [], â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âexecution_detailsâ: âNo Ubuntu Pro â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'operations are runningâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âexecution_statusâ: âinactiveâ, âexpiresâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'â2024-08-16T13:10:00.014430+00:00â, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'âfeaturesâ: {}, âmachine_idâ: null, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âânoticesâ: [], âresultâ: âsuccessâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ââservicesâ: [{âavailableâ: âyesâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ââdescriptionâ: âManagement and â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: 'administration tool for Ubuntuâ, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ââdescription_overrideâ: null, ânameâ: â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ââlandscapeâ}], âsimulatedâ: false, â 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ââversionâ: â31.1â, âwarningsâ: []}â, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âvm-infoâ: bâkvmâ}], 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: ânext-expected-sequenceâ: 1, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âsequenceâ: 0, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âserver-apiâ: bâ3.3â, 2024-07-17T13:10:00Z landscape-client.landscape-client[694]: âtotal-messagesâ: 1} 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,437 INFO [PoolThread-twisted.internet.reactor-0] Sent 2495 bytes and received 206 bytes in 1.42s. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,439 DEBUG [PoolThread-twisted.internet.reactor-0] Received payload: 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: {âmessagesâ: [{âidâ: bâEjtavrqub6NHgGsMvvRhHudjX66rc4MfJp37G9bh4b0LXWszUphLRlGNâ 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: bâb33c1tfVâ, 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: âinsecure-idâ: 56172038, 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: âtypeâ: âset-idâ}], 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: âserver-apiâ: â3.3â, 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: âserver-uuidâ: bâaf6f2dcf-1967-11de-8dd0-001a4b4d8d10â} 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,442 INFO [MainThread] Switching to normal exchange mode. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,442 DEBUG [MainThread] Started firing message. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,442 DEBUG [MainThread] Calling landscape.client.broker.ping.Pinger._handle_set_intervals() for message with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,442 DEBUG [MainThread] Calling landscape.client.broker.server.BrokerServer.broadcast_message() for message with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Finished firing message. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 INFO [MainThread] Using new secure-id ending with GNb33c1tfV for account $MY_ACCOUNT. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Using new secure-id: ⊠2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Started firing registration-done. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Finished firing registration-done. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Started firing resynchronize-clients. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Calling landscape.client.broker.exchange.MessageExchange._resynchronize() for resynchronize-clients with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for resynchronize-clients with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,443 DEBUG [MainThread] Finished firing resynchronize-clients. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,444 DEBUG [MainThread] Started firing exchange-done. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,444 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_exchange_done() for exchange-done with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,444 DEBUG [MainThread] Finished firing exchange-done. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,444 INFO [MainThread] Message exchange completed in 1.43s. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Started firing resynchronize. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,445 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,446 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,446 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,446 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,446 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:01Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,446 DEBUG [MainThread] Finished firing resynchronize. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Started firing resynchronize. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,447 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.monitor.usermonitor.UserMonitor._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,448 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,449 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,449 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,449 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClientPlugin._resynchronize() for resynchronize with priority 0. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,451 DEBUG [MainThread] delaying start of landscape.client.manager.hardwareinfo.HardwareInfo for 6479 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,452 DEBUG [MainThread] delaying start of landscape.client.manager.snapmanager.SnapManager for 42 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,452 DEBUG [MainThread] delaying start of landscape.client.manager.customgraph.CustomGraphPlugin for 26 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,452 DEBUG [MainThread] Finished firing resynchronize. 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,456 DEBUG [MainThread] delaying start of landscape.client.monitor.mountinfo.MountInfo for 14 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,456 DEBUG [MainThread] delaying start of landscape.client.monitor.usermonitor.UserMonitor for 282 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,457 DEBUG [MainThread] delaying start of landscape.client.monitor.rebootrequired.RebootRequired for 27 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,457 DEBUG [MainThread] delaying start of landscape.client.monitor.networkactivity.NetworkActivity for 2 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:01,457 DEBUG [MainThread] delaying start of landscape.client.monitor.swiftusage.SwiftUsage for 0 seconds 2024-07-17T13:10:51Z landscape-client.landscape-client[694]: 2024-07-17 13:10:31,544 INFO [MainThread] Ping indicates message available. Scheduling an urgent exchange.
Then finally, if I boot a clean image that has the same hostname/computer-id, the device also doesnât seem to work properly. The UI says it is receiving pings from my device:
But the Restart Computer action is never picked up, and monitoring seems outdated:
The logs:
landscape-client logs first boot 'clean', already existing device
$ snap logs landscape-client -f -nall 2024-07-17T13:15:50Z systemd[1]: Started Service for snap application landscape-client.landscape-client. 2024-07-17T13:15:52Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:52,592 INFO [MainThread] Watchdog watching for daemons. 2024-07-17T13:15:56Z python3[2398]: looking for plugins in â/usr/lib/x86_64-linux-gnu/sasl2â, failed to open directory, error: No such file or directory 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:55,981 INFO [MainThread] Monitor started with config /etc/landscape-client.conf 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:55,983 DEBUG [MainThread] Started firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:55,985 DEBUG [MainThread] Finished firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,070 INFO [MainThread] Broker started with config /etc/landscape-client.conf 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,073 DEBUG [MainThread] Started firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,073 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._get_juju_data() for run with priority 0. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,074 DEBUG [MainThread] Finished firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,129 INFO [MainThread] Manager started with config /etc/landscape-client.conf 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,134 DEBUG [MainThread] Started firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,134 DEBUG [MainThread] Finished firing run. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,139 INFO [MainThread] Registering plugin landscape.client.manager.processkiller.ProcessKiller. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,141 INFO [MainThread] Registering plugin landscape.client.manager.usermanager.UserManager. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,146 INFO [MainThread] Registering plugin landscape.client.manager.shutdownmanager.ShutdownManager. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,147 INFO [MainThread] Registering plugin landscape.client.manager.hardwareinfo.HardwareInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,150 INFO [MainThread] Registering plugin landscape.client.manager.keystonetoken.KeystoneToken. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,151 INFO [MainThread] Registering plugin landscape.client.manager.snapmanager.SnapManager. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,153 INFO [MainThread] Registering plugin landscape.client.manager.snapservicesmanager.SnapServicesManager. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,155 INFO [MainThread] Registering plugin landscape.client.manager.scriptexecution.ScriptExecution. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,165 DEBUG [MainThread] delaying start of landscape.client.manager.hardwareinfo.HardwareInfo for 2350 seconds 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,166 INFO [MainThread] Registering plugin landscape.client.monitor.activeprocessinfo.ActiveProcessInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,167 INFO [MainThread] Registering plugin landscape.client.monitor.computerinfo.ComputerInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,167 DEBUG [MainThread] delaying start of landscape.client.manager.snapmanager.SnapManager for 121 seconds 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,168 INFO [MainThread] Registering plugin landscape.client.monitor.loadaverage.LoadAverage. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,169 DEBUG [MainThread] delaying start of landscape.client.manager.customgraph.CustomGraphPlugin for 14 seconds 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,169 INFO [MainThread] Registering plugin landscape.client.monitor.memoryinfo.MemoryInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,170 INFO [MainThread] Registering plugin landscape.client.monitor.mountinfo.MountInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,170 INFO [MainThread] Registering plugin landscape.client.monitor.processorinfo.ProcessorInfo. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,171 INFO [MainThread] Registering plugin landscape.client.monitor.temperature.Temperature. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,172 INFO [MainThread] Registering plugin landscape.client.monitor.usermonitor.UserMonitor. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,172 INFO [MainThread] Registering plugin landscape.client.monitor.rebootrequired.RebootRequired. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,173 INFO [MainThread] Registering plugin landscape.client.monitor.networkactivity.NetworkActivity. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,173 INFO [MainThread] Registering plugin landscape.client.monitor.networkdevice.NetworkDevice. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,173 INFO [MainThread] Registering plugin landscape.client.monitor.cpuusage.CPUUsage. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,174 INFO [MainThread] Registering plugin landscape.client.monitor.swiftusage.SwiftUsage. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,174 INFO [MainThread] Registering plugin landscape.client.monitor.cephusage.CephUsage. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,174 INFO [MainThread] Registering plugin landscape.client.monitor.computertags.ComputerTags. 2024-07-17T13:15:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,174 INFO [MainThread] Registering plugin landscape.client.monitor.snapservicesmonitor.SnapServicesMonitor. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,178 DEBUG [MainThread] delaying start of landscape.client.monitor.mountinfo.MountInfo for 15 seconds 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,179 DEBUG [MainThread] delaying start of landscape.client.monitor.usermonitor.UserMonitor for 359 seconds 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,180 DEBUG [MainThread] delaying start of landscape.client.monitor.rebootrequired.RebootRequired for 86 seconds 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,180 DEBUG [MainThread] delaying start of landscape.client.monitor.networkactivity.NetworkActivity for 1 seconds 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:15:56,180 DEBUG [MainThread] delaying start of landscape.client.monitor.swiftusage.SwiftUsage for 0 seconds 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:01,352 INFO [MainThread] This machine does not appear to be a Swift machine. Deactivating plugin. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:26,175 INFO [MainThread] This machine does not appear to be a Ceph machine. Deactivating plugin. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,077 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,078 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for impending-exchange with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,079 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,080 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,081 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,081 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,082 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,083 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,083 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,083 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:46,084 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,077 DEBUG [MainThread] Started firing pre-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,078 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_pre_exchange() for pre-exchange with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,078 DEBUG [MainThread] Finished firing pre-exchange. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,079 INFO [MainThread] Starting urgent message exchange with https://landscape.canonical.com/message-system. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,082 DEBUG [PoolThread-twisted.internet.reactor-0] Sending payload: 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: {âaccepted-typesâ: bâ\xd4\x1d\x8c\xd9\x8f\x00\xb2\x04\xe9\x80\t\x98\xec\xf8B~â, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âclient-accepted-typesâ: [âaccepted-typesâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âadd-groupâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âadd-group-memberâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âadd-userâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âcustom-graph-addâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âcustom-graph-removeâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âedit-groupâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âedit-userâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âexecute-scriptâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âhold-snapsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âinstall-snapsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âlock-userâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: ârefresh-snapsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âregistrationâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âremove-groupâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âremove-group-memberâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âremove-snapsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âremove-userâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: ârestart-snap-serviceâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: ârestart-snap-service-batchâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âresynchronizeâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âset-idâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âset-intervalsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âset-snap-configâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âshutdownâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âsignal-processâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âstart-snap-serviceâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âstart-snap-service-batchâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âstop-snap-serviceâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âstop-snap-service-batchâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âunhold-snapsâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âunknown-idâ, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âunlock-userâ], 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âclient-apiâ: bâ3.8â, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âmessagesâ: [], 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: ânext-expected-sequenceâ: 0, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âsequenceâ: 0, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âserver-apiâ: bâ3.2â, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âtotal-messagesâ: 0} 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,221 INFO [PoolThread-twisted.internet.reactor-0] Sent 766 bytes and received 145 bytes in 0.14s. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,221 DEBUG [PoolThread-twisted.internet.reactor-0] Received payload: 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: {âmessagesâ: [{âtypeâ: âaccepted-typesâ, âtypesâ: [âregisterâ, âtestâ]}], 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âserver-apiâ: â3.3â, 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: âserver-uuidâ: bââŠ'} 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,222 INFO [MainThread] Switching to normal exchange mode. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,223 INFO [MainThread] Server UUID changed (old=None, new=âŠ). 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,223 DEBUG [MainThread] Started firing server-uuid-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,223 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for server-uuid-changed with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,223 DEBUG [MainThread] Finished firing server-uuid-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,224 DEBUG [MainThread] Started firing message. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,224 DEBUG [MainThread] Calling landscape.client.broker.ping.Pinger._handle_set_intervals() for message with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,224 DEBUG [MainThread] Calling landscape.client.broker.server.BrokerServer.broadcast_message() for message with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,225 DEBUG [MainThread] Finished firing message. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,225 INFO [MainThread] Accepted types changed: +register +test 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,225 DEBUG [MainThread] Started firing message-type-acceptance-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,225 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for message-type-acceptance-changed with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,225 DEBUG [MainThread] Finished firing message-type-acceptance-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,226 DEBUG [MainThread] Started firing message-type-acceptance-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,226 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for message-type-acceptance-changed with priority 0. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,226 DEBUG [MainThread] Finished firing message-type-acceptance-changed. 2024-07-17T13:16:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,226 DEBUG [MainThread] Started firing exchange-done. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,226 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_exchange_done() for exchange-done with priority 0. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,228 DEBUG [MainThread] Finished firing exchange-done. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,228 INFO [MainThread] Message exchange completed in 0.15s. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,228 DEBUG [MainThread] Started firing server-uuid-changed. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,228 DEBUG [MainThread] Finished firing server-uuid-changed. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,229 DEBUG [MainThread] Started firing (âmessage-type-acceptance-changedâ, âregisterâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,229 DEBUG [MainThread] Finished firing (âmessage-type-acceptance-changedâ, âregisterâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,229 DEBUG [MainThread] Started firing (âmessage-type-acceptance-changedâ, âtestâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,229 DEBUG [MainThread] Finished firing (âmessage-type-acceptance-changedâ, âtestâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Started firing server-uuid-changed. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Finished firing server-uuid-changed. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Started firing (âmessage-type-acceptance-changedâ, âregisterâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Finished firing (âmessage-type-acceptance-changedâ, âregisterâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Started firing (âmessage-type-acceptance-changedâ, âtestâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:16:56,230 DEBUG [MainThread] Finished firing (âmessage-type-acceptance-changedâ, âtestâ). 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,229 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,229 DEBUG [MainThread] Calling landscape.client.broker.server.event..broadcast_event() for impending-exchange with priority 0. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,229 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,230 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,230 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,230 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,234 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,232 DEBUG [MainThread] Started firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,232 DEBUG [MainThread] Calling landscape.client.broker.client.BrokerClient.notify_exchange() for impending-exchange with priority 0. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,232 INFO [MainThread] Got notification of impending exchange. Notifying all plugins. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:46,232 DEBUG [MainThread] Finished firing impending-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:56,229 DEBUG [MainThread] Started firing pre-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:56,229 DEBUG [MainThread] Calling landscape.client.broker.registration.RegistrationHandler._handle_pre_exchange() for pre-exchange with priority 0. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:56,230 DEBUG [MainThread] Finished firing pre-exchange. 2024-07-17T13:31:56Z landscape-client.landscape-client[2192]: 2024-07-17 13:31:56,231 INFO [MainThread] Starting message exchange with https://landscape.canonical.com/message-system.
This is on Ubuntu Core 22 with landscape-client version 175