Displaying 20 results from an estimated 800 matches similar to: "Validations Doubt"
2003 Sep 20
1
Request--help
Respected Sir,
This is nilesh jaiswal,I am new to samba user.i ahev some problem configuring samba .It is not able to find the user on remote machine what should i do next can u plz help me ..
After every step i run the command testparm.it give the result correct but it say cant include the file /samba/palio
Nilesh Jaiswal
Yahoo! India Matrimony: Find your partner online.Post your
2006 May 18
4
Install Glitch
Ubuntu 5.10, Ruby 1.8.3. I installed rubygems, then tried rails, and
get a tragic looking error at the end. Is this a problem? It looks
related to rdoc.
root@bonus:/usr/local/rubygems-0.8.11# gem install rails --include-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
2006 Apr 19
3
help! installing rubygems in ubuntu... problems with zlib
Hi,
I am trying to install Ruby on Rails on a Linux Ubuntu PC. I already
installed manually ruby 1.8.4. But when I try to install rubygems, I get
the error:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require__'': no such file to load -- zlib (LoadError)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
2006 May 05
2
Authentication Problem in Ruby and Rails
Hi to all!
I am new to ROR!I hope i will get the help from this group!
We configured the email setting in the environment.rb file for sending
the email from my local system!
but we are getting Authntication problems!
How can I solve this problem
Please give me the references
Thanks and Regards,
Kumar
--
Posted via http://www.ruby-forum.com/.
2014 Oct 15
2
IP aliasing on CentOS 7
Hello all,
is there a good wirte-up on how edit script files in
the /etc/sysconfig/network-scripts directory on Centos & to assign multiple
IP addresses to the same NIC on boot?
Thanks for any and all help.
Cheers,
Boris.
2006 May 26
4
Using ''validates_inclusion_of'' to validate foreign key
I seem to be missing something trying to use ''validates_inclusion_of'' to
validate a foreign key and was hoping some one could piont out my
mistake?
The problem seems to be that Order.find_all.collect is not returning an
array that contains the order_id, if I replace it with a hardcoded array
everything works as expected.
The model:
class OrderItem < ActiveRecord::Base
2004 Aug 06
1
Interservers Transition
Hello,
Your email has been received. During the dates of 2/13/02, 2/14/02 2/15/02 and 2/16/02 we will be going through a major internal upgrade/server transition. This will not affect our hosting serversl. If you have an issue that needs solved immediately you can call 412.654.6500, or between the hours of 9 and 5 Monday thru Friday, you can contact Kenneth Munz @ 412.381.3410.
Also, you can
2009 Nov 03
10
programación básica
Necesito algo de programación básica para resolver un problema, un
inconveniente es que intente "if", cuándo se lo aplico digamos a x <-
5 no hay drama, pero si es a leche$litros me dice que solo se toma el
primer elemento. Como pueden ver estoy re perdido.
Mi problema: los datos están en un data.frame como el siguiente
animal inicio fin control idlactancias
2006 Apr 22
3
Gems installation into custom directory
I it possible to install gems into custom directory (user dir)? There no
any specific parameters in setup.rm I don''t wanna see unpackaged
binaries into my Debian system ;) Or maybe someone can send me a link
with .deb''s?
Thanks in advance.
2006 May 16
3
Installing the Postgres gem on Ubuntu
Hi,
I''m having difficulty installing the "postgres" gem. postgres-pr
installed fine, but whenever I run:
sudo gem install postgres
I get:
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/postgres-0.7.1 for inspection.
I''ve had a bit of a poke around, and
2009 Dec 14
1
Plugin for deliver
Hi,
i need to wirte a plugin for "deliver" program.
Is there a guide or a page in wiki that explain how can i do it?
Thanks
2007 Jan 31
1
How get text with wine
Hi, i install Counter-strike, this work very good, but the problem is when i
try to wirte or read any thing, this never show nothing of text.
Thanks
--
Rubrica
Maximi89
Linux user #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20070131/0371c332/attachment.htm
2002 Mar 01
1
Can I mount with samba on a read-only system?
Hi,
I'm trying to mount with smbmount on a read-only system. I have a
writable /tmp and /var dir, so it car wirte logs. The samba daemons are
running fine, but when doing smbmount I get the following error:
can't lock /etc/mtab~ file
This is correct, because mtab is read-only. I tried to create a link
(ln -sf) from /etc/mtab to /tmp/mtab (and /etc/mtab~ to /tmp/mtab~) but
this
2012 Aug 20
4
[LLVMdev] How to write a regression test case?
hi,all:
i really want to how to write a regression test case,but i do not find
out a entire document about it.
By reading LLVM Testing Infrastructure Guide and FileCheck - Flexible
pattern matching file verifier, i only have a idea,but it is not
enough for me to write a test case.i need more detail about how to
write a RUN:lines.
thanks for you scan,wish your letter.
best wishes,
changcheng
2012 Aug 21
0
[LLVMdev] How to write a regression test case?
2012/8/21 Changcheng Wang <changcheng at multicorewareinc.com>:
> Hi,Yang
> thanks for your entire answer,i will do it follow you.
> still another question puzzled me:i write a hello.c file like this:
>
> //RUN: llc -march=c < %s | FileCheck %s
> #include"stdio.h"
>
> int main() {
> printf ("Helloworld.\n");
> return 0;
> }
>
2008 Jun 23
1
problem in R for Linear mixed model~
Dear R users:
I just got confused some R code used in linear mixed model~
example,two factors,A, B,C,A is fixed ,B,C are random,and B is nested in
C,if I wannt to use linear mixed model,are the following code correct for
each case?
case1:want to know random effect of B,
case1<-lme(y~A*B*C,random=~B|C) where "B|C" stand for what?,mean B is
nested in C?
case2: how to wirte
2011 Jan 17
1
puppet kick timeout
I have a problem today.
In my business, i have more than 10 linux servers , each of which runs
a puppet client.
on my puppet master server, sometimes , i need trigger every server to
update from puppet master right now , so i wirte a shell script to
traversal each server to run command "puppet kick
node_name.example.com", but some client will cause a timeout for a
long time. I
2012 Aug 22
7
[LLVMdev] How to write a regression test case?
the example is more like what i need,it is so nice.
but,i am indefinite if "RUN: FileCheck < %t.s %s" can pass,i
understand that t.s was translate from t.ll,%s means read the local
source,are they the same?
On Wed, Aug 22, 2012 at 1:55 PM, Triple Yang <triple.yang at gmail.com> wrote:
> I did an experiment just now with a test case like:
> // RUN: clang %s -S -emit-llvm
2012 Aug 22
2
[LLVMdev] How to write a regression test case?
2012/8/21 Triple Yang <triple.yang at gmail.com>:
> 2012/8/21 Changcheng Wang <changcheng at multicorewareinc.com>:
>> Hi,Yang
>> thanks for your entire answer,i will do it follow you.
>> still another question puzzled me:i write a hello.c file like this:
>>
>> //RUN: llc -march=c < %s | FileCheck %s
>> #include"stdio.h"
>>
2013 Jun 14
1
Cambio de formato
Estimado expertos:
Acudo a vosotros porque no logro lo que quiero hacer.
Tengo los datos de una sola serie temporal en formato rectangular, y
quisiera transformar estos datos en una columna y escribirlos en un fichero,
para su utilización posterior.
He utilizado varias posibilidades, pero siempre en el nuevo fichero aparecen
los datos precedidos de su índice posicional.
¿Cómo escribir los