Displaying 20 results from an estimated 3000 matches similar to: "Sieve not recognizing keywords"
2007 Nov 23
9
Usage of ''case'' in site.pp
Hi
Does anyone know if the following is supposed to work?
------------------------------------------------------
site.pp
case $psi_rank {
Devel: {
import "Devel/psi_gfa/*"
import "Devel/nodes"
import "Devel/os/yum_update"
}
Prod: {
import "Prod/psi_gfa/*"
import "Prod/nodes"
import
2013 Sep 10
2
Re: libvirt-1.1.2-r1 (Gentoo) fails to start LXC containers (subject line minor edit, was libvirt-1.2.2-r1)
On Tue, Sep 10, 2013 at 1:34 PM, Doug Goldstein <cardoe@gentoo.org> wrote:
> On Tue, Sep 10, 2013 at 9:09 AM, Dennis Jenkins
> <dennis.jenkins.75@gmail.com> wrote:
>
> Yeah our security people got a bit over zealous. That's being rectified.
>
> :)
> >
> > TL;DR: My container is configured to use "br0" for its networking. "br0"
2003 Nov 06
2
Gentoo ebuild
Hi!
Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple
ebuild script for building wxruby on Gentoo.
Few notes:
a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since
it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0
b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK?
Please inspect
2008 Sep 26
3
Unable to emerge Wine 1.1.5 on Gentoo AMD64
Hello,
I am currently trying to emerge wine on my Gentoo AMD64 system, and it is currently failing on the last package. I haven't been able to make much sense out of the error message. If anyone knows what is going on or can otherwise point me to where I should look or anything to try, it would be greatly appreciated.
Here is the error I am getting:
make: *** [programs] Error 2
*
*
2007 Oct 02
5
Is there have a synctax check tool ?
hello,all.
Is there a have some tools to check the puppet manifests before
to use it ? like nagios -v nagios.cfg .the new version puppet client
can''t get error syntax message,so ,when have some syntax error I can''t
found it.
--
Huang Mingyou
2006 Oct 04
1
Error when building doc/html
>Sorry, I'm not really sure what's going on here, It's
>installing via an ebuild cvs which does nothing but download
>the sources, ./autogen.sh, configure (with options), make ;
>make install.
A quick look at that log shows that it is calling ./configure with
--disable-doc, however in CVS the option seems to be
--disable-doxygen-docs, try changing that in the ebuild
2007 Oct 04
5
use client''s server variable instead of $servername?
Our puppetmaster runs on a host with multiple interfaces connected to
various private networks, with different hostnames for each IP. I''m
trying to use $servername in modules to copy files over a private
network, but this is always set to the public hostname of the server.
That route is blocked by a firewall. Is there a way to use the server
variable in puppet.conf in manifests?
2007 Jul 31
2
Node and Class unique naming
All
I am doing some testing and have a quick question. Do class and node
names have to be unique? I define a node:
node test {
include test
}
and a class called test.
When I run the test node and connect I don''t get an error but no
configuration is applied to the node. Is this normal behaviour or a
bug? If it''s normal behaviour should Puppet tell you about the
2007 Oct 09
1
Dovecot, postifx, virtual domains and deliver, what about luser_relay/fallback_relay?
I've read documentation (obviously not the right parts) and googled, but
I can't seem how to solve this simple problem:
I have a machine running postfix/dovecot and using virtual domains,
delivery happens with dovecot's LDA. I also have an Exchange machine
that I have to house some of the users of a given domain.
How can I tell either postifx in general or dovecot's LDA that
2007 Dec 04
7
anyone using generate()?
I was playing around with the generate() function and was wondering if
anyone was making us of it.
The current way I''m attempting to use it is to determine what the homedir of
a given user is.
I have:
---
$homedir = generate("/bin/sh", "-c", "grep ^${name} /etc/passwd | cut -d:
-f6")
---
which returns what I expect it to return except that it preserves the
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a
bit smarter. I have a basic version working fairly well:
define xfile($owner = root, $group = root, $mode = 644, $source,
$backup = main, $recurse = false, $ensure = file) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
recurse
2007 Jul 11
17
Best practise guide
Hi,
I''m a new puppet user (thanks !) and I''m just looking at moving my
homegrown manifest structure into something resembling the best practise
guide at :
http://www.reductivelabs.com/trac/puppet/wiki/PuppetBestPractice. It
seems as if the structure here doesn''t map to the default puppet layout
(and thus doesn''t work with the standard puppet config
2006 Nov 18
1
updated gentoo ebuild provides dovecot-sieve
I'm hoping that there are some Gentoo users on this list who will chime in
on a bug that is near and dear to my heart.
We've created an updated Gentoo ebuild that adds a sieve USE flag and
builds dovecot-sieve if the use flag is enabled.
The gentoo bug is here:
https://bugs.gentoo.org/show_bug.cgi?id=141743
and the ebuild is available as an attachment to that bug, or as a patch
2007 Oct 29
12
Reports in Puppet
Hi,
I wanted to configure reporting in puppet. I came across the
below links which says what needs to be added in config file to enable
reports.
But I was wondering how I view the visual report/graphs do I need to
create my own script.
http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph
http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting
--
Deepak
2007 Sep 13
2
'dns update' compile error on gentoo
Hello,
Gentoo linux has just recently released samba 3.0.25c in portage. I
tried upgrading to it and it worked by default but the dns update
feature was not enabled. When I tried to add that option to the ebuild
script and then install samba, the process errors out when trying to
compile the dns portion.
I have tried reporting it to the gentoo developers but they won't
support my
2006 Oct 04
2
Error when building doc/html
>/tmp/flac/install-sh -d /usr/share/doc/flac-1.1.3/html/api
>(cd api && /usr/bin/install -c -m 644 *
>/usr/share/doc/flac-1.1.3/html/api)
>/usr/bin/install: cannot stat `*': No such file or directory
Oops, I see what's doing it -- like Josh said doxygen is required the
way things are set up in CVS currently.
It's this change here:
2011 Feb 15
1
audio sample rates
--- On Tue, 2/15/11, Romain Beauxis <toots at rastageeks.org> wrote:
> You should be able to use Liquidsoap for that.
Looks interesting. I'm using Gentoo and the official portage tree doesn't have a liquidsoap ebuild. I noticed that Savonet actually prepared its own ebuilds but they are a bit outdated (2007).
I could build directly from source but I'd prefer to do it via
2014 Jul 07
4
[LLVMdev] problem compiling llvm
Hello there,
I am trying to compile llvm from git
the gentoo ebuild llvm-9999.ebuild.
Recently I get an error during compilation.
I am using gcc 4.9.0.
The error is the following:
x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer
-march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe
-fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer
-march=native
2005 May 22
1
Problems with Ices
Karl,
I installed icecast/ices from the latest stable ebuild on gentoo
portage. It appears from the log file that ices is only version 2.0.0
even though the ebuild is version 2.1.0. I just reinstalled icecast with
the newest (unstable) ebuild and it still doesn't seem to have version
2.0.1 of ices. Do you recommend that I manually compile or that I find a
way to use a wrapper for ALSA to
2006 Aug 11
3
xen gui with argo
Hi all,
I have made an ebuild for Steve''s argo xen-tools (v0.6),
if any interest I will put it online.
I am also experimenting by expanding argo to have remote
console access (with a AJAX we interface) so far it''s
not perfect but I am getting the console.
cheers
xming
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com