From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) by dpdk.org (Postfix) with ESMTP id B86692BE1 for ; Tue, 27 Jun 2017 22:23:56 +0200 (CEST) Received: from pps.filterd (m0053301.ppops.net [127.0.0.1]) by mx0a-00191d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id v5RKIJrs037673 for ; Tue, 27 Jun 2017 16:23:55 -0400 Received: from flpd657.enaf.ffdc.sbc.com (sbcsmtp9.sbc.com [144.160.128.153]) by mx0a-00191d01.pphosted.com with ESMTP id 2bbx9hg4c0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 27 Jun 2017 16:23:55 -0400 Received: from enaf.ffdc.sbc.com (localhost [127.0.0.1]) by flpd657.enaf.ffdc.sbc.com (8.14.5/8.14.5) with ESMTP id v5RKNtBN091937 for ; Tue, 27 Jun 2017 13:23:55 -0700 Received: from flpi488.ffdc.sbc.com (flpi488.ffdc.sbc.com [130.4.162.182]) by flpd657.enaf.ffdc.sbc.com (8.14.5/8.14.5) with ESMTP id v5RKNohg091898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 27 Jun 2017 13:23:50 -0700 Received: from tlpd252.dadc.sbc.com (tlpd252.dadc.sbc.com [135.31.184.157]) by flpi488.ffdc.sbc.com (RSA Interceptor) for ; Tue, 27 Jun 2017 20:23:43 GMT Received: from dadc.sbc.com (localhost [127.0.0.1]) by tlpd252.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id v5RKNhfr014078 for ; Tue, 27 Jun 2017 15:23:43 -0500 Received: from SAUSMAILHUB.ad.tri.sbc.com (sausmailhub.ad.tri.sbc.com [144.60.55.228]) by tlpd252.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id v5RKNcXe013757 for ; Tue, 27 Jun 2017 15:23:38 -0500 Received: from SAUSMAILMBX1.ad.tri.sbc.com ([144.60.55.229]) by SAUSMAILHUB.ad.tri.sbc.com ([144.60.55.228]) with mapi id 14.03.0351.000; Tue, 27 Jun 2017 15:23:38 -0500 From: "McCullough, Harrison" To: "users@dpdk.org" Thread-Topic: bug: pktgen-dpdk leaves terminal in abnormal state, no text or cursor Thread-Index: AdLvgvVhrvYjP5IxRdmj2juIYeX1ng== Date: Tue, 27 Jun 2017 20:23:38 +0000 Message-ID: <942AD08E4186F644A54168E4F84117C93178BB@SAUSMAILMBX1.ad.tri.sbc.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [144.60.57.137] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-RSA-Inspected: yes X-RSA-Classifications: public X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-27_12:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706270321 Subject: [dpdk-users] bug: pktgen-dpdk leaves terminal in abnormal state, no text or cursor X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2017 20:23:57 -0000 When I start pktgen-dpdk just like the example in the documentation, like t= his: ./test_pmd -c 0x3 -n 2 And then quit by typing 'quit' or 'Ctrl-x' and hitting enter, my terminal i= s left in a very abnormal state. I can see my PS1 showing up but the cursor d= oes not move and text does not appear when I type. At first I assumed it was fr= ozen, but eventually I discovered that my commands were working and I could see t= he output of commands, but the text that I type doesn't show up. If I use the `reset` command then everything goes back to normal. I am using PuTTY from Windows 7 to connect to a Ubuntu 14.04 server.