I have a problem with the Easyfind service and I hope someone can help me troubleshoot this situation.
My B3 is working in Server mode behind a combined router/modem device. When I activate the Easyfind service through the Web interface I can access my router by supplying the <name>.myownb3.com address.
The moment my IP changes (assigned by ISP), this change seems not to be propagated to the Easyfind service, however, the B3 looks like it is aware of the change.
Here is a snippet from syslog. The IP addresses are (of course) made up, but you see that the change is noticed (18:41:26):
Code: Select all
Sep 26 18:40:01 b3 /USR/SBIN/CRON[17895]: (root) CMD (/etc/init.d/dovecot status >/dev/null 2>&1 || /etc/init.d/dovecot restart)
Sep 26 18:40:01 b3 /USR/SBIN/CRON[17896]: (root) CMD (test -x /usr/lib/web-admin/notify-dispatcher.pl && /usr/lib/web-admin/notify-dispatcher.pl)
Sep 26 18:40:01 b3 /USR/SBIN/CRON[17897]: (root) CMD (test -x /usr/bin/php && /usr/bin/php /usr/share/horde3/scripts/alarms.php)
Sep 26 18:41:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is not the same as the last one '000.000.000.000'
Sep 26 18:41:26 b3 bubba-networkmanager: Starting up
Sep 26 18:42:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is the same as the last one '111.111.111.111'
Sep 26 18:42:26 b3 bubba-networkmanager: Server timed out, terminating
Sep 26 18:42:26 b3 bubba-networkmanager: Daemon terminating
Sep 26 18:42:26 b3 bubba-networkmanager: Shutting down
Sep 26 18:43:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is the same as the last one '111.111.111.111'
Sep 26 18:44:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is the same as the last one '111.111.111.111'
Sep 26 18:45:01 b3 /USR/SBIN/CRON[17912]: (root) CMD (/etc/init.d/dovecot status >/dev/null 2>&1 || /etc/init.d/dovecot restart)
Sep 26 18:45:01 b3 /USR/SBIN/CRON[17913]: (root) CMD (test -x /usr/lib/web-admin/notify-dispatcher.pl && /usr/lib/web-admin/notify-dispatcher.pl)
Sep 26 18:45:01 b3 /USR/SBIN/CRON[17914]: (root) CMD (test -x /usr/bin/php && /usr/bin/php /usr/share/horde3/scripts/alarms.php)
Sep 26 18:45:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is the same as the last one '111.111.111.111'
If I just click "Update Easyfind" under Settings>Identity in the Web interface (without disabling and enabling), the following appears in syslog. It seems to detect the change again, but this time the change is propagated to the Easyfind service and I can access the B3 through <name>.myownb3.com:
Code: Select all
Sep 26 18:46:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is not the same as the last one '000.000.000.000'
Sep 26 18:46:26 b3 bubba-networkmanager: Starting up
Sep 26 18:47:26 b3 twisted: [HTTP11ClientProtocol,client] Got new IP '111.111.111.111' which is the same as the last one '111.111.111.111'
Sep 26 18:47:26 b3 bubba-networkmanager: Server timed out, terminating
Sep 26 18:47:26 b3 bubba-networkmanager: Daemon terminating
Sep 26 18:47:26 b3 bubba-networkmanager: Shutting down
Is there anything I can do to get Easyfind working? Maybe someone can help me with the inner workings of what service invokes what methods so I can go on from there.
---
bIO