Displaying 20 results from an estimated 600 matches similar to: "Weird Parameter Encoding issue in Production Rails 3.1.0"
2016 Feb 18
0
CentOS 7, Xeon CPUs, not booting
On Thu, 18 Feb 2016, m.roth at 5-cent.us wrote:
> This is happening on anything other than plain vanilla Dell servers. One
> R730, with dual Tesla cards, one R420, with a fibre card for a RAID
> device, it never switches root. All these systems have Xeons, not AMD
> CPUs.
>
> We've had this with every one of the 327 kernels. In addition, it seems to
> happen also with the
2016 Feb 18
2
CentOS 7, Xeon CPUs, not booting, [SOLVED], bug filed
Paul Heinlein wrote:
> On Thu, 18 Feb 2016, m.roth at 5-cent.us wrote:
>
>> This is happening on anything other than plain vanilla Dell servers. One
>> R730, with dual Tesla cards, one R420, with a fibre card for a RAID
>> device, it never switches root. All these systems have Xeons, not AMD
>> CPUs.
>>
>> We've had this with every one of the 327
2016 Feb 18
2
CentOS 7, Xeon CPUs, not booting
This is happening on anything other than plain vanilla Dell servers. One
R730, with dual Tesla cards, one R420, with a fibre card for a RAID
device, it never switches root. All these systems have Xeons, not AMD
CPUs.
We've had this with every one of the 327 kernels. In addition, it seems to
happen also with the 229.20.1; the 229.14.1 has no such problem.
>From the rdsosreport:
starting
2012 Sep 14
3
directory /dev/disk/by-label
I am trying to create a CF card that boots 686 CentOS 6.3
On boot I get a message about /dev/disk/by-label/\x2f where \x2f is "/"
cannot be found.
Adding rdshell to the boot line and booting up sure enough
the /dev/disk directory does not exist.
What "creates" that early on in the boot process?
My CF card was changed from UUID to LABEL. So I edited grub.conf and make
2002 Jul 02
0
pam and openssh
All,
I'm trying to use PAM to replicate the authorized user functionality in
commercial ssh. In the past, I've patched openssh to do this, but I think
that solution is fairly ugly (and requires me to patch with each new
release of openssh which is really bad).
I want to do this:
0. use openssh for all communication with this machine.
1. check a user's identity using their
2016 Jan 27
2
CentOS 7, 327 kernel still crashing
I've just added the following to the CentOS bugtracker for CentOS-7
0009860. I admit to not being sure if it's the same issue, or a separate
one, but this and other Dell servers - I *think* they're all R420's, but I
could be wrong, just all do the same thing on boot.
*****************
I've just updated a CentOS 7 server to the latest kernel,
vmlinuz-3.10.0-327.4.5.el7.x86_64,
2011 Jul 11
1
Finding Confidence Intervals
This is a very basic question, so please bear with me.
I've been learning about AB Testing, which is largely used in internet
marketing to examine the effectiveness of certain aspects of ads, websites,
etc. Here's a couple links to people who want to know more about AB Testing:
2006 Mar 27
1
Tests not tiding up after themselves?
Hello,
My tests are messing with one another because it seems that they
aren''t cleaning the database after execution. I have the tables
headlines and articles. And the articles table has a foreign key to
the headlines table. My schema structure is created by this script
----
drop table if exists changes;
drop table if exists articles;
drop table if exists headlines;
create table
2006 Aug 16
1
StandardAnalyzer not indexing "some"
Hi everybody,
In the basic setup acts_as_ferret uses a StandardAnalyzer. How come that
it won''t index the headline "some headline" with "some" and "headline".
It only uses LetterTokenizer and LowerCaseFilter.
Thanks for your help.
Michael
--
Posted via http://www.ruby-forum.com/.
2006 Jun 09
0
Controller Modules Messed Me Up
Modules are exactly what I needed to figure out, but once I started my
app over again putting my controller under a module folder, I can''t get
my basic app going.
Basically I have a News app, where we will post PR and other articles of
interest. It was working fine with a model/controller combo of
news/index for the public and news/admin for the administrators. Keep
in mind this
2006 Jan 30
3
Howto change @article.article.headline to @article.headline ?
I have to actions:
def index
@articles = Article.find(:all,
:conditions => "un_published != ''1''",
:order => "created_on desc")
end
and
def group
id = params[:id]
@articles = ArticleGroup.find(:all,
:include => [:group, :article],
:conditions => ["articles.un_published !=
2014 Mar 20
2
[Bug 2215] New: Key fingerprint headline slightly broken with ED25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2215
Bug ID: 2215
Summary: Key fingerprint headline slightly broken with ED25519
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2011 Jul 25
3
Rails 3.1 Engines: Full vs. Mountable
Hi all,
I was hoping someone could please clarify the differences between a
full engine and a mountable one.
I have noticed the following:
** Full Engine **
- With a full engine, the parent application inherits the routes from
the engine. It is not necessary to specify anything in parent_app/
config/routes.rb. Specifying the gem in Gemfile is enough. The
engine routes are specified as:
#
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and
builds an object out of them. This is what it looks like after i parse the
xml file and display the object:
[#<Article:0xb79e7428 @brand="This is a story from ", @id=5337,
@fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ",
@source="source",
2000 May 28
1
SAMBA digest 2537
Hallo!
I have a small question. I wanted to improve Samba-faxing. The system shown in the HOWTO does not include the nice features a faxing-program
like Winfax offer. Chain-fax, adressbook and much more.
So I began to write a series of scripts to manipulate the incoming fax to send.
The text should have all the command on the 1st page.
My scripts split the text in two parts: 1st page and pages
2005 Dec 13
1
Help with fonts
I recently changed to a new computer and reinstalled linux. I'm
not happy with the current fonts and I see that the whole fonts
area has been revamped, so any old notes I have are obsolete.
Can anyone help me out?
The first and major issue is that when an installation program I
am running tries to display "C:\Program Files" it comes out
looking like CWProgram Files.
Having
2006 Jun 27
6
Custom action on Active Record Validation Failure?
Instead of having it highlight the bad fields when you enter in a record
that fails validation, is there a way to make it do an action? I''m
looking for something like this:
validates_uniqueness_of :user_id,:url => {:controller => "headline",
:action => "index"}
so that on failing the uniqueness check, it would go to the headline
controller.
--
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
Hi,
Since Carl has kindly provided us with fax support for CAPI based
cards, we have been using it with much success. Today I have modified
app_capiFax so that it now supports a dynamic CSID. The following
example uses the DNID created by chan_capi on an AVM Fritz! card.
* Receive a fax with CAPI API.
* Usage : capiAnswerFax2(path_output_file.SFF|stationID)
*
* This function can be
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code:
require ''rexml/document''
include REXML
# classes to represent the objects and relationships in the xml file
class Article
attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body,
:fblurb, :fimage, :att, :source, :copy, :brand
end
# the base parser
class BaseXMLParser
def initialize(filename)
2010 Jun 06
2
How to make an SQL querey Within a partial, is that possilbe??
Hello,
I''m quite new to Rails and english is even not my first language, so
please excused nescience and clerical mistake.
I''ll try to explain my problem as good as possible.
I try to implement a page where a profil is shown, this is searched by
ID.
within this profil page I want to include the comments that refer to
this profil.
In the back I have to database tabels, the one