search for: divy

Displaying 20 results from an estimated 52 matches for "divy".

Did you mean: div
2004 Jun 02
2
set quota command
Hi guys, How I say to the "set quota command" what quota directory I wanna set? --------------------------------------------------- Emerson Henrique Kfuri Pereira Divis?o de Atendimento e Consultoria CECOM - Reitoria - UFMG Telefone: 34994009 ---------------------------------------------------
2015 Jul 13
2
Crear datos aleatorios con restriciones
Gracias Carlos, Tu codigo es un gran paso en el sentido correcto pero no produce exactamente lo que estoy buscando. Mi "solucion" en stackoverflow <http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808> produce un data frame `schoolGrade` con 240 observaciones y 7 variables. Mi objetivo es poder generar un data
2017 Jul 10
2
Problems with time formats when importing data using readHTMLTable
Hi, I am extracting positions data from the marine traffic website. The table has a "Timestamp" column which, in the browser, appears with the format yyyy-mm-dd HH:MM (UTC), e.g. 2017-07-10 14:04 (UTC). When I import the table, the same date "2017-07-10 14:04 (UTC)" appears as "1499696500149969650021 minutes ago", This is the more recent date and time. Older
2004 May 26
1
LDAP builtin not found
Guys, I got the samba 3.0.4 source rpm and samba 3.0.4 patch. So I applied the patch with succefful and included in samba3.spec --with-acl-support. I build a new package using rpmbuild -ba samba3.spec and so I instaled the new package. After, I saw these messages on /var/log/messages May 26 15:02:21 spirit smbd[20303]: No builtin nor plugin backend for ldapsam found May 26 15:02:21 spirit
2010 Jun 23
1
How to 'understand' R functions besides reading R codes
Apologize for not being clearer earlier. I would like to ask again. Thank Joris and Markleeds for response. Two examples: 1. Function 'var'. In R, it is the sum of square divided by (n-1) but not by n. (I know this in R class) 2. Function 'lm'. In R, it is the residual sum of square divied by (n-2) not by n, the same as in the least squares estimate. But the assumption following
2005 Mar 29
1
wins problem - 2nd and last time post
Hello list I am having the following problem with samba wins server: 1. my servers record are desapearing from wins database. this servers(computers) are never turned off, and once or twice a week the wins records just vanish and I have to restart the server to register itself again with wins. 2. when I install a new workstation I do so in a subnet A where is my support team. Then I send
2015 Jul 13
2
Crear datos aleatorios con restriciones
Perdon por no se lo suficientemente claro :( Tu codigo produce `validPairs` que tiene 7 variables y 360 observaciones. Donde > validPairs[1,] V1 V2 V3 V4 V5 V6 valid 60 e1 g1 c1 e1 g1 c2 Valid indica que un maestro tiene asignado c1 y c2 en la escuela e1 y el grado g1. Correcto? Si es asi, esto es casi lo que queira producir y creo que puedo llegar a donde quiero usando tu codigo de base.
2017 Jul 10
0
Problems with time formats when importing data using readHTMLTable
Not reproducible. [1][2][3] If our answers don't seem to apply to your situation, it will likely be because you did not explain your question clearly. Not plain text. This is a plain text mailing list, and the best-case scenario when you let your email program send HTML is that what you saw is not what we see (worst case is your email is scrambled on our end). Have you read the
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
...imple benchmarking here. This patch adds skb_orphan to the start of dev_hard_start_xmit(): it can be premature in the NETDEV_TX_BUSY case, but that's uncommon. I removed the drivers' skb_orphan(), though it's harmless. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Divy Le Ray <divy at chelsio.com> Cc: Roland Dreier <rolandd at cisco.com> Cc: Pavel Emelianov <xemul at openvz.org> Cc: Dan Williams <dcbw at redhat.com> Cc: libertas-dev at lists.infradead.org --- drivers/net/cxgb3/sge.c | 27 --------------------------- drivers/n...
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
...imple benchmarking here. This patch adds skb_orphan to the start of dev_hard_start_xmit(): it can be premature in the NETDEV_TX_BUSY case, but that's uncommon. I removed the drivers' skb_orphan(), though it's harmless. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Divy Le Ray <divy at chelsio.com> Cc: Roland Dreier <rolandd at cisco.com> Cc: Pavel Emelianov <xemul at openvz.org> Cc: Dan Williams <dcbw at redhat.com> Cc: libertas-dev at lists.infradead.org --- drivers/net/cxgb3/sge.c | 27 --------------------------- drivers/n...
2010 Oct 08
4
login_* options for 1.0.15
Hello all, Although i'm aware that version 1.0.15 is rather old, that's what is used in Lenny, so... Either way, the setup is rather simple, regular dovecot install, with maildirs residing on a "local" ext3 filesystem accessed through FC to a SAN (2Gbps link). The server has 2 cores (with HT), so "almost" 4 cores and 3GB of ram. A couple weeks ago we had a major
2004 Jun 07
1
not able to change passwd
Hello, Sorry to have posted in the wrong thread, resending the email. We have a samba domain and now some of the users from WINDOWS 2000 Pro are unable to change their password, below is the error : They are able to login without any problems. pdb_free_sam: SAM_ACCOUNT was NULL [2004/06/07 13:52:29, 0] smbd/chgpasswd.c:check_oem_password(817) check_oem_password: incorrect password length
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola, 0. La falta de 'elegancia' hace que sea mas dificil hacer cambios al codigo. Por ejemplo cambiar n.classrooms <- 4 a n.classrooms <- 20 1. Cuando tengo solo 4 puedo hacer esto: schoolGrade$A <- Teachers$Teacher.ID[1:cuttoff1] schoolGrade$B <- Teachers$Teacher.ID[1:cuttoff1] schoolGrade$C <- Teachers$Teacher.ID[(cuttoff1+1):n.teachers] schoolGrade$D <-
2004 Jul 15
2
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared (firstuse this function)
On Thu, 15 Jul 2004 17:57:20 -0500 (CDT) Chris Lattner <sabre at nondot.org> wrote: > CPR would be really nice. There is also this ephemeral PPC support that > may or may not make it, but would be really awesome it if did. I would > also like to turn on some sort of interprocedural alias analysis by > default (for performance). CPR might make it in the next couple of weeks.
2017 Jul 11
2
Problems with time formats when importing data using readHTMLTable
Dear Jeff, I am sorry, I didn't notice that it was not plain text. I hope that it is now in the correct format. I explain the problem again, now with more detais. I am collecting the track positions of our research vessel from www.marinetraffic.com. In the page, the data appear in a table: Timestamp Source Speed (kn) Latitude (?) Longitude (?) Course (?) Show on Map
2004 May 25
2
Strange problem with icons on the desktop
Thanks everyone for helping me get the home directories working over SMB, especially Ben Ford for his workaround for the Xauth and GDM. Now I've got a problem that, most likely, nobody's ever noticed before... or is something specific to me. I've got a Linux client, and a Samba server, and a Windows 2000 server, both set up EXACTLY the same. I've got a test user and the home
2017 Jul 11
0
Problems with time formats when importing data using readHTMLTable
> On Jul 11, 2017, at 6:25 AM, Cristina Silva <csilva at ipma.pt> wrote: > > Dear Jeff, > > I am sorry, I didn't notice that it was not plain text. I hope that it is now in the correct format. I explain the problem again, now with more detais. > I am collecting the track positions of our research vessel from www.marinetraffic.com. In the page, the data appear in a
2010 Sep 24
0
¡Marcos Ortiz te ha dejado un mensaje en Badoo!
?Tienes un nuevo mensaje en Badoo! Marcos Ortiz te dej? un mensaje. Haz click en este enlace para verlo: http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7 M?s gente que tambi?n te est? esperando: Relquis (Trinidad, Cuba) Yadiria (Trinidad, Cuba) Elcubanito (Trinidad, Cuba) http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7 Si al hacer click sobre el enlace, no funciona,
2003 May 26
0
About samba 3
Hi, I work at a university as network administrator. I have to migrate my wins from a windows machine to a linux one using samba. I'd like to use the new samba's features, but I wouldn't like to use an unstable version in such a big network as I have. So, how long will it take samba team to release a stable version? Sincerely yours -- Fabr?cio de Paula Adorno Divis?o de
2003 Oct 28
0
Réf. : LDAP + NET PROBLEM
I know, but I said that I'm trying to use "net group add". On Tuesday 28 October 2003 13:58, you wrote: > net group map must be used for group mapping, no for add group. > example : net group map unixgroup=root ntgroup="Domain Admins" > > ----------------------------------- > St?phane PURNELLE stephane.purnelle@corman.be > Service