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

  1. S

    Entware Cron on asus stock firmware

    Hello, I need to run cron task to run my shell script file daily at 03:00 am time/after reboot. I have successfully installed cron from entware but still no luck with scheduling my script file . For first test I have added line to start my script every 5 min... /opt/etc/crontab: Else I have...
  2. S

    Entware Lost /opt/bin files

    No it was from entware repo script. I can run again this script but I think this can't help because root cause is not working wget :(
  3. S

    Entware Lost /opt/bin files

    I know about backups... but is too late. I can't use your commands because I have problem with wget. My clock is synchronised and have correct time. What I should do to solve wget error 5 problem. How manually reinstall it ? Or unpack ipk package and copy files ?
  4. S

    Entware Lost /opt/bin files

    Hello, I accidentally deleted files in /opt/bin directory and now I don't know how reinstall/add binary files again here. Some of files I added manually like opkg, php8-fpm... Now I have wget error 5 code when I try run opkg update command. What should I do in this case ? Of course I cant...
  5. S

    Entware Entware armv7sf-k2.6 EOS

    No pip I have installed correctly and works okay. But from pip repository package needs unfortunately updated version of gcc. Also would be great if php opcache package can have JIT enabled ? And imagemagick/imagick have hevc/heif support ?
  6. S

    Entware Entware armv7sf-k2.6 EOS

    Yes, it was mixed repos problem because I has 3 at once - entware original, maurer repo and your garycnew. Now with entware original and your repo openssl works correctly. 💪 I have now different problem pip package requires gcc >= 9.3 but in your repo is only 8.4.0. Can you update this package ? 😉
  7. S

    Entware Entware armv7sf-k2.6 EOS

    Yes, exactly. opkg list-installed |grep openssl libopenssl - 3.0.14-2 libopenssl-conf - 3.0.14-2 libopenssl-legacy - 3.0.14-2 openssl-util - 3.0.14-2 php8-mod-openssl - 8.4.7-1 python3-openssl - 3.11.10-1
  8. S

    Entware Entware armv7sf-k2.6 EOS

    I have problems with ssl module in python. Can't be loaded. Please look. Entware: python -c "import ssl; print(ssl.OPENSSL_VERSION)" Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/lib/python3.11/ssl.py", line 100, in <module> ImportError...
  9. S

    Entware How do I write my own script for entware

    Thank you. So first 3 characters in file name must be S99 ? How should looks file inside if I want execute command: iptables-restore /opt/iptables.rules ? For second command I need to create next file or I can write all in one file ? How do it correctly ?
  10. S

    Entware How do I write my own script for entware

    Maybe I need to change something in nvram ? Look at my nvram show | grep opt admin@RT-AC55U:/tmp/home/root# nvram show | grep opt size: 31061 bytes (30379 left) modem_pincode_opt=1...
  11. S

    Entware How do I write my own script for entware

    I don't have in jffs folder called scripts: admin@RT-AC55U:/jffs# ls fixsamba smb.conf syslog.log syslog.log-1 usericon admin@RT-AC55U:/jffs# cd scripts -sh: cd...
  12. S

    Entware How do I write my own script for entware

    Hello, I need Your help. In my Asus RT-AC55U router is installed Entware. It works good (opkg and other commnads). But I need to write my own sript to be runned at start up router. So in /opt/etc/init.d I have script for dnscrypt-proxy and I need to write another for rclone. Also for iptables I...
  13. S

    set up services filter - acces only few ip to runner dlna server

    Who or where I can find help/solution for this problem? This is important for me because I don't want to share all my private media content to all connected devices and people's from other family.
  14. S

    set up services filter - acces only few ip to runner dlna server

    can you help me how do it ? I only know some basic commands in terminal. or maybe is in entware some software to do it ?
Back
Top