Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dw-start.sh issue on raspberry pi #119

Open
chrisimaxwell opened this issue Nov 6, 2017 · 3 comments
Open

dw-start.sh issue on raspberry pi #119

chrisimaxwell opened this issue Nov 6, 2017 · 3 comments

Comments

@chrisimaxwell
Copy link

to get this to work on my raspberry pi, I had to change the CLI screen command in dw-start.sh:

from:
$SCREEN -d -m -S direwolf $DWCMD >> $LOGFILE
to
$SCREEN -d -m -S direwolf bash -c "$DWCMD >> $LOGFILE"

Some info on my system, if that is helpful:
Linux APRS-BOX1 4.9.57+ #1045 Fri Oct 20 11:38:56 BST 2017 armv6l

thank you

@BG6LH
Copy link

BG6LH commented Mar 16, 2019

It does works!
on my rpi, stretch lite, CLI mode.
Thanks!

@wb2osz
Copy link
Owner

wb2osz commented Apr 10, 2023

No activity here for 4 years. A lot has changed since then. Is there any reason to keep it open?

@chrisimaxwell
Copy link
Author

chrisimaxwell commented Apr 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants