nodogsplash Error: No such file or directory - openwrt

After I install & run ndscl status then error:
ndsctl: nodogsplash probably not started (Error: No such file or directory)
I tried reinstalling but still got this error. Did Anybody meet this error?
Tks.

You need to set the option enable flag to 1 in the /etc/config/nodogsplash file.

Related

WHAT DOES THIS ERROR MEAN - error: bundling failed: Error: ENOENT: no such file or directory, scandir '/Users/davidarebuwa/jaro/app/app/img'

Can someone help me make sense of what the terminal is trying to say to me?
I am trying to create a login for my app, and each time i refresh the simulator i get this error: failed to load bundle
So, i think, terminal said you, that it can't find directory with path '/Users/davidarebuwa/jaro/app/app/img'

react native can't find package.json after workaround for load bundle 8081 failed

Facing this error
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:(Unable to resolve module (see pic below). Indeed, none of these files exist:
iOS Simulation Error
Other forums suggested workaround using
rm ./node_modules/react-native/local-cli/core/fixtures/files/package.json
Now I see the following error in terminal:
No such file or directory
How do I create this package.json? What is causing the localhost error and how can I fix this?
I am facing the same issue. The file you pointed to is probably this -
rm node_modules/react-native/local-cli/core/__fixtures__/files/package.json
However, doing this didnt resolve my issue.

React-native - Build failed due to double-conversion

I have created new react-native project through terminal.
react-native init PlayWithAnimation
when I run the react-native app through Xcode. I got this error.
/bin/sh -c \"/Users/sumit/Desktop/React\ Native/RNN/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh\"
/Users/sumit/Desktop/React >Native/RNN/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh: line 2: cd: /Users/sumit/Desktop/React: No such file or directory
/Users/sumit/Desktop/React >Native/RNN/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh: line 3: /Users/sumit/Desktop/React Native/RNN/node_modules/react-native/React/scripts/ios-install-third-party.sh: No such file or directory
/Users/sumit/Desktop/React
Native/RNN/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh: line 3: exec: /Users/sumit/Desktop/React Native/RNN/node_modules/react-native/React/scripts/ios-install-third-party.sh: cannot execute: No such file or directory
The following build commands failed:
PhaseScriptExecution Install\ Third\ Party /Users/sumit/Desktop/React\
Native/RNN/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh
(1 failure)
These are the version which I have used:
node v8.0.0
npm 5.0.3
react-native-cli: 2.0.1
react-native: 0.46.0
xcode 8.3.3
I have checked related to other stackoverflow Q & A but did't get proper solution.
Temporary Solution:
It works smoothly if I create react-native with version="0.44.0". But in version 0.45.0, 0.46.0, 0.47.0 builds are failed and same "double-conversion" issue is getting. And one more thing, when I create new project third-party directory is missing.
node_modules/react-native/ (missing third-party directory)
What would be the problem ?
Tried Solution 1:
I did the following steps:
download the files needed inside the .sh, put it in the ~/.rncache/.
copy the downloaded files into node_modules/react-native/third-party/, ran tar -zxf *** to each file.
build again. But not worked.
Tried Solution 2:
Handling third party build error on react-native 0.46x.
and tried with github issue.
I was really excited to finally get started with React Native but this bug absolutely kills my ability to proceed. I'd really appreciate if someone could help me out with this.
Got the solution from jerry han here: The life saver
Hi Bala, As you can see the error log, That error was from ‘WhiteSpace’ on your working path.
Real Path : /Users/sumit/Desktop/React\ Native/
On cd cmd log : /Users/sumit/Desktop/React:
You should rename your working path to ‘/Users/sumit/Desktop/react_native’.
That will be helpful for you.
With developing or operation work, you may be better not to use ‘space’ on the path.
For me, what worked was just updating the Code Signing preference in Xcode to something different and back again.
E.g. I have Automatically manage signing originally turned on. Turning that off and back on again seems to resolve this issue.

Phonegap: ./create error

I am new with Phonegap, and am using the Terminal to try and develop it with. I am trying to make it so the project is accessible in Xcode.
I'm stuck at creating the project. I type in:
./create ~/Desktop/ProjectFolderName com.myName.hello projectNameForXCodeRefferal
And I am getting the error:
-bash: ./create: No such file or directory
I managed to zone to a bin from using:
~/.cordova
I have been stuck on this for days. I am finding similar errors online, but I have referred to documentation and other StackOverflow topics without success. Is someone willing to give a hand here?
EDIT:
My entire command is this:
/Users/Evee/.cordova/lib/npm_cache/codova-ios/3.8.0/package/bin/create
~/Desktop com.myName.myProj myProj
I get this error now:
-bash: /Users/Evee/.cordova/lib/npm_cache/codova-ios/3.8.0/package/bin/create:
No such file or directory
Any advice?
Nevermind. I am unsure of how I was able to resolve it, but I "SUDO" (aka, root/superuser/elevated admin) commanded to uninstall cordova, and manually entered cordova 2.8.0 as the installation. Following this resource on Github.
https://ccoenraets.github.io/cordova-tutorial/create-cordova-project.html

"Permission denied" error while building AllJoyn framework

I am trying to build Alljoyn framework for my iOS application. But when build this framework I'm getting can't exec '/usr/local/Cellar/scons' (Permission denied) error. I have done the following 'sudo chown -R whoami /usr/local', but no luck!
Can you please help me on what the error could be?
Make sure to set the complete path including the destination file.
I was getting a similar error because I was taking the file path as "/xxxx/alljoyn-15.04.00-osx_ios-sdk/alljoyn_objc/bin/".
The error vanished after updating the file path as : "/xxxx/alljoyn-15.04.00-osx_ios-sdk/alljoyn_objc/bin/AllJoynCodeGenerator"

Resources