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 w

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 iss

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 b

[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

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

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 tr

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 no

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 > ---

Re: Why sh failed 'Process Substitution'?

2009-06-09 Thread Dave Korn
Daniel B. wrote: > 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

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 wrote: > From: Pierre A. Humblet > Subject: Re: Cron jobs stopped working : can't lock cron.pid .. Resouce > temporarily unavailable > To: "sam naqvi" , cygwin@cygwin.com > Date: Tuesday, June 9, 2009, 11:45 AM > > - Original Message - > From: "s

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 \ \ V

Re: doc about the cygwin vfs?

2009-06-09 Thread Reini Urban
2009/6/8 Dave Korn : > 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 working on this last year. He

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 manua

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

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: 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 scripts too. | It

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

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'

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 guess

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

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 ge

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 13:20:12 +0100, Andy Koppe 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 >> text in

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] >

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 12:07:23 +0100, Andy Koppe 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 include the posti

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 [mailto:

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 a

Re: Cygwin SSH Multiple Users

2009-06-09 Thread Huang Bambo
Everyone should mount by itself. 2009/6/9 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 whi

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 oth

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 > the

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 09 Jun 2009 11:39:05 +0200, Eric Lilja 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 >> instance

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 (w

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

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 > >

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 (and

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) Copyrig

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 <(ec

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 >>

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: 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