Recent content by skywayskase

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

  1. S

    nginx not working after firmware upgrade from 380.XX

    Yep, reinstalling entware and then nginx did the trick. Thanks for the tip. I wish it didn't have to come to that, but I'm glad it's working now.
  2. S

    nginx not working after firmware upgrade from 380.XX

    I upgraded the firmware on my RT-AC68U today from 380.65.4 to 384.5. Everything went pretty smoothly, and almost everything works except for NGINX. When I try to start it, I get the following error: nginx: [emerg] getpwnam("nobody") failed (2: No such file or directory) in...
  3. S

    DDNS issue

    What I provided in the first post is pretty much how the script is typed up on my device (just with my actual username, password, and subdomain in place of the argument calls and the quotation marks placed around the url as you suggested) and placed in the appropriate JFFS folder. If $1 is the...
  4. S

    DDNS issue

    Very little new to report yet, although I've been focusing on other projects lately. Running the curl command on it's own (without manually adding any addition header information) works and I receive the desired "nochg" response. but I'm still having issues with the script. In the logs on the...
  5. S

    DDNS issue

    When running manually, the URL is: "https://username:password@domains.google.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4". I have been working under the assumption that the script automatically appended the the "&myip=x.x.x.x" to the end when running.
  6. S

    DDNS issue

    Okay, so after taking a break for a couple days: changing my username back to admin did not fix it (so I changed it back to my own username), my password only contains alpha numeric characters, and running the curl command manually from ssh with the IP address appended to the end actually works...
  7. S

    DDNS issue

    Unfortunately that didn't seem to do the trick either.
  8. S

    DDNS issue

    I tried that as well but it still didn't seem to work.
  9. S

    DDNS issue

    Then how should I edit it?
  10. S

    DDNS issue

    So if the script still isn't working, what should I look at/try next?
  11. S

    DDNS issue

    I did the chmod, but if I'm being honest I'm not sure what you mean by "CR only and not CR/LF". I wrote the script with nano through ssh directly on the device.
  12. S

    DDNS issue

    Yep, although I took them out of the brackets.
  13. S

    DDNS issue

    I keep getting a "ddns: Custom ddns update failed" error when using the script provided for Google Domains in the wiki. I made sure to set the correct permissions as outline in the User Scripts section of the wiki (chmod a+rx /jffs/scripts/*). I'm not really sure of what I'm doing, any help or...
Top