Search found 32 matches
- Wed Apr 04, 2012 3:51 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) FTP connection fails
- Replies: 1
- Views: 1574
Re: FTP connection fails
I did not have the correct FTP address of the online server I still would like to be able to see the FTP handshake in ZM.
- Tue Apr 03, 2012 10:47 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) FTP connection fails
- Replies: 1
- Views: 1574
(Solved) FTP connection fails
I have ZM 1.24.4 running on Ubuntu 10.04 32 bit server. I was able to successfully FTP to an online file storage site. Unfortunately they have stopped FTP access. Set up to a new site but ZM is not completing the file transfer. I need to see what error messages are being received to the site so I ...
- Wed Feb 15, 2012 10:35 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
Re: ZM fails to start at boot
Thanks for the suggestion zseries (sounds like IBM?) Since this is my experimental box, I decided to through caution to the wind, Tried the suggestion even though I do not understand what was trying to accomplish. update-rc.d -f zoneminder remove Removing any system startup links for /etc/init.d ...
- Wed Feb 15, 2012 3:21 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) Dedicated Hard Drive
- Replies: 7
- Views: 4611
(Solved) Re: Dedicated Hard Drive
Found the events and images in this folder. /var/www/zm/
edited fstab as follows:
edited fstab as follows:
Code: Select all
/dev/sdb1 /media/newdrive ext4 defaults 0 2
/media/newdrive/zm/images /var/www/zm/images none defaults,bind 0 2
/media/newdrive/zm/events /var/www/zm/events none defaults,bind 0 2
- Wed Feb 15, 2012 1:50 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
Re: ZM fails to start at boot
That is what I thought PacoLM. I have tried both of these commands. service zoneminder start zoneminder: unrecognized service service zm start zm: unrecognized service Weird! Maybe this is somehow tied to why ZM does not start from boot. Always starts just fine from web console. Thanks anyway PacoLM ...
- Tue Feb 14, 2012 10:22 pm
- Forum: ZoneMinder 1.24.x
- Topic: Events Without Frames
- Replies: 2
- Views: 1880
Re: Events Without Frames
Please provide more detail:
random events show up with no frames.
- Tue Feb 14, 2012 10:19 pm
- Forum: ZoneMinder 1.24.x
- Topic: No Monitor on Motion detect
- Replies: 16
- Views: 7807
Re: No Monitor on Motion detect
I had a similar issue with my zones. I had to run make install again from the ZM directory to get the ability to have the zones again. I word of caution, you will have to recreate all your cameras. Make sure you have all the setting recorded first. Also back up any pictures or videos you want to ...
- Tue Feb 14, 2012 9:25 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
Re: ZM fails to start at boot
Updated all packages on server as follows: The following packages will be upgraded: base-files libapache2-mod-php5 libldap-2.4-2 libldap2-dev php5-common php5-mysql Ran make install Still cannot get ZM to start on boot buts seems to work. It would be useful to be able to start and stop ZM from the ...
- Mon Feb 13, 2012 4:36 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
Re: ZM fails to start at boot
Put
into the startup but ZM still will not start on a reboot. O' well it was a good tip that I will remember. Still researching the issue. Any other ideas will be appreciated.
Code: Select all
sleep 10
- Mon Feb 13, 2012 4:19 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
Re: ZM fails to start at boot
Thanks a heap PacoLM
I will give that a try.
I will give that a try.
- Mon Feb 13, 2012 2:51 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM fails to start at boot
- Replies: 9
- Views: 4895
ZM fails to start at boot
I have an existing installation of ZM 1.24.2 working great on top of Ubuntu server 10.04 LTS 32 bit. Upgraded to ZM 1.24.4 and everything seems to be working OK. I had to create my cameras but that was no problem. Only issue I have left is that when I reboot the server ZM fails to start ...
- Thu Feb 02, 2012 5:08 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) Dedicated Hard Drive
- Replies: 7
- Views: 4611
Re: Dedicated Hard Drive
How did you determine where your files were being stored?
- Thu Feb 02, 2012 5:06 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) Dedicated Hard Drive
- Replies: 7
- Views: 4611
Re: Dedicated Hard Drive
Unfortunately, I do not have a /var/cache/zoneminder/ directory either. Here is my what I have in /var/cache/.
ronnie@fred:/var/cache$ ls -a
. apache2 apt-show-versions fontconfig ldconfig munin
.. apt debconf git man pppconfig
ronnie@fred:/var/cache$
- Thu Feb 02, 2012 4:24 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) Dedicated Hard Drive
- Replies: 7
- Views: 4611
Re: Dedicated Hard Drive
your previous post replies seem to give same file locations as wiki
Are you running desktop or server?
My ubuntu server does not have the /usr/share/zoneminder directorymv /usr/share/zoneminder/events /usr/share/zoneminder/eventsbackup
Are you running desktop or server?
- Thu Feb 02, 2012 3:02 pm
- Forum: ZoneMinder 1.24.x
- Topic: (Solved) Dedicated Hard Drive
- Replies: 7
- Views: 4611
(Solved) Dedicated Hard Drive
Running ZM 1.24.4 on Ubuntu 10.04 server with a single disk drive. Working great but worried about running out of disk space. Need to add a new hard drive for the images. Checked out the WIKI link http://www.zoneminder.com/wiki/index.php/Using_a_dedicated_Hard_Drive Step 4. Locate Zoneminder's ...