Ubuntu :: Apt-get & Dpkg Errors After Hard Reboot?
Jan 26, 2010
I'm running 9.10 on a Dell IM1012-6780BK netbook (very nice and snappy, btw). I was in the process of installing the ubuntu-restricted packages (apt-get was halfway into setting-up libtwolame0) when the machine locked up and I was forced to do a hard reboot. Now, at the CLI, I try to remove the corrupted package before re-installing, but I get the following errors: (they seem to be persistent, no matter what I'm trying to install/uninstall via apt-get...$ sudo apt-get --purge remove ubuntu-restricted-extras
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]....
View 3 Replies
ADVERTISEMENT
Aug 20, 2010
when I tried to uninstall qmmp (which I had been trialling as a music player) I came across this error.
roy@suzuki:~$ sudo apt-get remove qmmp
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
I am dual-booting with Windoze XP and just this week notice 2 new ubuntu kernel lines in grub when my computer boots.
Not too sure what to do now - it seems I can't install or remove anything. Also, update manager does not work.
View 2 Replies
View Related
Jun 28, 2011
I have Debian 6.0.2 / 64 bits installed on a VPS.I cannot install any package because of this error:
Setting up nfs-common (1:1.2.2-4) ...
insserv: Service portmap has to be enabled to start service nfs-common
insserv: exiting now!
[code]....
View 1 Replies
View Related
Nov 15, 2010
I am experiencing the same issue, with the same package, as the user from this "solved" thread.URL...My question comes as this... the fix was to change the package name to one without underscores in it. The underscores were changed to tildas. What I don't understand is where I make those changes.Crisnoh said that he tried commenting the package out of the 'file' but that didn't work. However, changing the file name to tildas did... so which file am I supposed to be editing to change these underscores to tildas?
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
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
Feb 14, 2011
Everytime i log into my server, I get the message Displayed "/dev/sdc1 will be checked for errors at next reboot"
However, despite many reboots this message does not clear.
I cannot run FSCK on this partition as it is the boot partition.
I would like the device to get checked at reboot, any ideas how I can trigger this check , and that might clear the message
View 5 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
Dec 24, 2010
After installing Opensuse 11.3 i get massive graphical errors after reboot. Those errors directly start after the first resolution change after grub. So i used nomodeset from now on and installed the drivers from nvidia.
After this X11 only flasht up very shortly and i got this logs:
Code:
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
Jan 7, 2011
Unfortunately accidentaly I disconnected my usb drive my computer and my VMs run from so I just rebooted for a quick fix Now I can't open virt-manager locally and the VM's can't get network connections I see this in the logs after the last two reboots
Code:
grep lxc /var/log/messages |tail -n 2
Jan 7 00:45:04 F820 libvirtd: 00:45:04.524: warning : lxcStartup:1895 : Unable to create cgroup for driver: No such device or address
Jan 7 11:52:53 F820 libvirtd: 11:52:53.325: warning : lxcStartup:1895 : Unable to create cgroup for driver: No such device or address
[code]...
I tried restarting libvirtd after with no love so I rebooted and cgroup was gone this was a clean install of F14, after this started I brought the system current, I can provide the packages installed but they errors didnt change
View 1 Replies
View Related
Jun 21, 2011
I was using Terminal and browsing a directory in my home folder. My "home" directory is located on "/dev/sdb1". When in Terminal I typed "ls" in one of my directories and the output was garbage. The output didn't show the files in the directory. I think it said something like, "input/output error". Unfortunately, I didn't write the exact error down. Instead I rebooted.The hard disk with the problem is:
Code:
$ sudo hdparm -I /dev/sdb
[sudo] password for brian:
[code]...
View 6 Replies
View Related
Mar 21, 2009
Sometimes when I do anything write heavy such as transferring backup or downloading large files from the net, the machine crashes almost completely.
View 8 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
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
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
Sep 1, 2011
I'm trying to update Kubuntu 11.04 here is my error: p, li {white-space: pre-wrap;} E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. here is what i have tried to fix it:
[Code]....
View 2 Replies
View Related
Sep 24, 2010
my pc freezes and nothing can be done but hard reboot. I apologize in advance if this thing is brought up before and for the length of my post. I have found a lot of interesting relevant stuff like URL... and URL... but couldn't resolve it.I am new in Linux and already my main choice of OS.I have Ubuntu 10.04, fully updated. Runs on an ASUS P5Q (listed in Ubuntu compatible m/b's) with ATI Radeon 4800 (don't know if relevant). In the last week approximately, I have realized that in seemingly random times the system freezes. I am not absolutely sure if this was something that could have happened earlier on, but it just didn't occur. It appears that this started after some update. The interesting part is that it came to my attention that it is 100% certain that will freeze during a file synchronization analysis between usb hdds with Unison (!). This is something I didn't use to do, and of course I have never been able to complete since I have this situation.
After that, two things come to my mind. One is, I wonder why the sync process provokes this, and if has got anything to do with all things said about X freezes, ACPI or hardware acceleration. Second, I wonder how on earth I could locate the relevant updated packages and rollback. You see, last week I remember at least 4-5 updates with 5-10 packages updated. Running through the dpkg log doesn't help me a lot, the list is fairly big, and I believe for a result not exactly guaranteed
View 8 Replies
View Related
May 17, 2011
on a Vimeo video in Firefox, and my computer became "partially frozen". The video stopped, but the audio continued to play to the end, but I couldn't clear the video. I pressed ctrl-f2 to switch to my other desktop, but it just brought up a blank screen, and switching back makes no difference.As it stands I have a black screen with my mouse cursor on it (I can move the cursor, yes). I'm new to linux, and I want to know if there are any keyboard shortcuts I could try to fix this. I'd rather not hard reboot whenever I run into a problem, I just don't know the terms to google for
View 3 Replies
View Related
Jan 22, 2010
Someone explain this to me. I often thought in the back of my head, how do I check if my drive is bad in Linux? I always excused it thinking well I guess besides gaming that's another reason to keep a windows partition around. I boot up yesterday and Gnome was acting weird. Then, it happened. "We have detected bad sectors in your hard drive." I thought, no, you're stupid, this hard drive is less than a year old (however it was a replacement for another one that died). So I reboot.
Boot back up - Different error message. But instead of getting it a few minutes after log in, I got it right away. "We have detected potential hard drive failure." Okay, Linux. Want to play this game? Booted to Vista, downloaded Seatools to test my Seagate drive. It failed... Swapped SATA cables... it failed... So I ask - how does Linux have this auto detect capability like that? As much as I love Ubuntu, I was like there's no way it could just magically tell like that without running the Seagate program. But alas, Ubuntu was dead on target.
View 9 Replies
View Related
Sep 24, 2010
I have a laptop, running Windows Media Centre unfortunately, and I think the hard drive is hosed. I was wondering is there away of checking the hard drive for errors using the ubuntu livecd? I would put ubuntu straight onto it only there are various items within Windows that the owner needs to get.
View 2 Replies
View Related
Nov 8, 2010
i am currently running palimpsest (system -> administration -> disk utility) and letting it "check" an unmounted filesystem.
i know its just running fsck.ext3 on this drive... the drive is formatted ext3, and is used on a hardware media player (WDTV Live Plus) in another room... i just moved it in here to avoid copying recorded HD shows over the LAN.
anyway, i was informed at boot with this drive connected that it needed to be checked, after booting it is mounted, but says it has errors and needs to be checked. it is checking, i would assume messages from fsck.ext3 would be logged to /var/log/fsck/checkfs, but i have never been interested in this type of thing before... usually when my drives start to get errors, its time to replace them... this one im sure is caused by being unmounted incorrectly by the stupid WDTV Live Plus...it locks up sometimes, lol...
i dunno, this is a big drive. just wish there was some "status update" other than a whirling indicator... im tailing the log file i mentioned above, but so far it just has "Nothing has been logged yet." (which i take as a really good thing at this point.
EDIT: at the very end of the filesystem check, i got a message about the filesystem being clean with no errors. id still like more of an indication than "whirling indicator thingy"...guess ill go back to CLI for checking filesystems. lol
View 3 Replies
View Related
Nov 22, 2010
After some googling I found out that there might be a problem with highspeed external USB drives in Linux in general. Im using Ubuntu 10.10 32 bit and have now this problem I think. My external hard drive is working fine but when I type dmesg in a terminal I can see message errors that appear randomly with all my external hard drives. The problem is now, I have all my music on this drive and randomly I will have hangs while listening to music and the performance while tranferring data between my notebook and the USBs is poor. Anybody know a workaround for this problem or have the same experience or have more details about it? My principle USB device that I use is an iOmega 500 GB what I use on my Compaq 6730s. The other USB device is a Toshiba 1 TB. I tried to transfer the files into my homefolder to avoid this problem but there is no chance as on my notebook is no more space.
View 8 Replies
View Related
Aug 2, 2009
On my FC11 installation Palimpset Disk Utility icon in the top menu bar is reporting that I have a disk failure with the caption "one or more disks is failing".When I open up the details section in Pilimpset I can see that "2 sectors are failing",I have checked this with gparted checking facility and it reports that the disk is OK.What I would like to do is to check the disk using a command like tool or ofline tool, which would then tell me where those bad sectors are on that partition so that I can resize it (using gparted) and have the bad sectors in NON ALLOCATED DISK SPACE.
View 4 Replies
View Related
Jul 10, 2011
I just bought a new hard drive for my lenovo ThinkPad R60e. It is the following model:
Code:
# hdparm -I
ATA device, with non-removable media
Model Number: WDC WD5000BUDT-63G8FY0
Firmware Revision: 01.01A01
[Code].....
After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.
It is regardless which kernel version I use (latest ARCH Linux 2.6.39 or 2.6.23 from a grml live system), the error is persistent everywhere.
View 2 Replies
View Related
Sep 8, 2010
I installed Ubuntu 10.10 beta yesterday and most of it is working very well. However, I ran into a problem with permissions today.I have a HDD containing my home folder and a HDD containing my data folder. The HDD with the data folder is mounted on /media/data/data_1.
Code:
jensen@jensen-desktop:~$ ll /media/data/ | grep data_1
drwxrwxrwx 8 jensen jensen 4.0K 2010-09-07 23:10 data_1/[code]....
I made sure I had set a+x rights on the file, tried executing it as root but the permission error stayed.When I copy that same file to my Desktop folder I can perfectly execute it.When it's located on the other hard drive I can't. I tried several command line scripts and they all work when I execute them from my OS hard drive,but not from another hard drive.
View 2 Replies
View Related
Oct 23, 2010
I'm trying to create a dual-boot system, and have been following the instructions here. However my hard disk has bad sectors, and GParted won't let me resize the Windows partition. It tells me to use ntfsresize with --bad-sectors as an option, after having done some checks, all of which I've done. I've successfully shrunk the NTFS volume in this way -
when I boot into Windows, it says the hard drive is the size I set it at. However, the Ubuntu installer and Gparted still see the Windows partition taking up the entire hard drive. So, for the installation, do I have to set the size of the volumes manually, or is there a way to make Ubuntu see what ntfsresize has done?
View 2 Replies
View Related
May 8, 2010
I just got ubuntu installed for the first time, I tried mounting my hard drive to my desktop so i can have easy access to it, but when i restart ubuntu it always dissapears and i have to go to places then click on the hard drive again to mount it to my desktop.
Is there a way of keeping this on the desktop without having to do this all the time? I have the latest ubuntu version.
View 9 Replies
View Related