All of lore.kernel.org
 help / color / mirror / Atom feed
* gplpv installer fails to detect testsigning on win7 ultimate x64
@ 2010-01-12  9:40 Florian Manschwetus
  2010-01-12  9:47 ` Pasi Kärkkäinen
  2010-01-12 10:58 ` James Harper
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Manschwetus @ 2010-01-12  9:40 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel@lists.xensource.com, Xen discuss


[-- Attachment #1.1: Type: text/plain, Size: 358 bytes --]

I tried to test the gplpv driver on my Win7 guest on top of my b130 osol
xvm. I enabled testsigining with "Bcdedit.exe -set TESTSIGNING ON"
And rebooted according to bcdedit testsigning is enabled
(http://msdn.microsoft.com/en-us/library/dd419910.aspx), but the
installer refuses to install, requesting testsigning to be enabled.

Regards,
florian


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3686 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gplpv installer fails to detect testsigning on win7 ultimate x64
  2010-01-12  9:40 gplpv installer fails to detect testsigning on win7 ultimate x64 Florian Manschwetus
@ 2010-01-12  9:47 ` Pasi Kärkkäinen
  2010-01-12 10:22   ` [Xen-devel] " Florian Manschwetus
  2010-01-12 10:58 ` James Harper
  1 sibling, 1 reply; 5+ messages in thread
From: Pasi Kärkkäinen @ 2010-01-12  9:47 UTC (permalink / raw)
  To: Florian Manschwetus
  Cc: James Harper, Xen discuss, xen-devel@lists.xensource.com

On Tue, Jan 12, 2010 at 10:40:08AM +0100, Florian Manschwetus wrote:
> I tried to test the gplpv driver on my Win7 guest on top of my b130 osol
> xvm. I enabled testsigining with "Bcdedit.exe -set TESTSIGNING ON"
> And rebooted according to bcdedit testsigning is enabled
> (http://msdn.microsoft.com/en-us/library/dd419910.aspx), but the
> installer refuses to install, requesting testsigning to be enabled.
> 

What version of gplpv did you try? 

Looking at the changelog:
http://xenbits.xen.org/ext/win-pvdrivers.hg

It seems version 0.11.0.202 and newer have this:
"Detect if testsigning is on on Vista and above (x64 only)"

-- Pasi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xen-devel] gplpv installer fails to detect testsigning on win7 ultimate x64
  2010-01-12  9:47 ` Pasi Kärkkäinen
@ 2010-01-12 10:22   ` Florian Manschwetus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Manschwetus @ 2010-01-12 10:22 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: James Harper, Xen discuss, xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 859 bytes --]

Am 12.01.2010 10:47, schrieb Pasi Kärkkäinen:
> On Tue, Jan 12, 2010 at 10:40:08AM +0100, Florian Manschwetus wrote:
>> I tried to test the gplpv driver on my Win7 guest on top of my b130 osol
>> xvm. I enabled testsigining with "Bcdedit.exe -set TESTSIGNING ON"
>> And rebooted according to bcdedit testsigning is enabled
>> (http://msdn.microsoft.com/en-us/library/dd419910.aspx), but the
>> installer refuses to install, requesting testsigning to be enabled.
>>
> 
> What version of gplpv did you try? 
> 
> Looking at the changelog:
> http://xenbits.xen.org/ext/win-pvdrivers.hg
> 
> It seems version 0.11.0.202 and newer have this:
> "Detect if testsigning is on on Vista and above (x64 only)"
> 
> -- Pasi
> 
Is there already an installer for this version available?
on http://www.meadowcourt.org/downloads/ it is not?

florian


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3686 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: gplpv installer fails to detect testsigning on win7 ultimate x64
  2010-01-12  9:40 gplpv installer fails to detect testsigning on win7 ultimate x64 Florian Manschwetus
  2010-01-12  9:47 ` Pasi Kärkkäinen
@ 2010-01-12 10:58 ` James Harper
  2010-01-21  8:44   ` Pasi Kärkkäinen
  1 sibling, 1 reply; 5+ messages in thread
From: James Harper @ 2010-01-12 10:58 UTC (permalink / raw)
  To: Florian Manschwetus; +Cc: xen-devel, Xen discuss


[-- Attachment #1.1: Type: text/plain, Size: 522 bytes --]

> 
> I tried to test the gplpv driver on my Win7 guest on top of my b130 osol
> xvm. I enabled testsigining with "Bcdedit.exe -set TESTSIGNING ON"
> And rebooted according to bcdedit testsigning is enabled
> (http://msdn.microsoft.com/en-us/library/dd419910.aspx), but the
> installer refuses to install, requesting testsigning to be enabled.
> 

What is in the HKLM\SYSTEM\CurrentControlSet\Control SystemStartOptions
registry value? I check for '/TESTSIGNING', maybe Windows 7 has changed how
that works.

Thanks

James

[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3681 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RE: gplpv installer fails to detect testsigning on win7 ultimate x64
  2010-01-12 10:58 ` James Harper
@ 2010-01-21  8:44   ` Pasi Kärkkäinen
  0 siblings, 0 replies; 5+ messages in thread
From: Pasi Kärkkäinen @ 2010-01-21  8:44 UTC (permalink / raw)
  To: James Harper; +Cc: Florian Manschwetus, Xen discuss, xen-devel

On Tue, Jan 12, 2010 at 09:58:07PM +1100, James Harper wrote:
> > 
> > I tried to test the gplpv driver on my Win7 guest on top of my b130 osol
> > xvm. I enabled testsigining with "Bcdedit.exe -set TESTSIGNING ON"
> > And rebooted according to bcdedit testsigning is enabled
> > (http://msdn.microsoft.com/en-us/library/dd419910.aspx), but the
> > installer refuses to install, requesting testsigning to be enabled.
> > 
> 
> What is in the HKLM\SYSTEM\CurrentControlSet\Control SystemStartOptions
> registry value? I check for '/TESTSIGNING', maybe Windows 7 has changed how
> that works.
> 

Florian: Did you check what the registry value was? 

-- Pasi

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-21  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12  9:40 gplpv installer fails to detect testsigning on win7 ultimate x64 Florian Manschwetus
2010-01-12  9:47 ` Pasi Kärkkäinen
2010-01-12 10:22   ` [Xen-devel] " Florian Manschwetus
2010-01-12 10:58 ` James Harper
2010-01-21  8:44   ` Pasi Kärkkäinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.