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 Tagged as 'Centos'

Mail Relay Issue on Cpanel Server

February 16th, 2010 · No Comments

I noticed lots of email being relayed on one of our shared hosting server, CentOS5 with Cpanel and running Exim, and the strange thing is that the email server (MX) for these accounts are pointing to Google (GoogleApps), and we have correct entries for localdomains and remotedomains for these account. The relayers (‘From’ server/address) [...]

[Read more →]

Tags: Centos · Security · hosting · sysadmin

CentOS 5.4 released

November 3rd, 2009 · 5 Comments

Almost two months after RHEL5.4, Centos 5.4 was released on the 21st October. This version includes various changes into the virtualization field and it includes support for KVM (kernel-based virtual machine) hypervisor and the Xen hypervisor.
Also this release features many bug fixes and security updates, and should be an easy upgrade for users running centos5.x:
yum [...]

[Read more →]

Tags: Centos

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

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

Task on Amazon EBS on CentOS AMI

July 29th, 2009 · No Comments

This is my second activity on using AWS – this time the use of EBS.
Objectives:

Format a new EBS (10GB) and mount it on a running instance of private AMI (created on first activity – add link/ref to old post)
Setup a MySQL server with the datastore on EBS partition
Setup the partition(EBS) to start [...]

[Read more →]

Tags: Centos · HowTo · cloud computing

Waiting for SSH login prompt

July 20th, 2009 · No Comments

Are you often waiting over 1 minute to get a ssh prompt? This can be caused by several things however more often then not is a missing PTR record for server address and enabled GSSAPIAuthentication in ssh_config. GSSAPIAuthentiction is Kerberos 5 centralized authentication/authorization mechanism that relies on resolving a hostname for proper operation, when it [...]

[Read more →]

Tags: Centos · HowTo · Security · sysadmin

My First Amazon EC2 Setup (CentOS AMI)

June 29th, 2009 · No Comments

Here’s my first try working with Amazon Web Services. Covered tasks are the following:
- getting familiar with AWS, specially EC2 and S3.
- working with EC2 instance using CentOS image – search, start/stop, and do some customization of an instance
- create AMIs (private) and start instance from it.
- S3 buckets – upload files.
I based my [...]

[Read more →]

Tags: Centos · HowTo · Storage · cloud computing

Moving Drupal / Civicrm Sites

June 29th, 2009 · No Comments

In this guide i will provide the steps in moving Drupal sites with CiviCRM – with Drupal and CiviCRM in one or separate databases. I will outline the steps and sample commands but won’t give much details, so feel free to ask if you need any clarifications. Also, refer to my previous guide [...]

[Read more →]

Tags: Centos · HowTo · Storage · cloud computing

Install GNUPG PHP extension in Cpanel

May 21st, 2009 · No Comments

Here’s my quick howto on installing GNUPG PHP Pecl extension (pecl docs) in Cpanel. Please note that this covers only the installation process and no further details on setting up gpg keys or using the function with extension or sample PHP scripts.
Installation process is very straightforward provided you met the requirements like php-pear, gnupg, [...]

[Read more →]

Tags: Centos · Installation · cpanel

rhel/centos x86_64 and i386 packages mess…

May 19th, 2009 · 2 Comments

Anyone running centos/rhel x86_64 systems has probably noticed that redhat has a strange way to install a mix of i386 and x86_64 rpms on such a systems. This is how redhat is using the 64bit architecture in a mixed way to be able to support also i386 applications. This is completely different from how for [...]

[Read more →]

Tags: CLI · Centos · sysadmin