Re: [PATCH] bugs.html: XWin log

2009-10-28 Thread Corinna Vinschen
On Oct 27 21:10, Yaakov S wrote: Over on cygwin-xfree@ we find XWin's logs to be important information in diagnosing problems. I would like to make this standard procedure for issue reporting just like cygcheck output is currently. Patch for bugs.html attached. Makes sense. Please apply

XEmacs function rtf-clip-region no longer works within X

2009-10-28 Thread Hemal Pandya
Hello, I recently installed cygwin on my new laptop and see this strange behavior. When I start XEmacs within X then the function rtf-clip-region, does not seem to work. After calling this function, pasting in Word pastes as plain text. If I start XEmacs outside X then the function works as

[1.7] run does not work well

2009-10-28 Thread Florent Fievez
Hello, I installed cygwin 1.7 and I have problem to use run utility. I have a windows shell script for launching rxvt with option depending on hosts : SET DISPLAY=127.0.0.1:0.0 if defined CYGWIN_ROOT goto :OK set CYGWIN_ROOT=%~dp0 :OK SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin SET

Re: [ANNOUNCEMENT] [1.7] X11R7.5 [Emacs-gtk]

2009-10-28 Thread Angelo Graziosi
Yaakov (Cygwin/X) wrote: Cygwin/X has been updated to X.Org X11R7.5. It seems that after this upgrade, my GTK build[*] of Emacs has some problem. First, the link on desktop with which I start Emacs does not work any more. It was created with: - emacs=Emacs-2

Re: How to open a standalone xterm

2009-10-28 Thread Joel Gwynn
Duh. Guess I need more sleep :) Thanks! On Wed, Oct 28, 2009 at 12:10 AM, Larry Hall (Cygwin X) reply-to-list-only-l...@cygwin.com wrote: On 10/27/2009 11:02 PM, Joel Gwynn wrote: So it looks like if I first start up the multiwindow window manager like so: xwin -multiwindow, then I can run

Re: How to open a standalone xterm

2009-10-28 Thread Joel Gwynn
And now, sporadically, when I run startxwin.sh, sometimes it works, ie opens up the xterm, but sometimes some windows open, with text that I can't read quickly enough, then go away. If I close Xwin and try again, sometimes it will work, mostly not. I don't see anything amiss in

What is correct way to start xterm from .XWinrc?

2009-10-28 Thread Jim Reisert AD1C
My .XWinrc file has this menu line: xterm EXEC xterm -e tcsh Since my default shell in /etc/passwd is /bin/tcsh, why should I need to specify it here also? If I don't specify it, a new xterm doesn't execute my ~/.cshrc file. I do not have a ~/.login or ~/.profile file. What is

RE: How to open a standalone xterm

2009-10-28 Thread Mike Ayers
From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Joel Gwynn Sent: Wednesday, October 28, 2009 8:27 AM And now, sporadically, when I run startxwin.sh, sometimes it works, ie opens up the xterm, but sometimes some windows open, with text that I can't

RE: How to open a standalone xterm

2009-10-28 Thread Reid Thompson
On Wed, 2009-10-28 at 11:49 -0700, Mike Ayers wrote: From: cygwin-xfree-ow...@cygwin.com [mailto:cygwin-xfree- ow...@cygwin.com] On Behalf Of Joel Gwynn Sent: Wednesday, October 28, 2009 8:27 AM And now, sporadically, when I run startxwin.sh, sometimes it works, ie opens up the

Re: How to open a standalone xterm

2009-10-28 Thread Joel Gwynn
Ha! That seems to do it. Although I also have to wait a bit between closing the xwin window and restarting, but that's not so bad. I guess there's some process that takes awhile to exit. Thanks, Joel On Wed, Oct 28, 2009 at 2:58 PM, Reid Thompson reid.thomp...@ateb.com wrote: On Wed,

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Thomas Dickey
On Wed, 28 Oct 2009, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server technically speaking, there's no such locale as C.UTF-8, so I'd not expect portable code to accept it (C and UTF-8 are mutually exclusive). with 'LANG=C.UTF-8

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Ken Brown
On 10/28/2009 5:23 PM, Thomas Dickey wrote: On Wed, 28 Oct 2009, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server technically speaking, there's no such locale as C.UTF-8, so I'd not expect portable code to accept it (C and UTF-8 are mutually

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Andy Koppe
2009/10/28 Thomas Dickey: X11R7.5 doesn't like the (default) locale C.UTF-8.  If I start the server technically speaking, there's no such locale as C.UTF-8, so I'd not expect portable code to accept it (C and UTF-8 are mutually exclusive). Technically speaking, portable code should make no

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Andy Koppe
2009/10/28 Ken Brown: Maybe my terminology is wrong.  But if you start mintty with no .minttyrc and with LANG unset, mintty will set LANG=C.UTF-8. Yep. That's primarily for emacs' benefit, which parses the locale env variables itself instead of using setlocale(LC_CTYPE, ), thereby missing out

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Charles Wilson
Thomas Dickey wrote: On Wed, 28 Oct 2009, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server technically speaking, there's no such locale as C.UTF-8, so I'd not expect portable code to accept it (C and UTF-8 are mutually exclusive). No, actually

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Andy Koppe
Xwin 1.6.x had no problem with C.UTF-8. Actually it's libX11 that makes the difference: Xwin 1.7.1 is fine after downgrading libX11 from 1.3.2-1 to 1.2.2-2. Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Jon TURNEY
On 28/10/2009 14:22, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8. If I start the server with 'LANG=C.UTF-8 /usr/bin/startxwin.bat', the server exits immediately, and the log has complaints about the locale. If I instead use 'LANG=en_US.UTF-8', there's no problem. I've

Re: X11R7.5 and C.UTF-8

2009-10-28 Thread Andy Koppe
2009/10/28 Jon TURNEY: On 28/10/2009 14:22, Ken Brown wrote: X11R7.5 doesn't like the (default) locale C.UTF-8.  If I start the server with 'LANG=C.UTF-8 /usr/bin/startxwin.bat', the server exits immediately, and the log has complaints about the locale. If I instead use 'LANG=en_US.UTF-8',

Re: Re: 1.5.25-15: 100% CPU under xdmcp and Gnome

2009-10-28 Thread Quinn Jones
Larry Hall (Cygwin X) wrote: Any interest in trying Cygwin 1.7 http://cygwin.com/#beta-test? I don't know if it would help but it has a newer X and friends and is actively maintained. One day in and it seems to be helping - no problems to report so far and the original problem has gone away

Re: How to open a standalone xterm

2009-10-28 Thread Reid Thompson
Joel Gwynn wrote: Ha! That seems to do it. Although I also have to wait a bit between closing the xwin window and restarting, but that's not so bad. I guess there's some process that takes awhile to exit. possibly having to wait for the X server socket to completely free up between between

Re: [1.7] Case-sensitive programs exist but cannot both be run

2009-10-28 Thread Corinna Vinschen
On Oct 27 21:25, Yaakov S wrote: * pathnames.sgml: Add limitation of case sensitivity with CreateProcess. Thanks, applied. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat

Re: 1.7: mv: Device or resource busy

2009-10-28 Thread Spiro Trikaliotis
Hello Denis, * On Wed, Oct 28, 2009 at 12:31:32AM +0100 Denis Excoffier wrote: Under some circumstances (detailed below), the command: mv file1 file2 produces mv: cannot move `file1' to `file2': Device or resource busy Bloda? (http://www.cygwin.com/acronyms/) I reported the exact same

Set uid and gid of a file to root

2009-10-28 Thread Stern, Eli
Hi, I am developing a diskless embedded system (aka the target) that uses Linux as its Operating system. The target connects directly to my PC (XP). I would like to boot the target to an NFS server, where is will get the file system. I would like to use the Cygwin NFS server in the following

Cygwin 1.5 vs. 1.7: tail

2009-10-28 Thread Roland Schwingel
Hi... At present I am using cygwin 1.5 mainly, but I have also started to migrate over to 1.7. Everything works quite well, but I encountered a problem with the tail command. Obviously the + syntax does no longer work in 1.7 In 1.5 when I call eg. tail +3 /path/to/some/file I get the whole

R: Cygwin 1.5 vs. 1.7: tail

2009-10-28 Thread Marco Atzeri
--- Mer 28/10/09, Roland Schwingel ha scritto: Hi... At present I am using cygwin 1.5 mainly, but I have also started to migrate over to 1.7. Everything works quite well, but I encountered a problem with the tail command. Obviously the + syntax does no longer work in 1.7 In 1.5 when I

Re: R: Cygwin 1.5 vs. 1.7: tail

2009-10-28 Thread Roland Schwingel
Hi Marco, Thanks for your reply. Marco Atzeri marco_atz...@yahoo.it wrote on 28.10.2009 12:05:09: --- Mer 28/10/09, Roland Schwingel ha scritto: Hi... At present I am using cygwin 1.5 mainly, but I have also started to migrate over to 1.7. Everything works quite well, but I

Re: R: Cygwin 1.5 vs. 1.7: tail

2009-10-28 Thread Julio Costa
Hi Roland, On Wed, Oct 28, 2009 at 11:15, Roland Schwingel wrote: Hi Marco, Thanks for your reply. Quoted e-mail edited; please see http://cygwin.com/acronyms/#PCYMTNQREAIYR Marco Atzeri wrote on 28.10.2009 12:05:09: --- Mer 28/10/09, Roland Schwingel  ha scritto: the manual says tail

Re: 1.7.0-62: segfault when PATH is not set

2009-10-28 Thread Corinna Vinschen
On Oct 28 00:51, Denis Excoffier wrote: On 2009-10-19 21:47, Corinna Vinschen wrote: On Oct 19 21:18, Denis Excoffier wrote: Hope this helps. It does. The value of $PATH is used without checking if $PATH exists. I fixed that in CVS. Thank you. Let's wait until 1.7.0-63 now. In the

Cygwin 1.5 vs 1.7: speed

2009-10-28 Thread Roland Schwingel
Hi... When evaluating 1.7 I do also conduct some speed tests with cygwin 1.5. I am using 1.5.25 und 1.7.0-62 on windows xp sp3 32bit here for my tests on a quad core machine with enough ram. It seems that 1.7 is around 10-25% slower in my scenarios here. I did some compilation tests. Each

Howto set default text file type to DOS/Text under release 1.7 BETA

2009-10-28 Thread Niels Hallenberg
Hi, I have just installed release 1.7 under Windows 7, 64bit. The setup.exe program seems to have changed and you can't any longer set the Default Text File Type to DOS/Text. I have a lot of scripts that won't run under bash as long as the extra CR's are not removed. I know of the tool doc2unix,

Re: text emacs issues and solution

2009-10-28 Thread Ken Brown
On 10/28/2009 1:52 AM, Kurt Harriger wrote: I was having some trouble with text based emacs under cygwin. The C-x C-c to exit was for some reason being interpreted as C-x C-g. After some googling around I found that export CYGWIN=tty seemed to fix the key sequence, however this also introduced

Re: Cygwin 1.5 vs 1.7: speed

2009-10-28 Thread Corinna Vinschen
On Oct 28 12:37, Roland Schwingel wrote: Any clues? I just made an additional test compiling stock libxml2-2.6.32 using the stock gcc3 coming with both cygwin versions and I am coming to roughly the same numbers. Is 1.7 truly slower than 1.5 or aren't all final optimizations done right now?

Re: Cygwin 1.5 vs 1.7: speed

2009-10-28 Thread Corinna Vinschen
On Oct 28 14:26, Corinna Vinschen wrote: On Oct 28 12:37, Roland Schwingel wrote: Any clues? I just made an additional test compiling stock libxml2-2.6.32 using the stock gcc3 coming with both cygwin versions and I am coming to roughly the same numbers. Is 1.7 truly slower than 1.5 or

command not working

2009-10-28 Thread Kie Kyon Huang
Hi, I just recently install cygwin using the setup.exe. The problem is that i cant seem to use some common command e.g. mkdir, ls without addding ./ in front? I am attaching the cygcheck output here. Did i miss any steps here? Thanks in advance Huang. cygcheck.out Description: Binary data

Re: command not working

2009-10-28 Thread paul . hermeneutic
On Wed, Oct 28, 2009 at 08:51, Kie Kyon Huang kiekyon.hu...@gmail.com wrote: The problem is that i cant seem to use some common command e.g. mkdir, ls without addding ./ in front?  I am attaching the cygcheck output here. The output appears to show that you do not have Cygwin in your PATH.

Cygwin 1.7, who version 7.0 does not respond with a value

2009-10-28 Thread Larry W. Virden
when I type the who command within a Cygwin window, only an empty line is returned. The man page states that who prints info about users who are logged in. What I have found so far is that -H returns headers -q returns # users=0 while who with the -a, -b, -d, -l, --lookup, -m, -p, -r, -s, -t,

Re: Cygwin 1.5 vs 1.7: speed

2009-10-28 Thread Roland Schwingel
Hi Corrinna... On Oct 28 14:26, Corinna Vinschen wrote: Whether 1.7 is faster or slower depends on what you're doing and on what OS you're running. For instance, scanning local directories is about 60% faster in 1.7 while starting lots of processes is about 10% slower on Vista but

RE: Permission denied on /usr/bin/sh when running gmake with multiple jobs

2009-10-28 Thread John Daintree
Hello all, I'm still having this problem but I'm beginning to narrow it down. Here's an example of the error I get: J:\trunk\svn\apl\win\bin\mk_cc: /cygdrive/j/trunk/svn/apl/allos/bin/verbose: /usr/bin/sh: bad interpreter: Permission denied I've upgraded to cygwin 1.7, and I'm running this on

Re: text emacs issues and solution

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 01:52 AM, Kurt Harriger wrote: I was having some trouble with text based emacs under cygwin. The C-x C-c to exit was for some reason being interpreted as C-x C-g. After some googling around I found that export CYGWIN=tty seemed to fix the key sequence, however this also introduced

Cygwin Vista svn problem STATUS_ACCESS_VIOLATION

2009-10-28 Thread Mark MacVicar
I recently upgraded from XP to Vista and started having problems with svn (aka subversion). \cygwin\bin\svn.exe works when run from a cygwin bash terminal but not from a Windows cmd prompt (not required, but handy to be able to run svn from a cmd prompt when working with visual studio, so that

Re: Bash - IF Statement

2009-10-28 Thread Mark J. Reed
You're still sending TOFU. Please stop. On Tue, Oct 27, 2009 at 5:54 PM, briglass111 wrote: It didn't matter if I believed what I read on the internet or not, I couldn't get the IF-statement to work, and when I queried a unix user, he wasn't sure Sounds like you need to associate with a

Re: Set uid and gid of a file to root

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 05:29 AM, Stern, Eli wrote: Hi, I am developing a diskless embedded system (aka the target) that uses Linux as its Operating system. The target connects directly to my PC (XP). I would like to boot the target to an NFS server, where is will get the file system. I would like to

Re: R: Cygwin 1.5 vs. 1.7: tail

2009-10-28 Thread Dave Korn
Marco Atzeri wrote: --- Mer 28/10/09, Roland Schwingel ha scritto: I get an error: tail: cannot open '+3' for reading: No such file or directory. Is this on purpose or an accident? probably, the last $ tail --version tail (GNU coreutils) 7.0 don't accept any more the previous

Re: Bash - IF Statement

2009-10-28 Thread Christopher Faylor
On Wed, Oct 28, 2009 at 12:46:40PM -0400, Mark J. Reed wrote: You're still sending TOFU. Please stop. On Tue, Oct 27, 2009 at 5:54 PM, briglass111 wrote: It didn't matter if I believed what I read on the internet or not, I couldn't get the IF-statement to work, and when I queried a unix user, he

mkdir differences between 1.5.25 and 1.7

2009-10-28 Thread Egerton, Jim
Hi, I'm seeing a few things with mkdir and acl's I don't quite understand - OS is Server 2008. First, from the shell I see different behaviors with mkdir on 1.5.25 and 1.7. On 1.5.25 ($ filever \\usr\\bin\\cygwin1.dll --a-- W32i DLL ENU 1005.25.0.0 shp 1,872,884 06-12-2008

Re: command not working

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 09:51 AM, Kie Kyon Huang wrote: Hi, I just recently install cygwin using the setup.exe. The problem is that i cant seem to use some common command e.g. mkdir, ls without addding ./ in front? I am attaching the cygcheck output here. Did i miss any steps here? Looks to me like

Re: Cygwin 1.7, who version 7.0 does not respond with a value

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 10:04 AM, Larry W. Virden wrote: when I type the who command within a Cygwin window, only an empty line is returned. The man page states that who prints info about users who are logged in. What I have found so far is that -H returns headers -q returns # users=0 while who with

Re: Bash - IF Statement

2009-10-28 Thread jreidthomps
before i knew that bash was white-space picky I think most shells are, not just bash , i thought this may be a cygwin issue because i read a bit about people saying bash is different in cygwin than in unix where? I've not ran into any instances where cygwin bash varies from unix bash

Re: Cygwin Vista svn problem STATUS_ACCESS_VIOLATION

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 12:07 PM, Mark MacVicar wrote: I recently upgraded from XP to Vista and started having problems with svn (aka subversion). \cygwin\bin\svn.exe works when run from a cygwin bash terminal but not from a Windows cmd prompt (not required, but handy to be able to run svn from a cmd

Re: Howto set default text file type to DOS/Text under release 1.7 BETA

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 07:59 AM, Niels Hallenberg wrote: Hi, I have just installed release 1.7 under Windows 7, 64bit. The setup.exe program seems to have changed and you can't any longer set the Default Text File Type to DOS/Text. I have a lot of scripts that won't run under bash as long as the extra

Re: Bash - IF Statement

2009-10-28 Thread briglass111
What is wrong with you people? What is the desire to continue posting in this thread? I am a relatively inexperienced cygwin/unix user who had an honest question and you people got so chafed up by it. If you are so insulted or annoyed by my question, then find a mod or something and delete it, or

Re: Bash - IF Statement

2009-10-28 Thread DePriest, Jason R.
On Wed, Oct 28, 2009 at 2:10 PM, briglass111 wrote: What is wrong with you people? What is the desire to continue posting in this thread? I am a relatively inexperienced cygwin/unix user who had an honest question and you people got so chafed up by it. If you are so insulted or annoyed by my

Re: Removed 1.5.25 and installed 1.7.0, but still cannot access filenames containing Unicode

2009-10-28 Thread Steven Monai
Corinna Vinschen wrote: I'm seriously puzzled. Could you please run $ strace -o ls.trace ls -l weird/ and send the ls.trace file as attachment? Maybe there's some hint in it. Done. -SM -- 3 3 [main] ls 288 open_shared: name shared.5, n 5, shared 0x60FC (wanted

Re: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-28 Thread Chris Francy
On Thu, 22 Oct 2009 20:08 PM, Steven Monai smona...@yahoo.ca wrote: Since I don't care about the retaining the permissions, and I now have a version of rsync on both sides that allows me to use link-dest without copying permissions I am happy. If someone wants to continue digging into this

Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

2009-10-28 Thread Eric Backus
Charles Wilson cygwin at cwilson.fastmail.fm writes: ncurses is a package that provides character and terminal handling libraries, including 'gui-like' panels and menus. It is often used instead of termcap. This is a packaging bug fix, and an update to latest upstream. [[ compiled

Re: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-28 Thread Steven Monai
Chris Francy wrote: On Thu, 22 Oct 2009 20:08 PM, Steven Monai smona...@yahoo.ca wrote: Could you re-run your Cygwin-1.7 test case with --itemize-changes added to the rsync command-line? That should provide a hint at what Debian's rsync thinks is different between its existing file copy and

pseudo-hang during postinstall

2009-10-28 Thread Jeffrey Friedl
Hi, Using the latest 1.7 on XP SP3, installs seem to hang during the pre/post install phases, as if it's being blocked by a BLODA. However, it persists even after fully uninstalling any and every security-related item I could find (I didn't have much), stopping and disabling almost every service,

Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

2009-10-28 Thread Charles Wilson
Eric Backus wrote: I'm getting a segmentation fault when I try to use tput. The program runs successfully if you just ask it for a version number, or if asked for a non- existent capability, but gets a seg fault when asked about a real capability. $ tput sgr0 Segmentation fault (core

[ANNOUNCEMENT] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.6-1

2009-10-28 Thread David Rothenberger
NEWS: = This is a new upstream release. See CHANGES (URL below) for more information. IMPORTANT: This release will silently upgrade your Subversion working copies to the 1.6 format, rendering them unusable with previous major versions of Subversion. Please see the release notes

[ANNOUNCEMENT] [1.7] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.6-2

2009-10-28 Thread David Rothenberger
A new version of subversion is now available for download. This version is built for Cygwin 1.7. CYGWIN NEWS: There was one test failure with Cygwin 1.7. * All tests hang using the serf HTTP library. This package still includes support for serf, but if you encounter problems,

Re: pseudo-hang during postinstall

2009-10-28 Thread Larry Hall (Cygwin)
On 10/28/2009 09:36 PM, Jeffrey Friedl wrote: Once it's working, it's working, except that I can't start sshd as a service. If I open a shell and run /usr/sbin/sshd by hand, it's fine. Does any of this ring a bell? Other than the part about sshd, no. As for sshd, since you've run it by hand,

Symbolic links on NTFS with real symbolic links

2009-10-28 Thread Neil Mowbray
Dear Folks, On NTFS systems that support real symbolic links (eg those with Vista) the comand ln -s does *not* create a native symbolic link merely an old style shortcut. Will ln -s be chansed to support native symbolic links? Also rm link removes the target of the symbolic link not the link

Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.6-1

2009-10-28 Thread David Rothenberger
NEWS: = This is a new upstream release. See CHANGES (URL below) for more information. IMPORTANT: This release will silently upgrade your Subversion working copies to the 1.6 format, rendering them unusable with previous major versions of Subversion. Please see the release notes

[1.7] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.6-2

2009-10-28 Thread David Rothenberger
A new version of subversion is now available for download. This version is built for Cygwin 1.7. CYGWIN NEWS: There was one test failure with Cygwin 1.7. * All tests hang using the serf HTTP library. This package still includes support for serf, but if you encounter problems,