similar to: best practice for managing multiple stanzas within a config file?

Displaying 20 results from an estimated 3000 matches similar to: "best practice for managing multiple stanzas within a config file?"

2003 May 28
2
ANI matching trouble
Hi. I need to send calls to different programs depending on where the call originates. For example, I need calls from San Diego (NPA 619 and 858) to to be routed differently than L.A. calls. I tried entries like: exten => 4044633/_619.,1,OurApp,sandiego-queue exten => 4044633/_858.,1,OurApp,sandiego-queue exten => 4044633/_213.,1,OurApp,losangeles-queue exten =>
2023 Mar 01
1
Inherit Owner / Permissions
A user is attempting to use Windows Powershell get-childitem command to copy files from one SMB directory to another. ***************** Get-ChildItem -Path "W:\z_TestFiles\source1" -Recurse -File | ForEach-Object { Copy-Item -Path $_.FullName -Destination "X:\dest1" } ***************** When the command is run it creates the files as 0 byte files and then errors.
2008 Dec 19
3
Pre-routing manipulation of calls
This is concerning an Asterisk 1.4.18 server. We have approximately 70 DID numbers. Incoming calls are placed into the "incoming" context (by zapata.conf) and are routed based on the dialed number. I want to do some manipulation (CallerID name override) to all incoming calls before they are routed. I would prefer to avoid duplicating the necessary code in each DID extension stanza,
2020 Jul 01
4
local stanza only generated for IPv6
I have a mail server with multiple IP addresses and associated DNS names In the dovecot configuration I have a listen directive: ??? listen = mail.example.com.com,mail.otherexample.com,localhost Multiple local stanzas are of the form: local mail.example.com { ? protocol imap { ???? ssl_cert = </etc/letsencrypt/live/mail.example.com/fullchain.pem ???? ssl_key =
2013 Jun 18
3
Matching username in ssh_config
Hi all openssh devs out there. I have quite a few Host-stanzas in my .ssh/config to keep track of all the different settings and credentials needed to access all different hosts I connect to. Now I have ran in to a problem where I need to switch settings based on what user I'm trying to login to a host as. A simple case is: ssh -i rootkey root at host123 vs. ssh -i userkey username at
2018 Mar 05
4
garbage on serial console after pxelinux.0 is loaded
We have some x86_64 systems that have DisplayPort and USB ports for a monitor & keyboard and when I use these to PXE boot, everything works fine. However, these systems will eventually become headless and in the production process access to the console will be via serial port. Using the serial port mostly works in that once we get to the PXE boot: prompt we can type in the name of the
2012 Apr 27
6
trouble w/ Foreman as ENC, agents and environments
Hi, I have a Puppet Enterprise (2.0) puppetmaster running with Foreman, and having trouble getting it working as an External Node Classifier. In short, if I manually add a test client into site.pp, it will retrieve the proper catalog / classes, but I would like to avoid having to do that. I''m also using environments (production/testing/ development) as well, but think I have most of
2007 Feb 21
1
How to separate outgoing extens from the contexts from sip.conf?
I have a sip.conf with stanzas for sip phones that have 'context=sip-incoming for some Grandstream phones and another stanza for a Sipura SPA3000 with context=pstn-incoming. Reviewing the code today, I was dismayed to see that all my outgoing extens were mixed into those two. I have been told this is very insecure. How can I separate the outgoing extens? When I create a context
2009 Jun 10
4
Wine path-association
hello. I am trying to install an exe-file in the Program-Path of an individual Wine-Prefix. This exe-file reads an Inifile, which is in the same Directory. When I use Winefile to open the .exe, the inifile is read correctly. When I use it in a .desktop file with the order below, it does not work. Code: env WINEPREFIX "/opt/WPrefix" wine "C:\Program Files\Test\test.exe"
2013 Aug 27
3
Puppetdb module installation error -
Is the module puppetdb from the forge still correct ? Every time I try to install puppetdb from the puppet module ("puppet module install puppetlabs/puppetdb"), i got a warning : *Warning: cprice404-inifile is deprecated; please update to puppetlabs-inifile* How may i install the puppetlabs-inifile instead of cprice404 ?? -- You received this message because you are subscribed to
2020 Jul 01
0
local stanza only generated for IPv6
> Le 1 juil. 2020 ? 06:50, Jeremy Ardley <jeremy at ardley.org> a ?crit : > > I have a mail server with multiple IP addresses and associated DNS names > > In the dovecot configuration I have a listen directive: > > listen = mail.example.com.com,mail.otherexample.com,localhost > > Multiple local stanzas are of the form: > > local mail.example.com {
2012 Oct 12
6
PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
Hi Everyone; I am getting the following error when I try to install PuppetDB. Maybe I have stale instructions?? Thanks! Bee Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62 -- You received this message because you are subscribed to the
2011 Feb 02
2
syslinux 4.02 hangs at "boot:"
Hi all, I have a machine that won't boot syslinux 4.02 but will boot syslinux 3.53. We've installed syslinux 4.02 on a number of machines but only this one has a problem. The problem is that the machine hangs entirely after printing "boot:" on the tty. The stanza being booted in /boot/extlinux.conf is: label xe # XenServer kernel mboot.c32 append /boot/xen.gz
2007 Jan 04
4
yumrepo err
I am just starting with puppet to replace a ''homegrown'' config distribution system and it is looking very promising, i will be playing with the templating next. I have run into an error when attempting to disable the shipped repo''s with CentOS 4.4. See the relevant info below. This is obviously a problem when repo definitions include multi-line baseurl''s.
2010 Jun 18
1
BIND: listen-on and allow-recursion
Hi, I'm currently trying to get a grasp on DNS and Bind. I admit the documentation is quite confusing, either too laconic or way too detailed. So I'm trying to start from a working example, and then bite my way through it. I have a sample named.conf file from Carla Schroder's Linux Cookbook. In the opening global options, I have this : listen-on { 127.0.0.1; 10.11.12.1; };
2012 Aug 10
1
AllowUsers "logic" and failure to indicate bad configuration
I smacked into this previously reported bug today whereby an invalid keyword in the Match{} stanza did not throw an error on configuration reload. Are there any plans to fix this? Likewise the penchant for some fields to be comma separated and others to be spaces is just asking for mistakes. Why not support both and be done with it? There was no response (that I saw in the archives) to this post
2012 May 10
4
Recommended Best way to Upgrade/Update Xen
This might be a silly question for most, but since Xen is ever so changing with regular changesets and updates, what is the "best practice" way to upgrade / update or even downgrade Xen? 1.) Is it by booting into regular Linux Kernel without Xen, do a complete uninstall of the old Xen, than install the newly compiled Xen? 2.) Is it by booting into regular Linux Kernel without Xen,
2014 Mar 17
1
routes on windows "guests/clients"
In this exercise, I'm on a remote computer (work, laptop at starbucks, whatever) and want to get to my entire home network. The remote computer is running Windows 7. Everything is working. I can access everything in my home network. (I put a static route in my router for the node running tinc) - But on the remote computer(s) I am having to put a route statement in. Home network is
2005 Mar 28
3
can a sip.conf stanza be shared by several phones?
Hi, If several phones register to the same sip.conf section what will happen with a "Dial SIP/shared" in asterisk? All phones ringing and the first one to answer gets the call? Undefined behavior? Thanks, -- Jesus is coming! Everyone look busy!
2011 Sep 24
1
Can't reliably use RefClass methods in Snowfall
Greetings, I am trying to use Reference Class methods in Snowfall, using R 2.12.1 on Ubuntu Natty. Using then directly seems to work (stanza 2 below), but using them indirectly does not (stanza 3 below). I get an "attempt to apply non-function" error. In addition to exporting the instance of the object I created to the Snowfall slaves, I also made several attempts to export the