Displaying 12 results from an estimated 12 matches for "stevec".
Did you mean:
steve
2014 Jul 18
0
winbind SID S-1-5-18 mapping inconsistency with roaming profiles
4.1.9
Hi
We have an id mapping problem with one SID in particular:
wbinfo --sid-to-name=S-1-5-18
NT AUTHORITY\SYSTEM 5
With the ranges specified in our smb.conf, the mapping is not derived
from the idmap db.
Here is a user stevec who has just logged out of windows and had his
profile written for the first time:
# file: stevec/
# owner: stevec
# group: domain\040users
user::rwx
user:stevec:rwx
group::--x
group:19905:rwx
group:domain\040users:---
mask::rwx
other::--x
default:user::rwx
default:user:stevec:rwx
default:group::--...
2006 Feb 12
2
AJAX calls don''t do validation
...ting a form remote bypasses the :validates... in the model. At
least thats how it looks from my tests and what people said is the
current behaviour.
Is this the case?
If so, is there a way around it or will it change in the future? I can
imagine good reasons for the current behaviour.
have fun,
SteveC steve@asklater.com http://www.asklater.com/steve/
2007 May 02
1
FW: Cannot receive more that ~64k from host? (solution)
FYI:
I needed to update local_consumed when I pulled data out for display...
Steve
-----Original Message-----
From: openssh-unix-dev-bounces+stevec=futuresoft.com at mindrot.org
[mailto:openssh-unix-dev-bounces+stevec=futuresoft.com at mindrot.org]On
Behalf Of Cooper, Steve
Sent: Friday, April 20, 2007 3:40 PM
To: openssh-unix-dev at mindrot.org
Subject: Cannot receive more that ~64k from host?
Hi All,
I have "converted" the opens...
2008 Jan 28
5
Fwd: Mapstraction mailing list and licensing.
...ram ? Is there a licensing
> problem ?
> If the answer is yes, can we insert your product into our gramps
> project ?
>
> If you are not the good person who can answer to my questions,
> can you forward it to the good person ?
>
> Many thanks in advance.
>
have fun,
SteveC | steve at asklater.com | http://www.asklater.com/steve/
2012 Jun 04
1
Dual NVidia cards, dual monitors
...Is Xinerama a viable alternative? I'd also appreciate some help with the "RandR hand-config" that Bernie mentions. Thanks for any info you may be able to provide.
-Steve Chall
Senior Research Software Developer
Renaissance Computing Institute (RENCI)
Phone: 919-681-9639
Email: stevec at renci.org<mailto:stevec at renci.org>
2012 Jun 05
0
Dual NVidia cards, dual monitor
...option wasn't available (it was present but grayed out) on the NVidia control panel, but entering nvidia-xconfig --twinview on the command line as root did the trick.
Steve
-Steve Chall
Senior Research Software Developer
Renaissance Computing Institute (RENCI)
Phone: 919-681-9639
Email: stevec at renci.org
1998 Jun 08
27
Services not required?
...o author for security info).
On servers that have no need for the above ports (ie, telnet, tacacs, pop3,
et al) they are disabled. My main concerns are based on the assumption
that someone might gain access to the local subnet, which protocols
would be sniffable/hackable/et al?
Stephen Costaras,
stevecs@chaven.com
2002 Apr 01
0
something confusing about stepAIC
Folks, I'm using stepAIC(MASS) to do some automated, exploratory, model
selection for binomial and Poisson glm models in R 1.3. Because I wanted to
experiment with the small-sample correction AICc, I dug around in the code
for the functions
glm.fit
stepAIC
dropterm.glm
addterm.glm
extractAIC.glm
and came across something I just don't understand.
stepAIC() passes dropterm.glm() a
2005 Jan 30
0
Testing Poisson GLMs with independent data: what's the Right Thing To Do?
Folks, my question is not R-specific, but I've struck out twice on
sci.stat.consult, so I'm turning to the R community. Even if it's a silly
question, I expect that someone present will probably tell me so...
I have been using multiple Poisson GLMs and similar count-re?gression models
to analyse forest songbird abundance data. Many of the spe?cies-level models
seem to fit the data
2007 Apr 20
0
Cannot receive more that ~64k from host?
Hi All,
I have "converted" the openssh code into a Windows DLL and everything "works" up until around 64k of data packets is received from the host. What I see from extensive debugging is that select() never reports that there is more data to read. I was hoping someone could give me a clue as to what to try next??? I believe the Winsock receive buffer defaults to 64k, but
2003 Feb 27
0
access denied to home directory
Hi All,
I'm running Samba 2.2.7a on Solaris 8. Since installing 2.2.7, we've
been having a problem where occassionally (starting to happen more)
users are denied access to their home directory. They are able to login
and their roaming profile is downloaded (which is in their [homes]
share).
But as soon as they try to get to their home directory, they get an
access denied error.
2005 Apr 22
1
lme4: apparently different results between 0.8-2 and 0.95-6
I've been using lme4 to fit Poisson GLMMs with crossed random effects. The
data are counts(y) sampled at 55 sites over 4 (n=12) or 5 (n=43) years. Most
models use three fixed effects: x1 is a two level factor; x2 and x3 are
continuous. We are including random intercepts for YEAR and SITE. On
subject-matter considerations, we are also including a random coefficient
for x3 within YEAR.