Stuff…

I know I will forget.

Stuff… header image 4

Entries Tagged as 'Linux'

Regenerating plesk webstats

March 19th, 2010 · No Comments

Had a problem with webstats on some sites after migrating the sites from a Linux Plesk 8.x server to a Linux Plesk 9.x server.
First problem was it appears that a plesk-stat directory was in the httpdocs directory and empty, which, caused a problem for some reason.  Deleted this and re-ran the stats program which seemed [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

Error installing Plesk 9.3 on CentOS 5.4

March 17th, 2010 · No Comments

Was trying to install Plesk 9.3 onto CentOS 5.4.  Apparently you’re not meant to run “yum upgrade” and install all the latest packages on the system before running the Plesk installer as it breaks it.
The error we received was:
ERROR: Unable to install the “psa-9.3.0-cos5.build93091230.06.x86_64″ package
Not all packages were installed.
Please, contact product technical support.

Not a very [...]

[Read more →]

Tags: Control Panels · Linux · Operating System

Deleting the postfix defer and deferred queues

March 16th, 2010 · No Comments

The /var/spool/postfix/defer and /var/spool/postfix/deferred queues had gone crazy on a server and was filling up the log files with rubbish.  Needed to delete the defer and deferred queues.
postsuper -d ALL defer
postsuper -d ALL deferred
Did the trick nicely.  postsuper(1) appears to be quite helpful for this.

[Read more →]

Tags: Linux · Operating System · Protocols · SMTP

rpm hanging on centos 5.4

March 12th, 2010 · No Comments

Any RPM and yum commands were hanging for me.  Turns out that the following will help this:
rm -f /var/lib/rpm/__db.* ; rpm –rebuilddb

[Read more →]

Tags: Linux · Operating System

Ubuntu 9.10 installation problem with partitioning

March 11th, 2010 · No Comments

Whilst trying to install Ubuntu 9.10 on an old Dell Dimension 1100 the Ubuntu installer would start up and once it got to the stage to do the partitioning parted would error.  parted reported to check /var/log/syslog for more information.
The error was along the lines of:
Ubiquity: parted_server error while loading shared libraries /lib/libparted-1.8.so.12
Thinking that the [...]

[Read more →]

Tags: GUI · Linux · Operating System