Telnet installation [Windows \ Linux \ MacOS]
Windows
Telnet is an application available as Windows feature which is not installed by default. In order to install this program please run the cmd.exe console ("C:\Windows\System32\cmd.exe") as root (right click on cmd.exe and choose "Run as administrator") and paste the following command (right click inside the console to paste):
dism /online /Enable-Feature /FeatureName:TelnetClient
You should see the following message after successful completion:
(c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>dism /online /Enable-Feature /FeatureName:TelnetClient
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19044.1706
Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.
C:\WINDOWS\system32>
Linux/MacOS
Please run the following command in the Linux shell to install Telnet (requires root access):
sudo apt-get install telnet
Related Articles
Ensure your firewall ports are correctly set [Windows/Linux/MacOS]
Before launching Envoy, ensure that: UDP port 123 to pool.ntp.org to verify your system time else your file transfers may not work TCP ports 5005, 5006, 8003 and 443 are open to api.gridmarkets.com TCP port 443 to *.oraclecloud.com and *.oracle.com ...
HOUDINI - Troubleshooting in general
Where in the process does the submission fail? If a Houdini error is reported on hitting Submit in the render_submit ROP then please provide the error text or a screenshot to support@gridmarkets.com. If the Preflight doesn't appear the ensure you're ...
Envoy installation under Linux [Linux]
Envoy for Linux has been tested with Ubuntu, Fedora, Open Suse, Mint, Debian and several other distros, but given that distros can be highly customised we can NOT guarantee it will install or run. This article provides information on how to handle ...
Windows - fixing truncated paths with tildes ("~") in them
If there are tilde characters in your file paths that means you have used a path that is just too long for Windows to handle or you have Long Paths disabled. Paths that are formatted in this way will cause our plugins to fail as they won't be able to ...
Envoy and Submit2GM locations [Envoy 4.5.X+]
Envoy is the uploader and the WWW interface acting as a render manager. WINDOWS: "C:\Users\%USERNAME%\AppData\Local\GridMarkets\Envoy\gm_envoy.exe" LINUX: "~/.local/share/GridMarkets/Envoy/gm_envoy" MAC OS: "~/Library/Application\ ...