You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/sh
SWAPFILE="/tmp/mnt/DISK_IMG/swapfile"
if [ -f "$SWAPFILE" ]; then
swapon "$SWAPFILE"
fi
But nothing starts automatically (at boot):
/opt/etc/init.d/S99swap - not work
/jffs/S99swap - not work
/jffs/services-start - not work = renamed "S99swap"
/jffs/init-start - not work = "mv /jffs/services-start"
/etc/openvpn/server1/vpn-watchdog1.sh - after reboot always restores original content
/jffs/init-start - not work
/jffs/post-mount - not work
Everything works manually. After reboot nothing works.
Tell me - where should I look for a solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
ASUS RT-AX82U (v1) / firmware 3004.388.9_2-gnuton2
Low memory:
Everything works manually:
But nothing starts automatically (at boot):
/opt/etc/init.d/S99swap - not work
/jffs/S99swap - not work
/jffs/services-start - not work = renamed "S99swap"
/jffs/init-start - not work = "mv /jffs/services-start"
/etc/openvpn/server1/vpn-watchdog1.sh - after reboot always restores original content
/jffs/init-start - not work
/jffs/post-mount - not work
Everything works manually. After reboot nothing works.
Tell me - where should I look for a solution?
Beta Was this translation helpful? Give feedback.
All reactions