mythbackend does not open any tcp port, ver 0.19 did with no problems.
Code: Select all
# netstat -pan | grep myth
unix 3 [ ] STREAM CONNECTED 89429 20428/mythbackend
unix 3 [ ] STREAM CONNECTED 89427 20428/mythbackend
unix 3 [ ] STREAM CONNECTED 89402 20428/mythbackend
Code: Select all
2007-04-02 00:10:37.284 Using runtime prefix = /usr
2007-04-02 00:10:37.455 New DB connection, total: 1
2007-04-02 00:10:37.552 Connected to database 'mythconverg' at host: localhost
2007-04-02 00:10:37.566 Current Schema Version: 1160
Starting up as the master server.
2007-04-02 00:10:37.616 New DB connection, total: 2
2007-04-02 00:10:37.618 Connected to database 'mythconverg' at host: localhost
2007-04-02 00:10:37.624 New DB connection, total: 3
2007-04-02 00:10:37.626 Connected to database 'mythconverg' at host: localhost
2007-04-02 00:10:37.637 EITHelper: localtime offset 2:00:00
2007-04-02 00:10:37.915 EITHelper: localtime offset 2:00:00
2007-04-02 00:10:37.925 TVRec(3) Error: Start channel invalid, setting to 'dummy' on input MPEG2TS instead.
2007-04-02 00:10:37.926 TVRec(3) Error: DBOX2 card configured on video device ,
but MythTV was not compiled with DBOX2 support.
How can I get mythbackend to open tcp ports like 0.19 did??

