Re: windows8 + cygwin + sshd

2012-03-02 Thread Ilya Dogolazky
Hi ! 03/02/2012 07:24 PM, ext Mathew Shember пишет: Hello Ilya, You are correct on the /var/empty. I think it needs to be owned by SYSTEM. Oh, I just executed now: # mv /var/empty /var/empty-orig # mkdir /var empty # chmod 700 /var/empty # chown SYSTEM /var/empty and now sshd is starting fin

Re: 1.7.10 cygrunsrv.exe fails with "fork: 11, Resource temporarily unavailable"

2012-03-02 Thread Larry Hall (Cygwin)
On 3/2/2012 9:39 AM, Ulf-Dietrich Braumann wrote: Hi, I run in a similar problem after I have updated cygwin1.dll from 1.7.9 to 1.7.11 on Win2k3 64bit. When I now try to start sshd as a service C:\>net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service could not be started.

Re: Recent upgrade to wish leads to a problem

2012-03-02 Thread Robert Miles
On 3/2/2012 1:02 PM, Matt Seitz (matseitz) wrote: From: Achim Gratz [mailto:strom...@nexgo.de] I do and FTR: I don't want the cygwin Xorg server to be a dependency to all programs that might use X because that would pull in a lot of packages that I have no use for on most systems. Right, that

Re: Recent upgrade to wish leads to a problem

2012-03-02 Thread Robert Miles
On 3/2/2012 11:43 AM, Christopher Faylor wrote: On Fri, Mar 02, 2012 at 01:11:49AM -0600, Robert Miles wrote: On 3/1/2012 1:38 PM, Jeremy Bopp wrote: On 03/01/2012 01:05 PM, Eric Blake wrote: On 03/01/2012 10:53 AM, Matt Seitz (matseitz) wrote: [snip] I suspect not, but I would like to see su

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Scott McCaskill
Confirmed, the snapshot build appears to be working for me too. Thanks! On Fri, Mar 2, 2012 at 1:57 PM, Kitchens wrote: > I just ran the snapshot build, and CTRL+C appears to be working > properly in /dev/consX > > -- > Kitchens > . > > -- > Problem reports:       http://cygwin.com/problems.html

cygwin agetty problem

2012-03-02 Thread Val Shkolnikov
When I invoke getty at Win7x64, login works but no stty options are set up except baud rate (stty report -icanon, etc), so there is no echo; columns, rows are 0. If I try to use stty, eg. stty sane, I get "stty: standard input: unable to perform all requested operations". I tried both standard

ssh-add hangs with latest snapshot

2012-03-02 Thread Karl M
when there is no ssh-agent running. On a machine that I have updated to the latest, and now today, a snapshot, $ ssh-add -l just hangs. $ uname -a CYGWIN_NT-6.1 Susan 1.7.12s(0.260/5/3) 20120302 13:00:25 i686 Cygwin cygcheck for the second machine attached. Thanks

Incorrect output from cygpath --path --unix for long path

2012-03-02 Thread Kevin Braun
Hi, If I run this command: cygpath --path --unix "/cygdrive/c/fop-1.0/lib/xmlgraphics-commons-1.4.jar;/cygdrive/c/fop-1.0/lib/xml-apis-ext-1.3.04.jar;/cygdrive/c/fop-1.0/lib/xml-apis-1.3.04.jar;/cygdrive/c/fop-1.0/lib/xercesImpl-2.7.1.jar;/cygdrive/c/fop-1.0/lib/xalan-2.7.0.jar;/cygdrive/c/tell

Re: Setting TZ may break time() in non-Cygwin programs

2012-03-02 Thread Christian Franke
Corinna Vinschen wrote: On Mar 1 21:15, Christian Franke wrote: TZ environment variable is set by default since base-files 4.0.7. Unfortunately this breaks the time() calculation for all non-Cygwin programs run from Cygwin if Microsoft C runtime (mscrt*.dll) is used. MS CRT evaluates TZ but su

Re: [ANNOUNCEMENT] New packages: texlive-20110705-1, texlive-collection-*-20120202-1, libkpathsea{6,-devel}-20110705-1, libptexenc{1,-devel}-20110705-1, asymptote-2.15-1

2012-03-02 Thread Yaakov (Cygwin/X)
On Fri, 2012-03-02 at 14:12 -0500, Ryan Johnson wrote: > Could you comment on how (if) the cygwin version differs from a manual > install of tex live * the texlive* packages use system-installed dependencies instead of the bundled versions * libkpathsea and libptexenc are shared libraries instea

Re: [ANNOUNCEMENT] New packages: texlive-20110705-1, texlive-collection-*-20120202-1, libkpathsea{6,-devel}-20110705-1, libptexenc{1,-devel}-20110705-1, asymptote-2.15-1

2012-03-02 Thread Ken Brown
On 3/2/2012 2:12 PM, Ryan Johnson wrote: On 02/03/2012 12:57 PM, Ken Brown wrote: Thanks to the tremendous efforts of Yaakov Selkowitz, TeX Live has been added to the Cygwin distribution, replacing teTeX. I will be taking over as maintainer. Wow. Kudos to you two! If you have any [teTex] pac

Re: question on Cygwin's version of make

2012-03-02 Thread Paul Allen Newell
On 3/2/2012 4:21 AM, Andrey Repin wrote: I'm abit lost in your loops. In case of redirecting your output to tee... man tee. -- WBR, Andrey Repin (anrdae...@freemail.ru) 02.03.2012,<16:19> Sorry for my terrible english... Andrey: I was confused too ... once DaveK pointed me to my alias in

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Paul Allen Newell
On 3/2/2012 3:28 AM, Eliot Moss wrote: . Generally, getting " quotes around it will do the trick. Over the years I have managed to make many of my scripts safe for file and directory names that have spaces. It's a pain, but generally possible ... Eliot Moss Eliot: Thanks. I am usually very

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Paul Allen Newell
[sent to wrong email address, apologies] On 3/2/2012 12:43 PM, Paul Allen Newell wrote: On 3/1/2012 11:19 PM, Dave Korn wrote: On 02/03/2012 07:06, Paul Allen Newell wrote: I'll go and figure out some way to filter $(PWD) to be acceptable to basename. It just needs quotes around it to prev

Re: question on Cygwin's version of make

2012-03-02 Thread Paul Allen Newell
On 3/2/2012 1:10 AM, Corinna Vinschen wrote: On Mar 1 17:50, Paul Allen Newell wrote: Given that the problem is identified (basename doesn't like spaces), This is not correct. It's not that basename doesn't like spaces, the problem is incorrect quoting. Example: $ basename /a/b/c.d .d

Re: mintty scroll to bottom

2012-03-02 Thread Ryan Johnson
On 02/03/2012 3:20 PM, Andy Koppe wrote: On 2 March 2012 08:41, Corinna Vinschen wrote: On Mar 1 20:43, Andy Koppe wrote: On 29 February 2012 12:46, Lemke, Michael SZ/HZA-ZSW wrote: What is the mintty equivalent to rxvt/xterm's -si|+si Turn on/off scroll-to-bottom on TTY outpu

Re: mintty scroll to bottom

2012-03-02 Thread Andy Koppe
On 2 March 2012 08:41, Corinna Vinschen wrote: > On Mar  1 20:43, Andy Koppe wrote: >> On 29 February 2012 12:46, Lemke, Michael  SZ/HZA-ZSW wrote: >> > What is the mintty equivalent to rxvt/xterm's >> > >> > -si|+si >> >              Turn on/off scroll-to-bottom on TTY output inhibit; >> >        

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Kitchens
I just ran the snapshot build, and CTRL+C appears to be working properly in /dev/consX -- Kitchens . -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/

RE: New package: openjpeg-1.5.0-1

2012-03-02 Thread Matt Seitz (matseitz)
> From: Luke Kendall [mailto:luke.kend...@cisra.canon.com.au] > > I'm no expert, but I thought any JPEG 2000 implementation required use > of patented technologies. Do the implementers make some statement about > the patent situation for openjpeg? Does this help? https://lists.secondlife.com/pip

Re: [ANNOUNCEMENT] New packages: texlive-20110705-1, texlive-collection-*-20120202-1, libkpathsea{6,-devel}-20110705-1, libptexenc{1,-devel}-20110705-1, asymptote-2.15-1

2012-03-02 Thread Ryan Johnson
On 02/03/2012 12:57 PM, Ken Brown wrote: Thanks to the tremendous efforts of Yaakov Selkowitz, TeX Live has been added to the Cygwin distribution, replacing teTeX. I will be taking over as maintainer. Wow. Kudos to you two! If you have any [teTex] packages installed, setup.exe should automa

RE: Recent upgrade to wish leads to a problem

2012-03-02 Thread Matt Seitz (matseitz)
> From: Achim Gratz [mailto:strom...@nexgo.de] > > I do and FTR: I don't want the cygwin Xorg server to be a dependency to > all programs that might use X because that would pull in a lot of > packages that I have no use for on most systems. Right, that would be a disadvantage of making "xinit"

Re: [ANNOUNCEMENT] Uploaded base-files-4.1-1

2012-03-02 Thread David Sastre Medina
On Wed, Feb 29, 2012 at 06:23:24PM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: > On 28 February 2012 19:58, David Sastre Medina wrote: > > /etc/profile/lang.* > => > /etc/profile.d/lang.* Thanks. Fixed. -- Huella de clave primaria: AD8F BDC0 5A2C FD5F A179 60E7 F79B AB04 5299 EC56

RE: Recent upgrade to wish leads to a problem

2012-03-02 Thread Matt Seitz (matseitz)
> From: Yaakov (Cygwin/X) > > I haven't seen any questions that I haven't already answered (although > it would help if your mail client was capable of preserving a thread). Sorry about that. Hopefully I've cleared up the threading problem now. Please let me know if you are still seeing a pro

Re: base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-02 Thread David Sastre Medina
On Fri, Mar 02, 2012 at 11:46:05AM +0100, Corinna Vinschen wrote: > On Mar 1 11:08, Corinna Vinschen wrote: > > # Fix a problem introduced by older versions of setup.exe > > [...] > > David, ping? Can we add the below two files to base-files asap and > remove the tmp/temp workaround, please?

RE: Recent upgrade to wish leads to a problem

2012-03-02 Thread Matt Seitz (matseitz)
> From: Christopher Faylor > > For the record, I don't think Yaakov, Corinna, or I are really > interested in spending our time adding some sort of suggestion mechanism > to setup.exe. This would have ramifications both for setup.exe, for the > script which updates setup.ini, and for the genini s

RE: Recent upgrade to wish leads to a problem

2012-03-02 Thread Matt Seitz (matseitz)
> From: Robert Miles > > Does it always require xinit, or only sometimes? Sometimes. > If only sometimes, why > should it always be installed even for computers where there is no need > for it? It should be always be installed if the benefits of always installing it outweigh the benefits of n

[ANNOUNCEMENT] New packages: texlive-20110705-1, texlive-collection-*-20120202-1, libkpathsea{6,-devel}-20110705-1, libptexenc{1,-devel}-20110705-1, asymptote-2.15-1

2012-03-02 Thread Ken Brown
Thanks to the tremendous efforts of Yaakov Selkowitz, TeX Live has been added to the Cygwin distribution, replacing teTeX. I will be taking over as maintainer. TeX Live provides a comprehensive, cross-platform TeX system. It includes all the major TeX-related programs, macro packages, and fo

Re: Recent upgrade to wish leads to a problem

2012-03-02 Thread Christopher Faylor
On Fri, Mar 02, 2012 at 01:11:49AM -0600, Robert Miles wrote: >On 3/1/2012 1:38 PM, Jeremy Bopp wrote: >> On 03/01/2012 01:05 PM, Eric Blake wrote: >>> On 03/01/2012 10:53 AM, Matt Seitz (matseitz) wrote: You don't think that Setup telling the user "package xyz requires package xinit" mig

Re: cygheap base mismatch detected

2012-03-02 Thread Charles Wilson
On 3/2/2012 3:59 AM, Corinna Vinschen wrote: > On Mar 1 17:44, Charles Wilson wrote: >> Is there some workaround that could be used? > > Rebase pghook.dll. Oh, well, yeah -- that would work if I were allowed to do so. However, remember "paranoid corporate IT policies"? Avecto Privilege Guard i

Re: 1.7.10 cygrunsrv.exe fails with "fork: 11, Resource temporarily unavailable"

2012-03-02 Thread Ulf-Dietrich Braumann
Hi, I run in a similar problem after I have updated cygwin1.dll from 1.7.9 to 1.7.11 on Win2k3 64bit. When I now try to start sshd as a service C:\>net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service could not be started. A system error has occurred. System error 1067

windows8 + cygwin + sshd

2012-03-02 Thread Ilya Dogolazky
Hi ! Have someone tried to run the ssh daemon in the windows8 consumer preview? When I start it with "sygrunsrv --start sshd", I see following message: "Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started". No idea what does it mean. Any help is v

Re: base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-02 Thread Eric Blake
On 03/02/2012 05:41 AM, Corinna Vinschen wrote: > On Mar 2 04:59, Eric Blake wrote: >> On 03/02/2012 03:46 AM, Corinna Vinschen wrote: >>> /etc/profile.d/1777fix.sh: >>> >>> #!/bin/bash >> >> As long as we're requiring bash,... >> [...] > > Thanks for the review. Like this? Yes, looks better

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 2 12:10, Corinna Vinschen wrote: > On Mar 2 11:18, Corinna Vinschen wrote: > > On Mar 1 19:22, Kitchens wrote: > > > I've noticed this as well, and it seems to be a difference between > > > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > > > cmd.exe or Console2 (basica

Re: How to revert to older Cygwin1 dll?

2012-03-02 Thread Earnie Boyd
2012/3/1 Andrey Repin : > Greetings, Leo! > Well, drag+drop plus much easier install: For NTemacs I just copy the binaries to a new machine, hv a working GUI emacs straight away and can add the cygwin stuff only when needed, but for a GUI emacs in cygwin i need to install cygwin

Re: base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-02 Thread Corinna Vinschen
On Mar 2 04:59, Eric Blake wrote: > On 03/02/2012 03:46 AM, Corinna Vinschen wrote: > > /etc/profile.d/1777fix.sh: > > > > #!/bin/bash > > As long as we're requiring bash,... > [...] > > if getfacl "${file}" | grep -Eq 'default:(group:|other):rwx' > > Is it worth converting this to case

Re: Recent upgrade to wish leads to a problem

2012-03-02 Thread Andrey Repin
Greetings, Achim Gratz! > As long as setup.exe doesn't handle "recommendations", how about having > an (empty) package "X-application" (or whatever better name you come up > with) that all such applications depend on? I'm still not sure how to > get the actual warning to the user, but for starter

Re: pnmtopng reports: no memory to create string

2012-03-02 Thread Diomidis Spinellis
Yaakov (Cygwin/X users.sourceforge.net> writes: > On Tue, 2012-02-14 at 11:53 -0500, David Dombrowsky wrote: > > > > Running `pnmtopng` from the netpbm package results in an error message. > > > > $ pnmtopng > > pnmtopng: NO MEMORY TO CREATE STRING! This problem was fixed in release 10.57.03

Re: question on Cygwin's version of make

2012-03-02 Thread Andrey Repin
Greetings, Paul Allen Newell! > I also noticed that if I run "make>& make.out" that the message is > printed > to the terminal and is not in make.out. What am I missing to capture all > output in make.out? I like this way make&2>1 |tee make.out "&2>1" r

Re: question on Cygwin's version of make

2012-03-02 Thread Andrey Repin
Greetings, Paul Allen Newell! >>> have a script to get rid of everything being an executable. >> Does >> chmod -x,+X -R /path/... >> warrant a script? >> >> >> -- >> WBR, >> Andrey Repin (anrdae...@freemail.ru) 02.03.2012,<02:58> >> >> Sorry for my terrible english... >> >> > Andrey: > Thanks for

Re: base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-02 Thread Eric Blake
On 03/02/2012 03:46 AM, Corinna Vinschen wrote: > On Mar 1 11:08, Corinna Vinschen wrote: >> # Fix a problem introduced by older versions of setup.exe >> [...] > > David, ping? Can we add the below two files to base-files asap and > remove the tmp/temp workaround, please? > > /etc/profile.d

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Eliot Moss
On 3/2/2012 2:06 AM, Paul Allen Newell wrote: On 3/1/2012 10:50 PM, Dave Korn wrote: I'll go and figure out some way to filter $(PWD) to be acceptable to basename. Generally, getting " quotes around it will do the trick. Over the years I have managed to make many of my scripts safe for file

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 2 11:18, Corinna Vinschen wrote: > On Mar 1 19:22, Kitchens wrote: > > I've noticed this as well, and it seems to be a difference between > > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > > cmd.exe or Console2 (basically a cmd wrapper) cannot CTRL+C on the > > command

Re: Bash exception

2012-03-02 Thread 斟酌鵬兄
Marco, Thanks, I SHOULD look at the FAQ first before I post. My mistakes:P 2012/3/2 marco atzeri : > 2012/3/2 斟酌鵬兄 : >> Somewhat gets exception from now on: >> >>       0 [main] bash 6652 exception::handle: Exception: >> STATUS_ACCESS_VIOLATION >>     454 [main] bash 6652 open_stackdumpfile: Dum

base-files: New files to fix permission issues (was Re: 1.7.10/1.7.11: .Net programs started from a cygwin console may fail.)

2012-03-02 Thread Corinna Vinschen
On Mar 1 11:08, Corinna Vinschen wrote: > # Fix a problem introduced by older versions of setup.exe > [...] David, ping? Can we add the below two files to base-files asap and remove the tmp/temp workaround, please? /etc/profile.d/1777fix.csh: #!/bin/tcsh # Fix a problem introduced by o

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 1 19:22, Kitchens wrote: > I've noticed this as well, and it seems to be a difference between > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > cmd.exe or Console2 (basically a cmd wrapper) cannot CTRL+C on the > command line to abort it. Ctrl+C does, however, issue a SI

Re: Bash exception

2012-03-02 Thread marco atzeri
2012/3/2 斟酌鵬兄 : > Somewhat gets exception from now on: > > 0 [main] bash 6652 exception::handle: Exception: STATUS_ACCESS_VIOLATION > 454 [main] bash 6652 open_stackdumpfile: Dumping stack trace to > bash.exe.stackdump that was clear, you could trim a bit... > bash.exe.stackdump > 15612

Bash exception

2012-03-02 Thread 斟酌鵬兄
Somewhat gets exception from now on:       0 [main] bash 6652 exception::handle: Exception: STATUS_ACCESS_VIOLATION     454 [main] bash 6652 open_stackdumpfile: Dumping stack trace to bash.exe.stackdump       0 [main] bash 6648 exception::handle: Exception: STATUS_ACCESS_VIOLATION     372 [main] b

Re: Setting TZ may break time() in non-Cygwin programs

2012-03-02 Thread Corinna Vinschen
On Mar 1 21:15, Christian Franke wrote: > TZ environment variable is set by default since base-files 4.0.7. > > Unfortunately this breaks the time() calculation for all non-Cygwin > programs run from Cygwin if Microsoft C runtime (mscrt*.dll) is > used. MS CRT evaluates TZ but supports only a ver

Re: question on Cygwin's version of make

2012-03-02 Thread Corinna Vinschen
On Mar 1 17:50, Paul Allen Newell wrote: > Given that the problem is identified (basename doesn't like spaces), This is not correct. It's not that basename doesn't like spaces, the problem is incorrect quoting. Example: $ basename /a/b/c.d .d c $ basename "/a/b/c.d .d" c.d .d And sinc

Re: cygheap base mismatch detected

2012-03-02 Thread Corinna Vinschen
On Mar 1 17:44, Charles Wilson wrote: > On 3/1/2012 7:14 AM, Corinna Vinschen wrote: > > Hmm. cygcheck loads the Cygwin DLL dynamically. It does not depend on > > any other Cygwin distro DLL. But it's started from a Cygwin parent. So > > the loaded CYgwin DLL checks the layout just like it had

Re: mintty scroll to bottom

2012-03-02 Thread Corinna Vinschen
On Mar 1 20:43, Andy Koppe wrote: > On 29 February 2012 12:46, Lemke, Michael SZ/HZA-ZSW wrote: > > What is the mintty equivalent to rxvt/xterm's > > > > -si|+si > >              Turn on/off scroll-to-bottom on TTY output inhibit; > >              resource scrollTtyOutput has opposite effect. >