fixes to get hero working

This commit is contained in:
timurgordon 2024-12-04 01:46:56 +03:00
parent a7cbdd198c
commit 2a60caaa77
8 changed files with 12 additions and 12 deletions

View File

@ -49,5 +49,5 @@ Please see below the ThreeFold DMCC license:
![](img/threefold_dmcc_license_certificate.jpg) ![](img/threefold_dmcc_license_certificate.jpg)
!!wiki.def alias:threefold_fzc,tf_fzc,threefold_dubai,tf_dubai !!wiki.def alias:threefold_dmcc,tf_dmcc

View File

@ -1494,7 +1494,7 @@ You can read this [documentation](farmers@@5_set_bios_uefi) to learn more about
### For my 3Node server, do I need to enable virtualization in BIOS or UEFI? ### For my 3Node server, do I need to enable virtualization in BIOS or UEFI?
Yes, you should enable virtualization. On Intel, it is denoted as *CPU virtualization* and on ASUS, it is denoted as *SVM*. Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI. Yes, you should enable virtualization. On Intel, it is denoted as _CPU virtualization_ and on ASUS, it is denoted as *SVM*. Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
@ -1780,7 +1780,7 @@ Short answer: no. Long answer: [click here](https://forum.threefold.io/t/does-it
### My 3Node lost power momentarily and I had to power it back on manually. Is there a better way to proceed? ### My 3Node lost power momentarily and I had to power it back on manually. Is there a better way to proceed?
In your BIOS, go in *Security Settings* and choose *Last* for *AC Power Recovery*. If you want, set a delay between 60 and 240 seconds. This will ensure your 3Node does not power on and off frantically if your power flickers on and off, thus potentially damaging the unit. On other BIOS, it's *After Power Loss*, and you should choose *Previous State*. In your BIOS, go in *Security Settings* and choose *Last* for _AC Power Recovery_. If you want, set a delay between 60 and 240 seconds. This will ensure your 3Node does not power on and off frantically if your power flickers on and off, thus potentially damaging the unit. On other BIOS, it's *After Power Loss*, and you should choose *Previous State*.
*Depending on your 3Node, the parameter might have a different name. *Depending on your 3Node, the parameter might have a different name.

View File

@ -1,6 +1,6 @@
<h1>GPU Farming</h1> <h1>GPU Farming</h1>
Welcome to the *GPU Farming* section of the ThreeFold Manual! Welcome to the _GPU Farming_ section of the ThreeFold Manual!
In this guide, we delve into the realm of GPU farming, shedding light on the significance of Graphics Processing Units (GPUs) and how they can be seamlessly integrated into the ThreeFold ecosystem. In this guide, we delve into the realm of GPU farming, shedding light on the significance of Graphics Processing Units (GPUs) and how they can be seamlessly integrated into the ThreeFold ecosystem.

View File

@ -289,13 +289,13 @@ As a general advice, you can Load Defaults (Settings) on your BIOS, then make su
* Choose the correct combination of BIOS/UEFI and bootstrap image on [https://bootstrap.grid.tf/](https://bootstrap.grid.tf/) * Choose the correct combination of BIOS/UEFI and bootstrap image on [https://bootstrap.grid.tf/](https://bootstrap.grid.tf/)
* Newer system will use UEFI --> the Dell Optiplex 7020 uses UEFI * Newer system will use UEFI --> the Dell Optiplex 7020 uses UEFI
* Bootstrap image: *EFI IMG* and *EFI FILE* * Bootstrap image: _EFI IMG_ and _EFI FILE_
* Older system will use Legacy BIOS * Older system will use Legacy BIOS
* Bootstrap image: *ISO* and *USB* * Bootstrap image: *ISO* and *USB*
* Set *Multi-Processor* and *Hyperthreading* at Enabled * Set *Multi-Processor* and *Hyperthreading* at Enabled
* Sometimes, it will be written *Virtual Cores*, or *Logical Cores*. * Sometimes, it will be written *Virtual Cores*, or *Logical Cores*.
* Set *Virtualization* at Enabled * Set *Virtualization* at Enabled
* On Intel, it is denoted as *CPU virtualization* and on ASUS, it is denoted as *SVM*. * On Intel, it is denoted as _CPU virtualization_ and on ASUS, it is denoted as *SVM*.
* Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI. * Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
* Enable *Network Stack* (sometimes called *Network Boot*) * Enable *Network Stack* (sometimes called *Network Boot*)
* Set *AC Recovery* at *Last Power State* * Set *AC Recovery* at *Last Power State*

View File

@ -94,7 +94,7 @@ Hero uses three main directories to build an mdbook `books`, `collections` and `
- `context.md` sets the proper configuration for the mdbook using the command `configure` - `context.md` sets the proper configuration for the mdbook using the command `configure`
- This file is the same throughout all the `info_tfgrid` repository. - This file is the same throughout all the `info_tfgrid` repository.
``` ```
!!books.configure \!!books.configure
buildroot:'~/hero/var/mdbuild' buildroot:'~/hero/var/mdbuild'
publishroot:'~/hero/www/info' publishroot:'~/hero/www/info'
install:true install:true
@ -107,11 +107,11 @@ Hero uses three main directories to build an mdbook `books`, `collections` and `
- It also point the URLs where the markdown files are located - It also point the URLs where the markdown files are located
- In the directory `collections` as we've seen above - In the directory `collections` as we've seen above
``` ```
!!book.generate name:'new_mdbook' title:'New mdbook' \!!book.generate name:'new_mdbook' title:'New mdbook'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook' url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook'
!!doctree.add \!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/new_mdbook' url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/new_mdbook'
``` ```

View File

@ -163,7 +163,7 @@ There are some distinctions between mdbook and hero mdbook. This is subject to c
- hero mdbook cannot use parentheses in tables of contents (e.g. in SUMMARY.md) - hero mdbook cannot use parentheses in tables of contents (e.g. in SUMMARY.md)
- hero mdbook uses the following include template: - hero mdbook uses the following include template:
``` ```
!!wiki.include page:'collection_name:file_name.md' \!!wiki.include page:'collection_name:file_name.md'
``` ```
- hero mdbook cannot parse codes with tabs or spaces - hero mdbook cannot parse codes with tabs or spaces
- list contents are parsed as paragraphs (e.g. defs, comments, text, links), they can't contain code blocks - list contents are parsed as paragraphs (e.g. defs, comments, text, links), they can't contain code blocks

View File

@ -1,6 +1,6 @@
```js ```js
!!sshagent.key_define \!!sshagent.key_define
name:'books' name:'books'
privkey:' privkey:'
-----BEGIN OPENSSH PRIVATE KEY----- -----BEGIN OPENSSH PRIVATE KEY-----

View File

@ -1,7 +1,7 @@
```js ```js
!!books.configure \!!books.configure
buildroot:'~/hero/var/mdbuild' buildroot:'~/hero/var/mdbuild'
publishroot:'~/hero/www/info' publishroot:'~/hero/www/info'
install:true install:true