search for: configfile

Displaying 20 results from an estimated 624 matches for "configfile".

Did you mean: configfiles
2009 Feb 01
2
Using arrays to generate parameters
...e clusters array to generate multiple files to use for the source parameter of the file type. For example, given the above YML, I''d like the end result of the file parameter to behave like this: file { "/etc/somefile.conf": source => [ "puppet://server/module/configfile.cluster1", "puppet://server/module/configfile.cluster2", "puppet://server/module/configfile.cluster3", "puppet://server/module/configfile.cluster4", "puppet://server/module/configfile.default" ]; } However, I can'...
2019 Jul 20
2
samba-tool domain backup online && --configfile
On https://wiki.samba.org/index.php/Back_up_and_Restoring_a_Samba_AD_DC#Online_DC_backup there is a comment ?you may want to specify a --configfile option so that the correct smb.conf settings get included in the backup.? Why does samba-tool not pick up the one it (or other parts of Samba) is compiled with automatically? Like `smbd -b | grep "CONFIGFILE" | sed -n -E 's/CONFIGFILE:(.*)/\1/p' | xargs` ? Joachim
2012 Sep 26
1
Samba4 spawns many /usr/sbin/smbd --configfile
...respond to my RSAT tools on windows 7. I check the server and when I do a ps -aux I see many lines just like the following: root 28073 0.0 0.0 2132 52 ? S 00:11 0:00 /bin/sleep 999999999 3000063 28176 0.0 0.4 87604 7144 ? S 00:22 0:00 /usr/sbin/smbd --configfile /var/lib/samba/private/smbd.tmp/fileserver.conf --foreground root 28217 0.0 0.4 86448 7044 ? S 00:23 0:00 /usr/sbin/smbd --configfile /var/lib/samba/private/smbd.tmp/fileserver.conf --foreground root 28220 0.0 0.0 2216 56 ? S 00:24 0:00 sh -c /bin/sleep 99...
2020 Mar 31
1
Ways to make "smbd" use less memory?
...contributes a bit to it. Any suggestions on ways to trim this would be welcome. > # ps auxdwwww > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > ... > root 30577 0.3 0.0 159492 117936 - Ss 07:00 2:55.80 |-- /liu/sbin/smbd --daemon --configfile=/liu/etc/samba/smb.conf > root 98861 7.8 0.1 172628 135424 - S 13:54 0:01.56 | |-- /liu/sbin/smbd --daemon --configfile=/liu/etc/samba/smb.conf > rodro16 30602 0.6 0.1 192128 143028 - S 07:00 4:28.45 | |-- /liu/sbin/smbd --daemon --configfile=/liu/etc/samba/...
2015 Oct 16
1
[PATCH] inspect: Include more information for augeas parse errors (RHBZ#1229119)
...ct-fs-unix.c @@ -1985,7 +1985,6 @@ inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, CLEANUP_FREE char *pathexpr = NULL; CLEANUP_FREE_STRING_LIST char **matches = NULL; char **match; - size_t len; /* Security: Refuse to do this if a config file is too large. */ for (i = 0; configfiles[i] != NULL; ++i) { @@ -2023,16 +2022,33 @@ inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, goto out; /* Check that augeas did not get a parse error for any of the configfiles, - * otherwise we are silently missing information. */ + * otherwise we are silently missing inform...
2004 Aug 06
5
capturing pid from command line
On Mon, 2003-11-03 at 21:53, Dave St John wrote: > Anyone know of or how to capture the pid via the command line in bash? pidof ??? $ pidof httpd 827 825 824 788 -- Drew <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only
2003 Jun 25
1
Problems using "configfile" dhcp option with pxelinux
Hello, I have been trying to use the "configfile" option in the DHCP response to specify a specific config file when booting. When I specify this in my /etc/dhcpd.conf file the kernel and initrd are transferred, but the kernel does not boot. I am using v2.04 of pxelinux. I would appreciate any help anyone might be able to give. If I remo...
2015 Oct 15
1
[PATCH v2] inspect: check for errors in files parsed with augeas (RHBZ#1229119)
...83,9 @@ inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, int64_t size; int r; CLEANUP_FREE char *pathexpr = NULL; + CLEANUP_FREE_STRING_LIST char **matches = NULL; + char **match; + size_t len; /* Security: Refuse to do this if a config file is too large. */ for (i = 0; configfiles[i] != NULL; ++i) { @@ -2019,6 +2022,22 @@ inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, if (guestfs_aug_load (g) == -1) goto out; + /* Check that augeas did not get a parse error for any of the configfiles, + * otherwise we are silently missing information. */ + matches =...
2012 Apr 03
3
[PATCH] xl: Don't require a config file for cpupools
...t; diff -r 30cc13e25e01 -r 0fb728d56bae docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Tue Apr 03 19:02:19 2012 +0100 +++ b/docs/man/xl.pod.1 Tue Apr 03 19:28:04 2012 +0100 @@ -848,11 +848,13 @@ Cpu-pools can be specified either by nam =over 4 -=item B<cpupool-create> [I<OPTIONS>] I<ConfigFile> [I<Variable=Value> ...] +=item B<cpupool-create> [I<OPTIONS>] [I<ConfigFile>] [I<Variable=Value> ...] -Create a cpu pool based an I<ConfigFile>. +Create a cpu pool based an config from a I<ConfigFile> or command-line parameters. Variable settings fro...
2019 Jul 22
1
samba-tool domain backup online && --configfile
...Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Tim Beale via samba Gesendet: Sunday, 21 July 2019 23:52 An: Joachim Lindenberg <samba at lindenberg.one>; samba at lists.samba.org Betreff: Re: [Samba] samba-tool domain backup online && --configfile On 20/07/19 8:42 PM, Joachim Lindenberg via samba wrote: > On > https://wiki.samba.org/index.php/Back_up_and_Restoring_a_Samba_AD_DC#Online_DC_backup there is a comment ?you may want to specify a --configfile option so that the correct smb.conf settings get included in the backup.? Why does...
2020 Nov 01
0
4.13.1 make test failed
...run without error Make Check Failed Debian 10.6 Also all required Packages are installed -- # cat summary = Failed tests = == samba4.blackbox.demote-saveddb == command: PYTHON=python3 /usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh $PREFIX_ABS/demote --configfile=$SMB_CONF_PATH 2>&1 | python3 /usr/src/samba-4.13.1/selftest/filter-subunit --fail-on-empty --prefix="samba4.blackbox.demote-saveddb." --suffix="(none)" expanded command: PYTHON=python3 /usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh /usr/src/samba-4.13.1/st/...
2015 Mar 16
0
[PATCH] inspection: add support for systemd .mount files
...s-unix.c @@ -96,6 +96,9 @@ static char *resolve_fstab_device (guestfs_h *g, const char *spec, Hash_table *md_map, enum inspect_os_type os_type); static int inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, const char **configfiles, int (*f) (guestfs_h *, struct inspect_fs *)); +static int inspect_with_augeas2 (guestfs_h *g, struct inspect_fs *fs, const char **configfiles, int (*f) (guestfs_h *, struct inspect_fs *, const char *)); +static int check_systemd_mounts (guestfs_h *g, struct inspect_fs *fs); +static int check_syst...
2015 Mar 16
2
[PATCH] RFE: Inspection should support systemd mount units
Adds support for systemd .mount files, uses Augeas to extract mount points. Fixes RHBZ#1113153. Maros Zatko (1): inspection: add support for systemd .mount files src/inspect-fs-unix.c | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) -- 1.9.3
2014 Nov 28
0
pxelinux efi64 boot woes on hyper-v gen 2
> if option arch = 00:00 { > filename "pxelinux.0"; > option pxelinux.configfile "pxelinux.cfg/bios"; > } else if option arch = 00:06 { > filename "bootia32.efi"; > #option bootfile-name "bootia32.efi"; > option pxelinux.configfile "pxelinux.cfg/efi32"; > } else if option arch = 00:07 { > filename "b...
2018 Sep 10
1
Type enforcement / mechanism not clear
...ets more clear So, to get a list of files that are allowed to be read, the masking attributes must be resolved: # sesearch -ACR -s httpd_t -p read | grep -v "_t " | head -7 Found 694 semantic av rules: allow domain tmpfile : file { ioctl read getattr lock append } ; allow domain configfile : file { ioctl read getattr lock open } ; allow domain configfile : dir { ioctl read getattr lock search open } ; allow domain configfile : lnk_file { read getattr } ; allow domain rpm_transition_domain : fifo_file { ioctl read write getattr lock append } ; allow domain base_ro_file...
2005 Sep 26
3
PXEboot: can't find configfile on tftpd server
...rts searching for pxelinux.cfg/[MACADDRESS] pxelinux.cfg/0A0000F0 and so on. On the server side I see in the syslog the client's DHCP-request and the client downloading pxelinux.0, but I never see a client asking for pxelinux.0/* . Just to see if I have a configuration problem I downloaded the configfile by tftping to my bootserver and asking for pxelinux.cfg/0A0000 which works fine. So dhcp and tftp apparently work fine, but where does is go wrong then? Any idea is welcome! Best regards, Lothar More information: $ /usr/sbin/dhcpd3 -V Internet Systems Consortium DHCP Server V3.0.3 Copyright 20...
2004 Sep 22
2
Grandstream bin cfg.txt generator
Hi, I needed to create config files for downloading to Grandstream devices and made a little script for it. It seems to work fine for the HT486. The script needs a config file (cfg.in) which is in this format: P2 = blah P10 = hrm ...etc... The configfile may contain comments (starting with '#') and empty lines. Mind that the 'gnkey=0b82' shouldn't be in the configfile, as it's already appended by the script. Hope it's useful.. Thanks to Stephen R. Besch for information about the format of this file ! (One thing I am n...
2010 Nov 03
5
pxelinux magic options 208
I have 2 groups of machines, and within each group the pxelinux menu configuration is standard. It would be great to have 2 configuration files rather than one for each machine. I found the pxelinux magic option configfile (209) in http://syslinux.zytor.com/wiki/index.php/PXELINUX and it suggests for ISC dhcpd: site-option-space "pxelinux"; option pxelinux.magic f1:00:74:7e; option pxelinux.configfile "common"; however version 4.1.1-P1 rejects this syntax, claiming not to recognize...
2003 Jun 12
2
Segmentation fault on "reload"
...in mallopt () from /lib/i686/libc.so.6 #1 0x4015ac61 in malloc () from /lib/i686/libc.so.6 #2 0x40161dd0 in strdup () from /lib/i686/libc.so.6 #3 0x08055a2f in cfg_process (tmp=0x80e5950, _tmpc=0xbffff360, _last=0xbffff364, buf=0x6c636e69 <Address 0x6c636e69 out of bounds>, lineno=118, configfile=0x44ceb41d "extensions.conf", includelevel=0) at config.c:57 #4 0x08055472 in __ast_load (configfile=0x44ceb41d "extensions.conf", tmp=0x80e5950, _tmpc=0xbffff360, _last=0xbffff364, includelevel=0) at config.c:731 #5 0x0805588d in ast_load (configfile=0x8 <Address 0x8 o...
2017 Jul 06
0
pxechn.c32 not working when coming from iPXE 1.0.0
...ut I was unable to see anyone with a similar issue. To start debugging here are some of my settings: Configured DHCP options in isc-dhcp-server 4.3.5-3: option architecture-type code 93 = unsigned integer 16; option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; class "pxeclients" { # 1. Dont know exactly what this if-statement does # 2. Aparently the pxelinux.pathprefix is ignored (perhaps a Debian DHCP issue)...