Recent content by Simpistic

  1. S

    Entware Problem mounting opt / installing entware

    Yep, that did it now it works straight after a reboot. I really appreciate the help you and the others gave me! Just a quick question, why would that work but not the startup.sh. Was it bad shell syntax or something else?
  2. S

    Entware Problem mounting opt / installing entware

    While it works when I invoke the command manually. Once I put it inside the start script it doesn't.. I also can't replace the script_usbmount with it because screen is only available after the start script mounts the drive ..
  3. S

    Entware Problem mounting opt / installing entware

    Didn't help. They have statically linked binaries on their website, I have downloaded and extracted them. Do I need to just replace them with the ones in the Entware drive's bin directory, am I getting this right or should I do something else?
  4. S

    Entware Problem mounting opt / installing entware

    Nope, looks like something is wrong with the script Admin@TUF-AX3000_V2-5848:/tmp/home/root# /opt/etc/init.d/S06tailscaled start Starting tailscaled... done. Admin@TUF-AX3000_V2-5848:/tmp/home/root# tailscale status failed to connect to local tailscaled; it doesn't appear to be...
  5. S

    Entware Problem mounting opt / installing entware

    Closing the session does indeed kill the daemon. It seems that Eentware doesn't come with the latest version of tailscale, what would be the best way to get the latest version installed? Should I just ask on the Entware github, or is it simple enough that I can install in myself? I tried your...
  6. S

    Entware Problem mounting opt / installing entware

    Seems that might be it, I don't have a problem when I run 2 different ssh sessions. What should I put in the start script to let the tailscaled service run in background?
  7. S

    Entware Problem mounting opt / installing entware

    It is able to start now, but it still dies after killing the ping commad. logs: {"logtail": {"client_time": "2023-11-10T14:53:26.97144668Z","proc_id": 1690510277,"proc_seq": 174}, "text": "tailscaled got signal interrupt; shutting down\n"} {"logtail": {"client_time"...
  8. S

    Entware Problem mounting opt / installing entware

    I don't need anything fancy from tailscale, just remote access to the machine. Only log file I managed to find was: ./tailscaled.log1.txt: {"logtail": {"client_time": "2023-11-10T14:02:14.96889582Z","proc_id": 1078765275,"proc_seq": 2}, "text": "Program starting: v1.46.1, Go 1.20.7...
  9. S

    Entware Problem mounting opt / installing entware

    It does start the daemon but when I ping one of my devices it just dies after I stop the ping ( hit CTRL + C): Admin@TUF-AX3000_V2-5848:/tmp/home/root# /opt/etc/init.d/S06tailscaled start Starting tailscaled... done. Admin@TUF-AX3000_V2-5848:/tmp/home/root#...
  10. S

    Entware Problem mounting opt / installing entware

    Yeah I actually played around with it and just edited so it would be like the Entware installation guide: sleep 5 mount --bind /tmp/mnt/entware_drive/entware /opt and that seems to do the trick! But I also encountered another problem, when I tried to run Tailscale i got the following: Failed...
  11. S

    Entware Problem mounting opt / installing entware

    [/CODE] isn't that the point of the startup.sh script, you asked me to debug it so we know for sure that it is being called and does have "mount --bind": RGET_PATH="/tmp/mnt/entware_drive" if mount | grep -q "on /opt "; then # asusware might be mounted here, get rid of it sleep 10 #...
  12. S

    Entware Problem mounting opt / installing entware

    OK!, some good news. I have manged to locate another thumb drive I had laying around which I used for Ventoy and when I plugged it in instead I got the download master icon. So I formatted the drive to ext2, installed Download Master and redid your guide. After that I installed Entware and...
  13. S

    Entware Problem mounting opt / installing entware

    Here is my output: apps_analysis=0 apps_depend_action= apps_depend_action_target= apps_depend_do= apps_dev=sda1 apps_download_file= apps_download_percent= apps_install_folder=asusware.arm apps_ipkg_old=0 apps_ipkg_server=http://nw-dlcdnet.asus.com/asusware/arm_new/stable apps_local_space=/rom...
  14. S

    Entware Problem mounting opt / installing entware

    Sadly they only support V1 I am afraid not
  15. S

    Entware Problem mounting opt / installing entware

    Sorry I think I made a mistake, it just seems like it still doesn't mount it properly:
Back
Top