Unable to find IPv4 address to bind?

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
tmcca
Junior
Posts: 15
Joined: Thu Aug 10, 2017 12:21 am
United States of America

Unable to find IPv4 address to bind?

Post by tmcca »

I am confused i did ifconfig and IP address of my machine is 192.168.1.5. However, mythtv says unable to bind this address.

I checked the following:

in mythconverg database;

Code: Select all

Database changed
mysql>  SELECT * FROM settings WHERE value LIKE "%ServerIP%" ORDER BY hostname,value;
+------------------+-------------+----------------+
| value            | data        | hostname       |
+------------------+-------------+----------------+
| MasterServerIP   | 192.168.1.5 | NULL           |
| BackendServerIP  | 192.168.1.5 | thomas-desktop |
| BackendServerIP6 | ::1         | thomas-desktop |
+------------------+-------------+----------------+
tmcca
Junior
Posts: 15
Joined: Thu Aug 10, 2017 12:21 am
United States of America

Re: Unable to find IPv4 address to bind?

Post by tmcca »

Code: Select all

mythtv-status --verbose
Today:    20170814
Tomorrow: 20170815
Considering: One Liners
  Going to process: One Liners
Considering: Status
  Going to process: Status
Loaded XML from localhost
Considering: Encoders
  Going to process: Encoders
Considering: Encoders
  Going to process: Encoders
Considering: Encoders
  Going to process: Encoders
We have the correct protocol version for Encoders
Considering: Recording Now
  Going to process: Recording Now
Considering: Scheduled Recordings
  Going to process: Scheduled Recordings
Considering: Schedule Conflirunning mythtv-status --verbosects
  Going to process: Schedule Conflicts
Failed to load Perl API
Couldn't communicate with 192.168.1.5 on port 6543:  IO::Socket::INET::MythTV: connect: Connection refused
Considering: Shows due to Auto Expire
Considering: Total Disk Space
  Going to process: Total Disk Space
Considering: Total Disk Space
  Going to process: Total Disk Space
We have the correct protocol version for Total Disk Space
We have the correct xml version for Total Disk Space
Unable to find any value for drive_total_total while at Total Disk Space, marked as optional, skipping block.
Considering: Total Disk Space
  Going to process: Total Disk Space
We have the correct protocol version for Total Disk Space
Total disk space is 0 MB, I can't use that to calculate a percentage!
Considering: Disk Space
  Going to process: Disk Space
We have the correct protocol version for Disk Space
Illegal division by zero at /usr/bin/mythtv-status line 445
User avatar
bill6502
Developer
Posts: 2325
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: Unable to find IPv4 address to bind?

Post by bill6502 »

I'd start by looking in your backend log. "Couldn't communicate with 192.168.1.5 on port 6543"
would make me ask if the backend was running.
Post Reply