dmesg를 입력했을 때의 출력입니다.
[ 45.039698] Bluetooth: RFCOMM TTY layer initialized
[ 45.039714] Bluetooth: RFCOMM socket layer initialized
[ 45.039726] Bluetooth: RFCOMM ver 1.11
[ 82.247013] rfkill: input handler disabled
거래 시간이 최대 200초까지 걸리게 하는 작업이 또 있었는데(스냅샷 저장) 스냅샷 저장을 삭제해서 해결했는데 앞으로는 후회할 것 같아서 삭제 말고 대안이 있다면' 난 모든 귀. 문제가 해결되기 전의 로그입니다(/var/log/syslog.1에서 가져왔습니다). 메시지를 반복합니다.
Nov 9 13:21:41 myusername kernel: [ 195.559737] audit: type=1400 audit(1604924501.888:39): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/mime/globs2" pid=3007 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
이 모든 문제는 제가 스왑 파티션을 망쳤을 때 시작되었습니다. 다음은 몇 가지 정보입니다. blkid에 대한 정보
/dev/sda2: UUID="65588ef6-ca0f-4956-b496-e752d63ac471" TYPE="swap" PARTUUID="72011e9d-02"
/etc/fstab 파일에 대한 정보: 이전:
# swap was on /dev/sda5 during installation
UUID=e75cae65-4915-4d7c-aec1-e509b94fad97 none swap sw 0 0
/dev/disk/by-uuid/44A4EE0FA4EE0372 /mnt/44A4EE0FA4EE0372 auto nosuid,nodev,nofail,x-gvfs-show,rw 0 0
새로운:
# swap was on /dev/sda5 during installation (now it's on sda2)
UUID=65588ef6-ca0f-4956-b496-e752d63ac471 none swap sw 0 0
/dev/disk/by-uuid/44A4EE0FA4EE0372 /mnt/44A4EE0FA4EE0372 auto nosuid,nodev,nofail,x-gvfs-show,rw 0 0
알아야 하는데 모르는 정보가 있는 게 아니라면 제대로 하고 있는 것 같아요.
이제 rfkill은 삭제해서는 안 되는 중요한 항목 중 하나처럼 들리므로 제 질문은 다음과 같습니다.
- 삭제할 수 있나요?
- 시작 시 로드 속도를 높이거나 적어도 컴퓨터가 켜질 때까지 로드를 지연시킬 수 있습니까? 미리 감사드립니다! ! 편집: 요청된 dmesg 출력: https://drive.google.com/file/d/10-nMb8-P1YfvVIEuONdkyROSJ7Ev-LRB/view?usp=sharing