ComputerSteve
Senior Member
yes but what do I add to the file?
OK i have the file but all thats inside it is #!/bin/sh ... What would I have to add to make time machine delay start or restart at boot? Do you know?You can use the built in editor vi, or install nano from entware (if you have entware installed).
Personally, vi is a bear to use (30+ year old original editor), so I use nano. I also use WinSCP and log into the router that way so I can use notepad++ to edit scripts on the router.
I have a services-start but all it has is #!/bin/sh inside it
sleep 60 # sleep for 60 seconds
service restart_timemachine
service restart_timemachine
first to make sure that actually works for you.chmod +x /jffs/services-start
.service restart_timemachine
works before you reboot, do you mean the command gives you just an OK, or does the command actually resolve your issue? I am working just on the assumption that restarting the daemon is the same as enabling / disabling time machine. It may not be, and another approach is required - such using nvram and disabling time machine, followed by enabling it again.Thanks @RMerlin when you release a new test build for the RT-AC86U I will let you know if its working.I applied the official upstream fix, we'll see how it works out since I can't test it.
avahi: cleanup: ensure entries are dead for at least 1s · RMerl/asuswrt-merlin.ng@17fa585
If a dead AvahiEntry cleanup is scheduled, and we try to schedule another one, defer the existing callback by 1s. Also remove other calls to avahi_cleanup_dead_entries. This is done to ensure that...github.com
When this fix is applied how do I remove the services start thing? Do I just delete the file and recreate it or just remove what I have inside of it.Check to make sure the script is executable by enteringchmod +x /jffs/services-start
.
When you say thatservice restart_timemachine
works before you reboot, do you mean the command gives you just an OK, or does the command actually resolve your issue? I am working just on the assumption that restarting the daemon is the same as enabling / disabling time machine. It may not be, and another approach is required - such using nvram and disabling time machine, followed by enabling it again.
Just so you know @RMerlin the problem is still happening on 386.5 beta 1 on my GT-AX11000. The only way I can fix this is to toggle time machine after a reboot / or running that services-start script thing. If I don't do that after reboot the time machine name changes by adding numbers to the end of it.I applied the official upstream fix, we'll see how it works out since I can't test it.
avahi: cleanup: ensure entries are dead for at least 1s · RMerl/asuswrt-merlin.ng@17fa585
If a dead AvahiEntry cleanup is scheduled, and we try to schedule another one, defer the existing callback by 1s. Also remove other calls to avahi_cleanup_dead_entries. This is done to ensure that...github.com
Then you will have to wait for the Avahi devs to resolve the issue.Just so you know @RMerlin the problem is still happening on 386.5 beta 1 on my GT-AX11000. The only way I can fix this is to toggle time machine after a reboot / or running that services-start script thing. If I don't do that after reboot the time machine name changes by adding numbers to the end of it.
Has there been any fix on this??? I still have to resolve this through SSH. I wish maybe @RMerlin could apply some type of fix to have this so the hostname doesn't constantly change. If I change a wifi setting it changes & other things cause it to change. I need to manually run service restart_timemachineSo I think I found maybe whats causing this issue that after reboot AVAHI doesn't set the hostname properly. It has something to do with Diversion @thelonelycoder and the Alternate blocking list (I have set to 192.168.1.4) & Exclude devices from ad-blocking (I have set to 192.168.1.3). I notice that this seems to happen Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.3. Shouldn't it be the router IP of 192.168.1.1 its joining not the exclude server IP.
Mar 2 23:59:12 avahi-daemon[5562]: Host name conflict, retrying with AX11000-DEN-419
Mar 2 23:59:12 avahi-daemon[5562]: Registering new address record for 192.168.1.3 on br0.IPv4.
Mar 2 23:59:12 avahi-daemon[5562]: Registering new address record for 192.168.1.4 on br0.IPv4.
Mar 2 23:59:12 avahi-daemon[5562]: Registering new address record for 192.168.1.1 on br0.IPv4.
Mar 2 23:59:12 avahi-daemon[5562]: Registering new address record for 127.0.1.1 on lo.IPv4.
Mar 2 23:59:12 avahi-daemon[5562]: Registering new address record for 127.0.0.1 on lo.IPv4.
Mar 2 23:59:12 avahi-daemon[5562]: Withdrawing address record for 192.168.1.3 on br0.
Mar 2 23:59:12 avahi-daemon[5562]: Withdrawing address record for 192.168.1.4 on br0.
Mar 2 23:59:12 avahi-daemon[5562]: Withdrawing address record for 127.0.1.1 on lo.
Mar 2 23:59:12 avahi-daemon[5562]: Withdrawing address record for 127.0.0.1 on lo.
Mar 2 23:59:12 avahi-daemon[5562]: Host name conflict, retrying with AX11000-DEN-420
Mar 3 00:01:43 avahi-daemon[9459]: Registering new address record for 192.168.1.3 on br0.IPv4.
Mar 3 00:01:43 avahi-daemon[9459]: Registering new address record for 192.168.1.4 on br0.IPv4.
Mar 3 00:01:43 avahi-daemon[9459]: Registering new address record for 192.168.1.1 on br0.IPv4.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!