> Does anybody have some magic foo for dealing with packages from backports on
> debian/ubuntu systems? I'd like to pull certain newer packages from
> backports, but keep the bulk of the system from stable.
You can use the interface /etc/apt/preferences or /etc/apt/preferenses.d/ (man
apt_
Sorry guys,
I found my error it was related to not running the policy that I though I was
running..
/Andreas
> Hi guys,
>
> Im trying to get the server to serve individual folders to my clients
> for distributing sensitive data. The folder is named as the fully
> qualified hostname of the cl
Hi guys,
Im trying to get the server to serve individual folders to my clients for
distributing sensitive data. The folder is named as the fully qualified
hostname of the client who is supposed to access it. Im using community edition
3.0.4 from debian.
Shouldn't this work? And is there a way
> > I would recommend that you check if the install is successful and
> > run aptitude update if its not. If a updated package is published
> > since you ran "aptitude update" you will get a 404 on your request
> > for the older version. I think this would be the most elegant thing
> > to do, ins
I would recommend that you check if the install is successful and run aptitude
update if its not. If a updated package is published since you ran "aptitude
update" you will get a 404 on your request for the older version. I think this
would be the most elegant thing to do, instead of failing to
Hi list,
I have some troubles with my cfengine policy that I have isolated in this
example. When I run this policy cfengine tells me that my promise have been
repaired.
# cf-agent -vKf ./test.cf
..
[snip]
Promises observed to be kept 67%, Promises repaired 33%, Promises not repaired
0%
If
> HI, everyone, is there a way to get local ip address in cfengine3?
Hi,
You could use the builtin variable for hostname $(sys.fqhost) and use that to
get the ip from you nameservice
Perhaps something in the lines of:
"ip" string => execresult("host $(sys.fqhost) | sed -ne 's/$(sys.fqhost) ha