OpenSSH 6.8p1-1 and keychain: can't determine fingerprint

2015-03-26 Thread White, W John (GE Transportation)
After updating to OpenSSH 6.8p1-1, I experienced an issue where, at every login, keychain (in my .bash_profile) wrote a warning: My .bash_profile lines: # Start keychain, passing as args all private keys to be cached keychain ${HOME}/.ssh/id_dsa #, other_key1, other_key2, ... # That creates a file

cygwin not setting errno on "Connection refused" errors

2014-05-30 Thread Luke White
I just updated cygwin today, and I've noticed that errno is not being set when there's a connection refused error. This appears to be true for INET and UNIX domain sockets. For example: $ ssh -p 12345 localhost ssh: connect to host localhost port 12345: No error Notice how it reports "No error

Problem logging into ssh

2014-05-21 Thread Noah White
I’ve installed and configured sshd to run as a service under a particular account which is an Administrator. I can ssh in fine as that user. However, if I try to ssh as any other user I get the following error: Last login: Wed May 21 18:58:35 2014 from foo.home /bin/bash: Operation not permitted

Re: what library provides __b64_ntop? (libresolv does not)

2013-05-20 Thread Luke White
it seems a shame not to make it available. On Mon, May 20, 2013 at 9:49 PM, Yaakov (Cygwin/X) wrote: > On 2013-05-20 18:06, Luke White wrote: >> >> I'm getting the following error if I try to compile something that >> includes resolv.h: >> >> $ gcc test.

what library provides __b64_ntop? (libresolv does not)

2013-05-20 Thread Luke White
I'm getting the following error if I try to compile something that includes resolv.h: $ gcc test.c -lresolv /tmp/cc0xhSEa.o:test.c:(.text+0x2e): undefined reference to `___b64_ntop' collect2: ld returned 1 exit status Here's the contents of test.c, which is just meant to demonstrate the problem:

Re: 1.7.1-1: ImageMagick seems to lack jpeg support

2010-03-12 Thread Nick White
> I wonder if this may be a problem with my install of cygwin, then > (I did have a problem where the computer died mid-cygwin upgrade > [thanks Windows!], and I'm not positive everything recovered). > I'm pleased to hear it's working for others, I'll persevere. Sure enough, after reinstalling

Re: 1.7.1-1: ImageMagick seems to lack jpeg support

2010-03-09 Thread Nick White
> I too have never seen that notation (although it may work). Imagemagick does have a lot of options; -geometry has always worked for me, and I hadn't found -resize. I tried convert test.jpg -resize 600x test-out.jpg with several different jpegs, including ones I'm sure are good, and got exac

Redaction Request

2010-03-03 Thread Ravila Helen White
Dear Cygwin Team, I'm writing to find out if you can help me. How can I get my name redacted from a post I made years ago. It continues to pop-up as a top google hit. These days when co-workers or future employers see such posts it can reflect negatively on ones knowledge base. I know you are bus

Re: ssh-host-config hanging

2009-06-19 Thread Nick White
Guys, I managed to get it working right by running ssh-host-config -y Still seems like a bug as to why it would lock up Thanks, Nick - Original Message - From: "Nick White" To: Sent: Friday, June 19, 2009 11:08 AM Subject: ssh-host-config hanging I'm settin

ssh-host-config hanging

2009-06-19 Thread Nick White
I'm setting up OpenSSH on Win2008 x64. I've done this same process numerous times on other Windows x86 servers with no problems. First, I install cygwin with OpenSSH. Start the bash shell, and run: chmod +rw /etc/passwd chmod +rw /etc/group chmod 755 /var Then, I start the ssh-host-config prog

FW: wu-ftpd configuration for pasv (set up 2.510.2.2)

2007-01-28 Thread Graham White
Hi, I have checked the mailing archives and the net and everything else I can think of but I cannot find a way to control the configuration of wu-ftpd. I added /etc/ftpaccess but it doesn't seem to get picked up. How can I control the default settings for the ftpd that comes as standard with in

Paranoider Deutschenmoerder kommt in Psychiatrie

2005-05-14 Thread white
Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html -- 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: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-12 Thread White, Robert (IT)
Also mks toolkit seems to set this particular term setting. Regards Rob White London DBA Group [EMAIL PROTECTED] +44 207 6773609 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: 12 January 2005 06:22

Re: UDP socket select/recvfrom problem when no server

2004-04-05 Thread Christopher J. White
, which at least is a more appropriate error code than "connection forcibly reset by peer". Now that I know what's going on, I can certainly code to it. ...cj -- -- Christopher J. White -- -- chris at (---) -- grierwhit

UDP socket select/recvfrom problem when no server

2004-04-04 Thread Christopher J. White
he app. In addition, errno should be ECONNREFUSED in this case, and not ECONNRESET. ...cj -- ---- -- Christopher J. White -- -- chris at (---) -- grierwhite dot com Cygwin Win95/NT Configuration Diagnostics Curr

Re: Can't get list of download sites

2004-02-20 Thread Christopher J. White
ell (in IE mode as well). The difference between you and me? I waited a day and it cleared up...the net is a funny beast at times... ...cj -- ---- -- Christopher J. White -- -- chris at (---) -- grierwhite dot com

Re: 1.5.5 and perl 5.8.2-5: bug with perl's system()- FALSE ALARM

2003-11-24 Thread Reed White
gt; > > Does it work when setting: > $var = "rsync ... --rsh=\"ssh -l blah\" ..."; > system($var); # or system("$var") > > ? -- Reed White - ALTA RESEARCH - 877-360-2582 [EMAIL PROTECTED] - www.alta-research.com -- Unsubscribe info: h

1.5.5 and perl 5.8.2-5: bug with perl's system() cmd

2003-11-21 Thread Reed White
Versions: crgwin dll 1.5.5 and perl 5.8.2-5 When executing system() commands in perl, the system fails to handle escaped quotes properly. For example, the following is not parsed properly: system("rsync ... --rsh=\"ssh -l blah\" ... ") ... Reed -- Reed White - A

1.5.5 and perl 5.8.2-5: symlinks (.lnk) fail in perl

2003-11-21 Thread Reed White
Versions: crgwin dll 1.5.5 and perl 5.8.2-5 When executing system() commands in perl, the system is unable to recognize "shortcut" files, like: system("my-program.exe.lnk") Note that I verified that ActiveState perl handles the situation properly. ... Reed -- Unsubscribe info: ht

Re: Spammers watching this user forum

2003-07-18 Thread Brian White
> Don't know of many scenerios where simply receiving an email spreads a > virus. Usually you have to use a non secure email client and do > something dumb like open an attachment. An insecure mail client (i.e. Outlook) is enough. One of the holes it had is that it would open audio attachment aut

Re: CVS tag for releases?

2003-07-06 Thread Jeremy White
> IIRC, symlinks to the installed sources for w32api and mingw-runtime in > /usr/src were enough... Thanks for all the help; I think I've begun to learn enough of the dependencies to see why CVS tags are difficult. And, sadly, I didn't get your email in time, and had to learn about the problems

CVS tag for releases?

2003-07-05 Thread Jeremy White
Hi all, Forgive me if I have missed something blindingly obvious, but I cannot find a CVS tag to correlate to the 1.3.22-1 release of cygwin1.dll. I see one for cygwin-1-3-19-1 on some winsup/cygwin files. I was hoping to check out a 'stable' release from CVS, and I'd appreciate any guidance on

Re: Amanda and the windows world [Q]

2003-02-13 Thread Brian White
> Does anyone have experience with an amanda => SERVER in a windows environment ? > Unfortunately I don't have any Unix/Linux host available. > > I compiled the complete amanda package under Cygwin 1.3.10, I just don't know how to >start the server and how to connect to the client. Hmmm... Hav

Posix subsytsem

2002-12-20 Thread Robert White
Hi I can think of a couple of instances when I have seen this message. Pavel is correct services for Unix make use of the Posix subsystem in NT, and this can be disabled in the registry. I think this is in the localmachine->system->currentcontrolset->control and search for posix. The optional k

Re: Cygwin official logo ?

2002-12-03 Thread Robert White
Igor Pechtchanski wrote: > On Fri, 29 Nov 2002, Peter A. Castro wrote: > > > On Fri, 29 Nov 2002, Elfyn McBratney wrote: > > > > > I think the linux pengu should stay with them. I do like the idea for a > > > koala. Is anyone a good drawer? > > > > For what it's worth, the Koala is on a few O'R

Re: inetd fails with fork: Resource temporarily unavailable

2002-09-27 Thread Robert White
I also saw this problem, see "inetd stops allowing connections after console login" thread. Unfortunately no one seems to have an explanation or a fix. It looks like we are getting similar symptoms. After some investigation I recall that the limit it is a limit on the number of processes that

inetd stops allowing connections after console login

2002-09-24 Thread Robert White
anks in advance. Regds Rob White -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#uns

Off Topic clutching at straws - Interix

2002-01-12 Thread Robert White
Sorry as this is way off topic, but I know the product Interix has been mentioned in passing on this list in the past. Does anyone know how to go about debugging the message "Cannot connect to Interix subsystem" whenever I try to run any of their commands such as ksh etc? I have checked the posi

pdksh on windows compiles now but doesn't work?

2002-01-09 Thread White, David
pioneering... ### David R. White (412) 268-5763 | [EMAIL PROTECTED] Senior Member Technical Staff Parallel Computing Sciences Dept. 09226 Sandia National Laboratories ### -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: compiling pdksh on cygwin

2002-01-08 Thread David White
ash. That worked fairly well but it misses a bit of functionality... Thanks --- Tim Prince <[EMAIL PROTECTED]> wrote: > Isn't there a pdksh installation on cygwin > setup.exe? Are you trying to > use a non-cygwin version? > > David White wrote: > > >Hi all, >

compiling pdksh on cygwin

2002-01-08 Thread David White
Hi all, I'm really new to cygwin and thought I was familar with Linux, unix etc but I guess I'm not. I'm trying to load pdksh, which I've heard is *the* method to get ksh on cygwin. At any rate, I've downloaded it and installed it but I'm getting errors about 32-bit problem when I try compiling

Re: rxvt and command prompt

2001-12-23 Thread Robert White
Christopher Thanks for replying. Can you elaborate please? Is there a way I can get isql to recognise rxvt's pyts? Thanks Rob Christopher Faylor wrote: > On Sun, Dec 23, 2001 at 09:57:04AM +, Robert White wrote: > >All > > > >I have a problem using rxvt on

rxvt and command prompt

2001-12-23 Thread Robert White
All I have a problem using rxvt on the Windows 98 platform. I use rxvt over the command prompt because it gives me a useful scrollback facility. I do a lot of database administration on SYBASE and Microsoft servers, and these come bundled with a utility called isql. The problem I have is in the

scrollable console window in Windows 98

2001-12-21 Thread Robert White
Hi Slightly off topic this, but I am sure someone else will have come across this. I use cygwin on several diffent machines, some of them NT, and one Win 98 laptop. One of the features I miss on Win98 is the abiliity to be able to scroll back in the command window. This doesn't seem to be possib

Newbie question

2001-12-16 Thread Robert White
White -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/