-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
SSH freezes when using "top" command #1174
Labels
Comments
Hello @mitotem |
Hello Mikhail,I chose from ona of existing peers on Bazaar.Best regards,Samsung Galaxy akıllı telefonumdan gönderildi.
-------- Orijinal mesaj --------Kimden: Mikhail Savochkin <[email protected]> Tarih: 27.11.2018 03:42 (GMT+03:00) Alıcı: subutai-io/p2p <[email protected]> Cc: mitotem <[email protected]>, Mention <[email protected]> Konu: Re: [subutai-io/p2p] SSH freezes when using "top" command (#1174) Hello @mitotem
Thanks for your report. You're right - p2p doesn't produce a log file on Windows. I have a question about the peer, that you use in your environment: it's your own peer or you chose from one of existing peers on Bazaar?
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/subutai-io/p2p","title":"subutai-io/p2p","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/subutai-io/p2p"}},"updates":{"snippets":[{"icon":"PERSON","message":"@crioto in #1174: Hello @mitotem \r\nThanks for your report. You're right - p2p doesn't produce a log file on Windows. I have a question about the peer, that you use in your environment: it's your own peer or you chose from one of existing peers on Bazaar?"}],"action":{"name":"View Issue","url":"#1174 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#1174 (comment)",
"url": "#1174 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [subutai-io/p2p] SSH freezes when using \"top\" command (#1174)",
"sections": [
{
"text": "",
"activityTitle": "**Mikhail Savochkin**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@crioto",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"subutai-io/p2p\",\n\"issueId\": 1174,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"subutai-io/p2p\",\n\"issueId\": 1174\n}"
},
{
"targets": [
{
"os": "default",
"uri": "#1174 (comment)"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 416178304\n}"
}
],
"themeColor": "26292E"
}
]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows 10 Home Single Language
After ssh login to remote peer container, when I run the "top" command, communication stops. Sometimes other commands, e.g. ps -ef, also causes this error.
p2p debug
Version: 8.1.0 Build: 8.1.0
Uptime: 1 h 2 m 3 s
Number of gouroutines: 28
PMTU: Disabled
Bootstrap nodes information:
62.138.0.225:6881 Rx: 71268 Tx: 12259 Version: 8.1.0 Packet version: 20005
Instances information:
Hash: swarm-05169d73-137b-45b0-9ec2-a9e4ee6693aa
ID: d12ceedc-f1a5-11e8-87c6-d8cb8a37cf4b
UDP Port: 50494
Network interfaces: 10.8.10.150
P2P Interface {685D96C3-5191-4021-848D-651A381E6891}, HW Addr: 00:ff:68:5d:96:c3, IP: 10.58.57.254
Proxies: 62.138.0.66:40622/20009 [81] 85.93.91.135:40622/20100 [81]
Peers:
--- a18899c7-f1a5-11e8-8624-d8cb8a37cf4b ---
States: CONNECTED | CONNECTED
Network: 10.58.57.1 06:70:70:b3:3e:45
Endpoint: 46.4.12.97:34545
All Endpoints: 46.4.12.97:34545 [93] 85.93.91.135:20095 [95] 62.138.0.66:20008 [89]
Endpoints pool: 46.4.12.97:34545 85.93.91.135:20095 62.138.0.66:20008
--- End of a18899c7-f1a5-11e8-8624-d8cb8a37cf4b ---
I could not find the path to logs.
The text was updated successfully, but these errors were encountered: