Unable to connect my first IP Camera

Forum for questions and support relating to the 1.29.x releases only.
Locked
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Unable to connect my first IP Camera

Post by nb2k »

Hi Everyone,

I am struggling to get my first camera online and hoping someone can please help.

I am running ZM v1.29.0 on my Raspberry Pi 2 (for reference at 192.168.0.45 on my LAN) and I am trying to add my Edimax IC-3115W as an IP camera. The video feed of this camera is http://192.168.0.46/mjpg/video.mjpg

I can watch the feed with the VLC command "vlc http://192.168.0.46/mjpg/video.mjpg"
(obviously I kill this before I try add my monitor)

When I add a monitor I change:
General -> Source Type to Remote
Source -> Remote Host Name to 192.168.0.46
Source -> Remote Host Path to /mjpg/video.mjpg
Source -> Capture Width (pixels) to 1280
Source -> Capture Height (pixels) to 960

When I click probe I get the error:
Unable to probe local cameras, status is '132'
In the error log it says:
2016-07-02 12:28:53.433112 web_php 764 FAT Unable to probe local cameras, status is '132' /usr/share/zoneminder/www/skins/classic/views/monitorprobe.php 40

If I add it anyway the error log repeats with:
2016-07-02 12:30:27.551250 zmwatch 3865 ERR Memory map file '/dev/shm/zm.mmap.2' does not exist. zmc might not be running. zmwatch.pl
2016-07-02 12:30:17.810930 zmdc 3808 INF 'zmc -m 2' crashed, signal 10 zmdc.pl
2016-07-02 12:30:17.438480 zmdc 4425 INF 'zmc -m 2' started at 16/07/02 10:30:17 zmdc.pl
2016-07-02 12:30:17.424990 zmdc 3808 INF 'zmc -m 2' starting at 16/07/02 10:30:17, pid = 4425 zmdc.pl
2016-07-02 12:30:14.243940 zmwatch 3865 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-02 12:30:14.225790 zmwatch 3865 ERR Memory map file '/dev/shm/zm.mmap.2' does not exist. zmc might not be running. zmwatch.pl

I have run a tcpdump on the pi to see if there is an outbound request but ZM does not even try.
(sudo tcpdump -i eth0 host 192.168.0.46 -w trace.pcap -v -c 100)

Does anyone know what status 132 means or does anyone have any idea what I am doing wrong and can point me in the right direction where to look?

Thank you in advance for all your responses!
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Unable to connect my first IP Camera

Post by knight-of-ni »

As with any camera, first check the wiki to see if someone else has graciously left programming instructions for you.

There is an IC-3115W in there, which probably programs the same as yours:
https://wiki.zoneminder.com/Edimax
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Re: Unable to connect my first IP Camera

Post by nb2k »

Thanks, sorry I should have said I tried that too.

It still gives the same 132 error but has another error in the log:
2016-07-02 17:21:01.546750 web_php 760 ERR socket_sendto( /var/run/zm/zms-356258s.sock ) failed: No such file or directory /usr/share/zoneminder/www/includes/functions.php 2371
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Unable to connect my first IP Camera

Post by knight-of-ni »

We need to know the distro you are running on your Pi, how you installed zoneminder, and exactly which installation instructions you followed.

More log file entries will help to get a better picture of what is going on. Please perform the following test:
Do NOT try to open a live monitor during this test

Program the camera according to the wiki. (re)start zoneminder and watch your logs. Without clicking on anything else, keep watching the logs. The logs will eventually say something like "Capturing at x.xx fps" or it will show an error message(s). Please post the entire content of your logs, from the moment zoneminder was started, until just after the error message(s) appear. Do not leave anything out.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Re: Unable to connect my first IP Camera

Post by nb2k »

Thanks, I followed the guide here:
https://wiki.zoneminder.com/Raspbian

I am running:
Linux raspberrypi 4.4.11+ #888 Mon May 23 20:02:58 BST 2016 armv6l GNU/Linux
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

I downloaded the 2016-05-27-raspbian-jessie.img Raspian image from here: https://www.raspberrypi.org/downloads/raspbian/

I don't think it is an issue with the camera as when I click probe I get the following error in the error.log of apache:
Illegal instruction
[Sat Jul 02 16:03:04.495557 2016] [:error] [pid 11171] [client 192.168.0.39:57045] FAT [Unable to probe local cameras, status is '132'], referer: http://192.168.0.45/zm/index.php?view=monitor&mid=3

Now I suspect this has to do with a dependency that was installed incorrectly. I notice that the guide highlights it needs 64 bit but I am not sure I have that.

I also had some issues the first three times I tried to install it fresh.
After adding "deb http://http.debian.net/debian jessie-backports main" to /etc/apt/sources.list
and creating /etc/apt/preferences.d/zoneminder with the following:
Package: *
Pin: origin http.debian.net
Pin-Priority: 1100

This lead to me soft bricking the pi after running apt-get upgrade.

Obviously I ran that and made sure I installed "php5 mysql-server php-pear php5-mysql" and "libvlc-dev libvlccore-dev vlc" prior to adding the additional repository and updating the list to install zoneminder.

Thanks again for your help.
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Unable to connect my first IP Camera

Post by knight-of-ni »

I do not think there is a problem with your camera either, nor did I imply there was.

However, I can't help you if you don't provide all the information that was asked for. Go back to the previous post, run the test, and produce the required information from your zoneminder logs. This might be a problem with lack of shared memory /dev/shm on your device, but only the data I asked you to provide will confirm that (or it will indicate there is some other problem).
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Re: Unable to connect my first IP Camera

Post by nb2k »

Yep, I definitely will get those logs. Just doing a clean install and following it step by step to make sure nothing is missed.
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Re: Unable to connect my first IP Camera

Post by nb2k »

Alright so here is the full log from startup to just after adding a camera:

Date/Time
Component Server PID Level Message File Line
2016-07-04 22:31:15.793240 zmwatch 3913 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-04 22:31:15.774970 zmwatch 3913 ERR Memory map file '/dev/shm/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-04 22:31:05.998190 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:31:05.656730 zmdc 3991 INF 'zmc -m 1' started at 16/07/04 20:31:05 zmdc.pl
2016-07-04 22:31:05.645040 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:31:05, pid = 3991 zmdc.pl
2016-07-04 22:31:02.433890 zmwatch 3913 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-04 22:31:02.414970 zmwatch 3913 ERR Memory map file '/dev/shm/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-04 22:30:52.643250 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:52.295630 zmdc 3986 INF 'zmc -m 1' started at 16/07/04 20:30:52 zmdc.pl
2016-07-04 22:30:52.284190 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:52, pid = 3986 zmdc.pl
2016-07-04 22:30:48.463350 zmwatch 3913 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-04 22:30:48.444970 zmwatch 3913 ERR Memory map file '/dev/shm/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-04 22:30:38.912610 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:38.247490 zmdc 3979 INF 'zmc -m 1' started at 16/07/04 20:30:38 zmdc.pl
2016-07-04 22:30:38.230450 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:38, pid = 3979 zmdc.pl
2016-07-04 22:30:34.420730 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:33.233730 zmdc 3972 INF 'zmc -m 1' started at 16/07/04 20:30:33 zmdc.pl
2016-07-04 22:30:33.189090 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:33, pid = 3972 zmdc.pl
2016-07-04 22:30:33.091350 zmdc 3854 INF Starting pending process, zmc -m 1 zmdc.pl
2016-07-04 22:30:30.793770 zmwatch 3913 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-04 22:30:30.653610 zmwatch 3913 ERR Memory map file '/dev/shm/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-04 22:30:26.570940 zmdc 3854 WAR Can't find process with command of 'zma -m 1' zmdc.pl
2016-07-04 22:30:23.520620 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:22.924480 zmdc 3959 INF 'zmc -m 1' started at 16/07/04 20:30:22 zmdc.pl
2016-07-04 22:30:22.919080 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:22, pid = 3959 zmdc.pl
2016-07-04 22:30:22.521040 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:21.912300 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:21, pid = 3957 zmdc.pl
2016-07-04 22:30:21.904390 zmdc 3957 INF 'zmc -m 1' started at 16/07/04 20:30:21 zmdc.pl
2016-07-04 22:30:21.822900 zmdc 3854 INF Starting pending process, zmc -m 1 zmdc.pl
2016-07-04 22:30:21.805960 zmdc 3854 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-04 22:30:20.464630 zmdc 3956 INF 'zmc -m 1' started at 16/07/04 20:30:20 zmdc.pl
2016-07-04 22:30:20.453430 zmdc 3854 INF 'zmc -m 1' starting at 16/07/04 20:30:20, pid = 3956 zmdc.pl
2016-07-04 22:30:16.958780 zmdc 3854 WAR Can't find process with command of 'zmc -m 1' zmdc.pl
2016-07-04 22:30:13.971760 zmwatch 3913 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-04 22:30:13.945000 zmwatch 3913 ERR Memory map file '/dev/shm/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-04 22:30:12.188410 zmdc 3854 WAR Can't find process with command of 'zma -m 1' zmdc.pl
2016-07-04 22:29:03.902950 zmwatch 3913 INF Watchdog pausing for 30 seconds zmwatch.pl
2016-07-04 22:29:03.882000 zmwatch 3913 INF Watchdog starting zmwatch.pl
2016-07-04 22:29:00.324400 zmdc 3913 INF 'zmwatch.pl' started at 16/07/04 20:29:00 zmdc.pl
2016-07-04 22:29:00.318250 zmdc 3854 INF 'zmwatch.pl' starting at 16/07/04 20:29:00, pid = 3913 zmdc.pl
2016-07-04 22:28:59.581740 zmfilter 3886 INF Scanning for events zmfilter.pl
2016-07-04 22:28:50.554410 zmdc 3900 INF 'zmaudit.pl -c' started at 16/07/04 20:28:50 zmdc.pl
2016-07-04 22:28:50.534750 zmdc 3854 INF 'zmaudit.pl -c' starting at 16/07/04 20:28:50, pid = 3900 zmdc.pl
2016-07-04 22:28:43.687150 zmdc 3886 INF 'zmfilter.pl' started at 16/07/04 20:28:43 zmdc.pl
2016-07-04 22:28:43.674120 zmdc 3854 INF 'zmfilter.pl' starting at 16/07/04 20:28:43, pid = 3886 zmdc.pl
2016-07-04 22:28:40.371160 zmpkg 3819 INF Starting up services zmpkg.pl
2016-07-04 22:28:36.293080 zmdc 3854 INF Server starting at 16/07/04 20:28:36 zmdc.pl
2016-07-04 22:28:29.357230 zmpkg 3819 INF Command: start zmpkg.pl
2016-07-04 22:28:29.325890 zmpkg 3819 INF Sanity checking States table... zmpkg.pl


Hopefully that is what you were asking for!
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Unable to connect my first IP Camera

Post by knight-of-ni »

ZoneMinder can't create the shared memory buffer under dev/shm. /dev/shm is your ramdisk and it will typically expand to 50% of your physical ram.
See how much you've got with "df -lh"
Just guessing based off the resolution of your camera, but I'd say you will need 256-512MB free /dev/shm for 1 camera.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
nb2k
Posts: 6
Joined: Sat Jul 02, 2016 10:18 am

Re: Unable to connect my first IP Camera

Post by nb2k »

pi@raspberrypi:/home $ df -lh
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 3.8G 11G 27% /
devtmpfs 214M 0 214M 0% /dev
tmpfs 218M 0 218M 0% /dev/shm
tmpfs 218M 4.5M 213M 3% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 218M 0 218M 0% /sys/fs/cgroup
/dev/mmcblk0p1 63M 21M 43M 33% /boot
tmpfs 44M 0 44M 0% /run/user/1000
pi@raspberrypi:/home $

Can I try a really low resolution to see if it can fit on the default and if so what would you recommend?

Can I push that out to a physical disk (the SD card) as it is only one camera and snapshots?

I took a stab with:
mk /home/zoneminder
chmod 740 /home/zoneminder
chown root:www-data /home/zoneminder

But I still get the same error:
2016-07-06 23:09:05.503260 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:08:55.735740 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:08:55.388650 zmdc 1382 INF 'zmc -m 1' started at 16/07/06 23:08:55 zmdc.pl
2016-07-06 23:08:55.377390 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:08:55, pid = 1382 zmdc.pl
2016-07-06 23:08:52.214430 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:08:52.196180 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:08:42.472750 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:08:42.005460 zmdc 1378 INF 'zmc -m 1' started at 16/07/06 23:08:41 zmdc.pl
2016-07-06 23:08:41.966790 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:08:41, pid = 1378 zmdc.pl
2016-07-06 23:08:38.668730 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:08:38.651420 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:08:28.881470 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:08:28.535730 zmdc 1374 INF 'zmc -m 1' started at 16/07/06 23:08:28 zmdc.pl
2016-07-06 23:08:28.523400 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:08:28, pid = 1374 zmdc.pl
2016-07-06 23:08:25.352980 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:08:25.335760 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:08:15.568270 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:08:15.228670 zmdc 1370 INF 'zmc -m 1' started at 16/07/06 23:08:15 zmdc.pl
2016-07-06 23:08:15.206970 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:08:15, pid = 1370 zmdc.pl
2016-07-06 23:08:12.062750 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:08:12.043350 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:08:02.526260 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:08:01.840690 zmdc 1356 INF 'zmc -m 1' started at 16/07/06 23:08:01 zmdc.pl
2016-07-06 23:08:01.834230 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:08:01, pid = 1356 zmdc.pl
2016-07-06 23:07:58.311220 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:07:57.130610 zmdc 1351 INF 'zmc -m 1' started at 16/07/06 23:07:57 zmdc.pl
2016-07-06 23:07:57.090750 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:07:57, pid = 1351 zmdc.pl
2016-07-06 23:07:57.006760 zmdc 1209 INF Starting pending process, zmc -m 1 zmdc.pl
2016-07-06 23:07:56.338500 zmdc 1209 WAR Can't find process with command of 'zma -m 1' zmdc.pl
2016-07-06 23:07:54.713440 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:07:54.691890 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:07:52.908950 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:07:52.303420 zmdc 1344 INF 'zmc -m 1' started at 16/07/06 23:07:52 zmdc.pl
2016-07-06 23:07:52.280800 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:07:52, pid = 1344 zmdc.pl
2016-07-06 23:07:52.217150 zmdc 1209 INF Starting pending process, zmc -m 1 zmdc.pl
2016-07-06 23:07:52.196010 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:07:51.602780 zmdc 1341 INF 'zmc -m 1' started at 16/07/06 23:07:51 zmdc.pl
2016-07-06 23:07:51.591730 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:07:51, pid = 1341 zmdc.pl
2016-07-06 23:07:48.392420 zmdc 1209 INF Command 'zmc -m 1' removed from pending list at 16/07/06 23:07:48 zmdc.pl
2016-07-06 23:07:46.627220 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:07:46.013430 zmdc 1334 INF 'zmc -m 1' started at 16/07/06 23:07:46 zmdc.pl
2016-07-06 23:07:45.990690 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:07:45, pid = 1334 zmdc.pl
2016-07-06 23:07:45.927130 zmdc 1209 INF Starting pending process, zmc -m 1 zmdc.pl
2016-07-06 23:07:45.910170 zmdc 1209 INF 'zmc -m 1' crashed, signal 10 zmdc.pl
2016-07-06 23:07:44.483650 zmdc 1333 INF 'zmc -m 1' started at 16/07/06 23:07:44 zmdc.pl
2016-07-06 23:07:44.469690 zmdc 1209 INF 'zmc -m 1' starting at 16/07/06 23:07:44, pid = 1333 zmdc.pl
2016-07-06 23:07:44.068390 zmdc 1209 WAR Can't find process with command of 'zma -m 1' zmdc.pl
2016-07-06 23:07:37.974950 zmwatch 1268 INF Restarting capture daemon for Monitor-1, shared data not valid zmwatch.pl
2016-07-06 23:07:37.944570 zmwatch 1268 ERR Memory map file '/home/zoneminder/zm.mmap.1' does not exist. zmc might not be running. zmwatch.pl
2016-07-06 23:04:57.884860 zmwatch 1268 INF Watchdog pausing for 30 seconds zmwatch.pl
2016-07-06 23:04:57.865200 zmwatch 1268 INF Watchdog starting zmwatch.pl
2016-07-06 23:04:54.293770 zmdc 1268 INF 'zmwatch.pl' started at 16/07/06 23:04:54 zmdc.pl
2016-07-06 23:04:54.282190 zmdc 1209 INF 'zmwatch.pl' starting at 16/07/06 23:04:54, pid = 1268 zmdc.pl
2016-07-06 23:04:53.911120 zmfilter 1241 INF Scanning for events zmfilter.pl
2016-07-06 23:04:44.414300 zmdc 1255 INF 'zmaudit.pl -c' started at 16/07/06 23:04:44 zmdc.pl
2016-07-06 23:04:44.401410 zmdc 1209 INF 'zmaudit.pl -c' starting at 16/07/06 23:04:44, pid = 1255 zmdc.pl
2016-07-06 23:04:37.714340 zmdc 1241 INF 'zmfilter.pl' started at 16/07/06 23:04:37 zmdc.pl
2016-07-06 23:04:37.703320 zmdc 1209 INF 'zmfilter.pl' starting at 16/07/06 23:04:37, pid = 1241 zmdc.pl
2016-07-06 23:04:34.435430 zmpkg 1087 INF Starting up services zmpkg.pl
2016-07-06 23:04:30.368610 zmdc 1209 INF Server starting at 16/07/06 23:04:30 zmdc.pl
2016-07-06 23:04:13.728030 zmpkg 1087 INF Command: start zmpkg.pl
2016-07-06 23:04:13.688930 zmpkg 1087 INF Sanity checking States table... zmpkg.pl
2016-07-06 23:03:41.062670 zmdc 1209 INF Server shutdown at 16/07/06 23:03:41 zmdc.pl
2016-07-06 23:03:30.196490 zmdc 1209 INF 'zmwatch.pl' exited, signal 14 zmdc.pl
2016-07-06 23:03:30.170600 zmdc 1209 INF 'zmfilter.pl' exited, signal 14 zmdc.pl
2016-07-06 23:03:30.154160 zmdc 1209 INF 'zmwatch.pl' sending stop to pid 1268 at 16/07/06 23:03:30 zmdc.pl
2016-07-06 23:03:30.129560 zmdc 1209 INF 'zmaudit.pl -c' exited, signal 14 zmdc.pl
2016-07-06 23:03:30.113390 zmdc 1209 INF 'zmfilter.pl' sending stop to pid 1241 at 16/07/06 23:03:30 zmdc.pl
2016-07-06 23:03:30.088990 zmdc 1209 INF 'zmaudit.pl -c' sending stop to pid 1254 at 16/07/06 23:03:30 zmdc.pl
2016-07-06 23:03:23.073710 zmpkg 1339 INF Command: stop zmpkg.pl
2016-07-06 23:03:23.047920 zmpkg 1339 INF Sanity checking States table... zmpkg.pl
2016-07-06 23:00:59.500400 zmwatch 1268 INF Watchdog pausing for 30 seconds zmwatch.pl
2016-07-06 23:00:59.479950 zmwatch 1268 INF Watchdog starting zmwatch.pl
2016-07-06 23:00:55.807990 zmdc 1268 INF 'zmwatch.pl' started at 16/07/06 23:00:55 zmdc.pl
2016-07-06 23:00:55.787920 zmdc 1209 INF 'zmwatch.pl' starting at 16/07/06 23:00:55, pid = 1268 zmdc.pl
2016-07-06 23:00:55.155340 zmfilter 1241 INF Scanning for events zmfilter.pl
2016-07-06 23:00:45.997080 zmdc 1209 INF 'zmaudit.pl -c' starting at 16/07/06 23:00:45, pid = 1254 zmdc.pl
2016-07-06 23:00:45.988210 zmdc 1254 INF 'zmaudit.pl -c' started at 16/07/06 23:00:45 zmdc.pl
2016-07-06 23:00:39.178630 zmdc 1241 INF 'zmfilter.pl' started at 16/07/06 23:00:39 zmdc.pl
2016-07-06 23:00:39.164140 zmdc 1209 INF 'zmfilter.pl' starting at 16/07/06 23:00:39, pid = 1241 zmdc.pl
2016-07-06 23:00:35.911550 zmpkg 1088 INF Starting up services zmpkg.pl
2016-07-06 23:00:32.838050 zmdc 1209 INF Server starting at 16/07/06 23:00:32 zmdc.pl
2016-07-06 23:00:16.044460 zmpkg 1088 INF Command: start zmpkg.pl
2016-07-06 23:00:16.004550 zmpkg 1088 INF Sanity checking States table... zmpkg.pl
2016-07-06 22:59:42.922630 zmdc 3372 INF Server shutdown at 16/07/06 22:59:42 zmdc.pl
2016-07-06 22:59:32.062160 zmdc 3372 INF 'zmwatch.pl' exited, signal 14 zmdc.pl
2016-07-06 22:59:32.036010 zmdc 3372 INF 'zmfilter.pl' exited, signal 14 zmdc.pl
2016-07-06 22:59:32.014030 zmdc 3372 INF 'zmwatch.pl' sending stop to pid 3431 at 16/07/06 22:59:32 zmdc.pl
2016-07-06 22:59:31.990810 zmdc 3372 INF 'zmaudit.pl -c' exited, signal 14 zmdc.pl
2016-07-06 22:59:31.974180 zmdc 3372 INF 'zmfilter.pl' sending stop to pid 3404 at 16/07/06 22:59:31 zmdc.pl
2016-07-06 22:59:31.949030 zmdc 3372 INF 'zmaudit.pl -c' sending stop to pid 3418 at 16/07/06 22:59:31 zmdc.pl
2016-07-06 22:59:25.027290 zmpkg 3612 INF Command: stop zmpkg.pl
2016-07-06 22:59:25.001910 zmpkg 3612 INF Sanity checking States table... zmpkg.pl
Locked