<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="monospace"><br>
      Hi,<br>
      <br>
      I'm using icecast via Fedora 37 package and systemd service to
      start.<br>
      <br>
      I've added multiple <listen-socket> but get: <br>
      <br>
      "<span style="color:#000000;background-color:#ffffff;">EROR
        connection/connection_setup_sockets</span> Could not create
      listener socket on port xxx" <br>
      <br>
      Nothing listens on the ports in question, I verified via nc(1) and
      manually starting icecast via <br>
      <br>
      "<span style="color:#000000;background-color:#ffffff;">/usr/bin/icecast
        -c /etc/icecast.xml" </span><br>
      <br>
      I can't find anything (chroot?) in <span
        style="color:#000000;background-color:#ffffff;">icecast.service
        file [1] that might explain how the port is used for a short
        time causing start to fail.  Anyone have an idea what to try?<br>
        <br>
        Thanks,<br>
        Michael</span><br>
      <br>
      [1] <br>
      <br>
      icecast.service: <br>
      <br>
    </font><span style="font-family:monospace"><span
        style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">[Unit]
        </span><br>
        Description=Icecast Network Audio Streaming Server
        <br>
        After=network.target
        <br>
        <br>
        [Service]
        <br>
        ExecStart=/usr/bin/icecast -c /etc/icecast.xml
        <br>
        ExecReload=/bin/kill -HUP $MAINPID
        <br>
        <br>
        [Install]
        <br>
        WantedBy=multi-user.target<br>
        <br>
        <br>
      </span></span>
  </body>
</html>