Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

Entries from September 2009

Drupal Watchdog Error

September 22nd, 2009 · No Comments

One of our Drupal sites suddenly had this “blank page” problem after user login.  So we turned on the PHP’s error reporting and got the “allowed memory size of xxx bytes exhausted” error.  Usually this error is caused by memory limit for PHP so you just need to increase it from your php.ini file or [...]

[Read more →]

Tags: Installation

Iframe injection attack investigation

September 21st, 2009 · 5 Comments

The whole hidden IFRAME vulnerability has been going on for some time, only a few of our client have been effected by this. The net is still buzzing with this issue and while some are saying that the injection are results of php insecurities, mysql injection or cross site scripting, while others point to key [...]

[Read more →]

Tags: Security · hosting

HowTo display PHP errors when you don’t have access to php.ini

September 15th, 2009 · 1 Comment

If you are using a shared server, or just have a limited account on your company servers, you might not have access to your php configuration file php.ini (this is usually found under /etc/php.ini in rhel/centos and /etc/php5/apache2/php.ini in debian/ubuntu). Still, in many situations it might be needed to enable php errors in the browser [...]

[Read more →]

Tags: CLI · Centos · Debian · HowTo · Tips and Tricks · sysadmin

hpacucli: error while loading shared libraries: libstdc++-libc6.2-2.so.3

September 14th, 2009 · 2 Comments

Problem: I got this error when installing hpacucli on Lenny and i can’t find it on my default repo.  Others have similar problem.
Solution: I just installed a package directly from packages.debian.org and this worked fine for my hpacucli in Lenny.
Any idea why this library is not included anymore?

[Read more →]

Tags: Debian · Installation

Google webmail bites it.

September 1st, 2009 · No Comments

Google webmail is down people…
However mail can be retrieved and sent via IMAP/POP and SMTP. Fire up your favourite email client (I like Mozilla Thunderbird) in the meantime.

[Read more →]

Tags: News

CentOS 4.8 finally released!

September 1st, 2009 · No Comments

After a long development time, Centos 4.8 was finally released on the 21st August. This is a good thing that after the latest problems between the centos developers, they were able to pull this out finally and now be able to focus on the upcoming 5.4 release.
There are no major changes in this update, mostly [...]

[Read more →]

Tags: Centos · Security · sysadmin