Displaying 10 results from an estimated 10 matches for "domingues".
Did you mean:
dominguez
2016 Jun 13
2
Samba 4 Member server show diferent UID than Ad Server
...friends, I come to ask for a hand.
I have an AD server with Samba 4.1 and added a Member Server 4.4 without
problems.
The only problem I'm having is that the UID of users in the Member Server
are different from the AD server.
Ad Server
KENNEDY\florenciaelmone:*:3000679:100:Florencia Elmone
Domingues:/home/KENNEDY/florenciaelmone:/bin/false
Member Server
florenciaelmone:*:100002:100008:Florencia Elmone
Domingues:/home/KENNEDY/florenciaelmone:/bin/false
Some way to resolve this?
Thanks.
2008 Feb 19
1
Matrix inversion
Howdy,
I am trying to invert a matrix for the purposes of least squares. I
have tried a number of things, and the variety of results has me
confused.
1. When I try solve() I get the following:
>Error in solve.default(t(X) %*% X) : system is computationally
singular: reciprocal condition number = 3.76391e-20
2. When I try qr.solve(), I get:
>Error in qr.solve(t(X) %*% X) : singular matrix
2010 Jul 26
1
Problem upgrading to 2.11
Hello,
I am trying to upgrade to 2.11 from 2.10 in the hopes of gaining
TCL/TK capabilities (let's pretend for the moment that this should
work). I've added "deb http://cran.stat.ucla.edu/bin/linux/ubuntu
lucid/" to /etc/apt/sources.list as described in the guide and have
run
apt-get update
apt-get install r-base r-base-dev
Things seem to work. When I look at the installed
2016 Jun 14
3
Samba 4 Member server show diferent UID than Ad Server
...e an AD server with Samba 4.1 and added a Member Server 4.4 without
> problems.
>
> The only problem I'm having is that the UID of users in the Member Server
> are different from the AD server.
>
> Ad Server
>
> KENNEDY\florenciaelmone:*:3000679:100:Florencia Elmone
> Domingues:/home/KENNEDY/florenciaelmone:/bin/false
>
> Member Server
>
> florenciaelmone:*:100002:100008:Florencia Elmone
> Domingues:/home/KENNEDY/florenciaelmone:/bin/false
>
> Some way to resolve this?
>
> Thanks.
> --
> To unsubscribe from this list go to the following UR...
2016 Jun 14
0
Samba 4 Member server show diferent UID than Ad Server
...friends, I come to ask for a hand.
I have an AD server with Samba 4.1 and added a Member Server 4.4 without problems.
The only problem I'm having is that the UID of users in the Member Server are different from the AD server.
Ad Server
KENNEDY\florenciaelmone:*:3000679:100:Florencia Elmone Domingues:/home/KENNEDY/florenciaelmone:/bin/false
Member Server
florenciaelmone:*:100002:100008:Florencia Elmone Domingues:/home/KENNEDY/florenciaelmone:/bin/false
Some way to resolve this?
Thanks.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.o...
2009 Mar 23
1
Extracting SD of random effects from lme object
Hello,
How do I get the standard deviations for the random effects out of the
lme object? I feel like there's probably a simple way of doing this,
but I can't see it. Using the first example from the documentation:
> fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age
> fm1
Linear mixed-effects model fit by REML
Data: Orthodont
Log-restricted-likelihood:
2016 Jun 14
0
Samba 4 Member server show diferent UID than Ad Server
...ber Server 4.4 without
> > problems.
> >
> > The only problem I'm having is that the UID of users in the Member Server
> > are different from the AD server.
> >
> > Ad Server
> >
> > KENNEDY\florenciaelmone:*:3000679:100:Florencia Elmone
> > Domingues:/home/KENNEDY/florenciaelmone:/bin/false
> >
> > Member Server
> >
> > florenciaelmone:*:100002:100008:Florencia Elmone
> > Domingues:/home/KENNEDY/florenciaelmone:/bin/false
> >
> > Some way to resolve this?
> >
> > Thanks.
> > --
> &g...
2020 Jan 30
3
SSH certificates - restricting to host groups
On 30/01/2020 12:53, Michael Str?der wrote:
> On 1/30/20 1:27 PM, Brian Candler wrote:
>> I am trying to work out the best way to issue SSH certificates in such
>> way that they only allow access to specific usernames*and* only to
>> specific groups of host.
> I also thought about this for a while. The only idea I came up with is
> to have separate CAs used as trust
2008 Mar 10
1
Mimicking SPSS weighted least squares
Howdy,
In SPSS, there are 2 ways to weight a least squares regression:
1. You can do it from the regression menu.
2. You can set a global weight switch from the data menu.
These two options have no, in my experience, been equivalent.
Now, when I run lm in R with the weights= switch set accordingly, I
get the same set of results you would see with option #1 in SPSS.
Does anybody know how to
2008 Aug 06
1
Warning when using survey:::svyglm
Howdy,
Referencing the below exchange:
https://stat.ethz.ch/pipermail/r-help/2006-April/103862.html
I am still getting the same warning ("non-integer #successes in a
binomial glm!") when using svyglm:::survey. Using the API data:
library(survey)
data(api)
#stratified sample
dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc)