Search found 68 matches

by Pada
Sun Oct 24, 2010 4:51 pm
Forum: ZoneMinder 1.24.x
Topic: hmmm getting there … one small issue….
Replies: 9
Views: 5207

tibetfreedom, those mysql commands should be given in the setup guide.
If you've followed the guide properly you wouldn't have had this issue.

You can find the zm_create.sql file by running:

Code: Select all

sudo updatedb
locate zm_create.sql
by Pada
Sun Oct 24, 2010 3:37 pm
Forum: ZoneMinder 1.24.x
Topic: hmmm getting there … one small issue….
Replies: 9
Views: 5207

# $ sudo mysql -u root -p < /usr/share/zoneminder/db/zm_create.sql
# mysql -u root -p (this brings you into a mysql shell)
# > grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
# > flush privileges;
by Pada
Sun Oct 24, 2010 2:49 pm
Forum: ZoneMinder 1.24.x
Topic: hmmm getting there … one small issue….
Replies: 9
Views: 5207

Did you import the tables & created + granted the zmuser database access, as instructed on the installation guides?
by Pada
Sun Oct 24, 2010 2:37 pm
Forum: ZoneMinder 1.24.x
Topic: how do i put this into images directory?
Replies: 3
Views: 2269

I'd advise you to install ZM using Synaptics, as shown in the distribution specific Ubuntu guides.
You should also know that the kernel.shmall = kernel.shmmax / 4096 !
by Pada
Sun Oct 24, 2010 10:52 am
Forum: ZoneMinder 1.24.x
Topic: Apache and hiding events, images and temp folders.....
Replies: 2
Views: 2038

The best solution would be to customize the Apache2 configuration files. The first step would be to remove the "Indexes" from the "Options" line. That will not prevent the users who know how the folder structure looks on accessing the stuff. Then you would want to restrict the pe...
by Pada
Sun Oct 24, 2010 12:07 am
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 10.10 install script with x264 support
Replies: 34
Views: 47659

Well, I've said that I've based my guide on the Ubuntu 9.10 guide, so I tried to imply that you have to continue following the Ubuntu 9.10 guide: http://www.zoneminder.com/wiki/index.ph ... ver_32-bit

I haven't worked with camera/tv cards yet, so I can't help you there...
by Pada
Sat Oct 23, 2010 11:19 pm
Forum: ZoneMinder 1.24.x
Topic: installing on latest Debian
Replies: 2
Views: 1621

Here are Debian specific installation guides: http://www.zoneminder.com/wiki/index.php/Debian I found the installation on Ubuntu 10.10 (Maverick Meerkat) to be extremely easy! I've also written an installation script where you can basically just sit back and relax :) ... till the installation is com...
by Pada
Sat Oct 23, 2010 11:15 pm
Forum: ZoneMinder 1.24.x
Topic: how do i put this into images directory?
Replies: 3
Views: 2269

russ, could you perhaps give more details as to which Wiki you followed and what distro you're running? Also: if you use mpeg streaming instead of jpeg streaming, then you don't need cambozola. I would really urge you to go for the mpeg path. Those instructions that you mentioned are to be found on ...
by Pada
Sat Oct 23, 2010 11:09 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 10.10 install script with x264 support
Replies: 34
Views: 47659

Thanks Marty. I appreciate it that you've tested this. I have to agree with you that it really can't be easier to setup than to just run that 1 single script :) I've just tested it using Ubuntu 10.10 Desktop, running in VirtualBox. It would be awesome if someone could just convert this into 1 or 2 W...
by Pada
Sat Oct 23, 2010 8:45 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 10.10 install script with x264 support
Replies: 34
Views: 47659

hmm, perhaps "bc" isn't installed.
What happens if you run:

Code: Select all

echo $(echo "2100191232 * 0.90" | bc | cut -f 1 -d '.')
by Pada
Sat Oct 23, 2010 6:38 pm
Forum: ZoneMinder 1.24.x
Topic: Suggestions for master/slave configuration?
Replies: 7
Views: 4827

Thanks for that summary. Now I have a much better idea of what you were trying to do, and it now seems even less complicated to be honest. Currently I'm sitting with 2 "slave" servers, that my lecturer set up, with 6 and 8 cameras respectively. Unfortunately for me, those 2 servers are alr...
by Pada
Sat Oct 23, 2010 2:49 pm
Forum: ZoneMinder 1.24.x
Topic: Which Linux ?
Replies: 3
Views: 1913

I have found that Ubuntu 10.10 works quite well for installing ZM from its package manager. I haven't tried using ZM on Fedora or any other distro lately. You can find my setup script that I've written for Ubuntu 10.10 here: http://www.zoneminder.com/forums/viewtopic.php?p=65280#65280 Please just ma...
by Pada
Sat Oct 23, 2010 2:44 pm
Forum: ZoneMinder 1.24.x
Topic: Unable to use any camera in zoneminder
Replies: 2
Views: 1846

It could still be the shared memory that is causing the problems. You should change both kernel.shmmax and kernel.shmall. I have set my kernel.shmmax to 90% of my total system memory (value is in bytes) and kernel.shmall to be kernel.shmmax / 4096, since 4096 is my PAGE_SIZE. You can check the scrip...
by Pada
Sat Oct 23, 2010 2:27 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 10.10 install script with x264 support
Replies: 34
Views: 47659

martymoose: thanks

Install "coreutils" and see if that bottom part of the script works.

Could you perhaps tell me what version of Linux you tried it on?
Also: did you update all the packages before running the script of mine?
by Pada
Sat Oct 23, 2010 8:07 am
Forum: ZoneMinder Hints & Tips
Topic: Output h264 videos
Replies: 3
Views: 7173

I wrote a guide for installing ZM on Ubuntu 10 with x264 this morning and I have managed to output a video in x264 format. What I haven't managed yet is to do a live stream in x264 format. The ffmpeg output options that I've used was "-vpre medium -vpre main -r 25 -b 150000 -crf 17 -f asf"...