From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id 8217021F3B7 for ; Thu, 5 Mar 2015 01:50:45 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1425549045; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=6geCLe4rXafvcBbw/rILzcht9/UJjkXNtI4nM3yD/kU=; b=JSHRAaNZxIWr9xDTWGf4LDgejB34LFhZkFBEZT4hjtJYvol2o0n0RNRcd8nfj5rOoXVUl77q IxIyFnm96ZvPC1tXp9gUR645uv2G83dwunCvWJlV0/3ZiKg+eAVrXFr9/duqwv5hss9iBcW6 DWbGYfxDN0egO9aEXgsSB/FrWp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=rrhJCz1LhHFVp0rXnkeVeK4yg31OOmZdMu2u/hBXPcQjATaRLGU0H4bGm3/ER/11t2SdWl b/u6Dnhf4oactP+yHrdPRA6VjZDE9Vlsk8X+Fk42gn2E+5aVb7dBEIdLDqzH+G/Hjhd0F206 K7mOH8V19u2aQd8mpWJ0fay+PHk7w= Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 54f826ed.7f8734cc4e40-in07; Thu, 05 Mar 2015 09:50:37 -0000 (UTC) Date: Thu, 05 Mar 2015 01:50:36 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <54f826ecf0e06_90f3ff7fd7312b8781f9@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] a4b171: sqm-scripts: quiet the hotplug script (supress deb... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_54f826ecf0a16_90f3ff7fd7312b8780a8"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 09:51:14 -0000 ----==_mimepart_54f826ecf0a16_90f3ff7fd7312b8780a8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: a4b171d32e146e886dbff91a8ecd881821627a6a https://github.com/dtaht/ceropackages-3.10/commit/a4b171d32e146e886dbff91a8ecd881821627a6a Author: Sebastian Moeller Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm Log Message: ----------- sqm-scripts: quiet the hotplug script (supress debugging output) The hotplug script for sqm-scripts had debug logging enabled, since that is not needed for normal use, this commit silences the hotplug script again. Signed-off-by: Sebastian Moeller Commit: a9020bf6118f2a8b43ec9383cd547be5efd35c06 https://github.com/dtaht/ceropackages-3.10/commit/a9020bf6118f2a8b43ec9383cd547be5efd35c06 Author: Sebastian Moeller Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups During system start up pppoe devices seem to receice ifup events before the interface actually exists. This commit makes sqm's run.sh script test whether the sys files for an interface exist before actually trying to start an SQM instance on an interface. This seems to nicely avoid starting on an not fully established pppoe interface and avoids a number of error messages during startup. Signed-off-by: Sebastian Moeller Compare: https://github.com/dtaht/ceropackages-3.10/compare/b5ff451caa0d...a9020bf6118f ----==_mimepart_54f826ecf0a16_90f3ff7fd7312b8780a8--