search for: conf_files

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

Did you mean: conf_file
2012 Oct 15
2
Puppet not picking up files
Hi I largely copied the example in http://docs.puppetlabs.com/learning/modules1.html. But I''m getting an error when running the following from the client: puppet agent --server puppetmaster --waitforcert 60 --test err: /Stage[main]/Ntp/File[ntp.conf]: Could not evaluate: Could not retrieve information from environment production source(s) file:/etc/puppet/modules/ntp/files/ntp.conf
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 {
2016 Nov 03
2
server services line
On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: > Hi Bob, > > Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: >> 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
2016 Nov 03
2
server services line
On Fri, 04 Nov 2016 06:56:32 +1300 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: > > On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: > > > > > > Hi Bob, > > > > > > Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: > > > > >
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`
2016 Nov 03
2
server services line
On Thu, 3 Nov 2016 14:15:57 -0400 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 11/3/2016 2:03 PM, Rowland Penny via samba wrote: > > On Fri, 04 Nov 2016 06:56:32 +1300 > > Andrew Bartlett via samba <samba at lists.samba.org> wrote: > > > >> On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: > >>> On 11/3/2016
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
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. Thanks,
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
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
Greetings, I'm using rsync to keep multiple nfs filesystems on two emc nfs serves in sync. Here are the six file systems and their info: Filesystem kbytes used avail capacity Mounted on Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55%
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
2016 Nov 03
0
server services line
Hi Bob, Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: > 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
2016 Nov 03
0
server services line
On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: > On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: > > > > Hi Bob, > > > > Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: > > > > > > I have seen you state this before that "server services" line > > > within a > > > smb.conf file is
2016 Nov 03
0
server services line
On 11/3/2016 2:03 PM, Rowland Penny via samba wrote: > On Fri, 04 Nov 2016 06:56:32 +1300 > Andrew Bartlett via samba <samba at lists.samba.org> wrote: > >> On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: >>> On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: >>>> Hi Bob, >>>> >>>> Am 03.11.2016 um 16:43 schrieb
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>
2010 Oct 06
4
Starting Icecast as a service on CentOS
Hi All, I've recently upgraded my hosting to a VPS running CentOS. I'm trying 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
2016 Nov 04
0
server services line
On Thu, 2016-11-03 at 18:40 +0000, Rowland Penny via samba wrote: > On Thu, 3 Nov 2016 14:15:57 -0400 > lingpanda101 via samba <samba at lists.samba.org> wrote: > > > > > On 11/3/2016 2:03 PM, Rowland Penny via samba wrote: > > > > > > On Fri, 04 Nov 2016 06:56:32 +1300 > > > Andrew Bartlett via samba <samba at lists.samba.org> wrote: