Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
On 15/06/2012 5:23 PM, Matt Seitz (matseitz) wrote: On Behalf Of Ryan Johnson `mkpasswd` and `mkpasswd -l -U0-2' produce the same output (neither includes the SMB user); the drive is mapped in Windows as z: and I can also access it directly from the cygwin prompt. What is the output is yo

RE: git-gui: remote -> "fetch from" fails, "fetch-pack: unable to fork off index-pack"

2012-06-15 Thread Matt Seitz (matseitz)
I decided to try using the CLI "git fetch" command instead. That worked fine. Since then, I have performed other "fetch" operations using git-gui without any more errors. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread René Berber
On 6/15/2012 3:18 PM, Ryan Johnson wrote: `mkpasswd` and `mkpasswd -l -U0-2' produce the same output (neither includes the SMB user); the drive is mapped in Windows as z: and I can also access it directly from the cygwin prompt. No, there was a message from Corinna that showed the correct

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread Larry Hall (Cygwin)
On 6/15/2012 4:18 PM, Ryan Johnson wrote: On 15/06/2012 4:02 PM, René Berber wrote: On 6/15/2012 2:41 PM, Ryan Johnson wrote: When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 ???

Re: i686-pc-mingw32-gcc 4.5.2 and static linking libstdc++-6?

2012-06-15 Thread Dennis Isenhour
Just to close the loop on this for anyone who might be encountering a similar issue or situation in the future, with the simple test example info Ryan Johnson provided me in the previous response, I was able to eventually narrow down my problem to a makefile complexity. The makefile was setting th

RE: Map uid/gid of SMB share to local account?

2012-06-15 Thread Matt Seitz (matseitz)
> On Behalf Of Ryan Johnson > > `mkpasswd` and `mkpasswd -l -U0-2' produce the same output (neither > includes the SMB user); the drive is mapped in Windows as z: and I can > also access it directly from the cygwin prompt. What is the output is you run: mkpasswd -l -U 0-2 -- Problem

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread marco atzeri
On 6/15/2012 9:48 PM, matt_b...@mac.hush.com wrote: So perhaps I should remove my compiled wx and install from suggested ports linked in one of previous mails? I'll do that I somehow managed to add cygports link from funet to Cygwin setup, but then just realized that wx will need X server and/

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
On 15/06/2012 4:02 PM, René Berber wrote: On 6/15/2012 2:41 PM, Ryan Johnson wrote: When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 0 Apr 26 2009 bar/ Logging

Re: Map uid/gid of SMB share to local account?

2012-06-15 Thread René Berber
On 6/15/2012 2:41 PM, Ryan Johnson wrote: When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 0 Apr 26 2009 bar/ Logging into the box directly shows this instead:

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
>So perhaps I should remove my compiled wx and install from >suggested ports linked in one of previous mails? >I'll do that I somehow managed to add cygports link from funet to Cygwin setup, but then just realized that wx will need X server and/or gtk, and won't use windows gdi So is there some

Map uid/gid of SMB share to local account?

2012-06-15 Thread Ryan Johnson
Hi all, When using cygwin to access a samba share residing on a linux host, I get things like the following: -rw-r--r-- 1 13K Sep 7 2010 foo drwxr-xr-x 1 0 Apr 26 2009 bar/ Logging into the box directly shows this instead: -rw-r--r-- 1 ryanjohn rya

[ANNOUNCEMENT] Updated: poppler-0.20.1-1

2012-06-15 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** poppler-0.20.1-1 *** libpoppler26-0.20.1-1 *** libpoppler-devel-0.20.1-1 *** libpoppler-cpp0-0.20.1-1 *** libpoppler-cpp-devel-0.20.1-1 *** libpoppler-glib8-0.20.1-1 *** libpoppler-glib-devel-0.20.1-1 *** libpoppler-qt4_4-0

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
>There is no mystery here. You're obviously not using cygwin-compiled >libraries. Cygwin doesn't make Windows apps aware of POSIX paths. That makes sense. If I understand you correct you are implying that I compiled wx under Cygwin for Windows instead for Cygwin So perhaps I should remove my c

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread Christopher Faylor
On Fri, Jun 15, 2012 at 07:46:58PM +0200, matt_bali wrote: >I forgot to mention that it's not just mounted "/usr/lib/" problem for >wx, but any cygwin posix path. OTOH loading file like >wx.Image("c:\\temp\\image.png") works fine, so something is messed >somewhere There is no mystery here. You'r

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
I forgot to mention that it's not just mounted "/usr/lib/" problem for wx, but any cygwin posix path. OTOH loading file like wx.Image("c:\\temp\\image.png") works fine, so something is messed somewhere -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
>eventually you build a partially hybrid application Can't see how. I have configure log for wx, but nothing "unusual" there for me. >have you tried using Yaakov wx libraries ? > >http://sourceware.org/cygwinports/ Thanks for suggestion, I'll have it in mind, but will try to avoid removing all

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread marco atzeri
On 6/15/2012 4:37 PM, matt_b...@mac.hush.com wrote: If it is a native (doesn't require cygwin1.dll) then yes, wx won't be able to read the Cygwin POSIX paths. I compiled wx it under Cygwin wx libraries are are in /usr/local/lib/ Everything works as expected, only some programs won't start beca

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
>If it is a native (doesn't require cygwin1.dll) then yes, wx won't >be able to read the Cygwin POSIX paths. I compiled wx it under Cygwin wx libraries are are in /usr/local/lib/ Everything works as expected, only some programs won't start because of this issue, or throw error about missing res

Re: DenyHosts (as service) won't start/hangs @ cygwin 1.7.15-1 / Win7 x64

2012-06-15 Thread Larry Hall (Cygwin)
On 6/14/2012 8:35 PM, martin wrote: - tried to start DenyHosts service - same issue as always, service hangs, syslog reports: Jun 15 02:16:21 NUTRIA DenyHosts: PID 6568: service `DenyHosts': 7316 did not fork, sending SIGTERM Jun 15 02:16:27 NUTRIA DenyHosts: PID 6568: service `DenyHosts': 73

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread Earnie Boyd
On Fri, Jun 15, 2012 at 9:03 AM, matt_bali wrote: > I suspect that similarly wx *can't* read it If it is a native (doesn't require cygwin1.dll) then yes, wx won't be able to read the Cygwin POSIX paths. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygw

Re: cygwin 1.7.15: svn disk I/O error

2012-06-15 Thread Rolf Campbell
On 2012-06-15 06:37, Warren Young wrote: It is indeed AV related -- a race between SQLite and AV That's one possibility, but check this out: http://stackoverflow.com/questions/11007024/ tl;dr: someone made the problem go away by rolling my recent 3.7.12 release back to the prior 3.7.3 ve

Re: cygwin 1.7.15: svn disk I/O error

2012-06-15 Thread Rolf Campbell
On 2012-06-15 06:37, Warren Young wrote: On 6/14/2012 4:00 PM, Garrison, Jim (ETW) wrote: Why would you think that a disk I/O error was either anti-virus or Cygwin related and not... a disk I/O error? Have you looked in your event logs for errors? It is indeed AV related -- a race between SQL

Re: Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
>As folder "/usr/lib/" seem to be a link to "/lib/" (i.e. Windows >console can read it, but Cygwin terminal can) I suspect that >similarly wx can read it Obvious typo: As folder "/usr/lib/" seem to be a link to "/lib/" (i.e. Windows console *can't* read it, but Cygwin terminal can) I suspect t

Some issues with "/usr/lib/" and "/lib/" and wx

2012-06-15 Thread matt_bali
Hi, I use current Cygwin on current XP I build wx 2.8.11.0 and have issue with it not recognizing "/usr/lib/" it seems. wx works fine, but if it has to load some resource from "/usr/lib/" it throws error. More info posted in wxpython mailing list: http://groups.google.com/group/wxpython-users/br

Re: Small request for the new cygwin terminal

2012-06-15 Thread Andy Koppe
On 12 June 2012 14:11, Nellis, Kenneth wrote: > -BEGIN Original Message- > From: Andy Koppe > On 11 June 2012 13:55, Nellis, Kenneth wrote: >> I don't get >> the U+009F result from the "/" key from any combination of Ctrl >> and Shift. > > On a US keyboard, Shift+"/" is "?", and Ctrl+"?" is

Re: cygwin 1.7.15: svn disk I/O error

2012-06-15 Thread Warren Young
On 6/14/2012 4:00 PM, Garrison, Jim (ETW) wrote: Why would you think that a disk I/O error was either anti-virus or Cygwin related and not... a disk I/O error? Have you looked in your event logs for errors? It is indeed AV related -- a race between SQLite and AV That's one possibility, but c