Results 1 to 7 of 7

Thread: E: Internal Error, Could not perform immediate configuration (1) on libc6

Threaded View

  1. #1
    Join Date
    Aug 2005
    Beans
    28

    E: Internal Error, Could not perform immediate configuration (1) on libc6

    Hi all

    I have a problem I cannot solve. I don't even understand what exactly the problem seems to be. What I wanted to do is install a zabbix-agent on a 8.06 Ubuntu server installation. I added a repository and commented all the others out so it will get the newest zabbix client. (This worked for me on a 32bit system, this is a 64 bit system though) I used this source

    deb http://fr.archive.ubuntu.com/ubuntu jaunty main universe
    what I then did is type
    Code:
    apt-get install zabbix-agent
    it of course asked me if I want to install the packages needed and I say yes. It installed some packages and then stopped with an error saying:

    Internal Error, Could not perform immediate configuration (2) on libstdc++6
    Then I tried again:

    Code:
    apt-get install zabbix-agent
    Reading package lists... Done
    Building dependency tree... Done
    You might want to run `apt-get -f install' to correct these:
    The following packages have unmet dependencies:
      libc6: Depends: findutils (>= 4.4.0-2ubuntu2) but 4.2.27-1ubuntu1 is to be installed
      zabbix-agent: Depends: libldap-2.4-2 (>= 2.4.7) but it is not going to be installed
                    Depends: libopenipmi0 but it is not going to be installed
                    Depends: ucf but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    so I did as it told me:

    Code:
    apt-get -f install
    Reading package lists... Done
    Building dependency tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
      findutils
    Suggested packages:
      mlocate
    The following packages will be upgraded:
      findutils
    1 upgraded, 0 newly installed, 0 to remove and 213 not upgraded.
    1 not fully installed or removed.
    Need to get 0B/474kB of archives.
    After unpacking 336kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    E: Internal Error, Could not perform immediate configuration (1) on libc6
    I also tried the following:

    Code:
    /var/cache/apt/archives# dpkg --install libc6_2.9-0ubuntu9_amd64.deb
    (Lese Datenbank ... 75484 Dateien und Verzeichnisse sind derzeit installiert.)
    Vorbereiten zum Ersetzen von libc6 2.3.6-0ubuntu20.5 (durch libc6_2.9-0ubuntu9_amd64.deb) ...
    Checking for services that may need to be restarted...
    Checking init scripts...
    Entpacke Ersatz für libc6 ...
    dpkg: warning - unable to delete old directory `/sys': Device or resource busy
    dpkg: Abhängigkeitsprobleme verhindern Konfiguration von libc6:
     libc6 hängt ab von findutils (>= 4.4.0-2ubuntu2); aber:
      Version von findutils auf dem System ist 4.2.27-1ubuntu1.
    dpkg: Fehler beim Bearbeiten von libc6 (--install):
     Abhängigkeitsprobleme - lasse es unkonfiguriert
    Fehler traten auf beim Bearbeiten von:
     libc6
    Code:
    /var/cache/apt/archives# apt-get install findutils
    Reading package lists... Done
    Building dependency tree... Done
    Suggested packages:
      mlocate
    The following packages will be upgraded:
      findutils
    1 upgraded, 0 newly installed, 0 to remove and 213 not upgraded.
    1 not fully installed or removed.
    Need to get 0B/474kB of archives.
    After unpacking 336kB of additional disk space will be used.
    E: Internal Error, Could not perform immediate configuration (1) on libc6
    I'm kinda lost to what I should do. Because I have searched for that error and found some forum entries. I still don't understand where the problem seems to be. This is also a productive system, so I cannot experience till it crashes I'd be really really gratefull if someone can help me! thank you very much in advance.

    Silvio
    Last edited by silbro; January 22nd, 2009 at 02:06 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •