Re: How to delete a file without owner and group?

2010-03-04 Thread Peng Yu
On Mon, Mar 1, 2010 at 9:48 PM, Peng Yu wrote: > I have a file that doesn't have owner and group and hence I can not > delete it. Could somebody let me know how to delete it? > > off...@office-pc /tmp > $ ll > total 0 > -rw-r--r-- 1 0 2009-11-28 10:12 foo.sh > > off...@office-pc

Re: either nothing or cygheap base mismatch error

2010-03-04 Thread Larry Hall (Cygwin)
On 3/4/2010 8:43 PM, Eugen Zalinescu wrote: Hello, My problem is that I cannot start cygwin (with Cygwin.bat). Actually any cygwin application finishes as soon as I invoke it (or in about 1sec), with no output, as in D:\cygwin\bin> bash D:\cygwin\bin> However, sometimes (I cannot reprod

either nothing or cygheap base mismatch error

2010-03-04 Thread Eugen Zalinescu
Hello, My problem is that I cannot start cygwin (with Cygwin.bat). Actually any cygwin application finishes as soon as I invoke it (or in about 1sec), with no output, as in D:\cygwin\bin> bash D:\cygwin\bin> However, sometimes (I cannot reproduce the behavior), I obtain a "cygheap base misma

Re: taskkill - error while loading shared libraries - LD_LIBRARY_PATH?

2010-03-04 Thread Robert Mark
OK, I now know it has nothing to do with LD_LIBRARY_PATH - instead it's a cygdrive prefix issue. > 2009-12-07 11:48) and am having trouble running a windows commands > that I use a lot as part of Cygwin. For example, when I use taskkill I > get: > > /c/WINDOWS/system32/taskkill.exe: error while lo

Re: 1.7.1: Problem with cygstart and arguments containing spaces

2010-03-04 Thread Charles Roper
On 04/03/2010 21:12, Ilya Beylin wrote: cygstart /cygdrive/d/Software/Console2/Console.exe '-d "C:/Program Files" ' That worked. Many thanks Ilya for the solution and also Cyrille for giving it some attention. Much appreciated. Cheers. Charles -- Problem reports: http://cygwin.

Re: Odd behavior of mintty with screen

2010-03-04 Thread Gary Johnson
On 2010-03-04, Andy Koppe wrote: > Gary Johnson > > When I execute screen, however, the mintty > > window immediately shrinks from 157x49 to 80x49.  This shrinking > > does not occur if I maximize the mintty window before executing > > screen. > > I've had a quick look, and with TERM=xterm-256colo

Re: 1.7.1: Problem with cygstart and arguments containing spaces

2010-03-04 Thread Ilya Beylin
Hello, Cyrille Lefevre wrote: > cygstart --wait /system32/cmd /c "echo 1 2&pause" I do not think it is a convincing example. cmd.exe treats everything that follows / c as a single command, so yuo would get the same result even without quotes.     cygstart --wait $WINDIR/system32/cmd /c echo 1 2 

Re: 1.7.1: Problem with cygstart and arguments containing spaces

2010-03-04 Thread Cyrille Lefevre
Charles Roper a écrit : The thing is, if there is a space in the path after the -d switch, the argument doesn't work correctly: $ cygstart "D:/Software/Console2/Console.exe" -d "C:/Program Files" $ cygstart "/cygdrive/d/Software/Console2/Console.exe" -d "C:/Program Files" Neither of those

Time for new Binutils release?

2010-03-04 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, could the responsible packager release recent/latest Binutils into the wild, please? I am having problems using log4cplus library on Cygwin with stock Cygwin ld. It has something to do with the pseudo relocations and such, IIRC. Do Cygwin package

Re: Error about syntax on fstab when cygwin1.dll gets loaded

2010-03-04 Thread Larry Hall (Cygwin)
On 3/4/2010 1:40 PM, Christopher Faylor wrote: On Thu, Mar 04, 2010 at 10:52:40AM -0500, Larry Hall (Cygwin) wrote: On 3/4/2010 1:24 AM, Paul McFerrin wrote: I looked into /etc/fstab and did not find the text 'type'. However in /etc/fstab.d/Paul, the following was found: R: on /cygdrive/r

Re: Error about syntax on fstab when cygwin1.dll gets loaded

2010-03-04 Thread Christopher Faylor
On Thu, Mar 04, 2010 at 10:52:40AM -0500, Larry Hall (Cygwin) wrote: >On 3/4/2010 1:24 AM, Paul McFerrin wrote: >> I looked into /etc/fstab and did not find the text 'type'. However in >> /etc/fstab.d/Paul, the following was found: >> R: on /cygdrive/r type ntfs (binary,posix=0,user,noumount,a

Re: Odd behavior of mintty with screen

2010-03-04 Thread Andrew Schulman
> > When I execute screen, however, the mintty > > window immediately shrinks from 157x49 to 80x49.  This shrinking > > does not occur if I maximize the mintty window before executing > > screen. > > I've had a quick look, and with TERM=xterm-256color I find that screen > sends the DECCOLM sequenc

Re: git-svn unable to load _Ra.dll

2010-03-04 Thread Reini Urban
Blomqvist Kim schrieb: $ perlrebase ... SNIP... /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll: new base = 60f, new size = 6 ... Even after reboot: $ perl -e 'require SVN::Ra' Can't load '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll' for module SV

Re: Error about syntax on fstab when cygwin1.dll gets loaded

2010-03-04 Thread Larry Hall (Cygwin)
On 3/4/2010 1:24 AM, Paul McFerrin wrote: I looked into /etc/fstab and did not find the text 'type'. However in /etc/fstab.d/Paul, the following was found: R: on /cygdrive/r type ntfs (binary,posix=0,user,noumount,auto) Z: on /cygdrive/z type ntfs (binary,posix=0,user,noumount,auto) Is t

Re: Odd behavior of mintty with screen

2010-03-04 Thread Andy Koppe
Gary Johnson > When I execute screen, however, the mintty > window immediately shrinks from 157x49 to 80x49.  This shrinking > does not occur if I maximize the mintty window before executing > screen. I've had a quick look, and with TERM=xterm-256color I find that screen sends the DECCOLM sequence

RE: git-svn unable to load _Ra.dll

2010-03-04 Thread Blomqvist Kim
>>> What does this command produce for you? >>> >>> $ perl -e 'require SVN::Ra' >> >> maybe you need to do a >> $ perlrebaseall >> >It is so new that I even mixed up the name, sorry. > >perlrebase it is called, not perlrebaseall $ perlrebase ... SNIP... /usr/lib/perl5/vendor_perl/5.10/i686-cygwin

Re: Strange symlink behaviour

2010-03-04 Thread Corinna Vinschen
On Mar 4 06:41, Alfred von Campe wrote: > >Real symlinks on a remote CIFS system are not recognized by Cygwin or > >Windows either. Rather, they are converted to real files by the > >underlying CIFS server so that "dumb" Windows clients don't get > >confused. > > Ah, that makes sense and explain

Re: Strange symlink behaviour

2010-03-04 Thread Alfred von Campe
Real symlinks on a remote CIFS system are not recognized by Cygwin or Windows either. Rather, they are converted to real files by the underlying CIFS server so that "dumb" Windows clients don't get confused. Ah, that makes sense and explains some behavior I was seeing. Symlinks created with a

Re: git-svn unable to load _Ra.dll

2010-03-04 Thread Reini Urban
2010/3/3 Reini Urban: > David Rothenberger schrieb: >> >> On 3/3/2010 9:22 AM, Blomqvist Kim wrote: >>> >>> After some recent (last month) upgrades (using setup.exe) git-svn stopped >>> working for me. Reinstalling every installed package didn't help. >>> >>> $ git svn fetch >>> Can't load >>> '/us

RE: git-svn unable to load _Ra.dll

2010-03-04 Thread Blomqvist Kim
>>> After some recent (last month) upgrades (using setup.exe) git-svn stopped >>> working for me. Reinstalling every installed package didn't help. >>> >>> $ git svn fetch >>> Can't load >>> '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll' for >>> module SVN::_Ra: No such proce

Re: Strange symlink behaviour

2010-03-04 Thread Corinna Vinschen
On Mar 3 15:59, Alfred von Campe wrote: > Do symbolic links work over CIFS? I'm having a really strange > problem with symlinks. Here is the story. Real symlinks on a remote CIFS system are not recognized by Cygwin or Windows either. Rather, they are converted to real files by the underlying C

Re: Redaction Request

2010-03-04 Thread Corinna Vinschen
On Mar 3 16:20, Ravila Helen White wrote: > Dear Cygwin Team, > > I'm writing to find out if you can help me. How can I get my name redacted > from a post I made years ago. It continues to pop-up as a top google hit. > These days when co-workers or future employers see such posts it can reflect >

Odd behavior of mintty with screen

2010-03-04 Thread Gary Johnson
I've been using rxvt and rlogin (through a VPN) on a Windows laptop at home to connect to a computer running Linux at work. To help with that I have a shortcut on my Desktop that contains this Target: C:\cygwin\bin\run.exe /bin/rxvt --geometry =157x49+0+0 --backspacekey ^H -T lnxcomp1 -e /bi