Software :: Can't Install Slapd - Broken Package

Oct 7, 2010

Can't install slapd (OpenLDAP) server on my laptop running Ubuntu 10.04 (lucid) Gives broken package error

Code:
sudo apt-get install slapd
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code].....

View 2 Replies


ADVERTISEMENT

Ubuntu :: Package Manager Says Have A Broken Package And Wants To 'upgrade' To The Older Broken One?

Sep 1, 2011

I was having a problem with a fresh 11.04 install and the VPN software I use for work. I found the fix was to upgrade the software, so I downloaded an RPM, converted it to .deb and installed it via dpkg. The install worked and the VPN software now works, but Package Manager says I have a broken package and wants to 'upgrade' to the older broken one. How can I fix this without breaking my VPN SW again?

View 1 Replies View Related

Server :: Ldap Cannot Carry Slapd.conf Changes Or Did Not Use /etc/openldap/slapd.conf?

Aug 20, 2010

I am setting up LDAP server, i set slapd.conf(dc=proldap,dc=com) and start ldap it is OK but when i check using ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts result is : namingContexts: dc=my-domain,dc=com

it seems that it did not use my slapd.conf so i tried removing my slapd.conf from /etc/openldap and start slapd again and it did start with no errors. and when i do ldapsearch again still uses dc=my-domain,dc=com

I tried searching about this in google and found no answers,

my reference in setting up ldap is the link below. but it seemed that it always uses another configuration not the one i modified

I'm using Fedora12, ldap version 2.4.19. i installed ldap by yum install url

url

View 12 Replies View Related

Ubuntu :: Can't Install 10.04/EMC2 - Broken Package

Jun 27, 2011

On my new installation of 10.04 on a Toshiba A30, I'm trying to install EMC2, using an installer file downloaded from linuxcnc.org. At the end of the process, I get the error message below after trying to fix the broken package with package manager.

E:/var/cache/apt/archives/rtai-modules-2.6.32-122-rtai_3.8.1-linuxcnc1_i386.deb: trying to overwrite '/etc/udev/rules.d/99-rtai.rules', which is also in package rtai-modules-2.6.24-16-rtai 0

get past this problem ?

Is it as simple as removing the rtai-modules-2.6.24-16-rtai 0 package ? Do I need this one ? Is it replaced by the newer one, the rtai-modules-2.6.32-122-rtai_3.8.1 ?

View 2 Replies View Related

Ubuntu :: Package Broken - Cannot Install Open Synaptic

May 19, 2011

I attempted to install openemr which was taking its sweet time to install it was most of the way through but I had to leave so I left my computer running. Computer when I came back was asleep I started back up and tried installing something from software manager and I got this message from it:

E: I wasn't able to locate file for the openemr package. This might mean you need to manually fix this package.: I tried fixing from synaptic but even synaptic is complaining.

View 7 Replies View Related

Debian :: Broken Dependency - Mark Smartcam Package As Not Broken And Release Apt?

May 21, 2010

i'm running debian lenny - latest stable i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm, unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... how do i mark smartcam package as not broken and release my apt?

View 8 Replies View Related

Ubuntu :: Keyserver Broken - Getting Timeout Error On Package Install

Mar 16, 2010

Is the ubuntu keyserver broken? I am trying to install a package and every time I try to install the key I get a time out error.

apt-update give me
Code:
W: GPG error: [URL karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 932062C9CD30EE56

Then if I try to install the key I get this?
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CD30EE56
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys CD30EE56
gpg: requesting key CD30EE56 from hkp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

Can I tell ubuntu not to bother with the key. I know the package is good and safe to install. I should be the one to judge if its ok to install not ubuntu.

View 1 Replies View Related

Debian Installation :: Bypass Or Patch Official (Broken) Package On Install

May 26, 2010

I'm trying to install sid but debootstrap if failing due to bug #581420. I understand the fix is simple but how can I bypass/patch the broken util-linux package that gets downloaded at install time? I'm using the daily d-i business card CD.

View 2 Replies View Related

Ubuntu :: Splash Screen Fails ,also Tried To Install SplashY, But It Is Also A Broken Package? ?

Sep 17, 2010

However, I've been trying to get a splash screen up, and it doesn't work.This is the splash screen I want to use: http://gnome-look.org/content/show.p...?content=79783

I've tried to install Usplash, but the package was broken.I tried to install it via Softpedia, but it was missing the artwork .so.I've also tried to install SplashY, but it is also a broken package! How can I install this splash screen?

View 3 Replies View Related

Ubuntu Servers :: 10.04 Can't Install SLAPD

Jan 16, 2011

I use Ubuntu server 10.04 I try to install slapd, but i get the following error

Code:
libldap-2.4-2 (= 2.4.21-0buntu5.2) but 2.4.21-0ubuntu5.3 is to be installed
E: Broken packages

And also, when I try to install some other packages such as nagios, squid, .. I get the some list of errors. One of the error say something like

Code:
Failed to fetch http://id.archive.ubuntu.com/ubuntu/pool/main/n/nagios-plugins/nagios-plugins-standard_1.14.14-1ubuntu1_i386.deb Temporary failure resolving 'id.archive.ubuntu.com'

What to do? Should I edit /etc/apt/source.list to point to other repo site?

View 2 Replies View Related

Ubuntu Installation :: OpenLDAP Slapd / Can't Stop The Service With Service Slapd Stop?

Oct 20, 2010

I am trying to setup LDAP server on Ubuntu 10.04 and am sticking to the old /etc/ldap/slapd.conf file configuration.

I had to comment ldapi:/// from /etc/default/slapd since it was giving 'Address already in use error'. Also had to juggle with pid directory and file issues

After that I was able to start the slapd daemon (service slapd start) but now I am running into multiple issues:

1. Can't stop the service with service slapd stop

Code:
## Service stop returns 0, maybe because start-stop-daemon is not giving error
#service slapd stop
Stopping OpenLDAP: slapd.
# echo $?
0

Will switching to BDB database resolve this ?Also can't I slapcat at non-root user ??

View 2 Replies View Related

Ubuntu Installation :: Fresh Install "The Package System Is Broken"

Oct 20, 2010

This is my first linux install, Fresh install of Ubuntu 10.10, and first thing I do is update. I can't update because I get this message "The package System is broken Check if you are using third party repositories. If so disable them, since they are a common source of problems.

Furthermore run the following command in a Terminal: apt-get install -f"

This a brand new fresh install, how can there be problems already!?

In terminal I've tried " apt-get install -f" and get "E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?"

View 3 Replies View Related

Software :: Cannot Install/uninstall Programs Because "package System Is Broken"

Mar 12, 2011

I am running Ubuntu 10.04 In Ubuntu Software Center I tried to remove Document Viewer. I then tried to install PDF Editor Neither worked and I got the below message The Package system is broken Check if you are using third party repositories. If so disable them, since they are a common source of problems. Furthermore run the following command in a Terminal: apt-get install -f� I tried to run apt-get install -f and got this message

david@leibnitz:~$ apt-get install -f
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
david@leibnitz:~$

I switched to root and got this

david@leibnitz:~$ apt-get install -f
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
david@leibnitz:~$ root

[code].....

At some point while trying install/uninstall I got a message that said to check the broken filter to see which file is broken. At present, I cannot install/uninstall programs. I do not know how to access the broken filter. And I cannot run apt-get install -f

View 5 Replies View Related

Ubuntu :: Package Manager - "the Package System Is Broken" Window

Apr 29, 2011

After Upgrade to natty everything went well except my package manager is now broken and I keep going around in circles; Update manager gives me a list of six updates that are downloaded but not installed. When I try to install, It returns;

[Code]...

View 2 Replies View Related

General :: How To Fix A Broken Package In 10.04 Lts

Jul 8, 2010

Preparing to replace mysql-server-5.1 5.1.41-3ubuntu12.1 (using .../mysql-server-5.1_5.1.41-3ubuntu12.3_amd64.deb).It hangs until i reboot the thing. This is not a normal error.I'm trying to fix it for at least 10 days.No Success.It happens when i try any package operation.

View 2 Replies View Related

Ubuntu :: How To Fix A Broken Package

Aug 20, 2010

im trying to fix a broken package. i run sudo dpkg --configure -a Setting up firefox (3.6.9~hg20100817r34537+nobinonly-0ubuntu1~umd2~karmic). i get this message in the terminal but nothing happens. also i cant open synaptic.

View 1 Replies View Related

Ubuntu :: Apt-get Not Working Because Of Broken Package?

Jun 21, 2010

The problem seems to appear with the following packages:openoffice.org-commonopenoffice.org-coreant it said before that the broken package is python-uno.I uninstalled openoffice completely and now when I try to install it again from synaptic, it goes:

Code:
E: /var/cache/apt/archives/openoffice.org-core_1%3a3.2.0-7ubuntu4.1_i386.deb: short read in buffer_copy (backend dpkg-deb during `./usr/lib/openoffice/basis3.2/program/libfrmli.so')

[code]....

View 6 Replies View Related

Ubuntu :: Broken Package - Mplayer From Svn?

Jun 26, 2010

I think I've installed mplayer from svn and now I'm getting that annoying "broken package" pop-up. Is any way how to make Ubuntu to ignore this package? I've tried it to solve it by following:

Code:
user@mymachine:~$ sudo apt-get install -f
[sudo] password for jan:
Reading package lists... Done
Building dependency tree

[Code].....

View 3 Replies View Related

Ubuntu :: Cannot Remove Broken Package

Jun 15, 2011

I have installed a package that doesn't work on my system because some dependency is not met and I cannot resolve that without seriously breaking my system. Now I want to uninstall that package but it doesn't work. Synapic package manager is also not able to do anything with this broken package. How can I get rid of it now?

View 9 Replies View Related

General :: Xandros 4.2 Broken Package?

Mar 8, 2010

I'm using Xandros 4.2 Home Edition Premium in dual boot with WinXP. A faulty installation at Xandros Networks has cause the print service to stop, Adobe Acrobat Reader fails to launch, Open Office is completely gone from the apps menu and there are probably other apps gone haywire.

Xandros tech support rep told me that I should reinstall from scratch. I am wondering since I have Konserve backups of etc, home, and root directories from before these errors occurred, if I can just paste healthy files into the places where they are broken. But I don't know where to begin. I'm not too confident right now about reinstalling xandros from scratch. I WAS confident at Xandros Networks. Now, I have a broken package.

I had to start from scratch a few years ago because of a broken package. I attempted a restore of etc, home and root from Konserve, but the desktop became a mess, so I had to start again completely from scratch. I figure that I don't know exactly what I'm doing, thus I also have Windows which is made for people with slightly lower IQ. I want to be able to use those healthy backups, but I don't know how w/o making a mess.

View 2 Replies View Related

General :: Tell Aptitude To Ignore Broken Package?

Jan 13, 2010

I installed a Amsynth from Lucid in Karmic using:

dpkg --force-depends-version -i amsynth_1.2.2-1_i386.deb

The reason for installing the Lucid version is because Karmic version is 3 years old and crashes on my machine. The Lucid Amsynth package depends on newer versions of libatk1 and libjack0 than Karmic has, but I thought I would take a risk, and turns out Amsynth runs fine. However aptitude tries to uninstall Amsynth every time I do an upgrade. I think I've managed to put it on hold but now aptitude aborts. How can I tell aptitude to ignore the broken package and carry on.

View 3 Replies View Related

Ubuntu Installation :: Broken Package Managment

Apr 19, 2010

I've have major problems installing cinelerra.

So, I tried to uninstall it.

I messed up at some point. Now, most apt operations result in errors.

At the moment, this is what I get when I try apt-get -f install:

Code:

Is there any way to fix this, or is my package managment permanently broken?

I just want to get to the point where apt isn't returning errors, because at some point I will want to upgrade to 10.04. This is just too risky with broken apt.

View 3 Replies View Related

Ubuntu Installation :: Upgrade From 9.10 To 10.04 - Broken Package

May 26, 2010

I tried to upgrade my pc from 9.10 to 10.04 version with the alternative cd as the update manager was not showing the new release. There were some problem in installation and the process stopped somewhere. Then, when I tried with the update manager I got some error.

View 9 Replies View Related

Ubuntu :: Newest Transmission Package Broken?

Jul 21, 2010

The most recent upgrade for transmission has broken the package.I think it is a dependancy error between transmission-cli and transmission-gtk requiring a different version of transmission-common than what's available.I have Kubuntu 8.04. Here's my output:

$ apt-get install transmission
Reading package lists... Done
Building dependency tree

[code]....

View 2 Replies View Related

Ubuntu Installation :: 10.10 - The Package System Is Broken?

Oct 18, 2010

so i just installed ubuntu 10.10 from CD. After restart the Update Manager windows poped up and downloaded 21 updates.. but i can't install the updates because "The package system is broken.." [URL]

it's a fresh istall i didn't installed nothing i didn't do nothing

View 5 Replies View Related

Ubuntu :: Package Management System Is Broken

Nov 12, 2010

I JUST got back on my laptop now that I have my new A/C adapter, and guess what? The package management system is broken! Which sucks, because I have quite a bit of updates to install.

Here's the details provided by Synaptic when installing the new version of AWN:

Code:

View 5 Replies View Related

Ubuntu Installation :: Broken Package When Update 10.10?

Nov 24, 2010

When I run sudp apt-get -u upgrade (or use upgrade manager). I get the following error.The package libhttpcore-java:i386 is not ok and I don't know how to fix it!On another note I am running x64 so the i386 is throwing me off.

View 7 Replies View Related

Ubuntu :: Can't Repair Because The Package Manager Is Broken?

Mar 25, 2011

I'm sorry if this topic has already come up, but My package manager is broken, and when I press repair, it says it can't repair because the package manager is broken. I'm pretty sure the code is

Code:
sudo apt-get install -f

View 4 Replies View Related

Ubuntu :: Synaptic Package Manager Broken

May 4, 2011

doing a new install of ubuntu 10.04.2 on a computer

without the boxes to check in the other software tab, i cannot install needed software, my simply shows BLANK no matter what i do:

and yes, i already checked all boxes in the Ubuntu Software thread including restricted.

This is what appears on my screen in synaptic package manager, BLANK?

This SHOULD appear by default, without doing anything, even in a freshly installed system, these boxes should appear by default:

View 1 Replies View Related

Ubuntu :: Error With DockBarX - Package Is Broken

Jun 9, 2011

I just installed dockbarx and had an error. It says that the package is broken. When I start Ubuntu Software Center i get a message that i have to repair the package catalog. When i go to the terminal and execute the "apt-get -f install" i get this error:

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved