christgau / wsdd

A Web Service Discovery host daemon.
MIT License
814 stars 98 forks source link

wsdd.xml generates parse error when running firewall-cmd --check-config #128

Closed ronchristie closed 2 years ago

ronchristie commented 2 years ago

Hi Steffan, When I run firewall-cmd --check-config I get the following: Error: PARSE_ERROR: 'wsdd.xml': Unexpected element include

My wsdd.xml is as follows:

<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>Web Services Dynamic Discovery host daemon</short>
  <description>wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows.</description>
  <port port="3702" protocol="udp"/>
  <destination ipv4="239.255.255.250" ipv6="FF02::C"/>
  <include service="wsdd-http"/>
</service>

I believe this is the unmodified version of the file that installs with the CentOS 7 package. Is this anything I should be concerned about?

christgau commented 2 years ago

Hi Ron,

thanks for opening that issue, but this is nothing I can help with. The firewall config file is provided by your distro's package maintainers. The wsdd sources do not provide that config file. You may contact downstream (https://packages.fedoraproject.org/pkgs/wsdd/wsdd/ looks promising) to ask for that issue, but the error message sounds like something fundamentally is flawed here. I would assume that other packages with similar configs would be affected as well. Thus, you could check your environment with other configs first. That said, I'm closing that issue here.

ronchristie commented 2 years ago

Okay, thanks for the response. I'll do some more research.

On Fri, Jan 7, 2022 at 4:25 PM Steffen Christgau @.***> wrote:

Hi Ron,

thanks for opening that issue, but this is nothing I can help with. The firewall config file is provided by your distro's package maintainers. The wsdd sources do not provide that config file. You may contact downstream ( https://packages.fedoraproject.org/pkgs/wsdd/wsdd/ looks promising) to ask for that issue, but the error message sounds like something fundamentally is flawed here. I would assume that other packages with similar configs would be affected as well. Thus, you could check your environment with other configs first. That said, I'm closing that issue here.

— Reply to this email directly, view it on GitHub https://github.com/christgau/wsdd/issues/128#issuecomment-1007751728, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABK2UXWMGNTXWKM7MVO7EXLUU5K3TANCNFSM5LON5KWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>