code:work:lvisf:sl2017:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:work:lvisf:sl2017:start [2017/04/07 16:33] – created david | code:work:lvisf:sl2017:start [2018/01/04 20:39] (current) – [Install and Configure Ethernet Driver] david | ||
---|---|---|---|
Line 35: | Line 35: | ||
* [[http:// | * [[http:// | ||
===== Cyclic Testing ===== | ===== Cyclic Testing ===== | ||
+ | |||
+ | **NOTE!!** **This is where I got the idea to run our thread at priority 99, which is directly contradicted by the following page which makes clear there are some things that need to run at higher priority than our program** | ||
+ | Do not configure your application to run with priority 99. There are a few management threads which need to run with higher priority then your application, | ||
+ | </ | ||
Ran this in a second login to create disk load: | Ran this in a second login to create disk load: | ||
Line 331: | Line 335: | ||
DNS2=128.183.50.17 | DNS2=128.183.50.17 | ||
DOMAIN=" | DOMAIN=" | ||
- | GATEWAY=" | + | GATEWAY=" |
+ | # GATEWAY=" | ||
</ | </ | ||
- Add our default gateway | - Add our default gateway | ||
Line 342: | Line 347: | ||
NETWORKING_IPV6=no | NETWORKING_IPV6=no | ||
IPV6INIT=no | IPV6INIT=no | ||
- | GATEWAY=10.4.1.1 | + | GATEWAY=10.4.1.254 |
+ | # GATEWAY=10.4.1.1 | ||
</ | </ | ||
- Ensure our name server can be found (**NOTE:** Probably redundant if you modified the script, but check after rebooting that DNS and domain search are in **resolv.conf**) | - Ensure our name server can be found (**NOTE:** Probably redundant if you modified the script, but check after rebooting that DNS and domain search are in **resolv.conf**) | ||
Line 448: | Line 454: | ||
- Install development libraries for md5sum and gzip in real time < | - Install development libraries for md5sum and gzip in real time < | ||
sudo yum install openssl-devel | sudo yum install openssl-devel | ||
+ | </ | ||
+ | - Install **screen** so we can launch programs into detached terminals! < | ||
+ | sudo yum install screen | ||
</ | </ | ||
- Install md5deep so we can check file integrity < | - Install md5deep so we can check file integrity < | ||
Line 688: | Line 697: | ||
- symbolically link in our **rc.local** into **/ | - symbolically link in our **rc.local** into **/ | ||
- remove the original < | - remove the original < | ||
+ | # remove the symlink | ||
sudo rm / | sudo rm / | ||
+ | # move the original to something else | ||
+ | sudo mv / | ||
</ | </ | ||
- link in the **lvisf** version < | - link in the **lvisf** version < | ||
- | sudo ln -s / | + | sudo ln -s / |
+ | sudo ln -s /etc/rc.d/rc.local / | ||
</ | </ | ||
Line 789: | Line 802: | ||
insmod / | insmod / | ||
exit | exit | ||
+ | </ | ||
+ | |||
+ | ==== Field Addendum ==== | ||
+ | |||
+ | In the field we noticed that the driver was saying unregistered, | ||
+ | |||
+ | < | ||
+ | FIRST! | ||
+ | |||
+ | Make sure this folder exists: | ||
+ | |||
+ | / | ||
+ | |||
+ | Make sure LicenseLoader.so exists in that folder. | ||
+ | |||
+ | (I have attached that file and a tar of the 3 others needed to rebuild) | ||
+ | |||
+ | Hopefully its just that the .so did not make it to that system disk. | ||
+ | |||
+ | If is does exist: | ||
+ | |||
+ | Copy all the files in the tar to: | ||
+ | |||
+ | / | ||
+ | |||
+ | Cd to / | ||
+ | |||
+ | “qmake-qt4” | ||
+ | “make” | ||
+ | |||
+ | This will make the Os library and copy it to the correct folder. | ||
+ | |||
+ | “That is all I got” 😊 | ||
+ | |||
+ | Dave | ||
</ | </ | ||
Line 843: | Line 891: | ||
</ | </ | ||
- Add the following line: < | - Add the following line: < | ||
- | LABEL=LVISF_INTERNAL | + | LABEL=LVISF_INTERNAL |
</ | </ | ||
- Symbolically link to **/ | - Symbolically link to **/ |
code/work/lvisf/sl2017/start.1491582814.txt.gz · Last modified: 2017/04/07 16:33 by david