Displaying 20 results from an estimated 39 matches for "stooped".
Did you mean:
stoped
2008 Jan 23
2
FOSDEM 2008
Hi all,
Just wondering if anyone is going to FOSDEM 2008 this year. I know Luke
can''t come (which is his loss, more beer for me :P) but that doesn''t mean we
can''t have a little meetup amongst puppeteers! Just to see some faces behind
the nicks and emailaddresses and the like.
Like last year, I''m planning on only visiting one day, probably the Sunday.
Anyone
2007 Feb 14
2
Printing resource before they''re checked
Hi all,
I''m having trouble with a particular recipe, but I don''t know which one! I''m
not getting an error message, puppetd simply hangs (does not respond, needs
a kill -9 to stop). These same recipes work correctly on other nodes (no
problems there). Now I wanted to find the exact line that causes the
problem, but I seem to be unable to make puppetd log the resource
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all,
Today I came across something that I consider a bug. Would like to hear your
opinions.
Facts:
- Using 0.22.1 from Debian Unstable on a Debian Testing machine
- Recipes work on other machines
The recipe in question is:
# Keep home-dirs in sync
file { "/home/tim":
recurse => true,
source =>
2007 Feb 06
23
What I''m doing with Puppet
Hi all,
Just reading through Luke''s interview on computerworld.com.au and I
came across this statement:
"This topic comes up on the list periodically, however, and most
people are very tight-lipped about what they''re doing with Puppet."
Being the chattermouth that I am, I''d like to take this opportunity to
tell you all what we''re (that is, my
2010 Oct 12
4
[0.25.5] Default provider
Hi all,
To start, using puppet 0.25.5 on Debian Lenny with Ruby
1.8.7.72-3lenny1.
I''m giving ruby a shot and am trying to build my own types for several
applications and modify available types found on the ''net for our
usage. However, I keep running into problems with the default provider
it selects. Is there a document somewhere that describes how the
default provider is
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]:
2010 Jul 09
4
resilver of older root pool disk
This is a hypothetical question that could actually happen:
Suppose a root pool is a mirror of c0t0d0s0 and c0t1d0s0
and for some reason c0t0d0s0 goes off line, but comes back
on line after a shutdown. The primary boot disk would then
be c0t0d0s0 which would have much older data than c0t1d0s0.
Under normal circumstances ZFS would know that c0t0d0s0
needs to be resilvered. But in this case
2002 Oct 28
1
Trying to fund my Linux habit...
Okay, it's a bit sad having to stoop to this, but I'm desperately trying
to at least not have to shell out large amounts of my own money to get
gear for Linux development...
I'm thinking about setting up a PayPal account, but since there are some
recent, ahem, issues with PayPal and security I'm a bit hesitant. I'd
like to ask people if they would be inclined to donate
2009 Apr 25
1
Can't dial out until I dial in once
When I restart or reboot I can not dial out. The dial() incorrectly
sees dahdi/1 as busy. I call in once from a cell phone, which is
successful then I can call out with out issue. Any ideas would be much
appreciated.
Sangoma B600de
asterisk-1.6.0.9
dahdi-linux-2.1.0.4
linux-2.6.28-gentoo-r5
wanpipe-3.3.16
###chan_dahdi.conf
;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit
2007 Jul 15
1
Tips for Dummies!
Hi all,
In a fit of helpfulness and working on my IRC-to-Wiki-conversion, I
created a place where to add tips for new users. I couldn''t find it
anywhere else on the wiki, except for a primer in the documentation.
Feel free to add to it (and please do!!):
http://reductivelabs.com/trac/puppet/wiki/ConvertToPuppet
--
Gegroet,
Tim
2007 Feb 12
1
FOSDEM meet-up!
Hi all,
We were just talking on IRC about a meet-up for the interested parties
on Saturday of FOSDEM in Brussels. Although it''s a bit difficult to
pinpoint any spot at this time, we''d thought it would be nice to try
to meet up at 13:00 at the CentOS+Fedora room. When we''re there, we''ll
see if we''re welcome or not :)
If you got any better ideas, now is
2006 Feb 11
1
Regarding samba problem
hi,
I am using samba on red hat linux9.0 system. But when i try to start
samba service using
service smb restart
it's output :
Stooping smb :failed
stopping nmb :ok
starting smb : ok
starting nmb : ok
and then when i try
service smb status
smb stopped
nmb running
why?????
can anyone help me....
Thanks in advance
Niranjan
2019 May 13
2
JavaFX on C7 ?
> -----Original Message-----
> From: Phil Wyett <philwyett at kathenas.org>
> Sent: Sunday, May 12, 2019 10:16 PM
> To: centos at centos.org
> Subject: Re: [CentOS] JavaFX on C7 ?
>
> On Sun, 2019-05-12 at 21:52 -0400, Fred Smith wrote:
> > Hi all!
> >
> > I'm getting:
> >
> > Error: JavaFX runtime components are missing, and are
2007 Feb 14
9
managing multiple files
How can I express the following in puppet?
$http_conf = "/etc/http/conf/httpd.conf"
$vhosts_conf = "/etc/http/conf/vhosts.conf"
@files = ("$httpd_conf", "$vhosts_conf")
foreach f (@files) {
file { "$f":
owner => root, group => root, mode => 664,
source => "puppet://$server/apache/$f",
}
2007 Jan 11
1
Matching on multiple columns
Am I correct in believing that one cannot match on multiple columns?
One can indeed subset on multiple criteria from different variables
(or columns) but not from unique combinations thereof.
I need to exclude about 10000 rows from 108000 rows of data based on
several unique combinations of identifiers in two columns. Only
merge() seems to be able to do that. Merge would allow me to
positively
2007 Mar 19
6
Last call for fixes: Releasing tomorrow
I think I''ve got every fix except one in that''s going to make it into
grover, which I''ll hopefully be releasing tomorrow. I plan on adding
Tim Stoop''s patches for home directory management (#432), but
everything else is getting pushed to the next release at this point.
I''ve fixed all of the major bugs, or at least I think I have. If
2009 May 08
1
Asterisk 1.6.1.0 can't dial out on Sangoma b600
I have a Sangoma b600de analog card using dahdi 2.1.0.4 and I get the
following results (same dialplan, config etc):
Asterisk 1.6.0.1 => works fine
Asterisk 1.6.0.9 => can't dial out unless I dial in once or apply patch
>>>==> http://bugs.digium.com/print_bug_page.php?bug_id=14577
Asterisk 1.6.1.0 => can't dial out, regardless of patch or inbound call
first.
2007 Feb 01
2
Apt should --purge?
Hi all,
Please excuse me if someone has already offered this, but I think the
Apt provider should, in addition to -y and -q, also do --purge. This
will remove config files and keeps /etc cleaner on the whole.
Just a suggestion. Great product and keep up the good work etc.
--
Gegroet,
Tim
(tim|mac or tim|imac on irc)
2007 Jan 22
2
aes unsupported algorithm for ipsec?
Hi all,
I''m trying to create a IPsec tunnel from a Debian Etch machine to a
Cisco PIX. Part of my config is the following:
add x.x.x.x x.x.x.x esp 34501 -m tunnel -E aes-ctr "abcdefghijklmnop";
When I try to set this using setkey, it fails with the following message:
line 9: unsupported algorithm at [abcdefghijklmnop]
parse failed, line 9.
Can anyone tell me what
2010 Feb 16
1
Checking availability of exported resource
Hi all,
Is there any way to check if a certain exported resource already
exist, without collecting and realizing them first? I''d like to
automatically create a @@nagios_servicegroup when it''s mentioned in a
define that creates my service checks. Simply doing "if
defined(Nagios_servicegroup[''newname''])" doesn''t work, since it''s not