![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Repositories & Backports Need help with apt-get and updating Ubuntu? Post here.. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2004
Beans: 33
|
Package install errors
I have tried to install varius packages using both synaptic and apt-get. however when they are installing i usually get an error, such as the following (from synaptic):
dpkg error (1) ..... samba or something like that. i do not know how to paste and copy text from the synaptic window. I someone would please tell me what i am doing wrong i would appreciate it. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2004
Location: Las Vegas , Nevada
Beans: 4
|
Re: Package install errors
Hi,
I am getting the same error. Samba: Depends: samba-common but 3.0.7-1ubuntu6.2 is to be installed The Samba install is looking for an earlier version of samba-common and will not install. When you try to remove samba-common synaptic wants to remove ubuntu-desktop and smb-client. This didn't sound like a good idea. Does anyone know of a work around? Thanks! |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() |
Re: Package install errors
I'm having this problem, im unsure if its the same but it seems related.
Code:
(Reading database ... 83218 files and directories currently installed.) Removing samba ... invoke-rc.d: dangling symlink: /etc/rc2.d/S91samba dpkg: error processing samba (--remove): subprocess pre-removal script returned error exit status 102 Errors were encountered while processing: samba |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() |
Re: Package install errors
Hi,
I'm receiving a very similar error. The strange thing is that samba used to be installed a few weeks ago (I successfully transferred some files from my laptop) and when I tried to use it today, it wasn't working.. it wasn't even installed! I went to Synaptic and when I tried to install samba (3.0.7-1ubuntu6) I got this error: Code:
Setting up samba (3.0.7-1ubuntu6) ... update-rc.d: warning: /etc/rc2.d/S91samba is not a link to ../init.d/samba update-rc.d: warning: /etc/rc3.d/S91samba is not a link to ../init.d/samba invoke-rc.d: dangling symlink: /etc/rc2.d/S91samba dpkg: error processing samba (--configure): subprocess post-installation script returned error exit status 102 Jeff Last edited by calamari; December 23rd, 2004 at 01:22 AM.. |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2005
Location: Tamworth, UK
Beans: 9
|
I fixed this.
I removed the rc2.d/K09samba file, and made a new softlink to init.d/samba then 'sudo apt-get -f install' worked for me |
|
|
|
|
|
#6 |
|
Spilled the Beans
![]() Join Date: Jan 2005
Beans: 13
|
Re: Package install errors
I had this problem too. Once I removed '/etc/rc2.d/samba' and '/etc/rc3.d/samba' links are relinked them both to '../init.d/samba' by 'sudo ln -s ../init.d/samba /etc/rc2.d/samba' and 'sudo ln -s ../init.d/samba /etc/rc3.d/samba' then ran 'sudo apt-get -f install' it worked fine.
|
|
|
|
|
|
#7 | |
|
Guest
Beans: n/a
|
Re: Package install errors
Quote:
bread build baking Skin care Cash Advance |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|