similar to: Where are older packages?

Displaying 20 results from an estimated 7000 matches similar to: "Where are older packages?"

2007 Dec 15
1
Regression in wine 0.9.49
Hi just noticed a regression in wine 0.9.49 (compared versus 0.9.47). One program (altera Quartus II) uses the computers NIC in order to verify the software license. In wine 0.9.47 the program correctly identifies the computer NIC, so validation works. In wine 0.9.49 the program does not find any NICs, so license validation doesn't work. Downgrading to 0.9.47 brings back this funtionality.
2011 Jul 07
5
Instaling Sage Retail 2011 not sucessfull
Hi, I'm new at Wine and Ubuntu, so please have some patience with me. I've tried to install Sage Retail 2011 with wine but the installation fails. The Terminal shows this: Code: bruno at bruno-Aspire-1680:~/Transfer?ncias$ wine /home/bruno/Transfer?ncias/SetupSageRetail2011.exe fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 fixme:advapi:LsaOpenPolicy
2008 Mar 25
9
Autodesk applications (AutoCAD & Civil 3D)
Hello, My questions are about Autodesk applications (AutoCAD 2008 & Civil 3D 2008). The main problem is that I can not install them to wine. When I insert CD, and on terminal type: Code: wine setup.exe I'm getting this messages: Code: zarko at zarko-pc:/media/cdrom$ wine setup.exe fixme:process:IsWow64Process (0xffffffff 0x33feb4) stub! zarko at zarko-pc:/media/cdrom$
2008 Jun 18
2
YUM and installing older versions of software.
How does one specify a particular version of a software package to yum to install? Is this even possible? What happens to superceded pacjkages in repos? Are they simple removed/discarded? yum install package-X.Y.Z-A.el5 ??? The reason I ask is if a yum update goes awry for some reason then how does one revert to the previous (working) version? I seem to recall that up2date had a feature
2008 May 03
2
Name resolution error help needed
Hello, I've checked the FAQ and followed steps I can find there. I made sure my /etc/hosts is correct as in the FAQ. I tried complete uninstall/reinstall of Wine and data. Iceweasel and all other normal linux programs work fine to resolve addresses. WoW under Wine works fine. Fresh install of Firefox for Windows only works under Wine if I use a IP address instead of a hostname, so Wine
2006 Feb 01
1
wine install failure after reqression tests
I am not sure what happened but while doing regression tests something changed on my system that prevents wine from installing. I can only run wine from the tree via ./wine. During regression testing I was making copies of the the compiled source tree at the some of th testing points to save the compile time on the next time I have to do a regression test. I may have installed and uninstall a
2005 Apr 21
1
libwine 20041019 needed
Hello, I am deinstalling wine and reinstalling at the 20041019 level. I'm running the 2.6.11.7 kernel with the debian distribution. In Aptitude I need to reinstall wine, winetools and libwine. I can find the 20041019 version for everything except libwine. I think libwine must be known by a different name in the rest of the *nix world. I am downloading the RH9 RPM from
2006 Jun 17
2
failure of status 127
With 32bit etch debian, following an yesterday: #aptitude update (and upgrade) Daniel: As you migth remember, I got the error "failure of status 127" as on last June 10 (on that occasion following apt-get update and upgrade) At that time the remedy was: #apt-get remove libwine followed by #apt-get install libwine Now I prefer aptitude or dselect, so that yesterday #aptiture update
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
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
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
2005 Apr 05
4
problems with libwine.so.1
Dear list, I try to get wine to work under Ubuntu Hoary but failed. The installation seems to be ok, but if I try to run wine it gives me the following error-message: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory I've installed the following over synaptic (ubuntu universe): wine, winesetuptk, wine-utils and libwine After
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
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
2010 Dec 08
2
Bug in nested transactions in rails 2.3.x
Hello! According to ActiveRecord transactions documentation, User.transaction do User.create(:username => ''Kotori'') User.transaction(:requires_new => true) do User.create(:username => ''Nemu'') raise ActiveRecord::Rollback end end User.find(:all) # => Returns only Kotori But I get both records in database (tested on
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
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
2007 Oct 23
2
wine-0.9.47 broke Morrowind
Upgraded to wine-0.9.47 via Debian-Etch Synaptic Package Manager. Elder Scrolls III - Morrowind no longer launches. I have the following kernel: Debian Etch 2.6.18-4.k7 And I receive the following output: ---------------------- jeff at moe:~/.wine/drive_c/Program Files/Bethesda Softworks/Morrowind$ wine morrowind.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in
2024 Jun 06
1
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
On Thu, 6 Jun 2024 13:33:04 +0200 Havany via samba <samba at lists.samba.org> wrote: > - Classisupgrade is destructive for the NT4 Domain, but we can keep > data of the old NT4 Domain and we can rollback to this with ours > Ansible playbooks. We will loose all change between migration and > rollback and we will improve a possible long downtime. > > - With "Big
2008 Apr 19
2
[LLVMdev] CodeGen fails for CallInst with label
On Sat, Apr 19, 2008 at 2:16 PM, Chris Lattner <sabre at nondot.org> wrote: > No. The reason we don't allow this is because it violates the CFG. So if I *don't* violate the CFG, would I still need to do something close to "big and nasty"? ; save the address of %otherPath to use later call @llvm.checkpoint(label %otherPath) ; trick the rest of the compiler to