search for: stoop

Displaying 20 results from an estimated 39 matches for "stoop".

Did you mean: stop
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'...
2009 Apr 25
1
Can't dial out until I dial in once
...=no signalling = fxs_ks channel => 2 context=fromPSTN group=1 echocancel=no signalling = fxs_ks channel => 3 context=fromPSTN group=1 echocancel=no signalling = fxs_ks channel => 4 context=phones group=2 echocancel=no signalling = fxo_ks channel => 5 ~~~ Kind regards, Mike van der Stoop
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 ?
...t of pain and thus have not tried it myself. Though I have been eyeing the work over at [3] wondering how much grief it would be to start with that, port it to 11 and try to use it with cisco's h264[4] instead of ffmpeg[5]. In the meantime, it looks like if we really need JFX, we will have to stoop down to the Oracle version and the maintenance fun that brings. Hope this helps, and please let us know if you find a better or workable way[6] before we do. [1] https://access.redhat.com/articles/1299013#FAQ [2] confirmed by Fred Smith, when he opened this thread. [3] https://github.com/atejeda/...
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
...ndeed in the exclude y column but not #together which(newdata$x %in% exclude$x & newdata$y %in% exclude$y)#also gets it #wrong match(newdata,exclude)# intuitively this could have worked but alas match can #only handle vectors and not dataframes. It cannot match on multiple columns #I have to stoop to the inelegant maneuver of creating a combined variable of the #two columns, albeit only temporarily paste(newdata$x,newdata$y,sep=":") %in% paste(exclude$x,exclude$y,sep=":") #or one could do this match(paste(newdata$x,newdata$y,sep=":"),paste(exclude$x,exclude$y,se...
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 there''s a bug that you think is critical and is still open, let me know ASAP....
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