Displaying 20 results from an estimated 2000 matches similar to: "Updates to cucmber-vhost - guineapigs wanted! :)"
2009 Apr 19
1
Cucmber: Mysql::Error: query: not connected: ROLLBACK
Hi,
I ran in trouble with unexpected rollbacks using cucumber 0.3.0.
My feature-file looks like
Scenario: Create Valid Item
Given I start
and the step is
Given /^I start$/ do
get "/items"
end
In my log/test.log I get
SQL (0.2ms) SET NAMES ''utf8''
SQL (0.2ms) SET SQL_AUTO_IS_NULL=0
SQL (0.1ms) BEGIN
Processing ItemsController#index
2010 Sep 10
2
KVM guest creation - no manual interference
Hi
I've looking for a way to create KVM virtual machines completely automated
without the need to interact with guest operating system during
installation.
With ubuntu-vm-builder is possible create the guest, list packages to be
installed and scripts to be run. Is there a way to do something like it with
libvirt?
Thanks!
__
Lucas Arbiza
email: lucas.arbiza at gmail.com
celular: +55 (55)
2007 Aug 15
1
yum update fails, cobbler check fails
Hi,
I'm running Centos 5 on an IBM x3550 series server with kernel version
2.6.18-8.el5 #1 SMP, dual xeon, 9GB ram system.
When I run yum update, I get this error:
--> Running transaction check
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package:
nfs-utils
--> Finished Dependency Resolution
Error: Missing Dependency: libevent-1.1a.so.1()(64bit) is needed by
2009 Apr 22
1
[PATCH server] cleanup cobbler and put all cobbler traffic on the admin network
This set the cobbler modules dns/dhcp to dnsmasq, removes a duplicate ip replacement in /etc/cobbler/settings, and sets the ip address to the admin network instead of the guest networkwhere it should've been in the first place.
---
installer/modules/ovirt/files/modules.conf | 4 ++--
installer/modules/ovirt/manifests/cobbler.pp | 16 ++++------------
2 files changed, 6 insertions(+),
2008 Dec 03
3
Intermittent Cucumber exception
Hi
Anyone recognise this exception, and know what causes it to happen
occasionally?
Thanks
Ashley
Scenario: new story appears on
feed # features/descriptions/
story_notification.feature:12
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/cucumber/
broadcaster.rb:15:in `write'': Bad file descriptor (Errno::EBADF)
from
2009 Apr 27
2
uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE
I''m just starting on BDD. I installed the gems for webrats and
cucumber.
I also ran the following in the Ruby shell:
>rake gems:install RAILS_EN=test
>script/generate cucumber
These commands seemed to create the expected features and lib folders
in my project.
I''m using the eclipse framework with Aptana and RadRails as my IDE.
However, when I run:
>cucumber features
2009 May 01
2
Plugin to generate text logs using cucumber.
Hi,
I was able to run the scenarios using rake features in cucmber,
All the respective results are displayed in colour in std output.
is there any plugin using which i can capture these results(that are
generated at run time).
Please let me know the procedure to capture these logs in to a files.
--
Posted via http://www.ruby-forum.com/.
2009 Nov 18
1
undefined method `register' for Polyglot:Module
Getting this error. I have the treetop, polyglot, and rspec libraries
in the load_path (not installed as a gem). Any ideas? What defines
the register method?
/home/jvandyk/dev/web/wpn_rails/../../rcommon/lib/test/treetop/lib/treetop.rb:16:
undefined method `register'' for Polyglot:Module (NoMethodError)
from
2009 Jul 02
2
How to install ovirt in working environment?
Hello,
I have the following question.
How to install ovirt in working environment?
Details:
I want to install ovirt server on a physical host with Fedora 10 (Intel,
no VT).
I installed rpms from ovirt repo as stated on website.
I allready have ipa, cobbler, dns, dhcp, nfs, two networks and such set
up and working. I want to preserve this setup. The host I am installing
ovirt on is ipa
2010 Apr 09
2
Cobbler import files with rsync error
Hi all,
I'm trying to import in image into Cobbler (working with this:
https://fedorahosted.org/cobbler/wiki/UsingCobblerImport) but keep on
getting the following error:
total size is 322467472 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1042) [sender=3.0.7]
Command failed
I mounted an ISO image and started the import as
2011 Mar 28
6
cobbler installation of CentOS-5.5
I'm trying to install CentOS-5.5 on my new HP micro-server,
which has no CD drive.
I've set up cobbler and cobbler-web on my old server,
and can access cobbler-web from my laptop.
I have 3 queries about the installation.
1. Is there any advantage is using the 64-bit CentOS
rather than 32-bit?
2. The CentOS OS seems to be available in 7 or 8 CDs.
(I tried downloading the DVD ISO with
2012 Feb 02
1
Missing files with rails generate cucumber:install
when ranning cucumber:install
and generate me this files
<code>
create config/cucumber.yml
create script/cucumber
chmod script/cucumber
create features/step_definitions
create features/support
create features/support/env.rb
exist lib/tasks
create lib/tasks/cucumber.rake
gsub config/database.yml
gsub config/database.yml
force config/database.yml
</code>
im searching for the
2009 Mar 18
2
Cucumber failing with ''uninitialized constant Spec::Ruby''
I''ve just upgraded RSpec to 1.2 on a Rails 2.2.2 app.
rake features fails with the following error:
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:442:in `load_missing_constant'': uninitialized constant
Spec::Ruby (NameError)
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/dependencies.rb:77:in
2009 Aug 11
1
[PATCH server] remove appliance bits
This removes the appliance configuration bits from the installer and associated files since it has been deprecated
---
installer/modules/ovirt/files/cobbler-import | 6 -
.../modules/ovirt/files/ovirt-appliance-setup | 4 -
installer/modules/ovirt/files/ovirt-storage | 73 ----------
installer/modules/ovirt/manifests/appliance.pp | 152 --------------------
4 files
2009 Feb 03
3
Rcov - Specifying rake tasks
I am trying to get a customized rcov rake task working. What I have so
far looks like this:
desc "Rcov code coverage reports"
require ''rcov/rcovtask''
require ''spec/rake/spectask''
require ''cucumber/rake/task''
task :rcov => "rcov:all"
namespace :rcov do
Rcov::RcovTask.new(:all) do
task :rcov =>
2009 Apr 24
1
Wiki Access Request for Java How To's
Hello,
My name is Sean Gilligan (wikiname: SeanGilligan) and I'd like to
contribute to the CentOS wiki.
Initially I'd like to do some documentation for Java (OpenJDK) on CentOS
5.3. I've used Fedora for years, but am getting tired of the
obsolescence that keeps happening. I'm also very excited about having
an integrated Java that I can use for actual server deployments. I
2011 Jan 01
4
automated remote cloning
Good morning/day and Happy New Year.
We have a geographically distributed environment (marketing speak: cloud) where we regularly need to migrate individual systems to new hardware (for bigger disks or for better geographical placement, for example). We currently use Cobbler to do our base installs automatically and I am now looking at integrating Clonezilla with Cobbler. The goal is take an
2009 Sep 16
1
Problems while loading 'spec/stubs/cucumber'
Rodrigo Flores wrote:
> Hi
>
> I''m reading the rspec book and I''m having problems when I require the
> file ''spec/stubs/cucumber''. When I go to an IRB prompt and type
> require ''spec/stubs/cucumber'' after requiring another libraries [1] I
> get the false in ''spec/expectations'' and an error in
>
2007 Dec 26
7
Thank you puppet!!
I''ve been hacking at puppet for the past week or two, and came up with
some great stuff, but I''m wondering if there''s a way to tie it all
together
To create a virtual machine for our company''s QA environment, I''m
currently doing 3 things:
#create a vm
node vmsvr2 inherits default {
include vmserver
vmserver::vm {
2008 Dec 02
4
Using Cucumber with latest Webrat
I added cucumber to my rails project using the following commands:
git submodule add git://github.com/aslakhellesoy/cucumber.git \
vendor/plugins/cucumber
ruby script/generate cucumber
git submodule add git://github.com/brynary/webrat.git \
vendor/plugins/webrat
git submodule add git://github.com/dchelimsky/rspec.git \
vendor/plugins/rspec
git submodule add