Displaying 19 results from an estimated 19 matches similar to: "RSASecurIDToken - returned 1603"
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
Windows authentication extends far beyond the CIFS protocol the Samba
implements, but it only very recently that work has been done to catch
up to Microsoft's extensions in this area. This has caused many
administrators pain and toil that their MS counterparts simply don't
have. For them, authentication 'just works', with single-sign-on and
the lot.
I have worked, for over a
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all,
When I try to install acrobat pro 7.0, I get the following error and
execution stops:
"fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat
Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L"
SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe
Acrobat 7.0 Professional\""
err:msi:ITERATE_Actions Execution halted,
2013 Nov 15
1
Re: Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Matt,
On Fri, 2013-11-15 at 14:05 +0000, Matthew Booth wrote:
> On Fri, 2013-11-15 at 10:47 +0000, Owen Williams wrote:
> > Hello,
> > I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on
> > Fedora 19 64bit via virt-v2v. The command I'm currently using is:
> >
> > virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd
> >
2008 Jul 08
1
Firebug 1.2.0b4 for FF3
The current beta version of Firebug doesn't appear to install on
Firefox 3 on CentOS 5.2, apparently because it's reporting itself as
3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to
3.0b5 and it seems to be working fine for me now.
In case anyone else is interested in testing it, my tweaked version is
available here:
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
Multiple people have now reported that the R installer does not build
with InnoSetup 6 (released last week). The inno log shows this error:
Error on line 12 in src\gnuwin32\installer\R.iss: Minimum NT version
specified by MinVersion must be at least 6.0. (Windows 2000/XP/Server
2003 are no longer supported.)
Compile aborted.
Hence to fix this, the "MinVersion" parameter in
2013 Nov 07
0
[PATCH 3/4] Add SUSE to capabilities db and conf
This adds SUSE and openSUSE capabilities to the virt-v2v.db. It also adds a
SUSE custom package example, and br0 -> default network map example.
---
v2v/virt-v2v.conf | 8 ++++++
v2v/virt-v2v.db | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
diff --git a/v2v/virt-v2v.conf b/v2v/virt-v2v.conf
index fadce17..6574c0a 100644
---
2018 Nov 09
0
Wine release 3.20
The Wine development release 3.20 is now available.
What's new in this release (see below for details):
- Async interfaces and ACF files in the IDL compiler.
- Support for substorage transforms in MSI.
- RPC/COM marshalling fixes.
- Support for Unicode requests in WinHTTP.
- Shell Autocomplete optimizations.
- Various bug fixes.
The source is available from the following
2017 Dec 08
0
Wine release 3.0-rc1
The Wine development release 3.0-rc1 is now available.
This is the first release candidate for the upcoming Wine 3.0. It
marks the beginning of the code freeze period. There have been many
last minute changes, so please give this release a good testing to
help us make 3.0 as good as possible.
What's new in this release (see below for details):
- Direct3D 11 enabled by default on AMD and
2008 Oct 20
0
Today's git won't install DNS10 - IE not found
I have been installing Dragon NaturallySpeaking 10 without using winetricks fakie6.
For weeks, until today, that has worked.
Today nothing works, including winetricks fakeie6.
Here is the entire setup terminal output with fakeie6 installed.
wine-1.1.6-379-g07badc7
fixme:advapi:LookupAccountNameW (null) L"susan" (nil) 0x33f88c (nil) 0x33f890 0x33f884 - stub
2016 Jun 13
7
[3.9 Release] Release plan and call for testers
> The 4.1 release gives us the opportunity to drop support for 3.x
> bitcode formats, so I don't think we should move to 4.x until we have
> older bitcode features that we really want to drop. There should
> probably be a separate discussion thread about this.
It give the opportunity, not the obligation. Given that I think it is
an independent issue and would suggest we just
2018 Dec 06
0
Build error while upgrading samba 4.9.3
Im wondering this also.
Why are you using wheezy for samba AD..
You need to fix all needed depends first before you can even thing compiling samba.
A few snaps out your attempt to build.
Checking for program xsltproc : not found
Checking for system cmocka (>=1.1.1) : not found
Checking for
2013 Sep 25
5
Re: [PATCH 3/4] Add SUSE converter
Mike,
This is great. I have a couple of minor comments inline, but this looks
good.
I do have a major concern, though, which is this is basically a fork of
RedHat.pm. There are well over 1,000 identical lines of code between the
2 modules. Many of the differences are relatively minor, and could be
handled with additional cases. I've also fixed a couple of bits in
RedHat.pm since you forked
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
The SUSE converter itself, based on the RedHat converter. This supports
converting SLES 10/11 and openSUSE 10/11/12/13.
---
MANIFEST | 1 +
lib/Sys/VirtConvert/Converter/SUSE.pm | 2527 +++++++++++++++++++++++++++++++++
2 files changed, 2528 insertions(+)
diff --git a/MANIFEST b/MANIFEST
index 3724fde..615ec32 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,7
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
This is a proposed patch which changes the RedHat.pm converter to Linux.pm,
and adds support for SUSE guest conversion. This is first approach recommended
by Matt Booth in:
https://www.redhat.com/archives/libguestfs/2013-September/msg00076.html
Some aspects of this patch still need additional testing, and a couple of
changes are not foolproof (such as the lack of grub2 support in the menu.lst
2008 May 05
6
Error 1603
I am trying to install Rome: Total War (which should work fine it has golden
mark on WineHQ) But when it starts to prepare for installation i get error
1603 and says that i have to consult windows installer helper or MSDN.
I had similar problem before but then it was because I wanted to instal on unmounted drive noe this is not the case, so I really don't know how to resolve this.
2017 Jun 29
0
CEBA-2017:1603 CentOS 7 xmvn BugFix Update
CentOS Errata and Bugfix Advisory 2017:1603
Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1603.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
5293befc74778dd52df0ba598edfd9e02a92adc030c67c12e99803a0b5511b7a xmvn-1.3.0-6.el7_3.noarch.rpm
2019 Jul 01
0
CESA-2019:1603 Critical CentOS 7 firefox Security Update
CentOS Errata and Security Advisory 2019:1603 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2019:1603
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
08d2604423c6a69b2a32c0356784acc9e0f21cb277a7f78da828e8367f5d9c72 firefox-60.7.2-1.el7.centos.i686.rpm
2008 Jun 27
0
Wine release 1.1.0
The Wine development release 1.1.0 is now available.
What's new in this release (see below for details):
- Many more gdiplus functions implemented.
- Improved graphics tablet support.
- Many Richedit fixes and improvements.
- Support for HWND_MESSAGE windows.
- A lot of new MSHTML functions.
- Many fixes in MSI registry handling.
- Initial implementation of the inetmib1 DLL.
-
2011 Mar 01
2
Adobe CS3 msi bug: workarounds for 1.3.14?
The CS3 installer infamously dies with
err:msi:ITERATE_Actions Execution halted, action
L"ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017" returned
1603
Apparently, this bug is still in Wine 1.3.14.
Trying the winetricks as described in the appdb didn't help.
Here's the tty output:
$ WINEDEBUG=msi wine /mnt/iso0/Adobe\ CS3/Setup.exe
fixme:console:AttachConsole stub