...
새로운 사용자 데스크톱 환경 설치.
- Xfce 설치Code Block $ sudo apt-get update $ sudo apt-get install xubuntu-desktop
새로운 데스크톱 환경 적용: xdmcp 데몬 재기동
Code Block $ sudo service lightdm restart
Xmanager 접속 후 로그인 화면에서 xfce Session이나 Xubuntu Session을 선택합니다.
서비스 구동 및 정상 작동 여부 확인 방법
lightdm 구동 및 서비스 여부 확인
Code Block root@ubuntu:~# ps -aef |grep sbin\/lightdm|grep -v grep root 24568 1 0 15:51 ? 00:00:00 /usr/sbin/lightdm root@uby:/etc/lightdm# netstat -anep |grep \:177[^0-9] udp 0 0 0.0.0.0:177 0.0.0.0:* 0 18166350 24929/lightdm udp6 0 0 :::177 :::* 0 18166351 24929/lightdm => IPv6가 적용 중이지 않을 경우 안 나올 수 있습니다.
방화벽 확인
방화벽이 작동하지 않고 있는 아래와 같은 결과가 나오거나 방화벽을 작동해야 한다면 Iptables 매뉴얼을 참고하시어 udp 177번이 허용 상태인 결과가 나오게 해야 합니다.Code Block root@uby:~# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination다.
Xfce 설치 및 적용 확인