Displaying 12 results from an estimated 12 matches for "semantico".
Did you mean:
semantics
2008 Feb 04
0
xen-utils-3.2-1 xen-hypervisor-3.2-1 on etch
....22-3/+linux-image-2.6.22-xen-3.1-1&hl=en&ct=clnk&cd=1&gl=uk&client=firefox-a
Which I think is a cross compiled Ubuntu kernel.
I'm guessing that the problems relate to the dom0 kernel being much older than the hypervisor version.
--
Giles Westwood, Systems Administrator,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Giles.Westwood at semantico.com>
<tel:+44-1273-358231> <fax:+44-1273-723232>
2007 Jun 13
3
Facter ''operatingsystemrelease'' fact.
...fault: operatingsystemrelease => kernelrelease
I have access to various releases of the major OSs above, plus Solaris
10 (i386).
I figure this should be easy enough, so i''m happy to tackle it as my
first foray into Ruby.
Thoughts?
--
Mike Pountney, Information Systems Manager,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Mike.Pountney@semantico.com>
<tel:+44-1273-358209> <fax:+44-1273-723232>
2007 Jun 04
3
Method of specifying tags in the puppetd.conf
..., so install everything.
I don''t care if i break it.
I am currently trying to learn Ruby, so am happy to attempt
implementation of this myself, but before I start work on this I thought
I''d ask for opinion...
Regards,
mike
--
Mike Pountney, Information Systems Manager,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Mike.Pountney@semantico.com>
<tel:+44-1273-722222;ext=209> <fax:+44-1273-723232>
2007 Jul 03
3
$operatingsystem variable.
In the documentation, there is an example such as this:
case $operatingsystem {
sunos: { include solaris } # apply the solaris class
redhat: { include redhat } # apply the redhat class
default: { include generic } # apply the generic class
}
I''ve seen the $operatingsystem variable used elsewhere.
What actually puts the value into the $operatingsystem variable?
Does
2007 May 11
5
dry-run?
Greetings.
Long story short ... configuration changes were made to my puppet
clients while my puppet server was unavailable. I would like to run
puppetd in such a way that it will list what files it would replace, but
not actually replace them, so that I can synchronize my server with my
various clients.
rsync has a -n (--dry-run) option that does this. But I can''t find one
in
2007 May 01
7
RFC: Changing variable override
It seems like a very common expectation that the following code would
work:
class boo {
$me = "/something"
file { $me: ensure => present }
}
class yay inherits boo {
$me = "/something/else"
}
Yet, as many have found to their chagrin, it does not work. Should it?
I believe I know how I could make this work: Create a single
variable namespace for class
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will
have none as mount point. When I try to use puppet (using mount type)
for managing fstab I get problems because "name" in both instances
(i.e. mount path) will be "none". How should I fix this within puppet?
Regards
Halvard Moe
2007 Jul 10
18
Recursive permissions
Does anyone know if it''s possible to do the following:
Given the directory structure:
/foo/bar
/foo/bar/<bunch of stuff>
Is it possible to set /foo/bar to, say 555, and all stuff below to 440
or the directory equivalent?
Thanks,
Trevor
2007 Jun 05
1
Puppet common misconceptions wiki page.
After stumbling merrily into the ''node inheritance variable override''
problem last night (see ''RFC: Changing variable override'' thread for
more info), it occurred to me that it would be useful to have a page in
the Wiki to describe common misconceptions of the way that the puppet
language and system works.
Are folk happy for this to be a separate page, or
2007 May 11
2
Can you use a define for a virtual type?
I''m having problem with the following manifest, trying to use a define
as a virtual type:
define adm_user ( $user,
$uid,
$comment,
$sysgroup = "sysadmin",
$shell = "/bin/bash",
$basedir = "/home.local",
$ensure = "present"
)
2003 Oct 07
2
How to change permissions on a directory without meaning to... - include/exclude semantics
Hi,
Think I've found either a documentation bug, in rsync (or possibly a
code bug), with the include/exclude feature. This occurs on (at least)
2.5.5 and 2.5.6
First I created a file list of files that I wanted backed up
[root@poppy root]# cat /tmp/sendmail-rpmverify-out
/etc/
/etc/aliases
/etc/mail/
/etc/mail/helpfile
/etc/mail/local-host-names
/etc/mail/sendmail.mc
2007 Jul 05
16
Getting a list of managed machines on the puppetmaster.
Is there an easy way to list which puppet daemons a puppetmaster controls?
... and from that, is there a way of getting the puppetmaster to store a
copy of their compiled configuration somewhere?
Thanks,
mike