-
-
Notifications
You must be signed in to change notification settings - Fork 98
Add install script for the Bluetooth monitor script #195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments, I will probably have some time later today to test it :)
Since we now have remove
option in the tool, maybe add a remove(cleanup) function too? :)
and maybe an upgrade
function to fetch newest files from git?
I got some errors during the install:
And when I tried starting the service it fails:
It may be limited to my system, will try again with a fresh copy |
This is my fault. I forgot some upstream cleanups I did with dependencies
in another branch.. fixing later this week
…On Sun, 14 Oct 2018, 21:19 Joakim Sørensen, ***@***.***> wrote:
I got some errors during the install:
Error: Required package 'hcidump' not found. Please install 'bluez-hcidump' (e.g ., sudo apt-get install bluez-hcidump).
Error: Required package 'bc' not found. Please install 'bc' (e.g., apt-get install bc)
And when I tried starting the service it fails:
● monitor.service - Monitor Service
Loaded: loaded (/etc/systemd/system/monitor.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2018-10-14 19:18:36 UTC; 3s ago
Process: 10060 ExecStart=/bin/bash /opt/monitor/monitor.sh & (code=exited, status=1/FAILURE)
Main PID: 10060 (code=exited, status=1/FAILURE)
Oct 14 19:18:36 hassbian systemd[1]: monitor.service: Failed with result 'exit-code'.
It *may* be limited to my system, will try again with a fresh copy
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABrPCm8kTNvojywRKkLxlAawff86-a8Sks5uk45CgaJpZM4XbDkO>
.
|
Should work now by running with script or service. |
@ludeeus I'll wait with removal and update until the upstream project gets a bit more stable since it currently is undergoing quite a few changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this again after testing #201 and it works much better now 👍
I have added 1 suggestion :)
Co-Authored-By: Landrash <landrash@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐬
Description:
Adds install script for the Bluetooth Montitor script by andrewjfreyer
** Depends on changes in #201 **
Checklist (Required):
If pertinent:
/docs