similar to: List search question

Displaying 20 results from an estimated 800 matches similar to: "List search question"

2009 Jan 28
2
Windows profile properties with Samba
Hello everyone, We are investigating migrating our Windows 2003 active directory domain to a purely Samba one. I am a relative novice to Samba. I have used it many times to do simple file and printer sharing on an individual or workgroup basis, but never in a domain environment. One of the things I need to find out how to do involves delivering Windows profiles. On our Windows network, some
2015 Nov 23
3
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
Thanks Andy, helpful as always! 1 is a possibility, but not ideal for us. Could you elaborate a little on 3? I don't really know what a jump stub is, but am guessing it's a kind of "alternative symbol" which would just act as a middle man to invoke the "real" symbol in the static library. If that's the case, I can think of a way to implement it for specific
2007 Jun 14
11
Asterisk GUI
Hi List; Where I can download Asterisk GUI and what I can have benifit from it? Regards Bilal ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
So you're referring to llvm_test_prepare? There aren't many examples of that being used. I tried adding a call to it in my test directory's CMakeLists.txt like so: llvm_test_prepare(WORKDIR ${CMAKE_CURRENT_BINARY_DIR} export MY_VAR=42 ) In the hopes that something would happen, even an error, but it had no effect. Nothing at http://llvm.org/docs/lnt/tests.html explains how to
2009 Jun 29
1
S4 and connection slot [Sec=Unclassified]
Hi all, I am having a problem trying to declare a slot representation to hold a file connection. With V2.8.0 I had been using: setClass("Element", representation( [other slots removed], datafileConn = setOldClass(c("file","connection")) ) ) This resulted in a warning but still ran okay. No however with V2.9.0 I am getting
2009 Jun 23
3
V2.9.0 changes [Sec=Unclassified]
Hi all, Prefix: I am a frustrated Java coder in R. I am coding a medium sized ecosystem modelling program in R. I have changed to using S4 objects and it has cost me an order of magnitude in execution speed over the functional model. I cannot afford this penalty and have found that it is the result of all the passing-by-value of objects. I see that you can now safely inherit from
2009 Oct 03
1
NTLM
Hey there! Can you guys tell me about what's the status of docs of NTLM/NTLMv2 provided by Microsoft? Let me explain why I need that: we had here a discussion on a local college about "free x proprietary software", and the Microsoft guy (always them, right?) told us about a case where he claimed that Firefox sent one user username and password through the network without
2004 Jan 08
1
Upgrading Samba: minimum requirements for Samba wrt Solaris and gcc
Greetings list! I have a older Samba (v 2.0.7) server compiled with an older gcc (v 2.8.1) running on an older Solaris (v 2.5.1). I would like to upgrade to a newer version of Samba. I have had trouble compiling Samba version 3.0.1 with gcc version 2.8.1 on Solaris 2.5.1: $ ./configure checking for gcc... gcc checking for C compiler default output... cat: cannot open conftest.c configure:
2005 Apr 08
3
fw as filter broken?
Can someone verify that using fw as a filter in iproute2-2.6.11-050330 is broken. Doesn''t seem to work in any case and I saw an earlier post that would lead me to believe this is the case. If so does anyone have a temporary fix? Thanks, Troy
2004 Sep 14
2
RHN-like system for CentOS?
Team, Is anyone aware of a Red Hat Network alike system of server package update status that could be adapted for CentOS3? I'm not interested in the complete management aspect (channels, scheduling remote updates, etc) but merely the ability to see your list of systems and determine which are out of date with XXX packages. If you happen to manage a large-ish number of RHES3 systems, you
2018 Nov 16
2
[LNT] How to set an env var before executing a test?
Does the LNT test-suite provide a way to have an environment variable set when executing a test? I can set it outside of LNT (i.e. have it in my environment when LNT is launched) and that works fine, but there does not appear to be a way to set it as part of a test's configuration. There are some lit.local.cfg files scattered throughout the test-suite repository, but messing with os.environ
2012 Dec 03
4
Chi-squared test when observed near expected
Dear UseRs, I'm running a chi-squared test where the expected matrix is the same as the observed, after rounding. R reports a X-squared of zero with a p value of one. I can justify this because any other result will deviate at least as much from the expected because what we observe is the expected, after rounding. But the formula for X-squared, sum (O-E)^2/E gives a positive value. What
2007 Mar 06
4
Public kudos to Timo
I'm sitting here working away on various unrelated projects and watching patch after patch after patch flow in from Timo to fix all sorts of problems people are reporting. A coding madman on fire. Thanks Timo, you rock. I appreciate the time you spend on this software, I'm sure everyone else does as well. :) -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2018 Aug 17
2
alias.scope and local restricted C pointers
On 08/16/2018 07:52 PM, Bekket McClane via llvm-dev wrote: > > >> On Aug 16, 2018, at 4:41 PM, Troy Johnson via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Concerning slide 16 >> of https://llvm.org/devmtg/2017-02-04/Restrict-Qualified-Pointers-in-LLVM.pdf >>   >> Specifically “Currently, LLVM
2002 Oct 29
2
Wins over subnets
Hello Folks After a upgrade of a NT network, with a PDC and different workgroups over subnets, to SAMBA,im having some problems with WINS over subnets. I have a DOMAIN in my primary net and some workgroups on the subnets, a different workgroup to each subnet. I need that each subnet see all the workgroups in the Network Neighborhood. In the primary net i've SAMBA being a PDC, master browser
2018 Jul 24
2
StructType --> DICompositeType?
Is there a more convenient way to obtain a DIType given a Type than matching up the strings for the names? For example, given: struct S { int x, y; } s; void foo(S *a) { a->x = 0; a->y = 1; } There are DIType nodes for the struct Type: !6 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "S", file: !3, line: 1, size: 64, flags: DIFlagTypePassByValue,
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function accepts a 'type' argument. In you case 'type = response' will give you the results in probabilities (that it seems to be what you are looking for). There also is an example on use of the 'type' argument at the end of the page. Stefano -----Messaggio originale----- Da: r-help-bounces at r-project.org
2011 Jan 24
2
Implementing step-wise linear regression
Dear R fans, I am trying to do step-wise linear regression using the F-test to decide which variables to admit. Ewout Steyerberg suggests using the F-test for this purpose. I first build a model using no variables using lm(y ~ 1) and then using one variable that is a strong predictor using lm(y ~ x). When I call var.test on these two models, I do not get a significant p-value—0.07. But a
2003 Sep 12
3
7206 as SIP->PSTN Gateway?
All, I know you can use, say, a 2620 w/2 port FXO card as a SIP gateway. Clearly you can use the 5300, 5800, and MGX8850 too. Does anyone know which cards, if any, exist for a 7206VXR to act in a similar capacity, either as a T1/PRI, DS3, or POTS FXO/FXS? What other Cisco routers can act as SIP gateways today? Thanks, Dave
2003 Sep 08
6
Channelbanks
Ok, the Zhone sucks and the Adtran 750/850 seems to be a little too expensive. Can anyone recommend a decent channelbank that won't break the bank? TIA, -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year