Hi. Looking at the page for the ISO your using its setup to broadcast as an AP which would explain why it wont connect to anything. Its broad casting it's own network. Take your mobile phone and Connect to the AP that the Raspberry have setup. From There login and configure your home Network. You'll...
What kind of batteries were you using? Did you have the polarity of each cell correct? What is the output current rating for each cell? What is the current requirement for everything being fed by the batteries? What is the input voltage range for your power regulator? What is the power regulator's ...
Hi, I've recently been trying to add an Ultraborg + proximity sensors to my DiddyBorg V2. I made a bit of a mess of it and when I turned the power on after adding the Ultraborg something on the Pi went pop. I then got a burning smell. Looking at the Pi the 3.5mm jack appears burnt so i'm guessing th...
nmap is the simplest way to see what's connected to your network. It isn't showing all IP addresses only those currently on the network. If you want historical logging so you can see when particular hosts have gone down look at something like nagios but it can be complicated to setup to your liking,...
Hi, I've had similar problems in the past. Would you be able to elaborate aon your setup a little more please. I.e. what sort of power supply are you using and how big is the sd card you're recording to? Also are you able to share any logs from motioneye at the time of a crash so we could see what m...
Have a look at motioneyeos it has options for uploading to remote storage. Plus the web interface could be used externally with some port forwarding. So you could if you wanted just view it remotely via the interface rather than via google drive.
Try it without the quotes around $savedatum I don't think they're needed. exec("cp /var/www/html/Briefjes/Meetrapport_.$savedatum.png '/home/pi/Google Drive/Online logboek 2019/'"); or only use single quote ' around it if it does need a quote of some sort. I think the quote marks there are ending yo...
Hi I've installed Grafana succesfully but I'm not getting any data through. I'm using InfluxDB as a data source on another pi and have it set and when i link it to Grafana I get a no data points error and looking at InfluxDB I'm not getting any logs generated in /var/log/influxd all I seem to be abl...
The syntax would be '-mindepth 1' rather than '-mindepth=1' See "man find" for the details. In order to remove the directories when empty, try the '-delete' option. It will remove both directories and files, but only remove the directories if they happen to be empty. Hi, I should have specified in ...
Perfect, I've just tested it and it's working perfectly. I'm running: find /media/nas/Security/ -depth -mtime +7 -print and it's working, the only issue I ran into was it didn't recognize -mindepth=1 for some reason, it gave the below error: find: unknown predicate `-mindepth=1' but once I took that...
Ahhh. That makes sense I was using * because I thought I had to specify which of the files found I wanted to use rm on and I wanted to use it on all of them. I'll give that ago and let everyone know what results I get. It looks like there was a couple of issues in there with the * and the modified t...
Hi yes, the -rv * is to remove files and directories and the v is for verbose so I can see what is being removed while it's running. I'm aiming to get rid of all files found by the find command it's just for some reason that wasn't happening. I think it's because the backup script I have uses rsync ...
Cheers, I think my best bet might be to use a script based of the filename and work with the date for that side of it. I've just had a look at stat, currently the info it's showing looks correct (ish) in as much there is no created time and the modified time appears to be when the file was copied on...
Hi the date is in the filenames so I can always look at that. I should have said in the first post the NAS is run off a Raspberry Pi 3B+ using OpenMediaVault and the camera is another Pi 3B+ using MotionEyeOS. That's why I'm a bit confused as to why it isn't working because both of the scripts are b...
Hi, I'm trying to use the find command to delete files older than X number of days. The files are being recorded on my CCTV camera and then transferred to my NAS for storage. In terms of that I've got a script running regularly that moves any files older than 15 minutes off the camera and onto the N...
That's it spot on!!!!! Thanks a lot. It looks like some how a copy of the original script had ended up in /usr/local/bin/ not quite sure how but I've removed it and now my script works however I run it!!! Thank you :):):) I'll keep working on the script. I'm slowly finding new things and ways to wri...
Hi, I was just wondering if someone could explain some funny behaviour I'm seeing on one of my Pi's. I have a backup script that I use to backup my files from one drive to another. #!/bin/bash PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/srv/dev-disk-by-label-Untitled/rohtua/script...
Hi sshd_config can normally be found in /etc/ssh As for the external link that will be your external IP address. If you google what's my IP you should be able to find out. Unless you have a static IP though (for your external IP), which is unlikely, you'll probably want to look at a dynamic dns serv...
Just out of curiosity how big is the sd card and what class. I've had similar issues where my pi stopped working and won't boot when I've been recording with the camera. For me the issue was I was filling the storage on the card. Once the storage was full the pi would just crash and wouldn't come ba...
Sat Jan 26, 2019 3:32 pm Imperf3kt wrote: ↑ Sat Jan 26, 2019 12:49 pm Why not use the official power supply plus a short, say 1.5m, extension cable? The extra connectors and double the wire length may very well cause too much voltage drop. A better option is to cut out the original wire and solder ...
Hi guys, I know it's been quite a while since you all posted but I've not been online for a while thanks for all your comments, I hadn't though of the POE solution I'll look into trying that thanks. I did get a longer wall extension which seems to have sorted it for me but it would be nice to have a...
I think we might be getting closer to the problem here! The ip address tallys with my pi address however the data directory when I navigate to it says it doesn't exist - So I navigated to nextcloud dir and did an ' ls' command which showed the data directory in red, I assume that it is red due to so...