Displaying 20 results from an estimated 2000 matches similar to: "Can't solve: ERRSRV - ERRbadpw (Bad password - name/password pair"
2007 Mar 12
3
Fatal Samba bug? Why can't anyone answer this question?
Hi all,
I ran into a problem with samba and immediately googles for answers. I 
found 30-odd references to places where this question has been asked 
before, but no answers. I asked it myself here and got no answer.
Perhaps this is this a fatal bug in samba if no one knows how to fix it. 
Below is my original question:
----------------------------------------------------------------------
2005 Mar 24
0
smbmount and session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.
Hi, 
    I am also getting the same error. Did you figure out what was the
cause for this error. Could you please let me know.
Thank you,
Ravi
1999 Oct 05
0
SAMBA digest 2259 / Tree connect failed: ERRSRV - ERRbadpw
Jens Rieck wrote:
	
	>>Can anyone help me?
	>>
	>>I have Samba 2.0.5a running on SuSE Linux 6.0 (2.0.36) and
	>>Windows NT Server 4.0 SP4 (PDC).
	>>
	>>When I try to do a "smbclient -L MYUNIX" (according to the trouble
	>>shooting guide) I get the following message:
	>>
	>>Addes interface ip=195.90.254.xxx bcast=195.90.254.255
2003 Jul 17
1
I am getting "sessionsetup failed: ERRSRV - ERRbadpw (...)
Could someone help me to connect FreeBSD 3.1 Unix (& Samba) with Win 98se (with all updates posted)?  The error has to do with ...(Bad password - name/password pair in a Tree Connect or Session Setup are invalid.).  I have read till my eyes are falling out.  I have done the diagnosis and all works except the password problem.  My Win box has the Samba Server in its network neighbourhood, etc.
1999 Oct 04
3
Tree connect failed: ERRSRV - ERRbadpw
Can anyone help me?
I have Samba 2.0.5a running on SuSE Linux 6.0 (2.0.36) and
Windows NT Server 4.0 SP4 (PDC).
When I try to do a "smbclient -L MYUNIX" (according to the trouble
shooting guide) I get the following message:
Addes interface ip=195.90.254.xxx bcast=195.90.254.255 nmask=255.255.255.0
Password:
Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 2.0.5a]
tree connect failed: ERRSRV
1999 Oct 07
2
Tree connect failed: ERRSRV - ERRbadpw (2nd try)
Hi all together,
all answers to my first posting didn't help to solve my
problem.
Maybe this can help you.
When I'm doing: smbclient -L MYLINUX -U MYUSER
I get the following message:
Added interface ip=195.90.254.xxx broadcast=295.90.254.255
nmask=255.255.255.0
Password: <enter password for myuser>
Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 2.0.5a]
Tree connect failed: ERRSRV -
1999 May 25
0
ERRSRV - ERRbadpw w/ plain text PW
Hello All,
     I have two computers.  I want the Linux box to act as an SMB server
for the NT box.  I only need plain text passwords right now.  I modified
the NT Registry to support this.  But I can't even do a loopback on the
Linux box with smbclient.  See below:
[gsw@pagestreet ~]$ smbclient -L pagestreet
Added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
Password:
2005 Aug 12
1
Help converting a function from S-Plus to R: family$weight
Hi all
I am converting an S-Plus function into R.  The S-Plus code
uses some of the glm families, and  family  objects.
The family objects in S-Plus and R have many different
features, for example:
In R:
 > names(Gamma())
  [1] "family"     "link"       "linkfun"    "linkinv"    "variance"
  [6] "dev.resids" "aic"       
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
Hi all
I'm doing some things with a colleague comparing different
sorts of models.  My colleague has fitted a number of glms in
Genstat (which I have never used), while the glm I have
been using is only available for R.
He has a spreadsheet of fitted means from each of his models
obtained from using the Genstat "predict" function.  For
example, suppose we fit the model of the type
2002 Nov 25
0
Installing netCDF module in R
I am attempting to install the netCDF module into R on a computer
running solaris 5.8 but it keeps saying it can not find the required
netCDF libraries & header files, error below. I have run configure, as
./configure --with-netCDF=/usr/local/netcdf-3.5.0
To configure the path, but keep getting the following error.
climate at netCDF : > R CMD INSTALL /home/climate/murphyb/netCDF
*
2006 Aug 31
1
NaN when using dffits, stemming from lm.influence call
Hi all
I'm getting a NaN returned on using dffits, as explained
below.  To me, there seems no obvious (or non-obvious reason
for that matter) reason why a  NaN  appears.
Before I start digging further, can anyone see why  dffits
might be failing?  Is there a problem with the data?
Consider:
# Load data
dep <- 
2003 Jul 29
1
Sweave: pass scale parameter to includegraphics?
Hi all
I'm using Sweave and find it a treat.  But one
question:
I use Sweave to create my pictures which are
automatically included into LaTeX.  For example, 
in the file  test.Snw,  I may have:
% LaTeX stuff
\begin{figure}
<<fig=true,width=5,height=5>>=
x1 <- seq(1,5, length=10)
x2 <- sin(x1)
plot(x1,x2)
@
\caption{Plot}
\end{figure}
% More LaTeX
This produces the LaTeX
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
Hi all
I posted a couple of days ago about how to end up with wmf files
eventually in R for linux.
The short answer was:  you (probably) can't...and don't!
The journal in question also accepts TIFF files, I am told (it's
a physiology journal).
So I adjust my question:  What is the best way to get TIFF files
out of R?  It can't create them directly as far as I can tell.
2007 Nov 08
1
Mixing lty specifications in legend
Hi all
I have a plot with lines, one specified as (say) lty=1, 
using standard line types, and another as (say) my
own spec: lty="51".
I can't get  legend  to display both.  Toy example:
> plot(1~1)
> legend("topright", lty=c("51",1), legend=c("My own","Standard"))
Error in segments(x1, y1, x2, y2, ...) : invalid line type: must be
2004 Mar 29
1
White background in PS pictures
Hi all
I am using R to produce postscript pictures via the
postscript  command.  I have never had any problems...
until now, when I want to inlcude my .ps file is a
LaTeX document *without* a white background.  (If
it's important, I'm using the  prosper  class with
the  whitecross option, so the background in blue.)
I would like my .ps file to have a white background.
If I read the help
2004 Nov 11
1
substitute/paste question for using Greek in plot titles
Hi all
I am having troubles making sense of why code (1)
below fails but code (2) below works.
Code (1):
 > phi.1 <- 1
 > plot(0 ~ 0,
+ main=substitute(paste("A vaue for ",phi," = ",phival), 
list(phival=phi.1)) )
Error in paste("The two deviances for ", phi, " = ", 2) :
         Object "phi" not found
But this works:
Code (2):
 >
2003 Jul 28
1
Plotting (mixed) line types and legends
Hi all
I have a question about plotting line types and
legends.  Here's a short piece of code to
demonstrate:
x <- y <- seq(1,10)
plot(x,y, type ="l", lty="33")
lines(x,y+1,  lty=1)
legend( 8,2,legend=c("lty=1","lty=\"33\""), lty=c(1,"33") )
On my system (see below), the line types in the legend
are not the same as in the
2003 Apr 02
2
Two questions
Hi all
Two questions:
1. I note that help for the postscript device claims "The 
postscript produced by R is EPS (Encapsulated PostScript)
compatible...".  It does not say it is EPS *compliant*.  
Indeed, the EPS produced by R includes a \showpage command 
which I believe (not that I'm an expert!) non-standard EPS.  
My question:  Is there any reason why it is EPS compatible,
but
2004 Jun 22
1
Using xtable with summaries of lm objects
Hi all
Suppose I do the following:
set.seed(1000)
library(xtable)
x <- runif( 10 )
y <- 1 + 2*x + rnorm( length(x) )
test.lm <- lm( y ~ x )
summary( test.lm )
xtable ( summary( test.lm ) )
The final  xtable  output follows:
% latex table generated in R 1.8.1 by xtable 1.2-2 package
% Tue Jun 22 09:56:36 2004
\begin{table}[ht]
\begin{center}
\begin{tabular}{rrrrr}
\hline
  &
2003 Mar 19
3
The best way to end up with WMF files
Hi all
I am doing some stats work for a group of biologists
who require windows metafiles (*.wmf) for their publications.
To create these, I appear to have two choices:
1.  Restart my machine in Windows and use  savePlot
2.  Keep my machine in linux, save as another format,
    then convert.
I'd rather stay in linux; but how do I get wmf files?  I looked
at using ImageMagick's  convert,