From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from MAIL1.WPI.EDU (MAIL1.WPI.EDU [130.215.36.91]) by huchra.bufferbloat.net (Postfix) with ESMTP id 8BE6321F14C for ; Tue, 25 Mar 2014 19:58:21 -0700 (PDT) Received: from MAIL1.WPI.EDU (MAIL1.WPI.EDU [130.215.36.91]) by MAIL1.WPI.EDU (8.14.8/8.14.7) with ESMTP id s2Q2wKm4017700; Tue, 25 Mar 2014 22:58:20 -0400 X-DKIM: Sendmail DKIM Filter v2.8.3 MAIL1.WPI.EDU s2Q2wKm4017700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wpi.edu; s=_dkim; t=1395802700; bh=7oM39HER9Ey2DhVZuysS2h2M6rpoin9MRWRJ257Ru8Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=m43fevCp9kL9r6acHxyAt2f48swWzTsVtNna9lLOkfyGg27ipR+iRLLYP3DAyhNN7 /zsHMcXYmizscAD0JCf8gDNvzDaReyS5LjQAaA75hGdGPa2ZSGzSkiNJCa3XxFei6v jhYtyGNY9aqL9MidCSu8c9wIMOhFOjmKM18CDrVY= Received: from SMTP.WPI.EDU (SMTP.WPI.EDU [130.215.36.186]) by MAIL1.WPI.EDU (8.14.8/8.14.8) with ESMTP id s2Q2wKBR017697; Tue, 25 Mar 2014 22:58:20 -0400 Received: from angus.ind.WPI.EDU (ANGUS.IND.WPI.EDU [130.215.130.21]) by SMTP.WPI.EDU (8.14.4/8.14.4) with ESMTP id s2Q2wIr6006491; Tue, 25 Mar 2014 22:58:19 -0400 (envelope-from cra@WPI.EDU) Received: from angus.ind.WPI.EDU (localhost [127.0.0.1]) by angus.ind.WPI.EDU (8.14.4/8.14.4) with ESMTP id s2Q2wIiH021805; Tue, 25 Mar 2014 22:58:18 -0400 Received: (from cra@localhost) by angus.ind.WPI.EDU (8.14.4/8.14.4/Submit) id s2Q2wIlm021804; Tue, 25 Mar 2014 22:58:18 -0400 X-Authentication-Warning: angus.ind.WPI.EDU: cra set sender to cra@WPI.EDU using -f Date: Tue, 25 Mar 2014 22:58:18 -0400 From: Chuck Anderson To: Ernesto Elias Message-ID: <20140326025817.GX7867@angus.ind.WPI.EDU> Mail-Followup-To: Ernesto Elias , Dave Taht , "cerowrt-devel@lists.bufferbloat.net" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] Need help with the speedtest X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:58:21 -0000 The file is probably in MS-DOS text format with CR-LF line endings given you downloaded it on Windows. You need to convert it to Unix text format. Try this from the shell: cat speedtest.sh | tr -d \r > speedtestfixed.sh mv speedtestfixed.sh speedtest.sh On Tue, Mar 25, 2014 at 10:26:54PM -0400, Ernesto Elias wrote: > Well I made it all read and executable but I still get permission denied. > > and I tried using "putty" but to no avail has it worked for me, but I'll > try again to see if maybe I messed up setting up putty. > On Mar 25, 2014 9:52 PM, "Dave Taht" wrote: > > > chmod a+rx speedtest.sh > > > > will make it readable and executable. > > > > you will also need to edit the file to use #!/bin/sh > > > > I'd argue that a better place for it would be /usr/bin/ > > > > and "putty" is a popular ssh client for windows. > > > > On Tue, Mar 25, 2014 at 6:22 PM, Ernesto Elias > > wrote: > > > Hello everyone ! I'm in dire need of assistance with the new speed test > > that > > > our fellow community member has made. I'm on windows 7 and I used WinSCP > > > program to move the speedtest script into /usr/lib/sqm/ and I double > > checked > > > to make sure that everything is there copied from the webpage into the > > file > > > and named it speedtest.sh and so I used my phone because I have no idea > > how > > > to use ssh on windows 7. And so using the app juicessh I ran the command > > : > > > /usr/lib/sqm/ sh speedtest.sh and I got a permission denied. Any ideas on > > > what I can do ?