Displaying 20 results from an estimated 700 matches similar to: "Cannot use smbpasswd for new user"
1998 May 13
1
Compiling warnings in 1.9.18p7
I get these messages when compiling on a Sun Sparc 5 running Solaris 2.6:
Compiling ipc.c
ipc.c: In fonction `api_RNetServerEnum':
ipc.c:1194: warning: passing arg 4 of `qsort' from incompatible pointer
type
Compiling nmbd_incomingrequests.c
nmbd_incomingrequests.c: In function `process_node_status_request':
nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from
1997 Nov 11
1
automountd hangs
Hi Samba admins,
I was wondering if any of you had problems with your automounter with
Samba ?
My environment is:
Samba 1.9.17p4 on a Sparc20 running Solaris 2.5.1 with the home
directories defined in the NIS+ tables. The client are all Win95 PC.
Lately, we lose the automounter on the Sun host. Even logged in as root
on the console I cannot 'cd' to the /home directory.
We have
1998 May 11
0
URGENT: cannot use smbpasswd
Since I upgraded from 1.9.18p3 to p4 (Friday May 8) the users cannot
execute the smbpasswd command. I would appreciate any help as soon as
possible plase.
Thank you.
Here is the output we get:
terre{testgb}65: smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
smbpasswd: machine 127.0.0.1 rejected the session request. Error was :
code 131.
--
1998 Apr 20
0
Printers print...don't print...print...don't print...
Hi Samba admins,
I have a mysterious problems with printers.
When you are in a Windows application and you click on the icon to
print, you get no error messages anywhere but no paper output. You just
click again (sometime you have to repeat twice) and finally it prints
(one copy).
It happens to everyone on all PC on all printers.
PC are Windows 95, printers are network HP Laserjets setup
1998 May 13
0
URGENT: Problem with smbpasswd (again)
Recently (after updating from 1.9.18p3 to p4) I couldn't use smbpasswd.
After adding the address 127.0.0.1 in the 'allow hosts' it was OK.
Now some users (on the same machine) can use it, others not. Thet get
this:
terre{vendetm}82: smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
/opt/samba/bin/smbpasswd: machine 127.0.0.1 rejected the session setup.
Error
1998 May 15
0
BUG: Re: Cannot use smbpasswd for new user (1.9.18p7)
-----Original Message-----
From: SI-Gaetan Boudreau <boudreg@IRCM.UMontreal.CA>
To: Andrej Borsenkow <borsenkow.msk@sni.de>; samba@samba.anu.edu.au
<samba@samba.anu.edu.au>
>> It has nothing to do with initial null passwords
>
>Thank you for taking time in trying to help me.
>
>The reason I suspect it does it's that it works for the other users, the
>ones
2007 Nov 13
35
XEN - Broadcom issue: survey
I totally agree with Luc Boudreau about this problem.
On modern branded server they ALL use Broadcom chipset... I must admit that:
a) lot of people are experiencing the problem but can tolerate it
or
b) someone already experienced this problem and solved it
Lets'' approach the problem pragmatically... just start with a survey on
the list. ... hope we solve this issue soon.
Ivan
2006 Apr 03
2
testing proportional hazard in a Cox model including a time-varying covariate
I am using a syntax like coxph(Surv(start, stop, event) ~ X, data) to estimate the effect of X, which may change at each measurement (every 6 months). Is there anyone who knows a way to test the proportional hazard assumption in that case?
Thank you in advance
Jean-François Boudreau
Sherbrooke University
[[alternative HTML version deleted]]
2006 Feb 22
9
Error 500
Hi,
I''ve got a weird 500 error that I can''t fix. I''m using scgi with Apache2 on
Fedora core 2.
Status: 500 Internal Server Error
Even when I launch dispatch.cgi from the command line, I get the 500 error.
I don''t have any log entry written so I''m completely blind. I know that the
app is fine because I can run it in the console and get my records from
2007 Apr 16
4
Web Flow and the session method in ActionController
Hi there,
I''m writing a port of Spring Webflow to Ruby on rails and I''ve
encountered quite a lot of difficulty finding how to override the
session[] method which is accessed via any ActionController.
I have my pseudo-code ready to implement, but I can''t find the method
declaration to copy it''s signature.
Also, if anyone wants to collaborate on this particular
2006 Jul 07
3
Observer and Plugin conflict...
Hi fellas,
I have setup the acts_as_authenticated plugin and activated the
UserObserver to send activation emails.
I also have a homemade security plugin which adds methods to
ActiveRecord::Base like let_read and let_write.
On the server start, those two enter in conflict because the Observer
does something with the User model but it can''t find the let_read and
the let_write
2004 Mar 24
7
binding vectors or matrix using their names
Hello list,
I have two vectors x and x2:
x=runif(10)
x2=runif(10)
and one vectors with their names :
my.names=c("x","x2")
I would like to cbind these two vectors using their names contained in the
vector my.names.
I can create a string with comma
ncomma=paste(my.names,collapse=",")
and now, I just need a function to transform this string into a adequate
2004 Feb 23
2
orthonormalization with weights
Hello List,
I would like to orthonormalize vectors contained in a matrix X taking into
account row weights (matrix diagonal D). ie, I want to obtain Z=XA with
t(Z)%*%D%*%Z=diag(1)
I can do the Gram-Schmidt orthogonalization with subsequent weighted
regressions. I know that in the case of uniform weights, qr can do the
trick. I wonder if there is a way to do it in the case of non uniform
2004 Sep 20
4
Multiple operations on list
Hello,
suppose I have a list with matrices:
a=list(x1=matrix(rnorm(10),5,2),x2=matrix(rnorm(10),5,2),x3=matrix(rnorm(10),5,2))
I want to compute for all combination of xi and xj (x1,x2 x1,x3 and x2,x3)
a value.
This value is given for the pair x1,x2 by trace(x1%*%t(x1)%*%x2%*%t(x2)) /
trace(x1%*%t(x1))*trace(x2%*%t(x2))
I know that product matrices t(xi)%*%xi can be obtained by:
2007 May 05
3
pseudo-R2 or GOF for regression trees?
Hello,
Is there an accepted way to convey, for regression trees, something
akin to R-squared?
I'm developing regression trees for a continuous y variable and I'd
like to say how well they are doing. In particular, I'm analyzing the
results of a simulation model having highly non-linear behavior, and
asking what characteristics of the inputs are related to a particular
2011 Oct 20
3
Strange R behavior for product of two sum of integers
Dear gentlemen,
Can you explain me why the following happens (any OS I think, and even
on 64 bits)?
> sum(1000:1205)^2
[1] 51581223225
> sum(1000:1205)*sum(1000:1205)
[1] NA
Warning message:
In sum(1000:1205) * sum(1000:1205) : NAs produced by integer overflow
Best,
Pierre
--
Pierre Lafaye de Micheaux
Adresse courrier:
D?partement de Math?matiques et Statistique
Universit? de
2001 May 16
5
the R package - relation to R project?
I stumbled across this link and was wondering if this has any relation to
the R project.
http://www.fas.umontreal.ca/BIOL/Casgrain/en/labo/R/index.html
-jennifer
-----------------------------------
J. Steinbachs, Ph.D.
Computational Biologist
http://compbiology.org
-----------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2009 Apr 02
2
CMAN: Cluster membership rejected
Hello,
Several machine cannot joint the cluster after a reboot.
Here is a example of the error :
caserta kernel: CMAN: Join request from como.dmz.lexum.pri rejected,
node ID 3 already in use by ancona.dmz.lexum.pri
All cluster.conf are the same (checked with md5sum)
I googled this but did find nothing
Any ideas?
tx
2003 Nov 04
2
real eigenvectors
Hello list,
Sorry, these questions are not directly linked to R.
If I consider an indefinte real matrix, I would like to know if the
symmetry of the matrix is sufficient to say that their eigenvectors are real ?
And what is the conditions to ensure that eigenvectors are real in the case
of an asymmetric matrix (if some conditions exist)?
Thanks in Advance,
St?phane DRAY
2011 Sep 09
25
[Bug 40747] New: The new nouveau kernel module fails to use my monitor's native resolution
https://bugs.freedesktop.org/show_bug.cgi?id=40747
Summary: The new nouveau kernel module fails to use my
monitor's native resolution
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: