similar to: Help to translate...

Displaying 20 results from an estimated 400 matches similar to: "Help to translate..."

2008 May 09
1
Helping translating...
Hello Ralph, before anything I want to appreciate you vastly, I have the option of editing, but now it show me the following message: "At the moment, the translation for this page is not available. In their place the page has been shown in English language." -- Saludos, Lester Espinosa Mart?nez Especialista "C" en Ciencias de la Computaci?n Comercializadora ESCAMBRAY UCT
2008 May 05
2
I want to help translating articles
Hello to all those of the list, I introduce myself: My name is Lester Espinosa Mart?nez, I live in Cienfuegos, a city of Cuba. I am interested in helping Wiki of CentOS working in translating from English to Spanish. I met the Wiki of CentOS thanks for a great one my friends called: Alain Reguera Delgado, and I also collaborated in translating articles of last Wiki of CentOS in Spanish. My
2012 Mar 14
1
dbcheck
Hello list, somebody can helpe, my problem is when I run this command ./samba-tool dbcheck Checking 6205 objects ERROR: missing backlink attribute 'memberOf' in CN=Sandy,OU=Administrador de Red,OU=Comercializadora,OU=CUPET,DC=eccmg,DC=cupet,DC=cu for link member in CN=SHARE\0ADEL:ddacaf41-c14f-4e7c-8606-704eec753a4f,CN=Deleted Objects,DC=eccmg,DC=cupet,DC=cu Not fixing missing backlink
2016 May 07
0
RV: Daily mail report for 2016-05-06lzq
Enviado desde mi smartphone BlackBerry Z10 4G Lte.   Mensaje original   De: admin at pr.copextel.com.cu Enviado: sábado, 7 de mayo de 2016 12:30 a.m. Para: admin at pr.copextel.com.cu Asunto: Daily mail report for 2016-05-06 Grand Totals ------------ messages 409 received 4135 delivered 0 forwarded 10 deferred (114 deferrals) 14 bounced 90 rejected (2%) 0 reject warnings 0 held 0 discarded (0%)
2010 Apr 30
1
Possible bug in POSIX classes for R 2.11.0?
To the R development team; I found an unusual behavior in zoo when I upgraded to R 2.11.0 - it abruptly terminated when I performed certain operations on large zoo objects. I sent an e-mail to Achim Zeileis and he said this was a potential bug that I should report to the R development team. The details are given below in the thread below. Basically, I can crash R with this code: library(zoo)
2018 Apr 17
0
How to create and insert a call MachineInstr?
Hi Tim, I'm sorry to bother you again. Since I have met the problem, how to check used registers and avoid clobbering live registers, which you mentioned in the email. I am working in the function X86InstrInfo::storeRegToStackSlot, which is in lib/Target/X86/X86InstrInfo.cpp. And I have an extra problem, may I use MOV64mr and two addReg to set two registers as its arguments? I want to use
2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
Recently, I have investigated FUSE as an option for implementing something like I proposed to this list in April, 2005 (instead of inotify). Just yesterday, I submitted some patches to the mysqlfs-general mailing list that improve mysqlfs a bit. With a little more work (which I may or may not do), using mysqlfs (a FUSE filesystem) and mysql replication, one can achieve a real-time, one-to-many,
2015 Sep 07
3
Dovecot and IPA
Hi Ranbir I've worked with freeIPA a little, but without your doveconf or some other context information, it is difficult to identify the issue. Regards, Manuel Delgado ----------------------------------------------------------- *Usuario Linux* *#520940 <http://counter.li.org/>* Mag. Computaci?n e Inform?tica Universidad de Costa Rica Centro de Inform?tica On Mon, Sep 7, 2015 at
2019 Sep 19
2
Type unmatched after replacing functions
On Thu, Sep 19, 2019 at 4:34 PM Tim Northover <t.p.northover at gmail.com> wrote: > > Hi Will, > > On Thu, 19 Sep 2019 at 09:21, Will Lester via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > The function pointers are often put in the initializers of global variables, and > > they can not be simply replaced by a bitcast ConstantExpr since setOperand()
2002 Aug 22
1
accessing linux box via my network places
Ok I can see the linux box in my network places. However when I try to access the workgroup I receive this.... "test is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network pat was not found." Any ideas what I'm doing wrong? Thanks, Lester Laro Ortho
2003 Mar 06
1
Samba Plain Password Patch
I cannot seem to find the plain password patch for the registry for NT4 or 2000. Is there one patch that works for both? Can you point me to where I can download the patch? Matt Lester AISG Government Systems Network/System's Engineer (407) 581-2929 ext. 218
2001 Aug 08
1
What do I have to type to enter the directory eps?
What do I have to type to enter the directory eps? Can you help me please? Here is the display where I am just now. Saber Rider@SABER ~ $ rsync rsync://archive.plan9.de/anime/eps ***** ***** Welcome to cerebro.plan9.de! ***** ***** anime the virtual linked server directory ***** anime1 /fs/anime1 ***** anime2 /fs/anime2 ***** anime3
2018 Apr 17
1
How to create a proper MachineMemOperand?
Thanks for your advice. But I have searched X86 and find no more information than I have known. The problem is not to create a MachineMemOperand, but to create a MachineMemOperand with certain address. This scene does not exist in the original code. Since I have to do this in the process of register allocating, inserting IR instruction seems to be infeasible. I have thought of storing the address
2014 Sep 01
1
Compiling Samba with ADS Support
Hi Everyone, I'm looking to compile Samba with ADS support but can't seem to find any list of required libraries. I've read the FAQs and it was helpful, it listed that I needed MIT or Heimdal Kerberos and Open LDAP. I'm working on a very secure environment and if it is possible to just put it only the required files, that would be great. Thank you, Lester
2007 Jul 12
1
rsyncd.conf missing option akin to --one-file-system
It seems to me that rsyncd.conf does not provide an option akin to rsync's --one-file-system command line argument. If that is true, it seems like a bug of ommission, as I now face a use case where I need it. Is there maybe some technical reason for the ommission? Thanks, -- Lester Hightower
2018 Apr 16
0
How to create a proper MachineMemOperand?
Usually I will search the target directory, X86 in your case, to see how MOV64mr is used with BuildMI to generate the instruction I want. 2018-04-16 16:25 GMT+08:00 Will Lester via llvm-dev <llvm-dev at lists.llvm.org>: > Hi all, > I met a new problem in the process of my project. > I have got an address by mmap. And I want to build a MachineInstr of MOV64mr > to move a value to
2012 Jul 27
1
No tengo red despues de instalar
Que tal amigos: Resulta es que no tengo red despyes de instalar centos 6.2, sigo la ruta: /etc/sysconfig/network-scripts/ y no me aparece el archivo ifcfg-eth0 e visto cosas similares de otros usuarios de centos.... donde si encuentran ifcfg-eth0 y tienen que modificar el Onboot a yes, pero ami no me aparece? realice la instalacion minimal. -- Rodrigo Isaias Pichi?ual Norin Ingeniero en
2005 Nov 25
1
firewall
It work's OK but. When I installed a wireless acces point Linksys it does not work. I disabled the firewall in the acces point but with no result. Can anybody help me??? Alejandro G. Schujman AGS Computaci?n y Sistemas contacto@ags.com.ar MSN agschujman@hotmail.com 0341 4219625 Movil 0341 15 5410122
2017 Jan 31
0
dovecot 2.2.27 welcome plugins script
Hello everyone, I am trying to send a mail to newly autocreated users, using the welcome plugins, however, i am get unable to pipe user information correctly to the script, acording to the wiki the scripts are called just as the quota warnig scripts. Also, every time that a try something new i have created a new user...... is a pain. what can i do to test this without to create a new user
1998 Aug 28
0
only one problem
I create a shared directory in linux redhat v5.1 and y change the samba configuration file for share this directory for users in windows 95, i copy an acces97 database that will accessed by the users through a visual basic v5 program made by me, all the users are in the same area conected via twisted-pair cable and the most far computer is about 39 ft, in all cases i don't think that my net