Rapid itd reconnection attempts #53
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Has anyone noticed their itd daemon performing bursts of reconnections within seconds of one another? After some time, it'll seem to stabilize. I'm using a Librem13 running PureOS. I don't see the Bluetooth connection indicator flashing on/off when this happens. Not sure if this is a laptop BT issue or with itd or with the watch itself. itd is version 1.0.0. Thanks in advance!
What happens if you try connecting with your bluetooth settings before starting ITD?
I have itd set up to start on boot. I tried to stop it, so I can start manually after restarting bluetooth, but I get this message:
sudo systemctl stop itd
Failed to stop itd.service: Unit itd.service not loaded.
itd is running according to ps output. I tried to kill the pid but it restarted.
ITD is a user daemon, so you need to run
systemctl --user stop itd
, withoutsudo
.Ah ok, thanks! That did the trick. I stopped the daemon and restarted Bluetooth. I'm going to see if I notice any disconnects there before I turn itd back on. I'll give it a couple of hours before doing that. Thanks!
Only issue that I noticed with my bluetooth on without itd running is that bluetooth wouldn't reconnect if i stepped out of range and came back. When itd is back on, I saw the same reconnection notifications come through (~5 in a minute or two).