mirror of
https://github.com/4IceG/luci-app-sms-tool.git
synced 2026-04-27 03:45:48 +03:00
[GH-ISSUE #19] Error during installation on OpenWrt tl-wr1043nd-v2 and smsled not working #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Actually I don't understand the start-smsled file, it disables by default smsled during postinst phase of ipk package installation:
The additional problem is that couple of uci entries are cannot be found, like this one but I don't know why:
Thanks for your help in advance.
@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.