Thanks pbix,
After your report of problem free installation, I tried again.
* reinstalled 1.3.10
* restored my backed up configuration (the one I built manually after finding out about the incompatibility of wireless settings between 1.3.9 and 1.3.10, that had worked at least for a while)
* tried your suggestion
You can cause a renew from the command line using the command "kill -s USR1 <pid>". You have to replace <pid> with the pid of the udhcpc process. Hopefully you know how to use 'ps' to get that.
I was able to use ps to find the correct <pid> and kill it. The time and date of lease expiry were updated (13hours in future), but still no WAN connection.
I then went back to 1.3.9 to do some testing:
I discovered that the renew lease button didn't work correctly for me (using Firefox Win 3.6.13) in 1.3.9 either! I had never needed to use it before, so hadn't noticed.
I was quite sure that my initial update to 1.3.10 had worked for a while, so upgraded again to 1.3.10 but started testing with the default configuration. I will add configuration options one section at a time and reboot / test after each one to see if I can identify what breaks it.
* default configuration (I'm using DHCP wired):
works
+ wireless switched on AP mode, encryption WPA2 PSK:
works
+ date format changed to yyyy/mm/dd:
works
* at this point checked that renew lease button works (it does, but only updates lease by 1 hour (Win PC connected directly to cable modem, command line ipconfig /release, ipconfig /renew gives 24 hours)
+ change timezone to my local time (UTC+10) from GMT. Now "Connection/basic" page shows same numerical time/date as before TZ change, just has AEDT after it. ie
time date not converted to global time zone settings.
* tried rebooting to see if this got fixed - NO, time still wrong
* tried command line udhcpc restart - lease expiry date updated by 1 day, time unchanged.
* tried clicking renew lease button, updated time, date format used changes to mm/dd/yy (global settings are yyyy/mm/dd), date goes BACK by 1 day
Summmary: looks like the script(s) involved for renewing on button click and/or auto renewal may not be using the global date/time settings from the System/Time page, and this may be causing the problem.
What do you think I should try next?
Ian