Displaying 13 results from an estimated 13 matches for "basefil".
Did you mean:
basefile
2011 Mar 07
2
puppet file sharing issue
hello list!!
I am still having some file sharing issues with this puppet server and
I was hoping someone would have an opinion they could share on this
situation
## puppet errors
err: //basefiles/File[/etc/yum/pluginconf.d/priorities.conf]: Failed
to retrieve current state of resource: Error 400 on SERVER: Not
authorized to call find on
/file_metadata/acadaca/yum/pluginconf.d/priorities.conf Could not
retrieve file metadata for
puppet:///acadaca/yum/pluginconf.d/priorities.conf: Error 400...
2011 Feb 09
2
file serving error
...dapt the allow/deny settings to your needs. Order
# for allow/deny does not matter, allow always takes precedence
# over deny
[snjh]
path /etc/puppet/manifests/files/snjh
allow *.summitnjhome.com
# deny *.evil.example.com
# allow 192.168.0.0/24
Here is the class manifest I am using:
class basefiles {
file { "/etc/ldap.conf":
source => "puppet://puppet/snjh/ldap.conf"
}
file { "/etc/haha.txt":
source => "puppet://puppet/snjh/haha.txt"
}
}
And here is the directory I am trying to serve the files from:
[root@virtcent13:/...
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
...-----------------
------
info0=/var/tmp/info0-$$.log
PS2PDF=ps2pdf13
OPTIONS="-dAutoFilterColorImages=false -sColorImageFilter=FlateEncode"
INPUT=$1
echo "Input is $INPUT" >$info0
KEEP_PS=0
PERMS=640
INFILE=$(basename $INPUT)
echo "Infile is $INFILE" >>$info0
BASEFILE=pdf-service
echo "Basefile is $BASEFILE" >>$info0
PREFIX="$2"
echo "Prefix is $PREFIX" >>$info0
ORGNAME="$6"
echo "Orgname is $ORGNAME" >>$info0
NAME="$6"
echo "Name is now $NAME" >>$info0
NAME=`echo $NAM...
2010 Nov 18
2
ISDN-FAX with Asterisk
Hi everybody,
since some time I am looking for a current and reliable solution to send
and receive faxes (probably fax-2-mail and mail-2-fax) in conjunction
with Asterisk.
For testing I am using a HFC-ISDN passive PCI-card, in production a
Digium Dual T1/E1 PCI-card will be used.
I run CentOS 5.5 (Kernel 2.6.18) and Asterisk 1.4 (but I also can use
1.8) but did not find any solution where I
2004 May 05
1
Printproblems in 3.0.3 - Postscript files contain log messages
..."
MACHINE=$4
IP=$5
USERNAME=$6
NAME=`echo "$7"|tr '[:punct:]' '[-*]'`
CONFFILE=/etc/opt/samba/print-pdf.conf
[ -e $CONFFILE ] && . $CONFFILE
#Values not taken as arguments, could be set via env. vars (?) or config file
KEEP_PS=${KEEP_PS=0}
PERMS=${PERMS=640}
BASEFILE=${BASEFILE=pdf-service}
TEMP="${TEMP=$2}"
UMASK=${UMASK=006}
mkdir -p "$PREFIX"
INFILE=$(basename $INPUT)
umask $UMASK
[ -n "$NAME" ] && TEMP="$PREFIX"
OUTPUT=`mktemp -d $TEMP -p $BASEFILE-XXXXXX`
if [ -n "$NAME" ]; then
FINAL...
2011 Jan 20
5
ReceiveFax
Hi all,
I realize that the application Receivefax can't handle with more than one fax at the same time. In a environment with a lot of fax, some caller get the signal but the operation can't be completed. Is there a way to send busy tone to the second caller?
Att,
Flavio Roberto Miranda
MSN:flaviormiranda at hotmail.com
Skype: flaviormiranda
-------------- next part
2011 Mar 16
3
only one puppet client fails with yum
...s basenode {}
node webserver inherits basenode {
include apache
}
node dbserver inherits basenode {
include mysql
}
node mailserver inherits basenode {
include postfix
}
## /etc/puppet/manifests/os/centos.pp -- this is where the yum
configuation is done
class centos {
include basefiles
include baseapps
exec { "create ssl dir":
command => "/bin/mkdir /etc/ssl",
creates => "/etc/ssl"
}
exec {"create amanda dir":
command => "/bin/mkdir /etc/amanda",
creates => "/etc/amanda"...
2011 Mar 24
6
run stages in puppet 2.6
...aca.net'' inherits webserver { ## <-- instead
what I attempt to do is setup the stage relationships here
class {"centos": stage => os}
class {"yumrepos": stage => repos}
class {"baseapps": stage => main}
class {"basefiles": stage => main}
class {"apache": stage => last}
}
-------------------------------------------------------------------------------------------
So obviously I am not trying to redefine the centos class. I am merely
trying to setup a precedence in terms of how the...
2017 Aug 24
5
sysvolreset doesn't reset all ACLs
...gpo, you get a message, klik ok.
Greetz,
Louis
## SCRIPT
#!/bin/bash
#
# backup rights. recursive
#getfacl -R /var/www > permissions.acl
# restore rights
#setfacl --restore=permissions.acl
# mkdir -m 700 Manager
# setfacl -m d:g:manager:rwx,g:manager:rwx Manager
# copy the acl
#getfacl basefile | setfacl -b -M - targetfile
# other examples:
# http://www.calculate-linux.org/main/en/setting_filesystem_acl
RIGHTSFILE="default-rights-sysvol.acl"
cat << EOF > ${RIGHTSFILE}
# file: sysvol
# owner: root
# group: BUILTIN\134administrators
user::rwx
user:root:rwx
user:BUILTI...
2011 Nov 21
4
Having less languages in Firefox (hunspell dictionaries provide too many locales)
Hello,
on CentOS 6, I am routinely writing mails in English, German and
French and using the related hunspell dictionaries for the spelling in
Firefox (I'm using Google Apps).
This works fine but the problem is that languages are added for all
the possible locales (English US, UK, Philippines, Bostwana, Trinidad
and Tobago, Denmark (sic!), ... and German Germany, Austria... and
French
2017 Aug 25
0
sysvolreset doesn't reset all ACLs
...sive
> > #getfacl -R /var/www > permissions.acl
> >
> > # restore rights
> > #setfacl --restore=permissions.acl
> >
> > # mkdir -m 700 Manager
> > # setfacl -m d:g:manager:rwx,g:manager:rwx Manager
> >
> > # copy the acl
> > #getfacl basefile | setfacl -b -M - targetfile
> >
> > # other examples:
> > # http://www.calculate-linux.org/main/en/setting_filesystem_acl
> >
> > RIGHTSFILE="default-rights-sysvol.acl"
> >
> > cat << EOF > ${RIGHTSFILE}
> > # file: sysvol
>...
2017 Aug 25
1
sysvolreset doesn't reset all ACLs
...-R /var/www > permissions.acl
>>>
>>> # restore rights
>>> #setfacl --restore=permissions.acl
>>>
>>> # mkdir -m 700 Manager
>>> # setfacl -m d:g:manager:rwx,g:manager:rwx Manager
>>>
>>> # copy the acl
>>> #getfacl basefile | setfacl -b -M - targetfile
>>>
>>> # other examples:
>>> # http://www.calculate-linux.org/main/en/setting_filesystem_acl
>>>
>>> RIGHTSFILE="default-rights-sysvol.acl"
>>>
>>> cat << EOF > ${RIGHTSFILE}
>>>...
2017 Aug 24
4
sysvolreset doesn't reset all ACLs
On 2017-08-24 13:00, Rowland Penny via samba wrote:
> On Thu, 24 Aug 2017 12:41:36 +0200
> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>
>> On 2017-08-24 12:27, Rowland Penny via samba wrote:
>>> On Thu, 24 Aug 2017 12:03:42 +0200
>>> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>>>
>>>>
>>>>