[GnuWin32-Users] [gnuwin32 - Help] RE: Permission Denied when lau...

2011-03-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725
By: mz2ptc0

[quote]If I launch ed as a plain user (UAC enabled) under Vista, it prints the
message Permission Denied and then exits. It works when I run it from a 
command
prompt with administrator privileges. [/quote]
Simply continue using this workaround. One way to fix this bug(/feature?)
may be to make a custom build which bypasses the  official security model.

_
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[GnuWin32-Users] [gnuwin32 - Help] RE: Permission Denied when lau...

2011-03-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725
By: raysatiro

This is not a manifest issue, it is an issue with the function that creates
a random temp file for ed. It appears the function does not check the 
environment
for TEMP/TMP/TMPDIR, instead writing to the root of the working directory. If
you can't run ed as admin a workaround would be to use the subst command to
assign a drive letter to your local temporary directory. You can then switch
to that directory and run ed.

[code]subst x: %LOCALAPPDATA%\Temp
x:
ed[/code]


_
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users