Displaying 2 results from an estimated 2 matches for "stracent".
Did you mean:
strace
2006 Jun 09
4
WEBrick won''t start
without going into actual source code yet, here is the general scenario:
i''ve pulled down a project from svn that a friend has been developing on
a linux box... i''m on a windows box.
if i run "ruby script/server", i get one line of output:
=> Booting WEBrick...
then it dies and goes back to command prompt with no error messages.
...however, if i pull down the
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi,
I wrote a little "hello world" script and I am a little concerned by
execution that hangs for long periods of time.
*computer:*
Windows XP Professional Service Pack 3
Intel(R) Xeon(R) CPU
W3550 @ 3.07GHz
3.07GHz, 3.50 GB of RAM
*init.pp:*
class hello
{
notice(''Hello world!'')
}
*command line:*
puppet apply --debug -e ''include hello''