Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread Chloe
> I am not sure that it is a cygwin specific problem. Unfortunately I know > nothing of ruby so debugging is a bit hard > Marco It works using RailsInstaller.org, so that leads me to believe it is Cygwin. I just started Ruby, so I don't know how to debug either. > As you open a ticket with the b

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread marco atzeri
On 1/30/2013 2:55 AM, Chloe wrote: Steps to reproduce, test case: setup.exe # Install Ruby gem install rails rails new testapp # error rails -v cd testapp rails -v # error I was able to replicate, but I am not sure that it is a cygwin specific problem. Unfortunately I know nothing of ruby so

Re: Fwd: sshd access works only when user is member of Administrators

2013-01-29 Thread Larry Hall (Cygwin)
On 1/27/2013 10:12 AM, Godfried Borremans wrote: I try to use sshd on Windows 2008 Standard server: fresh install windows, fresh cygwin. Installation of ssh with ssh-host-config -y (standard) When I login with the administrator or with a user who is part of the administrators group I can login. I

Romantisch, wie Thomas

2013-01-29 Thread Luohe
Breeze wie Seide, Yuet Wah, wie Ausbildung, wie friedlich ruhige Nacht ... Dies ist, wie ein Song? Könnte so sein tobenden Wellen meines Herzens, den ganzen Weg mäandernden 1-3 Seufzer Thomas Sabo Schmuck Deutschland singen, Verweilen noch liebevoll, als ob meine S

Re: Problems with permissions after installing cygwin without admin privileges

2013-01-29 Thread Larry Hall (Cygwin)
On 1/25/2013 10:01 AM, Alan wrote: The first problem comes when I try to install the rxvt package. Running the installer again with that package selected results in an error. Package: rxvt rxvt.sh exit code 3 rxvt is a very old, practically deprecated package of a dead code-line. If you must

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread Chloe
Steps to reproduce, test case: setup.exe # Install Ruby gem install rails rails new testapp # error rails -v cd testapp rails -v # error -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Uns

openssh maintainer?

2013-01-29 Thread Linda Walsh
Who is the person who ports/packages openssh for cygwin? I was wondering if they could include the HPN patches (High Performance Networking) http://www.psc.edu/index.php/component/remository/HPN-SSH/OpenSSH-6.0-Patches/ specifically: these two should apply w/no build probs. HPN SSH Dynamic W

Re: Binutils objcopy bug (was Re: rebase segfault)

2013-01-29 Thread Reini Urban
On Sat, Jan 26, 2013 at 1:52 AM, marco atzeri wrote: > On 1/26/2013 7:32 AM, Reini Urban wrote: >>> rebase is not to blame. I agree ;-) >>> Someone else is incorrectly managing the reloc table, >>> and also objcopy seems innocent ... >>> >>> Postgresql dll's are built in this way: >> >> >> My stro

Re: sshd service will not start on Windows 7

2013-01-29 Thread marco atzeri
On 1/29/2013 9:04 PM, Bernd Prager wrote: On 1/29/2013 2:14 PM, misterblinky wrote: I installed cygwin on my windows 7 64-bit machine with openSSH and openSSL, nothing else. Open Windows User Manager and check if cyg_server is in the Administrators group. My sshd does not start without this p

Re: sshd service will not start on Windows 7

2013-01-29 Thread Bernd Prager
On 1/29/2013 2:14 PM, misterblinky wrote: I installed cygwin on my windows 7 64-bit machine with openSSH and openSSL, nothing else. I then install sshd via ssh-host-config. I have tried with privilege separation and without it. The end result is the same: I cannot start sshd as a service (via ne

Re: sshd service will not start on Windows 7

2013-01-29 Thread marco atzeri
On 1/29/2013 8:14 PM, misterblinky wrote: I installed cygwin on my windows 7 64-bit machine with openSSH and openSSL, nothing else. I then install sshd via ssh-host-config. I have tried with privilege separation and without it. best way is with separation The end result is the same: I cannot

sshd service will not start on Windows 7

2013-01-29 Thread misterblinky
I installed cygwin on my windows 7 64-bit machine with openSSH and openSSL, nothing else. I then install sshd via ssh-host-config. I have tried with privilege separation and without it. The end result is the same: I cannot start sshd as a service (via net start sshd). When I do, I get the messag

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread marco atzeri
On 1/29/2013 6:44 PM, Chloe wrote: how we can replicate your problem, if you do not provide us all the step you did ? Regards Marco Please see the 3 emails sent last night. Point 0: your mail program seems broken, anytime you reply there is no link on the previous thread; instead you are sta

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-29 Thread Андрей Забавников
Thanks a lot ! For a perfectionist like me this means so much ! Thanks ! 2013/1/29 Ken Brown : > On 1/28/2013 7:40 AM, Ken Brown wrote: >> >> On 1/27/2013 3:49 PM, Андрей Забавников wrote: >>> >>> In `M-x term`, I type `ab`, press backspace, then `ab_` is visible (_ >>> is space). Hitting enter te

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-29 Thread Ken Brown
On 1/28/2013 7:40 AM, Ken Brown wrote: On 1/27/2013 3:49 PM, Андрей Забавников wrote: In `M-x term`, I type `ab`, press backspace, then `ab_` is visible (_ is space). Hitting enter tells no such command `a`, so the deletion has effect but the the terminal is not updated correctly. Likewise for `

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread Chloe
> how we can replicate your problem, if you do not provide us > all the step you did ? > Regards > Marco Please see the 3 emails sent last night. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.h

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread marco atzeri
On 1/29/2013 5:52 PM, Chloe wrote: References: <71851B8A7D9A48F48D1311D1326528AC@dumbopc> rails is not part of cygwin http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rails> and clarifying from where your "rails" is coming from ? rails is like a Perl CPAN package, like CGI::Simple, but for R

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread Chloe
References: <71851B8A7D9A48F48D1311D1326528AC@dumbopc> > rails is not part of cygwin > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rails> and clarifying > from where your "rails" is coming from ? rails is like a Perl CPAN package, like CGI::Simple, but for Ruby. I believe ruby the executa

Re: How to make persistent changes to PATH in cygwin?

2013-01-29 Thread Christopher Faylor
On Tue, Jan 29, 2013 at 12:35:23AM -0500, Chloe wrote: >Try this: Please don't resurrect three-week old threads, especially when the question was answered repeatedly. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: snapshot 2013-01-23

2013-01-29 Thread Achim Gratz
Achim Gratz NexGo.DE> writes: > Git apparently has similar problems when it is started from Emacs (via magit). Part of the problem has been solved by rolling back to the 2013-01-07 snapshot. I still get Git to hang up when doing a pull that results in a forced update on a worktree that is mounte

Re: snapshot 2013-01-23

2013-01-29 Thread Achim Gratz
Achim Gratz NexGo.DE> writes: > I'm seeing strange behaviour from lftp scripts that use external commands; The problem with lftp goes away when I roll back to the snapshot 2013-01-07, the one from 2013-01-18 is also bad. I did not test any in-between snapshots. I don't know yet if the problem w

Re: Ruby: stack level too deep (SystemStackError)

2013-01-29 Thread marco atzeri
On 1/29/2013 5:11 AM, Chloe wrote: How do I report a problem to the person who maintains the Ruby package for Cygwin? How do I find who that is? this is the right place. Do NOT send direct e-mail to the maintainer $ ruby --version ruby 1.9.3p327 (2012-11-10 revision 37606) [i386-cygwin] Chl

Re: Fwd: Re: Intel FORTRAN time_and_date function returns UTC instead of local time

2013-01-29 Thread marco atzeri
On 1/29/2013 9:53 AM, Marten Jan de Ruiter wrote: I doubt cygwin is intercepting a not cygwin program call to MS ssystem Taking cygwin out of the loop, time_ifort.exe behaves correctly in cmd. In another post to this thread, Tim Prince mentionse that ifort bypasses the cygwin dll entirely. If

Re: Re: Intel FORTRAN time_and_date function returns UTC instead of local time

2013-01-29 Thread Marten Jan de Ruiter
Op 24-1-2013 13:54, Tim Prince schreef: On 1/24/2013 5:01 AM, Marten Jan de Ruiter wrote: I wrote a FORTRAN program using the time_and_date function. The source follows below. The time_and_date function returns the wrong time: I am not in UTC, so czone should be +0100. In the following output

Fwd: Re: Intel FORTRAN time_and_date function returns UTC instead of local time

2013-01-29 Thread Marten Jan de Ruiter
On 1/24/2013 11:01 AM, Marten Jan de Ruiter wrote: > > I wrote a FORTRAN program using the time_and_date function. The source follows below. The time_and_date function returns the wrong time: I am not in UTC, so czone should be +0100. > > In the following output, the lines "ctime:..." to "mill