• 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 LastSilmaril

  1. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    Yup, that worked. It looks like unless the cron timeout interval of ASUSwrt(-merlin) is something configurable, the maximum interval between the two emails needs to be less than 600 seconds (maybe with like a 30 second buffer to allow for the time it takes to send the emails themselves, so 570...
  2. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    The interval between notifications, I guess, I set to 3 hours. So the script, I guess, runs for that long. However cron thinks that if a script runs for longer than 600 seconds, it is time to kill it and try again. I will test this by lowering the interval down to 3 minutes and forcing a DDNS...
  3. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    It sure looks like it thinks it was unsuccesful, but I'm not sure why. The email log is successful, and yet there are all these successive attempts. Hopefully it'll stop after four. #!/bin/sh wicens_wanip_retry_time=1681474800 # Attempting to send wan ip change notification Fri Apr 14 2023 @...
  4. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    So it looks like there are multiple instances fighting each other? Because of the cron config? Like they were meant to be killed, but weren't in the right order, so each time, you end up with one more process than you need (which is also? why cron thinks it has two emails to send? There are a...
  5. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    New issue rn is--my IP actually changed, but the old IP isn't actually replaced by the new one after the notification. I got a new 'new IP' notification every 10 minutes for 40 minutes, not sure if this is a permissions issue or something. This was on v3.20 though (I forgot to check for the...
  6. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    Ah ok great, water under bridge Mmm will do, actually now that I know a bit more about how the script works/is structured I'll probably begin poking around in there, haha The best feeling, glad to contribute a bit to that!
  7. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    Yup, that did it! Log was fine and I successfully received the email. (Not that it matters now but, sorry if this was unclear before--the message from the postmaster site mentioned in my log is the thing translated from German in quotes in my first post)
  8. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    Hmm, so I did try earlier to set it to use the amtm settings/curl and that didn't work. After resetting the script just now and trying again, I got the same error, and the log is basically identical to the second one attached to my earlier post. Any other ideas you have I'll try, I'll be up for...
  9. LastSilmaril

    [WICENS] WAN IP Change Email Notification Script v4

    I think? the recent changes break compatibility with GMX.com's service. You get a 554 error and a link with more info, which states (machine-translated from German): Notably, amtm/diversion (whose email I settings I set up after I did those in wicens) works fine. (I'm not sure how to get a...
Back
Top