Tigervnc-server paketini sunucuya kurdum.
[root@localhost ~]# rpm -qa tigervnc tigervnc-1.1.0-16.el6.x86_64
Bir vnc kullanıcısı yaratıldı ve bu kullanıcı için de vncpasswd oluşturuldu.
[root@localhost ~]# useradd vnc [root@localhost ~]# vncpasswd vnc Password: Verify: [root@localhost ~]#
/ Etc / sysconfig / vncserver içinde bu 2 satırı değiştirdim
VNCSERVERS="2:vnc" VNCSERVERARGS[2]="-geometry 800x600"
Hizmete başlarken bu hatayı veriyor.
[root@localhost ~]# service vncserver start Starting VNC server: 2:vnc You will require a password to access your desktops. getpassword error: Inappropriate ioctl for device Password: [FAILED] [root@localhost ~]#
Neden bu hatayı alıyorum?