Displaying 20 results from an estimated 2000 matches similar to: "Centos 5 on i586"
2007 Dec 30
1
VIA C3 support for CentOS 5? (i586 kernel)
Hi all. Decided to upgrade an old Slackware 10 box I had. The box is
running a VIA C3 processor and apparently doesn't support the cmov
extension that most i686 processors do. As a result I cannot install
CentOS 5.
I discovered a few posts from way back in April:
http://lists.centos.org/pipermail/centos/2007-April/079352.html
2006 May 24
2
Gallery2 integration
Is anybody working already in a gallery2/rails integration?
I need to use it as part of my project, so, before start from scratch
with it I''d like to know if already is something out there.
Thanks.
2006 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table..
so ive tried this:
class ApplicationController..
session :off
end
class AccountController
session :only, :login
end
and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi,
I''m trying to call a remote function when a combobox option is selected,
passing as an argument the current value of the combobox (paramenter
"panel_id":
<select id="server_interface_jack_switch_panel"
2006 Aug 10
1
reusing previous code
Hi,
I have a couple of controllers, views, models and mailers for a given
functionality (for example, user registration). ?what is the best way to
share them between multiple applications so that I don''t have to copy them
over and over again?
Thanks.
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi,
I'm running the following command for a remote host backup:
/usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z
--no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/*
--exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/*
--exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/*
--exclude=/home/gentoo/* --exclude=/mnt/*
2006 Apr 28
4
Existing Tabs Helper?
Hi.
I''m going to start writting an ajax "tabs"" helper, but before starting to
reinvent the wheel (and in order to avoid DRO : don''t Repeat
Ourselves :-) ) I wish to know if there is any project for this already.
Thanks.
2009 Sep 30
2
[LLVMdev] long double type on ARM
Hi Bob!
I could not find llvm file for ARM target in llvm-gcc 4.2 front end source code.
$llvm-gcc-src/gcc/config.gcc file
alpha*-*-*)
cpu_type=alpha
need_64bit_hwint=yes
# LLVM LOCAL begin
out_cxx_file=alpha/llvm-alpha.cpp
# LLVM LOCAL end
;;
...
arm*-*-*)
cpu_type=arm
extra_headers="mmintrin.h"
;;
...
i[34567]86-*-*)
cpu_type=i386
# LLVM LOCAL begin
2011 Jun 04
1
Proposed Wiki Edit - CentOS on i586
Hi all;
Some of you may have seen on -devel that I've been playing with CentOS
5 on an i586 machine, and several people have displayed interest in
the steps I've taken to compile a kernel and deploy it.
I'm not quite sure where this would best go, so any guidance would be
appreciated. I was guessing that
http://wiki.centos.org/Projects/CentOS5PentiumSupport would be the
best location
2009 Sep 30
0
[LLVMdev] long double type on ARM
That is from 2.5, and just because there is nothing special listed in
config.gcc does not mean it doesn't work. For 2.5, the ARM port of
llvm-gcc did not require a separate llvm-arm.cpp source file, so
nothing needed to be added to config.gcc. It worked fine as far as I
know.
For 2.6, you will see that there are some ARM-related changes to
config.gcc in llvm-gcc.
On Sep 30, 2009,
2006 Jul 18
7
Observer not working
Help please.
I''m trying to observe a User class, but I can''t get this to work, the
after_create method never gets called... (the breakpoint never gets
called)
app/models/user_observer.rb:
class UserObserver < ActiveRecord::Observer
def after_create(user)
breakpoint
setting =
2006 Feb 28
1
Crazy excludes
I'm stuck!!!
Look this command line log:
-bash-2.05b# pwd
/usr/backups
-bash-2.05b# ls
.backup.gaia.sh.swp backup.gaia.sh
------------------------------------------------------
#NEXT COMMAND IS ENTERED BY HAND IN THE SHELL
-------------------------------------------------------
-bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*'
localhost:/home/
2005 Dec 27
6
Best Environment for development
This is a newb question, and probably one that is a matter of taste
more than objective merit.
I''m working on a home server, running Linux [FC 4], hosting a website
[look for generocities.com shortly]. I have a delightful new Windows
XP Pro Dell Inspiron 9300 laptop.
What would the community recommend for the environment in which I develop?
I don''t mean technologies like RoR
2011 Jan 07
7
Don''t mount hardware performance counter using xenoprof
Hi,
I want to use xenoprof to profile the overhead of the hypervisor.
I patched the oprofile-0.9.5 using the patch from xenoprof.sourceforge.net
Debian GNU/Linux 5.0 (lenny)
Xen-4.0.1 + 2.6.32.27 (linux-2.6-pvops.git) Dom0
My platform is Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
My problems are:
In Dom0, But hardware performance counters don''t be mounted
after initialization
2011 Jan 07
7
Don''t mount hardware performance counter using xenoprof
Hi,
I want to use xenoprof to profile the overhead of the hypervisor.
I patched the oprofile-0.9.5 using the patch from xenoprof.sourceforge.net
Debian GNU/Linux 5.0 (lenny)
Xen-4.0.1 + 2.6.32.27 (linux-2.6-pvops.git) Dom0
My platform is Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
My problems are:
In Dom0, But hardware performance counters don''t be mounted
after initialization
2006 May 12
1
ActionMailer without rails
Hi.
Could someone post here a simple example of sending a mail throught a
smtp server from ActionMailer but *outside* rails??
I mean, a simple script starting with:
require ''rubygems''
require_gem ''actionmailer''
#stuff that sends some text by smtp
I''ve been trying but I can''t get it to work.
Thanks everybody.
2006 May 20
2
Migrate database to a new one using migrations.
Hi,
I''ve an applicattion actually in production wich i wrote in php last
year. Now, I''m working on a new version in Ruby/Rails.
So, can someone tell me how can I generate a migration so that every
time I run it the "data" from the old db get''s copied to the new one??
Note that _I''ve already the schema, I want something that automatically
could
2006 Apr 15
2
Users authentication & Autorization
Hi,
Is there any documentation about this??? any guideline to be started with??
I''m googled a bit, but I can''t find anything relatively serius about this.
Hope someone of you have a GURL (Good URL).
Thanks :-)
2005 Dec 16
1
jedit rhtml autocompletion
Does the jedit ruby plugin have rhtml autocompletion??? (autocompletion
of embedded ruby code and html tags...)
thanks.
2006 Feb 25
1
Why this doesn't work??
Hi.
I can't get to work the excludes in this command:
rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude
'/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/'
--exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude
'/home/msurdi/.thumbnails/' gaia:/ /usr/backups/gaia.0/
The excluded