Categories
everyday life

Is that a bug?

After I updated “Apache, Perl, Mysql, and ImageMagick” last time, I have had errors “defined(%hash) is deprecated at ./lib/./lib/jcode.pl line xxx” and “(Maybe you should just omit the defined()?)” on the Apache error.log.

Though I thought it depends on the Perl’s version, I felt some strange because I could not find any information on the net. But tonight I found out the below finally.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6392

So, I changed two lines of jcode.pl.
Line 684    &init_z2h_euc unless defined %z2h_euc;
                                   —–>>     &init_z2h_euc unless %z2h_euc;
Line 693    &init_z2h_sjis unless defined %z2h_sjis;
                                   —–>>      &init_z2h_sjis unless %z2h_sjis;

I also did DBD.pm and Maketext.pm.
Line 14     unless (defined %{“${subclass}::”}) {
                                   —–>>      unless (%{“${subclass}::”}) {
Line 404   if defined(%{$module . ‘::Lexicon’}) or defined(@{$module . ‘::ISA’});
                                   —–>>      if (%{$module . ‘::Lexicon’}) or (@{$module . ‘::ISA’});

These had no problems with the old perl, but the new one might become strict about them.

Categories
everyday life

ArgoSoft MailServer(Freeware) —->> XMailServer

   I have always wanted to change my Mail Server because ArgoSoft MailServer(Freeware) which I use became an old-fashioned one. The old-fashioned means unsafe about its security. On 13th Sep, I had a large number of “Requested POP3 connection from xxx.xxx.xxx.xxx” on the log file again. All of them failed to request because of using wrong password, but ArgoSoft MailServer(Freeware) is too undefended for it. I want some weapons. Besides, I’d like to learn about “SSL/TLS” and “port25 blocking” ……

   So, I’ve installed “XMailServer” today. If you need more details, please have a look below.
   ArgoSoft MailServer(Freeware)からXMailServerへ。

Categories
everyday life

The blog preferences.

I’ve changed one of this blog preferences.
From “to accept trackbacks” to “to deny trackbacks”.

Because spams are very annoying.

Categories
translation

Rakushō no Goku #11

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
everyday life

Update #11.

httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi
    ————> httpd-2.2.16-win32-x86-openssl-0.9.8o.msi
ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi
    ————> ActivePerl-5.12.1.1201-MSWin32-x86-292674.msi
mysql-essential-5.1.48-win32.msi
    ————> mysql-essential-5.1.50-win32.msi
phpMyAdmin-3.3.4-english.zip
    ————> phpMyAdmin-3.3.6-english.zip
ImageMagick-6.6.3-0-Q16-windows-dll.exe
    ————> ImageMagick-6.6.3-9-Q16-windows-dll.exe

Categories
everyday life

Long time no see.

It’s been more than 1 month since I last wrote. How have you been, guys?

Recently, I stuck to succeed in “On-access scan by DazukoFS+ClamAV on Lucid Puppy”. 新・懸案のLoox(DazokoFS+ClamAV+HAVP on LuPu)。 It was very hard work, but I made it on 16th Aug.

Then, I tried my translation. These days, I work slowly. The reason why not only I’m busy but also the story is depressing. Even so, I’m driving myself hard. Finally, I can upload a part of my translation today. (clap^3)

Categories
translation

Rakushō no Goku #10

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
everyday life

Update #10.

  Recently, I’m very busy. But, today, I finally updated my server env.

php-5.3.2-Win32-VC6-x86.zip
    ————> php-5.3.3-Win32-VC6-x86.zip
mysql-essential-5.1.46-win32.msi
    ————> mysql-essential-5.1.48-win32.msi
phpMyAdmin-3.3.3-english.zip
    ————> phpMyAdmin-3.3.4-english.zip
ImageMagick-6.6.1-7-Q16-windows-dll.exe
    ————> ImageMagick-6.6.3-0-Q16-windows-dll.exe

   Though I know ActivePerl-5.12.1.1201-MSWin32-x86-292674.msi was already released, I can’t use it because the new ImageMagick still requires the old Perl.

Edit:
   Yesterday, I forgot two things about the file “php.ini”.

  1. To remove “;” from the line “;extension=php_mysql.dll”.
  2. To define the default timezone.

So I fix them today.

Categories
translation

Rakushō no Goku #9

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
everyday life

Update #9.

   On May 11th, Movable Type 5.02 was released and contains fixes for a number of issues including one security vulnerability. They highly recommend for users to upgrade MT. So, I did. And I used this opportunity to some updates, too.

MTOS-5.01-en.zip
    ————-> MTOS-5.02-en.zip
mysql-essential-5.1.45-win32.msi
    ————> mysql-essential-5.1.46-win32.msi
phpMyAdmin-3.3.2-english.zip
    ————> phpMyAdmin-3.3.3-english.zip
ImageMagick-6.5.9-4-Q16-windows-dll.exe
    ————> ImageMagick-6.6.1-7-Q16-windows-dll.exe

   This time, I have no trouble even about ImageMagick.

   After that, I feel some quicker about MT response. And suddenly, Crypt-DSA becomes working well on MT. Why?