Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-68

incorrect warning from runscript about missing network template, also typo in warning

    • Icon: Bug Bug
    • Resolution: Declined
    • Icon: Trivial Trivial
    • None
    • None

      when starting, stopping, or restarting a bridge or tap interface, the runscript issues a warning about a missing template(which has a typo anyways)
      the warning is as follows:

      kralizec etc # /etc/init.d/netif.br0 restart

      • Caching service dependencies ...
      • Please specify a template (template=) for net.br0
      • Please specify a template (template=) for net.tap0
      • Please specify a template (template=) for net.tap1

      the netif.br0, tap0, tap1, and eth1 all have the following template lines:
      netif.br0: template="bridge"
      netif.tap0: template="tap"
      netif.tap1: template="tap"
      netif.eth1: template="interface-noip"

      and ls of the directory shows all the template files are there:
      kralizec data # ls /etc/netif.d/
      bond bridge dhcpcd interface interface-noip ipv6-tunnel tap

      This warning might be the result of the typo in the warning:
      Please specify a template (template=) for net.br0
      should read
      Please specify a template (template=) for netif.br0

            Unassigned Unassigned
            setsuna-xero Glenn Phillips
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: