-
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
asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm
A process using curl (rtorrent) was giving the subject error after the remote system updated their secure cert from SHA1 to SHA256. this page provides an answer; openssl needs to be updated: “It requires at least OpenSSL 0.9.8o for a … Continue reading
Posted in Uncategorized
Leave a comment
Windows 7 PC can’t access Samba Share
In the local network, we have a samba share that doesn’t require a password. Most computers can access this share without any trouble. For some reason a new machine running Windows 7 Professional can’t access it without seeing a login … Continue reading
Posted in Uncategorized
Leave a comment
Fix MySQL Replication: Could not parse relay log event entry. The possible reasons are:
After power failures, our MySQL slaves sometimes stop replicating. The error is: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’ on the binary log), … Continue reading
Posted in Uncategorized
Leave a comment
Apache Openssl Installation error
While trying to install openssl-1.0.0n and httpd-2.2.29, configure was giving an error like this: checking for SSL_set_cert_store… no configure: error: … Error, SSL/TLS libraries were missing or unusable make: *** No targets specified and no makefile found. Stop. make: *** … Continue reading
Posted in Uncategorized
Leave a comment
Getting Postfix to use /etc/hosts file
I have a mail server on a LAN and other servers on the same LAN have trouble sending to local addresses because they resolve the mail server to the public ip address but then can’t get there. To fix this, … Continue reading
Posted in Uncategorized
Leave a comment
How to Block all ports with Fail2ban
This was difficult to find so I’m noting it here for future reference. To block all ports with fail2ban, change the jail file’s port value to “0:65535” For example, here’s my SSH Jail file: [ssh-iptables] enabled = true filter = … Continue reading
Posted in Uncategorized
1 Comment
FAILED: Unable to obtain the IP address of the helper virtual machine
When converting a machine using the VMWare Standalone converter, I got the subject error. The process tries to find an ip address with DHCP but that’s not available on this network. The solution is to specify the ip address of … Continue reading
Posted in Uncategorized
Leave a comment
There is no /var/log/messages on Ubuntu server
On later versions of Ubuntu, the /var/log/messages is not on by default. Since I use it for some applications, here are the steps I used to enable it: Edit the file /etc/rsyslog.d/50-default.conf and uncomment the four lines: (starts at line … Continue reading
Posted in Uncategorized
Leave a comment
Troubleshoot Stunnel on PFSense
Replaced a linux router with pfsense to handle NAT. Before stunnel worked from a remote site to a port on the linux router that forwarded to an internal mysql server. Now I haven’t been able to get it working with … Continue reading
Posted in Uncategorized
Leave a comment
safari browser crashing consistently
Was trying to add some nifty jquery slider and all seemed great except safari on ipad was crashing consistently. This answer on StackOverflow was the key: Finally found it wasn’t the javascript or any weird characters, but the CSS -webkit-transform … Continue reading
Posted in Uncategorized
Leave a comment