Displaying 20 results from an estimated 2000 matches similar to: "Can't access my samba server from Windows"
1999 May 17
1
couldn't set effective gid error
Samba 2.0.3-8 installed via rpm
RH5.2
I've set up security = domain. I have 2 errors:
1. I cannot map to a share on the linux PC via name.
2. When I use IP address to map a share, I get the following errors in the
log.<machine>
[1999/05/14 14:44:24, 0] smbd/uid.c:become_gid(105)
Couldn't set effective gid to 99 currently set to (real=0,eff=0)
[1999/05/14 14:44:24, 0]
1999 Mar 18
2
can't become user
Hi. I have installed samba before. This time I cannot even do
a smbclient -L localhost. When I try to connect I get
that log:
[1999/03/15 11:37:32, 0] smbd/uid.c:become_gid(105)
Couldn't set effective gid to 408 currently set to (real=0,eff=0)
[1999/03/15 11:37:32, 0] smbd/service.c:make_connection(425)
Can't become connected user!
[1999/03/15 11:37:50, 0] smbd/uid.c:become_gid(105)
1999 Jan 29
1
Problems with 2.0
Hallo,
after installing Samba 2.0 I get the following messages, when trying to
connect from my Win98 PC to my SuSE 6.0 with Samba 2.0
[1999/01/29 20:45:10, 0] smbd/uid.c:become_gid(105)
Couldn't set effective gid to 101 currently set to (real=0,eff=0)
[1999/01/29 20:45:10, 0] smbd/service.c:make_connection(425)
Can't become connected user!
[1999/01/29 20:45:10, 0]
1999 Jul 22
1
Compiling on AIX3.2.5
I have tried to compile 2.0.4b and 2.0.5a on AIX3.2.5 and it
gives a problem when I test it with "smbclient -L bigserver",
that was discussed in the archives. I thought it was fixed.
It gives:-
[1999/07/22 20:57:05, 0] smbd/uid.c:(68)
Couldn't set effective uid to 207. Currently set to (real=0,eff=0).
Error was
Not owner
[1999/07/22 20:57:05, 0] smbd/service.c:(463)
Can't
2000 Mar 14
1
qr.solve (fwd)
Two friend reported me a problem, which I can't solve:
(I run R-1.0.0, Debian Linux)
They hava a function "corr.matrix" (see end of mail), and when they
create a 173x173 matrix with this function
V <- corr.matrix(0.3, n=173)
V1 <- qr.solve(V)
reports:
Error in qr(a, tol = tol) : NA/NaN/Inf in foreign function call (arg 1)
For n < 173, qr.solve returns the correct
2003 Nov 30
1
bad performance on 2.4.23
hi,
- big and ugly mail. If you don't like them, delete it now :-) -
I have collected and classified some information of:
http://home.earthlink.net/~rwhron/kernel/bigbox.html
And I observed that ext3 performance is worse than previous
kernels(2.4.19...). -ac and -aa are here only as reference.
Complete information is in the upper URL.
dbench: Performance is worse.
dbench (Numbers are in
2008 Oct 09
2
Two math expressions in plot
Hello!
I am trying to put two math expressions in the title of a plot. As
you can see below, I can place correctly one expression at a time, but
not both. Ideally I would like to have them separated by a comma. Any
suggestions?
> k <- 1
> n.eff <- c(20, 30)
> ### this works
> plot(0,0, main = substitute(n == k, list(k = k)))
> ### this works
> plot(0,0, main =
2008 Jan 08
0
PwrGSD
Hello List:
Please find uploaded to CRAN a new package, PwrGSD
The package is intended for the design and analysis of group sequential trials
There are two main functions,
(1) GrpSeqBnds: computes group sequential stopping boundaries for interim
analysis of a sequential trial based upon a normally distributed test
statistic. This can be done via the Lan-Demets procedure with
2008 Jan 08
0
PwrGSD
Hello List:
Please find uploaded to CRAN a new package, PwrGSD
The package is intended for the design and analysis of group sequential trials
There are two main functions,
(1) GrpSeqBnds: computes group sequential stopping boundaries for interim
analysis of a sequential trial based upon a normally distributed test
statistic. This can be done via the Lan-Demets procedure with
2004 Apr 29
3
memory problems with lm
Hello list,
I've seen the recent discussions documenting problems with lm.
I have encountered the following problem. I use WinXP Pro with
service pack 1, and R 1.9.0, on a XEON 2GHz, with 1GB of RAM.
> eff.fro
std.dev mean
NSTRDSP 7.403749e-01 1.215686e-01
CPFGEP 9.056763e+00 1.815686e+00
WSWOLF 4.703588e+05 1.112832e+05
NPILGRIM 1.017640e+06 2.134335e+05
1999 Mar 29
1
Password Problems on AIX 3.2.5
I'm trying to setup samba 2.0.3 server on AIX 3.2.5 box
using DIAGNOSIS.txt and on test 3 i'm having problems.
This is what i have on command line:
smbclient -d 4 -L alenianola
Added interface ip=190.20.200.200 bcast=190.20.255.255 nmask=255.255.0.0
Client started (version 2.0.3).
resolve_name: Attempting lmhosts lookup for name alenianola<0x20>
startlmhosts: Can't open lmhosts
2010 Aug 26
1
Passing arguments between S4 methods fails within a function:bug? example with raster package.
Dear all,
This problem came up initially while debugging a function, but it
seems to be a more general problem of R. I hope I'm wrong, but I can't
find another explanation. Let me illustrate with the raster package.
For an object "RasterLayer" (which inherits from Raster), there is a
method xyValues defined with the signature
1999 Feb 01
0
persp on x,y,z
I have 3 vectors x,y,z:
x<-c(-2.88,-1.92,-.96,0,.96,1.92,2.88,3.84,
-1.92,-.96,0,.96,1.92,2.88,3.84,
-.96,0,.96,1.92,2.88,3.84,
0,.96,1.92,2.88,3.84,
.96,1.92,2.88,3.84,
1.92,2.88,3.84,
2.88,3.84,
3.84)
y<-c(rep(-3.84,8),
rep(-2.88,7),
rep(-1.92,6),
rep(-.96,5),
rep(0,4),
rep(.96,3),
rep(1.92,2),
2.88)
z<-c(.65,1.78,2.4,2.54,3.04,2.22,2.97,3.56,
.745,1.287,1.98,1.91,2.02,2.24,2.95,
2006 Nov 28
1
Slight discrepancy between predict.lm() and all.effects()
In the course of exploring response prediction, I stumbled upon a
small discrepancy between the CIs produced by predict.lm() and
all.effects()
require(mlmRev)
require(effects)
hsb.lm <- lm(mAch ~ minrty * sector, Hsb82)
hsb.new <- data.frame(
minrty = rep(c('No', 'Yes'), 2),
sector = rep(c('Public', 'Catholic'), each = 2))
hsb.eff <-
2010 Nov 16
1
Offset in glm poisson using R vs Exposure in Stata
R-helpers,
I am hoping to find someone who uses both R and program Stata for GLMs.
I am a beginner R user, finding my own way through; learning code etc. at the same time as learning the statistics I need to complete my project.
What I have is the code from Stata and am trying to reproduce the same analysis in R - my program of choice.
. glm count md ms rf sg, family(poisson)
2012 Oct 16
2
Penalty function constrained optimization
Hi All,
I am trying to use optim() to minimize a function with a penalty function
term. This is a simple model bioeconomic model of a fishery. The penalty
function constrains the amount of effort (f) at 9. This works fine. The code
is:
**********
nfleets<-2
M<-1
M<-array(M,dim=c(nfleets))
N<-1000
cost<-c(30,30)
cost<-array(cost,dim=c(nfleets))
Price<-2
2014 Apr 29
1
"CBAnn" channel not going away in Asterisk 12
After an upgrade to Asterisk 12, I'm "collecting" channels. When I enter
and then exit a conference room, I see:
-- <CBAnn/207-0000067f;1> Playing 'confbridge-leave.slin' (language 'en')
-- Channel CBAnn/207-0000067f;2 joined 'softmix' base-bridge <5edb1920-3774-4ba3-8c4d-23e8fd04519c>
-- Channel CBAnn/207-0000067f;2 left
2002 Feb 07
1
Help with replicating an old SPSS GLM analysis
Greetings.
I'm trying to replicate an analysis I did a few years ago, then in SPSS,
using the SPSS GLM command:
GLM
n_diffpt WITH age_i inc_i join_i work_i educ_i give_i cs_i
eff_i age_a inc_a join_a work_a educ_a give_a cs_a eff_a
/METHOD = SSTYPE(3)
/INTERCEPT = INCLUDE
/PRINT = PARAMETER ETASQ RSSCP GEF
/CRITERIA = ALPHA(.05)
/DESIGN =
age_i*age_a inc_i*inc_a
2006 Jan 30
1
weights argument in the lmer function in lme4
I suspect the weights argument is not having any effect.
Package: Matrix
Version: 0.995-2
Date: 2006-01-19
Beginning with this:
Browse[1]> resp.lmer <- lmer(SensSSC ~ Block + Season + (1 | Plot) + (1 | Ma) + (1 | Pa) +
+ (1 | MaPa), weights = SensSSC.N, data = xx)
I group the output into a table with my ran.eff function and get this:
2007 Oct 10
1
Deleting for() loop in function
Dear UseRs,
I wrote following function in order to solve Data Envelopment Analysis.
Reason for posting is that the function is slow when nrow(dat) is large.
I wonder if other functions could substitute the for() loop in the
code, such as mapply().
Can anybody help to rewrite the dea() function as efficiently as
possible?
The code is as follows: