Oleg Ginzburg

Results 92 comments of Oleg Ginzburg

Most likely due to the absence of /usr/local/www/clonos/version file. Fixed in clonos ports: https://github.com/clonos/clonos-ports-wip/commit/7554b2554b2204090a781343a91d7fb9ec173f52

same issue. I used to for work-around global env: ``` file_line { 'es-path-conf': path => '/etc/environment', line => "ES_PATH_CONF=/etc/elasticsearch", match => 'ES_PATH_CONF=', } ```

I do not really understand what influence the BE ( I have never used it) on the name of the snapshots has. But how CBSD works with snapshot: when you...

`zroot/ROOT/default` is not hardcoded as path, if you named the pool as 'mypool1/dataset1' then nextcloud jail will be created as `mypool1/dataset1/nextcloud`. I need to check what exactly the BEis doing...

I believe that starting with [14.0.4 release](https://github.com/cbsd/cbsd/releases/tag/v14.0.4) we began to process the reasons for this situation - now the CBSD checks and requires a separate dataset. A separate dataset makes...

@tm-up Hi! Yes, topology parsing has been asking for refactoring for a long time ;-) Can you post/share `sysctl -qn sysctl kern.sched.topology_spec` ? Also, `cpu-topology` script has nothing to do...

The discussion of these changes was started in Telegram. Waiting for details and some comments.

Firewall management in CBSD is quite limited and creates very simple rules. This control is suitable if you do not use your own rules because, as you can see, it...

Installation of packages via `pkglist` occurs before the container receives an address. For this reason, static configuration works correctly (when the network settings are correct), e.g.. ``` cbsd jcreate jname=test1...