diff options
-rw-r--r-- | user/scolobb.mdwn | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 487a680b..4ac20dc3 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -149,11 +149,17 @@ For documentation, see [[hurd/translator/unionmount]]. underlying node of unionfs** *(17 Jul)* Such functionality makes `unionmount` even more transparent. -* **Try to make `eth-multiplexer` work with statically set instances - of `devnode`** *(3 Aug)* The problem was in the fact that the root - node of `eth-multiplexer` was not treated completely similarly as - other nodes; specifically no pseudo master device port was created - for it. Minor modifications to some conditions solved the problem. +* **Try to make `eth-multiplexer` work with static instances of + `devnode`** *(3 Aug)* A static `devnode` translator is a `devnode` + translator which is told to use the eth-multiplexer's pseudo master + device port via the "-M" option. Technically it looks like + `settrans -a <node> devnode -M <dir> <device-name>`, where `<dir>` + is the node on which eth-multiplexer is running. + + The problem was in the fact that the root node of `eth-multiplexer` + was not treated completely similarly as other nodes; specifically no + device port was created for it. Minor modifications to some + conditions solved the problem. ### TODO |