similar to: Don't be afraid to answer this question!!!

Displaying 20 results from an estimated 10000 matches similar to: "Don't be afraid to answer this question!!!"

2003 Apr 29
10
Samba - User Authentication
Hi Robert and List, As you told me I upgrated to Samba 2.2.5 because I'm doing the test with a machine which has RedHat 8.0 and this RedHat version comes with it.... Anyway..... So I made the procedure step by step but I haven't found how to make my Windows 2000 users (PDC) can access the Linux shared folder and this is what I've done: My smb.conf looks like this: [global]
2000 May 19
16
Samba authentication
Hi, Could someone confirm that the following is NOT possible with Samba: -Run Samba on a Solaris box WITH NO SMBPASSWD -Have the users log in on Windows NT, using the Novell NDS client, and using ENCRYPTION -Have the users authenticated by Samba through NDS (preferred) or NIS. My understanding is that if Samba receives the password encrypted, it has no choice but to use a local smbpasswd (and
2003 Apr 28
2
Samba Authentication2
What about this: How can I set a parameter (valid user) in the shared folder (smb.conf) in order to it can authenticate the users in the PDC? because I can only do this with the Linux users. Thanks in advance Leonardo
2003 May 06
1
smbadduser error
Hi List, I have a problem authenticanting some of the users into a Windows 2000 PDC with Samba 2.2.5. The thing is that I can add some of the users in the PDC as Samba users but with some of them I can't, I run the following command and I get this: # smbadduser lrodrigu:lrodrigu ERROR: lrodrigu Not in passwd database SKIPPING... # But the user 'lrodrigu' is in the passwd database
2016 Jan 07
2
Instrucciones uso rvest
Hola buenos días: Perdonar por no contestar antes, pero estaba aislado jeje. En principio la ideas que apuntas la conozco pero es aún más sencillo en este caso ya que dichos datos te los puedes descargar de un excel que publica el INE. La cuestión que planteo es para interactuar directamente con la web. He tomado esta página como ejemplo, porque si consigo ejecutar lo que pregunto aquí, entonces
2010 Nov 21
3
VGA passthrough - GA-890FXA with ASUS EAH5750 video
Hello, I would like to report to the group that I have been successful with VGA passthrough using the following configuration: Gigabyte GA-890FXA-UD5 ASUS EAH5750 1GB GDDR5 video Fedora 13 XEN 4.0.1 Windows 7 64 bit HVM guest Xen was installed per Pasi''s Fedora 13 Xen 4.0 Tutorial found here: http://wiki.xen.org/xenwiki/Fedora13Xen4Tutorial The tutorial was very helpful and many
2016 Jan 07
3
Instrucciones uso rvest
Ok, Carlos, gracias, lo miro, me lo acabo de descargar, por si alguien lo quiere está en: http://kek.ksu.ru/EOS/WM/AutDataCollectR.pdf Un saludo Date: Thu, 7 Jan 2016 12:06:40 +0100 Subject: Re: [R-es] Instrucciones uso rvest From: cof en qualityexcellence.es To: fjroar en hotmail.com CC: r-help-es en r-project.org Hola, Te recomendaría que tuvieras muy a mano este libro. El caso que planteas,
2009 Dec 28
2
Samba4 and Squid3 with ntlm_auth
Hello there. I'm try to configure squid3 with samba4-alpha-10 autentication. My samba4 pdc work fine with a simple smb.conf: [globals] netbios name = PANTRO workgroup = MYDOMAIN realm = MYDOMAIN.LAN server role = domain controller [netlogon] path = /usr/local/samba/var/locks/sysvol/mydomain.lan/scripts read only = no
2008 Oct 01
9
time segments intersection
Hi all, Please, how could I calculate the time that two time segments has in common? Is there any function to perform this calculation? For instance, given four POSIXlt objects... endPeriod<-as.POSIXlt("2008-09-30") startPeriod<-as.POSIXlt("2007-10-01") endProject<-as.POSIXlt("2007-05-31") startProject<-as.POSIXlt("2006-12-01") that limit
2008 Jul 07
11
[Bug 16634] New: swfdec-0.7. 2 not able to play audio in the following Flash file: http://randomfoo.net/ oscon/2002/lessig/free_culture.swf.
http://bugs.freedesktop.org/show_bug.cgi?id=16634 Summary: swfdec-0.7.2 not able to play audio in the following Flash file: http://randomfoo.net/oscon/2002/lessig/free_culture.swf. Product: swfdec Version: 0.7.x Platform: Other URL: http://randomfoo.net/oscon/2002/lessig/free_culture.swf
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is able to successfully connect to the Asterisk server. I am unable to contact extension 101 from 102 and vise-versa. Also are my context setup logically or is there a better fashion to organize them? My error is at the bottom. Here is the extension.conf [default] ; ; By default we include the demo. In a production system,
2012 Jul 13
3
Instalar R manualmente en Ubuntu
Hola Amigos: Gracias por todas las respuestas sobre como filtrar datos en un data frame. Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente, pero no puedo hacerlo desde un repositorio. Alguna solución??????????' Un Saludos, Leonardo ------------ próxima parte ------------ An embedded and charset-unspecified text was scrubbed... Name: no disponible URL:
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
We don't generate any .lib as those don't work well with incremental linking (and give zero advantages when linking AFAIK), and it would be pretty easy to have a modern format for having a .ghash for multiple files, something simple like size prefixed name and then size prefixed ghash blobs. On Fri, Jan 26, 2018 at 8:44 PM, Zachary Turner <zturner at google.com> wrote: > We
2018 Jan 28
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Look for this code in lld/coff/pdb.cpp if (Config->DebugGHashes) { ArrayRef<GloballyHashedType> Hashes; std::vector<GloballyHashedType> OwnedHashes; if (Optional<ArrayRef<uint8_t>> DebugH = getDebugH(File)) Hashes = getHashesFromDebugH(*DebugH); else { OwnedHashes = GloballyHashedType::hashTypes(Types); Hashes = OwnedHashes; } In the else block there, add a log
2008 Apr 15
6
looking for a string
Hi all, I have not been able to find an answer to what is a simple question: conaguaMexicoSub <- subset(conagua, unidad == "Jalapa", select = c(equipo,X101:X309)) This subset gives me all the rows from conagua where unidad is Jalapa. But, please, how do I get all the rows where unidad contents Jalapa? I've been looking at regex, but I didn't find how pass one to unidad
2012 May 04
4
Git branch with compiling fixes for win32
El 03/05/12 12:19, Miroslav Lichvar escribi?: > It makes the C function faster than the corresponding asm routine, so > if it's included I'd suggest to just drop the asm function to not keep > around more asm code than is necessary. With current compilers it is very likely that those routines are already superflous.
2018 Jan 30
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
You can make a PDB per lib (consider msvcrtd.pdb which ships with MSVC), but all these per-lib PDBs would have to be merged into a single master PDB at the end, so you still can't avoid that final . In a way, that's similar to the idea behind /DEBUG:FASTLINK (keep the debug info in object files to eliminate the cost of merging types and symbol records) and we know what the problems with
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
it does. I just had an epiphany: why not just write a .ghash file and have lld read those if they exist for an .obj file? Seem much simpler than trying to wire up a 20 year old file format. I will try to do this, is something like this acceptable for LLD? The cool thing is that I can generate .ghash for .lib or any obj lying around (maybe even for pdb in the future). On Fri, Jan 26, 2018 at
2018 Jan 28
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I don’t have pgo numbers. When I build using -flto=thin the link time is significantly faster than msvc /ltcg and runtime is slightly faster, but I haven’t tested on a large variety of different workloads, so YMMV. Link time will definitely be faster though On Sun, Jan 28, 2018 at 2:20 PM Leonardo Santagada <santagada at gmail.com> wrote: > This part is only for objects with /Z7 debug
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Not a lot. /TIME will show high level timing of the various phases (this is the same option MSVC uses). If you want anything more detailed than that, vTune or ETW+WPA ( https://github.com/google/UIforETW/releases) are probably what you'll need to do. (We'd definitely love patches to improve performance, or even just ideas about how to make things faster. Improving link speed is one of