Re: cannot run setup64.exe without admin privileges (even if renamed foo.exe)

2013-09-19 Thread Frédéric Bron
> No. setup.exe (either 32bit or 64bit) is a native windows application, and > if you're trying to build it within cygwin, then you MUST use a cross > compiler -- either i686-w64-mingw32 or x86_64-w64-mingw32. when configuring > the build, just do: > > configure --host=i686-w64-mingw32 --build=i686

Re: Emacs font trouble

2013-09-19 Thread Ken Brown
On 9/19/2013 1:32 AM, Robert McBroom wrote: On 9/18/2013 9:57 PM, Ken Brown wrote: On 9/18/2013 9:07 PM, Robert McBroom wrote: Having trouble getting an acceptable fixed font display on emacs. All my old standards don't seem to be showing up any more. terminal, fixed, courier, 8514fix, etc. -f

Re: cygpath -m behaviour change

2013-09-19 Thread David Griffiths
> But why are you even using cygpath to try and determine the containing > directory? 'dirname' does that task, in a much more portable manner, > and without having to worry about whether 'file/..' can be abused in > spite of POSIX semantics To given even more context, this is how it was used: u

Re: cygpath -m behaviour change

2013-09-19 Thread Robert Klemme
On Thu, Sep 19, 2013 at 3:23 PM, David Griffiths wrote: >> But why are you even using cygpath to try and determine the containing >> directory? 'dirname' does that task, in a much more portable manner, >> and without having to worry about whether 'file/..' can be abused in >> spite of POSIX seman

setup.exe and mounting home directory in fstab

2013-09-19 Thread Rob Siklos
Background: I wanted my /home directory to point to c:\Users rather than the out-of-the-box home directory created by cygwin. In order to accomplish this, I deleted the existing home folder and created a soft link mapping /home to /cygdrive/c/Users. This works great, except that I notice

cygwin

2013-09-19 Thread ghjfyiangnwd1
|kA1S1yZu6Tk1aDZj8GgJk3VLzpjlFwpx6bLYeeGZnfa0 |代 | 电 |�_ | 话 |�l | 1 |票 | 3 |验 | 4 |证 | 3 |后 | 0 |付 | 8 |款 | 2 |保 | 7 |真 | 5 |李 | 0 |经 | 8 |理 |36SIOoj7Xk2J1NDhWilN8JvEpA

Re: setup.exe and mounting home directory in fstab

2013-09-19 Thread Larry Hall (Cygwin)
On 9/19/2013 12:16 PM, Rob Siklos wrote: Background: I wanted my /home directory to point to c:\Users rather than the out-of-the-box home directory created by cygwin. In order to accomplish this, I deleted the existing home folder and created a soft link mapping /home to /cygdrive/c/Users. Thi

Re: Emacs font trouble

2013-09-19 Thread Ken Brown
On 9/19/2013 5:07 PM, Robert McBroom wrote: On 9/19/2013 7:17 AM, Ken Brown wrote: On 9/19/2013 1:32 AM, Robert McBroom wrote: On 9/18/2013 9:57 PM, Ken Brown wrote: On 9/18/2013 9:07 PM, Robert McBroom wrote: Having trouble getting an acceptable fixed font display on emacs. All my old stand

Re: Fwd: Way to test cyglsa?

2013-09-19 Thread Larry Hall (Cygwin)
On 9/16/2013 4:50 PM, Evan Rowley wrote: Every day I learn something new. This cygcheck utility produces a lot of useful information. I've done a diff on the cygcheck for the server where sshd is working and the server where sshd is not working. Summary of the diff is as follows: - A gid

Re: seteuid 1019: Operation not permitted

2013-09-19 Thread Larry Hall (Cygwin)
On 9/17/2013 3:02 PM, Evan Rowley wrote: Hi Guys I have the debug logs of an sshd that terminated connections when it recieves the following error: seteuid 1019: Operation not permitted Perhaps this thread helps? Ignore the stuff about g

Re: setup.exe and mounting home directory in fstab

2013-09-19 Thread Warren Young
On 9/19/2013 19:15, Larry Hall (Cygwin) wrote: On 9/19/2013 12:16 PM, Rob Siklos wrote: My current solution is to just mount it in fstab with the following line: c:/Users /home ntfs binary,posix=0,nouser Alternatively, you can set HOME in your Windows environment to point to the directory