Version 3 released for testing - https://www.bluecherrydvr.com/version-3-now-available-for-testing/ / Don't forget to Donate - https://www.bluecherrydvr.com/donations/community-edition/
curtishall on master
535-BUILD-ERROR: Fixed the buil… Merge pull request #536 from my… (compare)
[slack] <Bluecherry forums> Preview in motion detection missing [Bugs]
I noticed my emails were doing the same thing on RC4. Noticed that the str_replace line was only set for MKV, not for MP4 as well on line 212 of www/lib/mailer.php
Added a new line and put in:
$path_to_image = str_replace('mp4', 'jpg', $event[0]['filepath']);
However, RC5 breaks email notifications (for me at least).
[slack] <github2> bluecherrydvr/bluecherry-mobile#28
Bumps https://github.com/caolan/async from 2.6.3 to 2.6.4.
Changelog
Sourced from https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md.
v2.6.4
• Fix potential prototype pollution exploit (https://github-redirect.dependabot.com/caolan/async/issues/1828)
Commits
• caolan/async@c6bdaca Version 2.6.4
• caolan/async@8870da9 Update built files
• caolan/async@4df6754 update changelog
• caolan/async@8f7f903 Fix prototype pollution vulnerability (https://github-redirect.dependabot.com/caolan/async/issues/1828)
• See full diff in https://github.com/caolan/async/compare/v2.6.3...v2.6.4
Maintainer changes
This version was pushed to npm by https://www.npmjs.com/~hargasinski, a new releaser for async since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
• @dependabot rebase
will rebase this PR
• @dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge
will merge this PR after your CI passes on it
• @dependabot squash and merge
will squash and merge this PR after your CI passes on it
• @dependabot cancel merge
will cancel a previously requested merge and block automerging
• @dependabot reopen
will reopen this PR if it is closed
• @dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
• @dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
• @dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the https://github.com/bluecherrydvr/bluecherry-mobile/network/alerts.
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
Again… After updates unable to login.
https://forums.bluecherrydvr.com/u/curtishall any instructions how to fix? =)
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
We are working hard on resolving this, we currently have two affected customers who have provided us SSH access which is helping. If you want to be the third let me know ;).
For now, restart bc-server resolves this problem:
sudo service bluecherry restart
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
hey, https://forums.bluecherrydvr.com/u/heibert I’m also granting ssh access for the same issue.
for ssh security you could always enable fail2ban. I know I had a lot of chinese IP’s knocking on my ssh port.
I have the following in place to disable IP’s after 3 failed logins which also send me an email.
I also have a simple command in bashrc that emails me anytime somoene logs in.
if you have any question on setting this up, f…
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
Thanks, that sounds like a good solution, but i have a large home network with a lot of devices and several servers. I direct the router to the device i need in its configuration as needed, otherwise keeping open ports to a minimum.
But I think I know where to apply your solution, thanks anyway! 🙂
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
Hello,
I had the same issue, but since I was moving off of a Physical server to a VM server instance, I have just reloaded it as a VM and since parts out the old server. At this time I do not have SSH ports open. At current moment the VM DVR systems seems to be working. I might be a 3rd person well at least a 3rd person to report that I also experienced this. If it happens again, I will open up…
[slack] <Bluecherry forums> Select all or less area for Motion Detection affect CPU load? [Uncategorized]
Hello,
I think I know the answer or understand the operation but wanted to know. So when you are setting up the areas for motion detection, I assume if you tag 100% of the view it will add more CPU load than if you shade in say 50% of the area. I assume the less area you shade for motion detection the less harder the CPU has to work for per camera view? Is that how it works?
I have 18 cameras…
[slack] <Bluecherry forums> Select all or less area for Motion Detection affect CPU load? [Uncategorized]
The problem you are having is NOT related to motion detection, it is related to a bug in the web UI. To solve this problem simply run:
sudo service bluecherry restart
There is little difference between 100% and 50% motion detection, we still scan the entire image for motion.
[slack] <Bluecherry forums> Select all or less area for Motion Detection affect CPU load? [Uncategorized]
Thank you for clearing that up. I am liking the idea of continuous record, and just purchased a 8TB drive.
I am going to run with that for now and see. I might also spin up another DVR VM and play more with the motion settings and as you say when it acts up to restart the service.
Thank you.
Chad
[slack] <Bluecherry forums> Can't login and restarting services doesn't help [Version 3 beta testing]
Hello all,
After tearing about the code we found two issues related to this problem, the most significant is a newly added section of code in RC3 for bc_check_media() which scans for files that are deleted from the filesystem (manually) but still show up in the database.
This code causes CPU usage to be maxed out. This will be fixed in RC6.
[image]
[slack] <Bluecherry forums> Upgrade from v2 to v3 fails [Version 3 beta testing]
Using bionic, when I run the install-unstable script, it fails at the end with the following:
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE Users’
++ mysql -h localhost -Dbluecherry -u -p
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ echo ‘SET FOREIGN…