Errors related to applications, code (PHP, Ruby, etc.), hardware, drivers, etc.
I am fairly new to TokuDB but so far I am impressed with the compression it provides to the data stored within. One of my clients has a ton of data that is constantly growing and thus TokuDB made a lot of sense for the solution that was created. While becoming more familiar with this…
While working on an upcoming article for QD I ran into an issue with the dnsenum.pl Perl script. I followed the process of installing the optional Perl modules and when I went back to test dnsenum it would no longer return any IP addresses. Instead of dnsenum returning actual IP addresses it was returning odd…
I downloaded My Backup Pro to use as a secondary backup on my Google Nexus 7 device which is running Android 4.2. When attempting to configure the the email address and password associated to the My Backup Pro account it continued to reject the information I was providing. Initially I thought the password must be…
I have been working with some older versions of Windows 2000 lately including Windows 2000 SP2 or Service Pack 2. On this version of Windows 2000 SP2 the version of Internet Explorer or IE is 5.00.3315.1000 which is completely outdated. I doubt that many others will be running into Runtime Errors however it is possible…
Earlier today I was troubleshooting NFS or Network File System issues on a Ubuntu Linux server and ran into some specific errors. Luckily the errors were easily resolved by restarting portmap on the server. Below I show the error output on the server end in more detail, how to resolve the issue, and testing the…
If you are attempting to FTP to a server running vsftpd as its FTP daemon you will be refused if this is a default vsftpd installation. It is strongly recommended to not allow root access to FTP because of security concerns which would provide the ftp user access to destroy anything on the server running…
While doing some testing this evening I ran into all sorts of errors when attempting to compile a new version of btscanner on Backtrack Linux 5 R3. Luckily it is super easy to resolve the error complaining about an unrecognized command named -Wimplicit-function-dec. This error will display when attempting to run “make” against an already configured…
While compiling some earlier versions of bluez, which provides support for core bluetooth layers and protocols, I ran into a minor error. The error complained about no check being available. Read below to see the initial error when running ./configure and how to install the check package to resolve the errors. Installing the check package…
While troubleshooting some issues with pwntcha which is installed by default on Backtrack Linux version 5 R3 I received some errors compiling pwntcha from source. The Imlib2 development files need to be installed before compiling pwntcha from source on Backtrack Linux 5 R3 or Ubuntu 10.04. Below I provide the output from the pwntcha compile…