[mythtv-users] May have found a cause for a bug I am experiencing with the verison of 0.24 that will eventually become 0.25

Douglas Peale Douglas_Peale at comcast.net
Tue Sep 20 14:41:04 UTC 2011


On 09/20/2011 03:23 AM, Craig Huff wrote:
> On Mon, Sep 19, 2011 at 10:11 PM, Douglas Peale
> <Douglas_Peale at comcast.net> wrote:
> snip...
>> $ cat mythtv-backend.conf
>> # MythTV Backend service
>>
>> description     "MythTV Backend"
>> author          "Mario Limonciello <superm1 at ubuntu.com>"
>>
>> start on (local-filesystems and net-device-up IFACE=lo and started udev-finish)
> change ^^^^^ to vvvvvv:
>
> start on (local-filesystems and net-device-up IFACE=lo and
> net-device-up IFACE=eth0 and started udev-finish)
>
>> stop on runlevel [016]
>>
>> #expect fork
>> respawn
>> respawn limit 2 3600
>>
>> pre-start script
>>    [ -x /usr/sbin/mysqld ] || exit 0
>>    for i in `seq 1 30` ; do
>>       /usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping && exit 0
>>       sleep .5
>>    done
>> end script
>>
>> script
>>    test -f /etc/default/locale && . /etc/default/locale || true
>>    LANG=$LANG /usr/bin/mythbackend --syslog local7 --user mythtv
>> end script
>>
> The above change will make mythtv-backend wait until it can talk on
> the eth0 interface to the outside world, not just on the local
> loopback interface which won't get to external ethernet devices.
>
> Craig.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
I have two network interfaces: eth0 and eth1. Currently, eth0 is connected to the internet. Will their names swap around like
the video0 and video1 do? Will I have to make another udev rule to make this work reliably?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://www.mythtv.org/pipermail/mythtv-users/attachments/20110920/16c0540f/attachment.bin 


More information about the mythtv-users mailing list