We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After ensuring screen is installed, I get this when using code from example to connect to remote host.
screen
PHP Fatal error: Uncaught Exception: MTS\Common\Devices\Shells\Bash::shellStrExecute>> Read data timeout in /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php:81 Stack trace: #0 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(89): MTS\Common\Devices\Shells\Bash->shellStrExecute('\x03\r', '\\[bash\\.5bc1f68...', 10000) #1 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php(252): MTS\Common\Devices\Shells\Base->exeCmd('\x03\r') #2 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(105): MTS\Common\Devices\Shells\Bash->shellKillLastProcess() #3 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Actions/Remote/Connections/Ssh.php(76): MTS\Common\Devices\Shells\Base->killLastProcess() #4 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Actions/Remote/Connections/Ssh.php(47): MTS\Common\Devices\Actions\Remote\Connections\Ssh->connectByUsernameFromLinux(Object(MTS\Common\Devices\Shells\Bash), 'redacted', 'redacted', 'redacted', 22, 30000) #5 /home/g9735/IdeaProjects/mts/MTS/Common/ in /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php on line 81 PHP Fatal error: Uncaught Exception: MTS\Common\Devices\Shells\Bash::shellStrExecute>> Read data timeout in /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php:81 Stack trace: #0 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(89): MTS\Common\Devices\Shells\Bash->shellStrExecute('\x03\r', '\\[bash\\.5bc1f68...', 10000) #1 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php(252): MTS\Common\Devices\Shells\Base->exeCmd('\x03\r') #2 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(105): MTS\Common\Devices\Shells\Bash->shellKillLastProcess() #3 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Bash.php(223): MTS\Common\Devices\Shells\Base->killLastProcess() #4 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(148): MTS\Common\Devices\Shells\Bash->shellTerminate() #5 /home/g9735/IdeaProjects/mts/MTS/Common/Devices/Shells/Base.php(28): MTS\Common\Devices\Shells\Base->terminate() #6 [internal function]: MTS\Common\Devices\Shells\Base->__destruct() #7 {main}
The text was updated successfully, but these errors were encountered:
is this related to Issue?
Sorry, something went wrong.
I solved referenced issue by installing screen. You should resolve that issue by fixing the validation.
This issue is indeed continuation of previous issue, but I don't see how are they related. This is different problem.
No branches or pull requests
After ensuring
screen
is installed, I get this when using code from example to connect to remote host.The text was updated successfully, but these errors were encountered: