similar to: puppet 0.24.6 conf/redhat/client.init broken in RHEL versions < 5

Displaying 20 results from an estimated 10000 matches similar to: "puppet 0.24.6 conf/redhat/client.init broken in RHEL versions < 5"

2001 Mar 21
1
Tru64 UNIX SIA in 2.5.2p1 is hosed (still)
The recent patch posted by Steve VanDevender <stevev at darkwing.uoregon.edu> for fixing the session code on Tru64 isn't quite right -- it still fails in the case of NO tty being allocated. The problem is that s->tty is a char[TTYSZ] rather than a char *, and hence can't hold a NULL. Calling sia_ses_init() with the tty being an empty string doesn't signify no tty, and
2001 Apr 06
3
$MAIL surprise
I got email yesterday from a user who had run 'from' and got the message "No mail in /home/stevev/$USER" (where $USER was that person's username). At first I thought he had pilfered my .bashrc, but on further investigation I discovered that my home directory path had been compiled in to sshd, because the configuration tests assume that the directory part of $MAIL is the
2015 Sep 23
3
Help with systemd
Hi I am trying to get Greenstone3 http://www.greenstone.org/download to work with systemd. So far I have come up with the following which works but feels more like a hack than a solution. Does anyone have any suggestions on how to do this better ? # cat /etc/tmpfiles.d/greenstone3.conf d /run/greenstone3 0755 gs3 gs3 - # cat /etc/systemd/system/greenstone3.service # Systemd unit file for
2015 Sep 23
0
Help with systemd
On Thu, Sep 24, 2015 at 09:36:59AM +1200, Clint Dilks wrote: > # cat /etc/systemd/system/greenstone3.service > # Systemd unit file for Greenstone 3 > [Unit] > Description=Greenstone 3 Server > After=syslog.target network.target > > [Service] > Type=forking > PIDFile=/run/greenstone3/greenstone3.pid >
2006 Feb 13
2
List of packages in RHEL extras?
I'm subscribed to the Nahant list and noted someone complaining about the IBM version of Java. Whilst his problems would probably disappear by using the official Java from www.java.com, my question is what is the list of rpms in the extras ISO/channel? I know licencing and so on may mean they cannot be redistributed but i just wanted to know if I'm missing out on anything.
2005 Jul 18
1
Migrating from RHEL 4 to CentOS
Hello, I'm thinking about migrating from RHEL 4 to CentOS. Is there a document that provide pointer / guidance for doing that ? or is this document: http://www.centos.org/modules/smartfaq/faq.php?faqid=19 relevant enough to follow in my situation ? I understand that I should probably strip the install of any RedHat images, trademark, etc, as to not infringing any copyright. So I am
2001 Jun 15
1
no // comments, please
Non-gcc compilers tend not to like C++-style // comments in plain C code, as I discovered when trying to build the latest snapshot (20010615) with the Tru64 UNIX C compiler. *** channels.h.orig Fri Jun 8 18:20:07 2001 --- channels.h Fri Jun 15 14:41:01 2001 *************** *** 209,215 **** /* x11 forwarding */ int x11_connect_display(void); ! //int x11_check_cookie(Buffer *b);
2001 Jun 26
2
OpenSSH 2.9p2 configure doesn't find libz in /usr/local/lib
Running configure on OpenSSH 2.9p2 doesn't find libz.XX if it is located in /usr/local/lib. Thanks, Eric
2012 Feb 23
0
Announce: Puppet 2.6.14 Available [security update]
Puppet 2.6.14 is a security release in the 2.6.x branch which addresses CVEs 2012-1053 and 2012-1054. All users of Puppet 2.6.x are encouraged to upgrade when possible to Puppet 2.6.14. Other information available at: http://puppetlabs.com/security or visit http://puppetlabs.com/security/cve/cve-2012-1053 and http://puppetlabs.com/security/cve/cve-2012-1053 Detailed feature release notes are
2007 Sep 23
4
performance observation on redhat
Hi, I made an interesting observation using webservers (not just mongrel) under red hat enterprise linux ES release 4 (Nahant Update 5). Maybe this is helpful or somebody with deeper networking expertise can comment on this. Once client said that 1-2% of the response of our server were unacceptably slow (really huge 3s-21s). So I did more ab and httperf tests and notice that very few
2013 Jul 22
1
Bug#717575: xcp-storage-managers: Wrong path of pidof in /usr/lib/xcp/sm/iscsilib.py
Package: xcp-storage-managers Version: 0.1.1-3 Severity: normal This was already reported in the archived bug 691805 but I sent an e-mail and I received back permanent delivery failure because this bugs has been archieved. Still the path of "pidof" in the file /usr/lib/xcp/sm/iscsilib.py is wrong on Wheezy. It should be /bin/pidof instead of /sbin/pidof root at xcpcompute2:~# cat
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
Hi all, I''m doing a new install of my puppet server and I''m doing it like: 1.-) adding epel repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse 2.-) yum -y install puppet-server 3.-) rm -rf /etc/puppet 4.-) copy my old puppet conf (from puppet-0.24.5 to 0.24.6) mv /etc/puppet.old /etc/puppet 5.-) start puppetmaster: [gridinstall etc]# /etc/init.d/puppetmaster start
2008 Jan 16
1
anyone have 0.23.2-1 puppet and puppet-server rpms for rhel4 & 5?
I just upgraded from 0.23.2-1 on RHEL 4&5 to 0.24.1-1. I used Dlutter''s repository. What a mess I''m in now. Anyway to make a long story short I moved all of the old configs out of the way (/etc/puppet, /var/lib/puppet) and started over with a fresh install. I can''t get puppetd on the server to request a cert. If I do a "puppetd -v --waitforcert 90" the
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
skotthof wrote: > > OK, I figured out, I have to install > redhat-lsb package for start-stop-daemon > "Implementation of Linux Standard Base specification" > > Sebastian > On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote: >> Hi, >> >> we started using centos7 to run kvm+libvirt. >> For novnc to virtual machines I like to start >>
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi, we started using centos7 to run kvm+libvirt. For novnc to virtual machines I like to start websockify as a daemon by libvirt (as a hook) Under Debian I used the line: # start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS which creates a nice pidfile. In Centos I figured out, to include /etc/init.d/functions and I tried: # daemon
2015 Apr 20
1
bash script fails conditional test
> > You can probably replace that with a much cleaner pid=$(pidof cassandra). Good to know! I hadn't heard of pidof before. However this is what I get when I run it: [root at web1:~] #pidof cassandra [root at web1:~] # Returns nothing. However: [root at web1:~] #pidof java 27210 11418 10852 Gives me a few pids. Only one of which belongs to cassandra, as I have a few java processes
2001 Nov 16
4
passphrase quality
>No. ssh-keygen should never be pamifed. It is worthless to do so. > >If we are going to enforce passphrase quality it should be for all OSes. >The world does not revolve around Linux. No matter what the press may >think. The Linux community didn't invent PAM, Sun did. Many more systems than Linux have PAM, Solaris, HP-UX some BSDs for a start. Having said that I agree with
2015 Jun 02
0
daemon in /etc/init.d/functions creates no pifile?
OK, I figured out, I have to install redhat-lsb package for start-stop-daemon "Implementation of Linux Standard Base specification" Thanks, Sebastian On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote: > Hi, > > we started using centos7 to run kvm+libvirt. > For novnc to virtual machines I like to start > websockify as a daemon by libvirt (as a hook) > >
2004 Sep 27
0
Announcing Red Hat Enterprise Linux 4 (Nahant) Beta 1 Public Availability (fwd)
-- uklinux.net - The ISP of choice for the discerning Linux user. ---------- Forwarded message ---------- Date: Mon, 27 Sep 2004 12:44:37 -0400 From: taroon-beta-list at redhat.com To: taroon-beta-list at redhat.com Subject: Announcing Red Hat Enterprise Linux 4 (Nahant) Beta 1 Public Availability Red Hat is pleased to announce the availability of the Red Hat Enterprise Linux (version 4)
2006 Mar 08
1
[Fwd: Red Hat Enterprise Linux 4 Update 3 Availability Announcement]
Just in case there is one person on this list that isn't aware... and so it begins... Craig -------- Forwarded Message -------- > From: nahant-list at redhat.com > Reply-To: nahant-list at redhat.com > To: nahant-list at redhat.com > Subject: Red Hat Enterprise Linux 4 Update 3 Availability Announcement > Date: Tue, 07 Mar 2006 19:32:51 -0500 > > Red Hat is pleased to