Displaying 8 results from an estimated 8 matches for "oughtn".
Did you mean:
ought
2012 Apr 06
2
define function problem
Hi All,
Hope you people are doing good.
I have a manifest file :
lass profile {
# setup profile parms. We dont handle non Ubuntu OS yet
if ("$operatingsystem" == "Ubuntu") {
file {
"/etc/profile.d":
ensure => directory,
purge => true,
force => true,
recurse =>
2012 Jul 09
3
Trouble installing packages with Puppet on Arch Linux
Hey everyone,
I seem to be running into an error that I can''t find an answer for.
I have a simple manifest that installs a few packages and then starts a few
services. But it chokes while installing Nginx with this error:
err: /Stage[main]//Package[nginx]/ensure: change from purged to present
> failed: Could not set ''present on ensure: invalid byte sequence in US-ASCII
2012 Feb 23
9
32bit and 64bit version of a package
Hi,
I''m trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to do"
Any suggestions on the right way to do this?
Thanks!
Alan
--
2005 May 24
28
Xen & Transmeta (from xen-users)
All-
With suggestions from Ian and previous posts on this list, I''ve been
investigating why Xen causes a Transmeta-based system to reboot immediately..
I''ve added instrumentation to xen/arch/x86/boot/x86_32.S (a
collection of ''.asciz "foo"'' statements) hoping to locate a point of
failure.. and it dies sometime before this code is run..
At what point
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it
wakes up from S3 state.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Apr 27
15
puppet way of handling rdist and triggers
We have an existing "management system" of sorts, based on rdist. I''d like
to know the best way to migrate it to using puppet.
Currently, we have a local binaries tree, rdisted out nightly. We also
make use of rdist''s extra capability to trigger scripts when and if named
files are updated.
I''m not sure what the best method would be, of converting this to
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".