Re: [RFU] mintty-0.4.0-2

2009-06-09 Thread Corinna Vinschen
On Jun 9 12:20, Andy Koppe wrote: For both 1.5 and 1.7: wget http://mintty.googlecode.com/files/mintty-0.4.0-2.tar.bz2 wget http://mintty.googlecode.com/files/mintty-0.4.0-2-src.tar.bz2 Please delete 0.4.0-1, which was missing the preinstall and preremove scripts. 0.3.8-1 can go as well.

Is it time to promote emacs-23?

2009-06-09 Thread Ken Brown
Based on what I've seen since emacs-23 became available for testing, I think it's probably time to promote it to current rather than experimental for people testing cygwin 1.7. That leaves a few weeks before the release of 1.7 to help emacs users with the transition from emacs-21 to emacs-23.

RXVT problem

2009-06-09 Thread Leonardo M. Ramé
__ Información de ESET Smart Security, versión de la base de firmas de virus 4142 (20090609) __ ESET Smart Security ha comprobado este mensaje. http://www.eset.com

Re: RXVT problem

2009-06-09 Thread Christopher Faylor
On Tue, Jun 09, 2009 at 03:51:33PM -0300, Leonardo M. Ram? wrote: Hi, since yesterday I'm experiencing a weird problem with RXVT. Please use the main cygwin list for bug reports. Thank you. cgf

Re: RXVT problem

2009-06-09 Thread Leonardo M. Ramé
with RXVT. Please use the main cygwin list for bug reports. Thank you. cgf __ Información de ESET Smart Security, versión de la base de firmas de virus 4142 (20090609) __ ESET Smart Security ha comprobado este mensaje. http://www.eset.com __ Información de

Re: AltGr sometimes generates Control_L

2009-06-09 Thread Hannu Koivisto
Jon TURNEY jon.tur...@dronecode.org.uk writes: Hannu Koivisto wrote: Hmm... can I see the first few lines of your /var/log/Xwin.0.log, please, so I can see what keyboard layout windows is reporting and X is using. The only keyboard related lines I can see are around line 36 and they are:

Proposed patch to system.XWinrc

2009-06-09 Thread Ken Brown
I recommend that the xorg-server maintainers consider the following patch to system.XWinrc: --- system.XWinrc.orig 2009-02-22 12:27:28.0 -0500 +++ system.XWinrc 2009-06-09 11:57:50.328125000 -0400 @@ -79,8 +79,8 @@ // Make some menus... menu apps { - xterm exec

src/winsup/cygwin ChangeLog autoload.cc fhandl ...

2009-06-09 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-06-09 09:45:29 Modified files: winsup/cygwin : ChangeLog autoload.cc fhandler_proc.cc Log message: * autoload.cc (GetSystemTimes): Remove. * fhandler_proc.cc (format_proc_uptime):

Re: why /etc/bash.bashrc is not executed when logging in as a domain user?

2009-06-09 Thread Huang Bambo
/etc/bash.bashrc is called by $HOME/.bash_profile like:  17 # source the system wide bashrc if it exists  18 if [ -e /etc/bash.bashrc ] ; then  19   source /etc/bash.bashrc  20 fi Check your $HOME/.bash_profile at first. 2009/6/9 Pan ruochen panruoc...@gmail.com Hi All, The system wide

Why sh failed 'Process Substitution'?

2009-06-09 Thread Pan ruochen
Hi All, Why sh failed to recognize Process Substitution, even if /bin/sh.exe is a copy of /bin/bash.exe? $cat test.sh #!/bin/bash A=A B=B diff (echo $A) (echo $B) $sh test.sh a.sh: line 4: syntax error near unexpected token `(' a.sh: line 4: `diff (echo $A) (echo $B)' -- Unsubscribe info:

Re: Remote desktop connection

2009-06-09 Thread Mark Geisert
Robert Rackl writes: It seems that with regular RDP, I can only do it using one local screen; if there is a way to use multiple screens please let me know how. A couple of years ago, a friend showed me how to use Cygwin to establish a remote desktop connection using two local screens which

Re: Remote desktop connection

2009-06-09 Thread Andrew DeFaria
Robert Rackl wrote: It seems that with regular RDP, I can only do it using one local screen; if there is a way to use multiple screens please let me know how. You are using incorrect terminology here, namely the concept of screen. RDP allows you to connect to a remote system and present you

Re: Cygwin OpenSSH GPL Violation?

2009-06-09 Thread Corinna Vinschen
On Jun 8 21:58, Karl M wrote: http://www.neophob.com/serendipity/ Hi All... I just ran across this site and didn't find any source code offered. Is this a known site? Now it is. I contacted the guy to add the sources to the site. Thanks, Corinna -- Corinna Vinschen

Re: [1.7] Cannot read /proc/stat

2009-06-09 Thread Corinna Vinschen
On Jun 8 12:51, Yaakov S wrote: On 08/06/2009 12:14, Corinna Vinschen wrote: Confirmed. The reason is that a datastructure on the NT level has another size on 64 bit systems, and the WOW64 layer doesn't translate the structure into the 32 bit format. The function is unsupported, so that

Re: Why sh failed 'Process Substitution'?

2009-06-09 Thread Dave Korn
Pan ruochen wrote: Hi All, Why sh failed to recognize Process Substitution, even if /bin/sh.exe is a copy of /bin/bash.exe? $cat test.sh #!/bin/bash A=A B=B diff (echo $A) (echo $B) $sh test.sh a.sh: line 4: syntax error near unexpected token `(' a.sh: line 4: `diff (echo $A) (echo $B)'

last update is weird

2009-06-09 Thread Vincent R.
Hi, I have started cygwin-1.7 setup to update to latest cygwin dll and now when I start mintty, seems are very weird. My terminal looks like a mix between a windows terminal and mintty, for instance I have the following text in black and white : Microsoft Windows XP [version 5.1.2600] (C)

Re: last update is weird

2009-06-09 Thread Eric Lilja
Vincent R. wrote: Hi, I have started cygwin-1.7 setup to update to latest cygwin dll and now when I start mintty, seems are very weird. My terminal looks like a mix between a windows terminal and mintty, for instance I have the following text in black and white : I just did an upgrade too

RE: R: How to make cygwin redirect in UNIX mode?

2009-06-09 Thread Phil Betts
Christopher Faylor wrote: On Tue, Jun 09, 2009 at 10:27:27AM +0800, Pan ruochen wrote: you installed cygwin in text mode. So the output is DOS style, to have UNIX output you need to install in binmode I did get one cygwin distribution which can excute scripts both in DOS mode and in

Re: [1.7] Cannot read /proc/stat

2009-06-09 Thread Corinna Vinschen
On Jun 9 10:31, Corinna Vinschen wrote: On Jun 8 12:51, Yaakov S wrote: On 08/06/2009 12:14, Corinna Vinschen wrote: Confirmed. The reason is that a datastructure on the NT level has another size on 64 bit systems, and the WOW64 layer doesn't translate the structure into the 32 bit

chmod/chgrp ignores Windows ACL full control? (rm works fine)

2009-06-09 Thread Fischer, Tilman
Hello all, Hi Corinna, I get a 'Permission denied' for 'chmod' or 'chgrp' on a file using a standard windows user with full access ('ls -l' shows: '-rwx--+ 1 admin None'). According to 'getfacl' the user has the rwx-rights on the file and there is no problem to move, copy or delete the file

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 09 Jun 2009 11:39:05 +0200, Eric Lilja mindcoo...@gmail.com wrote: Vincent R. wrote: Hi, I have started cygwin-1.7 setup to update to latest cygwin dll and now when I start mintty, seems are very weird. My terminal looks like a mix between a windows terminal and mintty, for

Re: chmod/chgrp ignores Windows ACL full control? (rm works fine)

2009-06-09 Thread Corinna Vinschen
On Jun 9 11:58, Fischer, Tilman wrote: Hello all, Hi Corinna, I get a 'Permission denied' for 'chmod' or 'chgrp' on a file using a standard windows user with full access ('ls -l' shows: '-rwx--+ 1 admin None'). According to 'getfacl' the user has the rwx-rights on the file and there is

RE: Cygwin SSH Multiple Users

2009-06-09 Thread Holikar, Sachin (ext)
Hi, After enough tries we were able to start the sshd in our environment and local users are also able to login. But in comes the next problem. We have samba mounted a share onto this windows system. The user with which we samba mounted the share , is able to see the shares in Cygwin. But

Re: Cygwin SSH Multiple Users

2009-06-09 Thread Huang Bambo
Everyone should mount by itself. 2009/6/9 Holikar, Sachin (ext) sachin.holikar@siemens.com: Hi, After enough tries we were able to start the sshd in our environment and local users are also able to login. But in comes the next problem. We have samba mounted a share onto this windows

Re: last update is weird

2009-06-09 Thread Andy Koppe
2009/6/9 Vincent R.: I already have the minus... I have uninstalled and resinstalled mintty but same problem. I can also see that start menu shortcut is not created anymore. Ah, packaging bug, sorry. I forgot to include the postinstall and preremove scripts. I'll upload a corrected 0.4.0-2

RE: Cygwin SSH Multiple Users

2009-06-09 Thread Holikar, Sachin (ext)
Thanks for the reply but problem is no other users are able to see the samba shares through cygwin or via ssh(df). Only the user with which sshd is started is able to see the samba share. Hope I am clear this time. Thanks, Sac -Original Message- From: cygwin-ow...@cygwin.com

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 12:07:23 +0100, Andy Koppe andy.ko...@gmail.com wrote: 2009/6/9 Vincent R.: I already have the minus... I have uninstalled and resinstalled mintty but same problem. I can also see that start menu shortcut is not created anymore. Ah, packaging bug, sorry. I forgot to

Re: last update is weird

2009-06-09 Thread Andy Koppe
I have started cygwin-1.7 setup to update to latest cygwin dll and now when I start mintty, seems are very weird. My terminal looks like a mix between a windows terminal and mintty, for instance I have the following text in black and white : Microsoft Windows XP [version 5.1.2600] (C)

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 13:20:12 +0100, Andy Koppe andy.ko...@gmail.com wrote: I have started cygwin-1.7 setup to update to latest cygwin dll and now when I start mintty, seems are very weird. My terminal looks like a mix between a windows terminal and mintty, for instance I have the following

Re: R: How to make cygwin redirect in UNIX mode?

2009-06-09 Thread Christopher Faylor
On Tue, Jun 09, 2009 at 10:47:51AM +0100, Phil Betts wrote: Christopher Faylor wrote: On Tue, Jun 09, 2009 at 10:27:27AM +0800, Pan ruochen wrote: you installed cygwin in text mode. So the output is DOS style, to have UNIX output you need to install in binmode I did get one cygwin

Re: Why sh failed 'Process Substitution'?

2009-06-09 Thread Daniel B.
Dave Korn wrote: Pan ruochen wrote: Hi All, Why sh failed to recognize Process Substitution, even if /bin/sh.exe is a copy of /bin/bash.exe? $cat test.sh #!/bin/bash A=A B=B diff (echo $A) (echo $B) $sh test.sh a.sh: line 4: syntax error near unexpected token `(' a.sh: line 4: `diff (echo $A)

Re: Cygwin SSH Multiple Users

2009-06-09 Thread Larry Hall (Cygwin)
Holikar, Sachin (ext) wrote: Thanks for the reply but problem is no other users are able to see the samba shares through cygwin or via ssh(df). Only the user with which sshd is started is able to see the samba share. Hope I am clear this time. Not entirely but enough that I can hazard a

Re: Why sh failed 'Process Substitution'?

2009-06-09 Thread Mark J. Reed
Pan ruochen wrote: Why sh failed to recognize Process Substitution, even if /bin/sh.exe is a copy of /bin/bash.exe? It's very common in UNIXland for a program to change its behavior depending on the name by which it is invoked. ln, mv, and rm are often links to the same command; there's at

Re: Remote desktop connection

2009-06-09 Thread Shawn Henderson
Andrew DeFaria wrote .. Robert Rackl wrote: It seems that with regular RDP, I can only do it using one local screen; if there is a way to use multiple screens please let me know how. You are using incorrect terminology here, namely the concept of screen. RDP allows you to connect to a

Re: Cron jobs stopped working : can't lock cron.pid .. Resouce temporarily unavailable

2009-06-09 Thread Pierre A. Humblet
- Original Message - From: sam naqvi To: cygwin@cygwin.com Sent: Tuesday, June 09, 2009 11:48 AM |i had setup some cron jobs on cygwin last Friday. a few of them were test scripts to see if the cron is firing smoothly on the right time without errors. And there were some actual

Hi! chao ban

2009-06-09 Thread Thuy Linh
Xin chao, Chuc mot ngay tot lanh! Moi ban ghe tham website Mua sam Shoping truc tuyen : http://www.PhoMuasam.net . Phomuasam.net la CO HOI VANG cho nhung ban muon mo Shop,kinh doanh truc tuyen , tin cay ! Chuc ban thanh cong voi PMS Rat cam on da doc thu P/S: Xin loi neu email nay lam phien

lynx broken again?

2009-06-09 Thread Sivaram Neelakantan
A few months back, due to library issues, lynx stopped working. It was sorted out by fixing libncurses8?? and other related libs. After my last update last evening, my scripts using lynx have stopped working. It simply returns 'Lynx is the text browser...' when trying a batch fetch. But a

Re: doc about the cygwin vfs?

2009-06-09 Thread Reini Urban
2009/6/8 Dave Korn dave.korn.cyg...@googlemail.com: jean-luc malet wrote: there is obviously a kind of vfs else /cygdrive/C or / wouldn't exist. /dev/null neither as long as the fs shown to the application isn't the same as the one of the native OS there is a vfs... I remember

1.7: Version info about Cygwin

2009-06-09 Thread Lee D. Rothstein
Can someone explain the difference in version info between?: * cygcheck -c cygwin * uname -a To wit: Cygwin Package Information Package VersionStatus cygwin 1.7.0-49 OK \ \

Re: Cron jobs stopped working : can't lock cron.pid .. Resouce temporarily unavailable

2009-06-09 Thread sam naqvi
--- On Tue, 6/9/09, Pierre A. Humblet pierre.humb...@ieee.org wrote: From: Pierre A. Humblet pierre.humb...@ieee.org Subject: Re: Cron jobs stopped working : can't lock cron.pid .. Resouce temporarily unavailable To: sam naqvi email_...@yahoo.com, cygwin@cygwin.com Date: Tuesday, June 9,

RE: 1.7: Version info about Cygwin

2009-06-09 Thread Karl M
Date: Tue, 9 Jun 2009 16:29:14 -0400 From: l1ee057 Subject: 1.7: Version info about Cygwin Can someone explain the difference in version info between?: * cygcheck -c cygwin * uname -a To wit: Cygwin Package Information Package Version Status cygwin 1.7.0-49 OK \ \ Versus

Problem - __imp___iob - do not compile

2009-06-09 Thread Lewris
Hi. I downloading cygwin (full), installed and I configured DEV-CPP how are. I am wearing the Library GMP and compiling in GCC. Just that. I do not manage to compile, I receive the mistake: Undefined reference have `__imp___iob' I am using -lgmp in the LINKER. I searched in the google but did

RE: OpenSSH server installation error on Windows Vista Business/Ultimate

2009-06-09 Thread David Christensen
Paul August wrote: This what I did: 1. Log on as Administrator. 2. Remove my existing Cygwin directory 3. Download Cygwin Setup to C:\Downloads I download Cygwin Setup to C:\cygwin\setup\setup.exe and packages under C:\cygwin\setup. It probably doesn't matter, but I recall that when I tried

Re: Problem - __imp___iob - do not compile

2009-06-09 Thread Greg Chicares
On 2009-06-10 00:34Z, Lewris wrote: I downloading cygwin (full), installed and I configured DEV-CPP how are. I am wearing the Library GMP and compiling in GCC. Just that. I do not manage to compile, I receive the mistake: Undefined reference have `__imp___iob' If I remember correctly,

[ANNOUNCEMENT] [1.7] Updated: findutils-4.5.4-1

2009-06-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of findutils, 4.5.4-1, is available for those testing cygwin 1.7, leaving 4.5.3-1 as previous, and leaving 4.4.0-3 as current for cygwin 1.5. NEWS: = This is a new upstream release, and uses several new features that have been added

backup XP on Linux using rsync over ssh: permissions problems

2009-06-09 Thread H.S.
Hello, I have a XP Pro laptop which has Cygwin installed (with ssh). I run a backup script on a Debian box which rsyncs some directories from XP box to a partition on Debian box using rsync via ssh. The command is something like (rsync script is called as root on Debian and user root on the XP

setup-1.7 (2.627) and/or cygwin-1.7.0-49

2009-06-09 Thread Charles Wilson
Using the recently announced setup-1.7 update, and a local mirror in which I added a fake package with requires: specifying all my favorite packages, I again attempted a clean install. I did this to verify that recent problems (e.g. with %HOME% set and pre-existing .dotfiles) no longer cause

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-09 Thread Greg Chicares
On 2009-06-10 03:36Z, H.S. wrote: rsync --delete --modify-window=10 --force -Rvaue ssh --exclude-from=$EXCLUDESFILE --progress \ xp-box:/cygdrive/c/Documents\ and\ Settings/user1 /cygdrive/c/Documents\ and\ Settings/user2 /mnt/backups/xp-daily-00; Does '-p' ('--perms') help with

[1.7] Updated: findutils-4.5.4-1

2009-06-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of findutils, 4.5.4-1, is available for those testing cygwin 1.7, leaving 4.5.3-1 as previous, and leaving 4.4.0-3 as current for cygwin 1.5. NEWS: = This is a new upstream release, and uses several new features that have been added