Điểm:1

I broke Ubuntu while installing neofetch, error code keeps appearing in terminal failed to start OpenAFS client

lá cờ id
sudo apt install neofetch
[sudo] password for gh: 
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
gh@gh-Lenovo-Z580:~$ sudo dpkg --configure -a
Setting up openafs-modules-dkms (1.8.4~pre1-1ubuntu2.1) ...
Loading new openafs-1.8.4pre1 DKMS files...
Building for 5.8.0-59-generic
Building initial module for 5.8.0-59-generic
Secure Boot not enabled on this system.
Done.

openafs.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.8.0-59-generic/updates/dkms/

depmod...........

DKMS: install completed.
Setting up openafs-client (1.8.4~pre1-1ubuntu2.1) ...
update-alternatives: using /usr/bin/pagsh.openafs to provide /usr/bin/pagsh (pagsh) in auto mode
Created symlink /etc/systemd/system/multi-user.target.wants/openafs-client.service → /lib/systemd/system/openafs-client.service.
Created symlink /etc/systemd/system/remote-fs.target.wants/openafs-client.service → /lib/systemd/system/openafs-client.service.
Job for openafs-client.service failed because the control process exited with error code.
See "systemctl status openafs-client.service" and "journalctl -xe" for details.
invoke-rc.d: initscript openafs-client, action "start" failed.
● openafs-client.service - OpenAFS client
     Loaded: loaded (/lib/systemd/system/openafs-client.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2021-07-05 00:48:14 BST; 10ms ago
    Process: 86158 ExecStartPre=/usr/share/openafs/openafs-client-precheck (code=exited, status=0/SUCCESS)
    Process: 86173 ExecStart=/sbin/afsd $AFSD_ARGS (code=exited, status=1/FAILURE)
    Process: 86178 ExecStopPost=/sbin/rmmod $KMOD (code=exited, status=0/SUCCESS)

Jul 05 00:48:14 gh-Lenovo-Z580 systemd[1]: Starting OpenAFS client...
Jul 05 00:48:14 gh-Lenovo-Z580 afsd[86173]: afsd: some file missing or bad in /etc/openafs/
Jul 05 00:48:14 gh-Lenovo-Z580 systemd[1]: openafs-client.service: Control process exited, code=exited, status=1/FAILURE
Jul 05 00:48:14 gh-Lenovo-Z580 systemd[1]: openafs-client.service: Failed with result 'exit-code'.
Jul 05 00:48:14 gh-Lenovo-Z580 systemd[1]: Failed to start OpenAFS client.
dpkg: error processing package openafs-client (--configure):
 installed openafs-client package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.7) ...
Errors were encountered while processing:
 openafs-client

What have I done wrong?

Điểm:1
lá cờ zw

Có vẻ như bạn đã tắt máy khi chạy các bản nâng cấp không giám sát hoặc tắt các quy trình APT theo cách thủ công.

Để bắt đầu lại từ đầu, bạn có thể xóa tất cả các gói OpenAFS bằng cách:

sudo apt-get autopurge '*openafs*'

nếu ở trên không thành công, thì hãy sử dụng cấp thấp hơn:

sudo dpkg -P --force-all $(dpkg -l | grep -i openafs | awk '{print $2}')

Sau đó tiếp tục cài đặt các gói khác bằng cách

Sudo dpkg --configure -a
sudo apt-get cài đặt -f

và cuối cùng cài đặt lại ứng dụng khách neofetch và OpenAFS bằng cách

sudo apt-get cài đặt neofetch openafs-client
technonoob avatar
lá cờ id
Tôi đã làm theo lời khuyên của bạn và thực hiện các bước được đề cập, tôi đã xóa tất cả các gói OpenAFS:
technonoob avatar
lá cờ id
Tôi đã làm theo lời khuyên của bạn và thực hiện các bước được đề cập, tôi đã xóa tất cả các gói OpenAFS: Sudo apt-get autopurge '*openafs*', cần lưu ý rằng khi tôi chạy lệnh này, thiết bị đầu cuối đã thông báo Chưa được cài đặt, vì vậy chưa bị xóa. Không sử dụng cấp thấp hơn. Đã làm theo hướng dẫn của bạn vì vậy cảm ơn bạn và tôi sẽ nhận xét về câu trả lời của bạn nếu mọi thứ diễn ra theo đúng kế hoạch.

Đăng câu trả lời

Hầu hết mọi người không hiểu rằng việc đặt nhiều câu hỏi sẽ mở ra cơ hội học hỏi và cải thiện mối quan hệ giữa các cá nhân. Ví dụ, trong các nghiên cứu của Alison, mặc dù mọi người có thể nhớ chính xác có bao nhiêu câu hỏi đã được đặt ra trong các cuộc trò chuyện của họ, nhưng họ không trực giác nhận ra mối liên hệ giữa câu hỏi và sự yêu thích. Qua bốn nghiên cứu, trong đó những người tham gia tự tham gia vào các cuộc trò chuyện hoặc đọc bản ghi lại các cuộc trò chuyện của người khác, mọi người có xu hướng không nhận ra rằng việc đặt câu hỏi sẽ ảnh hưởng—hoặc đã ảnh hưởng—mức độ thân thiện giữa những người đối thoại.