Tagged Questions
0
votes
1answer
17 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
9 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 ...
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 ...
0
votes
0answers
120 views
C# hadoop mapper program fails to start in Cygwin on Windows 7: “CreateProcess error=216”
I am experimenting with Hadoop Streaming to run existing C# apps in Cygwin on Windows 7. I tried setting up the latest stable release of hadoop (1.0.4) in Cygwin/Win 7 but gave up trying to get around ...
3
votes
0answers
150 views
datanode and namenode service not started
I am using window 7 with cygwin After installing hadoop 1.1.1 when i am starting service than problem arise *JAVA_HOME path not set and many more....
Commmand : bin/start-all.sh
but when i type ...
0
votes
2answers
150 views
gcc is not compatible with 64 bit?
I install the cygwin and set the path to the C:\cygwin\bin, however when I run gcc in the command line, it shows the error as follows:
Can someone help me on this?
2
votes
1answer
671 views
installing ssh using cygwin for hadoop
Before I explain the issue I am having, need to let you know that I am totally new to CYGWIN and stuff like this.
My objective of installing SSH using CYGWIN is to setup Hadoop on windows 7 x64 ...
0
votes
3answers
748 views
running bash script in cygwin on windows 7
I am trying to run the below bash script in cygwin on windows 7
REPEATTIMES="$1"
if [ $# = 0 ]; then
echo "Usage: fetch topN repeatTimes"
exit 1
fi
for (( i=1; i<=$REPEATTIMES; i++ ))
...
4
votes
1answer
266 views
Using nutch in Windows 7
I am trying to use nutch 1.6 from the windows environment but every time I try to run as per the procedure given in the site Nutch Tuorial Apache I always end up with the following exception:
...
0
votes
0answers
59 views
How to make bash through Cygwin accept my username [closed]
So, I installed cygwin and a bunch of libraries, among them bash. I booted up a terminal afterwards, hoping to throw some commands at it and fool around, mostly for learning purposes. But since the ...
0
votes
1answer
196 views
cl.exe in cygwin shell
I have a host system and a virtual machine and i am trying to setup similar environment in both.
I installed cygwin and visual studio 10 also.
I faced issues in my build and I finally managed to find ...
0
votes
1answer
81 views
gdb not working properly in windows
I created a simple cpp file and compiled it using the cygwin g++ compiler in Win7. I am now trying to debug the resulting executable in gdb, but I can't get it to behave the way I expect it to. I ...
2
votes
1answer
244 views
ESC doesn't work in cygwin vim
I installed cygwin on Windows 7. When I start vim in cygwin terminal it starts in interactive mode. I can't change mode to command one by pressing ESC. What could be the reason?
UPDATE:
Also vim ...
0
votes
1answer
199 views
Undefined reference to _gzopen etc
Hi I have a program in c built on a non Windows machine(ubuntu machine I think but could be mac os as well).
I did a quick look around and tried cygwin (installed cygwin, used the terminal to goto ...
0
votes
0answers
112 views
permission issues while writing date on nfs share dir from cygwin sshd (win 7)
I have configured an nfs share on a linux machine with proper permissions in the /etc/hosts.allow and /etc/exports files, and in the folder /root/nfs_share.
On a Windows 7 machine, I have configured ...
0
votes
1answer
265 views
Missing linux/if.h
hello I am getting this error when using cygwin to try to make,
this is my makefile
flags=-g
all: icmptx
icmptx: it.o icmptx.o tun_dev.o
gcc $(flags) -o icmptx icmptx.o it.o tun_dev.o
it.o: ...
0
votes
0answers
95 views
Copying files over Microsoft DFS using Shell scripts
In my org, we run Windows 2008 servers, and in our dev environments, we run Windows 7. For whatever reason, we prefer to run all of our scripts in Cygwin as standard Shell scripts. (The run_me_once.sh ...
2
votes
3answers
2k views
Installing/compiling in Cygwin/MinGW - How to set the include “path”? (symbolic link?)
I have been trying to install/compile C libraries in Windows 7 using Cygwin and MinGW. However, I am getting errors like these during make:
sys/resource.h: No such file or directory
sys/times.h: No ...
1
vote
1answer
526 views
Cygwin Newbie: How do I uninstall Python 2.6.x from Cygwin and install Python 2.7.x? [closed]
I am trying to run a Python script on a Windows 7-64 bit machine using Cygwin. I can't get the newest version of Python installed in this environment.
Question:
How do I uninstall Python 2.6
Which ...
0
votes
2answers
528 views
Install mahout in windows 7 under cygwin
I have successfully installed hadoop under cygwin in Windows 7 pro 64 bit.
Now I'm working on installing mahout and I can't.
After setting the MAHOUT_HOME and variable and running mahout on cygwin ...
0
votes
1answer
504 views
installing Cygwin 1.7.15-1 on Win 7
I downloaded and ran setup, and it seemed to completed normally, but after it completed I didn't have cygwin in my startup menu or a shortcut on my desktop, both of which I selected. The C:\cygwin ...
1
vote
1answer
105 views
git cloned files in windows are not visible in explorer. neither are the folders created in cygwin
I'm not able to view files in explorer that are cloned using git..
see the following image for more detail.. also this is driving me crazy..
4
votes
1answer
764 views
Hadoop Configuration on Windows through Cygwin
I am trying to configure Hadoop on my Windows 7 machine. I am able to start name node and other services, but as I am running an example which comes with the Hadoop package (version 1.0.3), following ...
0
votes
1answer
227 views
Howto create an alias for Zend Framework to work with Cygwin in Windows with XAMPP
I'm using Zend Framework at the office in a Windows7+XAMPP environment; I'm not able to change this even if I want to, so I need to adapt. SO, I naturally installed Cygwin and Console2 in order to ...
2
votes
2answers
1k views
cygwin ssh shortcut from windows desktop
I have multiple servers that I need to remote into.
I prefer Cygwin over Putty to do so.
Anyhows - the process of opening my cool Mintty window and then typing the following commands takes too long.
...
0
votes
1answer
190 views
Win executable runs but calling command stalls on Cygwin command line
I'm rebuilding a flash loader utility for a TI chip and am facing a minor issue that's affecting my workflow. I'm using a 64-bit Win7 PC and rebuilding the utility using make on cygwin bash shell. ...
4
votes
1answer
576 views
Git Push origin Master Hangs - cygwin w/ windows 7
Pushing my first_app to git hub using cygwin on a windows 7 machine. Using the command git push origin master I get no response. Seems like it hangs and I have to ctrl c. I have already added my ...
3
votes
2answers
2k views
“couldn't make stderr distinct from stdout” when running Cygwin commands
I am trying to setup some old version of Cygwin on my Windows 7 x64 OS. So far so good. Now I am stuck at srdout/stderr distinction problem:
$ vmake
1 [main] make 7060 dtable::stdio_init: couldn't ...
1
vote
2answers
687 views
How to use Eclipse (IDE) with Cygwin (Linux emulator)?
I apologize in advance for the stupidity of this question, but I am confused as h@&! and not even sure what to ask anymore.
For my math thesis - i.e., I am not a programmer - I have to write C ...
0
votes
1answer
95 views
Curl command not loading contents in windows 7
I have installed Cygwin & curl(through cygwin installer) on my Windows7 32bit. Then opened cygwin terminal and typed curl --help. Everything works fine with curl showing its command arguments ...
0
votes
1answer
199 views
Mercurial can't find username config on Cygwin
I am getting the abort: no username supplied (see "hg help config") error when trying to use hg commit on Cygwin. I have setup the Mercurial.ini file properly in my /users/username directory (I am on ...
0
votes
1answer
238 views
Errors when installing cython on windows
I was trying to install cython on windows 7 using python setup.py install. But it encountered an error:
C:\Cython-0.16>C:\Python27\python setup.py install
running install
running build
running ...
1
vote
1answer
311 views
cygwin perl error cannot load expat.dll
c:\>perl -de 1
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): 1
DB<1> require ...
1
vote
2answers
740 views
Why won't PEAR work on my PHP Windows installation?
I'm running Wampserver on Windows 7, and I can't seem to get PEAR to work. Well, that's
not entirely true-apparently it works on the command line (both cmd.exe and on Cygwin).
Here's the sample ...
1
vote
2answers
208 views
Selenium grid 2 over cygwin
Ok, this is a tricky one. I'm trying to set up a Selenium Grid 2 with some Windows 7 VMs to run Webdriver tests. To automatize the whole process I use some ant script that connects to the VMs through ...
1
vote
1answer
90 views
cygwin undefined refernce to _gsl_rng_ windows 7
I am using windows 7. For C++, I installed eclipse for java first and then added cdt to it. I also installed cygwin to my system. Also, changed the path of environment variables to ...
0
votes
0answers
1k views
Run commands as administrator from cygwin / mintty [SOLVED]
I am running mintty on cygwin in Windows 7. I have mintty.exe set to always "Run as administrator". I am trying to run cmake from within mintty to build a Visual Studio 11 solution.
However, when ...
1
vote
3answers
534 views
Error when trying to invoke the rails command via Cygwin on windows (installed via railsinstaller)
I have followed this tutorial for installing ruby on rails on windows. (the steps are explained in the video in the middle of the page)
If I run the rails command in a classic windows shell (windows ...
-1
votes
2answers
5k views
Mount linux dir (running nfs ) to a windows 7 machine (running cygwin)? [closed]
i need some help related to How to mount a dir from Linux machine (running nfs) to a windows7 machine (running cygwin)??
*details:* i have a Linux machine on which nfs service is running for ...
0
votes
2answers
414 views
Cygwin SVN check-out ACL issue
My Cygwin SVN client changed behavior regarding Windows ACL between version 1.6.17 and 1.7.4.
[ UPDATE: SVN 1.7.4 and 1.6.17 have the same behaviour actually. The problem lies elsewhere. What I ...
0
votes
1answer
260 views
Using sbt in Cygwin, run the “~run” of play2, can't send Ctrl-D to it
When I use sbt in cygwin terminal. run the "~run", how to send Ctrl + D.
sbt script file
#! /usr/bin/env sh
if [ -z "${JPDA_PORT}" ]; then
DEBUG_PARAM=""
else
...
1
vote
2answers
374 views
SVN under Cygwin: target folder resolves wrong
I'm using the default Cygwin installation on a Windows 7 machine.
When I try to do a checkout, the svn client resolves the target path incorrectly.
For example, the command:
svn checkout ...
0
votes
1answer
302 views
Getting a “ld: cannot find -lcunit” error with CUnit
I'm using NetBeans 7.1 on Windows 7. I downloaded the CUnit archive and used shell scripts supplied with the archive to install it ($make install, etc.). I'm using Cygwin as my compiler, and whenever ...
0
votes
1answer
151 views
Can I call some function of FontForge in my own C# project?
I have installed Cygwin and FontForge successfully in the Windows7 operating system and they seem work very well.I find that FontForge is a powerful tool~~However I have a very naive question...Can I ...
0
votes
1answer
183 views
Strange privilege problems on Windows 7 with cygwin
I have written a series of shell scripts which purpose is not really the matter at hand, the problem is with permissions (?). These scripts run on both Linux hosts and Windows XP hosts without ...
8
votes
2answers
7k views
Configure Eclipse CDT to use g++
I have cygwin installed, and I want to use Eclipse with CDT for development under Windows 7. However, I get following error:
**** Build of configuration Default for project hello_cpp ****
make all
...
0
votes
1answer
151 views
How does cygwin's “-mwindows” switch work in windows 7?
I am building an FLTK application in Windows XP under cygwin.
When I pass "-mwindows" to the linker, it behaves as advertized, and I don't get the command window popping up. However, when i run the ...
2
votes
2answers
1k views
Improve Ruby on Rails Performance Windows 7
I'm pursuing Ruby on Rails development but using windows to perform rake and rails tasks is PAINFULLY slow, but I heard it's quite the opposite on Linux.
I'm using a Netbook (Acer Aspire One 722) for ...
3
votes
3answers
7k views
Trouble setting up OpenSSH server on Windows 7 (can't start SSHD) [closed]
I just downloaded Cygwin for Windows 7. I want to install an OpenSSH SSH daemon, and after running "ssh-host-config", I tried starting the service by running
$net start sshd
System error 1069 has ...
0
votes
2answers
2k views
rsync from Linux to Windows 7 creates files that I do not have permission to access
I'm using rsync under cygwin to synchronize my music and pictures folders across two machines. I have full control over both of these folders on the Windows machine, and the permissions on the Linux ...

