[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-11-20 Thread Adam Ryczkowski
I have submitted my adventures with getting puppet to work with augeas on Puppet Wiki http://reductivelabs.com/trac/puppet/wiki/PuppetSource . I hope it will be of use to someone like me. It took me one week to figure out what I wrote!... Unfortunately I can't fully validate the steps, because it

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-11-04 Thread Adam Ryczkowski
Alright, I made the augeas working. The point I have missed is that one should paste deb-src(...) from Karmic Koala into /etc/apt/ sources.list. I have never before backported anything. But then there happened another problem: after I install the augeas on puppet client (not master) and try to ru

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-11-03 Thread Joe McDonagh
David Lutterkort wrote: > On Tue, 2009-10-27 at 05:13 -0700, Adam Ryczkowski wrote: > >> Did anyone managed to get augeas running on Ubuntu 8.04? I tried for >> hours to get it working, but to no avail: No augeas on ubuntu >> repository, making from source fails (and the installation procedure

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-11-03 Thread seph
Adam Ryczkowski writes: >> It was basically as simple as: >> >>   apt-get build-dep augeas >>   apt-get source augeas >>   cd augeas_0.5.1 >>   debuild -i -us -uc -b >> >> seph > > I have finally found time to try it out, but to no avail. Maybe you > were not specific enough about what to do. Us

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-11-03 Thread Adam Ryczkowski
> augeasis packaged for things newer than 8.04. I didn't have any problem > fetching the newer package source and building on 8.04. Of course, the > grub lenses don't seem to work, so I gave up, butaugeasitself seems > fine. > > It was basically as simple as: > >   apt-get build-depaugeas >   apt-

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-10-28 Thread David Lutterkort
On Tue, 2009-10-27 at 05:13 -0700, Adam Ryczkowski wrote: > Did anyone managed to get augeas running on Ubuntu 8.04? I tried for > hours to get it working, but to no avail: No augeas on ubuntu > repository, making from source fails (and the installation procedure > included with augeas doesn't agr

[Puppet Users] Re: Problem with augeas on Ubuntu 8.04

2009-10-27 Thread seph
augeas is packaged for things newer than 8.04. I didn't have any problem fetching the newer package source and building on 8.04. Of course, the grub lenses don't seem to work, so I gave up, but augeas itself seems fine. It was basically as simple as: apt-get build-dep augeas apt-get source a