Usually on a primary nameserver for a number of domains, you shouldn’t be using the local nameserver for your DNS lookups. The reason for this is that if a domain is transferred away from the nameserver without your knowledge, any local lookups for that domain will continue …
I recently changed my server from CentOS 6 to CentOS 7 and in the process decided that to avoid having to upgrade everything later, installing PHP 7.2 before migrating the sites would be a better option than staying with the default PHP 5.4. This was a good idea - mostly. It …
I’ve been attempting to build all the dependencies for Dancer on CentOS 6.5 and things just kept going wrong. Several of the modules complained about needing perl >= 5.006 even though CentOS 6.5 comes with Perl 5.10.
[mockbuild@build6 ~]$ cpan2rpm Test::Simple -- …
I’ve just been building up a new server with CentOS 6.4 and noticed that cpan2rpm wouldn’t work for some Perl modules. The error you get is as follows.
Metadata retrieval Can't locate object method "interpolate" via package "Pod::Text" at …
A couple of friends mentioned they were having a look at http://www.digitalocean.com/ as a VPS provider so I thought I’d take a quick look myself. The signup process is painless, just an email address and a password required and you’re into a control panel that is …
I’m currently in the process of upgrading my old server to a nice new 64 bit CentOS 5 install and came across a few issues rebuilding some of the packages. In general I try not to use customised versions of packages since it makes updating the machine so much easier when …
After a recent upgrade of a server from CentOS 4.4 to 5.1 using yum, I ran into a bit of a problem with rpm. Pretty much any rpm command would result in the following error: rpmdb: Program version 4.3 doesn’t match environment version error: db4 error(-30974) from …
I’ve been trying to check for updates on one of my CentOS machines using yum and got the following error. root:~# yum upgrade Loading “installonlyn” plugin Options Error: bad marshal data
This assumes the following conditions:
the Linux gateway is forwards all outgoing traffic after rewriting the source address as the external IP (i.e NAT) the incoming policy is to drop all packets unless they’re related to an existing connection. Both clients are running …
The primary drive failed in one of my servers - luckily since it was using mirrored drives the system carried on running until I could get PoundHost to replace it. However, since it was the primary drive when it was replaced the system wouldn’t boot and they had to use a …