LinuxQuestions.org
Help answer threads with 0 replies.
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 11-07-2010, 04:48 PM   #1
th1bill
Member
 
Registered: Dec 2007
Location: SE Texaas
Distribution: Ubuntu, Mint, Fedora
Posts: 168

Rep: Reputation: 24
Errors were encountered while processing:


I recently rebuilt my system and did a fresh install of Ubuntu 10.04. Now, everything I try to install returns the following errors. I have tried installing the troubled packages but I get the same errors. Any thoughts?

Quote:
th1bill@home:~$: command not found
th1bill@home:~$ sudo apt-get samba
E: Invalid operation samba
th1bill@home:~$ sudo apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
samba is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
6 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up grub-pc (1.98-1ubuntu7) ...
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 10
Setting up samba-common (2:3.4.7~dfsg-1ubuntu3.2) ...
dpkg: error processing samba-common (--configure):
subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of samba-common-bin:
samba-common-bin depends on samba-common (>= 2:3.4.0~pre1-2); however:
Package samba-common is not configured yet.
dpkg: error processing samba-common-bin (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
samba depends on samba-common (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
samba depends on samba-common-bin; however:
Package samba-common-bin is not configured yet.
dpkg: error processing samba (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of smbclient:
smbclient depends on samba-common (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
dpkg: error processing smbclient (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of winbind:
winbind depends on samba-commoNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
n (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
dpkg: error processing winbind (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
grub-pc
samba-common
samba-common-bin
samba
smbclient
winbind
E: Sub-process /usr/bin/dpkg returned an error code (1)
th1bill@home:~$
 
Old 11-07-2010, 08:06 PM   #2
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Code:
sudo dpkg --force-{depends,depends-version}  --configure -a
Or:

Code:
sudo apt-get -f install #with nothing after the 'install' command
 
Old 11-07-2010, 10:37 PM   #3
th1bill
Member
 
Registered: Dec 2007
Location: SE Texaas
Distribution: Ubuntu, Mint, Fedora
Posts: 168

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by Kenny_Strawn View Post
Code:
sudo dpkg --force-{depends,depends-version}  --configure -a
Or:

Code:
sudo apt-get -f install #with nothing after the 'install' command
I wasn't sure what to do with depends in the first command but below are the results for the second.
Quote:
th1bill@home:~$ sudo apt-get -f install
[sudo] password for th1bill:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
6 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up grub-pc (1.98-1ubuntu7) ...
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 10
Setting up samba-common (2:3.4.7~dfsg-1ubuntu3.2) ...
dpkg: error processing samba-common (--configure):
subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of samba-common-bin:
samba-common-bin depends on samba-common (>= 2:3.4.0~pre1-2); however:
Package samba-common is not configured yet.
dpkg: error processing samba-common-bin (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
samba depends on samba-common (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
samba depends on samba-common-bin; however:
Package samba-common-bin is not configured yet.
dpkg: error processing samba (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of smbclient:
smbclient depends on samba-common (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
dpkg: error processing smbclient (--configure):
dependNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
ency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of winbind:
winbind depends on samba-common (= 2:3.4.7~dfsg-1ubuntu3.2); however:
Package samba-common is not configured yet.
dpkg: error processing winbind (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
grub-pc
samba-common
samba-common-bin
samba
smbclient
winbind
E: Sub-process /usr/bin/dpkg returned an error code (1)
th1bill@home:~$
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] encountered several errors downloading Ubuntu 9.04 Sharpdrop Linux - Newbie 5 08-22-2009 12:18 AM
Gnome/CUPS communication errors - PIXMA ip1700 stops @ "processing" kirbybrown Linux - Hardware 3 08-18-2009 10:55 PM
what do these errors encountered upon starting linux mean amanjsingh Linux - Laptop and Netbook 1 12-06-2006 06:19 AM
apt-get -> testing, errors processing package lists, Dynamic MMap??? gaffel Debian 5 07-16-2004 01:30 PM
errors encountered during kernel compile superbondbond Linux - Software 5 08-15-2003 04:38 PM

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

All times are GMT -5. The time now is 06:26 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