LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Debian error , E: Internal Error, Could not perform immediate configuration (2) (https://www.linuxquestions.org/questions/linux-server-73/debian-error-e-internal-error-could-not-perform-immediate-configuration-2-a-586543/)

sridhar_dct3 09-22-2007 08:41 AM

Debian error , E: Internal Error, Could not perform immediate configuration (2)
 
Dear Friends,

I have built my own custom debian file (example: testing.deb). Then I had setup a mirror with dists , pool and all other directories.

Then created the iso file and burnt in CD.

When I am trying to install through synaptic, it first finds out all the dependencies . I marked all the dependencies. Then it downloads all the .deb files from the CD . When it tries to install it says the following error :

"E: Internal Error, Could not perform immediate configuration (2)"

Please anyone tell me when this problem will occur?.

sridhar_dct3 10-17-2007 05:58 AM

No answer ?? very bad
 
Quote:

Originally Posted by sridhar_dct3 (Post 2900102)
Dear Friends,

I have built my own custom debian file (example: testing.deb). Then I had setup a mirror with dists , pool and all other directories.

Then created the iso file and burnt in CD.

When I am trying to install through synaptic, it first finds out all the dependencies . I marked all the dependencies. Then it downloads all the .deb files from the CD . When it tries to install it says the following error :

"E: Internal Error, Could not perform immediate configuration (2)"

Please anyone tell me when this problem will occur?.


It's too bad . No one knows the answer ?.

linux26 05-29-2008 02:47 PM

"E: Internal Error, Could not perform immediate configuration (2)" fix by linux26
 
Quote:

Originally Posted by sridhar_dct3 (Post 2927207)
It's too bad . No one knows the answer ?.

Please run as root:

#dpkg -i --force-depends libc6-i686_2.7-10_i386.deb
#dpkg -i --force-depends libc6_2.7-10_i386.deb

ofcourse the important is libc6 and may your package has a diffrent version

linux26.blogfa.com

sridhar_dct3 07-04-2008 11:30 PM

I found the answer for this . If the packages contains inter-dependencies like the following this error will come .

Example:

dists/testing/main/binary-i386/Packages
Package: deb1
Depends: deb2
[...]
Package: deb2
Depends: deb1
[...]
In this case dpkg will return a internal error.

swrg 07-20-2009 05:40 PM

Internal error ................ plz provide your solution
 
Hi

Could you post your solution. I know it's tooo late.

I'm stuck with a similar problem. On some posts they have said

re-install is the only option. May be your solution might help me.

Thanks


Quote:

Originally Posted by sridhar_dct3 (Post 3204580)
I found the answer for this . If the packages contains inter-dependencies like the following this error will come .

Example:

dists/testing/main/binary-i386/Packages
Package: deb1
Depends: deb2
[...]
Package: deb2
Depends: deb1
[...]
In this case dpkg will return a internal error.


ddarek4 12-18-2010 11:45 PM

HI

After many hours which i spent for read and write to console comends from other forums I manual download this packages...
in my case:
"libc6-dev_2.7-18lenny6_i386.deb" (you can check which exactly you have version typing in console: "apt-cache show libc6"...

Next you get to folder where the package was downloaded and type as root: "dpkg -i --force-depends libc6-dev_2.7-18lenny6_i386.deb"

probably you get info that you don't have installed "libgcc1_4.3.2-1.1_i386.deb" (in my case)
So, You do this same what at the beginning (but now with this package) - manual download it and install by "dpkg ...."

when you install this package without any problem you have to install again libc6...
If during install libqcc... you get info that you dont have other package (in my case - gcc-4.3-base_4.3.2-1.1_i386.deb) - you malually download it and install like previous....

Good Luck:)


All times are GMT -5. The time now is 04:10 PM.