search for: demonio

Displaying 9 results from an estimated 9 matches for "demonio".

Did you mean: demonic
2004 Jun 15
0
Help with cracklib
...------------------------------------------------------------- [global] workgroup = DOMINFO73 interfaces = 127.0.0.1, eth0 bind interfaces only = Yes obey pam restrictions = Yes smb passwd file = /etc/samba/smbpasswd %u passdb backend = ldapsam:ldap://demonio.servidores.fadesa pam password change = Yes passwd program = /usr/bin/passwd %u unix password sync = Yes load printers = No logon script = inicio.bat logon home = \\%N\%U\samba.perfiles domain logons = Yes domain master = Yes l...
2004 Jun 21
0
samba 3.0.4 don't works with cracklib
...------------------------------------------------------------- [global] workgroup = DOMINFO73 interfaces = 127.0.0.1, eth0 bind interfaces only = Yes obey pam restrictions = Yes smb passwd file = /etc/samba/smbpasswd %u passdb backend = ldapsam:ldap://demonio.servidores.fadesa pam password change = Yes passwd program = /usr/bin/passwd %u unix password sync = Yes load printers = No logon script = inicio.bat logon home = \\%N\%U\samba.perfiles log level = 3 domain logons = Yes domain...
2017 Feb 20
2
Which tool to automatically restart Asterisk ?
...8<-------------------------- #!/bin/bash # # File: asterisk-watchdog.sh # Date: 2015.05.26 # Build: v1.0 # Brief: Secuencia para monitorizar procesos. # # ${PATH}: Variable de entorno con las rutas a los ejecutables. PATH=/bin:/sbin:/usr/bin:/usr/sbin # ${DAEMON}: Demonio a monitorizar. DAEMON="asterisk" # ${MSG}: Cuerpo del mensaje a enviar por mail. MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" pidof ${DAEMON} > /dev/null 2>&1 [ $? -ne 0 ] && { echo ${MSG}; service ${DAEMON} start; } exit 0 ----------------------...
2010 Jan 22
1
Just installed DomU won't boot
...irtManager/domain.py", line 573, in startup self.vm.create() File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: La operaci?n POST fall?: xend_post: error del demonio de xen: (xend.err "Error creating domain: Boot loader didn't return any data!") End of Error Message. Config file is as follows: name = "fido" uuid = "af13748d-6084-2357-73b7-0c7ff9ed9553" maxmem = 1500 memory = 1500 vcpus = 16 bootloader = "/usr/bin/pygrub...
2017 Feb 21
2
Which tool to automatically restart Asterisk ?
...g.sh > > # Date: 2015.05.26 > > # Build: v1.0 > > # Brief: Secuencia para monitorizar procesos. > > # > > # ${PATH}: Variable de entorno con las rutas a los ejecutables. > > PATH=/bin:/sbin:/usr/bin:/usr/sbin > > > > # ${DAEMON}: Demonio a monitorizar. > > DAEMON="asterisk" > > > > # ${MSG}: Cuerpo del mensaje a enviar por mail. > > MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" > > > > pidof ${DAEMON} > /dev/null 2>&1 > > > > [ $? -ne 0 ] &&a...
2010 May 11
2
multicast dns in router mode
The documentation is very clear that multicast over tinc does not work in router mode. Why?
2012 Apr 09
1
Bug#668183: [INTL:es] Spanish debconf template translation for xen-api
...networking manager:" msgstr "Administrador de red para XCP:" #. Type: select #. Description #: ../xcp-networkd.templates:2001 msgid "" "The xcp-networkd daemon supports two network backends: standard Linux " "bridging and Open vSwitch." msgstr "El demonio xcp-networkd puede trabajar con dos motores de red: puente de red est?ndar de Linux y Open vSwitch." #. Type: select #. Description #: ../xcp-networkd.templates:2001 msgid "" "While both modes support a similar feature set, Open vSwitch provides " "additional features...
2017 Feb 17
3
Which tool to automatically restart Asterisk ?
Hello, Years ago, I used Monit to monitor Asterisk and restart it whenever it failed. Now, I wonder which tool I should pick for an Debian 8 (current) or CentOS 7 (future) environment. The main reason I'm looking for this tool is to avoid as much as possible, current 5 minutes delay between Asterisk's stop and first cutomers complains. 1. I always install Asterisk from source but
2017 Feb 27
2
Which tool to automatically restart Asterisk ?
...gt; # Build: v1.0 >>> > # Brief: Secuencia para monitorizar procesos. >>> > # >>> > # ${PATH}: Variable de entorno con las rutas a los ejecutables. >>> > PATH=/bin:/sbin:/usr/bin:/usr/sbin >>> > >>> > # ${DAEMON}: Demonio a monitorizar. >>> > DAEMON="asterisk" >>> > >>> > # ${MSG}: Cuerpo del mensaje a enviar por mail. >>> > MSG="$(date '+%F %T'): ${DAEMON} se ha caido!" >>> > >>> > pidof ${DAEMON} > /dev/null 2&gt...