Exec Permission denied

Permission Error (Exec permission denied) when accesing System-> Software menu. I'm
running LuCI openwrt-23.05 on NetGear R6120. Before this issue arise i was trying
to make usb storage to works with ntfs.
Does anybody know how to fix this issue?

What exactly did you do prior to the problem showing up? Did you install packages (if so, which ones)? Did you upgrade packages? Anything else?

I'm struggling to make usb-storage to work. I've installed:
kmod-usb-storage, block-mount, ksmbd-server, ksmbd-utils.

Is that all you did?

What is the output of the folowing:

ubus call system board
df -h

Yes. I believe the problem started after smb.

oot@NG-OpenWrt:~# ubus call system board
{
"kernel": "5.15.113",
"hostname": "NG-OpenWrt",
"system": "MediaTek MT7628AN ver:1 eco:2",
"model": "Netgear R6120",
"board_name": "netgear,r6120",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"revision": "r23129-a3469a90c4",
"target": "ramips/mt76x8",
"description": "OpenWrt SNAPSHOT r23129-a3469a90c4"
}
}
root@NG-OpenWrt:~#
root@NG-OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 3.3M 3.3M 0 100% /rom
tmpfs 27.7M 1.1M 26.6M 4% /tmp
/dev/mtdblock6 9.8M 7.8M 2.1M 79% /overlay
overlayfs:/overlay 9.8M 7.8M 2.1M 79% /
tmpfs 512.0K 0 512.0K 0% /dev
/dev/sda1 1.8T 1.2T 664.5G 64% /mnt/sda1

Do you need to use snapshot?

If not, you should use 22.03.5 (stable release).
https://firmware-selector.openwrt.org/?version=22.03.5&target=ramips%2Fmt76x8&id=netgear_r6120

That's my first time using OpenWRT. I just converter my router to OperWRT, Following the structions.

I'll check the link you provided.
Thanks

Thank you! After upgrading the image it worked!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.