Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-19 Thread Corinna Vinschen
On Dec 18 21:08, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Igor Peshansky on 12/18/2007 11:58 AM: > > I bet that if you did post one, it would show that your Cygwin is > > installed on either FAT or FAT32, not NTFS. That, and the DOS "Read-only" > > bit

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Igor Peshansky on 12/18/2007 11:58 AM: > I bet that if you did post one, it would show that your Cygwin is > installed on either FAT or FAT32, not NTFS. That, and the DOS "Read-only" > bit on the directory is probably set. Another (less

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-18 Thread Michael Kairys
"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Heh. I just looked, and it seems you've never posted the output of "cygcheck -svr" on your system ... Well, I didn't think I was reporting a problem except possibly with my own understanding... I bet ... the D

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-18 Thread Igor Peshansky
On Tue, 18 Dec 2007, Michael Kairys wrote: > "Igor Peshansky" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] Again, . Thanks. > > I'm guessing one can reconstruct your permissions as follows: > > > > $ cd /tmp > > $ mkdir nw > > $ setfac

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-18 Thread Michael Kairys
"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm guessing one can reconstruct your permissions as follows: $ cd /tmp $ mkdir nw $ setfacl -m g:Users:rwx nw $ chmod a-rwx nw $ ls -ld nw d-+ 2 igor root 0 Dec 18 10:08 nw/ $ touch nw/foo $ ls -l nw/foo -r

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-18 Thread Igor Peshansky
On Tue, 18 Dec 2007, Michael Kairys wrote: > "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] . Thanks. > > > > Thanks... I read with partial understanding but

Re: Intermittent perl crash

2007-12-18 Thread Michael Kairys
"Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Thanks... I read with partial understanding but could not come up with any action items... My resolution was to verify that my temp is in fact write

Re: Intermittent perl crash

2007-12-17 Thread Larry Hall (Cygwin)
Michael Kairys wrote: "Reini Urban" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Known problem and easy to fix. Download the rebase package, read the readme, stop all cygwin services and run rebaseall in ash. Thank you for the timely reply! However I am stuck on what shoul

Re: Intermittent perl crash

2007-12-17 Thread Michael Kairys
"Reini Urban" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Known problem and easy to fix. Download the rebase package, read the readme, stop all cygwin services and run rebaseall in ash. Thank you for the timely reply! However I am stuck on what should be a simple step: reba

Re: Intermittent perl crash

2007-12-17 Thread Reini Urban
2007/12/17, Michael Kairys <[EMAIL PROTECTED]>: > I apologize in advance for the scanty information here; I'm hoping someone > can suggest how to narrow this down. > > I've begun using Cygwin Perl regularly in the past few days (previously used > only AS) and I'm finding fairly simple scripts crash

Re: Intermittent perl crash

2007-12-17 Thread Brian Mathis
On Dec 17, 2007 3:22 PM, Michael Kairys <[EMAIL PROTECTED]> wrote: > > "Michael Kairys" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > By "fairly simple" I mean ones I'm working on that at this point are only > > reading arguments and doing string operations. > > Sorry, one mor

Re: Intermittent perl crash

2007-12-17 Thread Michael Kairys
"Michael Kairys" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] By "fairly simple" I mean ones I'm working on that at this point are only reading arguments and doing string operations. Sorry, one more thing, and probably "the" thing: system("notepad &"); So this is clearly fork