Displaying 20 results from an estimated 700 matches similar to: "SOLVED -"
2010 Oct 08
1
kmod-kvm for custom CentOS 5.5 kernel
Hello all!
I have actual need to build a custom kernel.(Have to change Preemption
model to 'server' and turn off Preempt the big kernel lock, ect) I have heard
bits and pieces about these changing defaults in newer kernels but I haven't
investigated that yet.
This of course is not a problem at all, made my needed changes to the source
code and successfully build both the standard
2010 Oct 13
0
SOLVED - wrong subject : kvm-kmod CentOS 5.5 - sorry
Kenneth M DeChick
Linux Systems Administrator
Community Computer Service, Inc.
http://www.medent.com
kend at medent.com
Registered Linux User #497318
-- -- -- -- -- -- -- -- -- -- --
Schshschshchsch.-- The Gorn, "Arena", stardate 3046.2
.
This message and any attachments may contain information that is protected by law as privileged and confidential, and
is transmitted for the sole use
2007 Aug 02
3
ioemu/xenfb
Hi folks
There are two components, which are currently not included in the main
utils package: ioemu, xenfb. ioemu is currently shipped in its own
package, xenfb is not shipped at all.
Should we fold them into the main utils package for simplicity?
ioemu adds 300k to the package and 4300k in one dependency
(libsdl1.2debian). xenfb adds another 200k to the package and 200k in
one dependency
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi
Have this helper method inside a sites_helper.rb module
def distritos
[
['0', 'Todos'],
['1', 'Aveiro'],
['2', 'Beja'],
['3', 'Braga'],
['4', 'Brangança'],
['5', 'Castelo Branco'],
['6', 'Coimbra'],
['7',
2008 Feb 07
1
Kernel compiling troubles (ABI checking)
Hi, I'm having a problem compiling the kernel as a normal user (don't know
if not being root is the problem or not).
What is ABI? I can compile with the flag --without kabichk, but I don't
know if really is that the solution or not.
The package build stops at this point:
+ echo '**** kABI checking is enabled in kernel SPEC file. ****'
**** kABI checking is enabled in kernel
2007 Dec 04
1
Can't build CentOS 5.1 kernel from source
I pulled down the kernel-2.6.18-53.el5.src.rpm source to build my usual
custom kernel (adds NTFS wwrite support) and it does not build. Whether I
include the NTFS or just build from the source with no changes (other than
make oldconfig and adding the # x86_64 line), I get this error every time:
Building modules, stage 2.
+ mkdir -p /var/tmp/kernel-2.6.18-53.el5.nx-root/usr/lib/debug/boot
+
2007 Jun 21
2
Error when trying to run expense program
Guys, I m trying to get up to speed on Rails via the Apple tutorial
at:http://developer.apple.com/tools/rubyonrails.html
Problem is when I try and access localhost:3000/expenses I get the
following error. It may be a breeze for you to figure out but since I
dont know jack about rails it seems cryptic to me. Application.rb seems
to be very similar to the database.yml file.
I''m running
2003 Oct 21
1
Why does fstab fail when command line mount works?
Okay; I'm stumped. My old boss just asked me a question, and I thought I had
an easy answer, but nooooooooo. I also apologize if this has been hashed
out, but I'm unable to find the answers after several pages of Google hits.
Anyway, if I try to do this:
mount -t smbfs -o username=kend,password=blah,workgroup=xanoptix
//freedom/kend /mnt/smb/
from the command line, it works fine.
2009 May 27
1
kABI-tracking kmod-xfs for CentOS-4 (Was: Preventing hour-long fsck on ext3-filesystem)
On Tue, May 26, 2009 at 1:51 PM, Tru Huynh <tru at centos.org> wrote:
> On Tue, May 26, 2009 at 08:16:42AM -0700, Akemi Yagi wrote:
>> Here is the updated version:
>>
>> http://centos.toracat.org/kmods/CentOS-4/xfs/SRPMS/
>>
>> Please discard the obsoleted ones (I did not bump the version/release
>> number). ?Let me know when your binaries are ready for
2013 Mar 09
0
CEEA-2013:0485 CentOS 6 kabi-whitelists Update
CentOS Errata and Enhancement Advisory 2013:0485
Upstream details at : https://rhn.redhat.com/errata/RHEA-2013-0485.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
38fc59ea17e6fb9838ef53e5e16a7ea67e3c575ff210d01dc29ecedf4602b900 kabi-whitelists-20130129-1.el6.centos.noarch.rpm
2006 Aug 18
1
Migration crashes when using braces to delimit blocks
Hi,
I have been using a bit of ruby here and there for scripting jobs for a year
or so, and more recently have started dabbling in rails. I was wondering if
anyone can help me with a strange behaviour I am getting when trying to run a
migration. If I delimit a block for the create_table method with braces, the
migration crashes, whereas the exact same code with the braces replaced by
2007 Feb 12
1
Invalid char problem
Has the problem with corrupted .rhtmls (invalid characters) been solved
so far?
I would like to use ferret and acts_as_ferret on Windows XP. I have
installed 0.10.9 (mswin32) which still seems to have the problem.
I am receiving error messages like:
compile error
C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:2:
parse error, unexpected
1997 Apr 01
0
R-beta: Re: R-alpha: My two problems
On Tue, 1 Apr 1997, Jim Lindsey wrote:
> Neither setting environment nor command
> line change memory size as given by gc(). However, if I give too small
> or too large a value on the command line, it tells me that it is
> invalid and is ignoring it!?? I repeat that when I recompiled changing
> the default size, gc() changed its values. Am I misunderstanding
> something?
I
2009 Apr 13
4
Building a kernel without kabichk
I?m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk. I have
downloaded the sources, installed the compiler, etc and ran the following
command
rpmbuild -bb --target=`uname -m` --without kabichk --with baseonly
--without debug \
--without debuginfo kernel-2.6.spec.
I had modified the .SPEC file according to the WIKI page
http://wiki.centos.org/HowTos/Custom_Kernel
I have NOT
2006 Mar 29
1
schema dump corrupts date defaults in mysql
Hey, looks pretty messy out here the last two days...so please let me know
if this is known, or if you can confirm.
Just upped to Rails 1.1. When I run `rake test` I get:
rake aborted!
./db/schema.rb:17: parse error, unexpected kEND
./db/schema.rb:21: parse error, unexpected $, expecting kEND
(See full trace by running task with --trace)
Uggly. In schema.rb:
t.column
2007 May 28
2
helper with block compile error
HI,
i''m trying to write a helper that replaces link_to_remote that
accepts a block but it gets a compile error in the template:
I don''t know what I''m doing wrong... TIA
# application_helper.rb
def link_block_to_remote( options = {}, html_options = {}, &block)
concat(link_to_remote(capture(&block), options, html_options),
block.binding)
end
# in
2009 Oct 23
2
Deployment syntax error: fine in dev - what's happening?
I''m deploying an app (using Capistrano) to a staging server prior to
final deployment. The app runs fine in dev, but in staging it throws a
syntax error. How can that be?
The error is:
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'':
/Library/WebServer/staging.givetothem.co.uk/releases/20091023133654/app/controllers/bulkimport_controller.rb:32:
2006 Mar 17
6
Problem with ruby 1.8.4 One-Click Ruby Installer on windows
Hi!
Previously i had ruby 1.8.2 (One-Click Ruby Installer) installed, but
the rdoc and plugindoc didn''t work, so i decided to install ruby 1.8.4.
I had uninstalled ruby 1.8.2 (uninstaller deleted the whole ruby folder
with radrails and everything, just great) and installed One-Click Ruby
Installer 1.8.4-16 preview3.
Then installed rails, rmagick, radrails, created docs for trunk
2011 Sep 16
0
CentOS 6.0 Heartbeat missing logd??
Hello list,
Working on migrating my existing High-Availability setups from CentOS 5.3 to 6.0, both x86_64. I generally setup a fairly simple 2 node active/passive cluster using DRBD , Heartbeat, and Pacemaker. Use these clusters to run our proprietary Medical software plus a few key services ( openvpn , Digi PortServer Daemon, etc.). I had a procedure in place for doing all of this under 5.3
2010 Jun 17
1
syntax error, unexpected kEND, expecting $end
I get this error
/Users/sopira/rubydev/hello/app/models/spracovatel.rb:5: syntax error,
unexpected kEND, expecting $end
on the 5th line of the code, which has got just (and only) 5 line:
CODE:
Class Spracovatel
def spracovat
return 5
end
end
What can cause this error?
After digging all the internet I have not found any idea.
Maybe here.
Thanks,
Michael.
--
You received this message