Your message dated Tue, 27 Jun 2017 10:33:40 +0200
with message-id <[email protected]>
and subject line Re: [Qa-jenkins-dev] Bug#866054: reproducible: Fix rc.local to 
only display eth0 link status when eth0 is present
has caused the Debian Bug report #866054,
regarding reproducible: Fix rc.local to only display eth0 link status when eth0 
is present
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
866054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jenkins.debian.org
Tags: patch
Severity: normal

Only display the link status when eth0 is present, otherwise rc.local
fails to start up on boot when eth0 is missing.

Patch available in the "rc-local-eth0" branch:

  https://anonscm.debian.org/cgit/users/vagrant/jenkins.debian.net.git/


A partial patch, only showing the changes on one machine:

diff --git a/hosts/bbx15-armhf-rb/etc/rc.local 
b/hosts/bbx15-armhf-rb/etc/rc.local
index 95f5f352..aa6bfefc 100755
--- a/hosts/bbx15-armhf-rb/etc/rc.local
+++ b/hosts/bbx15-armhf-rb/etc/rc.local
@@ -47,8 +47,8 @@ fixup_mtu() {
                if [ -z "$(ip link show eth0 | grep 'eth0:' | grep 'mtu 1500 ' 
|| true)" ] ; then
                        ip link set dev eth0 mtu 1500
                fi
+               ip link show eth0
        fi
-       ip link show eth0
 }
 
 #


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
On Mon, Jun 26, 2017 at 05:14:11PM -0700, Vagrant Cascadian wrote:
> Only display the link status when eth0 is present, otherwise rc.local
> fails to start up on boot when eth0 is missing.
> 
> Patch available in the "rc-local-eth0" branch:

Thanks, merged.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to