Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows ...
0
votes
0answers
5 views
Using PostgreSQL in Windows 7
I am working in a stand alone JAVA application using postgreSQL 7.4.2 as database. The application is not working in Windows 7. The postgreSQL server is run using cygwin. shell scripts are written to ...
0
votes
1answer
8 views
Xserver on Windows7
I have been using X11 with windows Maker provided with cygwin package for multi windows in windows Xp. Currently I am moving to windows 7 but unable to install cygwin.
Is there any other multi ...
1
vote
0answers
8 views
PHP ssh2_exec() from Ubuntu Server to Windows with OpenSSH in Cygwin - works but fails the second time
I had been using PHP's ssh_connect() and multiple ssh_exec() between two Ubuntu VMs without any problems. However, now I need to call multiple ssh_exec() from Ubuntu Server to Windows machine via ...
0
votes
1answer
20 views
Connection to localhost closed by remote host when setting up SSH in Cygwin
I've been trying to get HBase up on my desktop computer at work and I've been following this guide: http://hbase.apache.org/cygwin.html
When I get up to the point of testing HBase, it craps it's ...
0
votes
0answers
8 views
Red5 can't find Bootstrap
I'm trying to setup Red5 on Cygwin.
I've got this error, similar to the question here. I've tried some of the solutions there, but they didn't appear effective.
Starting Red5
...
0
votes
1answer
12 views
Red5 can't locate Java on Cygwin
I'm setting up a Red5 server on Cygwin
I get this
/usr/share/red5$ sh red5.sh
Running on CYGWIN_NT-6.1-WOW64
Unable to locate Java. Please set JAVA_HOME environment variable.
However, I can also ...
0
votes
1answer
11 views
Deciphering this path
I'm trying to follow this guide in order to install or link to jdk in cygwin
I'm confused about how he wants me to get from my cygwin folder to my Downloads folder.
He says this:
ln -s ...
0
votes
0answers
5 views
Installing MADlib on Windows for big data experiments?
I have worked on Windows only so far as an Android developer on Eclipse IDE. I have some basic idea of Python. Now, I am learning basics of Big Data and intend to try Greenplum's MADlib for that. I ...
1
vote
1answer
10 views
Create sqlite3 database from .sql file
The goal is to make a database out of a .sql file.
I'm trying to set up a local environment to test and modify this red5 implementation
Step 1 is
Create a database using the SQL command in ...
0
votes
1answer
10 views
Difference between using LIB and ar under cygwin
Under cygwin, with libtool I am trying to link a static library. the --mode=link cl.exe line invokes ar cru on the .obj files to create the .lib. However, I know there's another program under windows, ...
-2
votes
0answers
6 views
Console executable crashes when run from DOS but not from cygwin [closed]
I have a console app that I run from DOS and crashes after outputting some tty. When I run the same console app from cygwin I get no output and no exception. Any ideas what the difference might be? ...
0
votes
1answer
18 views
Cygwin output in console differs from DOS
I have a program which is displaying some output when run in DOS-style console (cmd.exe) and no output at all when run under Cygwin with the exact same argument.
What could cause such an issue ?
...
0
votes
1answer
75 views
bin/hadoop version throws an error in CYGWIN [WIndows 7]
When i execute the following command:
Anands@Tx-D-AnandS /usr/local/hadoop-1.1.2
$ bin/hadoop version
I get the following error:
cygwin warning:
MS-DOS style path detected: ...
1
vote
1answer
14 views
Using bzr with SFTP on Windows/Cygwin
Note: I'm not sure if this belongs on ServerFault or StackOverflow
I'm currently working on a project which has an SFTP-only bzr repository. All works fine using my Linux machine, but when using ...
1
vote
1answer
37 views
vimdiff and move among left and right pane
I am using vimdiff for the first time. Online I found written that to move from the left pane you use CTRL + w + Left or right arrow
This does not work for me. But I see that if I press just CTRL + w ...
1
vote
2answers
1k views
How do I uninstall ruby from my cygwin installation
My cygwin installation contains the following ruby binaries, how can I uninstall these binaries since I would like to use ruby 192 on my windows vista machine
ruby.exe
rubyw.exe
0
votes
1answer
20 views
Cygwin 'cd' command always tells me “No such file or directory”
When i login to the cygwin terminal and type:
cd "cygdrive/c/existing/path"
it tells me, "no such file or directory". i am sure the path exists... do i miss a special cygwin package, or do i have a ...
0
votes
0answers
14 views
Ruby 1.8.7 on windows with cygwin
I am completely new to Ruby, and i am required to use ruby 1.8.7. I was able to install it on windows and when I run the 'gem' command on windows command line it works. I was also able to run hello ...
0
votes
1answer
14 views
How do I install latest/later gcc on cygwin?
Is there somewhere where I can just download the latest gcc.exe binaries for Windows and place them inside /bin, just like other compilers (bcc/msc)?
I'd try not to touch ...
1
vote
0answers
15 views
Hadoop/cygwin failure in bin/hadoop tasktracker command
i am following http://ebiquity.umbc.edu/Tutorials/Hadoop/00%20-%20Intro.html
Start the namenode in the first window by executing
cd hadoop-0.19.1
bin/hadoop namenode
Start the secondary namenode in ...
0
votes
3answers
50 views
Socket doesn't receive complete data on HPUX
I really don't understand what is going wrong here, so I hope somebody may spot something I missed.
I'm writing a user daemon which is accepting a client that I develop in java. For now this client ...
0
votes
1answer
10 views
How to make PRAGMA option to be permanent for sqlite3
I have cygwin version of sqlite3 which has issue of non-existent temporary directory so I have to set the option either in the prompt or the query file:
PRAGMA temp_store = MEMORY;
or
PRAGMA ...
0
votes
0answers
9 views
Calling parallel subroutines from serial in Fortran using Openmp
I have a simulation code that I am attempting to parallelize using OpenMP. Is there special OpenMP syntax when calling from a serial 'main' part of the program, a subroutine in which I would like to ...
1
vote
1answer
145 views
Cygwin setup error: postinstall script errors [closed]
I'm trying to install cygwin on my windows 7 mechine, I've tried a couple of times and always getting the same error:
Package: cygutils
cygutils.sh exit code 127
cygutils.sh exit code 127
cygutils.sh ...
-1
votes
1answer
24 views
where is cygwin's wget
Did wget move to a package? I use to use setup.exe and search for wget to install it. I don't see it anymore.
The net package is already installed. Both attempts to run wget and locate wget turn ...
1
vote
2answers
38 views
Build SoX with LAME support in Cygwin
I'm trying to build SoX (14.4.1) in Cygwin with MP3 support using LAME (3.99.5). I've been following this guide: http://bencos.googlecode.com/svn-history/r137/trunk/out/sox/README.win32.txt
When ...
2
votes
3answers
314 views
Why Won't P4 Submit Open Emacs for Me?
This is very odd, and I think my system didn't use to have this problem. I'm on a Windows XP system using cygwin. I have the environment variable $P4EDITOR set to "emacs", but when I do a p4 submit, I ...
0
votes
0answers
33 views
file not exist error in cygwin
I am executing the maven command from E drive with different settings.xml file located at H drive.
I am getting the following error.
Its taking E as base directory.
user1234@abcavbavb17 ...
-3
votes
1answer
38 views
Bash - unzip: command not found [closed]
I am trying to unzip the file in particular folder and i am getting a "unzip command not found" error.
I am using Cygdrive to run my bash script
#!/bin/bash
for dir in ./"$WORKING"/*
do
unzip ...
2
votes
1answer
63 views
Load Error - Using MySQL with Ruby on Rails
I have been trying to use SQL with Ruby on Rails for quite sometime now and cannot seem to make it work.
I've pretty much given up on SQLite, so my focus is now on MySQL. I have fully installed the ...
0
votes
1answer
16 views
Cygwin (on Windows) - Permission Denied - Cannot compile
I am trying to build and install libYAML as per instructions on their website >
http://pyyaml.org/wiki/LibYAML
./configure > successful
make > successful
make install > failed
I get ...
2
votes
2answers
53 views
Using a variable to define a path
#!/bin/bash
SOURCE="/C/MSDFFiles/IPFiles/Source"
WORKING="/C/MSDFiles/IPFiles/Working"
rm -rf ./Working/*
cp "$SOURCE/"* "$WORKING/" 2> /dev/null
echo "DONE"
I am trying to copy all the files ...
0
votes
1answer
15 views
sqlite3: query file's UTF-8 encoding is not recognized automatically
I fed in the query for the database as follows:
sqlite3 database.db < query
and I got the message:
Error: near line 1: near "SELECT": syntax error
The query was encoded in UTF-8 and so was ...
0
votes
1answer
24 views
cygwin1 dll when opening exe
I created a program using C++ with netbeans on my computer. I would like the exe file to open somewhere else. It opens all fine on my computer, but i tested it on a computer in school without netbeans ...
0
votes
2answers
50 views
How can I run ctags in a large code base?
Assuming I have a code directory structure as follows:
/top
/second
/core
a.pl
b.pl
c.pl
/common
d.pl
e.pl
...
2
votes
2answers
46 views
boost asio giving You must add -D__USE_W32_SOCKETS to your compiler options on cygwin
I was trying to use the boost library first time. Using as an environment Eclipse 4.3 with CDT and as compiler gcc 3.4 and boost 1.53.
I was browsing various sites to find info on how to setup boost, ...
0
votes
1answer
33 views
Cygwin Not Recognizing Python Modules
I'm using Cygwin and Python2.7 and I have already installed some third party modules (PySide, PyGame) on my computer and when I run them using the normal GUI they work fine. But when I run python ...
0
votes
1answer
26 views
when use cygwin g++ to build a project , can't find the include head file even if I have indicated path with -I
I knew there a punch of this kind problem to bother you . But it's weird to me . Please be patient to let me finish my problem statement .
Background : Windows vista , cygwin latest version , opencv ...
0
votes
2answers
26 views
gcc fails with spawn: No such file or directory
I downloaded
Ruben’s build of
Cygwin GCC.
However upon running it seems unable to compile any files
$ touch foo.c
$ gcc foo.c
gcc: error: spawn: No such file or directory
As a workaround, I ...
0
votes
2answers
22 views
Unable to access jarfile under cygwin
I know there are many "unable to access jarfile" questions on here, but I do feel this is different enough to warrant its own thread.
I am writing a walkthrough, part of this walkthrough involves ...
-1
votes
1answer
13 views
Is there a way to install apt-cyg without svn? [closed]
The apt-cyg package manager at: http://code.google.com/p/apt-cyg/ looks really great. The readme says to first install subversion. I don't really want subversion on the machine I am using for this, ...
0
votes
1answer
35 views
Allow Selenium Webdriver to find Firefox path in cygwin and standard installs
I am running a Win2k8 EC2 instance for the purpose of running a few browser automation tasks after deployment from Fabric on a *nux box.
My script which works on Mac and Linux presents the following ...
0
votes
0answers
20 views
Installing Python 2.5 on Cygwin [migrated]
I would like to install Python 2.5 on Cygwin. (EDIT: I need Python 2.5 in particular, and I am aware that Cygwin setup offers 2.7 and 3.2. I installed those using the GUI and they appear to be ...
0
votes
1answer
38 views
Public key authentication issues on cygwin
I've been trying "ssh localhost" on cygwin (I use WIndows 7), but it keeps asking for the password.
When I did "ssh -vvv localhost", I found out that the public key authentications were not ...
2
votes
6answers
542 views
Composer & Cygwin
Composer doesn't run correctly in Cygwin if you try to install it "globally".
Putting composer.phar into /usr/local/bin/composer, then trying to run it will result in the error:
Could not open input ...
3
votes
3answers
4k views
Setting environment variables in Eclipse to use with Android NDK
I use Android NDK with cygwin with Eclipse on Windows.
In my makefile I want to set path of prebuild library using environment variable in eclipse.
So I do the following:
And in makefile:
...
1
vote
1answer
27 views
Django loaddata command on cygwin returns an error when installing fixtures (SQLite3 database)
I've updated cygwin and python on cygwin to 2.7 and now I cannot load any json files to the database using the loaddata management command in Django. (Using SQLite3 as a database backend)
It works ...
1
vote
2answers
27 views
Create files using grep and wildcards with input file
This should be a no-brainer, but apparently I have no brain today.
I have 50 20-gig logs that contain entries from multiple apps, one of which addes a transaction ID to its log lines. I have 42 ...
65
votes
14answers
69k views
SSH Private Key Permissions using Git GUI or ssh-keygen are too open
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed with the following ...
0
votes
2answers
422 views
Getting lcov to work on Cygwin
What Cygwin package(s) do I need to install to get lcov to work on Cygwin?
I tried to run lcov and received the following:
command not found
Thank you for any help.
P.S. I should point out that ...




