knnniggett: flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
i see sse here :) thx
Scott0_
knnniggett: no such file
knnniggett
On a side note, if you ever need to make changes to any systemd service file, make a copy and put it under /etc/systemd/system, and edit that file instead. That will override the copy that ships with the package and it won't get overwritten after a package upgrade (see the systemd docuemntation)
Scott0_
yeah I should have, I guess I was testing and then forgot about it
I can't imagine a situation where I want zoneminder to stop and stay that way
knnniggett
You want zoneminder to stop and stay stopped if mysql goes away. You also want zoneminder to stop and stay stopped if the events folder goes away (particularly important when the events folder is remote)
Scott0_
well, it can't start if mysql goes away anyway
knnniggett
but if zm is already running.... you definitely want it to stop
Scott0_
knnniggett: wouldn't that mean on-failure would be more suitable than on-abnormal? since it also includes unclean exit code?
if on-failure is used, then it should stay stopped if it was a clean exit code
knnniggett
Maybe. Haven't played with the options enough to know.
same error output cmaking 1.30.0, but the makefile is generated nonetheless
CMake Error at CMakeLists.txt:13 (message):
The git submodules are not available. Please run
git submodule update --init --recursive
from a release tarball?
nmitchell_ has quit
if I manually clone the repo and, checkout 1.30.3 and do "git submodule update --init --recursive" cmake works. how come there are such issues with both 1.30.2 and 1.30.3 release tarballs?
pos has quit
ic0n
pos that submodule stuff is standard practice, and is documented.
because the tarballs do not include the code for a bunch of stuff that we use
asker
github should really allow a way to turn off release tarballs
barjac_ joined the channel
vegii
Hi. I'm thinking of building a raspi(opi zero)-based security camera that would store files remotely via some ftp. I could mount ftp and set it as output location, but I guess it won't do the job if someone steals the camera? Not sure what soft to use yet.
barjac has quit
can it like, save a .jpg snapshot every second there's motion, independently of video, which likely would be one long file that wouldn't be saved if someone removed the cam?
hmm... or I could likely use the raspi/opi just to share the camera over lan and record it on the server where it's stored
ic0n
vegii you can do any of the above. A little googling will find lots of examples. I personally just put zm on the pi and store over nfs.
Jonas__ has quit
vegii
Cool. I guess exposing a mjpeg stream and grabbing it from the server is the way to go. Would be very cool to see this done on an esp8266 and ov7670... I think someone even did it...