-
Recent Posts
- aws cli error: AWSHTTPSConnection object Failed to establish a new connection: [Errno -2] Name or service not known’,))
- VSFtpd: Errors with new users (on Ubuntu)
- Centos: No package libssl-dev available
- Best ETH pool March 2018? Mining Pool Hub vs Nanopool vs Ethermine
- error while loading shared libraries: libcudart.so.9.1: cannot open shared object file: No such file or directory
Recent Comments
Archives
- April 2019
- March 2019
- November 2018
- March 2018
- February 2018
- January 2018
- December 2017
- August 2017
- June 2017
- March 2017
- June 2016
- August 2015
- July 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
Categories
Meta
-
Recent Posts
- aws cli error: AWSHTTPSConnection object Failed to establish a new connection: [Errno -2] Name or service not known’,))
- VSFtpd: Errors with new users (on Ubuntu)
- Centos: No package libssl-dev available
- Best ETH pool March 2018? Mining Pool Hub vs Nanopool vs Ethermine
- error while loading shared libraries: libcudart.so.9.1: cannot open shared object file: No such file or directory
Recent Comments
Archives
- April 2019
- March 2019
- November 2018
- March 2018
- February 2018
- January 2018
- December 2017
- August 2017
- June 2017
- March 2017
- June 2016
- August 2015
- July 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
Categories
Meta
Category Archives: Uncategorized
View and Delete Qmail Queue
I was having some trouble with spam bounce backs clogging up a Qmail server by getting stuck in the queue for days. This page has some good solutions for handling it. I used qmhandle to view the queues and make … Continue reading
Posted in Uncategorized
Leave a comment
ModPagespeed Virtual host configuration
It seems the document for vhost config left out the line for ModPagespeedGeneratedFilePrefix because when I copied them I got this error: mod_pagespeed is enabled. The following directives must not be NULL\nModPagespeedFileCachePath=/var/cache/mod_pagespeed/\nModPagespeedGeneratedFilePrefix= Configuration Failed This is what I used and … Continue reading
Posted in Uncategorized
1 Comment
/usr/bin/ld: cannot find -lltdl
while compiling Imagemagick on a recent version of CentOS, I saw the subject error (during “make install” to be precise) This seems to be the solution: yum install libtool-ltdl-devel
Posted in Uncategorized
Leave a comment
Horde Sesha Error
Tried installing Horde’s sesha (version 1.0.0beta1) on CentOS and only saw this: Fatal error: Call to undefined method Horde_Util::addParameter() in /var/raid/www/horde/sesha/lib/View/List.php on line 96 To fix change Horde_Util::addParameter to Horde_Url:add in several places next error: Fatal error: Call to undefined … Continue reading
Posted in Uncategorized
2 Comments
Resolved: HORDE: [horde] Class Horde_Routes_Mapper does not exist
Trying to install nag on horde 5 in CentOS, kept getting the subject message, to fix: pear install horde/Horde_Routes-beta
Posted in Uncategorized
Leave a comment
rpm -e specifies multiple packages
I had this problem with libxml2 on CentOS 5, turns out a version for both arch’s was installed, this post solved it for me Running into this? bash$ sudo rpm -e zlib-devel error: “zlib-devel” specifies multiple packages This is because … Continue reading
Posted in Uncategorized
Leave a comment
how to migrate qmailadmin
I was trying to migrate a vpopmail / mysql installation to a new system and the users could not log in through qmailadmin. This post has the solution make sure to copy the contents of /var/qmail/control/* and /var/qmail/users/assign to the … Continue reading
Posted in Uncategorized
Leave a comment
Solved: Error compiling httpd-2.2.23: byterange_filter.c:(.text+0x12c1): undefined reference to `apr_array_clear’
modules/http/.libs/libmod_http.a(byterange_filter.o): In function `ap_set_byterange’: byterange_filter.c:(.text+0x12c1): undefined reference to `apr_array_clear’ collect2: ld returned 1 exit status Solution: Add this to the configure command: –with-included-apr with compliments and kind regards to Stefan for providing this solution
Posted in Uncategorized
Leave a comment
SNMP can’t get ifspeed on vmWare virtual
trying to set up SNMP on some virtuals for running mrtg graphs. Some of them weren’t working; the mrtg config file has this message: > ### The following interface is commented out because: > ### * has no ifSpeed property … Continue reading
Posted in Uncategorized
1 Comment
Install SNMP on CentOS
This works for me on CentOS 5.8 You will want to do the following as root: yum install net-snmp Then you will want to edit /etc/snmp/snmpd.conf to configure the service. So that the service will start on boot, you will … Continue reading
Posted in Uncategorized
Leave a comment