Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Morning Everyone! I just wiped everything clean and installed Ubuntu 8.04. So far everything seems to work great. My only problem thus far is this... I tried going to add/remove software to add a couple programs. When they went to install I received an error message telling me
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
So I opened the terminal and tried to run the command and it tells me I have to be an administrator. I'm the only user, aren't I the administrator?? I'm not on a network or anything. Just me. It also did this when I tried to open music files. It loads the Totem player and says I need codecs. When I try to install them, I receive the same message.
I hope you don't mind if I join in because i have a very similar problem.
I did as you say
Code:
sudo dpkg -- configure -a
and use my password.
I then get a few line on the screen for a fraction of a second and then
Code:
┤ Configuring virtualbox-2.0 ├───────────────────────┐
│ │
│ Compilation of the kernel module FAILED! │
│ │
│ VirtualBox will not start until this problem is fixed. Please consult │
│ /var/log/vbox-install.log to find out why the kernel module does not │
│ compile. Most probably the kernel sources were not found. Install them │
│ (the package name is probably linux-headers-<version> whereby <version> │
│ can be determined by 'uname -r') and execute │
│ │
│ /etc/init.d/vboxdrv setup │
│ │
│ as root. │
│ │
│ <Ok>
If I run this nothing happens.
I suspect I have a failed installation lurking in the system, how do I clear this. Thanks for any help │
│
Sorry for slow turn around, hope you are still with me.
Did as you suggest
Code:
dpkg -l linux-headers-'uname -r'
This gives me
PHP Code:
No packages found matching linux-headers-'uname -r'
So tried
Code:
uname -r
this gives me 2.6.24-19-386
So next
Code:
sudo apt-get install linux-headers-2.6.24-19-386
I confirm password
This gives a new error message
PHP Code:
E: dpkg was interrupted, you must run 'dpkg --configure -a' to correct the problem
It then appears to try to set up virtualbox, ending with the Error message with which I started my question. See Error message in message #3 of this thread.
Please give me a way out!!
cliff@HYACINTH:~$ sudo apt-get remove virtualbox
[sudo] password for cliff:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.