Bug 1234760 - R startDynamicHelp() fails with a TCP socket error
Summary: R startDynamicHelp() fails with a TCP socket error
Keywords:
Status: CLOSED DUPLICATE of bug 1234121
Alias: None
Product: Fedora
Classification: Fedora
Component: R
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-23 08:12 UTC by Erwan LE PENNEC
Modified: 2015-06-25 12:15 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-25 12:15:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.