Displaying 20 results from an estimated 2187 matches for "lui".
Did you mean:
l1i
2014 Jan 31
2
manipulación de caracteres
lo que necesito es
"98989","121212"
y no :
paste(unlist(strsplit(char,",")),collapse=",")
[1] "98989,121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2018 Oct 30
0
Problem with cached userdb info
...um.es)(|(uid=%u)(mail=%u)))
The problem I have is that quota information is not updated when I
changed in my ldap.
These are the steps I'm running:
1. First, I check current quota (dovecot just restarted):
amateo_adm at myotis60:/etc/dovecot/conf.d$ sudo doveadm user -f quota_rule
angel.luis at um.es
*:storage=2G
in the log I get:
Oct 29 14:29:46 myotis60 dovecot: auth: Debug: master in:
USER#0111#011angel.luis at um.es#011service=doveadm#011debug
Oct 29 14:29:46 myotis60 dovecot: auth: Debug:
prefetch(angel.luis at um.es): passdb didn't return userdb entries, trying
the next...
2014 Jan 31
2
manipulación de caracteres
esto me convierte la cadena de caracteres en dos y eso no es lo que quiero
además el resultado final de la cadena debe ser:
"98989","121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2008 Oct 10
5
Solution for autospec not working
Hello,
I have noticed that, since version 1.1.4, autotest/autospec does not run any
of my specs. After getting a hint from
http://b.logi.cx/2008/10/9/non-auto-spec, I dove a bit deeper into the code
and found that spec is no longer being run by ruby.
I monkey-patched Autotest::Rspec in my .autotest file so that spec is again
executed (using code taken from version 1.1.4). autospec is now
2014 Feb 11
2
eliminar texto de un fichero
Carlos,
eso sería una buena solución. el problema es que utilizo el sink()
para redireccionar no solo uno sino varios datos en forma matricial y de
lista
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2007 Nov 07
16
file access with mongrel running as windows service
i have an archive of documents (word, excel, jpeg, png, gif...)
residing on a network share that is accessed via send_file.
when running mongrel on the command line the files are properly
delivered.
with mongrel running as a service they don''t.
now normally i would think that should be fixable by configuring the
service to run under a user that can read the files....
but
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed.
Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here.
CHANGES
-------
Build was manually requested
BUILD LOG
---------
D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build'...
2024 Jun 11
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
..., it?s there by default when the domain is provisioned with rfc2307 - this reads gidNumbers and uidNumbers for users from the rfc2307 attributes supplied when creating users and groups.
I have created a couple of users and groups, ?Unix Admins? group (10007) who is a member of ?Domain Admins? and ?Luis? user (10005) , member of ?Unix Admins'
As per the generally accepted rule, ?Domain Amins? have no gidNumber given, not to conflict with internal idmap for ?Domain Admins? mapping, being a 'ID_TYPE_BOTH? , meaning it?s a user and a group. So far so good.
root at dc1:~# wbinfo --uid-info...
2024 Jun 08
1
Member server: Failed to join domain: failed to find DC for
All,
Doing some testing with 4.20.1 on a member server. I have no explanation for this.
?Member? member is just a test machine, I joined to domain *with* net ads join, no issues. A few minutes later ...
root at member:/etc/samba# net ads leave domain -U luis
Password for [MAD\luis]:
Deleted account for 'MEMBER' in realm 'MAD.MATER.INT'
root at member:/etc/samba# net ads join domain -U luis
Password for [MAD\luis]:
Failed to join domain: failed to find DC for domain domain - A domain controller for this domain was not found.
root at m...
2006 Feb 22
8
Temporary win32 gems up.
Hey,
I did some pre-compiled gems for both Mongrel and win32 service, wrote some
quick instructions, and threw everything onto a (Mongrel hosted) temp site.
Please go hit:
http://zedshaw.homelinux.org:3000/files/win32_howto.html
And give the instructions a shot. Luis should have the stuff moved around
and then we''ll have a nice clean install and set of instructions for all
this.
Any comments are welcome. Remember stop doesn''t work quite yet.
Zed
2006 Feb 20
8
Graceful stop in, timeouts out (for now)
Hey Luis,
Just implemented the first cut at a graceful stop setup. It seems to mostly
work except for a few hicups here and there which I''ll test out. I''ve
tested this under OSX and will test on the other platforms soon.
To use it take a look at the examples/simpletest.rb and see how...
2019 Jul 11
2
Manipulating global address inside GlobalAddress SDNode in (RISCV) LLVM backend
>
> I don't think there's a real shortage of those, but I confess I'm not
> sure why that's related. You'd need a representation for the LUI and
> ADDI after instruction selection anyway.
Yeah at the end we need a representation for LUI and ADDI. We were trying
to break the 64 bit address from GlobalAddress node into two i32 register.
We will add custom load/store which will generate the address using values
from two registers. We...
2014 Feb 11
2
eliminar texto de un fichero
...ot; permite añadir otros nuevos objetos a un
> fichero ya existente...
> Vaya, que puedes utilizar varias funciones "write" utilizando el mismo
> fichero de salida.
>
> Saludos,
> Carlos Ortega
> www.qualityexcellence.es
>
>
> El 11 de febrero de 2014, 16:17, Luis Ridao <luridao@gmail.com> escribió:
>
>
>> Carlos,
>>
>> eso sería una buena solución. el problema es que utilizo el sink()
>> para redireccionar no solo uno sino varios datos en forma matricial y de
>> lista
>>
>> Luis
>>
>>
>&g...
2017 Feb 20
1
strange auth issue
Windows make any "Levenshtein distance" into domains and fix them??? ummm....
----- Mensaje original -----
De: "Ing. Luis Felipe Domínguez Vega" <luis.dominguez at mtz.desoft.cu>
Para: "Sonic" <sonicsmith at gmail.com>
CC: "samba" <samba at lists.samba.org>
Enviados: Lunes, 20 de Febrero 2017 15:08:59
Asunto: Re: [Samba] strange auth issue
I am a network administrator and y...
2014 Feb 11
2
eliminar texto de un fichero
Daniel,
eso funciona en la terminal pero mi argumento to regex o grep es un fichero
ahi es donde me encuentro atascado
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2018 Oct 02
1
Bug in conditionals to assign values to variables?
>
> I can't seem to be able to reproduce this, not even with v2.2.33. It simply works without logging any errors.
>
I've made a lot of changes now. I can't neither reproduce it anymore :-(.
If I could, I'll send the complete configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
2017 Jan 05
4
About DNS Updates
...y to work into a servers network and don't want to be into dns. I remove all the internal ip reference from DNS, but samba always create them again. So how i can tell to samba that ignore that interface and not put it's ip into DNS??
---------------------------------------
Al tanto
Ing. Luis Felipe Domínguez Vega
Administrador de la Red de Desoft Matanzas
GNU/Linux Kernel Developer - rtlwifi kernel module
"No es grande aquel que nunca falla, es grande el que nunca se da por vencido… "
2007 Feb 23
2
OCFS 1.2.4 memory problems still?
I have a 2 node cluster of HP DL380G4s. These machines are attached via
scsi to an external HP disk enclosure. They run 32bit RH AS 4.0 and
OCFS 1.2.4, the latest release. They were upgraded from 1.2.3 only a
few days after 1.2.4 was released. I had reported on the mailing list
that my developers were happy, and things seemed faster. However, twice
in that time, the cluster has gone down due
2007 Nov 05
12
Error installing Mongrel on Solaris 9
Hi all,
We''ve installed RoR on Solaris 9, and are attempting to install Mongrel using the following command:gem install mongrelgetting error "SSL is not installed on this system".All other gems (including Rake) installed fine.Any suggestions?Thanks,Brian
_________________________________________________________________
Boo!?Scare away worms, viruses and so much more! Try
2014 Apr 01
2
problema con RStudio
...ics.com
P.D.: A propósito, también he estado tratando de utilizar RODBC en
Linux y me he acabado rindiendo. Sobre todo porque RJDBC funciona
bastante bien. Aunque, claro está, todo depende de qué base de datos
estés atacando, en qué estado estén sus drivers, etc.
El día 1 de abril de 2014, 14:18, Luis Ridao <luridao en gmail.com> escribió:
>
> yo tampoco
>
> saludos,
> Luis
>
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> Luis Ridao Cruz
> Faroe Marine Research Institute
> Nóatún 1, P.O. Box 3051
> FO-110 Tórshavn
> Faroe Islands
> Tel...