Re: CFEngine Help: Call bash commands in cfengine

2011-09-06 Thread Nick Anderson
On 09/06/2011 05:14 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Call bash commands in cfengine > Author: jimmiez > Link to topic: https://cfengine.com/forum/read.php?3,23374,23374#msg-23374 > > Hi cfegineers, > > I added some global env variables in /etc/profile and tried t

CFEngine Help: Call bash commands in cfengine

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Call bash commands in cfengine Author: jimmiez Link to topic: https://cfengine.com/forum/read.php?3,23374,23374#msg-23374 Hi cfegineers, I added some global env variables in /etc/profile and tried to call "source /etc/profile" to apply the change immediately. But it

Re: Having trouble installing YUM packages with "package_file_repositories" attribute

2011-09-06 Thread Aleksey Tsalolikhin
Yes, I do indeed. Aleksey On Sat, Sep 3, 2011 at 4:52 AM, Nicolas Charles wrote: > Hi Aleksey, > > Do you have the package pgdg-centos available on the /repo folder of > your system ? > > > On 03/09/2011 01:50, Aleksey Tsalolikhin wrote: >> I'm having trouble installing YUM RPMs using the "packa

CFEngine training course in NYC - September 12-14 - Last minute deals!

2011-09-06 Thread Jonathan CLARKE
Hi all, Sorry to "spam" the list with this info, but I'm thinking this offer may interest a few of you here :-) Next week, we're running a public training session in the heart of NYC, with the same content as our previous successful sessions in the USA and across Europe. We have a few seats left

CFEngine Help: Re: CFEngine Help: tarball download location

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: tarball download location Author: sauer Link to topic: https://cfengine.com/forum/read.php?3,23364,23371#msg-23371 toddnni Wrote: --- > Wget (or FreeBSD fetch) creates a file named like > 'download

CFEngine Help: Re: CFEngine Help: tarball download location

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: tarball download location Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,23364,23369#msg-23369 A direct download URLs would be most preferable. I have been trying to put together a cygwin package for cfengine, and this has be

Re: CFEngine Help: Re: Cannot compile cfengine-3.2.0.tar.gz on Solaris 10

2011-09-06 Thread Mikhail Gusarov
On 06.09.2011 16:56, no-re...@cfengine.com wrote: >> #if defined(__hpux) || defined(_AIX) >> int dirfd(DIR *dirp) >> { >> return dirp->dd_fd != -1 ? dirp->dd_fd : ENOTSUP; >> } >> #endif > > Well, duh...I moved the changes to dirfd.c to the end of the file and now it > compiles and links on HP-UX

CFEngine Help: Re: CFEngine Help: tarball download location

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: tarball download location Author: toddnni Link to topic: https://cfengine.com/forum/read.php?3,23364,23368#msg-23368 Wget (or FreeBSD fetch) creates a file named like 'download?file=cfengine-3.2.0.tar.gz'. It is quite annoying to rename the file a

CFEngine Help: Re: Cannot compile cfengine-3.2.0.tar.gz on Solaris 10

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: Cannot compile cfengine-3.2.0.tar.gz on Solaris 10 Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,23163,23367#msg-23367 > On 09/02/2011 06:34 PM, no-re...@cfengine.com > wrote: > So it compiles, but does not link due to missing > dirfd. Please a

CFEngine Help: Re: CFEngine Help: Re: Cannot compile cfengine-3.2.0.tar.gz on Solaris 10

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: Cannot compile cfengine-3.2.0.tar.gz on Solaris 10 Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,23163,23366#msg-23366 > On 09/02/2011 06:34 PM, no-re...@cfengine.com > wrote: > So it compiles, but does not link due to missi

CFEngine Help: Re: CFEngine Help: tarball download location

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: tarball download location Author: odemirmen Link to topic: https://cfengine.com/forum/read.php?3,23364,23365#msg-23365 Yes, doing so manually with wget, or such a tool, works. But in a (BSD) make-based ports framework it's more work and potentiall

Re: CFEngine Help: tarball download location

2011-09-06 Thread Jesse Becker
This URL worked for me, without a login: https://cfengine.com/source_code/download?file=cfengine-VERSION.tar.gz So, two examples that I just checked with wget (and no login) https://cfengine.com/source_code/download?file=cfengine-3.2.0.tar.gz https://cfengine.com/source_code/download?file=cf

CFEngine Help: tarball download location

2011-09-06 Thread no-reply
Forum: CFEngine Help Subject: tarball download location Author: odemirmen Link to topic: https://cfengine.com/forum/read.php?3,23363,23363#msg-23363 Hi, Recently the site resign broke some 3rd packaging frameworks to pull source tarballs down. While packagers deal with this on a daily basis, th