[GH-ISSUE #19] Error during installation on OpenWrt tl-wr1043nd-v2 and smsled not working #16

Closed
opened 2026-03-04 12:10:14 +03:00 by kerem · 1 comment
Owner

Originally created by @radiohead-lab on GitHub (Nov 16, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/19

Hi,
I successfully compiled sms_tool package for OpenWrt tl-wr1043nd-v2, installed without error on device...but when I am trying to install luci-app-sms-tool then it complaining an issue about smsled...and it disable smsled service during the installation. When I reboot the router then SMS functionalities are working on OpenWrt GUI, no issues with sending and receiving sms messages, but smsled is still disabled and not working.
Issue during package installation on that specific device:

root@OpenWrt:~# opkg install luci-app-sms-tool_1.9.5-20220816_all.ipk
Installing luci-app-sms-tool (1.9.5-20220816) to root...
Configuring luci-app-sms-tool.
//usr/lib/opkg/info/luci-app-sms-tool.postinst: /etc/uci-defaults/start-smsled: line 5: /etc/init.d/smsled: Permission denied
uci: Entry not found
uci: Entry not found

uci: Entry not found

//usr/lib/opkg/info/luci-app-sms-tool.postinst: line 301: /etc/init.d/smsled: Permission denied
//usr/lib/opkg/info/luci-app-sms-tool.postinst: line 303: /etc/init.d/smsled: Permission denied

Actually I don't understand the start-smsled file, it disables by default smsled during postinst phase of ipk package installation:

/etc/init.d/smsled disable

The additional problem is that couple of uci entries are cannot be found, like this one but I don't know why:

LEDX=$(uci -q get sms_tool.general.smsled)

Thanks for your help in advance.

Originally created by @radiohead-lab on GitHub (Nov 16, 2022). Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/19 Hi, I successfully compiled sms_tool package for OpenWrt tl-wr1043nd-v2, installed without error on device...but when I am trying to install luci-app-sms-tool then it complaining an issue about smsled...and it disable smsled service during the installation. When I reboot the router then SMS functionalities are working on OpenWrt GUI, no issues with sending and receiving sms messages, but smsled is still disabled and not working. Issue during package installation on that specific device: > root@OpenWrt:~# opkg install luci-app-sms-tool_1.9.5-20220816_all.ipk > Installing luci-app-sms-tool (1.9.5-20220816) to root... > Configuring luci-app-sms-tool. > //usr/lib/opkg/info/luci-app-sms-tool.postinst: /etc/uci-defaults/start-smsled: line 5: /etc/init.d/smsled: Permission denied > uci: Entry not found > uci: Entry not found > > uci: Entry not found > > //usr/lib/opkg/info/luci-app-sms-tool.postinst: line 301: /etc/init.d/smsled: Permission denied > //usr/lib/opkg/info/luci-app-sms-tool.postinst: line 303: /etc/init.d/smsled: Permission denied Actually I don't understand the start-smsled file, it disables by default smsled during postinst phase of ipk package installation: > /etc/init.d/smsled disable The additional problem is that couple of uci entries are cannot be found, like this one but I don't know why: > LEDX=$(uci -q get sms_tool.general.smsled) Thanks for your help in advance.
kerem closed this issue 2026-03-04 12:10:14 +03:00
Author
Owner

@radiohead-lab commented on GitHub (Nov 16, 2022):

Ok, so its working! I had to configure it on LuCI GUI to setup SMS notify.
BUT! I suggest to refactor the post-install part because uci Entry notfound messages and permission denied is quiet confusing during the ipk package installation.

<!-- gh-comment-id:1317498534 --> @radiohead-lab commented on GitHub (Nov 16, 2022): Ok, so its working! I had to configure it on LuCI GUI to setup SMS notify. BUT! I suggest to refactor the post-install part because uci Entry notfound messages and permission denied is quiet confusing during the ipk package installation.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-sms-tool#16
No description provided.