ZM-1.21.3-1 Fedora Core 3 Rpm up for test!
ZM-1.21.3-1 Fedora Core 3 Rpm up for test!
The Fedora Core 3 ZM-1.21.3-1 is on the ftp
ftp://download.computerntelecom.com/pub ... 3/testing/
Any problems with the RPM please post them here in this thread.
I just finnished the build so I would be just loading it on my server as your reading this.
Really it's not much differant than the 1.21.2-3.4 that is there now and ready to goto the YUM server (that is soon as I sign the packages ).
Please let me know if you incounter any problems so I can get them fixed.
This also includes a script that checks for the proper symlinks for the events so if you had a monitor or few that could not export the video, this will fix it.
Regards,
Cordel
ftp://download.computerntelecom.com/pub ... 3/testing/
Any problems with the RPM please post them here in this thread.
I just finnished the build so I would be just loading it on my server as your reading this.
Really it's not much differant than the 1.21.2-3.4 that is there now and ready to goto the YUM server (that is soon as I sign the packages ).
Please let me know if you incounter any problems so I can get them fixed.
This also includes a script that checks for the proper symlinks for the events so if you had a monitor or few that could not export the video, this will fix it.
Regards,
Cordel
Last edited by cordel on Fri Jul 15, 2005 1:11 pm, edited 1 time in total.
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
ThanK You both, But this is just what I can do to help. I know Ross and I enjoy it.
On another note so far I've encountered no problems with the RPM. I haven't had a chance to test everything, but so far no problems. I don't have X10 or any PTZ Cameras so some one else will need to let me know how that works out. As always after a week and if there are no major issues I'll put this up on the YUM server so those of you that have that set to update automaticly will see it in about a week.
Regards,
Cordel
On another note so far I've encountered no problems with the RPM. I haven't had a chance to test everything, but so far no problems. I don't have X10 or any PTZ Cameras so some one else will need to let me know how that works out. As always after a week and if there are no major issues I'll put this up on the YUM server so those of you that have that set to update automaticly will see it in about a week.
Regards,
Cordel
If you mean to install the update, here what you do. Download the RPM(s)
wget ftp://download.computerntelecom.com/pub ... t.i386.rpm
and run this:
rpm -Uvh /path/to/rpm/zm-1.21.3-1.0_FC3.root.i386.rpm
Break down of the swithes:
-U update
v verbose (more detailed output)
h display hash progress bars
Just for those that may not know
Regards,
Cordel
PS I forgot, for those that don't already know the X10 script is seperated from the package to reduce the dependancies. If you want X10 support you need to download/update that as well an is in the same directory zm-x10.
wget ftp://download.computerntelecom.com/pub ... t.i386.rpm
and run this:
rpm -Uvh /path/to/rpm/zm-1.21.3-1.0_FC3.root.i386.rpm
Break down of the swithes:
-U update
v verbose (more detailed output)
h display hash progress bars
Just for those that may not know
Regards,
Cordel
PS I forgot, for those that don't already know the X10 script is seperated from the package to reduce the dependancies. If you want X10 support you need to download/update that as well an is in the same directory zm-x10.
Last edited by cordel on Fri Jul 15, 2005 7:12 am, edited 1 time in total.
Darn James I forgot to ask if that was Fedora or Mandrake. You can use wget to retreive the Mandrake RPM as well.
wget http://www.elltel.net/melins/mdk_10.1/R ... 1.i586.rpm
Regards,
Cordel
wget http://www.elltel.net/melins/mdk_10.1/R ... 1.i586.rpm
Regards,
Cordel
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
I added log rotation in the previous rpm release for Fedora core. It will more likely follow in Mandrake once I finnish up some stuff for Ross.
Logrotate is a service that is part of the distro normaly. It takes the logs and renames them like zmdc.log, zmdc.log.1, zmdc.log.2, etc... on a schedule.
So every week zmdc.log gets rotated up (weeks 1 to 4) and this help to keep log sizes down. So if something happened last week that I need to check out I would look in zmdc.log.1 or 3 weeks ago zmdc.log.3.
Regards,
Cordel
Logrotate is a service that is part of the distro normaly. It takes the logs and renames them like zmdc.log, zmdc.log.1, zmdc.log.2, etc... on a schedule.
So every week zmdc.log gets rotated up (weeks 1 to 4) and this help to keep log sizes down. So if something happened last week that I need to check out I would look in zmdc.log.1 or 3 weeks ago zmdc.log.3.
Regards,
Cordel
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
How big the logs can be vari on if what you have your debug levels set to. If you have Errors then they can grow faster. Also alert and alarm stages may be added in to the logs.( usualy in the messages log). So it can depend on how much activity as well. For example right now the modem at my remote location is on the fritz again so every 4 minutes or so two lines are added to my zmdc.log. With this rotation the largest log I have is 200kB So this keeps things pretty tidey.
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK