[tor-bugs] #23766 [Applications/Tor Browser]: runc bash: cannot set terminal process group (8): Inappropriate ioctl for device

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Oct 4 16:36:36 UTC 2017


#23766: runc bash: cannot set terminal process group (8): Inappropriate ioctl for
device
--------------------------------------+--------------------------
 Reporter:  kkuehl@…                  |          Owner:  tbb-team
     Type:  defect                    |         Status:  new
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+--------------------------

Comment (by kkuehl@…):

 I figured out that this was due to me running dnsmasq which sets
 resolv.conf to 127.0.0.1 so when the container mounts
 After seeing:
  {
  "type": "bind",
  "source": "/etc/resolv.conf",
  "destination": "/etc/resolv.conf",
  "options": [
  "rbind",
  "ro"
  ]
  },

 It wouldn't work.
 Solution: put resonable values in resolv.conf and disable dnsmasq.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23766#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list