Ubuntu This forum is for the discussion of Ubuntu Linux. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-07-2010, 04:48 PM
|
#1
|
Member
Registered: Dec 2007
Location: SE Texaas
Distribution: Ubuntu, Mint, Fedora
Posts: 168
Rep:
|
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:~$
|
|
|
|
11-07-2010, 08:06 PM
|
#2
|
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
Rep:
|
Code:
sudo dpkg --force-{depends,depends-version} --configure -a
Or:
Code:
sudo apt-get -f install #with nothing after the 'install' command
|
|
|
11-07-2010, 10:37 PM
|
#3
|
Member
Registered: Dec 2007
Location: SE Texaas
Distribution: Ubuntu, Mint, Fedora
Posts: 168
Original Poster
Rep:
|
Quote:
Originally Posted by Kenny_Strawn
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:~$
|
|
|
|
All times are GMT -5. The time now is 06:26 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|