Redhat 6 서버에서 xdmcp를 작동시키려고 합니다.
나는 주로 다음 단계를 따릅니다. http://www.yolinux.com/TUTORIALS/GDM_XDMCP.html#RHEL
단계 중 하나에서는 다음을 제안합니다.
Edit file:
Red Hat: /etc/X11/xdm/Xaccess
내 시스템에서는 이 파일이나 xdm 폴더를 볼 수 없습니다. 나는 /etc/X11만 가지고 있습니다:
$ ls -l /etc/X11
total 32
drwxr-xr-x. 2 root root 4096 Jun 29 2011 applnk
drwxr-xr-x. 2 root root 4096 Oct 2 2013 fontpath.d
-rwxr-xr-x 1 root root 1328 Aug 26 2014 prefdm
drwxr-xr-x 4 root root 4096 Oct 29 17:43 xinit
-rw-r--r-- 1 root root 547 Jun 6 2013 Xmodmap
-rw-r--r--. 1 root root 68 Oct 2 2013 xorg.conf
drwxr-xr-x 2 root root 4096 Nov 3 2016 xorg.conf.d
-rw-r--r-- 1 root root 493 Jun 6 2013 Xresources
지금까지 mobaXTerm을 통해 xdmcp 세션을 열려고 하면 빈 화면이 나타납니다.
방화벽 비활성화를 포함하여 위에서 언급한 튜토리얼의 대부분의 단계를 따랐습니다.
나는 또한 gdm을 실행했습니다 :
$ ps -eaf | grep gdm
root 1818 1 0 20:07 ? 00:00:00 /usr/sbin/gdm-binary -nodaemon
root 1848 1818 0 20:07 ? 00:00:00 /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1
root 1851 1848 0 20:07 tty1 00:00:00 /usr/bin/Xorg :0 -br -verbose -audit 4 -auth /var/run/gdm/auth-for-gdm-h5txFF/database vt1
gdm 1937 1 0 20:07 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session
gdm 1938 1 0 20:07 ? 00:00:00 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
gdm 1939 1848 0 20:07 ? 00:00:00 /usr/bin/gnome-session --autostart=/usr/share/gdm/autostart/LoginWindow/
gdm 1946 1 0 20:07 ? 00:00:00 /usr/libexec/gconfd-2
gdm 1964 1939 0 20:07 ? 00:00:00 /usr/libexec/at-spi-registryd
gdm 1965 1 0 20:07 ? 00:00:05 /usr/libexec/gnome-settings-daemon --gconf-prefix=/apps/gdm/simple-greeter/settings-manager-plugins
gdm 1967 1 0 20:07 ? 00:00:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=12
gdm 1974 1 0 20:07 ? 00:00:00 /usr/libexec/gvfsd
gdm 1975 1939 0 20:07 ? 00:00:00 metacity
gdm 1976 1939 0 20:07 ? 00:00:00 /usr/libexec/polkit-gnome-authentication-agent-1
gdm 1978 1939 0 20:07 ? 00:00:00 /usr/libexec/gdm-simple-greeter
gdm 1991 1 0 20:07 ? 00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
root 1998 1848 0 20:07 ? 00:00:00 pam: gdm-password
하지만 이 시점에서는 필요한 xdm 구성을 완료했는지 확인하고 싶습니다. 하지만 Redhat 6에서는 이를 어떻게 구현합니까?
답변1
RHEL 6에서 실제로 변경해야 하는 유일한 파일은 /etc/gdm/custom.conf
Enable=true로 설정하고 GDM을 다시 시작합니까?