Re: Ruby on Rails 2.0.2/Cygwin Bug

2008-01-02 Thread Mike Boone
On Dec 22, 2007 3:46 PM, Igor Peshansky <[EMAIL PROTECTED]> wrote: > As I mentioned before, I don't use Ruby too often. But I just realized > something: to reproduce the error, you needed a "require > 'nonexistent_file'", which will obviously set errno to ENOENT (which is > exactly the error you'r

Re: how to revert to gnuplot 4.0 as 4.2 does not work

2008-01-02 Thread Larry Hall (Cygwin)
Graham Lamont wrote: I produced lots of plots with 4.0 --- great tool. But my cygwin has now been auto-updated to gnuplot 4.2: 1Now none of my 4.0 generated scripts will load properly. 2Will not read data in engineering notation 3Doesn't seem to handle variable manipulation (eg 1:($3-2)*10) prop

[ANNOUNCEMENT] Updated: which-2.18-2

2008-01-02 Thread David Rothenberger
NEWS: = This release fixes an issue with UNC paths as reported in http://cygwin.com/ml/cygwin/2008-01/msg00018.html. DESCRIPTION: Which is a utility that prints out the full path of the executables that bash(1) would execute when the passed program names would have been entered on

Re: Failed to execute rsh on Windows Vista

2008-01-02 Thread Larry Hall (Cygwin)
vachan shetty wrote: 12 [main] rsh 268 C:\Program Files\Cygnus\bin\rsh.exe: *** fatal error - co uldn't dynamically determine load address for 'rcmd' (handle 0x7004), Win32 error 127 The above error occured when I was trying to execute the rsh from the Latest Cygwin Version 1.5.2

win32-gui-demos.pl dumps core

2008-01-02 Thread Michael Kairys
... or claims to :) If I run /bin/win32-gui-demos.pl from bash I a momentary window and the message "Segmentation fault (core dumped)". By sprinkling prints in the file I see it crashes at line 189: Win32::GUI::Dialog(); This is on Windows Vista BTW. I've tried reinstalling my Cygwin Perl stu

Re: wget gets, but wput doesn't put

2008-01-02 Thread Michael Kairys
No reply in wput's Sourceforge discussion group either :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: [ANNOUNCEMENT] Updated: which-2.18-1

2008-01-02 Thread David Rothenberger
On 1/2/2008 12:05 PM, A.R. Burgers wrote: I have a UNC path //ecn/groups/g_zon_solar/Software/cygwin/bin in my path, refering to some network share. ls -l `which mrxvt.exe` ls: cannot access /ecn/groups/g_zon_solar/Software/cygwin/bin/mrxvt.exe: No such file or directory Thanks for the report.

Re: [ANNOUNCEMENT] Updated: which-2.18-1

2008-01-02 Thread Jeff
On Wed, 02 Jan 2008 21:05:45 +0100, "A[dot]R[dot] Burgers" wrote: >LS, > >I have a UNC path //ecn/groups/g_zon_solar/Software/cygwin/bin >in my path, refering to some network share. > >ls -l `which mrxvt.exe` >ls: cannot access /ecn/groups/g_zon_solar/Software/cygwin/bin/mrxvt.exe: >No such file

how to revert to gnuplot 4.0 as 4.2 does not work

2008-01-02 Thread Graham Lamont
I produced lots of plots with 4.0 --- great tool. But my cygwin has now been auto-updated to gnuplot 4.2: 1Now none of my 4.0 generated scripts will load properly. 2Will not read data in engineering notation 3Doesn't seem to handle variable manipulation (eg 1:($3-2)*10) properly Basically comple

Re: [ANNOUNCEMENT] Updated: which-2.18-1

2008-01-02 Thread A.R. Burgers
LS, I have a UNC path //ecn/groups/g_zon_solar/Software/cygwin/bin in my path, refering to some network share. ls -l `which mrxvt.exe` ls: cannot access /ecn/groups/g_zon_solar/Software/cygwin/bin/mrxvt.exe: No such file or directory Apparently which.exe (the new 2.18-1) strips the leading "/"

Re: Trouble with cygwin git

2008-01-02 Thread MP
> I'm having the problem cloning a git repository using > Cygwin git 1.5.3.5: > > [...] > > fatal: failed to unpack tree object HEAD > I dug into this, and found that the failure happens here: res = fh->link (newpath); in the link() function of file src/winsup/cygwin/syscalls.cc. res is

RE: SFTP error 128

2008-01-02 Thread Igor Peshansky
On Thu, 27 Dec 2007, Neil Aggarwal wrote: > > Very good for one with such a bad attitude! > > I did not mean to have a bad attitude. I was just trying > to state that I thought -l switch already did what > you wanted to do. > > > Now it is time to setup ssh to accept the connection you are > > t

RE: trouble with sshd

2008-01-02 Thread David Chamberlin
> On 02 January 2008 16:00, David Chamberlin wrote: > > Which is a http://cygwin.com/acronyms#3PP production, LOL. I hadn't heard that one before. That's good. > If you'd taken a close look at that cygcheck output, you'd have seen. > > "Warning: There are multiple cygwin1.dlls on your path"

Failed to execute rsh on Windows Vista

2008-01-02 Thread vachan shetty
12 [main] rsh 268 C:\Program Files\Cygnus\bin\rsh.exe: *** fatal error - co uldn't dynamically determine load address for 'rcmd' (handle 0x7004), Win32 error 127 The above error occured when I was trying to execute the rsh from the Latest Cygwin Version 1.5.25-7 on a Windows Vista

RE: trouble with sshd

2008-01-02 Thread Dave Korn
On 02 January 2008 16:00, David Chamberlin wrote: > The only 2 things I can think of that changed between when the initial > cygrunsrv -S sshd occurred and when it started failing is: > 1) I rebooted the machine (maybe after being run during bootup something > happened?) > 2) I installed apac

Re: Remote Linux desktop in my Cygwin windows PC

2008-01-02 Thread Mirco Piccin
Hi all. > > I'm really basic with Linux. I'm running remote applications with: > > > > xhost > > ssh > > export DISPLAY > > > > So I'm using Eclipse, gedit, firefox, ... like this for example in my > > windows. Now I'm curios if I'm able to have the full desktop of my > > Linux machine like a wind

Re: Remote Linux desktop in my Cygwin windows PC

2008-01-02 Thread Mirco Piccin
Hi all. > > I'm really basic with Linux. I'm running remote applications with: > > > > xhost > > ssh > > export DISPLAY > > > > So I'm using Eclipse, gedit, firefox, ... like this for example in my > > windows. Now I'm curios if I'm able to have the full desktop of my > > Linux machine like a wind

trouble with sshd

2008-01-02 Thread David Chamberlin
I installed sshd to run as a service by doing: > ssh-host-config -y > cygrunsrv -S sshd This worked initially and I was able to ssh to my machine. However several days later I noticed it was no longer working. Looking in the windows services panel, the service was stopped so I tried starting

Re: Remote Linux desktop in my Cygwin windows PC

2008-01-02 Thread Brian Mathis
On Jan 2, 2008 2:17 AM, Erich Dollansky <[EMAIL PROTECTED]> wrote: > Hi, > > marcos rebelo wrote: > > > > I'm really basic with Linux. I'm running remote applications with: > > > > xhost > > ssh > > export DISPLAY > > > > So I'm using Eclipse, gedit, firefox, ... like this for example in my > > win

RE: Building Ruby (was Re: Ruby on Rails 2.0.2/Cygwin Bug)

2008-01-02 Thread Dave Korn
On 02 January 2008 10:25, melvins wrote: > Mike Boone wrote: >> >> In reference to that /dev/urandom bug I encountered last week, I >> thought I might try to build Ruby from source on Cygwin and see how it >> works. >> >> I downloaded Ruby 1.8.6-p111 off the ruby-lang.org website, unpacked >> it

Re: Building Ruby (was Re: Ruby on Rails 2.0.2/Cygwin Bug)

2008-01-02 Thread Mike Boone
On Jan 2, 2008 5:24 AM, melvins <[EMAIL PROTECTED]> wrote: > > I had the same problem with you mike, what I did is I downloaded a > stable-snapshot version of ruby, then I copy the missing/strftime.c file to > hte 1.8.6 version, run make again, then it now all works. This worked for me too. Both

BBv2 bjam under Cygwin keeps including unused DLL at link stage

2008-01-02 Thread kasty
Hi, I'm facing a problem with Bjam under Cygwin. My directory tree looks as follows: src/ - Jamroot + libFTree/ - Jamfile - ... (source files) + Tests/ + Test02/ - Jamfile

Re: Building Ruby (was Re: Ruby on Rails 2.0.2/Cygwin Bug)

2008-01-02 Thread melvins
I had the same problem with you mike, what I did is I downloaded a stable-snapshot version of ruby, then I copy the missing/strftime.c file to hte 1.8.6 version, run make again, then it now all works. Mike Boone wrote: > > In reference to that /dev/urandom bug I encountered last week, I > th