Search found 851 matches

by rdmelin
Sat Mar 06, 2010 3:08 pm
Forum: ZoneMinder Distributions
Topic: ZMLarch MySQL root password?
Replies: 18
Views: 17178

So, yes I want to connect with root remotely to admin the MySQL server. I have already commented out the "skip networking" line and it did not help. I'm getting a "not allowed to connect" message.
And you set a password for mysql user "root"?
by rdmelin
Sat Mar 06, 2010 3:06 pm
Forum: ZoneMinder Distributions
Topic: ZMLArch pacman -S file fails, files not found, Need guidance
Replies: 4
Views: 3955

pacman -Sy will update the pacman db. As you have probably already discovered upgrading the whole system is not a good idea since it will break zoneminder. But you will probably be OK just adding a few packages. Look cosely at what pacman wants to pull in as dependancies. If there is something that ...
by rdmelin
Sat Mar 06, 2010 2:33 am
Forum: ZoneMinder Distributions
Topic: ZMLarch MySQL root password?
Replies: 18
Views: 17178

There is no password set for mysql user "root", so you can set your own. If you launch firefox in zmlarch the homepage document tells you this. To connect remotely you will need to comment the the line that says "skip networking" in /etc/my.cnf and then restart mysqld. Are you su...
by rdmelin
Mon Nov 23, 2009 3:04 am
Forum: ZoneMinder Distributions
Topic: ZMLArch system password
Replies: 4
Views: 5437

There are no passwords set for user or root. Set one for root with "sudo passwd"
Set one for user with "sudo passwd user"
by rdmelin
Mon Nov 02, 2009 4:11 am
Forum: ZoneMinder Distributions
Topic: Upgrade zmarch to svn useing AUR
Replies: 9
Views: 7109

==> ERROR: Integrity checks are missing.
New feature of makepkg :)

Do this
makepkg -g >>PKGBUILD && makepkg

I haven't tried building from an up to date system for awhile though. There may be some other issues. Let me know how it goes.
by rdmelin
Sat Oct 03, 2009 3:08 am
Forum: ZoneMinder Distributions
Topic: It kills the network connection too
Replies: 3
Views: 3154

I think you have a couple of probably unrelated things going on here. The choice of shared or mapped memory is made at compile time, and I opted for shared so that user maciekc's Raw Stream Viewer could be used. http://www.zoneminder.com/forums/viewtopic.php?t=5600 These errors are caused by the web...
by rdmelin
Sat Sep 26, 2009 12:46 am
Forum: ZoneMinder Distributions
Topic: ZMLarch_1.24.1-4.iso changelog
Replies: 17
Views: 14650

Sorry, this should be better documented. As with previous "ZMliveCD" installations the recommended partitions scheme is a small (~3GB) / partition, a swap partition id desired, and the rest mounted under /var. This way logging gone wild from debug settings, misconfigured purge filter, pack...
by rdmelin
Sun Aug 16, 2009 12:38 am
Forum: ZoneMinder Distributions
Topic: ZMLarch_1.24.1-4.iso changelog
Replies: 17
Views: 14650

Yes, comment out that line and uncomment the one below it.
#c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
Or you can edit /home/user/.bash_profile and remove the lines that start X.
by rdmelin
Fri Aug 14, 2009 12:33 am
Forum: ZoneMinder Distributions
Topic: ZMLArch HDD install fails
Replies: 6
Views: 5565

Is it a problem that it's a SCSI drive? RAID5 actually
HP SmartArray hardware raid controller. The larchin installer doesn't recognize it (yet). If you have any luck hacking it you could let us know what you did :)
by rdmelin
Thu Aug 13, 2009 2:03 pm
Forum: ZoneMinder Distributions
Topic: ZMLArch HDD install fails
Replies: 6
Views: 5565

Please try running the installer from a terminal with root privs.
'sudo /opt/larchin/run/larchin.py'

I think I had had hacked the .desktop link to use sudo but maybe it has overwritten by the last update. I'll investigate further when I get a little time.
by rdmelin
Sun Aug 02, 2009 3:52 am
Forum: ZoneMinder Distributions
Topic: ZMLiveCD 1.22.3 (Mandriva 2007.0) - Updates?
Replies: 1
Views: 2634

It will break :(

It's not practical to try to update. Best to install fresh with an up to date OS. You can try my archlinux based ZMlarch or there are a couple of ubuntu based installers. There are also ubuntu and suse packages.
by rdmelin
Sun Jul 19, 2009 10:47 pm
Forum: ZoneMinder Distributions
Topic: zmu command not found
Replies: 1
Views: 2208

sudo /usr/lib/zm/bin/zmu -d
by rdmelin
Sat Jul 18, 2009 10:01 pm
Forum: ZoneMinder Distributions
Topic: After Installing ZMLARCH to Hard drive, ZMCONSOLE not Workin
Replies: 7
Views: 5696

but i am getting an error- "/var/lib/mysql/zmhost.err"
Where are you seeing this error?
by rdmelin
Mon Jul 13, 2009 7:40 pm
Forum: ZoneMinder 1.24.x
Topic: ZoneMinder with Ubuntu 9.04 and QuickCam® Pro 9000
Replies: 5
Views: 4822

This forum is for v1.24.x, but the solution is probably the same with 1.23.3 From this thread, try azir's hack: http://www.zoneminder.com/forums/viewtopic.php?p=53462#53462 gspca kernel module supports many usb web cams, but sometimes it need help of libv4l2, try preload libv4l within zmdc.pl script...
by rdmelin
Sat Jul 11, 2009 1:57 pm
Forum: ZoneMinder Distributions
Topic: ZMLarch_1.24.1-4.iso changelog
Replies: 17
Views: 14650

I need to put something in the wiki on this. In effort to keep the system light ZMLarch doesn't use a display manager (typical runlevel 5). It's set up like this: /etc/inittab runs autologin for 'user' /home/user/.bash_profile starts X So you can edit either of those to change the behavior. And than...