search for: rollback

Displaying 20 results from an estimated 633 matches for "rollback".

2010 Jun 23
2
problem installing dotnet 2.0
...0x15af38 0x9eddc8 0x15b168 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:...
2009 Jan 25
3
dotnet20 on ubuntu 8.10
...dd4b3b4 0xa76138 0x7dd4b3b8 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...
2011 Jul 07
5
Instaling Sage Retail 2011 not sucessfull
...uno" (nil) 0x7ed2933c (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:...
2011 Feb 19
4
dotnet crashes during installation
...ddc8 0x193e88 0x7cddcc 0x7cddc0 - 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...
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
...0x156a80 0x7cddc8 0x156818 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:...
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 Bank.connection.transaction do bank = Bank.new(:name => "ddsjdsjdsjk") bank.save! raise Exception.new end end and this: ========================= class NkiBatch <...
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 Alex...
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...
2011 May 08
1
Transaction - but no rollback?
...#... end I''m using InnoDB as storage engine and transaction seem to be working so far: If I start a job while being logged in before starting that job, my session is isolated and I don''t see any data. But: If the job fails (exeption) there is data in the database - although a rollback is performed: The rollback itself is logged "SQL (0.1ms) ROLLBACK" - and no COMMIT is logged. Is rails perfoming a "ROLLBACKUP TO SAVEPOINT" instead? How can I make sure, that no data is written, if a ROLLBACK happens? Thanks, yanosz -- You received this message because you...
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. Check your log/mongrel.5000.log for errors. I have a hunch that the error is related to the fact that I link /tmp/ pids int...
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 find a package for the version I am currently running....
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.linuxjou...
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 sure if this is reliable solution. What is your best practise regarding "rollbacking" 'yum update' on physical servers ? Regards Przemyslaw Bak (przemol)
2007 Oct 08
3
test not rolling back
For testing, 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_w...
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 force de...
2013 Jun 20
2
[PATCH V2] ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
...n 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 __ocfs2_add_entry(), and if ocfs2_journal_access_di() failed, orphan_fe and orphan_dir_inode->i_nlink need rollback. Signed-off-by: Younger Liu <younger.liu at huawei.com> Cc: Jie Liu <jeff.liu at oracle.com> --- fs/ocfs2/namei.c | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index f53471d..087c58b...
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
...t, umount); GUESTFSD_EXT_CMD(str_btrfsimage, btrfs-image); +GUESTFSD_EXT_CMD(str_btrfsconvert, btrfs-convert); int optgroup_btrfs_available (void) @@ -2083,3 +2084,31 @@ do_btrfs_image (char *const *sources, const char *image, return 0; } + +int +do_btrfs_convert (const char *device, int rollback) +{ + const size_t MAX_ARGS = 64; + const char *argv[MAX_ARGS]; + size_t i = 0; + CLEANUP_FREE char *err = NULL; + CLEANUP_FREE char *out = NULL; + int r; + + ADD_ARG (argv, i, str_btrfsconvert); + ADD_ARG (argv, i, device); + + if ((optargs_bitmask & GUESTFS_BTRFS_CONVERT_ROLLBACK_BIT...