Can't run GPG --recv-keys under Windows Vista.

View: New views
15 Messages — Rating Filter:   Alert me  

Can't run GPG --recv-keys under Windows Vista.

by Moses-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've installed gpg on Windows Vista recently, but seems not all the
functions work well when I try to receive keys from keyserver. Here is
the command I typed:

       gpg --keyserver subkeys.pgp.net --recv-keys xxxxxxxx

After hit RETURN, I got errors immediately like this:

       gpgkeys: hkp fetch error 1: unsupported protocol

The same command works well on Windows XP.

I've checked the environment variables %PATH%, and gpg's directory is in it.

Any ideas?

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Robert J. Hansen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

 > I've installed gpg on Windows Vista recently, but seems not all the
 > functions work well when I try to receive keys from keyserver.  
Here is
 > the command I typed:

This is probably because of how Windows Vista has changed how  
programs may call other programs.  It is a (semi-)known compatibility  
issue with Windows Vista; an awful lot of programs are suffering from  
some of Vista's 'improvements'.

For time being, it's best to consider GnuPG on Vista to be  
unsupported and not recommended.

- --
Robert J. Hansen <rjh@...>

"Most people are never thought about after they're gone.  'I wonder
where Rob got the plutonium?' is better than most get." -- Phil Munson



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iFYEAREIAAYFAkZZOxUACgkQf2XByo0Cu7NXogDfeFD7qqUIThDsH8AKch/nCOev
PawLT2e6e1fFbADglUU6uOZPuHFeCc5EJQCqvf+ucMSYjSIDERZekIkBHAQBAQgA
BgUCRlk7FQAKCRC3APSC/q+BCTVvB/4gSOkc4ezJaFZzNHAaDfLtJvR9h7UMAekC
YlSTr+QRQjb807kLl9MqVb6/ZmlvRrr8EGBkcp23NbUh4skrUCTj7Y7rSkWV3LZo
o1aZvoQonRDzMWr4RbRVSo+Sg+spWDIevvW3TSrwrvPneiEqsxm4q8cW38lOV+VN
5/Nf2wco86QvyIWCtajW/tvjZTjYOD+SlL/R8bo2iUPm/fZIh50J9sPVhrjssITP
/uLC2ljrnVWl4PjHke0lj/ZavuaKd+hMg/fxS3V4sXxqUKjbMaceq66pAmUdNj6M
J/WayUQxIMfDwWz92kicchjqFPjMF/SxMplOn5Dc/C/oOjnioWAc
=FFt5
-----END PGP SIGNATURE-----

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Parent Message unknown Re: Can't run GPG --recv-keys under Windows Vista.

by Patrick Brunschwig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Moses wrote:

> Hi,
>
> I've installed gpg on Windows Vista recently, but seems not all the
> functions work well when I try to receive keys from keyserver. Here is
> the command I typed:
>
>        gpg --keyserver subkeys.pgp.net --recv-keys xxxxxxxx
>
> After hit RETURN, I got errors immediately like this:
>
>        gpgkeys: hkp fetch error 1: unsupported protocol
>
> The same command works well on Windows XP.
>
> I've checked the environment variables %PATH%, and gpg's directory is in it.
>
> Any ideas?

This is a well-known issue on Vista. See e.g. here for the solution:
http://lists.gnupg.org/pipermail/gnupg-users/2007-March/030595.html

-Patrick

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Moses-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Patrick,

Thank you so much, it's works. :-)


On 5/28/07, Patrick Brunschwig <patrick@...> wrote:

> Moses wrote:
> > Hi,
> >
> > I've installed gpg on Windows Vista recently, but seems not all the
> > functions work well when I try to receive keys from keyserver. Here is
> > the command I typed:
> >
> >        gpg --keyserver subkeys.pgp.net --recv-keys xxxxxxxx
> >
> > After hit RETURN, I got errors immediately like this:
> >
> >        gpgkeys: hkp fetch error 1: unsupported protocol
> >
> > The same command works well on Windows XP.
> >
> > I've checked the environment variables %PATH%, and gpg's directory is in it.
> >
> > Any ideas?
>
> This is a well-known issue on Vista. See e.g. here for the solution:
> http://lists.gnupg.org/pipermail/gnupg-users/2007-March/030595.html
>
> -Patrick
>

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Parent Message unknown Re: Can't run GPG --recv-keys under Windows Vista.

by Henry Hertz Hobbit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Robert J. Hansen" <rjh@...> wrote:

> This is probably because of how Windows Vista has changed how
> programs may call other programs.  It is a (semi-)known compatibility
> issue with Windows Vista; an awful lot of programs are suffering
> from  some of Vista's 'improvements'.

I think you are being charitable.  In reality, you are going
to have to scrap almost all your old Windows programs since they
will not work with Vista.  The people providing binary programs for
Vista are going to have to pay the $1000 annual fee for the Microsoft
certification to make their program run on Vista. There is a
work-around ... but I have only used it for scripts and stand-alone
binaries.  You run them from a Command Prompt which is running in
elevated status:

http://www.petri.co.il/vista_command_prompt.htm

Follow the link at the bottom for "Quickly open a Command Prompt
with elevated credentials in Windows Vista".  If you have already
done this (actually, I assume you have), then that would be nice
to know because that means that any executable that was messaged
into existence by another executable even though the first one
was running with elevated privileges will be running in lower
level capacity (you don't really fork() on Windows). It would be
nice to know if you are already using this "trick".  So far all
I have been dealing with are scripts and stand-alone binary
programs (they don't message other binaries into running) which
so far the RunAs method makes them continue to work.

> For time being, it's best to consider GnuPG on Vista to be
> unsupported and not recommended.

Again, it isn't GnuPG that isn't recommended.  It is VISTA that
is unsupported and not recommended!  Scamper back to XP if you
can.

Moses, what you should have considered was a Dell preloaded with
Ubuntu Linux.  People are missing the whole significance of that
move. What that means is that ALL Dell machines and that means even
those running Windows Vista are capable of running Ubuntu Linux
out of the box.  Forget about an embedded sound chip that won't
work with Linux (especial significance for laptops). Dell isn't
going to have a one-off run of hardware only for Linux.  That
means that the vendors supplying hardware for all Dell machines
have made a commitment of providing their middle-ware (drivers
if you prefer) for both Vista and Ubuntu Linux.

Let us know if you have tried the RunAs work-around and that it
has failed.  BTW, this shift by Microsoft hasn't stopped the
hackers in Russia and elsewhere - their programs are now certified,
and still semi-encrypted to evade detection, and they have began
infecting Windows Vista systems.  If you ask me, Vista is nothing
more than an effort to gouge developers for $1000 per year.  I am
NOT going to pay that much for some people to run some of my
scripts.  For large vendors like Symantec, McAfee and others that
fee is so low it isn't even pocket change.  But for the end user
that means scrapping almost all of your existing programs and
replacing them with programs that have the certificate to run
on Vista.

HHH



_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

signature.asc (260 bytes) Download Attachment

Re: Can't run GPG --recv-keys under Windows Vista.

by Jørgen Christiansen Lysdal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Henry Hertz Hobbit skrev:
> I think you are being charitable.  In reality, you are going
> to have to scrap almost all your old Windows programs since they
> will not work with Vista.  

Just turn UAC off ffs! Its just there to bother you..

> The people providing binary programs for
> Vista are going to have to pay the $1000 annual fee for the Microsoft
> certification to make their program run on Vista.

That is so not true..

> BTW, this shift by Microsoft hasn't stopped the
> hackers in Russia and elsewhere - their programs are now certified,
> and still semi-encrypted to evade detection, and they have began
> infecting Windows Vista systems.

And all other windows systems in use, dont forget that...

> If you ask me, Vista is nothing
> more than an effort to gouge developers for $1000 per year.  I am
> NOT going to pay that much for some people to run some of my
> scripts.  For large vendors like Symantec, McAfee and others that
> fee is so low it isn't even pocket change.  But for the end user
> that means scrapping almost all of your existing programs and
> replacing them with programs that have the certificate to run
> on Vista.

If you where an openpgp key, you shuld revoke yourself!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRln8DbpC2iy07rfKAQLoswQAsHz3uw44BADDK6krgpPvNOfUiyGkPy8X
gh/p5/93LxRRS1XsCXXOi1pZD0VwEoVf8gKlU1tEGOOO8WJykbkvVHT6fedYmZlX
4CRE1JbBbnEBVnKxiOSc3gzUwEOGmpyCcKkVbTL6zEkGMjVA3R0uB6OChJMCAHrD
OjPZbJlIUuk=
=IOUo
-----END PGP SIGNATURE-----

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Robert J. Hansen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

> Just turn UAC off ffs! Its just there to bother you..

Turning off UAC is definitely not recommended practice, according to  
Microsoft.  Microsoft strongly advises UAC be left on, and they have  
some good reasons for it.  Any discussion of whether to leave UAC on  
or off should at least make mention of Microsoft's advice.

> If you where an openpgp key, you shuld revoke yourself!!

Please try to practice courtesy.  This mailing list has a very high  
signal to noise ratio.  Let's all do our best to keep it that way.

        ...in the long run, the "minor" virtues are the only ones
        that matter.  Politeness is more reliable than the moist
        virtues of compassion, charity, and sincerity; just as
        fair play is more important than the abstraction of
        justice. The major virtues tend to disintegrate under the
        pressures of convenient rationalization. But good form is
        good form, and it stands immutable in the storm of
        circumstance.

                                -- Trevanian, _Shibumi_


- --
Robert J. Hansen <rjh@...>

"Most people are never thought about after they're gone.  'I wonder
where Rob got the plutonium?' is better than most get." -- Phil Munson



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iFYEAREIAAYFAkZaElgACgkQf2XByo0Cu7NGqwDdHu8iH3ON/imaWJMcUsctb0Bv
OIIeGMF5BpOdpQDfQSHKpvc6Y/EZswsX7vpI2WATrU4QLcX43DRnD4kBHAQBAQgA
BgUCRloSWAAKCRC3APSC/q+BCZjCCACU/Gvb/RBpzelNZafuvoTL7eaCoF7JxCYD
QZWP7HmAHH1hIs3U40tQLNtiyoCaswLUblyFSdpGe0Pof/VFlWA8G2edBCGD7caG
Ws0feg/h1FsMVkGQkBzOeSNrsjxKilLo2j9hQqAQcBPxVphyiYAD5D0ycna68XW2
2aWGCmdSSpYQ3trORw/sp8hVM28LulRlwLzLxUkuMR8TQmML4j77DVl6qkdwpTgC
DJzu+BKVN9A/AraIW0FSRBmAnEitELg7+1X6z3PD5oxdate1gOVk73BJAiOg3Ls0
0mWEJwf/EGPzlh/nTFDB7y2bbvBe9yTMRVUtLKjnQsPaCz2PxYwn
=ozIY
-----END PGP SIGNATURE-----

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Jørgen Christiansen Lysdal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Robert J. Hansen revokes:
>> Just turn UAC off ffs! Its just there to bother you..
>
> Turning off UAC is definitely not recommended practice, according to
> Microsoft.  Microsoft strongly advises UAC be left on, and they have
> some good reasons for it.  Any discussion of whether to leave UAC on or
> off should at least make mention of Microsoft's advice.

If i understand it right, UAC is mostly, just an extra layer of
protection. Turning this "firs generation" of UAC, that does not work
really well anyway, off will be the best temporarily solution, at least
for me.

Regarding Henry´s post. If anyone wants to hate Microsoft, they should
hate them for the right reasons, and not post completely invalid
statements, telling people, why not to use windows.
Does anyone disagree with that?

oOo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRlqab7pC2iy07rfKAQL3ywQAl2Eyqp0jTKcP2H5OGzuUY7UWQpjdAJNc
8vlvLbUy8Gl30gaI5miP/LWjqoJR6PUM323KYecoRuLIMHAHQo6nNoPIzZ1D36uz
XfrlRy3TliHZUTjyeYrgmkee1V0ChA+pS1/9UNIfFdxLHnxAVXlWWFuqkqJNGlK2
sFMgeAfw1xo=
=hCJ8
-----END PGP SIGNATURE-----

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Robert J. Hansen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

> If i understand it right, UAC is mostly, just an extra layer of
> protection. Turning this "firs generation" of UAC, that does not work
> really well anyway, off will be the best temporarily solution, at  
> least
> for me.

UAC is Microsoft's answer to 'sudo'.  If you want to call UAC an  
extra layer of protection, then you should also call sudo an extra  
layer of protection.

With respect to it not working very well, from a user interface  
perspective it's a nightmare.  From a technical side it's probably  
one of the better improvements in Vista.

> If anyone wants to hate Microsoft, they should
> hate them for the right reasons, and not post completely invalid
> statements, telling people, why not to use windows.

If you want to give reasoned, factual corrections, please go right  
ahead.  But there's no reason to be rude or mean.

- --
Robert J. Hansen <rjh@...>

"Most people are never thought about after they're gone.  'I wonder
where Rob got the plutonium?' is better than most get." -- Phil Munson





-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iFYEAREIAAYFAkZaqAIACgkQf2XByo0Cu7OrWADfWG56aAX0XmLGFGlub3X/A8aC
onpnR9jX3nxuvgDeNIUw5s+182FKGM8SBxdEQQ0i5s1kfwMUMBIvlokBHAQBAQgA
BgUCRlqoAgAKCRC3APSC/q+BCf+TCACkrF9w6e6ydNuk+0Bx09rmZVY6AtXn2Lq+
26qcfCh7Rpy+mn/R88eRn4aSD5fbmXiLkgeAB3TqlkufGkOhsWE2SrkwHxrzY7Rt
YGN//92VDlOqGweg+Sn6BZ4MyadGrisiekux6eNFBPY6YDM/P8kuyMwfRxi0Foi7
02xMv2V0AHoGsvzzeUMPFht9C9km5aru5WVAO4gVOLOPcl/ko4BIYMSZ0YG8qMp8
XejSi/VBeVdh6AIkrvt7Pcng/Ijvq+AQHsQN3SM/CO/zITTLzT4PDUc0+SmXhdKs
vWrdTASBKdU9PPyrbdXs8kcLiQe8S1CTiY7lRPq34Zw+iLy05IrE
=IMZQ
-----END PGP SIGNATURE-----

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Johan Wevers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robert J. Hansen wrote:

>Turning off UAC is definitely not recommended practice, according to  
>Microsoft.

As if I care what is recommended by Microsoft. I run my windows
installations (win2000 on a server and XP on a laptop, both are
dual boot machines with Linux) always from an account with admin
priviliges because windows is unworkable otherwise. Most windows
programs are not designed for multi-user setups. My internet
connection is behind a hardware NAT router, which is sufficient
to have still 0 virus of malware infections. Ad-Aware only finds
tracking cookies, and I get those on Linux too.

>Microsoft strongly advises UAC be left on,

They also recommend to leave WGA on, and they say they have good
reasons too. However, good for them does not mean good for me.

It started with XP, and with Vista it is stronger, that you have to
hack your own system to counter the DRM shit it's equiped with.

--
ir. J.C.A. Wevers         //  Physics and science fiction site:
johanw@...   //  http://www.xs4all.nl/~johanw/index.html
PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Robert J. Hansen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> As if I care what is recommended by Microsoft.

Anyone who casually dismisses vendor documentation and  
recommendations probably does not have much of a future as a  
sysadmin.  That's not to say the vendor should always be obeyed, of  
course.  But the vendor's recommendations should be read, considered  
and understood before deciding whether to throw them away.

> They also recommend to leave WGA on, and they say they have good
> reasons too. However, good for them does not mean good for me.
>
> It started with XP, and with Vista it is stronger, that you have to
> hack your own system to counter the DRM shit it's equiped with.

Discussion about how to get GnuPG working with Vista is probably  
fine, but Windows bashing seems a bit off-topic.

--
Robert J. Hansen <rjh@...>

"Most people are never thought about after they're gone.  'I wonder
where Rob got the plutonium?' is better than most get." -- Phil Munson




_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Parent Message unknown Re: Can't run GPG --recv-keys under Windows Vista.

by Henry Hertz Hobbit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

All:

This seems to be going out of the realm of GnuPG.  What I was attempting
to point out was the problems may be far deeper than just the internal
code changes you have already made in GnuPG. I hope the new install
program of both GnuPG and GPG4Win have that patch in place - most
Windows users don't have development systems. I assumed the patches
were in place, which makes the initial question that started all
this even more baffling.  If they were using the patched version of
GnuPG, then why are they still having problems?

Firefox and many other programs had to be recompiled for Vista and
in addition to the reasons you have found (code changes), here are
the reasons why the other programs had to be remade.  The major reason
is that the new Vista programs needed that expensive certification
from Microsoft. You will also have to replace almost all of the
programs you use when you move to Vista for these same reasons.
In other words, the problem is not just peculiar to GnuPG. Here are
some of the reasons for the why software that used to run on
Windows won't run on Vista:

1. Vista considers the %ProgramFiles% area as semi-protected.  Since
   GnuPG is installing into this area, it is a reason for concern.
   Even such programs as Firefox couldn't be installed on Vista for
   a while.  The reason why it is only semi-protected is because if
   it is fully protected, it causes problems for anti-virus,
   anti-spyware, firewalls, and other security programs that need
   to be updated.
2. Vista considers the %Windir% as a protected area.
3. Vista considers certain areas of the registry (HKLM primarily) as
   protected areas.
5. There are some other areas that Vista considers protected areas,
   but I gave you the three major areas.
4. Any program or script that begins to access (not just modify) the
   protected areas frequently needs to be licensed by Microsoft.
   The only way I have observed of getting around it is to run
   that elevated Command Prompt and run the program from there.
   That is the only way my ckdupe.exe program I provided on the back
   end for other people that make blocking hosts files will run.
   When they saw my ckdupe program checks their files for duplicates
   and does it in less than 1/4 of a second (the heapsort is the key
   to the speed) they all started using it. Vista broke the running
   of that program. The only way it runs any more is in that elevated
   privileges Command Prompt. There was no tricky code in it that
   would have caused a problem either. And checking a hosts file some
   place else other than in the protected file system areas doesn't
   help either. So the code changes you are making to GnuPG are in
   addition to this new way of running programs on Vista.  You need
   to understand our blocking hosts file is smack dab in the middle
   of one of their protected areas. It is also why I installed both
   Homer and our PAC filter at the top of the drive (they are in
   unprotected file space).  It doesn't help because Vista still
   blocks the scripts unless run from an elevated privilege Command
   Prompt.  There were things being blocked on Vista that still
   leave me baffled.  They weren't going into any of the protected
   areas and they were still having problems.

Now any changes to GnuPG code in either installer or the run programs
is on top of this new way of doing things which is different from
previous versions of Windows.  As a test, you could TRY to install
my blocked cookie list into Firefox (a binary is included). You
SHOULD have no problems on any version of Windows including Vista:

- Microsoft Windows Version
http://securemecca.com/Firefox.msw.zip
- Unix version (you must compile it yourself)
http://securemecca.com/Firefox.unx.tar.gz

But I will wager that you will have problems running it on Vista
(report in group if you choose but also tell me directly if you use
Vista and either had or didn't have problems - you may not be able
to get it to work at all) unless you run the program that installs
the domains not allowed to set cookies in that elevated privileges
Command Prompt.  BTW, the add2ffox.exe only runs in a Command Prompt
anyway. If you use SpyWareBlaster or similar programs I would run
the program each time after you run their updates since they may
remove what I have identified are the most prevalent tracking
cookie domains on the Internet. The only thing that should be in
the blocked cookie list are those domains you hit most of the
time.  That is all it does too, blocks cookies. If you want to
restrict domains, your only option in Firefox is NoScript. PAC
filters, blocking hosts files, and Ad Blockers BLOCK entirely,
not just restrict.

So what does all of this have to do with GnuPG? I think any changes
or attempts to make GnuPG work on Vista need to have these things
kept in mind.  Vista is not just a minor twist in the way of doing
things coming out of Redmond. It is entirely new in many ways. It
is why I finally abandoned the idea of Vista. Others upgraded and
after seeing the headaches they had I am staying with XP Pro, XP
Home, and 2003 server.  It makes it impossible for me to test
anything with Vista, but those are the breaks.  Once support for
XP is abandoned by Microsoft I may not be working with Microsoft
Windows any more. I am NOT going to install Vista!  We have had
too many problems with it.  I am also not going to pay Microsoft
approximately $1500 year ($1000 for the certificate, and
approximately one version of the build software for $500 which
needs to upgraded at least once per year) for some programs that
I am giving away free.  Microsoft must believe the rest of us
are all millionaires like they are.

There are going to be more changes in Vista as time goes on.
I think you can count on every one of them affecting you
adversely.  I can't believe that one simple patch of the software
has fixed all the problems you have when I have had so many more
with other programs.  In exasperation I told somebody else nothing
but Microsoft programs run on Vista.  That isn't true, but it
illustrates the depth of the problem.

If you have handled all of this, please ignore me.

HHH

--
Why hack in when you can drive in on Hwys. 80, 110, 194, 220, 443, 993,
994 & 995?

_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Ale2008 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Henry Hertz Hobbit wrote:
> 1. Vista considers the %ProgramFiles% area as semi-protected.  Since
>    GnuPG is installing into this area, it is a reason for concern.

Next question is "Why is GnuPG installing into this area?"



_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Parent Message unknown Re: Can't run GPG --recv-keys under Windows Vista.

by Patrick Brunschwig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alessandro Vesely wrote:
> Henry Hertz Hobbit wrote:
>> 1. Vista considers the %ProgramFiles% area as semi-protected.  Since
>>    GnuPG is installing into this area, it is a reason for concern.
>
> Next question is "Why is GnuPG installing into this area?"

According to Microsoft's recommendations (for those who care ;-) )
%ProgramFiles% is the place where executable programs should be
installed to. That's the place where *any* software should be installed,
such that programs and user data are separate.

- -Patrick
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBRl2QlXcOpHodsOiwAQJrAggAg5VeykM3WuMIKJ1ucNfaJtRA6TJNtYEn
ERg5lH2ZMHSf7EGDaIJHAGqkeMZQcF5Ovcbxd+QVEbDx86aGbRBhCHQnxlCF7jDX
P6uO5fMSp274sSolWerNWsuDs7c9b6hLJt6HF9UwGQhoEbOGv2duietZWQLQlIt0
JIWeVK1Dl3E9Wx+Al6pFJEOU6TDlmNB4yccZuEzc/IYhGrzkIFuR2A/LEazz84jf
FTR7LZMY+C5cGLEszHb8S77wBvjfJxE0q+k8w2dQDmDcsbv5ykrUAYVIfFwcUE1S
B3dH42K4jQvspeDxCiZJaw3xUl/egGjUTE5zKaQDc6eQ9merieWIbQ==
=olgf
-----END PGP SIGNATURE-----


_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Can't run GPG --recv-keys under Windows Vista.

by Andrew Berg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
 
Henry Hertz Hobbit wrote:
>> 1. Vista considers the %ProgramFiles% area as semi-protected.
>> Since GnuPG is installing into this area, it is a reason for
>> concern.
IIRC, NT 5 and higher (and probably 9x) treat %programfiles% that way.
But, since I have never used Vista, I can't know what you mean
exactly. I know for sure that %programfiles%, %windir%, and
%windir%\system(32) are special in at least NT 5 and higher. I am
interested in how Vista treats these directories, though. If you feel
it's too off-topic for the list, email me directly.

- --
Windows NT 5.1.2600 | Thunderbird 2.0.0.0 | Enigmail 0.95.0 | GPG 1.4.7
Key ID: 0x60A78FCB - available on major keyservers and upon request
Fingerprint: 4A84 CAE2 A0D3 2AEB 71F6 07FD F88E 0340 60A7 8FCB
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iQEVAwUBRl7XU/iOA0Bgp4/LAQNkrwf+PLitsHAxn2N0pHj8h6M2ZAoPKge+rvG/
sCHzYNA4x+G9d2r9UFT/VIOA45gxSAKc1ohQJM5Wl4K4NtPxNcqaCX8d5h2tiR48
C/wOh0MFwF8iYq2u5iMKMmKAHsRK7ZOCdGTAbaHsPEarNVEGrX8E0gPAjLhQE+NU
ALUWsoC5/F2Dc/pdo0r6GjM4ge8Oiio3LdXKZ3tBXf04jauZbbeHgUDuJksUxgyM
oDU2ey7KlkGW+C5Q8oXz+VyMXLKTQdBoSb/Y6ELWdF2hleyOM9uGZTxqONi8oOJm
jyIX9tj8QqI5k9Z1nYFby6juvZ4EUXFJ+gb4QCmGiFytjsrCj+sEnA==
=1GiY
-----END PGP SIGNATURE-----


_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users