search for: conf_file

Displaying 20 results from an estimated 62 matches for "conf_file".

2012 Oct 15
2
Puppet not picking up files
...ment production source(s) file:/etc/puppet/modules/ntp/files/ntp.conf at /etc/puppet/modules/ntp/manifests/init.pp:28 on the puppet server I have the following: # init.pp class ntp { case $operatingsystem { sles: { $service_name = ''ntpd'' $conf_file = ''ntp.conf'' } } # package { ''ntp'': # ensure => installed, # } service { ''ntp'': name => $service_name, ensure => running, enable => true, subscribe...
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest # cat modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos, redhat: { $service_name = ''ntpd'' $conf_file = ''ntp.conf.el'' } debian, ubuntu: { $service_name = ''ntp'' $conf_file = ''ntp.conf.debian'' } } package { ''ntp'': ensure => installed, } service { ''ntp'': name => $s...
2016 Nov 03
2
server services line
...ine" >> within the smb.conf file. >> >> I understand what and why your saying this but, if the line is not >> needed then why does provisioning a ADDC create the line? > > https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_services_parameter_in_My_smb.conf_File.3F > > https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_server_services_options_in_the_smb.conf_File.3F > > > Regards, > Marc > > Marc, Is this correct from the wiki? "If you are running Samba 4.2 or later, you can disable the |samba| internal |win...
2016 Nov 03
2
server services line
...erstand what and why your saying this but, if the line is > > > > not > > > > needed then why does provisioning a ADDC create the line? > > > > > > https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_ser > > > vices_parameter_in_My_smb.conf_File.3F > > > > > > https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_serv > > > er_services_options_in_the_smb.conf_File.3F > > > > > > > > > Regards, > > > Marc > > > > > > > > Marc, > > &gt...
2006 Jul 06
5
Strange RPC error
Hi, I''m tryng to set up Xen, I have errors and google does not help me. The situation is simple: I installed Xen-3.0.2 on gentoo. The Dom0 kernel is up and running, all works perfectly. But when I try to start a DomU, xm raises this error: # xm create -c <conf_file> Using config file <conf_file> Error: <ProtocolError: RPC2/: -1> It''s all. After, `xm list` shows that the DomU is in "pause status". If I try to unpause It (`xm unpause`) the DomU''s status becomes "-----". But DomU does not start. Log show...
2016 Nov 03
2
server services line
...at and why your saying this but, if the line is > >>>>> not > >>>>> needed then why does provisioning a ADDC create the line? > >>>> https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_ser > >>>> vices_parameter_in_My_smb.conf_File.3F > >>>> > >>>> https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_serv > >>>> er_services_options_in_the_smb.conf_File.3F > >>>> > >>>> > >>>> Regards, > >>>> Marc > >>&gt...
2005 Mar 03
1
solaris 10 SMF setup?
Hello I'm in the process of putting SMB onto a dual Opteron x64 box running Solaris 10, with the SFW samba as supplied by Sun. I haven't found any hooks for this for the new SMF/SVC startup system, so I'm doing so now, but before I go any further, am I duplicating any efforts? Is anyone else doing this and has done it? At present I'm only starting smbd and nmbd (I never really
2016 Nov 03
4
server services line
Rowland, I have seen you state this before that "server services" line within a smb.conf file is not necessary on a DC. I have to ask, and it may have been asked before but, I recently install from source the v4.5.0 and during provisioning samba created that "line" within the smb.conf file. I understand what and why your saying this but, if the line is not needed then why
2019 Nov 28
2
security = ads parameter not working in samba 4.9.5
On 28/11/2019 20:01, S?rgio Basto wrote: > This recommendation , why ? wiki say to add it [1] > [1] > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#Enable_Extended_ACL_Support_in_the_smb.conf_File Yes, but under it, in a bright orange warning box, it says this: On a Samba Active Directory (AD) domain controller (DC), extended ACL support is automatically enabled globally. You must not enable the support manually. > I tried these fixed , but noting change getent passwd and getent grou...
2007 Jan 19
5
Merb Init Script
I''m trying to emulate the mongrel_cluster_ctl but it takes a -c conf_file option... meaning I can run it from anywhere as long as I tell it where the conf file is. Merb doesn''t have that capability does it? (it has an additional/supplemental config like mup.conf etc) Do I have to be under the merb_app root /path/to/merb/app/ to be able to run merb? Let me know...
2017 Jun 27
3
ACL SHARE
On Tue, 27 Jun 2017 16:32:22 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai Carlos, > > I suggest start here : > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Setting_up_a_Basic_smb.conf_File > > Which says.. > > # Default ID mapping configuration for local BUILTIN accounts > # and groups on a domain member. The default (*) domain: > # - must not overlap with any domain ID mapping configuration! > # - must use an read-write-enabled back end,...
2006 Jun 21
2
startup script for icecast
Hello, I was wondering about the feasibility of including a startup script for icecast for redhat/fedora installs? I've had to do an rpm install on an fc4 box, and a source install, rpms couldn't be found for an rh9 machine, yah i know that's old. And in both cases i had to drop in a custom-made startup script, see below. I was wondering esepcially in the case of the rpm, and
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...or else give usage # if [ $# -eq 0 -o "$1" = "-h" ] then cat <<EOF USAGE: $0 filesystem Where filesystem is the file system that you want to sync EOF exit -2 fi FILESYSTEM=$1 # which file system to sync WORKPATH=/opt/Rsync # path to all needed files CONF_FILE=$WORKPATH/sync_nfs_filesystem.conf # config file of sync data FROMDIR=`grep ^$FILESYSTEM $CONF_FILE | awk '{print $2}'`/ # get's source data path TODIR=`grep ^$FILESYSTEM $CONF_FILE | awk '{print $3}'`/ # get's destination data path #NOTIFY_LIST="sysopsprod@lightbridg...
2017 Nov 16
2
Samba AD and NIS integration
Thanks for your reply Rowland. > The id ranges are what you choose, reading this may help: > > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Setting_up_a_Basic_smb.conf_File > > >/Is there any working way of controlling those ranges, />/given idmap breaks stuff? / > What do you mean 'idmap breaks things' ? > Sorry, should have made it clearer that my SAMBA is configured as AD Primary Domain Controller; According to https://wiki.samba.org/ind...
2016 Nov 03
0
server services line
...created that "line" > within the smb.conf file. > > I understand what and why your saying this but, if the line is not > needed then why does provisioning a ADDC create the line? https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_services_parameter_in_My_smb.conf_File.3F https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_server_services_options_in_the_smb.conf_File.3F Regards, Marc
2016 Nov 03
0
server services line
...gt; > > > I understand what and why your saying this but, if the line is > > > not > > > needed then why does provisioning a ADDC create the line? > > > > https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_ser > > vices_parameter_in_My_smb.conf_File.3F > > > > https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_serv > > er_services_options_in_the_smb.conf_File.3F > > > > > > Regards, > > Marc > > > > > Marc, > >      Is this correct from the wiki? > > "...
2016 Nov 03
0
server services line
...> I understand what and why your saying this but, if the line is >>>>> not >>>>> needed then why does provisioning a ADDC create the line? >>>> https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_server_ser >>>> vices_parameter_in_My_smb.conf_File.3F >>>> >>>> https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_the_serv >>>> er_services_options_in_the_smb.conf_File.3F >>>> >>>> >>>> Regards, >>>> Marc >>>> >>>> >>> Marc...
2011 Aug 06
0
Create volume wit libvirt API for Python
Please help! How create volume with libvirt API for python? conn = libvirt.open(qemu:///system) vol = libvirt.virStoragePool(conn) conf_file = 'disk.xml' f = open(conf_file) xml = f.read() pool = "default" vol.createXML(pool,xml) xml file disk.xml: <volume> <name>name.img</name> <key>/var/lib/libvirt/images/name.img</key> <source> </source> <capacity>21474836480</capa...
2010 Oct 06
4
Starting Icecast as a service on CentOS
...to configure the VPS to launch Icecast as a service so that Icecast starts if the virtual server reboots, or Icecast stops running. I've found several scripts out there to place in my init.d folder, but nothing seems to work for me as of yet. Here is my Icecast2 setup: Location=/usr/local/bin CONF_FILE=/usr/local/etc/icecast.xml Icecast does run fine by itself if I launch it from the command file as ./icecast -b -c /usr/local/etc/icecast.xml Thanks for the help Phil -- -- Phil / w2lie Monitor Long Island, Inc. d/b/a W2LIE.net www.w2lie.net
2016 Nov 04
0
server services line
...t; > > > not > > > > > > > needed then why does provisioning a ADDC create the line? > > > > > > https://wiki.samba.org/index.php/FAQ#Why_I_Do_Not_Have_a_se > > > > > > rver_ser > > > > > > vices_parameter_in_My_smb.conf_File.3F > > > > > > > > > > > > https://wiki.samba.org/index.php/FAQ#Can_I_Disable_Some_of_ > > > > > > the_serv > > > > > > er_services_options_in_the_smb.conf_File.3F > > > > > > > > > > > >...