Changes between Version 2 and Version 3 of FAQ

Show
Ignore:
Timestamp:
02/13/08 17:02:37 (5 years ago)
Author:
hvolos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v2 v3  
    1212On the stable branch or 3.1.* tarballs this should work: 
    1313 
     14 
     15{{{ 
    1416  ./configure --disable-all-components --enable-usrp 
    1517  make 
     18}}} 
     19 
    1620 
    1721 
    1822On the trunk 
    1923 
     24 
     25{{{ 
    2026  ./configure --disable-all-components \ 
    2127              --enable-usrp --enable-omnithread --enable-mblock --enable-pmt 
    2228  make 
     29}}} 
     30 
    2331 
    2432 
     
    3442 
    3543''Answer:'' Right click the device in the device list  
     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{{{ 
     65rm /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