Posted by TechFiz on August 25, 2010
Read Kannada Weekly Sudha (www.sudhaezine.com) through a simple plug-in built by Sunil Jayaprakash. Its new version has been made available with this article. Download it and use it today! Few advantages of this plugin are: * Ease of use – All the technical details are abstracted. Just click the page you want to read and [...]
Posted by TechFiz on August 19, 2010
After installing CDP agent on a debian server, I started getting following error while I tried installing kernel modules using r1soft-cki . Error is as follows: relocation error: /lib/libnss_files.so.2: symbol \__rawmemchr, version GLIBC_2.2.5 \ not defined in file libc.so.6 with link time reference Cause: This is caused by a GLIBC version mis-match. The version of [...]
Posted by TechFiz on August 12, 2010
Not liking the following error while doing SVN commit? svn: Commit failed (details follow): svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the –message (-m) or –file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no ‘editor-cmd’ run-time [...]
Posted by TechFiz on July 29, 2010
Okay, without discussing much of the technicalities behind this hack, I shall give you the steps to go ahead and get photon+ working on your machines. Step 1: Insert Photo+ onto your USB slot Step 2: Check for the product and vendor id using lsusb and keep a note # lsusb Bus 006 Device 007: [...]
Posted by TechFiz on July 4, 2010
Found a Broadcom wifi card facing problems after 2.6.31-20-generic-pae kernel upgrade on Ubuntu 10.04 (Dell Inspiron with a i3 processor) Trying to activate the driver via the System -> Administration -> Hardware Drivers -> enable the Broadcom STA proprietary wireless driver route failed with an error in /var/log/jockey.log WARNING: modinfo for module wl failed: ERROR: [...]
Posted by TechFiz on July 4, 2010
To get your OpenManage installation working on a DELL Server installed with Citrix XEN Server, add following IPTABLES rules: INPUT Table -A INPUT -p tcp -m tcp –dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp –dport 1311 -j ACCEPT -A INPUT -p tcp -m tcp –dport 5666 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp [...]