<div dir="ltr"><div dir="ltr">On Wed, Apr 10, 2019 at 1:41 PM Luke Short <<a href="mailto:ekultails@gmail.com">ekultails@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hey Jerry,<div><br></div><div>On RHEL/CentOS, there are SELinux rules to prevent non-root users from using ping correctly. Try temporarily turning off SELiinux with `sudo setenforce 0`. Alternatively, you may be missing additional dependencies. I have an Ansible role I have created for installing Wine and the suggested/recommended dependencies. You can find the full list of dependencies that are recommended to install in the "wine_dependencies" YAML dictionary <a href="https://github.com/ekultails/ansible_role_wine/blob/extra_dependencies/vars/RedHat.yml" target="_blank">here</a>. If you are familiar with Ansible automation and git, you can use the role from that "extra_dependencies" branch to install Wine. Although unlikely, it could be a packaging issue. The EPEL package was set to use Wine 1.8 (from 2016!) for the longest time and only recently got updated to 4.0. It does not exactly align with the newer/upstream Fedora packages (which is unlike most EPEL packages) that are tested since that distribution uses wine-staging instead of wine-stable. Let us know if you find a solution that works. Good luck!</div><div></div><div><br></div><div>Sincerely,</div><div>    Luke Short</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 10, 2019 at 1:18 PM Jerry Geis <<a href="mailto:jerry.geis@gmail.com" target="_blank">jerry.geis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">I am using wine from EPEL on CentOS 7. <div>My application is running - but I have no network access.</div><div><br></div><div>Doing a ping of my address:</div><div><br></div><div><div>wine ping 192.168.1.8</div><div>0009:err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.</div><div>Pinging 192.168.1.8 [192.168.1.8] with 32 bytes of data:</div><div>PING: transmit failed. General failure.</div><div>^C0028:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0</div></div><div><br></div><div><br></div><div>wine ipconfig /all </div><div><br></div><div>looks all normal.</div><div><br></div><div>Am I missing something to get network access ?   </div><div><br></div><div>What is my next step?</div><div><br></div><div>Thanks</div><div><br></div><div>Jerry</div><div><br></div><div><br></div></div></div>
<br></blockquote></div></blockquote><div><br></div><div>One package listed that I do not have is nss-mdns  ? That seems network related.</div><div><br></div><div>yum provides "*/nss-mdns*" </div><div>results in nothing.</div><div><br></div><div>I am using CentOS 7 from EPEL.</div><div><br></div><div>Thoughts ?</div><div><br></div><div>Jerry </div></div></div>