Şimdi Ara

E: Sub-process /usr/bin/dpkg returned an error code (1)

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
1 Misafir - 1 Masaüstü
5 sn
14
Cevap
0
Favori
859
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Debian dağıtımında Network Manager alanında VPN alanı aktif değil. İnternette gerekli aramayı yaparken sistemi öncelikle güncellemem gerektiği yazmaktaydı ancak aşağıdaki hata kodu dönüyor. Fikri olan var mıdır? Dağıtım Debian 7 wheezy 32bit


    root@Melik:/home/melik# apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 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-4-486 (3.2.54-2) ...
    Running depmod.
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    update-initramfs: Generating /boot/initrd.img-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    /usr/sbin/grub-mkconfig: 34: /etc/default/grub: Syntax error: EOF in backquote substitution
    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-4-486.postinst line 696.
    dpkg: error processing linux-image-3.2.0-4-486 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    linux-image-3.2.0-4-486
    E: Sub-process /usr/bin/dpkg returned an error code (1)







  • Aşağıdaki komutların çıktılarını rica edelim öncelikle.

    uname -r 
    dpkg -l | grep linux-image


    Sistem güncel ama paket yönetimiyle ilgili bir sorun var galiba.

    Ağ Yöneticisinde VPN ile ilgili ayar bölümü görebilmek için aşağıdaki paketleri yüklemelisiniz.

    openvpn  
    network-manager-openvpn
    network-manager-openvpn-gnome
  • Dediğiniz paketler yüklü idi. Şu an pc başında değilim en kısa zamanda komut çıktılarını burada paylaşacağım.

    < Bu ileti mobil sürüm kullanılarak atıldı >
  • root@Melik:/home/melik# uname -r 
    3.2.0-4-486
    root@Melik:/home/melik# dpkg -l | grep linux-image
    iF linux-image-3.2.0-4-486 3.2.54-2 i386 Linux 3.2 for older PCs
    ii linux-image-486 3.2+46 i386 Linux for older PCs (meta-package)
  • DPKG ile ilgili sorunu aşağıdaki komutlar ile çözmeyi dener misiniz?

     
    su
    apt-get install --reinstall linux-image-3.2.0-4-486
    apt-get install -f


    VPN Ayarlarını yapmak için aşağıdaki komutlar ile nm-connection-editor uygulamasını açmayı deneyiniz.

     
    su
    nm-connection-editor


    Masaüstü ortamı KDE ise farklı paketlerin yüklenmesi gerekebilir.



    < Bu mesaj bu kişi tarafından değiştirildi kelebekx3 -- 30 Mart 2014; 16:16:03 >
  •  root@Melik:/home/melik# apt-get install --reinstall linux-image-3.2.0-4-486 
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    [b]E: Internal Error, No file name for linux-image-3.2.0-4-486:i386[/b]


     root@Melik:/home/melik# apt-get install -f 
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up linux-image-3.2.0-4-486 (3.2.54-2) ...
    Running depmod.
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    update-initramfs: Generating /boot/initrd.img-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    /usr/sbin/grub-mkconfig: 34: /etc/default/grub: Syntax error: EOF in backquote substitution
    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-4-486.postinst line 696.
    dpkg: error processing linux-image-3.2.0-4-486 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    linux-image-3.2.0-4-486
    [b]E: Sub-process /usr/bin/dpkg returned an error code (1)[/b]



    < Bu mesaj bu kişi tarafından değiştirildi uisik34 -- 31 Mart 2014; 12:58:28 >




  • [b]root@Melik:/home/melik# nm-connection-editor 
    WARNING: gnome-keyring:: couldn't connect to: /home/melik/.cache/keyring-FV8EBL/pkcs11: Böyle bir dosya ya da dizin yok[/b]


    Gnome klasik ve LXDE kullanıyorum malum bu hatayı aldığım sistem donanım olarak kısıtlı kaynaklara sahip. Ayrıca internette farklı sitelerde forumlarda gördüğüm farklı komutlar çalıştırmam sonrasında bugün VPN sekmesinin aktif olduğunu gördüm. VPN sekmesi tarafında sorunum kalmadı ancak bu konu başlığında yazmış olduğum hata mesajı artık her yeni program kurulumu ve güncelleme sonrasında almaya başladım.



    < Bu mesaj bu kişi tarafından değiştirildi uisik34 -- 30 Mart 2014; 18:21:09 >
  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
  • Debian Wheezy için güncel çekirdek sürümü 3.2.0-4-486 sürüm olmamalı. Çekirdeği güncel sürüme yükseltmeyi denediniz mi?
    Depo kaynak listeniz güncel mi? Aşağıdaki komutun çıktısı ne diyor mesela?

     

    cat /etc/apt/sources.list




    < Bu mesaj bu kişi tarafından değiştirildi kelebekx3 -- 1 Nisan 2014; 9:53:01 >
  • root@Melik:/home/melik# cat /etc/apt/sources.list 

    # deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main

    debhttp://ftp.tr.debian.org/debian stable main contrib non-free

    debhttp://ftp.debian.org/debian/ wheezy-updates main contrib non-free

    debhttp://security.debian.org/ wheezy/updates main contrib non-free




  • Aşağıdaki komut ne diyor?

     
    su
    apt-cache search linux-image



    < Bu mesaj bu kişi tarafından değiştirildi kelebekx3 -- 1 Nisan 2014; 22:26:38 >
  • root@Melik:/home/melik# apt-cache search linux-image 
    linux-headers-3.2.0-4-486 - Header files for Linux 3.2.0-4-486
    linux-headers-3.2.0-4-686-pae - Header files for Linux 3.2.0-4-686-pae
    linux-headers-3.2.0-4-amd64 - Header files for Linux 3.2.0-4-amd64
    linux-headers-3.2.0-4-rt-686-pae - Header files for Linux 3.2.0-4-rt-686-pae
    linux-image-3.2.0-4-486 - Linux 3.2 for older PCs
    linux-image-3.2.0-4-686-pae - Linux 3.2 for modern PCs
    linux-image-3.2.0-4-686-pae-dbg - Debugging symbols for Linux 3.2.0-4-686-pae
    linux-image-3.2.0-4-amd64 - Linux 3.2 for 64-bit PCs
    linux-image-3.2.0-4-rt-686-pae - Linux 3.2 for modern PCs, PREEMPT_RT
    linux-image-3.2.0-4-rt-686-pae-dbg - Debugging symbols for Linux 3.2.0-4-rt-686-pae
    linux-image-2.6-486 - Linux for older PCs (dummy package)
    linux-image-2.6-686 - Linux for modern PCs (dummy package)
    linux-image-2.6-686-bigmem - Linux for PCs with 4GB+ RAM (dummy package)
    linux-image-2.6-686-pae - Linux for modern PCs (dummy package)
    linux-image-2.6-amd64 - Linux for 64-bit PCs (dummy package)
    linux-image-486 - Linux for older PCs (meta-package)
    linux-image-686 - Linux for modern PCs (dummy package)
    linux-image-686-bigmem - Linux for PCs with 4GB+ RAM (dummy package)
    linux-image-686-pae - Linux for modern PCs (meta-package)
    linux-image-amd64 - Linux for 64-bit PCs (meta-package)
    linux-image-rt-686-pae - Linux for modern PCs (meta-package), PREEMPT_RT




  • Kaynak listesine (/etc/sources.list) aşağıdaki satır ile wheezy-backports deposunu ekleyip çekirdeği ve sisteminizi güncellemeyi deneyebilirsiniz.

     
    debhttp://ftp.debian.org/debian/ wheezy-backports main non-free contrib


     
    su
    apt-get update
    apt-get upgrade
    apt-get dist-upgrade
    apt-get install -f



    < Bu mesaj bu kişi tarafından değiştirildi kelebekx3 -- 3 Nisan 2014; 1:29:32 >




  • malesef sonuç aynı :) sağşlık olsun bu zaten çocugun oyun makinesi bşr ara sıfırdan kurarım artık.
  •  root@Melik:/home/melik# gedit /etc/apt/sources.list 

    (gedit:4759): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported

    root@Melik:/home/melik# apt-get update
    Get:1http://security.debian.org wheezy/updates Release.gpg [836 B]
    Get:2http://security.debian.org wheezy/updates Release [102 kB]
    Get:3http://ftp.debian.org wheezy-updates Release.gpg [836 B]
    Get:4http://ftp.debian.org wheezy-backports Release.gpg [836 B]
    Get:5http://ftp.debian.org wheezy-updates Release [124 kB]
    Get:6http://security.debian.org wheezy/updates/main Sources [95,5 kB]
    Hithttp://ftp.tr.debian.org stable Release.gpg
    Hithttp://ftp.tr.debian.org stable Release
    Hithttp://ftp.tr.debian.org stable/main Sources
    Hithttp://ftp.tr.debian.org stable/contrib Sources
    Hithttp://ftp.tr.debian.org stable/main i386 Packages
    Hithttp://ftp.tr.debian.org stable/contrib i386 Packages
    Hithttp://ftp.tr.debian.org stable/contrib Translation-en
    Get:7http://ftp.tr.debian.org stable/main Translation-tr [530 B]
    Hithttp://ftp.tr.debian.org stable/main Translation-en
    Get:8http://security.debian.org wheezy/updates/contrib Sources [14 B]
    Get:9http://security.debian.org wheezy/updates/main i386 Packages [174 kB]
    Get:10http://ftp.debian.org wheezy-backports Release [147 kB]
    Get:11http://ftp.debian.org wheezy-updates/main Sources [4.057 B]
    Get:12http://ftp.debian.org wheezy-updates/contrib Sources [14 B]
    Hithttp://ftp.debian.org wheezy-updates/main i386 Packages/DiffIndex
    Get:13http://ftp.debian.org wheezy-updates/contrib i386 Packages [14 B]
    Get:14http://ftp.debian.org wheezy-updates/contrib Translation-en [14 B]
    Hithttp://ftp.debian.org wheezy-updates/main Translation-en/DiffIndex
    Get:15http://ftp.debian.org wheezy-backports/main i386 Packages [327 kB]
    Get:16http://security.debian.org wheezy/updates/contrib i386 Packages [14 B]
    Get:17http://security.debian.org wheezy/updates/contrib Translation-en [14 B]
    Get:18http://security.debian.org wheezy/updates/main Translation-en [96,1 kB]
    Get:19http://ftp.debian.org wheezy-backports/non-free i386 Packages [19,9 kB]
    Get:20http://ftp.debian.org wheezy-backports/contrib i386 Packages [7.713 B]
    Get:21http://ftp.debian.org wheezy-backports/contrib Translation-en [5.113 B]
    Get:22http://ftp.debian.org wheezy-backports/main Translation-en [217 kB]
    Get:23http://ftp.debian.org wheezy-backports/non-free Translation-en [18,7 kB]
    Fetched 1.341 kB in 6s (209 kB/s)
    Reading package lists... Done
    root@Melik:/home/melik# apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be upgraded:
    firmware-ipw2x00
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 526 kB of archives.
    After this operation, 10,2 kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Get:1http://ftp.debian.org/debian/ wheezy-backports/non-free firmware-ipw2x00 all 0.41~bpo70+1 [526 kB]
    Fetched 526 kB in 1s (293 kB/s)
    Reading changelogs... Done
    Paketler önyapılandırılıyor ...
    (Reading database ... 213452 files and directories currently installed.)
    Preparing to replace firmware-ipw2x00 0.36+wheezy.1 (using .../firmware-ipw2x00_0.41~bpo70+1_all.deb) ...
    Unpacking replacement firmware-ipw2x00 ...
    Setting up linux-image-3.2.0-4-486 (3.2.54-2) ...
    Running depmod.
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    update-initramfs: Generating /boot/initrd.img-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    /usr/sbin/grub-mkconfig: 34: /etc/default/grub: Syntax error: EOF in backquote substitution
    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-4-486.postinst line 696.
    dpkg: error processing linux-image-3.2.0-4-486 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Setting up firmware-ipw2x00 (0.41~bpo70+1) ...
    Errors were encountered while processing:
    linux-image-3.2.0-4-486
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@Melik:/home/melik# apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 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-4-486 (3.2.54-2) ...
    Running depmod.
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    update-initramfs: Generating /boot/initrd.img-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-4-486 /boot/vmlinuz-3.2.0-4-486
    /usr/sbin/grub-mkconfig: 34: /etc/default/grub: Syntax error: EOF in backquote substitution
    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-4-486.postinst line 696.
    dpkg: error processing linux-image-3.2.0-4-486 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    linux-image-3.2.0-4-486
    E: Sub-process /usr/bin/dpkg returned an error code (1)




  • 
Sayfa: 1

Benzer içerikler

- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.