RE: Help with using Bash / GCC installed but command not found

2009-06-26 Thread David Christensen
MattyTheG wrote: Hello, I have been using Cygwin for about a year now, with no problems. Until one day I loaded it up and instead of the usual interface I had, it just said bash-3.2$, no username, or directory or anything, and none of the unix commands work. My guess is that your Windows HOME

Help building boost-1.39 on cygwin-1.7 using gcc-4

2009-06-23 Thread Eray Ozkural
. My program uses program_options library and I know from previous experience that that is where it hangs. For the record, many tests in program_options or graph libraries do not work either. So, has anybody been able to build boost using gcc-4 on the new cygwin release? Please help! -- Eray

help? compile error cygwin 1.7, multiple definition

2009-06-18 Thread Ian Kelling
Any suggestions or feedback on fixing this compile error would be appreciated. cygwin 1.7, gcc (GCC) 4.3.2 20080827 (beta) 2 mpd sources, any version $ ./autogen.sh --enable-oss --disable-ao --disable-un $ make make fails. Basically, the final compile and link command seems to fail because of

Re: help? compile error cygwin 1.7, multiple definition

2009-06-18 Thread Larry Hall (Cygwin)
Ian Kelling wrote: Any suggestions or feedback on fixing this compile error would be appreciated. cygwin 1.7, gcc (GCC) 4.3.2 20080827 (beta) 2 mpd sources, any version $ ./autogen.sh --enable-oss --disable-ao --disable-un $ make make fails. Basically, the final compile and link command

Re: help? compile error cygwin 1.7, multiple definition

2009-06-18 Thread Dave Korn
Larry Hall (Cygwin) wrote: Ian Kelling wrote: /usr/bin/g++ -g -O2 -o src/mpd.exe src_mpd-input_stream.o (... about a page of other .o files ) -Wl,--enable-auto-import -lm -lFLAC -lm -lgthread-2.0 -lglib-2.0 -lintl -liconv I added -Wl,--enable-auto-import which removes some other

Re: help? compile error cygwin 1.7, multiple definition

2009-06-18 Thread Ian Kelling
Dave Korn wrote: Larry Hall (Cygwin) wrote: This sounds allot like this bug to me: https://bugzilla.redhat.com/show_bug.cgi?id=428865 Since Cygwin's glib2 is only at 2.10.3, you'll either need to wait for an update of this package or build a newer one yourself. Hack: in

Re: help? compile error cygwin 1.7, multiple definition

2009-06-18 Thread Yaakov (Cygwin/X)
On 18/06/2009 16:03, Dave Korn wrote: Hack: in /usr/include/glib-2.0/glib/gutils.h, at this point: 99 #elif defined (__GNUC__) 100 # define G_INLINE_FUNC extern inline 101 #elif defined (G_CAN_INLINE) delete 'extern' from line 100. (Then rebuild from clean.) For the

Re: Python enabled GDB (Archer) -Help

2009-05-20 Thread Sreejith
2009/5/19 Jason Tishler ja...@tishler.net: Sreejith, On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote: The observation is that python static library (in case of linux- libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly what gcc is complaining when building gdb

Re: Python enabled GDB (Archer) -Help

2009-05-19 Thread Sreejith
2009/5/19 Larry Hall (Cygwin) reply-to-list-only...@cygwin.com: On 05/16/2009, Sreejith wrote: This is probably because python development packages (Equivalent to python2.5-dev deb package) are not installed. Unfortunately it is not available for cygwin. Is there any other way to solve this

Re: Python enabled GDB (Archer) -Help

2009-05-19 Thread Jason Tishler
Sreejith, On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote: The observation is that python static library (in case of linux- libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly what gcc is complaining when building gdb (please refer to the config log in my previous

Re: Python enabled GDB (Archer) -Help

2009-05-16 Thread Sreejith
installation went currectly and I have python installed in my cygwin. Please help me to resolve this issue. I further investigated and found in config log that gdb build is not detecting python in cygwin. The following log from config.log: configure:11376: checking for python2.4 configure:11396: gcc -o

gnuc on cygwin? need help!

2009-04-30 Thread fuzzylogic25
Hi everyone i have a big problem if anyone could help me that would be great. i have a project which runs a make file to compile and when i run it on cygwin i get this error: - $ make gnuc -g -O0 -Wno-long-long -c -o disksched.o

Re: gnuc on cygwin? need help!

2009-04-30 Thread Larry Hall (Cygwin)
fuzzylogic25 wrote: Hi everyone i have a big problem if anyone could help me that would be great. i have a project which runs a make file to compile and when i run it on cygwin i get this error: - $ make gnuc -g -O0 -Wno-long-long -c

Re: gnuc on cygwin? need help!

2009-04-30 Thread fuzzylogic25
(Cygwin) wrote: fuzzylogic25 wrote: Hi everyone i have a big problem if anyone could help me that would be great. i have a project which runs a make file to compile and when i run it on cygwin i get this error: - $ make gnuc -g -O0

Re: gnuc on cygwin? need help!

2009-04-30 Thread Larry Hall (Cygwin)
fuzzylogic25 wrote: yep i installed full cygwin so i got gcc. i always used gcc. but now this makefile uses gnuc. ok so what i did was edit the section in make that i showed u to CC =gcc instead of CC = gnuc and well it seems to be working. but i dont know anything about this compiler

Re: plise help i have problem white make

2009-04-12 Thread bordan
\ DS_ST=strip -- View this message in context: http://www.nabble.com/plise-help-i-have-problem-white--make-tp22979591p23011203.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: plise help i have problem white make

2009-04-12 Thread Larry Hall (Cygwin)
the same problem if the original version is big) along with the exact compile line and resulting errors. If you post a follow-up and still require help, please include this information. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893

plise help i have problem white make

2009-04-09 Thread bordan
/libcscrypt-.amd5.o] Error 1 and other errors what is wrong What am I missing? -- View this message in context: http://www.nabble.com/plise-help-i-have-problem-white--make-tp22979591p22979591.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-10 Thread Corinna Vinschen
On Mar 9 19:08, Sjors Gielen wrote: I think I checked how Cygwin implements fork() a while ago, can't really remember though. But on a fork(), do processes inherit all information on dll's, et cetera? Or do they reload the dll and re-check the addresses of entry points and all? Very

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Spiro Trikaliotis
Hello, * On Sun, Mar 08, 2009 at 09:45:39PM -0400 Christopher Faylor wrote: On Mon, Mar 09, 2009 at 12:42:31AM +0100, Sjors Gielen wrote: (Since 1.7 already fixes the problem of installing running programs, Color me dubious. How did you solve the problem of installing cygwin over a

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Andy Koppe
Spiro Trikaliotis: You can replace a running exe (or dll) by doing the following: 1. rename the .DLL or .EXE Are you sure that's possible? I'd expect Windows to complain loudly at that point. Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Marco Atzeri
--- Lun 9/3/09, Andy Koppe ha scritto: Da: Andy Koppe Oggetto: Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help) A: cygwin@cygwin.com Data: Lunedì 9 marzo 2009, 10:55 Spiro Trikaliotis: You can replace a running exe (or dll) by doing

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Corinna Vinschen
On Mar 9 09:55, Andy Koppe wrote: Spiro Trikaliotis: You can replace a running exe (or dll) by doing the following: 1. rename the .DLL or .EXE Are you sure that's possible? I'd expect Windows to complain loudly at that point. You can in theory, but that won't work reliably for

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Corinna Vinschen
On Mar 9 10:18, Marco Atzeri wrote: --- Lun 9/3/09, Andy Koppe ha scritto: Are you sure that's possible? I'd expect Windows to complain loudly at that point. [...] I also used that trick to replace cyglsa.dll installing snapshots but cyglsa.dll was not in use at that time. It's safe

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Christopher Faylor
On Mon, Mar 09, 2009 at 11:21:52AM +0100, Corinna Vinschen wrote: On Mar 9 09:55, Andy Koppe wrote: Spiro Trikaliotis: You can replace a running exe (or dll) by doing the following: 1. rename the .DLL or .EXE Are you sure that's possible? I'd expect Windows to complain loudly at that

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-09 Thread Sjors Gielen
Christopher Faylor schreef: Right. And that has been the main reason why writing an installer which uses Cygwin is problematic. I've been using the rename the dll or executable technique for about ten years to install a newly-compiled version of cygwin1.dll on a system with a running version

cygcheck typo in both manpage and --help

2009-03-08 Thread Dat Head
-p option says requies instead of requires setup.exe and cygcheck are very nice but was wondering if the idea of using yum and rpm was ever tossed around? i guess they would need too much twiddling to work. cygcheck is 1.90.4.1 version -- Unsubscribe info:

Re: cygcheck typo in both manpage and --help

2009-03-08 Thread Christopher Faylor
On Sun, Mar 08, 2009 at 05:10:01PM -0400, Dat Head wrote: -p option says requies instead of requires This is fixed in CVS. Thanks for the heads up. setup.exe and cygcheck are very nice but was wondering if the idea of using yum and rpm was ever tossed around? Yes, it has been discussed many

Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-08 Thread Sjors Gielen
Christopher Faylor schreef: setup.exe and cygcheck are very nice but was wondering if the idea of using yum and rpm was ever tossed around? Yes, it has been discussed many times. There are big barriers to getting these working, mainly due to problems installing already-running programs. cgf

Re: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help)

2009-03-08 Thread Christopher Faylor
On Mon, Mar 09, 2009 at 12:42:31AM +0100, Sjors Gielen wrote: Christopher Faylor schreef: setup.exe and cygcheck are very nice but was wondering if the idea of using yum and rpm was ever tossed around? Yes, it has been discussed many times. There are big barriers to getting these working,

Re: help with pseudo terminal

2009-03-04 Thread net
returned 1 exit status make: *** [sshpass] Error 1 i don't think upgrading is the solution for this please help On 3/4/09, net netzerosp...@gmail.com wrote: i'm trying to execute this line on my cygwin shell $ echo wew | ssh w...@10.192.30.40 an this is the output Pseudo-terminal

help with pseudo terminal

2009-03-03 Thread net
i'm trying to execute this line on my cygwin shell $ echo wew | ssh w...@10.192.30.40 an this is the output Pseudo-terminal will not be allocated because stdin is not a terminal. is there something i must know about this because i also try to compile sshpass packages and got this error

Re: Help with cygheap base mismatch on Vista 32-bit

2009-02-21 Thread Ari Halberstadt
Dave Korn wrote: Ari Halberstadt wrote: Every program I've tried in my cygwin installation (1.5.25-15) gives base mismatch errors on my Vista Home Premium 32-bit system. Cygwin was BitDefender seems to break Cygwin. There's a detailed explanation of how AV and firewall apps can sometimes

x keyboard with most keys dead since update -- faq answer 3.2 no help

2009-02-19 Thread Blake Thomas Andrew
Hi Everyone Please help, I am quite desperate. The day before yesterday I inadvertently upgraded to the new version of X. I had had a slight problem -- emacs suddenly froze, and on restart, I found myself with a US keyboard layout throughout X. (I need latin-american). I thought that perhaps

Re: x keyboard with most keys dead since update -- faq answer 3.2 no help

2009-02-19 Thread Jon TURNEY
Blake Thomas Andrew wrote: Hi Everyone Please help, I am quite desperate. The day before yesterday I inadvertently upgraded to the new version of X. I had had a slight problem -- emacs suddenly froze, and on restart, I found myself with a US keyboard layout throughout X. (I need latin

Re: x keyboard with most keys dead since update -- faq answer 3.2 no help

2009-02-19 Thread Blake Thomas Andrew
Hi I forgot about your third suggestion -- and in fact setxkbmap us restores the keyboard! But leaves me with a US layout... So maybe the trouble is a corrupted la layout? Thanks for the help. Andrew Thomas Blake On Thu, Feb 19, 2009 at 5:26 PM, Blake Thomas Andrew blakethomasand...@gmail.com

Re: x keyboard with most keys dead since update -- faq answer 3.2 no help

2009-02-19 Thread Jon TURNEY
Blake Thomas Andrew wrote: The keys that do not work are the main alphanumeric and punctuation keys. Hmm currently for a latin american keyboard, we (effectively) do an internal 'setxkbmap la' Unfortunately, it seems that this sets a Laos keyboard (I think this might have been right

Help with cygheap base mismatch on Vista 32-bit

2009-02-17 Thread Ari Halberstadt
(everything other than cygwin continues to work). Bash starts up but doesn't properly run anything, including the bashrc script. Typing, e.g., bin/ls, gives several base mismatch errors. Reinstalling didn't help. I downloaded a completely new version and installed fresh, but still the same problem

Re: Help with cygheap base mismatch on Vista 32-bit

2009-02-17 Thread Dave Korn
into the OS and does bad stuff that interferes with other applications, of which Cygwin is one. Also, they got haxored :-P lol. help. I downloaded a completely new version and installed fresh, but still the same problem. Running rebaseall fails with a similar error. I'm stumped and can find

Why doesn't XWin -help work?

2009-02-14 Thread km4hr
XWin -help doesn't do anything on my machine. How about yours? I can't get -query to do anything either. Does this indicate that I don't have cygwin/x installed correctly? -- View this message in context: http://www.nabble.com/Why-doesn%27t-%22XWin--help%22-work--tp22018481p22018481.html Sent

Re: Why doesn't XWin -help work?

2009-02-14 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 km4hr wrote: XWin -help doesn't do anything on my machine. How about yours? Are you trying to start it from the standard cmd/bash prompt? If so, known issue: http://sourceware.org/bugzilla/show_bug.cgi?id=9763 Yaakov Cygwin/X -BEGIN PGP

Re: help compiling openssh

2009-02-14 Thread Corinna Vinschen
On Feb 13 15:30, Jody Burnett wrote: That worked...installed the libwrap-devel and configure worked no problem...next i created the my-openssh.tar.bz2. How do you unpack this archive without overwriting the folder permissions of bin, var etc? Dir permissions are only set when they get

help compiling openssh

2009-02-13 Thread Jody Burnett
?? Any help is very much appreciated. -- 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: help compiling openssh

2009-02-13 Thread Corinna Vinschen
On Feb 13 02:05, Jody Burnett wrote: When i run configure openssh 5.1p1-10 (source from cygwin setup) with the following command $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' --localstatedir=/var --datadir='${prefix}/share' --mandir='${datadir}/man'

Re: help compiling openssh

2009-02-13 Thread Jody Burnett
That worked...installed the libwrap-devel and configure worked no problem...next i created the my-openssh.tar.bz2. How do you unpack this archive without overwriting the folder permissions of bin, var etc? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: xdvi problem: second attempt to get help

2009-02-10 Thread Larry Hall (Cygwin)
% export -n XTERM_LOCALE % xdvi Warning: locale not supported by C library ... Any idea how to fix this? As you may know, Cygwin doesn't support alternate (other than C) locales. But since this is related to xdvi, there may be something that can be configured there to help

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-26 Thread Alexey Eremenko
What does it tell ? SSH Server is running - but it does not offer login or user name to enter. Why? Did you read '/usr/share/doc/Cygwin/openssh.readme'? Did you run ssh-user-config? I will have to revive this topic... It still does not work: namely used ssh-user-config it created 3 keys:

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-26 Thread Dan Kegel
On Mon, Jan 26, 2009 at 7:46 AM, Alexey Eremenko al4...@gmail.com wrote: I will have to revive this topic... It still does not work: namely used ssh-user-config it created 3 keys: SSH1 RSA, SSH2 RSA, SSH2 DSA. But it fails in similar way with: ssh_exchange_identification: Connection closed

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-19 Thread Alexey Eremenko
On Sun, Jan 18, 2009 at 6:03 AM, Dmitry Semyonov linu...@gmail.com wrote: On Sun, Jan 18, 2009 at 16:12, Alexey Eremenko wrote: $ cygrunsrv -S sshd and I hope SSH service started but have no idea if it really started... cygrunsrv -Q sshd Thanks Dmitry... u...@user-pc ~ $ cygrunsrv -Q sshd

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-19 Thread Larry Hall (Cygwin)
Alexey Eremenko wrote: On Sun, Jan 18, 2009 at 6:03 AM, Dmitry Semyonov linu...@gmail.com wrote: On Sun, Jan 18, 2009 at 16:12, Alexey Eremenko wrote: $ cygrunsrv -S sshd and I hope SSH service started but have no idea if it really started... cygrunsrv -Q sshd Thanks Dmitry...

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-18 Thread Alexey Eremenko
On Wed, Jan 14, 2009 at 10:29 AM, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: Alexey Eremenko wrote: Seeing the output (*attached*) from 'cygcheck -s -r -v' as requested by http://cygwin.com/problems.html would help. What does 'ls -ld /etc' say? What does 'getfacl /etc' say

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-18 Thread Dmitry Semyonov
On Sun, Jan 18, 2009 at 16:12, Alexey Eremenko wrote: $ cygrunsrv -S sshd and I hope SSH service started but have no idea if it really started... cygrunsrv -Q sshd C:\cygwin\binssh localhost ssh_exchange_identification: Connection closed by remote host It still does not work. What else

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-14 Thread Alexey Eremenko
Seeing the output (*attached*) from 'cygcheck -s -r -v' as requested by http://cygwin.com/problems.html would help. What does 'ls -ld /etc' say? What does 'getfacl /etc' say? What about 'cacls c:\cygwin\etc'? In other words, who has permissions to change '/etc' and who's it's owner

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-14 Thread Larry Hall (Cygwin)
Alexey Eremenko wrote: Seeing the output (*attached*) from 'cygcheck -s -r -v' as requested by http://cygwin.com/problems.html would help. What does 'ls -ld /etc' say? What does 'getfacl /etc' say? What about 'cacls c:\cygwin\etc'? In other words, who has permissions to change '/etc

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Alexey Eremenko
-config returns an error no matter what I do. Diabling UAC doesn't help. Here is what I get when I try to setup SSH on Vista: $ ssh-host-config chmod: changing permissions of `/etc': Permission denied setfacl: Permission denied chmod: changing permissions of `/var/log': Permission denied

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Larry Hall (Cygwin)
server on it. ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help. Here is what I get when I try to setup SSH on Vista: $ ssh-host-config chmod: changing permissions of `/etc': Permission denied setfacl: Permission denied chmod: changing permissions of `/var/log

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-12 Thread Alexey Eremenko
On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko al4...@gmail.com wrote: Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH server on it. ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help. Here is what I get when I try to setup SSH

Help me please install OpenSSH Server on Windows Vista

2009-01-12 Thread Alexey Eremenko
Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH server on it. ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help. -- -Alexey Eromenko Technologov -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-12 Thread Larry Hall (Cygwin)
Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko al4...@gmail.com wrote: Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH server on it. ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help. Here is what I get when

Help! I need drive # for USB flash

2009-01-03 Thread Paul McFerrin
Folks: I'm expanding my Cygwin on a Platter (bootable runable CD) to now use a USB Flash Drive as the medium. There is an environment variable called HOMEDRIVE that contains the drive letter that the program is running from. If running from CD, it will contain the drive letter, \ However

Re: ssh-host-config problem on windows 2003, please help.

2008-12-11 Thread T Z
2003, please help. To: cygwin@cygwin.com Cc: Charles Wilson [EMAIL PROTECTED] Date: Tuesday, December 9, 2008, 8:58 PM That would help but does it already come in a pre-packaged form of some sort? I ask because I have over 20 machines I will be doing this on and is stands right now I basically

Re: ssh-host-config problem on windows 2003, please help.

2008-12-11 Thread T Z
1.7 version but this is a production environment. Thanks, Travis --- On Mon, 12/8/08, Corinna Vinschen corinna-cyg...@cygwin.com wrote: From: Corinna Vinschen corinna-cyg...@cygwin.com Subject: Re: ssh-host-config problem on windows 2003, please help. To: cygwin@cygwin.com Cc: Charles

Re: ssh-host-config problem on windows 2003, please help.

2008-12-09 Thread Corinna Vinschen
On Dec 9 02:28, Charles Wilson wrote: Okay. So, suppose we modify the pseudo-code and word the non-auto-answer question like the auto-answer=yes case. Then, somebody looking at a manual transcript might ask: I want to run this script safely so that things are set up, but no services are

Re: ssh-host-config problem on windows 2003, please help.

2008-12-09 Thread Corinna Vinschen
On Dec 9 10:16, Corinna Vinschen wrote: On Dec 9 02:28, Charles Wilson wrote: Okay. So, suppose we modify the pseudo-code and word the non-auto-answer question like the auto-answer=yes case. Then, somebody looking at a manual transcript might ask: I want to run this script safely so that

FW: ssh-host-config problem on windows 2003, please help.

2008-12-09 Thread Karl M
Date: Tue, 9 Dec 2008 15:15:46 +0100 From: corinna Subject: Re: ssh-host-config problem on windows 2003, please help. On Dec 9 10:16, Corinna Vinschen wrote: On Dec 9 02:28, Charles Wilson wrote: Okay. So, suppose we modify the pseudo-code and word the non-auto-answer question like

Re: ssh-host-config problem on windows 2003, please help.

2008-12-09 Thread T Z
That would help but does it already come in a pre-packaged form of some sort? I ask because I have over 20 machines I will be doing this on and is stands right now I basically did a setup.exe and had it download to cygwin directory (but not install) and then put it back on the server to run

Re: Need some help with linking errors when building latest GTK+

2008-12-08 Thread Jon TURNEY
appreciate any help on this. Thank you very much in advance Andreas, You probably want to take a look at the cygwinports project at http://sourceware.org/cygwinports/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Need some help with linking errors when building latest GTK+

2008-12-08 Thread Andreas Eibach
- Original Message - From: Jon TURNEY [EMAIL PROTECTED] To: cygwin-xfree@cygwin.com Sent: Monday, December 08, 2008 2:59 PM Subject: Re: Need some help with linking errors when building latest GTK+ Andreas, You probably want to take a look at the cygwinports project at http

Re: ssh-host-config problem on windows 2003, please help.

2008-12-08 Thread Corinna Vinschen
if the script but then when it gets to the line where it asks if you want to change the user of cyg_server it is AUTOMATICALLY answering yes which then I have to retype it in. I am running version 2.573.2.3 what is the problem. Can someone please help? This (untested) patch to the service

Re: ssh-host-config problem on windows 2003, please help.

2008-12-08 Thread Charles Wilson
Corinna Vinschen wrote: This (untested) patch to the service helper script /usr/share/csih/cygwin-service-installation-helper.sh should fix that problem. Index: cygwin-service-installation-helper.sh === RCS file:

Need some help with linking errors when building latest GTK+

2008-12-05 Thread Andreas Eibach
anyone ever fiddled with this recently? I'd appreciate any help on this. Thank you very much in advance Regards -Andreas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

ssh-host-config problem on windows 2003, please help.

2008-12-02 Thread T Z
it is AUTOMATICALLY answering yes which then I have to retype it in. I am running version 2.573.2.3 what is the problem. Can someone please help? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-12-01 Thread stevench2000
reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- View this message in context: http://www.nabble.com/Help-needed%3A-first-time-tried-sshd-and-got-stuck-not-far-from-the-beginning

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-30 Thread stevench2000
://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- View this message in context: http://www.nabble.com/Help-needed%3A-first-time-tried-sshd-and-got-stuck-not-far-from-the-beginning...-tp20745168p20766411.html Sent from

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-30 Thread Larry Hall (Cygwin)
stevench2000 wrote: Thanks to both of you for the tips. After adding the -ddd option in invoking sshd in the ssh-host-config, I was able to see this error message from the log: 17 [main] sshd 42180 child_copy: linked dll data write copy failed, 0x24500 0..0x2452E0, done 0, windows pid

Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-29 Thread stevench2000
of ordinary. Can anyone please suggest some helps? Thanks in advance! Regards, Steve -- View this message in context: http://www.nabble.com/Help-needed%3A-first-time-tried-sshd-and-got-stuck-not-far-from-the-beginning...-tp20745168p20745168.html Sent from the Cygwin list mailing list archive

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-29 Thread Matthias Meyer
stevench2000 wrote: Hi, good day. my systme is vista 32bit as Admin, I downloaded the sshd packages and installed them - opened cygwin bash as administrator - ran ssh-host-config -y and accepted overwriting to /etc/sshd_config and /etc/inetd.d/sshd-inetd when asked - ran

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-29 Thread Larry Hall (Cygwin)
On 11/29/2008, Matthias Meyer wrote: Please go to your server and run /usr/sbin/sshd -ddd -D Maybee your ssh-server say something about the reason. This won't work. You'll need to set up a new service which invokes 'sshd' with the above debug flags and start that service instead. See

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-25 Thread Jon TURNEY
Srinath Avadhanula wrote: Hi, On Mon, Nov 24, 2008 at 6:53 PM, Yaakov (Cygwin/X) [EMAIL PROTECTED] wrote: The latest xorg-server is 1.5.3-4. Either it, or last Thursday's 1.5.3-3, will certainly fix the could not open default font 'fixed' error. Thanks for the info! I finally got it

Re: Cygwin X-Win scripting help

2008-11-24 Thread Jon TURNEY
of bugs :( :( :( any more ideas please let me know.. It seems far more likely this is a Cygwin/X problem than a Vista problem, and I'd like to help you, but this is just far too vague a problem report for me to suggest anything intelligent. http://cygwin.com/problems.html Jon TURNEY wrote

Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Srinath Avadhanula
already been mentioned in the following FAQ: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof Unfortunately, following the procedure outlined there didn't seem to help. I tried: 1. $ mount C:\Programs\cygwin\bin on /usr/bin type system (binmode) C:\Programs\cygwin\lib on /usr/lib

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinath Avadhanula wrote: I suddenly began getting the error message: A fatal error has occured and Cygwin/X will now exit. Please open /tmp/XWin.log for more information. The trailing part of /tmp/XWin.log mentions the following: Please

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Srinath Avadhanula
Hi Yakov, On Mon, Nov 24, 2008 at 5:51 PM, Yaakov (Cygwin/X) [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinath Avadhanula wrote: I suddenly began getting the error message: A fatal error has occured and Cygwin/X will now exit. Please open /tmp/XWin.log for

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Larry Hall (Cygwin X)
Srinath Avadhanula wrote: Hi Yakov, On Mon, Nov 24, 2008 at 5:51 PM, Yaakov (Cygwin/X) [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinath Avadhanula wrote: I suddenly began getting the error message: A fatal error has occured and Cygwin/X will now exit. Please

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinath Avadhanula wrote: Thanks for the reply. I did upgrade to the latest xorg-server. (It is now at 1.5.3-2). In fact, as I mentioned previously, I tried reinstalling all packages under the X11 category. However, this doesn't seem to fix

Re: Help with startxwin.bat (I did read the FAQ)

2008-11-24 Thread Srinath Avadhanula
Hi, On Mon, Nov 24, 2008 at 6:53 PM, Yaakov (Cygwin/X) [EMAIL PROTECTED] wrote: The latest xorg-server is 1.5.3-4. Either it, or last Thursday's 1.5.3-3, will certainly fix the could not open default font 'fixed' error. Thanks for the info! I finally got it working :) I had to change the

Re: Cygwin X-Win scripting help

2008-11-23 Thread tbishop
://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- View this message in context: http://www.nabble.com/Cygwin-X-Win-scripting-help-tp20614082p20655494.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http

Re: Cygwin X-Win scripting help

2008-11-21 Thread Jon TURNEY
tbishop wrote: I have used XP and have used this script for a long time as a bat file to get to my UNIX box: === @echo off C: chdir C:\cygwin\bin bash --login -c \XWin.exe -query 128.49.000.44 -from 128.23.77.149

help with bash/readline dll interaction bug

2008-11-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to release readline-5.2.13-11, but before I do, I'd like to fix this bug in bash: http://sourceware.org/bugzilla/show_bug.cgi?id=6840 Basically, bash has a place where it calls a readline function that returns a function pointer, then it

Re: help with bash/readline dll interaction bug

2008-11-19 Thread Brian Dessent
Eric Blake wrote: Is there some slick way to make bash grab a function pointer that can see through the trampoline and see that bash's trampoline version of rl_tab_insert is indeed the same function as readline's local rl_tab_insert? Sure, arrange for there to be a __declspec(dllimport) on

Help with problem

2008-11-15 Thread Afflictedd2
Hi guys, I'm trying to run an X11 application with Cygwin. I was able to compile this X11 app, but look like X11 is not there, and when I try the command xlogo, I get this error: $ xlogo Error: Can't open display: -- View this message in context: http://www.nabble.com/Help-with-problem

Re: Help with problem

2008-11-15 Thread Greg Chicares
On 2008-11-16 02:40Z, Afflictedd2 wrote: I'm trying to run an X11 application with Cygwin. I was able to compile this X11 app, but look like X11 is not there, and when I try the command xlogo, I get this error: $ xlogo Error: Can't open display: X11 has its own list:

Password authentication keeps kicking in on SSH client connection attempt. Please help!

2008-11-14 Thread tyrone donnelly
Hi, The password authentication keeps kicking in on SSH client connection attempt. I know this question has been asked a zillion times. It seems that each problem becomes unique to specific builds, or new releases. I hope this is a simple solution, even if I feel dumb afterwards, I will learn

HELP ... Get me out of here !!!

2008-11-12 Thread Paul McFerrin
Folks: In the past several years, I have both subscribed and unsubscribed to cygwin@cygwin.com mailing list without any problems. For this last cycle, the incoming mail from cygwin users after an unsubscribed action has been greatly reduced. However today, I have received 27 mail messages

Re: HELP ... Get me out of here !!!

2008-11-12 Thread Larry Hall (Cygwin)
not the proper procedure. It basically pesters every member of the list with your plea when you're the best one to solve it (and everyone else really can't help). -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd

RRDtool 1.3 Build Help

2008-11-11 Thread Larry Adams
this dependency. Any help would be appreciated. Regards, Larry Adams www.cacti.net -- 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

Re: RRDtool 1.3 Build Help

2008-11-11 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Larry Adams wrote: pkg-config-0.23.tar.gz - No sure. Yes, the distro provides pkg-config-0.23a. pixman-0.10.0.tar.gz - Not sure Just added as part of the X11R7.4 release. Look for libpixman1-devel in the X11 category. cairo-1.6.4.tar.gz -

Cygwin Line Feed/ Carriage Return Help

2008-10-30 Thread sandsturm
on this, it is a maybe a .dll? Or something else? Can anyone help me? thanks a lot sandsturm -- View this message in context: http://www.nabble.com/Cygwin-Line-Feed--Carriage-Return-Help-tp20253754p20253754.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http

Re: Cygwin Line Feed/ Carriage Return Help

2008-10-30 Thread Larry Hall (Cygwin)
find a hint on this, it is a maybe a .dll? Or something else? Can anyone help me? What does the output of mount say? My WAG is that your mounts are text rather than binary. Wiping and reinstalling as UNIX mode is the safest way to get you back to binary mounts. If this isn't the solution for you

Re: Cygwin Line Feed/ Carriage Return Help

2008-10-30 Thread sandsturm
not the desired result - i searched the registry, but couldn't find a hint on this, it is a maybe a .dll? Or something else? Can anyone help me? What does the output of mount say? My WAG is that your mounts are text rather than binary. Wiping and reinstalling as UNIX mode is the safest way

<    2   3   4   5   6   7   8   9   10   11   >