We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As commented here #927 (comment) the ubus-lime-utils package uses watchping here:
lime-packages/packages/ubus-lime-utils/files/etc/udhcpc.user
Line 11 in 400ac95
but it does not include it in its dependencies. This results in the following error:
/usr/share/udhcpc/default.script: /etc/udhcpc.user.d/50-client-wwan-watchping: line 11: /etc/init.d/watchping: not found
Additionally, if udhcpc is run manually, it also complains about the nonexistence of client-wwan interface:
udhcpc
client-wwan
ip: can't find device 'client-wwan'
so that a check should be included for the existence of the interface before proceeding.
The text was updated successfully, but these errors were encountered:
Additionally, if udhcpc is run manually, it also complains about the nonexistence of client-wwan interface: ip: can't find device 'client-wwan' so that a check should be included for the existence of the interface before proceeding.
The if check should be inserted between these two lines:
lime-packages/packages/ubus-lime-utils/files/etc/udhcpc.user.d/50-client-wwan-watchping
Lines 2 to 3 in 08a3948
Sorry, something went wrong.
@spiccinini you are indicated as the maintainer of this package, are you still interested in maintaining it? Can you fix this issue?
germanferrero
Successfully merging a pull request may close this issue.
As commented here #927 (comment) the ubus-lime-utils package uses watchping here:
lime-packages/packages/ubus-lime-utils/files/etc/udhcpc.user
Line 11 in 400ac95
but it does not include it in its dependencies.
This results in the following error:
Additionally, if
udhcpc
is run manually, it also complains about the nonexistence ofclient-wwan
interface:so that a check should be included for the existence of the interface before proceeding.
The text was updated successfully, but these errors were encountered: