Search found 602 matches

by mikb
Thu Mar 31, 2016 5:32 pm
Forum: ZoneMinder 1.29.x
Topic: Filter dont delete files from disk
Replies: 4
Views: 1925

Re: Filter dont delete files from disk

Have you got the "Fast Delete" option ticked? This will cause ZM to delete the entry from the database but leaves behind the disk files (jpgs, videos) until ZMAudit runs and tidies up -- you may find that they've gone away "overnight". If this is not the behaviour you want, untic...
by mikb
Sun Mar 27, 2016 7:45 pm
Forum: ZoneMinder 1.29.x
Topic: usb to serial connection in Ubuntu Server
Replies: 7
Views: 2906

Re: usb to serial connection in Ubuntu Server

knnniggett wrote:I have never heard of a cctv camera that streams video over a serial port.
More information is needed including make and model.
I second that question! :) I've no idea how you'd realistically stuff video data down an RS232 link, given the low bitrates. Surely some misunderstanding?
by mikb
Thu Mar 24, 2016 8:12 pm
Forum: ZoneMinder 1.29.x
Topic: CIFS-Share mounted in Ubuntu: Can't symlink - Can't chown ("Permission denied")
Replies: 2
Views: 4977

Re: CIFS-Share mounted in Ubuntu: Can't symlink - Can't chown ("Permission denied")

Does your "CIFS-Share" (and underlying filesystem) understand advanced concepts such as symlinks? What if you go into the CIFS share and do touch testfile ln -s testfile linkyfile If the first works, you have permission to make files. If the second fails, then sounds like links are not und...
by mikb
Wed Mar 16, 2016 6:45 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

Looking back, you say your OS is Ubuntu 12.04LTS headless -- anyone care to peer into /etc/cron.daily and say what's lurking there?
by mikb
Wed Mar 16, 2016 6:41 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

You may need to look up some details on how cron works too :) Welcome to Linux ... an endless maze of stuff to learn! Quick guide -- again this is Slackware, but ... "crond" (the bit that does the work) reads the instructions in /var/spool/cron/crontab/[user] and fires off various jobs acc...
by mikb
Tue Mar 15, 2016 7:06 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

Good place to start is here :-

https://en.wikipedia.org/wiki/Filesyste ... y_Standard

... although every linux distribution will vary, here and there ... :)
by mikb
Tue Mar 15, 2016 7:02 pm
Forum: ZoneMinder 1.29.x
Topic: Editing Filter Causes Hundreds of Emails and SMS
Replies: 4
Views: 2266

Re: Editing Filter Causes Hundreds of Emails and SMS

"the filter appears to run against all existing events" It will. That's what you asked for. It's not what you wanted though ... If you were under the impression that filters are run only against each new incoming event, then that's the mis-step in the plan. You will need to do some adding ...
by mikb
Sat Mar 12, 2016 7:03 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

So Its ok to have the script in cron.daily...just not a place fort the backups to reside (as of right now I have the backups 1 deeper below the cron.daily). With *nix systems, you are free to ignore all conventions and do whatever you like, as long as you a) understand the consequences, and b) take...
by mikb
Wed Mar 09, 2016 8:50 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

mikb I did set the backup path to my cron.daily folder OK so that was a bad move. It says "path to your backups". Your backups are not -- or really really should not be -- stored in /etc/cron.daily. I guess you've realised that now :( Anything in /etc/cron.daily is considered a script/bin...
by mikb
Tue Mar 08, 2016 6:19 pm
Forum: ZoneMinder 1.28.x
Topic: Backups
Replies: 29
Views: 19477

Re: Backups

I ended up putting this script in etc/cron.daily. I then ran the script in this directory....and I believe it deleted all my daily.crons... I thought my directory had about a dozen things in it...but after I believed it deleted all because older than 30 days.. "${FIND} ${BKUP_PATH} -maxdepth 1...
by mikb
Thu Feb 25, 2016 7:24 pm
Forum: ZoneMinder 1.29.x
Topic: Events has been purged after power outage
Replies: 7
Views: 2689

Re: Events has been purged after power outage

- Get a small ups. ... you would still lose all your events if you accidentally unplugged the usb cable, even for a split second +1 on the UPS suggestion ... And another consideration, from experience, even with a UPS, you can get USB interruptions due to the power disturbance, as the power goes ou...
by mikb
Tue Feb 23, 2016 5:58 pm
Forum: ZoneMinder 1.29.x
Topic: Hidden symbolic links to events images
Replies: 1
Views: 1419

Re: Hidden symbolic links to events images

Isn't it just a handy way to map the "event number" to the actual time-date'd directory with the events in? Without having to dig in the database every time? I don't know how many parts of ZM use it. Similar to the symlinks for the cameras "by name" linking to "by number&quo...
by mikb
Sat Feb 06, 2016 8:35 pm
Forum: ZoneMinder 1.29.x
Topic: Camera Simulation for Demostration Purposes?
Replies: 7
Views: 4070

Re: Camera Simulation for Demostration Purposes?

Also: you don't need to split 6 videos into a pile of JPEGs -- you can feed the video directly to ZoneMinder. I recorded the output of each one of my cameras (motion jpeg video stream) into a file "vidfile.mjpeg" for testing/setup to give a known constant video input. It's easier to tune t...
by mikb
Fri Jan 08, 2016 6:30 pm
Forum: ZoneMinder 1.28.x
Topic: Video Export - Not Working
Replies: 8
Views: 7279

Re: Video Export - Not Working

Not sure what the permissions on /dev/random comment was about, perhaps @rockedge could explain -- mine are set exactly as yours. "755" would make /dev/random an executable file, which in itself seems a bit "random" ... to use the modern usage of the word. "crw-rw-rw- 1 root...
by mikb
Sat Dec 26, 2015 7:10 pm
Forum: ZoneMinder 1.28.x
Topic: Any way to avoid installation into /usr/local?
Replies: 3
Views: 1883

Re: Any way to avoid installation into /usr/local?

"For the want of a dot, the compilation was lost" :)