Bug #15322

Many firewall rejection logs during early boot due to localhost.localdomain DNS lookups

Added by intrigeri 2018-02-18 07:20:15 . Updated 2018-03-14 11:04:58 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2018-02-18
Due date:
% Done:

100%

Feature Branch:
bugfix/15322-fix-early-boot-hostname
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

Looks like the branch for Bug #13574 only partially fixed the problem it was about: it configures a localhost.localdomain entry in /etc/hosts late in the live-config sequence, after other live-config hooks have used sudo (and maybe other things) that attempt to resolve localhost.localdomain.


Subtasks


Related issues

Related to Tails - Bug #13574: localhost.localdomain DNS lookup leaks to Tor circuits Resolved 2017-08-03

History

#1 Updated by intrigeri 2018-02-18 07:20:33

  • related to Bug #13574: localhost.localdomain DNS lookup leaks to Tor circuits added

#2 Updated by intrigeri 2018-02-18 07:45:21

  • Status changed from Confirmed to In Progress
  • % Done changed from 0 to 10
  • Feature Branch set to bugfix/15322-fix-early-boot-hostname

Let’s try to fix the root cause (hostname being set to localhost.localdomain) instead of papering over it.

#3 Updated by intrigeri 2018-02-18 08:43:13

  • % Done changed from 10 to 20

Seems to work just fine, let’s see what Jenkins thinks.

#4 Updated by intrigeri 2018-02-18 12:36:19

  • Assignee changed from intrigeri to bertagaz
  • % Done changed from 20 to 50
  • QA Check set to Ready for QA

#5 Updated by bertagaz 2018-02-19 17:08:59

  • Status changed from In Progress to Fix committed
  • Assignee deleted (bertagaz)
  • % Done changed from 50 to 100
  • QA Check changed from Ready for QA to Pass

OK, that branch seems to do the trick. No more packet rejection logs at boot and nothing in the test suite, merged!

#6 Updated by bertagaz 2018-03-14 11:04:58

  • Status changed from Fix committed to Resolved