postgresql - Cannot initialize new Postgres database on Cygwin - Super User

2017-01-11 Thread Chloe
When I try to initialize a new database, I get an error: $ /usr/sbin/pg_ctl init no data was returned by command ""/usr/sbin/initdb.exe" -V" The program "initdb" is needed by pg_ctl but was not found in the same directory as "/usr/sbin/pg_ctl". Check your installation.

REQUEST: Add php-pcntl to setup

2016-07-08 Thread Chloe
Cygwin can handle signals so it would be useful for PHP to handle signals as well. http://php.net/manual/en/pcntl.installation.php signature.asc Description: OpenPGP digital signature

postgresql - How do I upgrade Postgres database in Cygwin? - Server Fault

2016-04-04 Thread Chloe
Can you please change the Postgres packages to use postgres94, postgres95, postgres96, etc. names? Each version is incompatible with the previous. This will allow installing Postgres in separate binary directories to enable upgrades. Alternatively, please increase the 'previous version' history to

Re: postgresql - How do I upgrade Postgres database in Cygwin? - Server Fault

2016-04-04 Thread Chloe
emented DETAIL: Failed system call was shmget(key=5432001, size=40, 03600). http://stackoverflow.com/questions/36411485/how-do-i-install-postgres-9-4-on-cygwin On 4/4/2016 3:19 PM, Chloe wrote: > Can you please change the Postgres packages to use postgres94, > postgres95, postgres96, etc.

Cygwin Git thinks files are changed when they aren't

2015-03-24 Thread Chloe
Cygwin Git always thinks files are changed even when they aren't. After a commit with a Windows Git, Cygwin Git shows files as modified. Windows Git -- C:\Users\Chloe\workspace\AffiliateArbitrage>git status On branch master nothing to commit, working directory

Post install error

2015-03-11 Thread Chloe
I updated Cygwin but now whenever I run setup, I get this error. How do I fix it? Package: _/_update-info-dir update-info-dir.sh exit code 127 /var/log/setup.log.full - ... 2015/03/11 17:57:05 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/u

Fwd: Cannot log in to SSHD, either with public key or password

2014-05-21 Thread Chloe
I had to use 'mkpasswd -l' to re-generate my passwd file, (and also mkgroup), and re-ran ssh-host-config. Actually I tried 'su - Chloe', saw an error, tried to edit passwd manually, screwed it up and deleted 'sshd' user (even though I don't see that user

Cannot log in to SSHD, either with public key or password

2014-05-21 Thread Chloe
Please help, I cannot log into Cygwin with SSH. ssh -vvv Chloe@localhost log: http://pastebin.com/vt2aP86F I don't know why it says debug3: Could not load "/home/Chloe/.ssh/id_rsa" as a RSA1 public key because I can use that key to log into a VPS. I installed the latest

How do I upgrade Postgres database in Cygwin?

2013-08-20 Thread Chloe
I updated some Cygwin packages and now I can't start Postgres: $ /usr/sbin/postmaster FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 8.2, which is not compatible with this version 9.2.4. I tried [pg_upgrade](ht

Apache2 Crashes v2.23-2

2013-08-10 Thread Chloe
I have apache2 2.23-2 installed and it is crashing for certain pages. It won't leave a core dump either even though I added CoreDumpDirectory /tmp to httpd.conf and restarted. Here is the error_log. httpd2: Could not reliably determine the server's fully qualified domain name, using fe80::65f

Re: Setup install issues

2013-07-07 Thread Chloe
Ok I ran them manually. They didn't rename themselves to *.done. $ bash --norc --noprofile /etc/postinstall/inetutils.sh *** Info: Note that the inetd service and the xinetd service must not *** Info: both be active at the same time. The easiest way to ensure *** Info: this is to only install on

Re: Setup install issues

2013-07-06 Thread Chloe
Of course I already tried both with the recommended packages and without. (That is a separate bug as it should not recommend any packages if I do no select anything and choose Keep current version.) It gives this error either way. - I see no error here. More than that, eve

Setup install issues

2013-07-06 Thread Chloe
I'm getting this error when I run setup at the end, even when I deselect all packages and choose 'Keep' current version, and deselect "Select Required packages (RECOMMENDED)". How do I resolve this? I'm using setup.exe version 2.774. Package: Unknown package inetutils.sh exit code 256

SVN - Newest Version

2013-07-05 Thread Chloe
How do I install the latest SVN? I have version $ svn --version svn, version 1.7.8 (r1419691) compiled Jan 26 2013, 10:45:51 $ which svn /usr/bin/svn but my working copy is a newer format: $ svn info svn: E155021: This client is too old to work with the working copy at I tried setup.exe and

Setup.exe won't run from Bash on Windows 8

2013-06-17 Thread Chloe
But it will run if I double click it from Explorer. I have execute permissions. What is wrong? Chloe@xps ~ $ /setup.exe -bash: /setup.exe: Permission denied Chloe@xps ~ $ ls -l /setup.exe -rwx--+ 1 Chloe None 705053 Jun 13 02:03 /setup.exe Chloe@xps ~ $ icacls 'c:\cygwin\setup.e

Re: Rebase problems in Ruby

2013-03-03 Thread Chloe
If they are "standard" fpr you, Cygwin may not know about them. You have to manually supply a list of shared libs and applications your project depends upon to rebase them on the same ground with the rest of Cygwin. FYI, I saw these lines in the output. I don't know if they are relevant. Notice

Re: Rebase problems in Ruby

2013-03-03 Thread Chloe
So where are these gems coming from and how many are there? Too many/ones from unknown places are going to be either missed by 'rubyrebase' or be impossible to fit in memory without collision with other installed DLLs. See this thread for more discussion of this: They come from 'bundle install

Rebase problems in Ruby

2013-02-24 Thread Chloe
I'm trying to run 'rails console' in an app with many, many gems (not a test app) and it is giving me these errors. I've already tried to run 'rebaseall' with ash and I also ran 'rubyrebase' using a script I found on this list archive. Neither helped. I've tried several times. 'cygcheck -c' says

Sorry Ruby-Rails still isn't working

2013-02-24 Thread Chloe
I'm not sure whom to report this to. Suggestions? I tried to report to ActiveSupport, but it's gone nowhere. Plus the missing file is referenced in test/unit/assertions.rb, which doesn't appear to be part of a gem. Ruby version: ruby 1.9.3p385 (2013-02-06 revision 39114) [i386-cygwin] Cygwin ver

Cygwinports

2013-02-20 Thread Chloe
Just curious, why isn't ftp://ftp.cygwinports.org/pub/cygwinports on the standard list of mirrors? It seems like it should be because it has many more packages. This describes how to add it manually: http://cygwinports.org/ -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [ANNOUNCEMENT] Updated: ruby, ruby-json, ruby-rake, ruby-rdoc

2013-02-10 Thread Chloe
I found the fix! Solution here: http://stackoverflow.com/a/14790595/148844 peflags -X409600 `which ruby` -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.

Re: [ANNOUNCEMENT] Updated: ruby, ruby-json, ruby-rake, ruby-rdoc

2013-02-09 Thread Chloe
Hi Yaakov, thanks for the updated Ruby, however it still doesn't seem to work: $ gem install rails $ rails new testapp # error $ cd testapp $ rails -v# error $ rails console # error Transcript -- $ which ruby /usr/bin/ruby Chloe@du

Re: Search feature does not work

2013-01-30 Thread Chloe
> That would be a function of "sourceware.org", > Not cygwin. The list and search form is hosted on cygwin.com. http://cygwin.com/ml/cygwin/2013-01/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/

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 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

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 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-28 Thread Chloe
Try this: $ echo 'export PATH=$PATH:/newpath' >> ~/.bashrc You can also edit your .bashrc file too. Here is an example line from the .bashrc export PATH=$PATH:"/cygdrive/c/Program Files/Notepad++" Here is a bonus useful thing alias splitpath="echo \$PATH | cut -d: -f1- --output-delimiter=$'\n

Re: Ruby: stack level too deep (SystemStackError)

2013-01-28 Thread Chloe
I may have found something. I added -d to the rails script and it printed this: Chloe@dumbopc /cygdrive/c/Sites/railsinstaller_demo $ rails -v Exception `LoadError' at /usr/lib/ruby/site_ruby/1.9.1/rubygems.rb:1264 - cannot load such file -- rubygems/defaults/operating_system Exce

Re: Ruby: stack level too deep (SystemStackError)

2013-01-28 Thread Chloe
I see the Ruby packager is here a.. From: Yaakov (Cygwin/X) b.. Subject: [ANNOUNCEMENT] Updated: ruby-1.9.3-p374-1 Additional info: I tried both versions of Ruby, ruby 1.9.3p327 and ruby-1.9.3-p374-1. I found something from Google that hinted that 1.9.2 might fix the problem, but I could

Search feature does not work

2013-01-28 Thread Chloe
The mailing list search feature does not work. For example, this link http://sourceware.org/cgi-bin/search.cgi?wm=wrd&form=extended&m=all&s=D&q=ruby&ul=%2Fml%2Fcygwin%2F2013-01%2F%25 Did not find these posts: http://cygwin.com/ml/cygwin/2013-01/msg00355.html http://cygwin.com/ml/cygwin/2013-01/m

How to request a module be added to setup list?

2012-03-15 Thread Chloe
How do I request a module to be added to the module setup list, or how do I upload it? http://projects.gnome.org/gtksourceview/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe i

Fw: Cygwin updates cause rebaseall errors

2012-03-14 Thread Chloe
FYI, this may be a problem with Cygwin setup causing packages and DLLs not to work. - Original Message - Subject: Re: [rt.cpan.org #75664] Fails 09parser test in Cygwin with *** fatal error https://rt.cpan.org/Ticket/Display.html?id=75664 > This shouldn't be an Inline::C bug. The is

Re: Package 'lapack' is not installing correctly using setup

2012-03-11 Thread Chloe
OMG I didn't realize I had to exit the shell and start a new one. Thanks, it worked! Old shell console: $ splitpath /usr/local/bin /usr/bin /cygdrive/c/WINDOWS/system32 /cygdrive/c/WINDOWS /cygdrive/c/WINDOWS/System32/Wbem /cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1

Package 'lapack' is not installing correctly using setup

2012-03-10 Thread Chloe
After installing lapack and trying to build gretl, it fails one of the tests and things lapack is not installed. (Ignore the lapack-3.4.0 path - I attempted to work around the problem with the latest version.) This show lapack installed --- Chloe@dumbopc ~/lapack-3.4.0

Re: Where to report problems with Perl modules

2010-06-07 Thread Chloe
Where should I report a problem with Perl modules? bash-3.2$ uname -a CYGWIN_NT-5.1 dumbopc 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 Cygwin cpan[9]> install Log::Log4perl t/017Watch.t . 30/30 # Failed test 'log to externally recreated file' # at t/017Watch.t line 343. #

Fw: SVN Core Dump on Cygwin 1.7.1 using UNC Path

2010-05-26 Thread Chloe Sowers
BTW Why can't the mail server extract the text/plain portion of an email automatically? - Original Message - From: Chloe Sowers To: cygwin@cygwin.com Sent: Wednesday, May 26, 2010 5:24 PM Subject: Fw: SVN Core Dump on Cygwin 1.7.1 using UNC Path FYI - Original Message -

Can't install Perl modules with new Cygwin because of gcc version

2009-12-25 Thread Chloe
I can't install or build Perl modules with cpan or cpanp because it passes -fstack-protector argument flag to gcc and that argument is not accepted in the cygwin version of gcc. Here is the error message from cpan while trying to install a Perl module. gcc -c -I/usr/include/openssl -DPERL_USE_

1.5.17 : fail to launch after installation

2005-06-16 Thread Chang, Chloe
I downloaded this version and locally installed it. The error message after trying to run cygwin.bat is "bash: can't find configuration file /usr/local/etc/profile.global; exiting."   The setup log contains these information :   2005/06/16 10:16:31 Starting cygwin install, version 2.457.2.2 2005