Patchs before 1.5.100412

Some questions about managing server and products with artica.... Ask here...
First unread post • 10 posts • Page 1 of 1

Patchs before 1.5.100412

New postby admin » Mon Sep 19, 2011 3:59 pm

Usually there is a new release each month and nightly every time...
I'm currently working in the next Artica For Squid generation

Main features was :

Possibility to separate statistics to 2 servers.
Investigate about the next support of latest DansGuardian build.
Support new squid 3.2x branch
Rebuild interface in order to be more simple and more design under the squid section.

The currently work do many changes about the internal Artica structure.
Providing nightly build or release wihtout finishing this new structure will break current Artica production server.

SO instead providing nightly builds, i will post here patches according fixing bugs after the latest nightly build
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

patch 4626 (backup)

New postby admin » Mon Sep 19, 2011 4:08 pm

This patch:

Allow to remove old containers.
After apply this patch the backup tasks will try to keep 6 containers by default.

Backup mysql tables without need mysqlhotcopy
Before this patch, if mysqlhotcopy is not found, the task is stopped.
Some distributions did not install mysqlhotcopy (CentOS or OpenSuse)
if mysqlhotcopy is not found, the backup task will use mysqldump instead

Replace the content by extracting the tarball under /usr/share/artica-postfix

for this patch you must execute this command manually (pay attention of mysql administrator and password in this command)

Code: Select all
mysql -u root -ppassword --database=artica_backup -e 'CREATE TABLE IF NOT EXISTS `backup_storages` ( `taskid` int(10) NOT NULL,`zDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,`cnx_params` text NOT NULL,`size` int(100) NOT NULL,`ID` int(100) NOT NULL AUTO_INCREMENT,`zmd5` varchar(90) ,PRIMARY KEY (`ID`),UNIQUE KEY `zmd5` (`zmd5`),KEY `taskid` (`taskid`,`zDate`,`size`))'
Attachments
P-4626.tar.gz
(16.74 KiB) Downloaded 108 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4627 (dhcp)

New postby admin » Mon Sep 19, 2011 10:01 pm

Add possibility to refresh the DHCP status and restart the DHCPD service with one clik.
Add possibility to manually rescan the dhcpd-lease file trough the interface
.

Replace the content by extracting the tarball under /usr/share/artica-postfix
Attachments
2011-09-19_235823.png
2011-09-19_235823.png (77.44 KiB) Viewed 1335 times
2011-09-19_235849.png
2011-09-19_235849.png (59.09 KiB) Viewed 1335 times
P-4627.tar.gz
(55.34 KiB) Downloaded 88 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4628 (scheduled reboot)

New postby admin » Fri Sep 23, 2011 7:33 am

According this request : viewtopic.php?f=12&t=4641
This patch allow to set a schedule in order to automatically reboot the server.
2011-09-23_092852.png
2011-09-23_092852.png (98.08 KiB) Viewed 1317 times
Attachments
P-4628.tar.gz
(13.69 KiB) Downloaded 106 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4629 (postmaster auto-creation)

New postby admin » Fri Sep 23, 2011 8:03 am

According this request viewtopic.php?f=10&t=4637#p21337
When adding a new local domain trough organization , Artica add automatically a mailbox postmaster@domain.tld
and these aliases:
hostmaster@domain.tld
webmaster@domain.tld
abuse@domain.tld
Attachments
P-4629.tar.gz
(8.85 KiB) Downloaded 102 times
2011-09-23_100011.png
2011-09-23_100011.png (105.33 KiB) Viewed 1316 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4630 (clamd watchdog and graphs)

New postby admin » Fri Sep 23, 2011 9:15 am

According this request : viewtopic.php?f=12&t=4638

This patch allow to define a maximal memory consumption for clamd process.
If it exceed the value in MB, Artica will restart the clamd daemon automatically.

2011-09-23_111023.png
2011-09-23_111023.png (39.62 KiB) Viewed 1314 times



A new graph has been added in order to to display the memory consumption history for the current hour and the current day.
2011-09-23_111000.png
2011-09-23_111000.png (32.33 KiB) Viewed 1314 times



After apply this path do
Code: Select all
/etc/init.d/artica-postfix restart artica-status
Attachments
P-4630.tar.gz
(37.77 KiB) Downloaded 95 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

patch 4631 (FreeWebs Apache account)

New postby admin » Mon Sep 26, 2011 1:49 pm

This patch is designed for CentOS or any RedHat systems.
It seems that Artica has difficults to detect the original Apache Account and set sometimes a wrong one.

This patch allow to modify the service Account under FreeWebs global settings.
2011-09-26_154647.png
2011-09-26_154647.png (82.49 KiB) Viewed 1279 times
Attachments
P-4631.tar.gz
(33.86 KiB) Downloaded 91 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4632 (memory usage history)

New postby admin » Sat Oct 01, 2011 2:26 pm

This patch display a new graph that get memory consumption history on the server
2011-10-01_162053.png
2011-10-01_162053.png (69.54 KiB) Viewed 1242 times


When clicking on the graph a new page is displayed that allows to select the process in order to see it's memory consumption
2011-10-01_162127.png
2011-10-01_162127.png (37.81 KiB) Viewed 1242 times


After extracting the patch do
Code: Select all
/etc/init.d/artica-postfix restart artica-status


Need to wait at least 1 hour to display graphs...
Attachments
P-4632.tar.gz
(115.19 KiB) Downloaded 102 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4633 (relay access denied)

New postby admin » Sat Oct 01, 2011 5:24 pm

This patch fix a Fatal error when Artica try to compile mydestination table.
This behavior cause "relay access denied" issue.
It fix misconfiguration and especially disable spamassassin debug mode (enabled by default before this patch ) in order to not polluate the mail.log file.
Attachments
P-4633.tar.gz
(84.65 KiB) Downloaded 119 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Patch 4634 (Zarafa 7 disabled_features support)

New postby admin » Sun Oct 02, 2011 7:46 am

When using zarafa 7.x, a new feature called disabled_features has been added.
This feature allow to globally disabled IMAP or POP3 in order to enable these services for each user.
When upgrading from 6 to 7 current Artica version did not add disabled_features token in the main configuration file.
When disabled_features is not set, the Zarafa server understand that no feature is enabled.

This patch add this token to the server.cfg and allow administrator to globally disable IMAP or Pop3
2011-10-02_091949.png
2011-10-02_091949.png (85.2 KiB) Viewed 1230 times


and to enable services for each user.
2011-10-02_092040.png
2011-10-02_092040.png (84.08 KiB) Viewed 1230 times


After apply the patch do

Code: Select all
/etc/init.d/artica-postfix restart zarafa
Attachments
P-4634.tar.gz
(1.37 MiB) Downloaded 92 times
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France


10 posts • Page 1 of 1

Return to Management console

Who is online

Users browsing this forum: No registered users and 1 guest

cron