Displaying 8 results from an estimated 8 matches for "dooes".
Did you mean:
does
2005 Oct 19
2
matching two plots
Hi,
I have a problem about graphics. I would like to plot two graphs: a barplot
and curve. Here is the code:
> barplot(dpois(0:45,20),xlim=c(0,45),names=0:45)
> curve(dnorm(x,20,sqrt(20)),from=0,to=45,add=T)
Both graphs are drawn in the same figure, however the scale in both graphs
dooes not match. For some reason the second plot is shifted to left. I
think there is a problem concerning the axis scale.
Thanks a lot.
Rui
2009 Jul 31
2
how use the subset?
...werrdata,
fac>12),can not find fac*"
and g1 in read from the file as shown below
*errdata<-scan("err.dat",what = list(mon=0,day=0,err=0,fac=0))*
While I changed to *g1data<-subset(errdata, errdata$fac>12)*, there is no
error message any more but it seems that *g1data* dooes be selected.
who can help me to subset the dataset?
thank you .:)
--
TANG Jie
Email: totangjie@gmail.com
Tel: 0086-2154896104
Shanghai Typhoon Institute,China
[[alternative HTML version deleted]]
2006 Nov 19
0
rsync support of hfs+ (osx) metadata? solution from Apple ... ?
...ion, -E, enables the transfer of
extended attributes."
exploring, the current apple patches @:
http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/
apply successfully only to rsync v263 -- and not to v269.
rather than depending on apple for patches to old versions, dooes it
make sense (is it possible?) to integrate this solution into the rsync
tree?
thanks.
2002 Dec 11
0
Windows 2000 Client Unable to Join Samba PDC 2.2.7 Help
...ent to a Redhat 8.0 Server
running Samba 2.2.7 Domain
Samba is the only PDC on the Network
everytime I try to add the windows 2000 computer to the Domain using the
root user, I get the error " The following error occured
attempting to join the domain "nextechvt" The Specified user dooes not
exist'
I know the root user was added because I used the command smbpasswd -a root
I am able to access the samba server through this method
My Network Places
entire network
entire contents
Microsoft Windows Network
\\servername\\
connect as root password whatever
Can anyone help me...
2002 Dec 11
0
Windows 2000 Client unable to log onto Samba PDC 2.27
...ent to a Redhat 8.0 Server
running Samba 2.2.7 Domain
Samba is the only PDC on the Network
everytime I try to add the windows 2000 computer to the Domain using the
root user, I get the error " The following error occured
attempting to join the domain "nextechvt" The Specified user dooes not
exist'
I know the root user was added because I used the command smbpasswd -a root
I am able to access the samba server through this method
My Network Places
entire network
entire contents
Microsoft Windows Network
\\servername\\
then I can connect as root using the correct password...
2006 Apr 21
3
CentOS 4.3 apt repo
I asked this before when I configured another CentOS box, but I forget the
answer. In my apt sources folder, I don't have a repo that is the
equivalent of the yum Centos.Base.repo. Where do I find such a file?
2002 Feb 22
3
Help: session setup failed: NT_STATUS_LOGON_FAILURE
Why I always get the following message when checking by smbclient?
root@bsdsr[/usr/local/etc/rc.d]#smbclient -L localhost -U%
added interface ip=192.168.1.254 bcast=192.168.1.255 nmask=255.255.255.0
session setup failed: NT_STATUS_LOGON_FAILURE
Something wrong with my settings?
TKS for your help!!
smb.conf as below
# Samba config file created using SWAT
# from 192.168.1.200 (192.168.1.200)
#
2003 Dec 01
0
No subject
...ve tested it with samba 2.0.7 and it works fine - but with 2.2.1a it
won't work.
The line is:
include = /etc/smb.conf.group-%G
I set up my logfile like this:
log file = /var/log/smblog.%U
so that after logging in, there are three logfiles:
smblog.
smblog.nobody
smblog.[USERNAME]
Where dooes the smblog.nobody file comes from??!?! The user's primary group
surely is not "nobody" in fact the user in no way is connected to that group!
I grepped all three logfiles for "include" and this is what I found in both
"smblog." and "smblog.nobody" BUT...