Yoshio Sugiyama
Yoshio Sugiyama
Hi, I use both plugins with following nebulous.nvim configuration. I hope this may help you. ```lua local M = {} local colors = require("nebulous.functions").get_colors("midnight") function M.config() require("nebulous").setup({ variant = "midnight",...
duplicate #1055
A part of log file is below. ``` vg00-lv02 253:1 0 32G 0 lvm [SWAP] Removing VG disk from list: /dev/sda Unused disks: a /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi...
I've reproduced it on latest code. ``` vg00-lv02 253:1 0 32G 0 lvm [SWAP] Removing LVM disk from list: /dev/sda Removing LVM disk from list: /dev/sda3 Unused disks: a /dev/sdd...
I believe the cgroup version is v2 in ubuntu 22.04. That may have affected it.
How about the following as a tentative work-around? I modified the run-swop script as follows ``` diff diff --git scripts/bin/run-swop scripts/bin/run-swop index 1987e15..e8a30ba 100755 --- scripts/bin/run-swop +++ scripts/bin/run-swop @@ -97,6...
Since CentOS8 uses cgroup v1 by default, I don't think this workaround is necessary. If you still get the `Unable to extract container ID` error, there may be another problem....
In the released https://github.com/HewlettPackard/swarm-learning/releases/tag/v1.1.0, this workaround https://github.com/HewlettPackard/swarm-learning/issues/103#issuecomment-1164030572 is not required.
I also tried on CentOS Stream 8 and could not reproduce the issue. (I did not use #103 work around.) My SWOP log  Are you using CentOS 8 instead...
Thanks for the logs. I think swarm learning does not work with podman at this time. If possible, could you please install docker and try swarm learning? (I think you...