【发布时间】:2015-02-23 02:45:43
【问题描述】:
您好,我是 AWS 服务的初学者。对于我的 rails 应用程序,我使用的是微型和中型实例。我的一个例子是微型的,因为我不能使用任何文本编辑器,例如 nano、vim、joe,它在尝试打开任何文本文件时挂起,即使它小于 100 kb。在尝试通过 scp 复制文件时,它也停止了。在其他情况下,文本编辑器运行良好。这是我在尝试将文件从 EC2 复制到本地时得到的日志文件...
我发现在我的办公室网络中,我的终端和 EC2 之间的 ssh 似乎很慢。在我家它工作得很好......
debug2: channel 0: request exec confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
debug2: channel 0: rcvd ext data 52
Sending file modes: C0664 103506 home_controller.rb
debug2: channel 0: written 52 to efd 6
Sink: C0664 103506 home_controller.rb
home_controller.rb 0% 0 0.0KB/s - stalled
帮帮我...
【问题讨论】:
-
您能解释一下您是如何连接到您的 ec2 实例的吗?你用什么工具来下载那个文件?你是怎么得到那个日志的?
-
我发现在我的办公网络中,我的终端和 EC2 之间的 ssh 似乎很慢。在我家它工作得很好......
-
如果您通过 ssh 连接,如何获得该错误日志?
标签: ruby-on-rails vim amazon-web-services amazon-ec2