LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-18-2011, 03:42 PM   #16
mikemeadows
LQ Newbie
 
Registered: Mar 2011
Posts: 18

Original Poster
Rep: Reputation: 0

--clear-avail did nothing ...
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 04-18-2011, 04:13 PM   #17
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
I was afraid of that. I was pretty sure that it was for clearing the list of available apps that you get when you run something like "apt-get update" or "aptitude update".

You have an installed kernel that is not configured. The problem is to get it configured or cleared out in some manner. I do not believe that there is any choice other than to force the completion of configuration.

If your box is working I would council patience and hope that someone who knows their way around dpkg a little better jumps in. Compounding the problem by trying to do more installs is just piling up problems for dpkg.

I belive that you are going to have to define the package to be dealt with specifically to invoke --force. The package is;
Quote:
linux-image-2.6.35-28-generic
If you were to try it by itself the command would be;
Code:
sudo dpkg --configure linux-image-2.6.35-28-generic
This is just going to give you the same results that you are getting now I am sure.

Where --force should be applied to that command I do not know.

There could be a different/better approach to this problem too. Continuing to whack at it with out guidance from someone experienced in this, I feel, is not a wise path.

If you feel that you must continue study the man page for dpkg and the dpkg help files listined in your previous post as suggested by apt.
 
Old 04-18-2011, 04:17 PM   #18
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Still trying to duplicate it. Trying hard to break my system so that I can start getting the same error as you are getting. ;-)

The thing that is sure so far that there is some broken file in the system which is preventing the other installs. Just try this to see if you get the broken file which is causing the issue:

1. Open up Kconsole.
2. Type: bleachbit &
3. It will show you a list of what it is capable of doing :-)
4. Check box Broken Desktop Files under the System files option and then click on binocular icon at the top.
5. This will just list the file if it is broken.

Let us know if it is showing up any file there or not.
 
Old 04-18-2011, 04:43 PM   #19
mikemeadows
LQ Newbie
 
Registered: Mar 2011
Posts: 18

Original Poster
Rep: Reputation: 0
installed bleachbit ... ran the above options and it came back with no files.
 
Old 04-18-2011, 05:18 PM   #20
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Ok that sounds interesting

Just open up Kconsole and type computer- see if it comes up with any auto completion which says computer-janitor

If it does not come up with anything lets see if we can get computer-janitor installed on your system.

To install computer-janitor type: sudo apt-get install computer-janitor
 
Old 04-18-2011, 06:11 PM   #21
mikemeadows
LQ Newbie
 
Registered: Mar 2011
Posts: 18

Original Poster
Rep: Reputation: 0
not familair with the program but here is output for computer-janitor find:


mike@mike-ubuntu:~$ computer-janitor find
ERROR:dbus.proxies:Introspect error on :1.48:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.50" (uid=1000 pid=10883 comm="/usr/bin/python) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.48" (uid=0 pid=10881 comm="/usr/bin/python))
removable deb:frostwire
removable deb:libdbi0
removable deb:libevtlog0
removable deb:libgio-cil
removable deb:libnet1
removable deb:libtextcat-data-utf8
removable deb:nevernote
removable debython-dockmanager
removable debython-mpd
removable debython-mutagen
removable deb:talika
removable deb:zeitgeist
removable deb:zeitgeist-core
removable deb:zeitgeist-datahub
removable deb:zeitgeist-fts-extension
mike@mike-ubuntu:~$
 
Old 04-18-2011, 06:37 PM   #22
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Great.

Computer Janitor is a program which finds out the packages that are not required on the system. For example you have installed an application and while installing application system also install the packages on which the application is dependent. Now when you remove the application, sometimes the package which got installed to support the dependency does not get removed and later create problems.

Now run the command: computer-janitor clean --all (This command will remove everything that is marked as removable by computer-janitor find command)

Edit: If it errors out don't worry, use apt-get remove package_name (package listed by computer-janitor find command). Once removed all reboot the system. Run computer-janitor find again to see if you still see those packages. If not continue with the next step.)


and

then try to run apt-get upgrade and let me know if it still throws the error.

Last edited by T3RM1NVT0R; 04-18-2011 at 07:00 PM.
 
Old 04-18-2011, 09:36 PM   #23
mikemeadows
LQ Newbie
 
Registered: Mar 2011
Posts: 18

Original Poster
Rep: Reputation: 0
mike@mike-ubuntu:~$ computer-janitor clean --all
ERROR:dbus.proxies:Introspect error on :1.48:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.51" (uid=1000 pid=11212 comm="/usr/bin/python) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.48" (uid=0 pid=10881 comm="/usr/bin/python))
ERROR:dbus.connection:Unable to set arguments (set([dbus.String(u'deb:nevernote'), dbus.String(u'deb:libgio-cil'), dbus.String(u'deb:talika'), dbus.String(u'deb:libnet1'), dbus.String(u'deb:frostwire'), dbus.String(u'debython-mutagen'), dbus.String(u'deb:zeitgeist-core'), dbus.String(u'deb:zeitgeist-datahub'), dbus.String(u'deb:libevtlog0'), dbus.String(u'debython-mpd'), dbus.String(u'deb:libdbi0'), dbus.String(u'deb:zeitgeist'), dbus.String(u'debython-dockmanager'), dbus.String(u'deb:zeitgeist-fts-extension'), dbus.String(u'deb:libtextcat-data-utf8')]),) according to signature None: <type 'exceptions.TypeError'>: Don't know how which D-Bus type to use to encode type "set"
Traceback (most recent call last):
File "/usr/sbin/computer-janitor", line 35, in <module>
main()
File "/usr/share/computerjanitor/computerjanitorapp/cli/main.py", line 312, in main
options.arguments.func(options.arguments)
File "/usr/share/computerjanitor/computerjanitorapp/cli/main.py", line 293, in clean
timeout=3600)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 132, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 556, in call_async
message.append(signature=signature, *args)
TypeError: Don't know how which D-Bus type to use to encode type "set"
mike@mike-ubuntu:~$
 
Old 04-19-2011, 01:17 PM   #24
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Edit: If it errors out don't worry, use apt-get remove package_name (package listed by computer-janitor find command). Once removed all reboot the system. Run computer-janitor find again to see if you still see those packages. If not continue with the next step.)

Check my last post.
 
Old 04-22-2011, 10:26 PM   #25
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Has this been resolved?
 
Old 04-23-2011, 01:33 AM   #26
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
mikemeadows,
Are you using any third party repositories at all? This includes those all too problematic PPA repos. These problems typically develop when people add unsupported repos to their sources.list.
Did you do a clean install of Ubuntu 10.10, or was this an upgrade from 10.04?
 
Old 04-23-2011, 10:11 AM   #27
mikemeadows
LQ Newbie
 
Registered: Mar 2011
Posts: 18

Original Poster
Rep: Reputation: 0
this is a clean install of 10.10.

Repo list:


mike@mike-ubuntu:~$ sudo more /etc/apt/sources.list
[sudo] password for mike:
# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ca.archive.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ maverick universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick universe
deb http://ca.archive.ubuntu.com/ubuntu/ maverick-updates universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ca.archive.ubuntu.com/ubuntu/ maverick multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://ca.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://ca.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu maverick partner
# deb-src http://archive.canonical.com/ubuntu maverick partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu maverick main
deb-src http://extras.ubuntu.com/ubuntu maverick main

deb http://security.ubuntu.com/ubuntu maverick-security main restricted
deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
deb http://security.ubuntu.com/ubuntu maverick-security universe
deb-src http://security.ubuntu.com/ubuntu maverick-security universe
deb http://security.ubuntu.com/ubuntu maverick-security multiverse
deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse
 
Old 04-24-2011, 04:48 AM   #28
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by mikemeadows View Post
mike@mike-ubuntu:~$ dpkg -i --configure linux-image-2.6.35-28-generic_2.6.35-28.49_i386.deb
dpkg: conflicting actions -
Mike,
Make sure you are running all of thse commnds with sudo. Runing those commands as a regular user will not be allowed and will not work.
Go through all of th commands that were suggested and be sure you have run them with sudo.
 
Old 04-24-2011, 05:14 AM   #29
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by mikemeadows View Post
I must be doing something wrong:


mike@mike-ubuntu:~/Downloads$ l
linux-image-2.6.35-28-generic_2.6.35-28.49_i386.deb
mike@mike-ubuntu:~/Downloads$ sudo apt-get install kernel-install linux-image-2.6.35-28-generic_2.6.35-28.49_i386.deb
Quote:
Originally Posted by mikemeadows View Post
this is a clean install of 10.10.

Repo list:


mike@mike-ubuntu:~$ sudo more /etc/apt/sources.list
[sudo] password for mike:
# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted
Why are you trying to install an i386 kernel image on an amd64 system?

My advice is to stop what you are doing right now.

So it is a little easier to read outputs it would be helpful, and also take up less space if you put them in code blocks, this is the little hash # above where you type in your post.

Let me read through this convoluted mess again and see what I can figure out.

Last edited by k3lt01; 04-24-2011 at 05:19 AM.
 
2 members found this post helpful.
Old 04-24-2011, 05:50 AM   #30
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by mikemeadows View Post
I haven't attempted to update the kernel ... this came about due to regular upgrades I believe.

I ran the update to make sure my software sources were up to date and valid and then attempted to force and upgrade to see if that rectified the issue. No such luck. It seems that something attempted to install but never finished for some reason and I am at a loss as to how to fix or backout. Now every time I attempt to install any programs or packages I get the same error message.
Working through this will be a little difficult as it appears, please don't take this the wrong way, that you don't really have a clue what's gone on. Knowing this I, we, need you to work through a few things.

If you are confident you haven't busted your system that it won't reboot I would like you to reboot. When you do that I want you to take note of what kernels are installed on your system. You should get a GRUB screen, at least I hope you get the GRUB screen giving you a list of bootable kernels. Please write down the numbers for us. They will all be 2.6.35 something. Make sure you have at least 2 kernels because you will need to have a spare to boot to. Please boot into one that is not being a problem, that is assuming the one that is being the problem is even on the list.

Now you have your list of kernels I want you to open Synaptic. On the left hand side there will be a pane down the bottom with buttons named Section, Status, Origin etc. Click on "Status" and then up the top pane on the left click on "Installed". Now in the Quick Search type in 2.6.35 and you will get a list of all your installed kernels. Find the one that is being a bother and right click and "Mark for Complete Removal". Click apply and follow the prompts. Reboot and see how things are, go to System > Adminstration > Update Manager and when it opens click check for updates. It will most probably show you a few so it would be a good opportunity to see that the package management system is working properly again. If it shows a kernel update untick the relevant boxes because on our first attempt we do not want a new kernel breaking an update again. If the update works properly then our next attempt will be to update the kernel BUT only after another reboot.

Let us know how you go.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora core 8 install issues. "unable to handle kernel paging request" Gangrif Fedora - Installation 7 03-12-2008 10:46 AM
madwifi install issues with kernel on FC6 alabamaman Linux - Wireless Networking 2 08-03-2007 09:47 AM
Kernel Module issues with ELF after kernel update drumvudu SUSE / openSUSE 2 01-02-2007 12:54 PM
Mandrake 8.0 Kernel Startup/RedHat 9.0 Install Filesystem Issues PSandusky Linux - Newbie 3 05-06-2004 07:50 PM
Slackware 9 install kernel issues Ayukawa Slackware 3 04-07-2003 11:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration