/usr/bin/install: accessing `//filesrv/chj//.bashrc': Permission denied

2006-05-07 Thread Christian Joensson
Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with cygwin 1.5.19-4... I don't seem to be able to login using ssh anymore, I still can login "console" but not remotely using ssh... any help in debuggin this or even getting this to work again is greatly appreciated. This is how a tr

Test: zip-2.31 and unzip-5.52

2006-05-07 Thread Charles Wilson
Updated versions of these packages should hit the mirrors soon. Although they are minor releases, I'd like some testing by other-than-me, because these are basically new ports... Some of my old patches were re-implemented upsteam. There were other new changes affecting cygwin. AND some of my

[ANNOUNCEMENT] Updated: rxvt-20050409-1

2006-05-07 Thread Charles Wilson
...and a new maintainer. Rxvt has long been on Corinna's list of orphaned packages (last known version here:) http://www.cygwin.com/ml/cygwin-apps/2006-02/msg00139.html The current version, rxvt-2.7.10-6, is over a year old http://www.cygwin.com/ml/cygwin-announce/2005-04/msg00011.html N

Re: file permission question

2006-05-07 Thread Larry Hall (Cygwin)
chen li wrote: Dear all, I am new to Cygwin. When I try to execute a file call example.exe I get such message: bash: ./first.exe: Permission denied so I use chmod a+rx to change the file permisssion and here is the result: -rwxrwxrwx 1 chen41 mkgroup-l-d 11241 May 6 18:40 first.exe. But wh

New Jobs

2006-05-07 Thread seekandw
Dear Job Seeker new jobs listed http://seekandwork.com -- If you do not want to receive any more newsletters, http://seekandwork.com/list/?p=unsubscribe&uid=999803dd1aee37c81de4af6a70d6 To update your preferences and to unsubscribe visit http://seekandwork.com/list/?p=preferences&uid=99

Re: jikes 1.22 Cygwin package fails to build GNU Classpath

2006-05-07 Thread Dalibor Topic
On Sat, 2006-05-06 at 15:52 +0100, Paul Jenner wrote: > Hi. > > The maintainers of GNU Classpath try to keep it buildable on Cygwin but > have received at least one bug report [1] for it not building due to the > Cygwin jikes issue raised below. > > Would the Cygwin jikes package maintainer consi

Re: Redirecting bash stdin

2006-05-07 Thread Doug Bohl
Hmmm... I'll take a look at your code if I get time, but here's an inefficient (yet simple) solution that would at least work: You could start Cygwin/bash in an invisible DOS prompt window, and send commands to it by simulating keystrokes (PostMessage or SendMessage... WM_KEYDOWN, WM_KEYUP). Yeah

file permission question

2006-05-07 Thread chen li
Dear all, I am new to Cygwin. When I try to execute a file call example.exe I get such message: bash: ./first.exe: Permission denied so I use chmod a+rx to change the file permisssion and here is the result: -rwxrwxrwx 1 chen41 mkgroup-l-d 11241 May 6 18:40 first.exe. But when I type ./first