| | 44 | |
| | 45 | === "Failed to resolve NameService" error when running nodeBooter === |
| | 46 | ''Answer:'' Make sure that omniNames is running |
| | 47 | |
| | 48 | ==== The error persits even after starting omniNames ==== |
| | 49 | |
| | 50 | It appears the naming service is not starting. Could you send the contents of |
| | 51 | your omniNames.sh file? As an alternative to using omniNames.sh, you can type |
| | 52 | the following from the command line: |
| | 53 | |
| | 54 | |
| | 55 | {{{ |
| | 56 | killall omniNames |
| | 57 | omniNames -start -logdir /home/<your user directory>/logs & |
| | 58 | }}} |
| | 59 | |
| | 60 | |
| | 61 | If you get an error message referring to log files, try typing |
| | 62 | |
| | 63 | |
| | 64 | {{{ |
| | 65 | rm /home/<your user directory>/logs/omninames* |
| | 66 | }}} |
| | 67 | before running omniNames |
| | 68 | |
| | 69 | |
| | 70 | ''Follow-up:'' |
| | 71 | |
| | 72 | Using the commands on the command line worked and I was able to get the |
| | 73 | device registered. |
| | 74 | |
| | 75 | |
| | 76 | {{{ |
| | 77 | killall omniNames |
| | 78 | omniNames -start -logdir /home/Oss/logs & |
| | 79 | }}} |
| | 80 | |
| | 81 | |
| | 82 | Earlier my omniNames.sh was |
| | 83 | |
| | 84 | |
| | 85 | {{{ |
| | 86 | killall omniNames [omniEvents] |
| | 87 | rm /home/Oss/logs/omninames* |
| | 88 | omniNames -start -logdir /home/Oss/logs & |
| | 89 | }}} |
| | 90 | |
| | 91 | |
| | 92 | When I deleted the [omniEvents], the script also worked fine. |
| | 93 | |
| | 94 | |
| | 95 | == OSSIE == |
| | 96 | === Is there a Windows implementation? === |
| | 97 | |
| | 98 | |
| | 99 | ''Answer:'' |
| | 100 | |
| | 101 | There is not a Windows implementation, and there are currently no plans to make one in the future. |
| | 102 | |
| | 103 | The best solution for Windows users who don't have a machine they can install Linux on is to download VMware Player and use the OSSIE VMs, available on the downloads section of our website. |
| | 104 | |