[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: maintenance: give an hint of what command to run to fix the wrong MTU

Holger Levsen holger at layer-acht.org
Wed Sep 7 17:47:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bdcbb7a9387bc4d986a67316a459c21fdbf26e63
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Sep 7 17:45:25 2016 +0000

    reproducible debian: maintenance: give an hint of what command to run to fix the wrong MTU
---
 bin/reproducible_maintenance.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index cc07492..e983b91 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -47,8 +47,8 @@ curl http://www.debian.org > /dev/null
 echo "$(date -u) - testing whether the network interfaces MTU is 1500..."
 if [ "$(ip link | sed -n '/LOOPBACK/!s/.* mtu \([0-9]*\) .*/\1/p' | sort -u)" != "1500" ] ; then
 	ip link
-	echo "$(date -u) - network interfaces MTU != 1500 - this is wrong."
-	irc_message debian-reproducible "$HOSTNAME has wrong MTU, please tell the jenkins admins to fix this."
+	echo "$(date -u) - network interfaces MTU != 1500 - this is wrong.  => please \`sudo ifconfig eth0 mtu 1500\`"
+	irc_message debian-reproducible "$HOSTNAME has wrong MTU, please tell the jenkins admins to fix this.  (sudo ifconfig eth0 mtu 1500)"
 	exit 1
 fi
 set +e

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list