Displaying 20 results from an estimated 5000 matches similar to: "How current are packages?"
2010 May 30
3
CentOS with Kernel 2.6.32 built-in
I have a Asus laptop, from the new generation, and my network driver is
present in the kernel since version 2.6.32(Jmicron). Is there any CentOS
with this kernel? I tried to compile myself, but I failed. Is a bit harder
than I thought.
Is there any testing version of CentOS or some backports?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Aug 18
2
CentOS 6, Postfix, and Procmail -- how do I get it to work?
What is the trick to get Postfix's local command to pipe mail through
procmail?
I have:
-bash-4.1$ grep allow_mail_to_commands /etc/postfix/main.cf
allow_mail_to_commands = alias, forward
and
-bash-4.1$ cat .forward
|/usr/bin/procmail
and a .procmailrc file:
-bash-4.1$ cat .procmailrc
PATH=/usr/bsd:/bin:/usr/bin:/exp/rcf/share/bin
MAILDIR=/var/lib/amanda/Mail #you'd better
2013 Sep 18
3
pxechn.c32 halting
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:
LABEL Cobbler
KERNEL pxechain.com
APPEND 10.x.x.x::pxelinux.0
Which worked for the previous version, but I started getting an error after
2009 Feb 24
4
Cannot pass id field to ActiveRecord
Dear all
I have a dummy question. The model code as follow:
class User < ActiveRecord::Base
set_primary_key "username"
end
In script/console
user = {:username => "123", :display_name => "345"}
=> {:username=>"123", :display_name=>"345"}
a = User.new(user)
=> #<User username: nil, display_name: "345">
2014 Aug 09
3
CentOS 6.5 printer weirdness...
Ok, it is consistent and repeatable:
*Everytime* I do a routine 'yum update' on the CentOS 6.5 server (64-bit) the
printers (both of them networked laser printers, one an [old] HP Laserjet 4200
and one a [new] Brother MFC-9970CDW), cups loses the ability to print (its
filter chain becomes broken). According to the CUPS mailing list, this error
is 'never' because of of problem with
2008 Dec 10
12
image_tag cannot show picture
Dear all
I am new to rails.
In view, I place the following code, but cannot show the picture in the
webpage
<%= image_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
2010 Jul 20
6
boot process glitch due to missing 2nd disk
I just installed centos on a Dell that used to have 2 internal disks, but I
removed one just before the install. Now when I boot it, it stops and
outputs a message complaining about the missing disk and I have to hit F1 to
get it to continue booting.
Is there some bios setting that is causing this? Obviously, I'd like it to
just forget about the missing disk and go ahead and boot with just
2010 Jan 28
2
How to execute an arbitrary script when a puppetclient ask for a manifest?
Hi,
I would like to use Puppet in the cloud (think gogrid) to configure
stem images.
Virtual machines are created/destroyed on the fly under control of a
load monitor.
For this reason we cannot sign manually new Puppet clients, instead,
we must use Puppet''s autosign feature.
At the moment, Puppet just permits to filter client manifest requests
with some regex over the hostname of the
2009 Jan 13
2
Connect multiple DB in rails project using AR
Dear all
I have a rails project which database connection is defined in
database.yml. There is a table call "servers" which have about 40
records, which is a collection of database setting (i.e. Server.name,
Server.port, Server.host)
I know the way to establish multiple connection as below...
class A < ActiveRecord::Base
end
A.establish_connection(a) # a is the database config
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
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
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
2008 Nov 21
2
How to install the plugin manually?
Dear all
I would like to install plugin auto_complete but failed..
jruby -S script/plugin discover
C:/jruby-1.1.5/lib/ruby/1.8/open-uri.rb:278:in `open_http'': 407 Proxy
Authentication 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:
2011 Mar 03
3
CentOS 4.9
What are the significant changes from CentOS 4.8 to 4.9 on 32 bit?
Anybody take the plunge already on a production box?
2011 Feb 02
4
Blasphemous? any support for a REPO of current edition BIND, et al (e.g., BZ561299)?
Hello CentOS Community Members,
What is RH's be-all end-all justification for staying with an ancient
code base for such important programs as BIND et al?
A similar problem (to BZ561299) was first reported five (5) years ago
on the isc.org mailing list.
Is there any support among the CentOS community for a REPO of current
vintage for such important functions as BIND et al?
That question is
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
I am trying to get amanda backup going on a CentOS 7 system and things are not
working:
sharky4.deepsoft.com% sudo systemctl start amanda-udp
[sudo] password for heller:
Job for amanda-udp.service failed because a configured resource limit was exceeded. See "systemctl status amanda-udp.service" and "journalctl -xe" for details.
sharky4.deepsoft.com% sudo systemctl status -l
2016 Feb 04
7
USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)
I have two computers: both running CentOS 6.7, 64-bit, with
kernel 2.6.32-573.12.1.el6.x86_64. One is a laptop with an 2 core Intel
processor and the other is a desktop machine with a 4 core AMD processor. Both
with selinux enabled.
I have a USB serial port device (a RR-CirKits LCC-Buffer USB). On the desktop
I am getting this error:
sauron.deepsoft.com% sudo minicom
Device /dev/ttyACM0
2008 Nov 18
1
Missing js.erb template
Dear all
I am new to web development, and I am working on some simple ajax
function and got the following error that may need your expert opinions.
Missing template ecpath_app_version/__version_list.js.erb in 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
2008 Nov 28
1
Rails Beginner.. NoMethodError
Dear all
I encounter error when I login my Web application
NoMethodError in AdminController#login
undefined method `get_title'' for #<Class:0x63ac78>
Here is part of my code
controller/admin_controller.rb
def login
session[:user_id] = nil
if request.post?
if User.authenticate(params[:name], params[:password])
user = User.find_by_name(params[:name])
2010 Jan 08
3
Lilo for CentOS 5?
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not
seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller at deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/