mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #924] [Bug Report] ssh to spoolbuddy for update errors with uid1000 not exist #639
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#639
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @maziggy on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/924
Originally assigned to: @maziggy on GitHub.
ssh to spoolbuddy for update errors with uid1000 not exist
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@TravisWilder commented on GitHub (Apr 9, 2026):
spoolbuddy shows: SSH connection failed no user exist for uid 1000
Spoolbuddy is installed on Pi4 with default Pi OS images and installed with install.sh in standalone mode
Bambuddy runs in docker (compose) on an other Pi4
@maziggy commented on GitHub (Apr 9, 2026):
@TravisWilder commented on GitHub (Apr 9, 2026):
yes on WIFI / Hostname and user ssh key (the normal options)
The install of spoolbuddy worked without any errors
Spoolbuddy install has uid 1000
Docker host has uid1000
Docker container (Bumbuddy) has no user id 1000
Docker Compose
new log does not show much more
Spoolbuddy rebooted (you see the disconnect)
bambuddy.log
sorry not the best pic
@maziggy commented on GitHub (Apr 9, 2026):
Fixed in dev branch.
@TravisWilder commented on GitHub (Apr 10, 2026):
Fixed for SSH keygen ( by converting create_subprocess_exec function)
But the _run_ssh_command still uses create_subprocess_exec and the update trigger shows still the error shown in the picture
it could be an option to add a user to the image with id 1000
like
RUN useradd -u 1000 -m appuser
@maziggy commented on GitHub (Apr 10, 2026):
Fixed in branch dev. Also improved the update function.
@TravisWilder commented on GitHub (Apr 10, 2026):
Thanks - I will test the next daily as soon as available
@TravisWilder commented on GitHub (Apr 10, 2026):
check done - works