search for: kfoc

Displaying 6 results from an estimated 6 matches for "kfoc".

Did you mean: foc
2001 Mar 05
1
Configuring Swat Revisited
...;m lost now, if I need to >start from scratch I'm willing to do so. I Appreciate all the help you have >given so far. I hope we can resolve this. All the ocumentation is based off >the old Samba. HELP!!!!!!!!! >----- Original Message ----- >From: "Russ Brucks" <russb@kfoc.net> >To: "Sean Cornelius" <stcornelius@Tusk.Edu> >Sent: Friday, March 02, 2001 2:37 PM >Subject: RE: FWD: Configuring Swat > > >> Hmmm... There should have already been an entry for swat in the services >> file... Did you check to see if it was alrea...
2011 Oct 03
2
read .csv from web from password protected site
I am very new to R and have been struggling trying to read a basic ".csv" file from a password protected site with the following code: myURL ="http://www.frontierweather.com/degreedays/L15N15PowerRegionAverages_10weeks.txt" test2=read.table(url(myURL),header=TRUE,sep=",") A 'data.frame' is returned into the workspace, however it is not the data contained in
2001 Mar 01
0
Can ping computers in another network, but can't see samba
...here something I'm missing? Is this some limitation in samba? We obviously have the right ports open for IP, and the MS smb seems to be working just fine. Are there other ports that samba needs open through the router? Please feel free to email me for more specific information at russb@kfoc.net I would post my smb.conf file here, but this is my first post to this list and I'm not sure if that would be too lengthy. If needed I will post. Here are the quick and dirty server specs: RedHat 7 intel system w/ SCSI disks 256MB RAM samba version 2.0.7 Our network IP scheme: 172.20....
2001 Mar 02
0
FWD: Configuring Swat
...cratching your head, wondering why I gave you bum scoop. :-) You can restart xinetd.d by running this command. (You should be doing all of this as root, btw.) /etc/rc.d/init.d/xinetd restart That should get you running SWAT. If you have any other questions, feel free to email me at russb@kfoc.net cheers, Russ ===== Original Message from stcornelius@Tusk.Edu (Sean Cornelius) at 3/02/01 1:21 pm >----- Original Message ----- >From: Sean Cornelius >To: samba@lists.samba.org >Sent: Friday, March 02, 2001 11:59 AM >Subject: Configuring Swat > > >I'm just lea...
2011 Dec 20
1
RODBC Error: 'getCharCE' must be called on a CHARSXP
I am trying to connect to an internal database and use the sqlQuery command to reduce and retrieve data using the following code: channel <-odbcConnect("some_dsn", uid="", pwd="") txt<-'SELECT Date, Region, Price FROM TableXYZ WHERE Type="Domestic"' sqlQuery(channel, cat(txt,"\n"),errors=TRUE,) close(channel) However, I get the
2011 Dec 20
2
Quotes inside char string
How do I return a character string with quotes inside string? For example, what logic do I use if I want to return the following: Test Score="A" I tried the following .... Score<-paste("Test Score=","A",sep='"') But it returned a "\" inside: "Test Score=\"A" Any assistance would be