Bug #13598

Slow opening of files with vi

Added by sajolida 2017-08-06 16:26:28 . Updated 2017-09-28 18:52:46 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2017-08-06
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

Since 3.0, the opening of files with vi is very slow (several seconds). I think this affects other operations as well but I’m not sure. The following message also appears:

amnesia@amnesia:~/Persistent/fundraising/partners_donations$ vi partners_process.mdwn
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain

A workaround is to add localhost.localdomain to the /etc/hosts:

sed -i 's/localhost/localhost localhost.localdomain/' /etc/hosts

Subtasks


Related issues

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

History

#1 Updated by sajolida 2017-08-06 16:26:56

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

#2 Updated by sajolida 2017-08-06 16:27:36

  • Target version set to Tails_3.2

intrigeri: If that’s “trivial” (haha!) to fix, could it be a candidate for 3.2?

#3 Updated by sajolida 2017-08-06 16:28:01

  • Assignee set to intrigeri

intrigeri: If that’s “trivial” (haha!) to fix, could it be a candidate for 3.2?

#4 Updated by tailshark 2017-08-06 17:01:33

I saw this come up right after my gitlab push.

I tried to follow merge policy with the other ticket but it doesn’t appear to allow me to modify my own ticket status unless I’m blind. I tried to make the pull as easy as I could for you guys. Shout at me if I did it all wrong.

#5 Updated by intrigeri 2017-09-01 12:00:02

  • Assignee changed from intrigeri to anonym

#6 Updated by intrigeri 2017-09-07 06:48:17

tailshark wrote:
> I tried to follow merge policy with the other ticket but it doesn’t appear to allow me to modify my own ticket status unless I’m blind.

I’ve just given you the “Contributor” status on Redmine so you should now be able to do so :)

#7 Updated by intrigeri 2017-09-07 06:48:28

  • related to deleted (Bug #13574: localhost.localdomain DNS lookup leaks to Tor circuits)

#8 Updated by intrigeri 2017-09-07 06:48:36

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

#9 Updated by intrigeri 2017-09-07 06:49:08

  • Status changed from Confirmed to In Progress
  • % Done changed from 0 to 10
  • QA Check set to Ready for QA

(Should be fixed by the fix for Bug #13574 so let’s handle these 2 in lockstep.)

#10 Updated by anonym 2017-09-13 13:42:01

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

#11 Updated by anonym 2017-09-28 18:52:46

  • Status changed from Fix committed to Resolved