-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
monitor.sh install is broken #7
Comments
Well, let me take that back. Sort of. Apparently something got mixed up when building the image with monitor.sh. Currently rebuilding the package, will update once I've reflashed the image. |
Didn't test monitor.sh fully, but this errors were kind of expected. |
Sounds good, will have a look once I finished the music implementation via squeezelite. |
So, I gave it another try and copied monitor.sh to /var/ Couple of things to note:
But with the folder on a rw partition, it already looks a lot cleaner:
I'll have a look at bluez_hcidump |
working bluez_hcidump package.mk file
So, that is working. Still a lot of other errors, some related to different functionality of busybox commands (timeout, pidof), which can be "resolved" quick and dirty. I'll try and establish a connection to my phone, so far I had no luck. Will try it on a pi to rule out that it is working with my phone. |
I've managed to build |
While going through the packages, I saw that you already build monitor.sh as one of the packages. Unfortunately, this script currently doesn't work.
I would have created a pull request for this, but even with this fix, this script needs a lot of overhaul to work. A lot of binaries missing, invalid options, errors due to ro FS
Couple of things that are obvious and can be removed immediately, but it wouldn't be compatible with upstream anymore. (not without major checks at least). I'll have a look over the weekeend and see if I make some dirty changes to get it running on my box at least, no promises though.
The text was updated successfully, but these errors were encountered: