similar to: Winbindd+W2K+NT+Pam+Samba 2.2.3a+Solaris

Displaying 20 results from an estimated 2000 matches similar to: "Winbindd+W2K+NT+Pam+Samba 2.2.3a+Solaris"

2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
It looks like your printouts are based on the R summary() function? The function lists the number of cases in the 5 largest categories when the variable is coded as a function. Then it indicates how many other categories are present. This is described on the manual page for function summary(). In the first case the duplicates probably represent cases in your source data (a spreadsheet?), where
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
Hello, In order for us to help we need to know how you've imported your data. What was the file type? What instructions have you used to import it? Did you use base R or a package? Give us a minimal but complete code example that can reproduce your situation. Hope this helps, Rui Barradas Em 01-06-2017 11:02, Tara Adcock escreveu: > Hi, > > I have a question regarding data
2017 Jun 01
4
Data import R: some explanatory variables not showing up correctly in summary
Hi Tara, It seems that you categorise and count for each category. Could it be that the method you use puts everything that doesn't match the predefined categories in Other? I'm only guessing because without a minimal reproducible example it's difficult to do anything else. Best wishes Ulrik Rui Barradas <ruipbarradas at sapo.pt> schrieb am Do., 1. Juni 2017, 17:30: >
2017 Jun 01
3
Data import R: some explanatory variables not showing up correctly in summary
Hi, I have a question regarding data importing into R. When I import my data into R and review the summary, some of my explanatory variables are being reported as if instead of being one variable, they are two with the same name. See below for an example; Behav person Behav dog Position **combination : 38 combination : 4** Bank :372 **combination : 7
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
Check for leading or trailing spaces in the strings in your data. dput(dataset) would show them. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Jun 1, 2017 at 8:49 AM, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: > Hi Tara, > > It seems that you categorise and count for each category. Could it be that > the method you use puts everything that doesn't match the
2017 Jun 01
1
Data import R: some explanatory variables not showing up correctly in summary
> On Jun 1, 2017, at 8:57 AM, William Dunlap via R-help <r-help at r-project.org> wrote: > > Check for leading or trailing spaces in the strings in your data. > dput(dataset) would show them. This function would strip any leading or trailing spaces from a column: trim <- function (s) { s <- as.character(s) s <- sub(pattern =
2005 Jul 11
2
Asterisk @ Home Voicemail
OK, here's the setup, AAH 0.8, Grandview 2000 phone, Digium TDM04B interface to POTS lines. Everything seems to be working just fine, but I have some questions on how to access voicemail options. I can leave a message for an extension, but when I try to retrieve it by using *97 it asks for the password and even though I type in the same password I gave the extension for vmail, it tells
1996 Dec 16
0
Re: vixie-crontab for redhat linux (Fix)
[Mod: Sent to linux-security instead of linux alert -- alex] Dave G. <daveg@ESCAPE.COM> wrote: > /* vixie crontab buffer overflow for RedHat Linux > * > * I dont think too many people know that redhat uses vixie crontab. > * I didn''t find this, just exploited it. The vulnerability involves an unguarded sscanf call in env.c. Enlarging the buffer to the largest
2003 Aug 07
0
predict(lm(etc.), some_data) -> "numeric envir arg not of length one " ???
I've got a data frame with two numeric variables, df$flow and df$flow1. > tl <- lm(flow~flow1,df,na.action=na.exclude) > tlo <- loess(flow~flow1,df,na.action=na.exclude) Both loess and a simple linear model fit the data well. summary(tl) and summary(tlo) seem reasonable. As do plots such as: plot(predict(tl),df$flow) plot(predict(tlo),df$flow) I want to replace missing values
2009 Oct 22
1
Normality test
I am having a hard time interpreting the results of the 'shapiro.test' for normality. If I do ?shapiro.test I see two examples using rnorm and runif. When I run the test using rnorm I get a wide variation of results. Most of this may be from variability of rnorm, samll sample size (limited to 5000 for the test), etc but if I repeat the test multiple times I can get: >
2000 Jun 03
4
How to do linear regression with errors in x and y?
QUESTION: how should I do a linear regression in which there are errors in x as well as y? SUPPLEMENT: I've seen folks approach this problem by computing eigenvectors of the covariance matrix, and that makes sense to me. But I'm wondering if this has a "pedigree" (i.e. if it makes sense to folks on this list, and if it's something that has been published, so I can refer to
2008 Mar 26
2
Dialing off-hook with Polycom SoundPoint IP 430
Hi... I've been fighting this for a while now, trying clean builds of Asterisk 1.14.18, 1.14.19rc3, and then 1.6 Beta 6 today. No workee. :-( Here's the results for various calls made off-hook (push the blue Speakerphone button on the Polycom 430): 988852700 - Phone waits for me to either hit the soft-key "Send" or "EndCall". If I hit "Send",
2005 Jun 02
1
Winbindd chokes on W2K users in only one group
Hi there, I've been trying to set up Samba 3.0.14a with Active Directory integration on a network with an ordinary W2k Server PDC. I'm currently having a problem which I'm convinced has nothing to do with my Windows or Samba configuration. The problem only occurs when trying to connect to the Samba server from an authenticated domain account which is only a member of the default
2007 Jul 12
0
No subject
<digitmap =20 dialplan.digitmap=3D"[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxx= x x|[2-9]xxxT" dialplan.digitmap.timeOut=3D"3|3|3|3|3|3"/> Don't think it's been modified from the original supplied. ...brig -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf
2009 Sep 16
2
T-test to check equality, unable to interpret the results.
Hi, I have the precision values of a system on two different data sets. The snippets of these results are as shown: sample1: (total 194 samples) 0.6000000238 0.8000000119 0.6000000238 0.2000000030 0.6000000238 ... ... sample2: (total 188 samples) 0.80000001 0.20000000 0.80000001 0.00000000 0.80000001 0.40000001 ... ... I want to check if these results are statistically significant? Intuitively,
2002 Dec 08
7
Has anybody got ACL to work w/ debian, winbindd in a w2k mixed domain?
Im seriously thinking about changing dist. due to acl won't work as they should with debian woody. Ppl also tell me this is because of some bug in debian. So, as the subject says, anybody got acl to work w/ debian 3, winbindd in a domain? If not, hello redhat.. Jacob _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online
2003 Jan 23
0
2.2.3a multiple users from w2k term server denied access
Hiya! Running Samba 2.2.3a on HP-UX 11.0, precompiled binaries from Porting Centre. Everything works fine until we have a customer that wants to put their app on w2k terminal server. When the drives get mapped they are serviced by the same smbd daemon on the UNIX box; this is the same behavior as if you mapped the same drive twice from any windows client. After 2 or 3 users get drives mapped,
2002 Feb 13
0
2.2.3a - join domain with w2k
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello, sorry for the cross-post, but i didn't know if the samba list is enough for this problem. i have a problem to join the domain with a win 2000 client. i compiled a samba-2.2.3a with traditional smbpasswd support, to keep my old smbpasswd file with around 300 users and 250 trusted machine accounts. everything works fine, but i can't
2002 Feb 22
0
still problems with 2.2.3a and w2k client
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i've still big problems to join the domain (samba-2.2.3a PDC) with a Win2000 client. i recompiled samba today and i could join the domain with 1 machine. after that i tried to join with a second machine, but it was not successful. he told me in the log: [2002/02/22 15:20:36, 5] libsmb/credentials.c:cred_assert(134) credentials check wrong
2002 Mar 07
0
solved roaming profiles Samba 2.2.3a and W2K SP2
Hi to all, nt acl support = no for the profile share solved the problem. But why? > -----Urspr?ngliche Nachricht----- > Von: samba-admin@lists.samba.org > [mailto:samba-admin@lists.samba.org]Im > Auftrag von Sylvestre Taburet > Gesendet: Donnerstag, 7. M?rz 2002 13:27 > An: thomas_tiedtke@de.schindler.com; rene.lenga@atacama.de > Cc: samba@lists.samba.org >