You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for the logfile for dropbear the other night, and I ran across something that might be a bug. Here's some relevant config info first:
Default dropbear, only thing changed is the config file for it
Using logging solution 2 (Write to ramdisk, persist to SD card periodically)
Based on what I can see in /etc/dropbear/log, there's a run script that want to execute the line exec chpst -udropbearlog svlogd -tt ./main.
Judging by how dropbearlog user isn't set up by default, and both chpst and svlogd don't exist, I assume that this run script isn't in use.
So ultimately, I'd like to get dropbear logging working. I haven't ruled out the possibility that this is just in my configuration - if there's anything I can install to get it to work that would be super cool.
If this is a legitimate bug or lack of functionality, I would be more than happy to tackle this in a pull request, if you are willing to provide me with a little nudge in the right direction :)
The text was updated successfully, but these errors were encountered:
I was looking for the logfile for dropbear the other night, and I ran across something that might be a bug. Here's some relevant config info first:
Based on what I can see in
/etc/dropbear/log
, there's arun
script that want to execute the lineexec chpst -udropbearlog svlogd -tt ./main
.Judging by how
dropbearlog
user isn't set up by default, and bothchpst
andsvlogd
don't exist, I assume that thisrun
script isn't in use.So ultimately, I'd like to get dropbear logging working. I haven't ruled out the possibility that this is just in my configuration - if there's anything I can install to get it to work that would be super cool.
If this is a legitimate bug or lack of functionality, I would be more than happy to tackle this in a pull request, if you are willing to provide me with a little nudge in the right direction :)
The text was updated successfully, but these errors were encountered: