Displaying 8 results from an estimated 8 matches for "ordway".
Did you mean:
rordway
2008 Jan 09
1
Sun Fire X4200 M2 / CentOS 5 APIC issues
...he 'noapic' kernel option. If I try to boot the
kernel normally, I get the error:
"MP-BIOS bug: 8254 timer not connected to IO-APIC"
I can boot using noapic, but interrupts are *HORRIBLE* with noapic on
the X4200 M2. Here is a system with the new BIOS running with noapic:
[rordway at aphrodite ~]$ uname -a
Linux aphrodite 2.6.18-53.1.4.el5.centos.plus #1 SMP Fri Dec 7
07:05:12 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
[rordway at aphrodite ~]$ cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
0: 149047419 568805 215848 76392 XT-...
2002 Jul 09
1
kernel: Assertion failure in do_get_write_access() ...
I noticed in the archives that there were patches for this
problem, but I've yet to find the patches. Has this been fixed in any of
the released kernel RPMs from Redhat? Right now this system is running
Redhat 7.2. When I can get a maintenance window I'm going to upgrade to
7.3 and I'm hoping there is a standard kernel available that fixes these
problems.
kernel: Assertion failure in
2011 Apr 04
1
KILL THIS THREAD (Re: Centos 6 Update?)
...IT team to
> handle software deployments. I have to do it all myself. I'm not looking
> forward to another OS upgrade, and all the backing up beforehand that
> goes with it. I just don't see what all the fuse is over.
>
> Jim
>
> On Mon, 2011-04-04 at 13:43 -0700, Ryan Ordway wrote:
>> On Apr 4, 2011, at 11:26 AM, David Brian Chait wrote:
>>
>> >> If Karanbir says 3 weeks it takes 3 months. (as well as with CentOS 5.6)
>> >
>> > Well that and we have been a few days away from 5.6 for well over a few months now...
>>
>&g...
2007 May 21
2
question on zenity centos 5
I am trying to use zenity --progress.
When I use this script:
#!/bin/sh
(
echo "10" ; sleep 1
echo "20" ; sleep 1
echo "50" ; sleep 1
echo "75" ; sleep 1
echo "100" ; sleep 1
) | zenity --progress
~
It works fine...
When I use a little program.
for(count = 0; count <= 100; count += 10)
{
2006 Jul 29
9
export to a CSV or XLS file
hello everyone,
Any idea how can i export a resultset from a database to a CSV or XLS
file from the application ? would like the user to have the option to
export selected data to a CSV/XLS file.
Any plugins or libraries avaiable to accomplish this ?
Thanks for your time,
VASU.
--
Posted via http://www.ruby-forum.com/.
2006 May 23
6
How to list all models of an application?!?
How can I get a list of all model classes in the domain of a Rails
application (all models, both in "app/models" and in
components/somedir/model.rb)?
Thanx in advance for your precious help!
Edoardo "Dado" Marcora
2006 Jul 14
8
CAS Authentication filter.
Hi
CAS is a centralized authentication service, and the cas_auth filter can
be installed to automatically make your web application authenticate
against a CAS server. The SVN path to the plugin is
http://svn.ki.se/rails/plugins/cas_auth
and a homepage with some information can be found at
http://opensource.ki.se/casauth.html
For use, just install the plugin in your application and set
2006 Jul 17
0
Is there an example of using "Prototype Window Class'' with rails?
I feel like a bit of an idiot asking this but does anyone have an
example of http://prototype-window.xilinus.com/index.html being used
in rails. Should I try and feed it through page.call using rjh.
Like this:
page.call (''win = new Window("window_id", {className: "mac_os_x",
title: "Sample", width:200, height:150});win.getContent().innerHTML =