Good day.
I 've this problem: since last friday, once a day, the update manager try to install a new kernel on my system. The actual one is 3.2.0-33-generic-pae.
Close to the end of the process there is an error and the operation is left 'unconfigured'.
If I check for new update after this failure, the reply is none. The day after the program suggest again for updating the kernel.
My current knowledge unfortunately, does not make me understand the problem, so please find herebelow the process print, that in this case I obtained with 'apt-get upgrade', just to show you.
Hope someone can help me
thanks in advance
I 've this problem: since last friday, once a day, the update manager try to install a new kernel on my system. The actual one is 3.2.0-33-generic-pae.
Close to the end of the process there is an error and the operation is left 'unconfigured'.
If I check for new update after this failure, the reply is none. The day after the program suggest again for updating the kernel.
My current knowledge unfortunately, does not make me understand the problem, so please find herebelow the process print, that in this case I obtained with 'apt-get upgrade', just to show you.
Code:
mario@mario-kubuntu:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue [Y/n]? Y Setting up linux-image-3.2.0-34-generic-pae (3.2.0-34.53) ... Running depmod. update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/dkms 3.2.0-34-generic-pae /boot/vmlinuz-3.2.0-34-generic-pae run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-34-generic-pae /boot/vmlinuz-3.2.0-34-generic-pae update-initramfs: Generating /boot/initrd.img-3.2.0-34-generic-pae run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-34-generic-pae /boot/vmlinuz-3.2.0-34-generic-pae run-parts: executing /etc/kernel/postinst.d/update-notifier 3.2.0-34-generic-pae /boot/vmlinuz-3.2.0-34-generic-pae run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-34-generic-pae /boot/vmlinuz-3.2.0-34-generic-pae Searching for GRUB installation directory ... found: /boot/grub /etc/default/grub: line 36: unexpected EOF while looking for matching `"' run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2 Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-34-generic-pae.postinst line 1010. dpkg: error processing linux-image-3.2.0-34-generic-pae (--configure): subprocess installed post-installation script returned error exit status 2 dpkg: dependency problems prevent configuration of linux-image-generic-pae: linux-image-generic-pae depends on linux-image-3.2.0-34-generic-pae; however: Package linux-image-3.2.0-34-generic-pae is not configured yet. dpkg: error processing linux-image-generic-pae (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of linux-generic-pae: linux-generic-pae depends on linux-image-generic-pae (= 3.2.0.34.37); however: Package linux-image-generic-pae is not configured yet. dpkg: error processing linux-generic-pae (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. No apport report written because the error message indicates its a followup error from a previous failure. Errors were encountered while processing: linux-image-3.2.0-34-generic-pae linux-image-generic-pae linux-generic-pae E: Sub-process /usr/bin/dpkg returned an error code (1) mario@mario-kubuntu:~$
thanks in advance
Comment