Bug 1234760

Summary: R startDynamicHelp() fails with a TCP socket error
Product: [Fedora] Fedora Reporter: Erwan LE PENNEC <lepennec>
Component: RAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-25 12:15:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Erwan LE PENNEC 2015-06-23 08:12:32 UTC
Description of problem:

Since a few days, startDynamicHelp does not work anymore and complains about a socket issue.

> tools::startDynamicHelp()
starting httpd help server ...Error in tools::startDynamicHelp() : 
  unable to bind socket to TCP port 18159

Disabling the firewall or selinux, or using R as root does not fix the issue

Version-Release number of selected component (if applicable):
3.2.1
3.2.0


How reproducible:

This bug appears using Rstudio but is visible using the standalone R version (3.2.1 and 3.2.0)

Steps to Reproduce:

> tools::startDynamicHelp()
starting httpd help server ...Error in tools::startDynamicHelp() : 
  unable to bind socket to TCP port 18159

Expected results:

No socket errors

Additional info:

Used to work until a few days.
I'm using update-testing...

Comment 1 Erwan LE PENNEC 2015-06-25 12:15:16 UTC
This issue is caused by NetworkManager who fails to mount the loopback interface:
https://bugzilla.redhat.com/show_bug.cgi?id=1234121

*** This bug has been marked as a duplicate of bug 1234121 ***