search for: eyri

Displaying 20 results from an estimated 48 matches for "eyri".

Did you mean: jyri
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
Hi all, I''ve been looking for a good example for how one would build a module, but I couldn''t really find something that I liked, so I went ahead and tried to do it myself. The result is this: a git module (see attachment). Please have a look and comment on it, before I add it to the wiki. I especially want comments on the setup of the module itself, not so much on the git
2024 Feb 26
1
'Scripted' machine account renewal?!
...> so... there's really a way to generate a 'permanent' kerberos ticket? > > Some info on how to do this? Thanks. kstart do exactly that, it manages and refreshes the ticket for long running processes. On Debian it is available as a package, the home page is here https://www.eyrie.org/~eagle/software/kstart/ - Kees. >
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?
2007 Sep 06
2
FAX machine connect with audiocode SIP device
Dear all I have FAX machine connected with audiocode SIP device i am trying to send fax and when negosiation going on and i start send fax button then my after half page it got stuck in fax machine so is there any codec problem i am useing ulaw/alaw is it fine or not anybody have idea about sending fax with SIP connected device --------------------------------- Ready
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community if I made available a debian and ubuntu repository of up to date puppet packages. I have the infrastructure in place anyway for my work (pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere. Debian Etch (4.0) for example has puppet 0.20.1, and will never get a newer version. Ubuntu Feisty has a newer
2007 Jul 05
4
Machine count at one site
...#39;'re only running a handful of production systems via Puppet; most of the systems currently in Puppet are test/dev systems. We will, however, begin managing some of our production Kerberos KDCs using Puppet this coming weekend. -- Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
2007 Mar 16
4
Install of Tomcat5.5 package on Debian hangs
I''m trying to install the tomcat5.5 package under Debian Etch. The problem is that the init.d script for tomcat5.5 uses "su .... &" to run some things (I think logging processes?) This causes puppetd to hang in its run, because the subprocess never returns (due to open filehandles?). Does anybody have any idea what I can do to get around this? The same
2007 Dec 19
7
Kerberos for authentication?
Greetings! Are there any plans of using Kerberos for authentication in addition to (or in place of) SSL certificates in Puppet? Kerberos provides mutual, cryptographically strong authentication. A number of different services are Kerberos-enabled (SSH, NFSv4 and HTTP are common examples), and thus use the same authentication mechanism system-wide. At our site, almost all services and users are
2007 Feb 06
31
Removing circular dependant RPM files with Package.
Hello, I just attempted to remove both the ypbind and the yp-tools packages using the package parameter with yum. As it turns out, both of these packages depend on each other. Is there a way of forcing package removal and, if there is not, is there a way of making all packages to be removed be collapsed into the same yum command? Either of these solutions would solve the problem with the
2020 Oct 10
0
Mail samba
...s > ?A Kerberos PAM module build against the MIT Kerberos libraries. It > ?supports authenticating against a Kerberos KDC, obtaining tickets and > ?populating an initial ticket cache, authorizing users via a ~/.k5login > ?file, and changing Kerberos passwords. > Homepage: https://www.eyrie.org/~eagle/software/pam-krb5/ > Original-Maintainer: Russ Allbery <rra at debian.org <mailto:rra at debian.org>> > > root at dna:/data/wordpress/database/html# ldapsearch -h > gaia.rompen.lokaal -U 'philip' -W -b 'cn=users,dc=rompen,dc=lokaal' > Enter LD...
2024 Feb 26
1
'Scripted' machine account renewal?!
Mandi! Kees van Vloten via samba In chel di` si favelave... >> For a sake of simplicity i'm thinking to use machine account (-P). > There is "net changetrustpw" to do this. Ok, i've missed that. Thanks. > If you just have a service that does LDAP-queries, I would create an > ordinary user-account for it (and start it's name e.g. with "svc_").
2007 Mar 07
2
Doing something ''on demand''
What techniques are people using to do particular tasks once in a great while? For example, usually you don''t want to automatically upgrade the kernel until it''s fully tested but, of course one day you will. How do you work through Puppet to perform this activity on an on-demand basis instead of a periodic job. Are you using state files like "if file X exists do Y"
2007 Feb 14
4
package arch types?
Is it possible to specify an arch type (e.g. i386 or x86_64, etc) when using the package resource type? -- DK
2002 Apr 08
1
--delete-after-fetch mode?
On 9 Apr 2002, George Michaelson <ggm@apnic.net> wrote: Please read this first: http://www.eyrie.org/~eagle/faqs/questions.html > I am using rsync to pull maildrop boxes to a laptop. > > when I do this, I really do want to zero/delete the file > afterward. > > I use rsync because its a lowest common denominator, and its fast > and reliable. > > But, I have to ze...
2008 Oct 03
2
Multiple definitions
Apparently I''m missing how information comes in from different places to one destination, or something. The current case is a simple one; I want to define everything about the firewall in one place, *except* the source of the /etc/sysconfig/ iptables file (which will be system-specific). Apparently I can''t just set that attribute of that file resource in the node statement,
2010 Apr 24
7
Pushing a file only if another does not exist.
I am trying to write a module for tripwire. I need to push out the twcfg.txt and twpol.txt files only if the tw.cfg and tw.pol files do not currently exist. How can do I this with File{}? I''m can''t seem to find a way to do it. In general times, how can you deploy file A only when file B does not exist? And... tripwire... what a mess. I am trying to use push out the site key,
2011 Mar 13
2
cron issue
I made a script to backup a folder on a remote server it works manually, I set a cron job to launch the script every 2 mins (for test), I sse in the log this line Mar 13 13:10:01 debian /USR/SBIN/CRON[6302]: (root) CMD (root /usr/bin/backup.sh) but when I sheck the remote server nothing is done, any sugestions pls
2007 Apr 18
14
puppet does not speak french ;)
i got a little idea there, should not puppet use environement LANG=C when managing facts or packages etc... ? i have LANG=fr_FR.UTF-8 and puppet choke on quite a few facts (erors messages with uname for exemple: Pour en savoir davantage, faites: « uname --help ». ) and also with packages updates : /usr/bin/apt-cache policy mysql-client-4.1 => err: