Displaying 20 results from an estimated 2000 matches similar to: "Duplicate definition on the same line and in the same file ?"
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
<package_name>
fails due to authentication
WARNING: The following packages cannot be authenticated
But if I do it from an ssh console normally, using apt-get install
<package_name> it works fine without issues.
Is there a way to change how puppet uses the
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2013 Oct 10
3
Puppet fails to install package, whilst it's okay to do manually
Dear all,
I''m seeing this strange thing: When I run "*puppet agent -td*" on the node
(Nagios, in this example case), puppet fails to install Nagios3 (on Debian)
with this:
Debug: Executing ''/usr/bin/dpkg-query -W --showformat ${Status} ${Package}
> ${Version}\n nagios3''
> Debug: Executing ''/usr/bin/apt-get -q -y -o
>
2013 Sep 18
0
Some php5 extensions not installed until a second run
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2013 Jul 22
0
wyrie/puppet-nagiosql -- anyone have experience with this module?
I made two decisions this afternoon that are now related to each other.
1. Use more of the modules that exist in the Forge
2. Rebuild my monitoring server
As I perused the various modules that help with managing monitoring
packages my eyes fell upon a module that reported to be able to manage
nagiosql, a setup that I had been planning on migrating my nagios
monitoring to. So I installed
2011 Jul 13
4
puppet manifest execution orders
I created manifest for our webserver. manifest included git clone,
database creation and restore database etc.... How to order the
installation and exec exactly
Roni
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2011 May 13
1
ubuntu package installs
hello puppet list
My puppet server is now working quite wonderfully. Thanks go out to
all who have assisted in getting it to this point. At this point in
time my config is now correctly installing packages according to
arch,os and release. Centos is working quite well as of now, but I am
attempting to get the ubuntu side of things to work as well. I am
frankly more familiar with RHEL under
2012 Apr 03
6
2 package resources for the same package installation in two differents modules caused errors
Hello,
We had the following situation where including two classes that were
ensuring the installation of the same package "php5-imagick" and it
was causing an error indicating that two ressources of the same name
are forbidden (sorry, I don''t have the exact message error since we
fixed quickly the error).
Since we are newbies in puppet, we would like to understand what this
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian
packages installed.
root@seagrass:/etc/php5/apache# dpkg -l | grep xap
ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l
ii libxapian13 0.9.9-1 Search engine library
ii php4-xapian
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:04, Olly Betts a ?crit :
> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
>> On an Ubuntu 15.10, following the docs at
>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>>
>> When
>>
>> running debuild -e PHP_VERSIONS=5 -us -uc
>>
>> I get (sorry for the French):
>>
>>
>> "
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys,
I've got another C7 problem I was hoping to solve. I
installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]:
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello,
I have tried to setup Ruby-on-rails on my debian Linux machine and can
not get it to run. Maybe someone can help.
The following was installed already:
- apache2 2.0.54 (and PHP5)
- Postgresql 8.1
Now, having the ''unstable'' branch in my /etc/apt/sources.list I did:
apt-get install libapache2-mod-ruby
and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2007 Aug 29
4
Newbie stuck on facter not finding hostname
Hi all,
I''m trying to get puppet working for the first time, and I''ve run into
something that''s got me stumped. This is all on Solaris 10/x64. The
initial startup of puppetmasterd wasn''t working, and it appeared to be
related to the SSL certs not getting generated properly. I managed to
trace that down to the fact that facter isn''t finding the
2013 Apr 24
2
puppet apache module dependency cycle
I am trying to use puppetlabs apache module on CentOS to install mod php
package.
class {''apache::mod::php'': }
It returns error "Error: Could not find dependency Package[httpd] for
A2mod[php5]". I am using Puppet 3.1 version.
Do I need to call class{''apache'': } explicitly to get mod-php install
working? If I try that as follows then it
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Hi Olly and co,
On an Ubuntu 15.10, following the docs at
https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
When
running debuild -e PHP_VERSIONS=5 -us -uc
I get (sorry for the French):
"
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source xapian-bindings
dpkg-buildpackage: version source 1.2.21-2.1
dpkg-buildpackage: distribution source unstable
2006 Jan 13
2
RoR on OpenBSD 3.8
Has anyone on this list setup lighttpd on OpenBSD 3.8 with fast-cgi and PHP5
? If so did you have to install PHP5 with the ports system or is it
possible to use the PHP5 package ?
Thanks,
Greg
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.17/228 - Release Date: 1/12/2006
2006 Feb 21
1
0.9.3+ bindings and php5
hi all,
i noticed php5 is now supported, however ./configure isn't seeing it.
here's a snippet from running ./configure:
-----
checking for php-config... /usr/bin/php-config
checking for ... no
checking for php5... no
checking for php... no
-----
'php-config --version' reports '5.0.5-pl5-gentoo'
any ideas?
thanks much,
andrew
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 20
3
running php4 and php5 parallel
Is it possible to run php4 and php5 parallel in Centos4 somehow? If
the parallel php5 could be installed from rpm also that would be great
also.
Regards,
Peter
2003 Jan 04
1
ext3 and highpoint RAID.
oops.
I successfully installed RedHat 8.0 onto two ATA133 80gig drives running a mirrored RAID with the hpt37x (highpoint 372 onboard RaidController on the SOYO DRAGON motherboard.)
I used ext3 as my filesystem type of choice but unfortunately the system shut down uncleanly and it now is coming up with the "press Y to force file system integrity check" at boot.... which it runs by