Stuff…

I know I will forget.

Stuff… header image 4

Entries from January 2010

Synology DS209+ m2ts indexing fixed and working

January 20th, 2010 · No Comments

Hopeful that m2ts had been fixed in the latest firmware for my DS209+ I upgraded it to firmware “DSM 2.2-0959; Build Date: 2009/11/13″ from the Synology site.  I hadn’t updated the system in a long time, infact, I hadn’t used the system a great deal after realising that m2ts indexing was broken and crashes the [...]

[Read more →]

Tags: Operating System

Change linux virtuozzo VE/CT quota via command line

January 13th, 2010 · No Comments

~]# vzquota show 102
vzquota : (warning) Quota is running, so data reported from quota file may not reflect current values
   resource          usage       softlimit      hardlimit    grace
  1k-blocks       95325856       104857600      104857600
     inodes         683893         2000000        2200000
 ~]# vzquota setlimit 102 -b 113246208 -B 113246208
 ~]# vzquota show 102
vzquota : (warning) Quota is running, so data reported from quota file may [...]

[Read more →]

Tags: Linux · Operating System · Uncategorized · Virtualisation

Adding IP address to Plesk control panel access list

January 11th, 2010 · No Comments

If you restrict IP access to the Plesk control panel and you try connecting from an IP address not in the accepted access list you will receive an error message along the lines of:
Error: Access for administrator from address ‘192.168.1.1′ is restricted in accordance with IP Access restriction policy currently applied.
If you can SSH into the [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

SpamAssassin rulebase bug – FH_DATE_PAST_20XX

January 5th, 2010 · No Comments

There is a bug in some older rulebase versions for spam assassin 3.x which will cause an extra 3.4 points to be added onto incoming mail which greatly increases the chances of the mail being marked as spam.
The rule “FH_DATE_PAST_20XX” checks to see if the email is from the future, however, since the new year [...]

[Read more →]

Tags: Networking · Protocols · SMTP