Start menu shortcuts

2009-08-18 Thread Ken Brown
Is there a policy about which packages are allowed to create start menu shortcuts? Recent discussion about run.exe on the main cygwin list makes me think it would be useful for the emacs-X11 package to create a shortcut for starting emacs under X. I would do this by putting the following in

Re: Start menu shortcuts

2009-08-18 Thread Ken Brown
On 8/18/2009 10:46 AM, Ken Brown wrote: Is there a policy about which packages are allowed to create start menu shortcuts? Recent discussion about run.exe on the main cygwin list makes me think it would be useful for the emacs-X11 package to create a shortcut for starting emacs under X. I

XWin -- Problem

2009-08-18 Thread A.Hofstaetter
Xwin doesn't start. Please help. The log-File ist attached. It seems to be a problem with the multiuser environment. Running XWin as a Windows-Administrator is no problem, but running as an restricted user fails. please help ... quick regards alex Sorry, if the solution is in a forum, I

ssh config

2009-08-18 Thread Mike Ayers
I'm trying to set up shortcuts in ~/.ssh/config, but it doesn't seem to work. I add: Host slate Hostname quarry.slate-gravel.com User fred ...but when I try to use it: [SNIP] host ssh slate ssh: Could not resolve hostname slate: no address associated with name host

Re: ssh config

2009-08-18 Thread Jim Reisert AD1C
Check your /etc/passwd file It's possible that ~ isn't really your home directory - Jim On Tue, Aug 18, 2009 at 9:46 AM, Mike Ayersmike_ay...@tvworks.com wrote:        I'm trying to set up shortcuts in ~/.ssh/config, but it doesn't seem to work.  I add: Host slate    Hostname

RE: ssh config

2009-08-18 Thread Mike Ayers
Well that was it, thanks, but why is ssh looking there? I thought it (and all other apps) used HOME on cygwin? Thanks, Mike -Original Message- From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Jim Reisert AD1C Sent: Tuesday,

Re: ssh config

2009-08-18 Thread Larry Hall (Cygwin X)
On 8/18/2009 1:46 PM, Mike Ayers wrote: Well that was it, thanks, but why is ssh looking there? I thought it (and all other apps) used HOME on cygwin? Nope. But if you think about it, if $HOME doesn't equal ~ for Cygwin, something has gone awry. Given that as context, it really wouldn't

Re: cygwin-xfree Digest 18 Aug 2009 22:10:38 -0000 Issue 2688

2009-08-18 Thread Harry Zisko
On Tue, Aug 18, 2009 at 12:10 PM, cygwin-xfree-digest-h...@cygwin.com wrote: cygwin-xfree Digest 18 Aug 2009 22:10:38 - Issue 2688 Topics (messages 28320 through 28324): XWin -- Problem        28320 by: A.Hofstaetter ahi...@schule.at ssh config        28321 by: Mike Ayers

Re: cygwin-xfree Digest 18 Aug 2009 22:10:38 -0000 Issue 2688

2009-08-18 Thread Larry Hall (Cygwin X)
On 8/18/2009 6:57 PM, Harry Zisko wrote: On Tue, Aug 18, 2009 at 12:10 PM,cygwin-xfree-digest-help at cygwin dot com wrote: cygwin-xfree Digest 18 Aug 2009 22:10:38 - Issue 2688 snip Harry, Any reason you chose to spam this list with your digest and expose raw email addresses for

RE: ssh config

2009-08-18 Thread Mike Ayers
From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Larry Hall (Cygwin X) Sent: Tuesday, August 18, 2009 3:10 PM On 8/18/2009 1:46 PM, Mike Ayers wrote: Well that was it, thanks, but why is ssh looking there? I thought it (and all other apps) used

Re: ssh config

2009-08-18 Thread Mark J. Reed
Let's clarify something here. ~ is always the same as $HOME. If you change $HOME - within bash - then ~ changes too: $ HOME=/bogus/directory $ echo ~ /bogus/directory HOME starts out set to whatever's in /etc/passwd, but you can change it. For that reason, security-conscious programs like ssh

src/winsup/cygserver ChangeLog Makefile.in

2009-08-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-08-18 08:37:23 Modified files: winsup/cygserver: ChangeLog Makefile.in Log message: * Makefile.in (CXXFLAGS): Allow override. Patches:

winsup/cygwin ChangeLog dtable.cc fhandler.h

2009-08-18 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2009-08-18 15:21:47 Modified files: cygwin : ChangeLog dtable.cc fhandler.h Log message: * dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here. *

Re: winsup build machinery

2009-08-18 Thread Dave Korn
Ralf Wildenhues wrote: 2) How can I get winsup to build as part of src, ideally on one of {x86_64,i686}-pc-linux-gnu without cross compilation or with the mingw cross packages available in Debian? 3) Is winsup intended to be buildable outside of src, or always through toplevel? Would it be

Re: winsup build machinery

2009-08-18 Thread Christopher Faylor
This isn't appropriate for this list since there are no patches here. And, redirecting discussion to a subscriber-only list could be pretty frustrating for all non-subscribers since they will get a bounce if they reply. I've redirected the original discussion to the cygwin list. cgf

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-18 Thread Colin Harrison
Hi, Chuck wrote: OK, how about this? Seems to work on Vista(cyg1.5, cyg1.7, mingw) xgui/cui/bat. Applied your latest patch to run's cvs and built with MinGW, for native Windows. Works for me on Windows 2003 Server. Tested as before and with 'run CUIs' in batch files (*.bat) and shortcut

Re: Build Cygwin packages

2009-08-18 Thread Alberto Luaces
Hi Bruno, El Lunes 17 Agosto 2009ES 12:33:02 Bruno Galindro da Costa escribió:     How can I build Cygwin packages? Do you need to use some software with Cygwin, want to include some software in the Cygwin distribution or anything else? Alberto -- Problem reports:

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-18 Thread Corinna Vinschen
On Aug 17 18:39, Charles Wilson wrote: Charles Wilson wrote: If we already HAVE true console handles, then we shouldn't FreeConsole and try to recreate our own... OK, how about this? Seems to work on Vista(cyg1.5, cyg1.7, mingw) x gui/cui/bat. The basic idea is to try and re-use

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-18 Thread Corinna Vinschen
On Aug 17 14:09, Ken Brown wrote: On 8/17/2009 12:36 PM, Corinna Vinschen wrote: On Aug 17 11:36, Charles Wilson wrote: Corinna Vinschen wrote: Oh well. The above shortcut as well as your startxwin.bat script don't work on W7. Only a shortcut like this C:\cygwin-1.7\bin\run.exe

PostgerSQL startup script bug

2009-08-18 Thread Huang Bambo
The cygwin 1.7 don't need “server” tag in CYGWIN environment but the start up of postgresql 8.2.11 checked this tag. code: 131 check_cygserver() { 132 # Check for running cygserver processes first. 133 if ps -ef | grep -v grep | grep -q cygserver 134 then 135 echo -n -

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-18 Thread Ken Brown
On 8/17/2009 6:39 PM, Charles Wilson wrote: Charles Wilson wrote: If we already HAVE true console handles, then we shouldn't FreeConsole and try to recreate our own... OK, how about this? Seems to work on Vista(cyg1.5, cyg1.7, mingw) x gui/cui/bat. This is probably irrelevant in view of

Problem with Apache2 and mod_dav_svn / mod_authz_svn again

2009-08-18 Thread Jeffrey C. Jacobs
So, to follow-up on this issue, I have eliminated all known BLODAs and am still seeing the same basic error, though now, with Symantec Endpoint Protection TOTALLY removed from my system, I see the following error when I try to start /usr/sbin/httpd2 with the 2 svn modules loaded: 5

Re: popen bugs

2009-08-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 8/17/2009 5:02 PM: On Mon, Aug 17, 2009 at 03:45:23PM -0700, Eric Blake wrote: popen misbehaves when various std fds are closed. And, who among us could have not seen that coming? I see you fixed the fd access

Re: popen bugs

2009-08-18 Thread Christopher Faylor
On Tue, Aug 18, 2009 at 08:36:04AM -0600, Eric Blake wrote: According to Christopher Faylor on 8/17/2009 5:02 PM: On Mon, Aug 17, 2009 at 03:45:23PM -0700, Eric Blake wrote: popen misbehaves when various std fds are closed. And, who among us could have not seen that coming? I see you fixed

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/16/2009 12:35 PM, Mark J. Reed wrote: On Sun, Aug 16, 2009 at 11:30 AM, DY wrote: In case anyone else ever needs this, if you install cygwin, then get command not found for everything, you need to:[set CYGWIN_HOME and add %CYGWIN_HOME%\bin to PATH]. That's quite strange; neither of those

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-18 Thread Charles Wilson
Corinna Vinschen wrote: Big big big sigh. And a big sorry for the hassle. My only excuse is that I'm currently distracted by another project at my company. It turns out that all three attempts, starting with my NUL: patch, over your previous one, up to this one work fine in all cases

Re: popen bugs

2009-08-18 Thread Christopher Faylor
On Tue, Aug 18, 2009 at 10:45:13AM -0400, Christopher Faylor wrote: I don't think it is worth fixing this for 1.7.1... Nevermind. On reflection, this was trivial to implement since we already maintained a list of popen'ed file handles. cgf -- Problem reports:

ClamAV antivirus v.0.95 - When?

2009-08-18 Thread Alexey Lyubimov
The current version of the Cygwin's port of ClamAV is 0.94-2. The canonical stable version is 0.95.2. Freshclam says that the installed version is OUTDATED, and clamav.net/support/faq recommends to upgrade immediately. So, what about the newest version for Cygwin? Is it on the way? -- Thank you,

[ANNOUNCEMENT] Updated: run-1.1.12-1

2009-08-18 Thread Charles Wilson
The run package provides a simple application to launch console programs with their console hidden. [[ compiled using gcc-3.4.4-999 ]] CHANGES since run-1.1.11-1 * Fix various 100% CPU usage issues * Logical refactoring: run only creates (and hides) a console if

[ANNOUNCEMENT] [1.7] Updated: run-1.1.12-10

2009-08-18 Thread Charles Wilson
The run package provides a simple application to launch console programs with their console hidden. [[ compiled using gcc-3.4.4-999 ]] CHANGES since run-1.1.11-10 * Fix various 100% CPU usage issues * Logical refactoring: run only creates (and hides) a console if

Re: Build Cygwin packages

2009-08-18 Thread Bruno Galindro da Costa
Alberto, I need to use some software that I writed with Cygwin, like a commercial package. 2009/8/18 Alberto Luaces alua...@udc.es Hi Bruno, El Lunes 17 Agosto 2009ES 12:33:02 Bruno Galindro da Costa escribió:     How can I build Cygwin packages? Do you need to use some software with

[ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Corinna Vinschen
Hi folks, I just uploaded a new Cygwin 1.7 test release, 1.7.0-59. Just a bugfix update. What's new in contrast to 1.7.0-58 === - Nothing. Bugfixes: = - Fix a bug in wcsncpy where the function call wcsncpy (dest, src, n) could end up copying n+1

requires line for cygwin; bug in upset?

2009-08-18 Thread Ken Brown
Since the cygwin package provides some info files, shouldn't its requires line in setup-2.ini include _update-info-dir? Unfortunately, the cygwin package (at least in 1.7.0-58) also provides a very minimal /usr/share/info/dir, so the failure to run /etc/postinstall/update-info-dir.sh means

Re: requires line for cygwin; bug in upset?

2009-08-18 Thread Charles Wilson
Ken Brown wrote: Unfortunately, the cygwin package (at least in 1.7.0-58) also provides a very minimal /usr/share/info/dir, I noticed what I think is a packaging bug: Both cygwin and cygwin-doc provide /usr/share/info/libc.info and /usr/share/info/libm.info. Well, the first packaging bug

Re: requires line for cygwin; bug in upset?

2009-08-18 Thread Dave Korn
Charles Wilson wrote: Ken Brown wrote: Unfortunately, the cygwin package (at least in 1.7.0-58) also provides a very minimal /usr/share/info/dir, I noticed what I think is a packaging bug: Both cygwin and cygwin-doc provide /usr/share/info/libc.info and /usr/share/info/libm.info. Well,

Re: requires line for cygwin; bug in upset?

2009-08-18 Thread Christopher Faylor
On Tue, Aug 18, 2009 at 03:27:29PM -0400, Ken Brown wrote: Since the cygwin package provides some info files, shouldn't its requires line in setup-2.ini include _update-info-dir? No. Packages should not include dir files. Cygwin can't include _update-info-dir because it introduces a circular

autoconf info packaging [Was: Re: requires line for cygwin; bug in upset?]

2009-08-18 Thread Charles Wilson
Dave Korn wrote: I also lost a bunch of my info page indexing after the last update, but I haven't looked into what's going on yet. I'm just sure that info autoconf used to work and now I have to type info autoconf2.63. Well, the autoconf info files have been modified as of Oct 20 2008

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Paul McFerrin
I'm not making a feature request but rather some future discussion ideas. We all seem to remember sub-version numbers like: 1.7.0.-44 There is some benefits in using a consistant numbering scheme. When I use the uname command, I don't care what date my dll was created. I would like for

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Charles Wilson
Paul McFerrin wrote: I'm not making a feature request but rather some future discussion ideas. We all seem to remember sub-version numbers like: 1.7.0.-44 There is some benefits in using a consistant numbering scheme. When I use the uname command, I don't care what date my dll was

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Christopher Faylor
On Tue, Aug 18, 2009 at 05:45:45PM -0400, Paul McFerrin wrote: I'm not making a feature request but rather some future discussion ideas. We all seem to remember sub-version numbers like: 1.7.0.-44 I don't think that anyone remembers that. There is some benefits in using a consistant

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Angelo Graziosi
On Tue, 18 Aug 2009 19:27:42 +0200, Corinna Vinschen wrote: I just uploaded a new Cygwin 1.7 test release, 1.7.0-59. Perhaps I am missing something... but after about 4 hours, NO -59 on the mirrors... :-( Cheers, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/18/2009 6:36 PM, DY wrote: It definitely made a difference. I never had to do it before, but when I did it this time I could suddenly do ls and just about everything else inside of cygwin, whereas I couldn't before I set those things in Windows. Here's what I can tell you. I was installing

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-59

2009-08-18 Thread Christopher Faylor
On Wed, Aug 19, 2009 at 12:23:18AM +0200, Angelo Graziosi wrote: On Tue, 18 Aug 2009 19:27:42 +0200, Corinna Vinschen wrote: I just uploaded a new Cygwin 1.7 test release, 1.7.0-59. Perhaps I am missing something... but after about 4 hours, NO -59 on the mirrors... :-( No, you're not missing

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread DY
I've got Windows Defender on here - it came with the computer and doesn't show up under the Program Files, so I'm not sure that it's uninstallable. I also have AVG on here, which isn't in the list of BLODA programs, but is an antivirus program. That was installed after cygwin, and I can remove

Re: No etc/passwd (was) Re: (everything!) command not found

2009-08-18 Thread Larry Hall (Cygwin)
On 8/18/2009 9:58 PM, DY wrote: I've got Windows Defender on here - it came with the computer and doesn't show up under the Program Files, so I'm not sure that it's uninstallable. In Vista, it is not. But it can be turned off. Here's one relevant reference:

Updated: run-1.1.12-1

2009-08-18 Thread Charles Wilson
The run package provides a simple application to launch console programs with their console hidden. [[ compiled using gcc-3.4.4-999 ]] CHANGES since run-1.1.11-1 * Fix various 100% CPU usage issues * Logical refactoring: run only creates (and hides) a console if

[1.7] Updated: run-1.1.12-10

2009-08-18 Thread Charles Wilson
The run package provides a simple application to launch console programs with their console hidden. [[ compiled using gcc-3.4.4-999 ]] CHANGES since run-1.1.11-10 * Fix various 100% CPU usage issues * Logical refactoring: run only creates (and hides) a console if