I'm actually connected to "piza" using Connect. If I check the status through that connection everything seems fine:
BTW, the Connect website also shows things as working, see attached.
If I ssh to "piza" and run the same commands, I get the following:pi@piza:~ $ rpi-connect status
Signed in: yes
Screen sharing: unavailable
Remote shell: allowed (1 session active)
pi@piza:~ $ systemctl --user status rpi-connect
● rpi-connect.service - Raspberry Pi Connect
Loaded: loaded (/usr/lib/systemd/user/rpi-connect.service; enabled; preset: enabled)
Active: active (running) since Wed 2024-08-14 13:30:47 CDT; 2h 25min ago
Main PID: 772 (rpi-connectd)
Tasks: 18 (limit: 368)
CPU: 2min 11.189s
CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/rpi-connect.service
├─ 772 /usr/bin/rpi-connectd -socket /run/user/1000/rpi-connect-wayvnc.sock
├─4001 /bin/bash -l
├─4086 systemctl --user status rpi-connect
└─4087 pager
Aug 14 13:30:54 piza rpi-connect[772]: 2024/08/14 13:30:54 WARN API call unsuccessful error="Get \"https://api.conne>
Aug 14 15:04:12 piza rpi-connect[772]: 2024/08/14 15:04:12 INFO [fdfa6a57-a4a1-4f92-a204-efc17885f0cb] [shell]: Prox>
... elided
Aug 14 15:53:48 piza rpi-connect[772]: 2024/08/14 15:53:48 INFO [2026f3d6-1a0e-4509-88cd-e800517f2e07] [shell]: Prox>
Aug 14 15:55:29 piza rpi-connect[772]: 2024/08/14 15:55:29 INFO [be28d810-6dae-4680-b122-281c187e586f] [shell]: Prox>
pi@piza:~ $ ps -fade | grep connectd
pi 772 672 2 14:17 ? 00:02:09 /usr/bin/rpi-connectd -socket /run/user/1000/rpi-connect-wayvnc.sock
pi 4089 4001 0 15:56 pts/2 00:00:00 grep --color=auto connectd
pi@piza:~ $
I assumed that these commands would show the same state. What's wrong, or what am I misunderstanding?pi@piza:~ $ rpi-connect status
✗ Unable to communicate with the Connect daemon. Is it running?
pi@piza:~ $ systemctl --user status rpi-connect
Failed to connect to bus: No medium found
pi@piza:~ $ ps -fade | grep connectd
pi 772 672 2 14:17 ? 00:02:03 /usr/bin/rpi-connectd -socket /run/user/1000/rpi-connect-wayvnc.sock
pi 3982 2444 0 15:52 pts/0 00:00:00 grep --color=auto connectd
pi@piza:~ $
BTW, the Connect website also shows things as working, see attached.
Statistics: Posted by tinker2much — Wed Aug 14, 2024 9:04 pm