Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Would I have any luck trying to install Zoneminder on my fun_plug enabled DNS-325, or would I be wasting my time? Mind you, I am no linux expert, but I could handle the basic stuff.
Thanks !
Offline
Hello, Norad.
It has been asked before (here), but no one answered. ZoneMinder is available as package in Debian Squeeze, though, and you can install it (sort of - it's a chroot environment) on your DNS-325.
Hope it helps
Last edited by baltzatu (2013-10-16 09:09:09)
Offline
Thanks baltzatu
I installed debian squeeze, seems to be working ok. However, when i try to run apt-get install zoneminder, I get 404 errors for most of the files.
for example, one of the errors is: Failed to fetch http://ftp.ca.debian.org/debian/pool/ma … -2_all.deb 404 Not Found [IP: 24.215.0.24 80]
most of the errors are like this. I tried browsing around the debian ftp server and noticed that these files indeeddo no exist. There are however newer versions with different file names, hence the apt-get errors.
How can I fix this?
Offline
Have you already run
apt-get update
Offline
nope... doing that now
Offline
OK updated apt-get, running zoneminder installa again and evrything seems to be working fine now... still installing though
Offline
got some errors at the end
dpkg: dependency problems prevent configuration of zoneminder:
zoneminder depends on mysql-server; however:
Package mysql-server is not configured yet.
Package mysql-server-5.1 which provides mysql-server is not configured yet.
dpkg: error processing zoneminder (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
Errors were encountered while processing:
mysql-server-5.1
mysql-server
zoneminder
Offline
Sorry for missing the replies. Busy days, you know.
Try running
apt-get -f install
It should fix the missing dependencies.
Before running the command, it's a good idea to choose a Debian mirror closer yo you. Edit sources.list and replace ".ca." with your country code - hopefully, it's here :
nano /etc/apt/sources.list
(Ctrl+o and Enter to save, Ctrl+x to exit).
Good luck!
Last edited by baltzatu (2013-10-19 13:16:49)
Offline
Ok, Debian installed (mysql was complaining because of a configuration error). I now have Zoneminder installed and running! Later today i will try to configure it and share my experience!
Thanks baltzatu for the help!
Offline
You're welcome. Glad I could help
Offline