search for: there're

Displaying 20 results from an estimated 350 matches for "there're".

2020 May 22
2
Attribute or value exists during LDB_RENAME
Hello, After removing a distribution group in AD (on a Windows DC) yesterday, there're a lot of such errors in samba-dc (4.12.2) since then: [2020/05/22 13:19:04.200747, 1] ../../source4/dsdb/repl/replicated_objects.c:904(dsdb_replicated_objects_commit) Failed to apply records: Failed to locally apply remote rename from CN=videdom,CN=Users,DC=domain,DC=com to CN=videdom\0ADEL...
2020 May 22
2
Attribute or value exists during LDB_RENAME
>> After removing a distribution group in AD (on a Windows DC) yesterday, there're >> a lot of such errors in samba-dc (4.12.2) since then: >> [2020/05/22 13:19:04.200747, 1] ../../source4/dsdb/repl/replicated_objects.c:904(dsdb_replicated_objects_commit) >> Failed to apply records: Failed to locally apply remote rename from CN=videdom,CN=Users,DC=domain...
2002 Jun 05
9
swat seems broken in HEAD
it just says /usr/sbin/swat.new Aborted when i run it from the command line. nothing i can see in the logs... The swat binary from a 2 week old head now (with the rest of the installation from today's head) seems to work okay. what's going on with swat - did i screw up the build? Are others also having problems? (nothing in the marc) brad
2012 Jan 24
2
[LLVMdev] Resolving branch instr with label "$BB0_-1"
  Hi Aries. Thanks very much! Precisely this is the situation! There're two consecutive branches (br1cond and br2uncond). Inside of AnalyzeBranch, there's an opcode swap of br2uncond (ex. j_foward to j_backward). There I do BuildMI (newOpcode) and followed by br2uncond->eraseFromParent(). This results in br1cond loosing it's label/offset. How could I...
2008 Apr 03
2
coding for categorical variables with unequal observations
Hi, I am doing multiple regression, and have several X variables that are categorical. I read that I can use dummy or contrast codes for that, but are there any special rules when there're unequal #observations in each groups (4 females vs 7 males in a "gender" variable)? Also, can R generate these codes for me? THanks.
2009 Jul 20
2
How to use older Versions
hey, Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared. greetz
2006 Apr 04
2
about the generalized linear models
...ge to see if anyone knows how to analyze a data with geometrically distributed outcome. My situation now is : I have a outcome which is geometrically distributed. And I've also self-derived the link function for geometric distribution. I want to use generalized linear models to analyze it, but there're only models for binary data, poisson distributed data,.... I couldn't find any models for geometrically distributed data. Does anybody happen to know a package or some way of analyzing this type of data? Thanks! Best regards! Xiaoling
2012 Mar 27
2
new chain cleanups - question re. preferred license
...a few simple patches that will cleanup few things regarding new chain - in particular the ones I mentioned in Januray during discussion with Shao (tone down overkill abstractions, etc.). One question on a formal side though - which license is preferred at the top of the source files ? Currently there're two present - either something bsd-ish (on parts derived from Shao's partition handling code), GPL (from former chain.c) or in some other files - nothing atm yet (mostly on files that came from code splitting).
2013 Feb 06
2
[LLVMdev] CostModelAnalysis for 3.0 release
Hi All, I wanted to do some basic cost estimation of Instruction/BB. There're CostModelAnalysis and CodeMetrics available in 3.1 and 3.2 releases. I've been using 3.0 for a while. I'm wondering whether similar analysis can be done in the old 3.0 release, e.g. back porting the implementation. Thank you! Best, Ryan -------------- next part -------------- An HT...
2008 May 30
2
Including a tilde in a plotmath-type call
...he way these do: text(5, 1, expression(X %~~% N(mu, sigma^2)), adj = 0) text(5, 2, expression(X %prop% N(mu, sigma^2)), adj = 0) text(5, 3, expression(X %=~% N(mu, sigma^2)), adj = 0) They're easy, but they don't give a single tilde. I know how to put a tilde(X) or even a wide tilde, but there're not it either. What did I miss? --
2017 Dec 16
4
OpenBLAS in everyday R?
...ject.org/web/packages/gcbd/vignettes/gcbd.pdf However, my questions are: 1) Would R-devel consider using OpenBLAS for the main distribution of R for all platforms including Windows? 2) If so, would R-devel set the default multi-thread level to the number of (real) cores on a machine? My sense is there're a lot of wasted resources on laptops and personal desktops around the world that could be utilised by such a switch. I believe most unix-like users don't know about OpenBLAS and are blissfully ignorant of the available speed gains. It seems to be quite difficult for a typical Windows use...
2017 Aug 19
2
How to set tinc not to forward Subnet learned from other nodes?
Hi, Reason behind that is we have some use cases wouldn’t like to make some nodes to become the transit node, but therere some other nodes in the topology act as the transit nodes. So if the tinc node forward subnet update it learning from one side to the other side, then it possible to become transit node if one side only have route to go through it. That node I would call it “spoke-only” node, which dual/triple...
2017 May 01
2
Multiple default gateway from tinc node
Hi, Tinc expert If therere multiple tinc nodes announce default route in their host configuration of Subnet = 0.0.0.0/0, how for the remaining nodes to select which is the best route to get out? All of them participant in the same tinc net. I did some test, like A as the branch, B,C,D as the nodes to announce default ro...
2012 Jun 20
2
can not read a table
.... 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . I used the following code: sim <- read.table("sim.tab", skip=1, as.is=T,header=T) it did not work, as there're rows with characters in between the data. Can anyone help me to read the table, while get rid of the character rows in between the data? thanks, -- View this message in context: http://r.789695.n4.nabble.com/can-not-read-a-table-tp4633971.html Sent from the R help mailing list archive a...
2016 Jan 29
5
bonding (IEEE 802.3ad) not working with qemu/virtio
...for comments] >> >> Hi, >> Here's a workaround patch for virtio_net devices that "cheats" the >> duplex test (which is the actual problem). I've tested this locally >> and it works for me. >> I'd let the others comment on the implementation, there're other signs >> that can be used to distinguish a virtio_net device so I'm open to suggestions. >> Also feedback if this is at all acceptable would be appreciated. > > Should virtio instead provide an arbitrary speed and full duplex > to ethtool, as veth does? >...
2016 Jan 29
5
bonding (IEEE 802.3ad) not working with qemu/virtio
...for comments] >> >> Hi, >> Here's a workaround patch for virtio_net devices that "cheats" the >> duplex test (which is the actual problem). I've tested this locally >> and it works for me. >> I'd let the others comment on the implementation, there're other signs >> that can be used to distinguish a virtio_net device so I'm open to suggestions. >> Also feedback if this is at all acceptable would be appreciated. > > Should virtio instead provide an arbitrary speed and full duplex > to ethtool, as veth does? >...
2018 Feb 24
2
CallSiteSplitting and musttail calls
...9 . However, I'm not happy with such contribution. My more sophisticated attempt has failed due to my poor understanding of llvm internals. Here is the attempted patch: https://gist.github.com/indutny/240c33522563ebd633613a903479d5e6 I'd greatly appreciate any help with it. Just in case, there're few questions that I'm trying to find answers for: * Why replacing `removeFromParent()` with `eraseFromParent` breaks the code? * How to properly remove predecessors from the resulting Tail block? * How to remove the Tail block itself when we're done? Thank you, Fedor. ------------...
2005 Oct 11
4
WINBIND idmap and tdbfiles while upgrading to 3.0.20a
...d tdbfiles, when upgrading from 3.0.14a to 3.0.20a? The Symptom was: After upgrading to 3.0.20a the idmapping was corrupt. Although 3.0.20a runs fine, none of the idmaping was resolved correctly. Downgrading to 3.0.14a "restored" the idmaps. tdbdump showed me the same idmappings, therefor i think winbind wasn't able to read them? Has anyone an idea why this happened? Has anyone had this problem too? There're no entries in the log concering this. The idmap is in a lock idmap tdb file Mit freundlichem Gru?, Dirk Laurenz Systems Engineer Fujitsu Siemens Computers S...
2005 Jan 14
2
Help with samba
Hi, I have an small network with SUSE 9.1 and trying to use samba. I was reading a lot of papers about samba, but i cannot do something i need. In my computer i have a directory named cotiza owned by user4(me) with the group users and mode 765. M users list there're user1, user2, user3 and user4 all of them with users group. In smb.conf have: [cotiza] comment = Directorio de Cotizaciones path = /home/cotiza/ valid users = user1,user2,user3 read list = user1 write list = user2,user3 create mask = 0765 create directory mask = 0765 create directory mode =...
2010 May 14
4
Categorical Predictors for SVM (e1071)
...ot;G"),c(100,200,200))) #Response y<-rep(c(-1,1),c(275,225)) class<-as.factor(y) svmdata<-cbind(class,x1,x2,x3,x4) mod1<-svm(class~.,data=svmdata,type="C-classification") OR should each factor be coded as an indicator variable? E.g. for categorical predictor 2, since there're 3 levels, we code: (R,R,B,G,G) = ( (1,0,0),(1,0,0),(0,1,0),(0,0,1),(0,0,1) ) There are no errors when I run the model using either method, but I'm unsure which is correct for svm in 'e1071'. Many thanks. V.V. [[alternative HTML version deleted]]