Displaying 20 results from an estimated 200 matches similar to: "Centos 4.1 running in domU Mysql won''t start"
2007 Oct 26
3
Binaries for AIX 5.1
Hi,
I'm looking for binaries of Samba 3 for AIX 5.1
The ones availables on Samba's FTP (
http://us3.samba.org/samba/ftp/Binary_Packages/AIX/ ) are given for AIX
5.2 or 5.3 (what is said in the README)
I found references to 3.0.21 packages (like in this message
http://lists.samba.org/archive/samba/2006-January/116792.html ) that had
existed, but this one is no longer avaible :(
So, do
2007 Dec 02
5
Xen PV drivers for FreeBSD
Hello,
Does anybody know something about Xen PV drivers for FreeBSD?
As far as I know there are no stable
Xen PV-drivers for FreeBSD at the moment.
But what about experimental drivers?
Please, if you have any information
about this, tell it.
I think it would be interesting not only
for me but for all who runs HVM domains
FreeBSD.
And the second question.
I run FreeBSD in domUs
2006 Jun 12
1
Exporting LVM device to domU
Hi there,
I'm using xen-3.0.2.2-86.1_rhel4.1 on a Redhat AS 4 update 1 for i386.
When I create a new domU with the following conf file, everything is ok:
##BEGINNING##
kernel = "/boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1"
ramdisk = "/boot/initrd-2.6.16-xen3_86.1_rhel4.1.img"
builder='linux'
memory = 1024
name = "myvm"
vcpus = 8
vif = [
2007 Sep 27
2
Virtual switches
Hi,
[1]
Are there guides for setting up a virtual switch for use in between
guest domains in Xen ?
[2]
In Xen, is it possible for a guest domain to perform a initial dhcp IP
lookup from another guest domain ?
How are the configurations like ?
Are there references or step procedures ?
Kindly advice.
Thanks.
_______________________________________________
Xen-users mailing list
2007 May 24
3
[HOWTO] Xen 3.1.0 on Debian etch amd64
Hello,
attached is a little guide (in mediawiki notation) how to cleanly
install xen 3.1.0 on debian etch amd64.
Suggestions welcome!
Regards,
Bjoern
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Feb 14
4
Problem with p2v - device /dev/ida/c0d0p2
Hello,
I''m doing one emergencial migrate for one very old machine, because we
will have one IMPLOSION (!!!) very close from here, and I''m thinking
that this old IDE disk will not survive... :-/
[root@registro-2 /root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ida/c0d0p2 3.8G 2.3G 1.4G 62% /
/dev/ida/c0d0p8 26G 20G 4.4G 82% /data
2006 Dec 11
10
Dom0 network problem
Hello.
I''ve just started with Xen and configuring Dom0.
My hardware is Core2Duo based Xeon server and I installed Debian etch
for amd64 architecture. The Xen related pachages installed are the
following.
linux-image-2.6.17-2-xen-amd64
linux-modules-2.6.17-2-xen-amd64
xen-hypervisor-3.0.3-1-amd64
xen-tools
xen-utils-3.0.3-1
xen-utils-common
My problem is that when xend is
2005 Sep 27
6
Memory and other settings for xen server, help needed....
Hi all,
i have a question. I''m going to setup a Xen server for a client.
It''s going to serve about 25 clients.
It''s a Athlon 64 3200+, which currently runs Debian i386-stable and xen
2.0.7
until Xen 3.0 is stable enough, and then i''m gonna replace it with
Debian amd64-stable and Xen 3.0.
The Xen dom''s consists of:
Samba , file printer sharing most
2007 Apr 13
3
rspec on rails won''t install
Hi:
This command:
svn co svn://rubyforge.org/var/svn/rspec/tags/REL_0_9_0/rspec_on_rails/vendor/plugins/rspec_on_rail
Gives me this output:
svn: URL ''svn://rubyforge.org/var/svn/rspec/tags/REL_0_9_0/rspec_on_rails/vendor/plugins/rspec_on_rails''
doesn''t exist
If I go the ''script/plugin install'' route, I get "Export complete."
Anybody know
2006 Aug 07
0
integration test won''t run
Im trying to write and run integration tests in my app, but they keep
failing with an error like "uninitialized constant IntegrationTest"
secificly:
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/
active_support/dependencies.rb:123:in `const_missing'': uninitialized
constant IntegrationTest (NameError)
I tried creating a fresh rails app and was able to run an
2006 Jul 10
0
Paypal gem issues Webrick won''t boot :(
I installed the paypal gem and downloaded the plugin as instructed at
http://dist.leetsoft.com/api/paypal/ When the plugin is in the
vendor/plugins folder WEBrick refuses to start. No error messages, just
"=> Booting WEBrick..." then back to my prompt.
Do I have to declare the plugin someplace or something?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 24
1
meantime_filter won''t pick up my missing methods
<code><pre>
module Scope
protected
def method_missing(method_id, *arguments, &block)
if method_id.id2name =~ /^scope_([_a-z]\w*)_to_([_a-z]\w*)/
scope_model($1.singularize.capitalize, "#{$2}_id", &block)
else
super
end
end
def scope_model(klass, foreign_key, &block)
eval(klass).with_scope({
:find =>
2006 Jul 31
0
validates_confirmation_of won''t work
Hello folks, this is the first time I''ve written to this forum. If
there''s already a topic on this, forgive me but the search isn''t working
right now.
I seem to have a problem validating confirmation of a password. The
first two snippets are some model code and some test code that work just
fine:
----------------------------
class Challenge < ActiveRecord::Base
2006 Jun 14
2
script/generate --pretend; Won''t
Cannot pretend:
> ruby script\generate --pretend controller entryform index
Couldn''t find ''--pretend'' generator
I just wanted to see what files it would generate...
Warren Fred
2006 Jun 21
1
WEBrick won''t answer
Hi
I''m starting with RoR, trying to get things working. I''m following the
onLamp tutorial for my first steps. At the point where i''m supposed to
start the server for the first time i''m not getting any further. WEBrick
seems to work:
=======================================
Microsoft Windows XP [versie 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
2006 Jun 28
2
hash value won''t increment with =+ operator
I have a database of bookmarks and tags, and want to count the number
of bookmarks each tag is assigned to, for example: user "tyler" has
the tag "concerts" on 15 out of his 30 bookmarks. This code:
hash = Hash.new("0"); @user.tags.each do |t|
@user.bookmarks.each do |b|
x = 0
if b.tags.include?(t) then
hash[b.id] =+ 1
puts "hash is #{hash}
2006 May 29
1
Server won''t start
Hi,
I have the demo "depot" running on my windows XP computer.For some reason I try to start the server. I select the server, click the green arrow, but it only displays the red button not the yellow restart that indicates that the server is running, along with the status message changing from stopped to running.
What have I done or ?
Jim
-------------- next part --------------
An HTML
2006 Apr 13
0
Re: One model won''t work like the others, generating weird e
Rails assumes tables that have a column called type are using a single inheritance pattern. For example, if you had a model called Article and then had a model called News and another called Feature that both inherit from Article. You can use a single table to represent both child types data. The type column tells rails which model should be used to create the object.
sean
-----Original
2006 Apr 30
4
renamed partial won''t render?
hi all
this works
<%= render :partial => "admin/works/work", :collection =>
@artist.works %>
but this doesn''t
<%= render :partial => "admin/works/worklist", :collection =>
@artist.works %>
even though the partial _work.rhtml and _worklist.rhtml are identical.
worklist.rhtml throws
undefined local variable or method
2007 Dec 20
2
0.24.0 won''t start
Hi,
I am having a problem where puppetd won''t start on one of my RHEL 5
machines with the --listen option enabled. 0.23.2 seems to run fine but
0.24.0 dies leaving the pid file still there.
I installed puppet using the latest gem from reductive labs. It works
fine on what is meant to be an identical system.
I tried running strace and it seems to exit after trying to write to a
bad