similar to: aes unsupported algorithm for ipsec?

Displaying 20 results from an estimated 1000 matches similar to: "aes unsupported algorithm for ipsec?"

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 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
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 =>
2014 May 02
1
User not found when using shadow for passdb
I am getting "user unknown" when trying to connect to the dovecot server using IMAP. The client gets an authentication failed message and does not download mail. The host system uses shadow passwords in /etc/shadow. I would like to use the same passwords for IMAP sessions, so I have set the passdb driver to shadow. The system is Slackware, which does not use PAM. Here is the dovecot
2003 May 12
2
shared_media
Hello everybody. I have a problem with my firewall rules on my Slackware Linux box 9.0 (kernel 2.4.20-xfs). This system is configured with 3 NIC (one for the router, one for the dmz, and the other for the private net). I have written a firewall (iptables) that is processing packet based also on the incoming interface. This firewall is connected in a not good environment where all the NIC (and the
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
2006 Dec 11
6
load balacing with https home banking
Hello everybody. I''m running linux 2.6.19 with nth match to alternatively snat outgoing connections to two different ip addresses for load balancing between two adsl lines: Here is: $IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m multiport --dports 80,443 -m statistic --mode nth --every 2 -j SNAT --to adslA $IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m multiport
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 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
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 Feb 20
5
Recipe for Apache2 on Debian (Etch)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Tim, *! Thank you for posting your nice apache2 recipe to the wiki! It''s really good to see how others make things happen and a good example for others. One little thing though caught my notice because I''m currently making the same naughty thing on Simple Text Recipes. There is no ensure attribute. Since you already have done
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 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]:
2007 Aug 13
2
package versions and external checks
Hi all, I''m looking into a way to centrally manage installed packages on a fairly fine-grained level. We prefer not to blindly install every new update, but when a mechanism in which we can "approve" of a certain version or not. At first I was thinking about something external to puppet, but then I remembered that it''s possible in puppet to tell which version needs to
2007 Oct 31
2
Managing apache authentication
Hi there. I''m trying to wrap my head around puppet and its parlance and need some guidance... 2 Questions: 1) I have done some puppet stuff on a new server and would like to hear whether I have done things "the right way" 2) I want to build on top of that and am not sure how... Question 1 ========== We don''t normally host static websites for people, but have been
2007 Feb 08
5
Documenting puppet manifests
Hi there, I''m trying to document my puppet manifests, and I have created kind of a template for class documentation. After documenting a few I thought it would be great for complex manifests if we could have a tool that read some kind of standard documentation in puppet manifests and create HTML (or other format) documentation, as javadoc in Java or RDoc (?) in Ruby. So two questions:
2008 Jul 23
1
Broadsoft Sip provider
I am looking for a sample sip configuration of a SIP provider that runs Broadsoft VoIP switch. My sip provider is Conecta from Brasil, that only give me a SIP IP address to configure my asterisk box, when I call them for support or authentication data to load on my sip.conf, they say me that I don?t need such data, so, anyone knows how I would configure my Asterisk box against a Broadsoft peer?
2007 Nov 04
21
Package management
Anyone care to share how they handle yum updates? We have a script that runs yum update nightly and then emails us the results when there are packages to be updated. Ideally I''d like a way to keep a class in site.pp that can be uncommented to run yum update -y after the update list is reviewed by a human. Tim
2004 Apr 09
1
md5 fail on large file
Hello everybody. I'm experimenting this problem with samba 3.0.2a and linux 2.4.25 with ReiserFS. When I copy (put) a large file (5GB) from a Windows NT terminal server sp6a to the samba-linux box, the md5sum is different between the two file. Files size are identical. I'm using this command to copy these files from windows to samba: xcopy f:\ \\mimas\backup\exchange /e /c /h /r I have
2007 Feb 09
7
Dependencies between machines
Hello: I''ve been reading up on puppet after spending a while on SmartFrog. SmartFrog''s late binding and ability to encode dependencies between machines or document parallel or serial configuration steps was compelling. Java was not. :) Are there notions of these concepts in puppet that aren''t apparent from the documentation? Different ways to get to the same