hey its me

2011-11-04 Thread Jleon1429
296207965 What up. I was searching the web and found! there giving out 15 iPad2s first come first serve!! you need to hurry up and get yours before they run out heres the site, http://sayabit.com/dbayoh -- Problem reports: http://cygwin.com/problems.html FAQ: http://cyg

Re: cygwin very slow under virtual box (productivity hit)

2011-11-04 Thread David Rothenberger
On 11/4/2011 5:00 PM, David Rothenberger wrote: > Or, perhaps simply try > > $ PATH /bin /bin/ls > > and see if your problem goes away. That should read: $ PATH=/bin /bin/ls and just to be clear, the "$" is the prompt character. Don't type it. -- David Rothenberger daver...@acm.or

Re: cygwin very slow under virtual box (productivity hit)

2011-11-04 Thread David Rothenberger
On 11/4/2011 4:28 PM, J.V. wrote: > I have Windows XP Pro x32 in a VM with the latest version of cygwin > installed. > > When I open a cygwin bash shell, and type '$ls' it just sits there forever. > > Any other command I type is freakishly slow. How do I get this to run > faster under a vm envir

cygwin very slow under virtual box (productivity hit)

2011-11-04 Thread J.V.
I have Windows XP Pro x32 in a VM with the latest version of cygwin installed. When I open a cygwin bash shell, and type '$ls' it just sits there forever. Any other command I type is freakishly slow. How do I get this to run faster under a vm environment. I am not sure why it is taking so l

1.7.10s(0.254/5/3) ssh pubkey disconnect

2011-11-04 Thread Brian Ford
I don't have time to debug further right now, but this is just a heads up that I just updated using setup and installed the subject snapshot. Now, ssh with pubkey auth immediately disconnects from mintty and rxvt: $ uname -a CYGWIN_NT-5.1 PC1163-8460-XP 1.7.10s(0.254/5/3) 20111104 17:08:22

Re: ssh public key authentication problem using curl

2011-11-04 Thread carolus
On 11/4/2011 2:33 PM, Andrey Repin wrote: You didn't supplied a username to the remote host at all. Quite predictable, you got a name mismatch... Thanks. That was the clue. The following all work, connecting to my cygwin home directory on the server: ssh dell03 sftp dell03 lftp sftp://del

cygwin on virtual box vm

2011-11-04 Thread J.V.
I have Windows XP Pro x32 in a VM with the latest version of cygwin installed. When I open a cygwin bash shell, and type '$ls' it just sits there forever. Any other command I type is freakishly slow. How do I get this to run faster under a vm environment. I am not sure why it is taking so l

Re: Why 'script' utility require SHELL (and work fine under Linux)?

2011-11-04 Thread David Sastre
On Fri, Nov 04, 2011 at 06:05:39AM +0100, Cyrille Lefevre wrote: > the base-file maintainer has been BCC'ed to add the export SHELL to > the /etc/profile. GNU/Linux login sets SHELL to bash, mksh, ... whilst ssh sets SHELL to /bin/bash, /bin/posh, /bin/mksh ... Given that there is no real login in

Re: ssh through Cisco VPN problem

2011-11-04 Thread Charles Stepp
On Fri, Nov 4, 2011 at 2:52 PM, Joseph Krahn wrote: > I had a weird problem with some versions of sshd not working from > problems with negotiating a cipher, and it was fixed by disabling a > few specific ciphers in my ssh config. I don't recall which ones were > giving problems. Hope this helps.

Re: ssh public key authentication problem using curl

2011-11-04 Thread Andrey Repin
Greetings, carolus! >> >> What was exact command? >> > curl -v -O sftp://dell03/cygdrive/f/transit_ext/this_is_external_drive.txt > (without the newline. I can't get rid of it using the Thunderbird > newsreader to write this reply.) And so, what the answer you've expected? You didn't supplied

[ANNOUNCEMENT] New package: imlib2-1.4.5-1

2011-11-04 Thread Yaakov (Cygwin/X)
The following packages have been added to the Cygwin distribution: *** imlib2-1.4.5-1 *** libImlib2_1-1.4.5-1 *** libImlib2-devel-1.4.5-1 imlib2 is an image-loading library from the Enlightenment project. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO I

Re: Problem with execution of binary file

2011-11-04 Thread Mark Geisert
Eliot Moss writes: > I would add that having more than one cygwin installation > on the same system can be tricky, since you need to insure > that each program gets the right dlls, etc. Sheesh, it's so tricky that I assumed the OP meant he had separate VMs for his two Cygwin installations. If the

Re: Problem with execution of binary file

2011-11-04 Thread Eliot Moss
I would add that having more than one cygwin installation on the same system can be tricky, since you need to insure that each program gets the right dlls, etc. Regards -- Eliot Moss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

Re: Problem with execution of binary file

2011-11-04 Thread Mark Geisert
> Anyway, I've installed two versions of cygwin on the same machine - the > first was installed around Oct. 3 and the second one from a few days > ago. Compiling exactly the same software on both versions gives success > on the older installation and failure on the newer one. Could it be that [...]

Re: Can't get sshd to work

2011-11-04 Thread gabier
Jeremy Bopp-3 wrote: > > On 11/4/2011 08:58, gabier wrote: >> Ken Brown-6 wrote: >>> >>> On 11/4/2011 8:17 AM, gabier wrote: Hi everybody, First post here, I am a Cygwin newbie. I try to implement ssh connectivity between my Windows 7 desktop and a FreeBSD/FreeNAS serve

Re: ssh through Cisco VPN problem

2011-11-04 Thread Charles Stepp
Does anyone have any idea why the openssh in cygwin (latest) would not connect through a Cisco vpn, but putty and virtualboxed Fedora's ssh would have no problem? Cygwin's ssh works fine at work, not using the vpn. I'll include -vvv's if no one knows right off the bat. -- Problem reports: ht

Re: Can't get sshd to work

2011-11-04 Thread Jeremy Bopp
On 11/4/2011 08:58, gabier wrote: > Ken Brown-6 wrote: >> >> On 11/4/2011 8:17 AM, gabier wrote: >>> >>> Hi everybody, >>> First post here, I am a Cygwin newbie. I try to implement ssh >>> connectivity >>> between my Windows 7 desktop and a FreeBSD/FreeNAS server. >>> Openssh shell commands seem to

Re: Can't get sshd to work

2011-11-04 Thread gabier
Ken Brown-6 wrote: > > On 11/4/2011 8:17 AM, gabier wrote: >> >> Hi everybody, >> First post here, I am a Cygwin newbie. I try to implement ssh >> connectivity >> between my Windows 7 desktop and a FreeBSD/FreeNAS server. >> Openssh shell commands seem to work, but sshd is not running and thus >

Re: Can't get sshd to work

2011-11-04 Thread Ken Brown
On 11/4/2011 8:17 AM, gabier wrote: Hi everybody, First post here, I am a Cygwin newbie. I try to implement ssh connectivity between my Windows 7 desktop and a FreeBSD/FreeNAS server. Openssh shell commands seem to work, but sshd is not running and thus network commands issued from the server ab

Re: Problem with execution of binary file

2011-11-04 Thread Edvardsen Kåre
On fr., 2011-11-04 at 05:50 -0500, Eliot Moss wrote: > On 11/4/2011 3:50 AM, Edvardsen Kåre wrote: > > > >> On 11/3/2011 4:56 PM, Eliot Moss wrote: > >> Ok, so here's one thing about bash: to get it to > >> run an *executable* (as opposed to a *script*), > >> you need to

proc_waiter: error on read of child wait pipe

2011-11-04 Thread Denis Excoffier
Hello, I have all the packages up to date, and also the last Cygwin snapshot: jupiter% cat /proc/version | tr -d '\100' CYGWIN_NT-5.1 version 1.7.10s(0.254/5/3) (cgf) (gcc version 4.3.4 20090804 (release) 1 (GCC) ) 20111030 04:51:42 jupiter% I have compiled the last upstream tcsh (tcsh-6.17.06

Can't get sshd to work

2011-11-04 Thread gabier
Hi everybody, First post here, I am a Cygwin newbie. I try to implement ssh connectivity between my Windows 7 desktop and a FreeBSD/FreeNAS server. Openssh shell commands seem to work, but sshd is not running and thus network commands issued from the server abort because of connection refused. The

Re: Problem with execution of binary file

2011-11-04 Thread Eliot Moss
On 11/4/2011 3:50 AM, Edvardsen Kåre wrote: On 11/3/2011 4:56 PM, Eliot Moss wrote: Ok, so here's one thing about bash: to get it to run an *executable* (as opposed to a *script*), you need to say "bash -c FLEXPART_GFORTRAN". You might try strace on that. In

Re: Problem with execution of binary file

2011-11-04 Thread Edvardsen Kåre
> On 11/3/2011 4:56 PM, Eliot Moss wrote: > Ok, so here's one thing about bash: to get it to > run an *executable* (as opposed to a *script*), > you need to say "bash -c FLEXPART_GFORTRAN". > You might try strace on that. In addition to the > objdump suggest

Re: Possible Bug (clarification) in Cygwin 1.7.5 -- findfirstfile (and findnextfile) yeild bad cfilename when file names have special characters. Works in cygwin 1.5, fails in 1.7

2011-11-04 Thread Corinna Vinschen
On Nov 3 17:56, Charles Wilson wrote: > On 11/3/2011 4:48 PM, Leon Vanderploeg wrote: > > With cygwin 1.7.5, cFileName with a special characters such as ñ (n > > with tidle above it) fail be properly extracted from a > > WIN32_FIND_DATA structure with findFirstFile (or findNextFile). > > > > To s