Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Thursday, April 11, 2013

Solution To waiting for jockey-backend for exit - ubuntu

Waiting for jockey-backend to exit

Problem: While Updating Packages,
                 i) Getting "Waiting for jockey-backend to exit" in Update Manager. &
                ii) Getting "Unable to get exclusive lock" , while updating using apt-get update
                iii) Updating Cache problem



What is jockey-backend ?
Jockey is a tool for installing third-party hardware drivers.

Jockey provides the infrastructure and the user interface for finding and installing third-party drivers which are applicable to the computer. This includes drivers which are added or updated after the release of a distribution, or drivers which cannot be included into the distribution for various reasons (CD space limitation, licensing problems, etc.).


Solution :
You only need jockey for enabling restricted drivers, afterwards you can safely disable it.

Open Terminal and type following commands:

1) To get into root mode
    sudo -i

2) To check the process id of jockey
    ps -e | grep jockey

Output: 2982 pts/0 00:00:00 jockey

remember the process id(2982)

3)Type the following to stop/kill the process

  sudo kill -9 [process_id]

 sudo kill -9 2982

Thursday, March 21, 2013

Download & Install Android tools, platform-tools (Offline)

Download Offline Platform-tools , Tools & Sources to work in ADT

Android SDK Platform-tools
Save the Following under ~\..\android-sdk-windows\platform-tools\


Android SDK Tools, revision 21.1

Ignore this if you have already downloaded "Android SDK". To Update Replace the whole tools folder

~\..\android-sdk-windows\<tools>

with the below downloaded archive.

tools_r21.1-windows.zip
tools_r21.1-linux.zip
tools_r21.1-macosx.zip

Android SDK Platform-tools, revision 16.0.2 

~\..\Android SDK Windows\<platform-tools>

platform-tools_r16.0.2-windows.zip
platform-tools_r16.0.2-linux.zip
platform-tools_r16.0.2-macosx.zip