You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed lxd on my system in order to use this gem and when I tried to follow the example there is a segmentation fault. Tried the following ruby versions:
2.5.9
2.6.8
2.7.4
I honestly don't know what to do and sorry for asking for help with such little information. Any advice or hint will be well received and thanks in advance for paying attention to this issue
My versions:
ruby --version
ruby 2.5.9p229 (2021-04-05 revision 67939) [x86_64-linux]
gem list | grep lxc
ruby-lxc (1.2.3)
snap list
Name Version Rev Tracking Publisher Notes
lxd 4.17 21390 latest/stable canonical✓ -
On IRB:
require'lxc'c=LXC::Container.new('foo')c.create('ubuntu')# create a container named foo with ubuntu templatec.start=>true=>#<LXC::Container:0x0000560305750018>
Hello!
I installed
lxd
on my system in order to use this gem and when I tried to follow the example there is a segmentation fault. Tried the following ruby versions:I honestly don't know what to do and sorry for asking for help with such little information. Any advice or hint will be well received and thanks in advance for paying attention to this issue
My versions:
On IRB:
produces:
The text was updated successfully, but these errors were encountered: