Displaying 20 results from an estimated 300 matches similar to: "Strange slapd behavior..."
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list
recently recommended zebra (www.zebra.org). I haven't yet identified all my
needs, but I'm guessing that it will do all my routing needs for a, say,
class C set of IP addresses, particularly if I ever have to do anything
BGP-related.
Anyone have any pointers before I delve in? Or possibly a recommendation
for
2019 Nov 20
2
Schema replication error with W2008R2
Hi,
We have 3 samba 4.9.13 AD DC servers (mercurio1, mercurio2, mercurio7), replicating without error.
When we add a W2008R2 as additional DC (mercurio3) replication works fine until 24h pass and it fails.
On the samba4 DCs side, the command
samba-tool drs showrepl
shows no error. On the W2008R2 side the command
repadmin /showrepl
shows inbound replication error from the 3 samba DCs, and
2009 Jan 26
2
Hello I need help with samba4
Hello I need help with samba4
I need to taste like mapear users of samba4 for a mail server Postfix
Thanks
Note : I speak Spanish, my English he is bad, please I apologize to them.
Gerardo of Cuba
--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est? limpio.
Departamento de Redes y Servicios Telem?ticos.
Escuela
2007 Jan 08
6
Thumbnail plugin
Hi,
With some help from Quinn_Storm, iXce, maniac103, mikedee and
KristianLy :), I've managed to modify switcher.c and make a new plugin:
thumbnail.
The plugin shows thumbnails of windows when cursor is moved over a task
button in taskbar.
Screenshot:
http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg
Download:
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading".
To prevent tearing, damageScreen is used minDonePaintScreen (only if the
option is used).
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-fading.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
Url :
2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows?
I don't want to use ugly hacks like "temp unminimize" just to get it.
Stjepan
2007 Jan 05
2
Put a window on top
I'm developing a new plugin, based on switcher.
I have a window created with XCreateWindow.
Can I put a window totally on top, even over panels?
These are my atoms:
state[nState++] = s->display->winStateAboveAtom;
state[nState++] = s->display->winStateStickyAtom;
state[nState++] = s->display->winStateSkipTaskbarAtom;
state[nState++] =
2007 Jan 25
2
New configuration system
I see many people hate Compiz (and use Beryl) just because it needs
gconf + many other GNOME deps. I think this is the biggest advantage of
Beryl over Compiz.
Yes, users don't have to compile compiz with gconf, but how will they
configure things? They'll modify the sources?
Compiz needs a new configuration plugin. A text-based one, independent
of tons of libraries would be great.
2010 Sep 14
7
II jornadas
Estimados usuarios de R en Castellano
Hace meses la Escuela Politécnica de Mieres asumió la organización de las II
Jornadas de Usuarios de R en Castellano.
Como miembro del comité organizador, os envío una primera propuesta del
programa a realizar, en la que las comunicaciones se prevé inicialmente se
dividan en cuatro temáticas:
1. Aplicaciones industriales.
2. Aplicaciones médicas.
3.
2011 Sep 02
4
Puppet client dying without errors
Few of my puppet clients (puppet 0.24.8, ruby 1.8.5, facter 1.5.2) are
dying with out any error messages on on syslog. I cannot see much system
resource usage on these nodes.
What is the best way to troubleshoot the root cause of the problem?
-Basil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email
2010 Sep 14
1
cron breaking when enabling ldap
Hi
When I enable a box to do authentication using LDAP it breaks cron for users like jboss.
I get the following in /var/log/secure
Sep 14 15:25:01 exoipatest01 crond[7214]: pam_access(crond:account): access denied for user `jboss' from `cron'
I have the following in /etc/ldap.conf
nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,tomcat,radiusd,news,mailman,nscd,jboss
2002 Nov 05
1
PB samba 2.5 and clients W2K SP2-SP3
English version :
Hi i've some problems with samba 2.5 and MDK 8.2 each time I log on a WIN2K
SP2 or SP3 client I get the message :
your password expires today would you like to change it ? yes no
Even if I change it , I get the message one more time when I log on the
client the next time..
I read the o'reilly and the how to and I didn't see any param for password
expiration in
2006 Dec 28
1
Patch: switcher's window is a splash window
Hi,
I made a simple patch which makes switcher's window a splash window
(_NET_WM_WINDOW_TYPE_SPLASH). This way I can easily add effects for it.
The window is a splash window, so why not use this type instead of
Unknown? Beryl's switcher window is a Splash window too. Is there a
reason why Compiz uses Uknown for it?
Patch:
--- switcher.c 2006-12-28 10:14:52.000000000 +0100
+++
2007 Jan 26
2
Get window textures even when they're transformed.
If I wobble a window and quickly initiate switcher or cube, this can
cause weird artifacts.
I had a look at Beryl's switcher.c
In switchPaintThumb they use this:
static void
switchPaintThumb(...)
{
DrawWindowGeometryProc oldDrawWindowGeometry;
AddWindowGeometryProc oldAddWindowGeometry;
WindowPaintAttrib sAttrib = *attrib;
int wx, wy;
float width, height;
CompIcon *icon = NULL;
/*
2007 Jan 27
1
Annoying Scale and DnD behaviour
Current behavior terminates scale when not moving cursor _between
windows_.
Shouldn't scale be terminated only when not moving cursor _at all_ for
the specified time?
Stjepan
2011 Nov 07
1
nss_ldap breaks puppet
I have installed and configured the puppet client nodes to use LDAP to
authenicate users.
LDAP connection is OK and user can be authenicated via LDAP.
I use nscd and with my ldap config setting specify on /etc/ldap.conf
However, puppet is not happy; and in the /var/log/messages it gives
tons of
puppet-agent[27499]: nss_ldap: could not search LDAP server
puppet-agent[27499]: nss_ldap:
2009 Jul 17
3
Ayuda con el paquete de text mining (TM)
Estimados, les escribo para consultar, lo siguiente:
Estoy haciendo un trabajo de text mining y necesito importar una serie de
textos para preprocesarlos, es decir eliminar los Stopwords, hacer stemming,
eliminar signos de puntuación etc. Esto último lo puedo realizar con los
datasets que trae la librería TM. Lo que no puedo lograr es importar texto
desde algún medio a pesar que existe funciones
2014 Aug 25
2
problema con campos que tienen formato fecha
Hola a todos,
Tengo la siguiente inquietud, espero me puedan ayudar.
Tengo una base de datos de la que estoy haciendo varios cálculos. Uno de
ellos es la diferencia entre tiempos para conocer la duración de un evento.
Aquí usé el paquete lubridate para tener fecha y hora en el formato
adecuado. Cuando hago el calculo obtengo algo como esto:
> (BASE$Time2[518]-BASE$Time2[516])
Time difference
2014 Aug 25
5
problema con campos que tienen formato fecha
Hola Javier,
Muchas gracias por responder tan rápido!
Yo trabajo en Mac OS X 10.9.4.
Versión 0.98.953 de RStudio.
Versión 3.0.2 (2013-09-25) de R.
##
Este es el script que estoy trabajando. Se trata de una rutina para
automatizar el cálculo de la duración del evento.
setwd("/Users/angelacamargosanabria/Documents/ANGELITA/1-DOC/1-TESIS/4-PAPERS/1-Mamiferos/DATOS/Bases")
BASE <-
2016 May 04
1
Unicast or Multicast?
if you read ahead you'll figure that the infrastructure of the network
'en gros' isn't made for it (yet).
because of this (and not just because I am a fan of) I propose other
trials with overlay networks which could (under proper application)
even be more efficient than the multicast protocol(s) itself.
Greets and out
Gee ... .-. . .
On 04.05.2016 18:04, Jordan Erickson wrote: