/dev/sda2 - Bad file descriptor error with mkfs.ext4 on cygwin

2010-11-05 Thread Phani Deepak Parasuramuni
Hi, I am using Cygwin 1.7.7  on Windows 7. I have installed e2fsprogs-1.41.12 on cygwin. I have carved out a 10G partition in my harddisk using windows disk manager. My 'cat /proc/partitions' command also lists out my sda2 partition, so I am sure that there is sda2 partition with 10G $ cat /pr

RE: File name completion broken in 1.7.7?

2010-11-05 Thread Andy Hall
On 11/5/2010 David Rothenberger wrote: > > On 11/5/2010 10:13 AM, Andy Hall wrote: > > I have recently upgraded to 1.7.7 from 1.5.X. In 1.5.X, it used to be > that > > in bash I could type lines like > > > > P4 edit hydra_c > > > > and hit the tab key to complete the file name. A command lik

Re: [local fix] Executable bit check

2010-11-05 Thread Illia Bobyr
On 11/4/2010 7:36 PM, Illia Bobyr wrote: > [...] > > I'm looking at git-svn tests and they assume that "chmod -x abc&& test > ! -x abc". And it does not hold on Cygwin. > > [...] Thanks to Eric Blake and Larry Hall I found a workaround for my git build environment. Instead of doing just

Re: Executable bit check

2010-11-05 Thread Illia Bobyr
On 11/5/2010 11:56 AM, Eric Blake wrote: > [...] > On Linux: > > $ setfacl -m mask:rwx d/f > $ getfacl d/f > # file: d/f > # owner: eblake > # group: eblake > user::rw- > user:dummy:rwx > group::rw- > mask::rwx > other::r-- > > $ chmod -x d/f > $ getfacl d/f > # file: d/f > # owner: eblake > # grou

Re: File name completion broken in 1.7.7?

2010-11-05 Thread David Rothenberger
On 11/5/2010 10:13 AM, Andy Hall wrote: > I have recently upgraded to 1.7.7 from 1.5.X. In 1.5.X, it used to be that > in bash I could type lines like > > P4 edit hydra_c > > and hit the tab key to complete the file name. A command like > > p4 edit hydra_config > > would be then e

File name completion broken in 1.7.7?

2010-11-05 Thread Andy Hall
I have recently upgraded to 1.7.7 from 1.5.X. In 1.5.X, it used to be that in bash I could type lines like P4 edit hydra_c and hit the tab key to complete the file name. A command like p4 edit hydra_config would be then executed. In 1.7.7, when I type P4 edit hydr

Re: Executable bit check

2010-11-05 Thread Eric Blake
On 11/05/2010 09:55 AM, Illia Bobyr wrote: > On 11/4/2010 8:14 PM, Larry Hall (Cygwin) wrote: >> [...] > What does 'getfacl abc' say? $ getfacl abc # file: abc # owner: ibobyr # group: Domain Users user::rw- group::r-- group:SYSTEM:rwx group:Administ

Re: Cygwin paths in mingw64

2010-11-05 Thread Marco Atzeri
--- Ven 5/11/10, NightStrike ha scritto: > > and Atlas is so deep unix related, that is better to > use > > Does this imply that a direct mingw port is not feasible > without > extensive effort? > eventually with the mingw make but unlikely with the cygwin one. Marco -- Problem reports

Re: Executable bit check

2010-11-05 Thread Illia Bobyr
On 11/4/2010 8:14 PM, Larry Hall (Cygwin) wrote: > [...] What does 'getfacl abc' say? >> > >>> $ getfacl abc >>> # file: abc >>> # owner: ibobyr >>> # group: Domain Users >>> user::rw- >>> group::r-- >>> group:SYSTEM:rwx >>> group:Administrators:rwx >>> group:Users:r-x >>> mask:rwx >>> other:r

Re: rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
On Fri, Nov 5, 2010 at 9:09 AM, Johnny Walker wrote: > On Fri, Nov 5, 2010 at 9:07 AM, Johnny Walker wrote: >> I'm having trouble with building clusterssh in cygwin 1.7. >> >> I had this working and now I wish I had never run any updates!! >> >> I've tried a complete re-install of cygwin and then

Re: Cygwin paths in mingw64

2010-11-05 Thread Christopher Faylor
On Fri, Nov 05, 2010 at 01:31:15PM +, NightStrike wrote: >On Fri, Nov 5, 2010 at 8:44 AM, Marco Atzeri wrote: >> and Atlas is so deep unix related, that is better to use > >Does this imply that a direct mingw port is not feasible without >extensive effort? Can we terminate this discussion now

Re: Cygwin paths in mingw64

2010-11-05 Thread Charles Wilson
On 11/5/2010 4:44 AM, Marco Atzeri wrote: > if you are interested in the 64bit performance of Atlas > you should work with a 64bit version of linux. > > As the original developer don't use windows as platform, > and Atlas is not only system dependent but also CPU core > dependent, you have little

Re: rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
On Fri, Nov 5, 2010 at 9:07 AM, Johnny Walker wrote: > I'm having trouble with building clusterssh in cygwin 1.7. > > I had this working and now I wish I had never run any updates!! > > I've tried a complete re-install of cygwin and then I installed > perl-Tk from the cygwin package and X11::Proto

rebaseall error with Tk.dll / cssh error in cygwin 1.7

2010-11-05 Thread Johnny Walker
I'm having trouble with building clusterssh in cygwin 1.7. I had this working and now I wish I had never run any updates!! I've tried a complete re-install of cygwin and then I installed perl-Tk from the cygwin package and X11::Protocol from CPAN and built cssh. The Tk menu failed to appear. I r

Re: Cygwin paths in mingw64

2010-11-05 Thread NightStrike
On Fri, Nov 5, 2010 at 8:44 AM, Marco Atzeri wrote: > and Atlas is so deep unix related, that is better to use Does this imply that a direct mingw port is not feasible without extensive effort? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

sshd problem with recent snapshots

2010-11-05 Thread Ken Brown
If I start sshd on a machine running a recent snapshot, I'm unable to login to that machine via ssh. The connection is closed right after I type my password. The problem first appears in the snapshot of 20100917. To reproduce: 1. Start sshd. 2. While logged in as one user, try to login as

Re: Cygwin paths in mingw64

2010-11-05 Thread Marco Atzeri
--- Ven 5/11/10, LionAM ha scritto: > Hello, > sorry if I was not clear enough. > > > I'm afraid this discussion won't get anywhere without > proper details > > of what you did and what went wrong, including the > error messages. > > Also, do keep in mind that people here are unlikely to > be fa

Re: Cygwin paths in mingw64

2010-11-05 Thread LionAM
Hello, sorry if I was not clear enough. > I'm afraid this discussion won't get anywhere without proper details > of what you did and what went wrong, including the error messages. > Also, do keep in mind that people here are unlikely to be familiar > with Atlas (http://math-atlas.sourceforge.net?

Re: [ANNOUNCEMENT] Updated: nano-2.2.5-1

2010-11-05 Thread Oleksandr Gavenko
On 04.11.2010 16:29, Lapo Luchini wrote: Version 2.2.5-1 of nano has been uploaded. nano is a text editor designed as a clone of pico, but rewritten from scratch to be faster and smaller while having greater functionality. You can find information about new features here: http://www.nano-editor