• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Mars2035

  1. M

    Clients doesnt synronize systime from Router

    I have checked it minutes before on the webinterface but I cannot find how to set the firewall rule on UDP 123. Before I am running into big trouble and set sth. stupid, may somebody give me a hint how to set it on AC56u? The router has no WAN and should give access all local clients to ntpd.
  2. M

    Clients doesnt synronize systime from Router

    The router gets the actual time by an external RTC clock. Thanks Fitz, you mean the version that is introduced by the latest Beta? Well, I will test ntpd from Entware repo before I upgrade my running system. I didint know the firewall rule on UDP 123, I will check this on the AC56u. You script...
  3. M

    Clients doesnt synronize systime from Router

    Ah, ok so a running ntpd service is needed at least? I have Entware-ng installed and it offers ntpd too. I assume it doesnt matter which one I can use.
  4. M

    Clients doesnt synronize systime from Router

    My Asus RT-AC56u (FW 380.62) is running mostly local without WAN, system time is set only by RTC clock at each boot. I was expecting that clients (Linux Rasp+ntp; added in ntp.conf "server <router ip>") can synchronize their systime from the router. But its not the case, which...
  5. M

    User-Scripts: Earliest time to access a file on jffs partition?

    You mean standard tools and services, but why is it possible to make a bind mount on jffs as mentioned here https://www.snbforums.com/threads/tip-how-to-use-modified-webpages-for-the-webui.10847/ (mount /jffs/dnsmasq /usr/sbin/dnsmasq -o bind ...) ?
  6. M

    User-Scripts: Earliest time to access a file on jffs partition?

    Hi, according to https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts init-start is the earliest part right after jffs partion is mounted. Means that I can start accessing files on jffs from init-start script? E.g. to run program. But if I call in /jffs/scripts/init-start #!/bin/sh stat...
  7. M

    RT-AC56u+USB: Which partion and filesystem type?

    I always unmount all drives before shutdown. I dont think so: https://github.com/RMerl/asuswrt-merlin/issues/501
  8. M

    RT-AC56u+USB: Which partion and filesystem type?

    My router isnt running 24/7, after especially a cold boot sometimes the NTFS USB drives (<= 2TB) showing filesystem corruption. It happens on USB2 or USB3 port each connected to a hub. I can fix that in AsusWrt webinterface. I think I have to change partition and file system others than NTFS...
  9. M

    Disable ntp?

    That could be also a solution. Thanks again. I will try it when I solve the problem with USB 3 hub during cold start the router. It seems that the hub dont let the router mounting all harddisks reliable. But I will maybe open another thread.
  10. M

    Disable ntp?

    What or why is it silly to set the time manually if the router has no WAN as I mentioned earlier?
  11. M

    Disable ntp?

    I was successfull to stop ntp by calling killall ntp at the end of services-start. I dont see it anymore in syslog. When is this exactly? How can I find out when these events happen according to syslog? According to Fritz script Am I right when I would set this global CLOCK value by the USB...
  12. M

    Disable ntp?

    Mostly this router runs without any connection by WAN, but to have a reliable time source I always connect a RTC clock via USB and run that PY script to have the actual time. To leave ntp server address empty and let run the service is also fine for me. @john: I am new in this forum, where is y...
  13. M

    Disable ntp?

    I did this, but that doesnt really stops the service, every 30sec there is a syslog entry from ntp. When the datetime is set manually (e.g. python script) on services-start event it seems it will be overwritten by another process back to original FW time. Would be a "killall ntp" at first on...
  14. M

    Disable ntp?

    Hi, I am using Asus RT-AC56u (FW 380.62) at the mom I dont need the ntp service, because I set actual datetime manually. How can I disable it persistently? BTW which function does exist in router os to show actual state of a service? Thanks and regards.
Back
Top