https://bugs.contribs.org/show_bug.cgi?id=10707

            Bug ID: 10707
           Summary: does not start if bridge installed
    Classification: Contribs
           Product: SME Contribs
           Version: 9.2
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-mediatomb
          Assignee: te...@pialasse.com
          Reporter: te...@pialasse.com
        QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

vim /etc/e-smith/templates/etc/sysconfig/mediatomb/10all

my $interfaces = ${'mediatomb'}{'interfaces'} || ${'InternalInterface'}{'Name'}
;


to 

my $interfaces = ${'mediatomb'}{'interfaces'} ||
${'InternalInterface'}{'bridgeInterface'}||${'InternalInterface'}{'Name'} ;


will fix it

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to