The _khAttAm_ blog

Sharing views and experiences

[SOLVED] Key Repeat Stopped Working, Problem In Ubuntu 10.04 Lucid Lynx Alpha 2

January31

I am using Ubuntu 10.04 Lucid Lynx Alpha 2 and when I updated today, when I held down a key, I did not get repeated keypresses as I would normally. I don’t know which update actually caused this, but it was due to some packages I upgraded recently (any ideas?).
I just went to Keyboard Preferences (System > Preferences > Keyboard) and checked “Key presses repeat when key is held down” but it still did not work, for some reason. Then, I just played around with the sliders (Delay and Speed) and it started working.
Finally, I typed in the Test Field and set the preferences to my taste.
I have written this just in case somebody does not figure this out themselves.
Hope this is helpful.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[SOLVED] VirtualBox, LTSP, “SMBus base address uninitialized – upgrade BIOS or use force_addr=0xaddr”

January30

As I have mentioned in the previous post, I was experimenting with LTSP on my Ubuntu 10.04 Lucid Lynx Alpha installation. I set up ltsp client and then created a diskless VirtualBox Virtual Machine with Network Boot as First Boot Option. I tried to boot it and it an error came up. It said:

1
SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr

and just froze there.
Since I have Core 2 Duo, I set up two processors in the System>Processor. I just set it back to one processor and despite of the error, the LTSP server booted successfully.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[SOLVED] LTSP, “error: LTSP client installation ended abnormally”

January30


I wanted to test ltsp in my Ubuntu 10.04 Lucid Lynx and installed ltsp-server-standalone. Then I set up ltsp-client by using

1
sudo ltsp-build-client

and despite of getting no error messages during installing and configuring, I got this error:

1
error: LTSP client installation ended abnormally

and it stopped. I searched around and found the solution here.
The solution was to use the following set of commands instead of sudo ltsp-build-client

1
2
3
sudo -s
su -
ltsp-build-client


This is probably a bug and hope it is fixed in the newer release.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock – open (11 Resource temporarily unavailable) Error

January28

I am using Ubuntu 10.04 Lucid Lynx Alpha and I encountered this while installing ltsp-server. The package being configured was ldm-server.

I was installing an application and Synaptic Package Manager just froze forever while configuring a package. I had to shut it down using sudo killall synaptic. Then, when I tried to launch t again, it would come up with “Unable to get Exclusive Lock” message. When I tried apt-get from Terminal, I got /var/lib/dpkg/lock – open (11 Resource temporarily unavailable). Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade

January17

I upgraded deluge recently to version 1.2.0 and then started it. The “Add Torrent” and several other options were greyed out and the torrents I was downloading were not there anymore. Here is how I got around the problem and how you can do it if you are facing the same.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

[HOWTO] Integrating newmat with Code::Blocks in Ubuntu

January7

Newmat is a matrix manipulation library for C++. It can be used with various C++ compilers.

Here we will go through how to use newmat with Code::Blocks in Ubuntu. I’m using Ubuntu 9.10 Karmic Koala with newmat 10 and Code::Blocks 8.02, however other versions may also work. Here is how you can do it. Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

[HOWTO] Hack/Cheat Cricket Master Blaster on Facebook

January6


I’ve been lately addicted to a facebook game called Cricket Master Blaster. It is a nice game.

There is a feature which allows players to send challanges to their friends. If someone sends you such a challange, you may want to win the challange by retrying again and again, but that is not allowed. You are allowed to accept only once and you have to make it the first time. However, the following hack will help you.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Online | 10 Comments »

100,000 Unique Visits

January4

This site has reached 100,000 unique visits. Thank you all the visitors and subscribers.
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Online | 1 Comment »

Install OpenShot in Ubuntu 9.10 Karmic Koala and Ubuntu 10.04 Lucid Lynx

January3

OpenShot is one of the best non-linear video editors coming up for Linux. You can install development version of OpenShot by adding ppa:openshot.developers/ppa to Synaptic>Settings>Repositories>Other Software>Add. Then, it can simply be installed from Synaptic Package Manager.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 2 Comments »

xVideoServiceThief – Youtube Video Downloader for Ubuntu Linux

December30


xVideoServiceThief is a Desktop based video downloader for Linux, Windows and Mac. It is capable of downloading videos from Youtube, Google, Yahoo and various other sites. You can even queue the videos and it downloads with resume support (if the server supports it). It can resume Youtube videos.

Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Linux | 3 Comments »
« Older EntriesNewer Entries »

Get Adobe Flash playerPlugin by khattam.info
Get Adobe Flash playerPlugin by wpburn.com wordpress themes