Debian :: Dpkg: Error Processing Debian-archive-keyring
Sep 6, 2010
Today when I did apt-get dist-upgrade I encountered the following error:
apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
[Code]...
View 14 Replies
ADVERTISEMENT
Sep 7, 2010
I have a post in beginners section but maybe I can find some help here.. If you do not mind,please read the following post about my problem.viewtopic.php?f=30&t=55243&p=320093#p319848
View 1 Replies
View Related
Mar 19, 2009
I'm trying to install Adobe Reader 8 and the command #dpkg -1 AdobeReader_enu-8.1.3-1.i386.deb comes up with the message error processing AdobeReader Cannot access archive. No such file or directory. Error was encountered while processing.
View 9 Replies
View Related
Apr 23, 2010
Unpacking replacement ffmpeg ... dpkg: error processing /var/cache/apt/archives/ffmpeg_5%3a0.5.1+svn20100411-0.0_i386.deb (--unpack): trying to overwrite '/usr/share/ffmpeg/libx264-ipod640.ffpreset', which is also in package libavcodec52 4:0.5.1-3 dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/ffmpeg_5%3a0.5.1+svn20100411-0.0_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
View 9 Replies
View Related
May 3, 2010
Sid
cmake 2.8.1-2
dh-make .54
dpkg-dev 1.15.7.1
I'm having some issues building deb packages. dh_make --createorig behaves as expected, but when I attempt to buld the package with dpkg-buildpackage -rfakeroot the build dies on a dpkg-source error.
View 14 Replies
View Related
Aug 20, 2010
I am running Lucid 32-bit server P3 command line server version that began life as a 9.10-server, now upgraded to 10.04. Upgrade has been running since June, 2010. A few weeks ago, I realized that phpldapadmin was not running correctly. In finding the solution for the phpldapadmin issue, now, upgrades are giving me the following:
Code:
admin@myserver:/$ sudo apt-get update[sudo] password for administrator:
Hit [URL]
Get:1 [URL]
Ign [URL]
Ign [URL]
>>>> snip <<<<<
Reading package lists... Done
administrator@wdnserver:/$ sudo apt-get upgrade .....
No apport report written because MaxReports is reached already
Errors were encountered While processing:
grub-pc
samba-common
samba-common-bin
smbclient
smbfs
E: Sub-process /usr/bin/dpkg returned an error code (1)
I have read many posts trying to find a reference to
Code:
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 10
because this started with grub-pc being the first and only package that refused to install. I have yet to find a direct reference to 'error exit status 10'. I find many other status codes, but few of 'status 10'.
Now, unfortunately, work took me away for a few of weeks and now I am getting errors for:
grub-pc
samba-common
samba-common-bin
smbclient
smbfs
I have tried
Code:
apt-get -f install
and that does work.
I have tried
Code:
apt-get purge grub-pc
and then re-installing grub-pc still gives same error.
And finally there are many other attempts, all with the same result.
View 9 Replies
View Related
Feb 12, 2010
I'm attempting to apply the quota patch to postfix 2.5.1. I have done the following..
Code:
cd /usr/src/
apt-get source postfix
wget http://vda.sourceforge.net/VDA/postf...da-ng.patch.gz{code]....
dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1
I have searched hi and low and still can't work out how to resolve this.
View 2 Replies
View Related
Jul 20, 2010
I want to install gcc on my Pyramid linux which is debian based. I downloaded gcc.deb. When I want to install this file, it gives me "dpkg command not found" error! I also get this error when I want to install other .deb files using dpkg command " dpkg -i finename.deb. I did some research and it seams that I should install package on my system, but package file is .deb file and I can't install .deb file! What should I do to solve the problem??? Should I install any thing on my system to install .deb files??
View 3 Replies
View Related
Oct 16, 2010
I have the following issue:
Running
Code:
results in above error.
Running
Code:
results in above error.
Running
Code:
Is not able to fix this.
View 2 Replies
View Related
Oct 20, 2010
I can still install packages but still is a bit annoying as upgrading the system does not work at the moment. I'm using apt-get because when upgrading with aptitude the Xserver was not working anymore. Xserver came back after an apt-get upgrade but I get this error when trying again to upgrade (Its highly likely that this error message has been there for a while with apt-get upgrade):
BF15:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be DOWNGRADED:
[Code].....
View 13 Replies
View Related
Jun 15, 2011
i am a beginner of debian, and i used ubuntu previously, now i have a problem installing Chinese input fcitx, i did exactly the same as the manual said( i tried ./configure -prefix=<usr/local>, but didn't succeed. so i use ./configure directly) , and here is the website[URL].. but i just can't successfully install it, no matter whether i extract the file in terminal or in nautilus, and here is the file i downloaded from[URL].. below is my terminal output
[Code]...
by the way, i am now using stable version,but i want to use the newest version of chromium, because the old version doesn't fully support my chrolium data stored in ubuntu. how can do that easily? i searched the internet and find it was a little difficult.
View 4 Replies
View Related
Jul 25, 2015
When trying to install php5 I got the following result. Tried to apt-get clean, autoclean, remove --purge then reinstall the mentioned packages without any success.
dpkg --configure -a didn't get any better result.
Code: Select allsudo apt-get install php5
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
libapache2-mod-php5 php5-cli php5-common
[Code] .....
View 5 Replies
View Related
Apr 29, 2012
I am downgrading one of my Sid boxes to Testing. I've finished the install and now duplicating the system for installed packages.
Before I started, to get a list of installed packages
Code: Select allsudo dpkg --get-selections > package.txt
Now when I try to duplicate the installed packages
Code: Select all sudo dpkg --set-selections < package.txt
I receive over 1000 lines with the message:
Code: Select alldpkg: warning: package not in database at line wxyz
I did try
Code: Select all dpkg --configure -a
without any effect.
Is this just a diffence between the Sid package database and the Testing database?
View 14 Replies
View Related
Aug 16, 2010
I was triyng to install Debian on a AMD K6-2. I use debootstrap, and installed Lenny, with a kernel linux-image-2.6.26-2-486.
After that apt-get update and apt-get upgrade and I get:
The following packages will be upgraded:
Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED feature is disabled in the running kernel.
Please upgrade your kernel before or while upgrading udev.
AT YOUR OWN RISK, you can force the installation of this version of udev WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file. There is always a safer way to upgrade, do not try this unless you 0understand what you are doing!
And similar messages appears trying to install xfce4...
View 1 Replies
View Related
Apr 6, 2010
I ran into this:[url]
I tried to ignore it (yesterday it made me remove xmms2-plugin-all, i could have lived with that for a few days), but it is getting worse: gnomebaker, mpg123, vorbis-tools, cdrdao, etc.
So i remove beloved apps , run aptitude install -f and what not. The result is that either libao2 or libao4 give me trouble (depending which version is installed at that moment).
After the upgrades are available again it's big fun over here. Is it just me or are others running in a lot of "dpkg returned an error message" too? The first time ever i got to use aptitude to get problems solved. Gnome terminal gives me segmentation fault but no error messages. And so on.
View 3 Replies
View Related
Feb 7, 2010
I just wanted to post this in the forums for anyone else that was having the same issue. I looked all over the internet for 4 hours and could not find a solution and finally figured out what to do. Maybe this will help save some time for someone else.
The ERROR:
Removing nvidia-glx ...
dpkg-divert: error checking `/usr/X11R6/lib/modules/extensions/libglx.a': No such file or directory
[code]....
View 4 Replies
View Related
Apr 14, 2010
Code:
root@tux:/var/lib/dpkg/info# dpkg --configure -a
dpkg: status database area is locked by another process
root@tux:/var/lib/dpkg/info#
root@tux:/var/lib/dpkg/info#
root@tux:/var/lib/dpkg/info# dpkg --configure -a
dpkg: status database area is locked by another process
root@tux:/var/lib/dpkg/info# dpkg --configure -a
Setting up libdebconfclient0 (0.147) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libdebconfclient0 (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libgnomecanvasmm-2.6-1c2a (2.26.0-1build1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libgnomecanvasmm-2.6-1c2a (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libdebian-installer4 (0.68ubuntu3) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libdebian-installer4 (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libglademm-2.4-1c2a (2.6.7-2build1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libglademm-2.4-1c2a (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libgconfmm-2.6-1c2 (2.28.0-1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libgconfmm-2.6-1c2 (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libgnomemm-2.6-1c2 (2.28.0-1) ...
dpkg (subprocess): unable to execute installed post-installation script: Exec format error
dpkg: error processing libgnomemm-2.6-1c2 (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
libdebconfclient0
libgnomecanvasmm-2.6-1c2a
libdebian-installer4
libglademm-2.4-1c2a
libgconfmm-2.6-1c2
libgnomemm-2.6-1c2
So from a previous problem, I goto:
Code:
cd /var/lib/dpkg/info
but find anything todo with libgnome-vfsmm-2.6-1c2a
has 0 bytes, ok problem found (the electric went off durring an upgrade)
It won't reinstall, as it can't uninstall.
Ubuntu Lucid Beta2
View 3 Replies
View Related
Sep 18, 2010
When I tried to upgrade my xubuntu 10.04 , I got this error
dpkg: parse error, in file '/var/lib/dpkg/available' near line 2 package 'x11proto-core-dev': value for `status' field not allowed in this context E: Sub-process /usr/bin/dpkg returned an error code (2)
View 5 Replies
View Related
Aug 8, 2010
when i try to use apt an error occurs: dpkg: parse error, in file '/var/lib/dpkg/status' near line 27317 package 'virtualbox-3.0': error in Version string `3.0.4-50677_Debian_lenny': invalid character in revision number E: Sub-process /usr/bin/dpkg returned an error code (2)
i tried to :
1- replace the file status with status-old
2- replace it with all the backups located in /var/backups/
and the same error occurs
View 4 Replies
View Related
Nov 23, 2010
I'm running debian live off the cd to see if it fits my requirements. One of my pet peeves about ubuntu is the use of ctrl ctrl is hosed. the os does not seem to use it for anything, but no application can use it. This is the default for google desktop search, which is highly convenient. Seriously considering the move.I ran debian live and went to install the app. Message comes up archive type not recognised.
View 6 Replies
View Related
Jun 8, 2011
during an "apt-get install" the filesystem of a virtual machine filled up and so it failed. I have now increased the file-system size but running the same "apt-get install" again results in this error: "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." However when I try to run 'sudo dpkg --configure -a' I get this error: "dpkg: failed to write status database record about 'libxmuu1' to '/var/lob/dpkg/status': No space left on device" How can I recover from this situation?
View 1 Replies
View Related
Apr 8, 2010
I checked xen-tools on a Debian Lenny system
Got following
Code:
This package contains tools to manage Debian based XEN virtual servers.
Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.
Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?
View 2 Replies
View Related
Jan 6, 2010
im trying to update some software in ubuntu using the update manager. i type my password in CORRECTLY but then get this error message.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
what does it mean and how do i fix it?
View 3 Replies
View Related
Jul 6, 2010
I keep getting this error when I try to install Adobe flash player E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. I had it installed just fine, then i restarted my computer and its gone. .
View 4 Replies
View Related
Jan 9, 2011
I'm using 10.10 and from today I'm getting this error Quote:dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. When I'm trying to install any software using
Code: sudo apt-get <sw-name> Also I'm unable install using "Ubuntu Software Center", showing unhandleable error. Here is the details:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 769, in simulate
return self._simulate_helper(trans, status_path)
[Code]...
View 6 Replies
View Related
Mar 27, 2011
When I use the -p switch for the package p7zip-full (program 7z), it only password protects the extraction process but it still shows the list of files when you try to view the contents of the archive whereas the graphical compression utility has a feature to not show the list as well. I read the man page and can't find the feature for the CLI equivalent. how to do this using the CLI?
View 1 Replies
View Related
Sep 30, 2010
After entering an aptitude command: Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Unknown media type in type 'fonts/package'
Unknown media type in type 'interface/x-winamp-skin'
Note that '/usr/share' is not in the search path set by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not be able to find it until you set them. The
directories currently searched are:
- /root/.local/share
- /opt/kde/share
- /opt/kde/share
-
Processing triggers for hicolor-icon-theme ...
View 4 Replies
View Related
Mar 21, 2011
I have a VPS running Debian Squeeze. Today I ssh'd in to do an apt-get update and an apt-get upgrade. Some of the packages seem to install fine, however linux-image-2.6.32-5-amd64 gives an error. I've tried rebooting (hoping that it would indeed come back up after a reboot and it did) but nothing has helped. Here's the output from apt:
Code:
root@enterprise:~# apt-get update && apt-get upgrade
Hit [URL] sarge Release.gpg
Ign [URL] sarge/contrib Translation-en
Hit [URL] sarge Release
Ign [URL] amd64 Packages
dpkg: error processing linux-image-2.6.32-5-amd64 (--configure):
subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing: linux-image-2.6.32-5-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
I also did an apt-get clean to drop the cache but that didn't help either.
View 9 Replies
View Related
Apr 1, 2010
After I got the OS up and running (v9.10), I was prompted to download and install some updates. The download is complete, but when I try to install the updates, I receive the following message. What should I do?
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.
View 4 Replies
View Related
May 26, 2011
I installed the software Ubuntu Tweak yesterday and I was satisfied of how it worked. today, surfing the internet I was hoping to find a solution to a couple of problems that I have: the computer sometimes get stuck when opening videos or photos - I can't see streaming TV. when the internet browser was asking me to install plug-in in order to show the videos I tried to install them but errors occurred.
so I followed the instruction in [URL] (many of these things didn't work and the terminal was showing error messages...) now after rebooting I have got the unity 2D I think (which is fine as I can't notice great differences) but I can't install the updates from Ubuntu Tweak the error message is: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. how can I fix it and get my video codecds?
View 3 Replies
View Related