Displaying 20 results from an estimated 1100 matches similar to: "Puppet on Ubuntu Edgy"
2007 Feb 13
1
core dump
I''m running Ubuntu Edgy and have 0.22.1 installed from source. I''m
running puppetmaster on the box. When I run "puppetd -v -o" on the
same machine, I get the error in the file I''ve attached. I was
running 0.20.1 just fine from .debs and then updated to 0.22.1 source.
Is there any way to cleanly uninstall puppet so I can start over?
Any advice as to what is
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
Good day,
After having lurked for a while I''ve decided to actually start using
puppet starting on my small home network. I''ve been following :
http://reductivelabs.com/trac/puppet/wiki/InstallationGuide
and :-
http://www.howtoforge.com/installing_puppet_on_ubuntu
to test puppet on 2 hosts, librarian running the puppetmasterd and
mortvm.
Unfortunately, I
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 11
7
Could not find definition vico_network
I''m trying to manage network files on two nodes, "vico" and "backup."
The component "vico_network" below works fine.
define vico_network ($owner = ''root'', $group = ''wheel'', $mode = ''644'',
$cro_int = ''ne3'',
$carp0_skew = '''', $carp1_skew =
2007 Feb 17
1
Not authorized to call puppetmaster.freshness ?
What''s this mean?
root@gravity:/etc/puppet/manifests# puppetd -v --listen
info: Starting handler for Runner
info: Starting server for Puppet version 0.22.1
info: Listening on port 8139
notice: Starting Puppet client version 0.22.1
err: Could not run Puppet::Client::MasterClient: Host
gravity.example.org not authorized to call puppetmaster.freshness
Thanks,
Kent
--
"It may be true
2007 Aug 20
6
Using case in class
OK, I started down this road a few months ago and got side tracked
with project work. I have a class called "install" that I want to use
with only machines on one protected subnet. In my site.pp file, among
other node entries, I have -
node default {
install
}
The class itself -
class install {
case $domain {
"test.example.com": {
file:
2007 Feb 16
1
Can''t get puppetrun to work
I''ve tried this on two different setups all running 0.22.1. One group
is Ubuntu/OpenBSD the other is RHEL4/RHEL4.
Master has signed client certs. puppetd works fine from client.
If I run from the server side:
root@server:~# puppetrun --host client_host.example.com
Failed to load ruby LDAP library. LDAP functionality will not be available
Triggering client_host.example.com
Host
2007 Feb 23
2
Ubuntu tutorial
I''ve submitted the following to howtoforge.com for approval. My plan
is to create similar docs for OpenBSD, RHEL and installing from
source. I''d certainly appreciate comments on how to improve the
document, and feedback on errors.
http://nixnotes.org/puppet.html
Kent
--
"It may be true that the law cannot make a man love me, but it can stop him
from lynching me, and I
2007 Feb 11
2
tighten up class?
The following works fine but is there some way to make it more succinct?
Thanks,
Kent
class obsd_etc_static {
file { "/etc/mygate":
owner => root, group => wheel, mode => 644,
backup => main,
source => "puppet://example.com/obsd_static/mygate"
}
file { "/etc/rc.conf":
owner => root, group => wheel,
2007 Apr 27
5
puppetd -v -o hangs
I''m having this issue where "puppetd -v -o" hangs (won''t return my
prompt) when starting a daemon I wrote. If puppetd is running as a
daemon a zombie process is created each time puppetd tries to start my
daemon. Puppet detects when the daemon is down and starts it just
fine. I''m using version 0.22.3 on RHEL 5.
Here''s the class. I''ve
2007 Feb 13
10
Is there a limit on the size of a template?
Hello,
I have recently run across the following error:
/usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault
This has happened after adding a particularly large template file with ruby 1.8.1.
Thank you,
-- Rob --
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews
2007 Mar 30
7
subversion and /etc/puppet
I''m trying to come up with a way to manage /etc/puppet on the Puppet
server from my workstation. My idea was to place all of /etc/puppet
into subversion, check it out to my workstation, commit via ssh, and
then use a post-commit to update /etc/puppet. That way any time I
made a change in /etc/puppet it would be immediately updated and ready
for the next puppetd run. Problem is the
2010 Oct 15
3
Wireless problem
Hi folks
I just installed Centos 5.5. I heard about the new changes in wifi support. I tried a USB wifi card from Netgear, and It works fine. It didn't en Centos 5.4, so that's great news.
The problem is I have a Linksys WUSB54GC USB wifi card and I want to make it work.
I get this messages in /var/log/messages as soon as I plug it in.
Oct 14 22:56:20 lila kernel: usb 1-1: USB
2006 Dec 13
1
ffmpeg2theora icecast ubuntu edgy
Hi,
I just wanna share with you my experience with theora ffmpeg2theora,
icecast2 and ubuntu edgy. I wanted to broadcast live video on an Ubuntu
machine with ffmpeg2theora, oggfwd and icecast2.
I read the thread
http://lists.xiph.org/pipermail/icecast/2005-February/008608.html about
the stream dying after a couple seconds with libshout 2.0.
Now the same happens if you use libshout3 v2.2 with
2007 Jun 07
1
Ubu edgy + latest CRAN R + Rmpi = no go
I'm just curious if anyone else has had problems with this
configuration. I added the CRAN repository to apt and installed 2.5.0
with apt-get. I then did an install.packages("Rmpi") on cluster nodes.
Rmpi loads and lamhosts() shows the nodes, but mpi.spawn.Rslaves()
fails (something to do with temp files?). Rmpi works fine with the
Edgy-native version of R (2.3.x) and installing
2006 Sep 27
3
Error Ubuntu Edgy 6.10 WineCVS.sh
I am trying to use http://winecvs.linux-gamers.net/WineCVS.sh on
Ubuntu Edgy 6.10, but I get an error in the shell saying error in
line 48 (or 43 I dont remember exactly).
What is the problem?
Thank you guys!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20060927/608e751b/attachment.html
2006 Nov 12
2
Compilation of R under UBUNTU Edgy
I am not able to compile R under ubuntu Edgy.
./configure error message is
configure: error: --with-x=yes (default) and X11 headers/libs are not available
I do not know which library is missing (I tried to install some X11 libs but were already on the system).
Massimo Cressoni
2007 Dec 20
1
Upgrading from 1.0.rc2-1ubuntu2.2 on edgy
Hi Guys,
Can anyone shed some light as to how I upgrade away from
1.0.rc2-1ubuntu2.2 on edgy? The usual aptitude upgrades aren't doing
anything for me, and, downloading the package from another Ubuntu
release, and trying a dpkg -i is causing lots of dependency errors.
Daragh
2007 Jan 07
1
ffmpeg2theora icecast ubuntu edgy
Hi,
I had the same experience as Jacint and had to downgrade libshout to
the dapper version.
I also found that I had to downgrade icecast2 from 2.3.1-3 (edgy) to
the dapper version 2.3.1-2 in order to actually view the streamed
video.
Karim
2007 Mar 28
1
WarcraftIII TFT on Edgy
Hi there,
iam realy new to Linux and would consider me as total noob :)
I was realy happy because i got Wc3 running, but now i'm getting this buffer underrun errors and sometimes the game crashs, but in 1 of 5 games my pc just freezes, i was wondering if this buffer underrun causes that or something else.
"err:dsound:DSOUND_MixOne underrun on sound buffer 0x18f7a8"
Anyways, my