克隆工作 ubuntu EC2 实例后 FreeNX(nomachine) 无法连接

发布于 2024-12-12 07:23:40 字数 442 浏览 4 评论 0原文

我之前在 Ubuntu 10.04 上设置了一个 EC2 实例,并设置了必要的二进制文件以允许 ssh 以及更重要的是 FreeNX(无机器)在我的 MacOS-10.6 机器上工作。

由于这是在微型实例上完成的,我今天很想在小型实例上尝试它,因此我从 aws 管理控制台(浏览器)创建了一个 AMI 映像,并使用具有完全相同的密钥对和安全设置的映像启动了一个新的小型实例。

我希望实例能够以完全相同的方式工作(除了速度更快),我尝试再次使用 SSH 和 FreeNX 连接到它。

结果:

  • SSH 工作正常,我的环境看起来完全一样。

  • NX 无法连接。

它抱怨用户名/密码不正确。

我想知道为什么会发生这种情况,因为我对 EC2 实例进行了精确克隆,并且我可以使用 NX 与前一个实例进行良好连接?

I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more importantly FreeNX(no machine) to work on my MacOS-10.6 machine.

As this was done on a micro instance, i was keen to try it on small instance today so i created a AMI image from the aws management console(browser) and launch a new small instance using the image with the exact same keypair and security setting.

Expecting the instance to work exactly the same(except much faster) i tried to connect to it using SSH and FreeNX again.

Result:

  • SSH is working fine and my env look exactly the same.

  • NX is unable to connect.

it complain username/password is incorrect.

I wonder why this is happen since i did an exact clone of the EC2 instance and i can connect fine using NX with the previous instance?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苄①跕圉湢 2024-12-19 07:23:40

我也遇到了同样的问题,经过大量搜索后解决了。看来 freenx 丢失了用户名和密码。我通过执行以下操作修复了该问题:

使用 putty 作为 ubuntu 用户登录,

cd /etc/nxserver
sudo vim node.conf
set ENABLE_PASSDB_AUTHENTICATION="1" and save the file

然后

sudo nxserver --adduser xxxxxx
sudo nxserver --passwd yyyyyy
sudo nxserver --restart

我就可以使用 nomachine 使用我刚刚设置的用户名和密码登录。

I had the same issue, and after a lot of searching fixed it. It seems freenx lost the usernames and passwords. I fixed it by doing the following:

log in with putty as ubuntu user then

cd /etc/nxserver
sudo vim node.conf
set ENABLE_PASSDB_AUTHENTICATION="1" and save the file

then

sudo nxserver --adduser xxxxxx
sudo nxserver --passwd yyyyyy
sudo nxserver --restart

after that I was able to log in using nomachine with the username and password I just set.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文