การอัปเดตความปลอดภัยล่าสุด“ เฟิร์มแวร์สำหรับไดรเวอร์เคอร์เนล linux” ล้มเหลว - ฉันจะแก้ไขได้อย่างไร


1

ฉันได้คัดลอกความล้มเหลว / ข้อผิดพลาดการอัปเดตของผู้จัดการการอัปเดตแล้ว

installArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ...
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%
(Reading database ... 60%%
(Reading database ... 65%%
(Reading database ... 70%%
(Reading database ... 75%%
(Reading database ... 80%%
(Reading database ... 85%%
(Reading database ... 90%%
(Reading database ... 95%%
(Reading database ... 100%%
(Reading database ... 459112 files and directories currently installed.)
Preparing to replace linux-firmware 1.79.1 (using .../linux-firmware_1.79.4_all.deb) ...
Unpacking replacement linux-firmware ...
dpkg-deb (subprocess): data: internal gzip read error: '<fd:4>: data error'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing /var/cache/apt/archives/linux-firmware_1.79.4_all.deb (--unpack):
 subprocess dpkg-deb --fsys-tarfile returned error exit status 2
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 /var/cache/apt/archives/linux-firmware_1.79.4_all.deb
Error in function:

The OS is trying to upgrade to "Version 1.79.4: 

* Add rt2x00 firmware file rt3290.bin " and is currently at version 1.79.1

กล่องโต้ตอบบอกว่า

การดำเนินการแพคเกจล้มเหลวการติดตั้งหรือการเอาแพคเกจล้มเหลว ".

จะแก้ไขได้อย่างไร


คุณแน่ใจหรือว่ามีพื้นที่ดิสก์เพียงพอที่จะทำการอัปเกรด
gogators

ใช่ @KevinVW ฉันแน่ใจว่ามีพื้นที่ดิสก์เพียงพอที่จะทำการอัปเกรด
Vatsala

คำตอบ:


2

ไม่สามารถแยกไฟล์. deb ที่ดาวน์โหลดมา:

Unpacking replacement linux-firmware ...
dpkg-deb (subprocess): data: internal gzip read error: '<fd:4>: data error'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing /var/cache/apt/archives/linux-firmware_1.79.4_all.deb (--unpack):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2

ซึ่งแสดงให้เห็นว่าไฟล์เสียหาย คุณสามารถลองลบออกและบังคับให้ดาวน์โหลดใหม่:

sudo rm /var/cache/apt/archives/linux-firmware_1.79.4_all.deb
sudo apt-get clean
sudo apt-get update

จากนั้นคุณสามารถติดตั้งการอัปเดตที่ค้างอยู่ทั้งหมดด้วย

sudo apt-get upgrade

(หมายเหตุ: ฉันเชื่อว่าการแจ้งเตือนทั้งหมดที่ด้านบนสุดเกี่ยวกับ Perl ก่อนหน้า 'ฐานข้อมูลการอ่าน ... ' เป็นข้อผิดพลาดแยกต่างหากอย่างสิ้นเชิง)


ขอบคุณสำหรับสิ่งนั้น มันได้ผล สิ่งที่ต้องทำสำหรับฉัน - อ่านบันทึกอย่างรอบคอบมากขึ้นในครั้งต่อไป
Vatsala
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.