Perl module Net::SMTP->auth() error with Authen::SASL::XS

2016-06-09 Thread Oleg Bondar
nd"; } Google found couple pages for me where advised to remove Authen::SASL::XS. https://foswiki.org/Support/Faq69 Authen::SASL comes with a pure perl version of the mechanism, and can also use some optional implementations: Authen::SASL::XS or Authen::SASL:Cyrus. I

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread Oleg Volkov
mmand issued on a CISCO router may fix it. Oleg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Oleg Moskalenko
same single UDP port (for example, a TURN server). The workaround would be to create an extra application layer on top of sockets layer to differentiate packet "streams" by their remote address. With POSIX behavior, such a layer is not necessary. Oleg

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Oleg Moskalenko
ted. But this is better than nothing. I'll think whether we can live with it. Regards, Oleg

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-11 Thread Oleg Moskalenko
I am sending the test case in the attachment. In the attachment, you will find source code for two programs - udpbugserver and udpbugclient. "make" will build them both. They work perfectly together in Linux, FreeBSD and Solaris. But they fail in Cygwin. Thanks Oleg > > On T

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-11 Thread Oleg Moskalenko
I can write a simple test server and client programs and I'll post it here,= in a few hours. Our existing code is just too large. Thanks Oleg > > On Thu, Apr 11, 2013 at 02:19:25PM -0700, Oleg Moskalenko wrote: > >Hi All > > > >I found a non-standard beha

UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-11 Thread Oleg Moskalenko
, unfortunately. I am trying to migrate (port) our server application to Cygwin, and it stops us completely. It works everywhere else. Please take a look if this is something that can be fixed quickly. Thanks! Oleg Moskalenko -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Please test latest developer snapshot

2011-03-03 Thread Oleg Marchuk
I fixed error with downgrade cygwin package from 1.7.8-1 to 1.7.7-1 On Thu, Mar 3, 2011 at 2:22 PM, Oleg Marchuk wrote: > I have got error similar to one described in > http://www.mail-archive.com/cygwin at cygwin.com/msg114840.html > > Cygwin works fine until I install screens, try

Re: Please test latest developer snapshot

2011-03-03 Thread Oleg Marchuk
inue. omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$rm /cygdrive/c/git/gpag/.git/index.lock omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$uname -a CYGWIN_NT-5.1 OMarchuk 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin -- King Oleg -- Problem reports: http://cygwin.com/pr

Re: Cygwin speed

2007-10-05 Thread Oleg Volkov
, but it turns, that getting rid of such a cheap check results in a great slowdown of sig_dispatch_pending() function for most calls, when there are no pending signals. Maybe introducing a critical section or some other synchronization mechanism would be a solution. Oleg Volkov -- Unsubscri

WSADuplicateSocket error

2005-02-19 Thread Oleg Semenov
, cygwin 1.5.12. Regards, Oleg Semenov Strace excerpt comes here: 33 10100382 [main] cddbd 3148 fork: entering 25 10100407 [main] cddbd 3148 sig_send: sendsig 0x700, pid 3148, signal -40, its_me 1 27 10100434 [main] cddbd 3148 sig_send: wakeup 0x66C 32 10100466 [main] cddbd 3148 sig_se

Re: reentrant functions

2004-04-12 Thread Oleg Ostrozhansky
:_ _fstat64_r _lseek64_r _open64_r _Time function:_ _asctime_r Someone's already came up with this list, and even included it in the documentation, right? Oleg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

reentrant functions

2004-04-06 Thread Oleg Ostrozhansky
_r ones in the other ones? - In stdio.h there is a typo where the comment says "Recursive versions of the above." I believe it should say "Reentrant", not "Recursive". Thank you! Oleg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

RE: c++ ifstream problem with gcc 3.2

2002-12-19 Thread Zhabitsky Oleg-QOZ001
l help you. Best regards, Zhabitsky Oleg > > Hello, > > I recently encountered the problem with the gcc 3.2 compiler > of cygwin > using ifstream. Basically it is the same problem as mentioned in > http://gcc.gnu.org/ml/gcc-help/2002-06/msg00079.html although > this is a

cyrillic console

2002-12-01 Thread Oleg Leschov
rhaps I need to update all utilities to newest versions? -- Oleg Leschov mailto:[EMAIL PROTECTED] FidoNET 2:5050/59.8 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.co

RE: ftell() bug

2002-11-28 Thread Zhabitsky Oleg-QOZ001
write operation.) If no I/O operation has yet occurred on a file opened for appending, the file position is the beginning of the file. == So, it is normal behaviour in your case. Kind regards, Zhabitsky Oleg > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PRO

xargs

2002-03-19 Thread Oleg
Can't find xargs. Help! Is it anywhere in Cygwin? BTW, how does one go about figuring out which package contains a given program or file? Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://c

Debian on Cygwin

2002-03-19 Thread Oleg
tches and upgrades, one simply does `apt-get update && apt-get upgrade` once in a while. Is Debian packaging system [going to be] availabe as an alternative or an addition to Setup.exe? Thanks Oleg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Start up script

2002-03-18 Thread Oleg
I meant that there was no need for "function" in both of the examples given by the previous poster. Yes, of course "function" has more functionality than "alias", but here, it's an overkill. Consider alias l='ls' vs function l() { /bin/ls $@; }

Re: Start up script

2002-03-18 Thread Oleg
'cd ..' alias g='grep' alias G='grep -i' alias me='ps -u `whoami`' alias h='history' alias c='clear' alias x='exit' alias e='vim' are the ones I use often. No need for "function" BTW Oh, and don't forget

Re: termcap problem in RXVT?

2002-03-18 Thread Oleg
I get the same rxvt behavior, so I start it with `rxvt -e /bin/bash` Oleg - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 6:34 PM Subject: Re: termcap problem in RXV

cygwin start-up options

2002-03-18 Thread Oleg
Hi I'm curious, how does everyone start cygwin? I use a shortcut "C:\cygwin\bin\rxvt.exe -sl 200 -fg white -bg black -geometry 110x43+0+0 -backspacekey ^H -fn 8x16 -e /bin/bash --login -i", starting in "C:\cygwin\bin" (the geometry matches my screen resolution) Is there a smarter/faster way to st

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Oleg
newbie, although a long time UNIX/Linux user, but here's an idea: check that you have ncurses cygcheck --check-setup | grep ncurses and maybe try reinstalling them libncurses5 5.2-1 libncurses6 5.2-8 ncurses 5.2-8 You could also check that `env | grep -

copying and pasting in rxvt

2002-03-17 Thread Oleg
Hi How can I get copying and pasting to work in rxvt like it does under X? I want to be able to slect text with the left button and paste it with the middle button ("emulated" actually: I just press both left and right buttons at the same time). I used to have it work on my other computer (laptop