Displaying 3 results from an estimated 3 matches for "beyonddc".
Did you mean:
beyond
2013 Oct 28
1
inline_template private method `gets' called for false:FalseClass
Hi,
I am new to Ruby ERB and inline_template. Can anyone spot what''s wrong
with this inline_template?
$moddedContent = inline_template("<%= puts gets(nil).gsub(/one
two three/,\"\") /tmp/blah %>")
exec {
"/bin/echo ''${moddedContent}'' > /tmp/blah" :
}
When I try to apply it, I
2013 Apr 25
1
scheduled_task created but didn't see task under 'Task Scheduler' GUI
Hi All,
I created a scheduled_task resource and applied it. Puppet claimed that it
did added successfully but when I go into the ''Task Scheduler'' GUI, no such
task exist. When I delete the same scheduled_task, Puppet found it and
deleted it. Deleting the same scheduled_task twice, Puppet would do
nothing. That seems to me that the task did created at the first place,
2011 Jun 01
1
libvirtError: internal error Domain mytest didn't show up
Hi All,
I am new using libvirt.
I kept on getting the following error when I try to start my VM. Can anyone
give me any suggestion on what could went wrong?
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 498, in
run_domain
vm.startup()
File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup