search for: osl

Displaying 20 results from an estimated 27 matches for "osl".

Did you mean: os
2007 Feb 17
1
Constraint maximum (likelihood) using nlm
...f y_i , dat[,2] column of s_i negll <- function(params,dat,constant=0) { for(i in 1:length(dat[,1])) { llsum <- log( params[2]^2 + dat[i,2]^2) + (( dat[i,1] - params[1])^2/ (params[2]^2 + dat[i,2]^2)) } ll <- -0.5 * llsum + constant return(-ll) } Using (find data attached): data.osl <- read.table("osl.dat",header=TRUE) data.matrix <- as.matrix(data.frame(data.osl$de,data.osl$se)) nlm(negll,c(0.75,0.5),dat=data.matrix,iterlim=200) I get estimates for mu and sigma of: 3.629998e+00 -4.975368e-07 However, sigma obviously has to be >= 0. Therefore I am trying...
2014 Oct 08
0
Open Software License v. 3.0
Dear All, I would like to propose adding the OSL-3.0 license to the list of "standard" licenses bundled with R: Index: share/licenses/license.db =================================================================== --- share/licenses/license.db (revision 66733) +++ share/licenses/license.db (working copy) @@ -317,3 +317,12 @@ URL: http:...
2012 Mar 03
3
[RESEND][RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...to the ACPICA, but the following files are what really matter for review purposes: Program: com32/acpioff/acpioff.c com32/Makefile Platform/enviroment specific customization required for single-threaded ACPI instantiation for COM32: com32/acpioff/acpica_linuxized/README com32/acpioff/osl.h com32/acpioff/acpica_linuxized/drivers/acpi/osl.c com32/acpioff/acpica_linuxized/include/acpi/platform/accom32.h com32/acpioff/acpica_linuxized/include/acpi/platform/acenv.h Fixes required to the ACPICA for available types and debugging: com32/acpioff/acpica_linuxized/drivers/acpi/acpica/ac...
2017 Nov 20
1
Intel Bluetooth problems - "Invalid request code (56)" - on CentOS 6.9
...D Address: 00:00:00:00:00:00? ACL MTU: 0:0? SCO MTU: 0:0 ??? DOWN ??? RX bytes:48 acl:0 sco:0 events:8 errors:0 ??? TX bytes:24 acl:0 sco:0 commands:12 errors:4 /var/log/messages indicates that firmware is loaded correctly # egrep "iwlwifi.*firmware" /var/log/messages Nov 20 09:24:16 osl-97214 kernel: iwlwifi 0000:04:00.0: firmware: requesting iwlwifi-8000C-17.ucode Nov 20 09:24:16 osl-97214 kernel: iwlwifi 0000:04:00.0: firmware: requesting iwlwifi-8000C-16.ucode Nov 20 09:24:16 osl-97214 kernel: iwlwifi 0000:04:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm and I th...
2007 Nov 06
1
[RFC] Enable _OSI(Linux) for Xen HVM domains
...INI method of an ACPI device. The strings are things like "Linux" or "Windows". ACPI may set internal variables and adjust code paths based on the ACPI compatibility reported by this method. The act of ack''ing or nak''ing an OS compatibility is the job of the OSL layer. Until recent Linux kernel versions, Linux would respond true to both "Linux" and "Windows", indicating the ACPI layers are compatible with both. Recent version of Linux no longer respond true by default to _OSI(Linux) calls. The idea is that most BIOS vendors conside...
2018 Oct 04
0
Copy to smb share fails with "invalid argument" on CentOS 7
...py. "cp" to the directory mounted by gvfs works just fine, on the other hand. Also, the problem does not occur with small files - I think anything below 64k is OK. The following command sequence should illustrate the problem (note that some of the names have been changed): [toralf at osl-97214 ~]$ dd if=/dev/zero of=tst.zero bs=65537 count=1 1+0 records in 1+0 records out 65537 bytes (66 kB) copied, 0.000919358 s, 71.3 MB/s [toralf at osl-97214 ~]$ gvfs-copy tst.zero "smb://pgs.com;toralf.lund at ourserver/theshare/" Error copying file tst.zero: Invalid argument [toralf...
2012 Mar 03
0
[RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...to the ACPICA, but the following files are what really matter for review purposes: Program: com32/acpioff/acpioff.c com32/Makefile Platform/enviroment specific customization required for single-threaded ACPI instantiation for COM32: com32/acpioff/acpica_linuxized/README com32/acpioff/osl.h com32/acpioff/acpica_linuxized/drivers/acpi/osl.c com32/acpioff/acpica_linuxized/include/acpi/platform/accom32.h com32/acpioff/acpica_linuxized/include/acpi/platform/acenv.h Fixes required to the ACPICA for available types and debugging: com32/acpioff/acpica_linuxized/drivers/acpi/acpica/ac...
2011 Mar 01
1
How to prove the MLE estimators are normal distributed?
Dear List, I'm now working on MLE and OSL estimators.I just noticed that the textbook argues they are joint normal distributed.But how to prove the conclusion? Thanks for your time in advance! Best, Ning
2003 Sep 15
0
3.0.0rc4 and recycle VFS module
...(just to be sure, I checked the recycle bine that is available for the local disk on the Windows client and my deleted file is not listed there -- as one would expect :-). Is there something else that I need to enable, or do I have something silly in my smb.conf? -- {+} Jeff Squyres {+} jsquyres@osl.iu.edu {+} Research Associate, Open Systems Lab, Indiana University {+} http://www.osl.iu.edu/
2023 Jun 24
2
Mirror problems with elfutils-debuginfod-client
...should do something like *-debuginfo-*.rpm (which should be good for now as I don't see any package with just "debuginfo" in the name, even in Fedora). The following mirrors are affected: centos-stream-distro.1gservers.com dfw.mirror.rackspace.com forksystems.mm.fcix.net ftp-chi.osuosl.org ftp-nyc.osuosl.org ftp-osl.osuosl.org ftpmirror.your.org iad.mirror.rackspace.com mirror.datto.com mirror.facebook.net mirror.fcix.net mirror.rackspace.com mirror.servaxnet.com mirror.siena.edu mirror.team-cymru.com mirror.xenyth.net mirror2.sandyriver.net mirrors.ocf.berkeley.edu nocix.mm.fcix...
2006 Jan 07
1
CIFS + NFS'ing a single filesystem w/ locking
...le is incompatible with the type of lock Samba thinks is "ok" wrt oplocks in the Samba code? *: It looks like lock type is a F_WRLCK on *nix, and a "dwAccess |= GENERIC_WRITE" for win32, based on my cursory, vastly under-knowledged reading of the OpenOffice 2.0 source code (sal/osl/unx/file.cxx and sal/osl/w32/file.cxx). Line 2450 in w32/file.cxx, line 548 in unx/file.cxx. Thanks a bunch! -- adam
2018 Oct 01
0
Authenticate users using their firstname
...nique, mail should be unique as well. - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBW7IQ7MQnQQNheMxiAQIqtwgAkswe2jx7rXSJsGI8sh6Bd5d2f0MVx9nw 8IcW23vZlqpZOq9jGe8wD937IwKU1PSmMw7Ac2RiGUDts8rUWLp829DtwgovxGpj iP6qwxhfp8HcFaH0LE8oqWUnlaxh8Df9Nrwg7DPr/qebepUJAzQU6CAkODUy+osl z799U6RoI74fZyIT8gaAJ1mI+swOFcdawNMqv8S7+Iab7jtzTdHYN7J/YYM0rvzF amt+kad1OayunRl7OhV1j0BPqdIFDHaC08KAf2cN+GKAWzWNY/ZWe9Y0nloq++fh IAHZSDe8CSTS/fT+4IiHXT10aJJQob3AnbJ3264+JZ9cIZjpnn/KnQ== =sof6 -----END PGP SIGNATURE-----
2018 Feb 19
0
Pulse Secure/Juniper Networks Network Connect (CentOS 7)
....1 MiB) ??????? RX errors 0? dropped 0? overruns 0? frame 0 ??????? TX packets 24197? bytes 5277607 (5.0 MiB) ??????? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0 Kernel IP routing table Destination???? Gateway???????? Genmask???????? Flags Metric Ref??? Use Iface default???????? osl-97214?????? 0.0.0.0???????? UG??? 1 0??????? 0 tun0 default???????? Zhone.Home????? 0.0.0.0???????? UG??? 600 0??????? 0 wlan0 192.168.130.0?? 0.0.0.0???????? 255.255.255.0?? U???? 600 0??????? 0 wlan0 Zhone.Home????? 0.0.0.0???????? 255.255.255.255 UH??? 1 0??????? 0 wlan0 remote.pgs.com? Zhone.Ho...
2015 Jan 27
2
BioStatFLOSS
...gador). Consiste en un lanzador (ver imagen1) desde el que se ejecutan los programas incluidos. Tenéis toda la información aquí: http://www.sergas.es/MostrarContidos_N3_T01.aspx?IdPaxina=62658&Idioma=es El procedimiento es sencillo: - Se descarga el software . Desde la OSL de las Universidades gallegas (http://ftp.cixug.es/bsfloss/BioStatFLOSS.zip) . o desde la Asociación "Comunidade O Zulo" (http://epilinux.comunidadeozulo.org/BioStatFLOSS.zip) - Se descomprime - Se ejecuta el fichero BioStatFLOSS.exe NOTA(2): Dependiendo d...
2011 Nov 18
5
Bind9 zero day bug - CVE-2011-4313 - when will there be an update in Centos 5+6 ?
Hi. http://www.debian.org/security/2011/dsa-2347 There is updated packages for Debian (and Ubuntu) already. Do you know how long until Centos release an update to bind ? I have looked here and couldn't see any info - http://lists.centos.org/pipermail/centos-announce/2011-November/thread.html - Is this the correct place to look for security update info ? Cheers !
2003 Dec 27
2
License on rsync ??
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Noted in the readme that rsync is licensed under GPL, and have some questions about this. Reading through a couple different places on the internet, of people wondering why there are few to no GUI front-ends (are there any good ones? if so, much of my questions here can be disregarded). I think I found one project, a PHP-GTK interface, that
2018 Sep 29
3
Authenticate users using their firstname
Hi, I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: dn: uid=firstname,ou=People,dc=domain,dc=com uid: firstname uidNumber: 4025 gidNumber: 4025 givenName: firstname objectClass: top objectClass: person objectClass: posixAccount objectClass: shadowAccount objectClass: organizationalPerson objectClass:
2016 May 25
3
[PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
On Wed, May 25, 2016 at 12:53:01AM +0200, Peter Wu wrote: > Since "PCI: Add runtime PM support for PCIe ports", the parent PCIe port > can be runtime-suspended which disables power resources via ACPI. This > is incompatible with DSM, resulting in a GPU device which is still in D3 > and locks up the kernel on resume. > > Mirror the behavior of Windows 8 and newer[1] (as
2009 Nov 28
4
summary( Jornadas de R )
Hola a todos, Como sabéis hemos celebrado estos d''ias las primeras jornadas de R. Han sido unos d''ias que creo que todos hemos disfrutado, y quer''ia compartir algunas experiencias con los que no pudisteis venir e intercambiar impresiones con los asistentes. Las jornadas de R han sido un espacio para muchas actividades. Hemos tenido charlas muy interesantes, sobre las
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
...-EZ<^G*#CRK>MIwH`#Lb8H6LUj&*VeM(SQ#`$_#q zpI09!QVKYuc3jtDyWs=yYwoj7S<EaS8%Bw~(^}Y at ZK7APz{i09c9%&6hIohT5oUv| zW48yStpyUnBWgwF>Y8u0h-Qi0EWkh#WukkWPKY!ely|j^5Os;J2cvTIcalGNnw~hM zHFj<MfOcMTw0^OyaEjwygxLMw5BZnjmgu*<m<z56tjTWqfCebiMMK24*R)ptE=1U5 z=T#iOm45%%+8;WTEpqC7!y;r(osl(R-DQ+W_4V|4cogxcA8PEho+vb5ovaD-cQkK3 z+5jWSl_e-Bsno0LpMgUasLu0v)Y=u!&4Aaf$n at L`kmwk`a3Ei~yr4TL9P#4zjB8}8 zN3I&b)29*jNOrim1t*833bO(Mpf%LlwXn1xSRrUXx?xI5<x^_o`gs-Zudx5-<p`NU zS!yMb%3eWizVF<R!|<dKHm#sr%eXv$+XuN>W3lSEeLm1`1 at NcPSs=ZV&3aGCVhvKl zS^W$NC7zw=7`v=IuT=loVR%0o a...