우분투:에러

학교의 모든 지식. SMwiki
Sam (토론 | 기여)님의 2022년 3월 23일 (수) 22:22 판 (→‎Color Profile)
둘러보기로 이동 검색으로 이동

우분투와 관련한 기능들을 담은 지식.틀:우분투 우분투 고유의 기능들을 담아보고 리눅스 전체적으로 사용할 수 있는 건 틀:리눅스에서 다뤄보자.

  1. 우분투:개요
  2. 우분투:apt
    1. 우분투:버전 업
    2. 우분투:php
  3. 우분투:ip주소 조작
  4. 우분투:디렉터리
  5. 우분투:노트북과 우분투
  6. 우분투:원격조작
  7. 우분투:부팅 시 자동실행
  8. 우분투:에러

System policy prevents WiFi scans

위 메시지가 반복해 뜨면서 취소를 해도, 암호를 입력해도 사라지지 않는다. 우분투 20.04 중에서도 이더넷 카드 하나와 무선카드 하나가 있는 노트북에서 제보되는 에러다. 그리고 원격 GUI 조작을 할 때 제보되었다.

정책파일을 만드는 것으로 해결된다.

  1. In terminal, run sudo su -
  2. cd /etc/polkit-1/localauthority/50-local.d
  3. nano 10-network-manager.pkla

Then paste in the following:

[Allow wi-fi scans for all users]
Identity=unix-user:*
Action=org.freedesktop.NetworkManager.wifi.scan
ResultAny=yes
ResultInactive=yes
ResultActive=yes
  1. Save and exit using CTRL+X and y
  2. service network-manager restart

Color Profile

색상 프로파일 설정. 원격접속 시 계속 뜨는 메시지이다.(지겨워)

  1. cd /etc/polkit-1/localauthority/50-local.d/
  2. sudo nano /etc/polkit-1/localauthority/50-local.d/color.pkla
  3. # 아래 내용 입력

[Allow colord for all users]

Identity=unix-user:*

Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile

ResultAny=yes

ResultInactive=yes

ResultActive=yes