similar to: SQL query problem

Displaying 20 results from an estimated 9000 matches similar to: "SQL query problem"

2010 Jan 19
15
git clone locally
Hi, I follow the instructions below to set up a git repository with gitosis on my home ubuntu server. I can connect to the repository remotely perfectly and set up a new repository named My_Project. I successfully push the content of My_Project to this repository using the remote computer with an SSH key. Now I want to clone My_Project locally onto another directory within the unbuntu server.
2010 Mar 06
1
searchlogic is_any needs to be switched to equals_any
Does "is_any" has a bug in searchlogic? "is_any" used to work fine for me. All of a sudden now, for unknown reasons, when I write for example :attribute_is_any => [1] , the sql output is "where attribute != 1" which is the opposite of what I want of course. Curiously, the problem only occurs when running with a web server (mongrel). I see the problem in the
2010 Feb 12
2
log access denied
Problem: Mongrel cannot start because access to log is denied. I just switched to a new development laptop (Snow Leopard). I think I installed everything I needed. I git clone the application I am developing from the repository. Everything went fine. Now when I run script/server, this is what I get: => Booting Mongrel => Rails 2.3.5 application starting on http://0.0.0.0:3000
2009 Jun 23
2
syntax error, unexpected tINTEGER, expecting $end
Please help me solve the following error message: syntax error, unexpected tINTEGER, expecting $end I have this model: Code: 1. class GeoDatum < ActiveRecord::Base 2. end The database contains the table geo_data, which contains the zip_code column, filled with zip codes. I get the above error when searching for a zip code and the zip code exists in the table. Here is the
2010 Jan 20
2
empty rails log folder
The rails log folder is in my .gitignore file. That means the log folder is not in the repository. When I deploy my rails app to the staging server via git pull, the app refuses to work because it does not see a log folder. I have to manually create an empty log folder for it to put log files such as acts_as_ferret log inside. So now I have to commit an empty log folder to the git repository
2008 Feb 05
1
advice requested re: building "good" system (R, SQL db) for handling large datasets
R-community, Sometime during the next 12-months, I plan on configuring a new computer system on which I will primarily run "R" and a SQL database (Microsoft SQL Server, MySQL, Oracle, etc). My primary goal is to "optimize" the system for R, and for passing data to and from R and the database. I work with large datasets, and therefore I "think" one of my most
2019 Aug 10
2
Standalone Server User Import / Export
Am Freitag, den 09.08.2019, 13:41 +0100 schrieb Rowland penny via samba: > ayers at vmbuster:~$ sudo tdbdump samba.tdbsam-export > > { > > key(19) = "INFO/minor_version\00" > > data(4) = "\00\00\00\00" > > } > > { > > key(9) = "NEXT_RID\00" > > data(4) = "\E8\03\00\00" > > } > > { > > key(13) =
2009 Jul 04
9
prevent orphan records
If I have belongs_to :user Do I need to have validates_presence_of :user_id ? Does Rails validate the presence of :user_id automatically if I have belongs_to :user? In other words, does Rails prevent against creating orphan records that belong to non-existent users? Thanks. -- Posted via http://www.ruby-forum.com/.
2016 Jul 11
2
Re: nested vms and nested macvtaps
Thanks much sir Ease I think mainly adding a macvtap is pretty quick, performant and works. And last but definitely not least, ignorance of other quick easy solutions. Well, also macvtap works on older hardware where I don't have physical functions to passthrough via sr-iov, that is what you are pointing to with "macvtaps in the most outer one VM and pass them thru to inner layer
2010 Oct 08
5
saving object function
Ok so if I have a function: functest<-function(x){ a<-x+1 b<-x+2 c<-x+3 paste(a) paste(b) paste(c) } Now I know I can do cat(), or return() on one of them but if I was to run the function with any number, how could I create objects to save so I could do, I am wondering if I have more than one object within my function. functest$a
2003 Aug 18
3
General Samba question
Greetings to all. I am currently a bit of a newbie in regards using Linux and Samba. I have worked for several years in the IT/digital divide sector of the nonprofit world (particularly in regards to utilizing used and refurbished hardware). I am have a couple of CompTIA certs. (A+ and N+) and some experience administering Windows 2000 Advanced Server. Anyway to my question.... I am
2019 Aug 11
1
Registering Samba Bugzilla Account is Forbidden
Am Samstag, den 10.08.2019, 08:54 +0100 schrieb Rowland penny via samba: > > > Are pdbedit -e/-i intended to be tools to reliably export and > > import > > user data as the man pages suggest: > > ????????-e|--export passdb-backend > > ????????????Exports all currently available users to the specified > > password database backend. > > > >
2010 Oct 06
5
R: Tools for thinking about data analysis and graphics
I'm giving a talk about some aspects of language and conceptual tools for thinking about how to solve problems in several programming languages for statistical computing and graphics. I'm particularly interested in language features that relate to: o expressive power: ease of translating what you want to do into the results you want o elegance: how well does the code provide a simple
2009 Sep 10
2
"gold": a script to ease git based team work
Hi list ! I created a script to ease workflow on zena, a rails CMS (http://zenadmin.org). The workflow involves developers and reviewers (can be the same people): 1. each developer has his own fork (on github or another git server) 2. he creates a branch per feature 3. a reviewer looks at the code before .. 4. ... pushing changes to the "golden master" All of this with automatic
2008 Aug 05
5
boxplot with average instead of median
I really like the ease of use with the boxplot command in R. I would rather have a boxplot that shows the average value and the standard deviation then the median value and the quartiles. Is there a way to do this? Chad Junkermeier, Graduate Student Dept. of Physics West Virginia University PO Box 6315 210 Hodges Hall Morgantown WV 26506-6315 phone: (304) 293-3442 ext. 1430 fax: (304)
2016 Apr 13
3
samba-3.6.23-30.el6_7.x86_64 - The trust relationship between this workstation and the primary domain failed
Hi All, I am running Samba 3.6 in PDC mode (i know, i know...AD upgrade is in the works). The most recent update for CentOS 6 (samba-3.6.23-30.el6_7.x86_64) appears to have caused issues and I was forced to downgrade back to samba-3.6.23-25.el6_7.x86_64. When 3.6.23-30 is installed, users running Windows 7 x64 receive the following error when trying access shares: "The trust relationship
2010 Jul 01
2
[LLVMdev] Qualitative comparisons between Open64 and llvm
Hi, I have been working towards developing compiler optimization tools targeting multi core processors while using LLVM IR as the starting point and building on top of the analysis and optimization passes available in the llvm source. Recently, I looked into Open64 and its intermediate representation WHIRL. Documentation for developers to use Open64 seems to be inadequate (when compared to LLVM
2006 Dec 16
5
Linux distro + Asterisk or Trixbox?
Hey all, I've been doing a lot of playing, and a lot of reading, and it seems people are split as to whereas if they're running their favorite Linux distro and asterisk or Trixbox. I'm getting closer to really looking at a production environment and I'm just looking for any opinions. I'm really enjoying learning linux and asterisk, so initial "ease of use"
2000 Jul 06
5
Samba Install
I am looking at installing Samba for use on a production server. I already have it installed on two systems (version 2.0.6), but do not have installed to the point of getting the best performance out of it with what is available. So my question is, what should I (or should I not) install? What version of Samba that is out is the best? I am aware of Samba 2.0.7 is at least decent, is it the latest
2007 Feb 15
5
Bugja.com - Getting real Issue tracker
Hello list. After using various issue tracking packages that included a lot of typework and maintenance , we decided to build one of our own, focusing at ease of use. We would appreciate your opinion, but be gentle it''s somewhat beta :) http://www.bugja.com Screencast at http://www.bugja.com/screencast It''s ROR of course :) Thanks in advance Fortytwo http://www.fortytwo.gr