Displaying 6 results from an estimated 6 matches for "lloydl".
Did you mean:
lloyd
2002 Sep 20
2
samba Mount command failure
Hi All,
I would like to be able to mount a SMB NT Share on a NT4.0 network. I am
currently trying to run the following command :
mount -t smbfs -o username=lloydl,password=Fiver //(Server
IPaddress)/(share) /mnt/dvs/ITVSERVER
And I get :
2622: session request to 192.168.36.6 failed (called name no present)
2622: session request to 192 failed (called name not present)
2622: session setup failed: ERRDOS - ERRnoaccess (access denied)
SMB connection failed
Th...
2002 Sep 23
3
How to automate SMBMNT
Hi there,
How do I automate smbmnt so that when logging on, it mounts the required
shared directories on an NT4.0 file system using the user name and
password I used t gain access to the GUI ?
I s this possible. I am currently running Network Neighborhood and have
been using this application for access but this requires that I scan
mount and log-on again before gaining access to that share.
2007 Jan 15
0
How can I generate line segments between two sets of points on the same graph?
I am drawing two plots on the same graphics device window as follows:
yLim<-range(range(template),range(slope*subSeries) )
plot( template, type="p", pch=19,cex=1.75,lwd=2.5,lty=1, ann=F, axes=F,frame.plot=T,col="red", ylim=yLim,new=T )
title( main = "myDotChart of original template and subSeries vs time" );points( slope*subSeries, type="p",
2007 Jan 16
0
How do I generate line segments between two sets of points on the same graph
Just by re-examining my question I found the answer !
segments(3, template[3], 3,slope*subSeries[3], col= "orange",lwd=2)I corrected the subSeries Points as they appear on the graph withslope*subSeries[3].thank youLloyd L
[[alternative HTML version deleted]]
2002 Sep 26
1
Samba and the Mount Command
Hi All,
I would like to to know how to, using rc.local in the /etc/rc.d
directory, automate a smbmount with a specific username upon bootup.
In this case because I can't find any examples and I am not a very
strong linux user, I have posted all the relevant info.
The server name is ITV_SERVER and has been added to the "hosts" file.
The IP address for this Server is
2007 Feb 17
0
MCMC Pack Crashes R-GUI session (PR#9516)
Full_Name: Lloyd Lubet
Version: 2.4.1rc
OS: XP
Submission from: (NULL) (65.19.17.17)
Dear Andrew,
I am trying to learn gibbs sampling and Metropolis.
When I run your gibbs version of multiple linear regression my session crashes.
I have trimmed the dataframe and set my object.size = 1 gigB.
Despite my best efforts it still crashes while advising me to contact the MCMC
Pack developement team.