Displaying 20 results from an estimated 642 matches for "rollbacks".
Did you mean:
rollback
2010 Jun 23
2
problem installing dotnet 2.0
...68 0x9eddcc 0x9eddc0 - stub
fixme:advapi:LookupAccountNameW (null) L"lithium" (nil) 0x9edd98 (nil) 0x9edd9c 0x9edd90 - stub
fixme:advapi:LookupAccountNameW (null) L"lithium" 0xc21848 0x9edd98 0xc27518 0x9edd9c 0x9edd90 - stub
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollb...
2009 Jan 25
3
dotnet20 on ubuntu 8.10
...3b8 0x7dd4b3ac - stub
> fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
> err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTIO...
2011 Jul 07
5
Instaling Sage Retail 2011 not sucessfull
...3c (nil) 0x7ed29340 0x7ed29334 - stub
fixme:advapi:LookupAccountNameW (null) L"bruno" 0x1422b8 0x7ed2933c 0x137268 0x7ed29340 0x7ed29334 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollb...
2011 Feb 19
4
dotnet crashes during installation
...x7cddc0 - stub
> fixme:advapi:LookupAccountNameW (null) L"daniel" (nil) 0x7cdd98 (nil) 0x7cdd9c 0x7cdd90 - stub
> fixme:advapi:LookupAccountNameW (null) L"daniel" 0xc67230 0x7cdd98 0xc53bc0 0x7cdd9c 0x7cdd90 - stub
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:ACTIO...
2011 Apr 11
3
Trying to run WBFS Manager using Wine... help
I am using wine-1.2.3
I have loaded wine, mono, winetricks and the program (WBFS Manager)
All installed and uploaded fine.
The problem is when I try to run the program (wine WBFSManager.exe) is says:
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not
2010 May 26
3
dotnet20 error
...18 0x7cddcc 0x7cddc0 - stub
fixme:advapi:LookupAccountNameW (null) L"kdivers" (nil) 0x7cdd98 (nil) 0x7cdd9c 0x7cdd90 - stub
fixme:advapi:LookupAccountNameW (null) L"kdivers" 0xaba8e8 0x7cdd98 0xabacf0 0x7cdd9c 0x7cdd90 - stub
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollb...
2010 Jul 23
7
fail rollback transaction with manual raise exception
With :
PostgreSQL 8.4 or postgresql-8.3
rails 2.3.4
pg 9.x or pg 8.x
I test this code:
=========================
class NkiBatch < ActiveRecord::Base
Bank.connection.transaction do
bank = Bank.new(:name => "ddsjdsjdsjk")
bank.save!
raise ActiveRecord::Rollback.new
end
end
and this:
=========================
class NkiBatch < ActiveRecord::Base
2007 Apr 08
8
SQLite3 build is broken because calling rollback!() doesn't prevent COMMIT
I know why SQLite3 is broken. This code:
Topic.transaction do |transaction|
transaction.rollback!
end
results in the following database commands:
BEGIN;
ROLLBACK;
COMMIT;
In other words, there is a COMMIT when no transaction is in flight.
MySQL and Postgres are coll with it, but SQLite3 blows up with
indignation.
Recorded as a ticket: http://dev.rubyonrails.org/ticket/8030
2007 Dec 11
3
Transactional/Rollback problems
I''m having a rollback problem with rspec trunk. It doesn''t seem like
rollbacks are happening quite as often as they should be. It
appears as though the rollbacks are *NOT* occurring on the first
description block in a file, but are for the rest. Here is a set of
specs that are failing:
require File.dirname(__FILE__) + "/../spec_helper"
describe "Roll...
2011 May 08
1
Transaction - but no rollback?
Hello,
I''m having trouble with transactions with rails 3.0.3 and mysql 5. I''d
like to import data etl-batch-style:
class Job < ActiveRecord::Base
# ...
def perform_etl
connection.transaction do
extract # some connection.execute / job.update_attribute stuff
transform # some connection.execute / job.update_attribute stuff
end
end
#...
end
2007 Sep 07
3
Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
Hi,
I am deploying a Rails website using Capistrano to a VPS running the
site through Apache and Mongrel.
''cap deploy'' works fine, and mongrels are restarted. When I execute
''cap deploy:rollback'', however, my script fails to restart the
mongrels giving this error:
!!! PID file tmp/pids/mongrel.5000.pid already exists. Mongrel could
be running already.
2012 Aug 15
2
how best to rollback from a yum update?
Suppose I want to upgrade a bunch of packages on a system, but in case the upgrade produces unexpected, undesired results, I want to be able to rollback the system to its original state. What is the best way to do that?
Often, I won't have, or be able to find, packages for the current installed versions. I.e. If I haven't upgraded postgres for 2 years, it may be that I can no longer
2008 Dec 17
1
RPM rollback/repackage with CentOS 4
Hi,
Is there any way to list availabe RPM rollback's and timestamps in CentOS 4?
It's possible to get RPM rollbacks with up2date, but appears that's
deprecated ;-(
# up2date --list-rollbacks
This feature is deprecated and no longer functional
I want a method to list current available rollback and the timestamp:
http://www.linuxjournal.com/article/7034
How do you deal with this feature? Is there any plu...
2012 Jun 22
1
'yum update' rollback or .. ?
Hello,
we have several physical servers (CentOS 5.*) with rather critical applications where (because of stability)
we don't do regularly 'yum update'. In virtualized environemnts (under Vmware)
we do a snapshot, then 'yum update', reboot and if something is wrong we rollback the snapshot.
On physical servers we cannot do that. I have read about rollback option of rpm but not
2007 Oct 08
3
test not rolling back
...ing, I use:
self.use_transactional_fixtures = true
This should cause a ROLLBACK for each test case. If I run a single
file, foo_controller_test.rb, it works as expected. I see BEGIN and
ROLLBACK 8 times in the log files. But if I run:
rake test:functionals
I get 3 COMMITs, 196 BEGINS and 193 ROLLBACKs. The code in fixtures.rb
that deals with this is :
def teardown_with_fixtures
return unless defined?(ActiveRecord::Base) && !
ActiveRecord::Base.configurations.blank?
# Rollback changes if a transaction is active.
if use_transactional_fixtures? &&
Thre...
2011 Aug 23
12
remove a table with migration
HI, guys,
How to remove a table with migration, i saw a drop down method in
migration created file , how can i use that ?
thank you.
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email
2010 Sep 30
3
Cannot destroy snapshots: dataset does not exist
Hello,
I have a ZFS filesystem (zpool version 26 on Nexenta CP 3.01) which I''d like to rollback but it''s having an existential crisis.
Here''s what I see:
root at bambi:/# zfs rollback bambi/faline/userdocs at AutoD-2010-09-28
cannot rollback to ''bambi/faline/userdocs at AutoD-2010-09-28'': more recent snapshots exist
use ''-r'' to
2013 Jun 20
2
[PATCH V2] ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
While adding a file into orphan dir in ocfs2_orphan_add(),
it calls __ocfs2_add_entry() before ocfs2_journal_access_di().
If ocfs2_journal_access_di() failed, the file is added into
orphan dir, and orphan dir dinode updated, but file dinode
has not been updated.
Accordingly, the data is not consistent between file dinode
and orphan dir.
So, need to call ocfs2_journal_access_di() before
2005 Nov 30
3
How to do a rollback
Hi. I''d like to know how can i do a rollback after a
Table.new(params:id)?
thank you
--
Posted via http://www.ruby-forum.com/.
2015 Jun 04
3
[PATCH RFC][Resend] New API: btrfs_convert
Disable the test case temporarily for 2 reasons:
1. Because the default test disk size is 500M, while btrfs convert command think it is too small to convert it(actually, just add 10M or 20M more is enough).
2. Btrfs-progs has may have a tiny bug, when execute the command in guestfish, it report some error, but convert the filesystem to btrfs successfully.
Signed-off-by: Pino Tsao