EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024 
<== Date ==> <== Thread ==>

Subject: [Bug 1918617] Re: osiSockTest fails
From: mdavidsaver via Core-talk <core-talk at aps.anl.gov>
To: core-talk at aps.anl.gov
Date: Tue, 30 Mar 2021 06:30:28 -0000
As you've found, this test does require a host to have at least one
"trusted" network interface to succeed.  fyi. on my (Linux) laptop, I've
found it useful to keep a "dummy" software bridge w/o firewall
restrictions to allow PVA/CA to work locally with default settings.  I
block that broadcast traffic out of the public interface.

$ cat /etc/network/interfaces
...
auto br0
iface br0 inet static
    address 192.168.254.1
    netmask 255.255.255.0
    pre-up brctl addbr br0
    post-down brctl delbr br0


** Changed in: epics-base
       Status: New => Won't Fix

** Changed in: epics-base
     Assignee: (unassigned) => mdavidsaver (mdavidsaver)

-- 
You received this bug notification because you are a member of EPICS
Core Developers, which is subscribed to EPICS Base.
Matching subscriptions: epics-core-list-subscription
https://bugs.launchpad.net/bugs/1918617

Title:
  osiSockTest fails

Status in EPICS Base:
  Won't Fix

Bug description:
  osiSockTest reports one failure:
  # udpSockFanoutTest()
  # Interface 10.0.2.255:5064
  # Not LO
  # RX2 start
  # RX1 start
  # recvfrom error (11)
  # RX1 end
  # recvfrom error (11)
  # RX2 end
  # Result: RX1 0:0 RX2 0:0
  # Interface 192.168.122.255:5064
  # Not LO
  # RX1 start
  # RX2 start
  # recvfrom error (11)
  # RX2 end
  # recvfrom error (11)
  # RX1 end
  # Result: RX1 0:0 RX2 0:0
  ok 19 - Found non-loopback interface
  not ok 20 - Successes 0

  The code is in line 403:
      testOk(nsuccess>0, "Successes %u", nsuccess);

  
  Here is my ifconfig:
  enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
          inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
          inet6 fe80::d9c8:1c30:9271:e21a  prefixlen 64  scopeid 0x20<link>
          ether 08:00:27:e4:35:68  txqueuelen 1000  (Ethernet)
          RX packets 262876  bytes 333781671 (318.3 MiB)
          RX errors 0  dropped 0  overruns 0  frame 0
          TX packets 74111  bytes 6531238 (6.2 MiB)
          TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

  lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
          inet 127.0.0.1  netmask 255.0.0.0
          inet6 ::1  prefixlen 128  scopeid 0x10<host>
          loop  txqueuelen 1000  (Local Loopback)
          RX packets 8721  bytes 875985 (855.4 KiB)
          RX errors 0  dropped 0  overruns 0  frame 0
          TX packets 8721  bytes 875985 (855.4 KiB)
          TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

  virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
          inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
          ether 52:54:00:8e:4b:63  txqueuelen 1000  (Ethernet)
          RX packets 0  bytes 0 (0.0 B)
          RX errors 0  dropped 0  overruns 0  frame 0
          TX packets 0  bytes 0 (0.0 B)
          TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1918617/+subscriptions

References:
[Bug 1918617] [NEW] osiSockTest fails Dirk Zimoch via Core-talk

Navigate by Date:
Prev: Build failed: EPICS Base 7 base-7.0-269 AppVeyor via Core-talk
Next: scalar get optimization Ben Franksen via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024 
Navigate by Thread:
Prev: [Bug 1918617] Re: osiSockTest fails Dirk Zimoch via Core-talk
Next: Build failed: epics-base base-integration-656 AppVeyor via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024 
ANJ, 31 Mar 2021 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·