Displaying 15 results from an estimated 15 matches for "mikeg".
Did you mean:
mike
2008 Mar 05
0
Problem with 'homes' share
I am using samba3 on centos5 and have a problem with the 'homes' share. I
have existing Linux home directories. When I access the samba server from
the windows terminal server (via \\servername) I see 2 shares, backup and
mikeg (my username). The mikeg share takes me to my Linux home directory so
all seems well. The problem I have is that any file I try to open opens
read only. I did a test with testdoc.doc which, after some delay, opens in
Word as read-only. Files saved and then opened from the 'backup' share...
2009 Oct 22
1
removing random effect from nlme or using varPower() in nls
Hello,
I've been fitting a random effects model using nlme to some data, but I am
discovering that the variation in my random effect is very small. As a result,
I would like to replace it as a fixed effect (i.e. essentially fit the same
model but with no random effect).
As I understand it I could do this using nls(), but I'm using a number of
options such as weights = varPower()
2009 Apr 24
2
Asterisk & EC2
Has anyone been able to get asterisk 1.6 running under Xen or Amazon EC2?
If yes, can you share your experience please? Is it usable in a production
environment? How is the sound quality? Am I likely to suffer from latency
issues if the extensions are not located in the US?
Any pitfall that I should be aware of?
Cheers
--
Aryan Ameri
2004 Nov 12
0
machine accounts not found with 3.0.8
...call that
most (not all) of the machine couldn't logon to the domain. This was in the logs
for those workstations that couldn't login:
[2004/11/12 07:04:02, 0, pid=3088, effective(65534, 65534), real(65534, 0)]
rpc_server/srv_netlog_nt.c:get_md4pw(244)
get_md4pw: Workstation SKYLINE-MIKEG$: no account in domain
I stopped smbd, downgraded to 3.0.7, and started it back up, and all of the
workstations were immediately able to log back in. There were no changes to my
secrets.tdb, smbpasswd, /etc/passwd, or /etc/shadow. Does anyone have any idea
why this happened?
--
Andrew Gaffney...
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello,
I am currently using R to run an external program and then read the results
the external program sends to the stdout which are tsv data.
When R reads the results in it converts it to to a list of strings which I
then have to maniuplate with a whole slew of commands (which, figuring out how
to do was a reall challenge for a newbie like myself)--see below.
Here's the code I'm
2004 Nov 23
0
after 3.0.9 upgrade windows wants to sync home drive
...ile
[2004/11/23 18:40:50, 1] smbd/service.c:make_connection_snum(648)
wk90 (10.0.1.90) connect to service profile initially as user jonah
(uid=627, gid=100) (pid 7288)
[2004/11/23 18:40:54, 1] smbd/service.c:make_connection_snum(648)
wk04 (10.0.1.4) connect to service profile initially as user mikeg
(uid=7013, gid=100) (pid 7289)
[2004/11/23 18:41:28, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = No route to host
[2004/11/23 18:41:28, 1] smbd/service.c:close_cnum(836)
wk85 (10.0.1.85) closed connection to service profile
[2004/11/23 18:42:31, 0] li...
2009 Oct 17
1
custom selfStart model works with getInitial but not nls
Hello,
I'm having problems creating and using a selfStart model with nlme. Briefly,
I've defined the model, a selfStart object, and then combined them to make a
selfStart.default model.
If I apply getInitial to the selfStart model, I get results. However, if I try
usint it with nls or nlsList, these routines complain about a lack of initial
conditions.
If someone could point out
2012 May 13
4
undefined method `key?' for nil:NilClass,bcrypt-ruby,has_secure_password
I''m going through DHH''s Agile Web Development with Rails for Rails 3.1. In
chapter 14 they create a Users sign-in model/view/controller using the
has_secure_password method. My user.rb file looks like this
class User < ActiveRecord::Base
attr_accessible :name, :password_digest, :password, :password_confirmation
validates :name, presence: true, uniqueness:
2008 Aug 27
1
switch() usage
Hello,
I am wondering if it is possible to run separate lines of code within switch()
as one can do in most languages.
For example, I'd like to have switch execute a few lines of code based on the
value passed to it.
For example,
>index = 1
>
>switch(index,
> command 1; command 2; command 3, #execute if index = 1
> command 4; command 5; command 6, #execute if index = 2
2009 Nov 12
0
writing selfStart models that can deal with treatment effects
Hello,
I'm trying to do some non-linear regression with 2 cell types and 4 tissue
type treatments using selfStart models
Following Ritz and Streibig (2009), I wrote the following routines:
##Selfstart
expDecayAndConstantInflowModel <- function(Tb0, time, aL, aN, T0){
exp(-time*aL)*(T0*aL+(-1+exp(time * aL))*Tb0 * aN)/aL
}
expDecayAndConstantInflowModelInit <- function(mCall, LHS,
2009 Oct 30
0
Interpreting gnls() output in comparison to nls()
Hi,
I've been trying to work with the gnls() function in the "nlme" package. My
decision to use gnls() was so that I could fit varPower and such to some of
the data. However, in working with a small dataset, I've found that the
results given by gnls() don't seem to make any sense and they differ
substantially from those produced by nls(). I suspect that I am just
2009 Oct 15
0
Setting random effects within a category using nlme
Hello,
I will start out with the caveat that I'm not a statistician by training, but
have a fairly decent understanding of probability and likelihood.
Nevertheless, I'm trying to fit a nonlinear model to a dataset which has two
main factors using nlme. Within the dataset there are two Type categories and
four Tissue categories, thus giving me 8 datasets in total. The dataset is
in
2009 Oct 15
2
Proper syntax for using varConstPower in nlme
Hello,
Excuse me for posting two questions in one day, but I figured it would be
better to ask my questions in separate emails. I will again give the caveat
that I'm not a statistician by training, but have a fairly decent
understanding of probability and likelihood.
As before, I'm trying to fit a nonlinear model to a dataset which has two main
factors using nlme. Within the dataset
2012 Aug 06
2
redirect actions exceeds policy limit
Hello, We have a vacation/mail forwarder plugin in squirrel mail that allows customers to forward email. It has come to my attention that there is a limit (appears to be 5) on the number of addresses that can be specified. I'm now trying to track down where this policy limit is set.
This is the error we see in the customers .dovecot.sieve.log file:
main_script: line 26: error: number of
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and
a few NT 4.0 workstations. All installs went relatively easy for logon
scripts, wins, etc. I have run into a semi-serious problem with 2 of the
3 NT workstations. (All running the same service pack - 1).
When trying to make a share from one of the 2 remaining workstations, I
will recevie an error message saying that: