search for: valentino

Displaying 19 results from an estimated 19 matches for "valentino".

Did you mean: valentin
2013 Sep 18
3
pxechn.c32 halting
...eady to boot: Attempting to boot . . . Booting . . . PXELINUX 6.02 6.02-pre16 Copyright (C) 1994-2013 H. Peter Anvin et al And the screen just hangs there forever. I hope this message is going to the right place. If not, could somebody please point me in the right direction? Thanks, Chris Valentino Systems Infrastructure Engineer 1010data chris.valentino at 1010data.com<mailto:chris.valentino at 1010data.com> www.1010data.com<http://www.1010data.com/> www.thefutureofdata.com<http://www.thefutureofdata.com/> The content of this e-mail message and any attached files trans...
2009 Feb 24
4
Cannot pass id field to ActiveRecord
...gt; Why the username field is nil instead of "123"? I also tried {:id=>"123", :display_name=>"345"}, still not work But there is no problem when I do the following a.username = "123" or a.id = "123" a.save Please help. Thank you very much. Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Dec 10
12
image_tag cannot show picture
..._tag("green.JPG") %> However, I can access the picture in this url http://localhost:3000/images/green.JPG The HTML source code generated <img alt="Green" src="/images/green.JPG.?1228211220" /> I cannot identify the problem. Please help Thank you very much Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2014 Feb 10
1
pxechn.c32 halting
On Thu, Sep 19, 2013 at 5:13 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Wed, Sep 18, 2013 at 4:09 PM, Chris Valentino > <chris.valentino at 1010data.com> wrote: >> I upgraded from syslinux 4.x to syslinux 6.01 and am now having issues with >> pxe chaining. I've tried moving up as far as 6.02-pre16, but I'm still experiencing the same problem. The original config called the next server...
2010 Jan 28
2
How to execute an arbitrary script when a puppetclient ask for a manifest?
...ex over the hostname of the client. This is not enough, to be sure that the puppet client is a trusted one, we need some further checks (we need to do some queries to the cloud API). How can we have some custom script (shell or ruby) executed each time a puppet client asks for a manifest? Thanks, Valentino -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2009 Jan 13
2
Connect multiple DB in rails project using AR
...me => "username", :password => "password"} # How to I write code to establish 40 connections using active record here?? # class "Server.name" < ActiveRecord::Base # end # "Server.name".establish_connection(h) end Million thanks Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Jan 30
1
How to call UNIX environment variable in rails
Dear all How can I call the UNIX environment variable in my rails project? For example echo $HOME /path/to/my/home/dir Thank you very much Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Nov 21
2
How to install the plugin manually?
...tication Required (OpenURI::HTTPError) I have set the http_proxy=http://user:password@host:port/, It is working fine to fetch gem files. I know the plugin is in here: http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ I want to install it manually. Please advises. Thank you very much. Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Mar 17
11
Refactoring module
Dear all Please see the following module, In module SX3 SX4 and SX5 have similar class Tasklist, but inherit from different class. I will use the following code to connect to different data sources RemoteSX3Model.establish_connection sx3_hash RemoteSX4Model.establish_connection sx4_hash RemoteSX5Model.establish_connection sx5_hash How can I refactor my code in module to look simpler? Thank you
2011 Feb 10
2
Help using "tm" text mining package - preprocessing
...nt using tolower(textd[[1]]) however, when I try to run tmTolower() I get a no such command error, and then the Term Document Matrix command gives me a peculiar error: > other.TDM <- TermDocumentMatrix(textd, control = list(stopwords = TRUE)) Error in tolower(txt) : invalid input 'Valentino bag, breakfasting at West Palm Beach caf? Testa . . . VALENTINO, in' in 'utf8towcs' > Is it something to do with the structure of the documents I've read in. The "tm" documentation is *extremely* abstract, at my Neanderthal level. Thanks to anyone who can help -...
2008 Nov 18
1
Missing js.erb template
...view path D:/Ruby/test/ssc_1/app/views I know there is no js.erb file in app/view/<controller> folder, and I don''t know what content should be in the js.erb. Are there any method to generate the js.erb file? Attached is my code for your reference. Thank for your help in advanced. Valentino Attachments: http://www.ruby-forum.com/attachment/2940/app.zip -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,...
2008 Nov 28
1
Rails Beginner.. NoMethodError
...splayname'').first.displayname.to_s end login_succeeded end # I have define the get_title here.. def get_title return @title end My users table schema name varchar(20) created_at datetime updated_at dataetime title varchar(30) Please give me some advices. Thank you. Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2013 Sep 19
0
pxechn.c32 halting
On Wed, Sep 18, 2013 at 4:09 PM, Chris Valentino <chris.valentino at 1010data.com> wrote: > I upgraded from syslinux 4.x to syslinux 6.01 and am now having issues with > pxe chaining. I've tried moving up as far as 6.02-pre16, but I'm still experiencing the same problem. The original config called the next server as follows:...
2010 Jul 07
3
How current are packages?
I'm relatively new to CentOS. I ordered a VPS and requested CentOS 5.5. As I was installing packages, I noticed that some of the versions are pretty old - for example, Postfix is v 2.3 in the repo (and, according to Postfix's website - no longer mainted). Is this a security risk as the current version is 2.7.1? Building and compiling Postfix from source seems to cause additional problems
2005 Jul 31
1
xapian-bindings for python doesn't compile on OSX Tiger
This is the output of the 'make' command for the python bindings (0.9.2). xapian-core compiles fine. aiolia:~/Desktop/2005-08-01/xapian-bindings-0.9.2 dialtone$ make make all-recursive Making all in python make all-recursive Making all in docs Making all in examples make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. /bin/sh ../libtool --tag=CXX
2009 Apr 16
0
Magic multi connections with association problem
...t; end class Testrslt < ActiveRecord::Base set_table_name "testrslt" belongs_to :request, :class_name => "A::Request", :foreign_key => "testrslt_reqno" end Part of my gem list magic_multi_connections (1.2.1) rails (2.2.2) Please advise. Many thanks Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Apr 17
2
how to call javascript function in text_field_tag
...put in form to upper case letter in view? Can I call the javascript function toUpperCase() in text_field_tag?? <%= text_field_tag(:sometext, nil, :size => 14) %> I know I can achieve this using params[:sometext].upcase in controller, but I want to do this in view. Any ideas? Many thanks Valentino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2013 May 24
0
Apache Passenger: Action 'configtest' failed
I am running apache for the first time and get this error. puppet@puppetmastervm:/etc/apache2/mods-available$ sudo service apache2 restart[sudo] password for puppet: Syntax error on line 3 of /etc/apache2/sites-enabled/puppetmaster: Invalid command ''PassengerHighPerformance'', perhaps misspelled or defined by a module not included in the server configuration Action
2013 May 24
0
Apache Passenger Fail
I just setup my puppetmaster with passenger and I get the following error. Any help would be appreciated. I''m on Ubuntu 13.04 puppet@puppetmastervm:/etc/apache2/mods-available$ sudo service apache2 restart[sudo] password for puppet: Syntax error on line 3 of /etc/apache2/sites-enabled/puppetmaster: Invalid command ''PassengerHighPerformance'', perhaps misspelled or