ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:manjaro:22.08

tips

LightDM autologin

該当ユーザは autologin グループに居る必要がある

$ sudo groupadd -r autologin
$ sudo gpasswd -a USERNAME autologin
$ grep ^autologin: /etc/group
autologin:x:966:matoken

/etc/lightdm/lightdm.conf[Seat:*] セクションの autologin-user に対象ユーザを指定.

[Seat:*]
autologin-user=username

avahiで名前解決ができない

avahi-browse -ar などのavahiのコマンドでは名前解決ができるが,他のサービスやコマンドから名前解決できない.

nss-mdns パッケージの導入.

$ pamac install nss-mdns

/etc/nsswitch.confhosts 行に mdns4_minimal を追加する.

- hosts: files mymachines myhostname resolve [!UNAVAIL=return] dns
+ hosts: files mdns4_minimal mymachines myhostname resolve [!UNAVAIL=return] dns

コメント

コメントを入力. Wiki文法が有効です:
   _  __   ____  _____   ____   ___ 
  | |/_/  / __/ / ___/  / __/  / _ \
 _>  <   _\ \  / (_ /  / _/   / , _/
/_/|_|  /___/  \___/  /_/    /_/|_|
 
linux/manjaro/22.08.txt · 最終更新: 2022/08/13 03:09 by matoken