Differences
This shows you the differences between the selected revisions of the page.
2009-04-24 | 2009-04-24 | ||
anchors (martin) | link to splited pages (martin) | ||
Line 32: | Line 32: | ||
===== [[connection_refused_ftp]] No connection could be made because the target machine actively refused it ===== | ===== [[connection_refused_ftp]] No connection could be made because the target machine actively refused it ===== | ||
- | The same as [[messages#connection_refused|"Network error: Connection refused"]]. | + | The same as [[message_connection_refused|"Network error: Connection refused"]]. |
===== [[connection_timed_out]] Network error: Connection timed out ===== | ===== [[connection_timed_out]] Network error: Connection timed out ===== | ||
- | All reasons and hints for [[messages#connection_refused|"Network error: Connection refused"]] above apply to this error too. | + | All reasons and hints for [[message_connection_refused|"Network error: Connection refused"]] above apply to this error too. |
===== [[no_route_to_host]] Network error: No route to host ===== | ===== [[no_route_to_host]] Network error: No route to host ===== | ||
- | All reasons and hints for [[messages#connection_refused|"Network error: Connection refused"]] above apply to this error too. | + | All reasons and hints for [[message_connection_refused|"Network error: Connection refused"]] above apply to this error too. |
It may also be worth trying again later as this error can be due to temporary network issue. | It may also be worth trying again later as this error can be due to temporary network issue. | ||
===== [[timeout_detected]] Timeout detected ===== | ===== [[timeout_detected]] Timeout detected ===== | ||
- | If you are getting the error while logging in or while initiating file transfer, all reasons and hints for [[messages#connection_refused|"Network error: Connection refused"]] above apply to this error too. | + | If you are getting the error while logging in or while initiating file transfer, all reasons and hints for [[message_connection_refused|"Network error: Connection refused"]] above apply to this error too. |
With [[protocols#ftp|FTP protocol]] you can also try to use [[ui_login_connection#passive_mode|passive mode]]. | With [[protocols#ftp|FTP protocol]] you can also try to use [[ui_login_connection#passive_mode|passive mode]]. | ||
Line 50: | Line 50: | ||
You may get this message when connecting to a server for following reasons: | You may get this message when connecting to a server for following reasons: | ||
* Connection was blocked by firewall. Please refer to [[faq_connection_refused|FAQ]]. | * Connection was blocked by firewall. Please refer to [[faq_connection_refused|FAQ]]. | ||
- | * All reasons and hints for [[messages#unexpected_close|"Server unexpectedly closed network connection"]] below apply to this error too. | + | * All reasons and hints for [[message_unexpected_close|"Server unexpectedly closed network connection"]] below apply to this error too. |
==== In a Middle of Session ==== | ==== In a Middle of Session ==== | ||
Line 92: | Line 92: | ||
* Your account may not be allowed to start a shell at all. With some servers (like OpenSSH or Sun SSH), you may need to be allowed to start a shell, even if using SFTP protocol. | * Your account may not be allowed to start a shell at all. With some servers (like OpenSSH or Sun SSH), you may need to be allowed to start a shell, even if using SFTP protocol. | ||
* Also some servers refuse to start a shell if your password has expired or your account was terminated. | * Also some servers refuse to start a shell if your password has expired or your account was terminated. | ||
- | * Some shells do not work with non-interactive sessions. The same it true for some configurations (or profiles used) for otherwise working shells. This commonly exhibits with [[protocols#scp|SCP protocol]] with associated error message [[messages#startup_message|"Error skipping startup message. Your shell is probably incompatible with the application (BASH is recommended)."]] Try to force ''bash'' shell explicitly on [[ui_login_scp|SCP/Shell tab]] of Login dialog. Using [[protocols#sftp|SFTP protocol]] instead of SCP is another option. | + | * Some shells do not work with non-interactive sessions. The same it true for some configurations (or profiles used) for otherwise working shells. This commonly exhibits with [[protocols#scp|SCP protocol]] with associated error message [[message_startup_message|"Error skipping startup message. Your shell is probably incompatible with the application (BASH is recommended)."]] Try to force ''bash'' shell explicitly on [[ui_login_scp|SCP/Shell tab]] of Login dialog. Using [[protocols#sftp|SFTP protocol]] instead of SCP is another option. |
* OpenSSH server may fail to start shell when chroot is configured, but not possible (e.g. due to permissions). | * OpenSSH server may fail to start shell when chroot is configured, but not possible (e.g. due to permissions). | ||
* SFTP server. Your account may not be able to start SFTP server binary (e.g. ''/bin/sftp-server'') or the binary is not present on your server. Your SSH server may also lack the SFTP subsystem. | * SFTP server. Your account may not be able to start SFTP server binary (e.g. ''/bin/sftp-server'') or the binary is not present on your server. Your SSH server may also lack the SFTP subsystem. | ||
Line 102: | Line 102: | ||
===== [[exit_status_1]] Connection has been unexpectedly closed. Server sent command exit status 1 (or 255 or 0) ===== | ===== [[exit_status_1]] Connection has been unexpectedly closed. Server sent command exit status 1 (or 255 or 0) ===== | ||
- | All reasons and hints for [[messages#unexpected_close|"Server unexpectedly closed network connection"]] above apply to this error too. | + | All reasons and hints for [[message_unexpected_close|"Server unexpectedly closed network connection"]] above apply to this error too. |
===== [[host_is_not_communicating]] Host is not communicating for more than 15 seconds. Still waiting... Warning: Aborting this operation will close connection! ===== | ===== [[host_is_not_communicating]] Host is not communicating for more than 15 seconds. Still waiting... Warning: Aborting this operation will close connection! ===== | ||
Line 185: | Line 185: | ||
===== [[error_listing_directory]] Error listing directory ===== | ===== [[error_listing_directory]] Error listing directory ===== | ||
This is high-level error, and it is typically associated with another error, such as: | This is high-level error, and it is typically associated with another error, such as: | ||
- | * [[messages#timeout_detected|Timeout detected]]; | + | * [[message_timeout_detected|Timeout detected]]; |
- | * [[messages#unexpected_directory_listing|Unexpected directory listing line '...']]. | + | * [[message_unexpected_directory_listing|Unexpected directory listing line '...']]. |
===== [[invalid_access_to_memory]] Invalid access to memory ===== | ===== [[invalid_access_to_memory]] Invalid access to memory ===== |