I have launched 64-bit RHEL6.5 ec2 instance. I have done below steps:
# yum -y groupinstall “Desktop” “Desktop Platform” “X Window System” “Fonts”
In /etc/yum.conf added below line
group_package_types=default mandatory optional
group_package_types=default mandatory optional
#yum -y groupinstall “Legacy X Window System compatibility”
Open /etc/inittab using a text editor and change following line:
id:3:initdefault: to id:5:initdefault:
# init 6
#rpm -ivh nomachine_4.3.30_1_x86_64.rpm
#I have added security port 4000 in Security group of instance for custom tcp rule.
Then i have try to connect my EC2 instance through NoMachine. But i am getting below error
”
Warning: Error is 1, ‘Operation not permitted’.
31008 8440 11:18:22 747.182 Connection: WARNING! Ignoring the I/O error and waiting for the daemon error reporting.
31008 8440 11:18:22 755.179 Connection: Connection at 0x03d44090 failed.
31008 8440 11:18:22 755.179 ClientSession: Runnable at 0x03d44090 caused the session at 0x02591370 to fail.
31008 8440 11:18:22 755.179 ClientSession: Failing reason is ‘Authentication failed’.
31008 8440 11:18:22 759.179 ClientSession: Stopping session at 0x02591370.
31008 8440 11:18:22 769.185 Connection: Stopping connection at 0x03d44090.
31008 8440 11:18:22 769.185 ClientDaemonConnector: Stopping the current connection.
31008 8440 11:18:22 773.183 Connection: Stopped connection at 0x03d44090.
31008 8440 11:18:22 787.181 ClientSession: Stopped session at 0x02591370.
”
#I have installed NoMachine_4.3.30_1 package in windows 7. And i am using PPK key file for authentication. Also i have attached session log.