similar to: Import of data

Displaying 20 results from an estimated 3000 matches similar to: "Import of data"

2001 Mar 06
2
RedHat 7.0 on Dell Poweredge 6300
I went to RedHats' page and found hardware requirements and it said that the Dell Poweredge 6300 is a supported hardware. Then I went to linuxcare.com and it does not list the machine. Before I look like a buffoon, or continue to, Redhat will run on this machine, right? I appreciate the help. Thanks, --------------------------------------------------- Tony Ricker Technology Coordinator
2001 Nov 27
1
log in script question
All, I was hoping someone could point me in the right direction in obtaining a solution to the the following; I want to have the log in script map not only their home directory, but also the group folders as well. For instance, I would have a share with valid users=@usergroup and would want the script to map the directory based on this criteria. Would I have to have a log on script for each
2001 Nov 26
5
printing error
All, I have the following in my smb.comf for printing commands... # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers] comment = All Printers path = /var/spool/samba browseable = no print ok = yes print command = /usr/bin/lpr -P%p -r %s lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j
2001 Oct 01
5
Printing question
Hello all. I have a question about setting up samba to serve windows printing. I have been trying to research this but keep coming up with conflicting howto's. Can someone give me directions to an up-to-date print howto? It would be greatly appreciated as I am stuck on this. Cheers, Tony -- ------------------------------- Tony Ricker Technology Coordinator SLUCare - P.M.O. St. Louis
2001 Nov 13
0
W2K - WNT Profiles
Arne, With regard to your log on script not working, that ususally means permissions issues. Does everybody have permissions for the full path for the log on script? Hope this helps. Cheers, Tony Arne Van Renterghem wrote: > Hi, > > I 've been following the list for some time now and the question of the > profiles has been put forward several times, but I havn't seen a
2002 Jun 06
1
Maybe OT, but need help
All, The powers that be are going to buy a win2k server that will have a Compaq TL891DLX tape library. I have been trying to get one for my samba box as well. My question is can I back up the samba box to the win2k tape library? I know that you would have to mount the tape library on the linux/samba box, could this be done through samba? IF anyone needs more info, please let me know. Thanks for
2001 Mar 15
1
Samba and NT file issues
Sorry for being repetitive, but I have a question. Can Samba be used for 9x widowze machines accessing files, (access 2000, excel, word...) and have them open, add/modify, save files? The files would reside on Samba box and the user map their way to the files. Any thoughts? I appreciate all of you for sharing you knowledge. Respectfully. --------------------------------------- Tony Ricker
2005 Mar 08
3
is there any rails hosting out there?
anyone? -a -- =============================================================================== | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | When you do something, you should burn yourself completely, like a good | bonfire, leaving no trace of yourself. --Shunryu Suzuki ===============================================================================
2012 Oct 23
1
help using optim function
Hi, am very new to R and I've written an optim function, but can't get it to work least.squares.fitter<-function(start.params,gr,low.constraints,high.constraints,model.one.stepper,data,scale,ploton=F) { result<-optim(par=start.params,method=c('Nelder-Mead'),fn=least.squares.fit,lower=low.constraints,upper=high.constraints,data=data,scale=scale,ploton=ploton)
2005 Mar 09
6
auto increment id
looking at the unit tests of activerecord leads me to think the db is completely responsible for auto-incrementing the id field and rails does no magic here. can someone confirm that this is a true statement? that being the case - what is the preferred way to write database agnostic sql for one''s schema since each of the dbs has slightly different syntax for this functionality... does
2005 Mar 03
0
uniform handling of timestamps
considering that sqlite, mysql, postgresql, etc all handle times differently (well only postgresql really *handles* them) i''m wondering how to best approach time fields in rails. my current thinking is that sqlite is the least common denominator: it stores everything as text and does not checking, mysql has datetime, date, and timestamp but does poor checking (crippled to be precise) to
2005 Mar 12
0
scaffolding issue
i''ve got a little rails app i''m messing with the schema is create table timedatevalidates ( id serial, timedatetovalidate timestamp, primary key (id) ); the mvc was initialized using rails scripts/generate scaffold timedatevalidate i''ve got this in a subdir of webroot and have modified .htaccess and config/routes.rb like so .htaccess :
2005 Feb 16
1
[OT] mysql and selinux
i''ve been bashing my head against the screen for about two hours... for the life of me i could not figure out why connections to mysql were failing when view through browser but NOT from the command line as user apache... i confirmed that all connection parameters were correct and still no go. eventually i disabled selinux and all is well. there was a configuration section that claimed
2001 Jan 15
1
'Bad Packet Length' error?
After upgrading my client with 2.4p1, I started getting the folowing errors when using slogin to login to a server: 2f 75 73 72 2f 6c 6f 63 Disconnecting: Bad packet length 796226418. Thinking it was the 2.4 upgrade, I uninstalled 2.4 and reinstalled 2.3 client. Problem still exists. I have OpenSSH 2.3 installed as the server. I even deleted the key entry on the client side by editing the
2006 Apr 15
1
Frappr
Hi. I created a CentOS group on Frappr (http://www.frappr.com/centosusers) if anyone is interested in joining. I'm willing to turn admin rights over if any "official" CentOS people would like to run it. -- Vic Ricker http://www.ricker.us/
2001 Oct 09
4
Rsync Throughput issues
I am using Rsync between a Redhat Linux box and an AIX RS600. We have a about 30gb of database we need to sync to a backup server. Sounds good, right? The problem is that Rsync is so slow when we do the initial dump. We have files that are 1 - 5gb. It takes around 14-20 hours to Rsync the file structure, which means our daily backup will miss that days data because we are waiting for the data
2000 Apr 13
4
malformed password entry
I have a Sparc Ultra-2 running Solaris 2.7 and Samba version 2.0.5 Most of the time everything works fine, Win95 & WinNT users connect to Samba shares and work. Occasionally, users report not being able to view the Samba server in which case I have them map a drive manually or do a "find computer". There are times when this does not work. I take a look at the logs
2001 Dec 05
1
Non-linear random variables
I have a fisheries Ricker stock-recruitment non-linear model which I am trying to code up in R (after failing in MATLAB). There are two fixed parameters and a random environmental effect that is linked to a first order lagged correlation fixed parameter. Are there any examples of fitting this model I could follow? Cheers Norm Good Fisheries Biologist (Mathematician) Southern Fisheries Centre
2008 Jul 03
1
lines() warning message
I have data that looks like Year,Recruit,Spawner,Mtempcv 1958,4532,775,0.24125 1959,22996,2310,0.16319 1960,628,2990,0.46056 1961,879,1400,0.33028 1962,14747,1130,0.22618 1963,13205,790,0.20596 1964,31793,1195,0.19229 1965,10621,981,0.20363 1966,22271,870,0.3452 1967,8736,1104,0.27511 1968,8761,883,0.10884 1969,18885,1421,0.17799 1970,10098,1198,0.2106 1971,3394,760,0.22098 1972,1697,1354,0.39461
2005 Mar 03
11
PostgreSQL & SELinux problem
Hi. I just installed Centos 4. I''m pretty sure that I chose to have it install postgresql but when the system came up, it wasn''t there. No worries. I installed it from the net with ''yum''. Unfortunately, when I started it up and it tried to init the database, I got a bunch of SELinux errors: Mar 3 13:24:22 dirty kernel: audit(1109874262.006:0): avc: