Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

ignore loopback interface in udev rules #263

Merged
merged 1 commit into from Dec 19, 2015
Merged

ignore loopback interface in udev rules #263

merged 1 commit into from Dec 19, 2015

Conversation

stumyp
Copy link
Contributor

@stumyp stumyp commented Dec 17, 2015

I was investigating issue with 30 second delay during boot time and found that it happens in a networking service:

systemd-analyze  blame 
         30.188s networking.service

after some debugging I added one more exclusion for loopback interface and it takes 10 times less now:

 systemd-analyze  blame 
          3.078s networking.service

@andsens
Copy link
Owner

andsens commented Dec 17, 2015

Wow. That is a considerable improvement.
@JamesBromberger can you sign off on this?

@stumyp
Copy link
Contributor Author

stumyp commented Dec 17, 2015

There is another ~30 second timeout, but on kernel level:

[    1.684093] tsc: Refined TSC clocksource calibration: 2493.988 MHz
[    5.928127] xenbus_probe_frontend: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...

[   30.929584] xenbus_probe_frontend: Timeout connecting to device: device/vfb/0 (local state 3, remote state 1)
[   30.933666] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[   30.936418] xenbus_probe_frontend: Device with no driver: device/vif/0

@JamesBromberger
Copy link
Contributor

That looks great for the loopback fix. The xen frotlntend issue is known and issue can be dound on the xen issue log.

I'm away on vac until 24th: will look to get changes merged and images out before new year.

-- 
Written on a phone; please excuse typos! Call +61 422 166 708 if the above is garbled beyond recognition or really really funny autocorrect!  :)

-------- Original message --------
From: Anders Ingemann notifications@github.com
Date:17/12/2015 15:47 (GMT+08:00)
To: andsens/bootstrap-vz bootstrap-vz@noreply.github.com
Cc: James Bromberger james@rcpt.to
Subject: Re: [bootstrap-vz] ignore loopback interface in udev rules (#263)
Wow. That is a considerable improvement.

@JamesBromberger can you sign off on this?


Reply to this email directly or view it on GitHub.

@andsens
Copy link
Owner

andsens commented Dec 19, 2015

Alrighty then, merging! Thank you @stumyp
And thanks for the review @JamesBromberger

andsens added a commit that referenced this pull request Dec 19, 2015
ignore loopback interface in udev rules
@andsens andsens merged commit fad4a4e into andsens:master Dec 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants