Displaying 20 results from an estimated 6000 matches similar to: "Sun + Ubuntu == good for Rails?"
2010 Jun 14
7
OpenSolaris Sparc Xen boot problem
I am running OpenSolaris build 134 on a T1000 (Sparc).
It has been an uphill battle getting this far. Many of the commands I
find in the various documentation won''t work for me.
------------------------------------------------------------
steve@t1000:~# pfexec pkg install xvm-gui
Creating Plan
pkg: ''xvm-gui'' matches multiple packages
2011 Oct 25
4
[LLVMdev] is anyone using the sparc backend?
Chris,
> FYI, I completely agree that we shouldn't remove the sparc target. However, it is currently unmaintained, and has some pretty glaring bugs. Is anyone interested in stepping up to maintain the target?
>
> -Chris
We can not let it die and I volunteer to keep the Sparc alive!
My SPARCstation pizzaboxes can be ready for action in a day or two.
Pawel Wodnicki
> On Oct
2006 Jan 24
9
Constructors
Hi all,
A little question. How can u use an constructor in controller? I would
like to initialize some central stuff before i''m processing the controller.
thanks in advance,
Martijn
2006 Jan 24
5
simple formmail question
I have a few forms that I''d like users to fill out. The results of
the form will be sent to a few addresses.
What''s the least painless way to do this and keep everything DRY?
There''s no database involved. Ideally, I''d like to email the form
questions with the answers inline.
Seems like using ActionMailer and separate email views would be
overkill in this
2011 Oct 26
0
[LLVMdev] is anyone using the sparc backend?
Hi Pawel,
> We can not let it die and I volunteer to keep the Sparc alive!
>
> My SPARCstation pizzaboxes can be ready for action in a day or two.
there are three sparc buildbots which are hooked up to lab.llvm.org. They are
currently idle because no builders have been scheduled to use them:
# gcc54 36G 0.5 GHz TI UltraSparc IIe (Hummingbird) / 1.5 GB RAM / Sun
Netra T1 200 /
2006 Mar 15
10
Question on hardware for site
For a medium-sized website, does one machine for database server
(either mysql or postgres) and another for the web server (lighttpd)
sound ok? How much traffic could I expect to handle? (I know it
depends on the application, but some rough estimates would be nice)
Joe
2006 Feb 28
12
Examples for Money library ?
Can anybody share some examples of their Money implementation ?
I''m trying to setup a Model to use this library, but can''t seem to wrap my
head around how it is exactly supposed to work.
My Model (Foo) looks like:
===============
composed_of :commission, :class_name => "Money", :mapping => [
%w(commission_cents cents), %w(commission_currency currency) ]
Yet, in
2008 Jan 09
1
Sun Fire X4200 M2 / CentOS 5 APIC issues
I had been running CentOS 5 happily on my Sun Fire X4200 M2 systems,
then I upgraded the BIOS and iLOM firmware. Now I'm running into what
seems to be a fairly common problem with newer motherboards. I cannot
boot unless I use the '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
Does Rails perform better-or-worse on different O.S.? Linux, FreeBSD, OpenBSD, Solaris in particular
2006 Apr 06
10
Does Rails perform better-or-worse on different O.S.? Linux, FreeBSD, OpenBSD, Solaris in particular
We''re at a point where we could choose any O.S. for a soon-to-be
launched Rails app server, and are feeling pretty neutral about it.
The choices are Linux, FreeBSD, OpenBSD, and Solaris.
Since Rails will be running everything, I''m wondering if anyone has
seen significantly better (or worse) performance in any of these O.S.
in Rails in particular?
2006 May 26
3
once a day activity
Say I want to send out an email once a day to people who''s name is "Bob".
Would I use script/runner in conjunction with cron? Or is there
another cool(er) way now?
Thanks,
Joe
2006 Jul 29
29
Dynamically generating 10k pages per second
Hi,
Anyone got an idea of how many web and database servers I''d need to
push out 10,000 dynamic pages per second? Fairly simple pages and
database queries. I''d appreciate recommendations for hardware.
The clients for this project are anticipating large amounts of burst traffic.
Joe
2008 Oct 31
0
[LLVMdev] building for sparc-sun-solaris2.10
On Oct 31, 2008, at 1:10 PM, Luke Dalessandro wrote:
> I've started trying by trying to get sparc-sun-solaris2.10 (niagara)
> working. It appears that neither llvm nor llvm-gcc will build natively
> on the system, so I think that I need to build an llvm-gcc cross
> compiler.
Get a gcc binary from someplace, use that to then build it, then
install and use that, presto, done,
2006 Jun 06
14
How can I set the session in a functional test?
Hey :)
I need to simulate a login in my functional test, otherwise I can''t GET nor
POST to the action.
I need to set the session key "logged_in_user_id".
I tried this inside the setup() method:
session[''logged_in_user_id''] = 1
But that throws: TypeError: can''t convert String into Integer
Any ideas?
Thanks,
Rob
-------------- next part
2010 Oct 18
3
remove numbers from string of characters
Greetings
I want to remove numbers from a string of characters that identify
sites so that I can merge two data frames. For example, a site in one
frame is called "001a Frozen Niagara Entrance" whereas the same site in
the other data frame is called "Frozen Niagara Entrance". It seems to me
the easiest thing to do would be to remove the numbers from the first data
2010 May 31
2
Ignoring initial rows in a text file import
I am trying to import a series of text files generated by stimulus
presentation software. The problem that I am having is that the number of
rows I need to skip is not fixed (depending on subject's pretest behavior)
nor is the first row of the data I want always the same (the stimuli were
presented in random order). So I need to bring in the .txt file (using
readLines?), look for the row
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
I am trying to do some research that involves instrumenting LLVM IR,
that I need to test for performance and scalability on a bunch of systems.
I've started trying by trying to get sparc-sun-solaris2.10 (niagara)
working. It appears that neither llvm nor llvm-gcc will build natively
on the system, so I think that I need to build an llvm-gcc cross compiler.
The documentation for building
2010 Apr 15
2
Patch for HP T1000 INTL
I got HP T1000 INTL UPS to work with NUT. Looks like it is more or
less equal to HP T750 INTL. I have only tested USB, not serial.
2006 Mar 12
3
Displaying a Tree
Hi,
Just a request for comments and ideas really. I need to display a Tree
so that users can easily navigate to and from the various branches. I''m
not really sure how best to do this, so I thought I''d ask here in case
anyone had any ideas...
Thanks in advance!
--
Posted via http://www.ruby-forum.com/.
2007 Nov 23
2
xvm NFS install
Hi
I want t create a demU. but I it require me the NFS location.
#virt-install -n xvm1 --paravirt -r 1024 --nographics -f /export/home/xvm1 -s 16 -l /net/t1000-up/software/snv-solarisdvd-x86-77.iso
but during installing, it need NFS server.
But I set NFS location /net/t1000-up/software/snv-solarisdvd-x86-77.iso.
ERROR: You must specify a host
who know what''s wrong?
If I install demU
2006 Feb 24
1
Xen hypervisor on SPARC v9
Hi,
Is there anyone who knows about a Xen port to the SPARC v9 architecture (aka
Niagara or UltraSPARC-T1)? I heard there has been some work on it, but don''t
know where to find detailed information. Your help is very appreciated.
Zhiyi
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel