Re: TTYfier

2006-12-17 Thread Egor Duda
Eric Mangold wrote: First of all, i think it's better to post it to cygwin mailing list. > I'm trying to use ttyfier to make the native win32 build of Python play > nice over a cygwin/ssh/bash shell. I can ssh in to my Windows machine and > run the Native python but it has all kinds of issues

Re: TTYfier

2006-03-06 Thread Egor Duda
Barry B wrote: > Does anyone still have the source code to a Cygwin > program called "ttyfier"? TTYfier is supposed to > allow the running of Windows console applications that > don't know how to converse with a tty. This would > allow one to run such programs via the sshd that comes > with Cygwi

Re: BusyBox build problem on Cygwin

2005-01-10 Thread egor duda
Tero Niemela wrote: Egor, hi, I'm having a build problem of BusyBox-1.00 on Cygwin and I think I've tracked the origin of it being related to a change you've contributed to BusyBox (1). Specifically, when building BusyBox, its top-level Makefile include a huge amount of Makefile.in files with this

Re: checking for working mmap...no

2004-09-15 Thread egor duda
Sam Steingold wrote: It appears that cygwin mmap() is lacking: configure:20536: checking for working mmap configure:20617: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:20620: $? = 0 configure:20622: ./conftest.exe configure:20625: $? = 1 configure: program exited with status 1 configure: fa

Re: Locking down cygwin for security

2004-09-03 Thread egor duda
Colin JN Breame wrote: Is it possible to disabled certain features to make cygwin secure over ssh such that the logged in user cannot: - cd into any /cygdrive drives - mount any local or UNC drives but still: - access a system wide mount to a local drive You will gain little additional security b

Re: Anyone Done This ???

2004-08-11 Thread Egor Duda
Reini Urban wrote: cygwin cannot control remote registry entries (besides ssh'ing to each machine), but the win32 tool regedt32.exe can, and there's a COM API. it can since 2002. just add hostname to the key name in regtool's command line. For detailed info see http://cygwin.com/cygwin-ug-net/us

Re: SIGSEGV in cygwin1.dll

2004-03-03 Thread Egor Duda
Marco Canini wrote: Hi list, this is my first post here. I'm writing an application that uses SDL, lib3ds and glib I've installed SDL and lib3ds from sources, both compiled with -mno-cygwin, while glib (2.2) comes from here http://web.sfc.keio.ac.jp/~s01397ms/cygwin/ I wasn't able to compile it f

Re: search and replace tool

2004-02-20 Thread Egor Duda
Yitzchak Scott-Thoennes wrote: On Fri, Feb 20, 2004 at 10:02:03AM +0300, Egor Duda wrote: huh? what do you mean "in-place"? linux writes new file to new place, it just deletes .bak file afterwards, unlike cygwin. [EMAIL PROTECTED]:~$ echo aaa >xxx [EMAIL PROTECTED]:~$ ls -i x

Re: search and replace tool

2004-02-19 Thread Egor Duda
On Thu, 19 Feb 2004, Brian Dessent wrote: What on Earth are you talking about? What inability? WFM (see below). ... $ perl -i -pe 's/blah/stuff/g' sometext $ ls sometext sometext.bak It didn't do the editing "inline", it created a new file and renamed the old one ".bak". In other words, on Cygw

Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__

2003-03-31 Thread Egor Duda
Tim Renner wrote: $ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep PSEUDO_RELOC_LIST && echo $f; done U ___RUNTIME_PSEUDO_RELOC_LIST_END__ U ___RUNTIME_PSEUDO_RELOC_LIST__ ./libcygwin.a U ___RUNTIME_PSEUDO_RELOC_LIST_END__ U ___RUNTIME_PSEUDO_RELOC_LIST__

Bug in dumper

2003-02-27 Thread Egor Duda
Ronald Landheer-Cieslak wrote: Does dumper.exe work? Well, i should have answered this, but unfortunately, i have no access to windows machine right now to debug, or even verify this. Upon execution I see the following in the cygwin console: $ ./div.exe 7 [main] div 2296 handle_exceptions

Re: Repeated gcc yields differing .exe files

2002-12-20 Thread egor duda
Hi! Friday, 20 December, 2002 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: fbun> I found this just now. I'm afraid I don't know enough about gcc to deduce fbun> whether this is just yet another symptom of problems already reported or fbun> something else, that genuinely matters (I think it does) an

Re: stdint.h missing

2002-12-10 Thread egor duda
Hi! Tuesday, 10 December, 2002 Neal D. Becker [EMAIL PROTECTED] wrote: NDB> It seems that /usr/include/stdint.h is missing. I am using: Welcome to the world of portable programming. Single Unix Specification version 2 -- a standard cygwin is trying to comply with -- doesn't include such file.

Re: max user processes

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 Lee Tuck [EMAIL PROTECTED] wrote: LT> Can I recompile or rebuild the cygwin source so that I LT> can set the maximum process per user id to 500? If LT> yes, how? Which is the source that I should change? LT> Hope that you can help out. If you want it, you'll have to

Re: Cygwin official logo ?

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Rolf Campbell [EMAIL PROTECTED] wrote: >> -Original Message- >> From: egor duda [mailto:[EMAIL PROTECTED]] >> Sent: Friday, November 29, 2002 9:59 AM >> To: Barry Buchbinder >> Cc: [EMAIL PROTECTED] >> Subject: Re: Cygwi

Re: Cygwin official logo ?

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Barry Buchbinder [EMAIL PROTECTED] wrote: BB> How about a penguin looking through a window? It'd be clearly misleading. Cygwin is not Linux for Windows. We have enough confusion already with people thinking otherwise. Egor.mailto:[EMAIL PROTECTED] ICQ 5

Re: undefined reference to __pei386_runtime_relocator

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Alan Hourihane [EMAIL PROTECTED] wrote: AH> I'm using the new --enable-runtime-pseudo-reloc parameter to ld and AH> finding that nothing links and ld blurts out AH> ertr03.o(.rdata+0x0): undefined reference to AH> `__pei386_runtime_relocator' AH> Is there s

Re: compiling clicq, problems with c++

2002-11-18 Thread egor duda
Hi! Monday, 18 November, 2002 Uwe Mayer [EMAIL PROTECTED] wrote: UM> ok, sorry. i wanted to keep the mail as short as possible, here's the UM> call to make: UM> merkosh@M111 /tmp/clicq-0.1 UM> $ make UM> make[2]: Entering directory `/tmp/clicq-0.1/src' UM> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../i

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-10 Thread egor duda
Hi! Sunday, 10 November, 2002 Alexander Gotlib [EMAIL PROTECTED] wrote: >> Which recipe? The thread talks about proposed patch. By looking at the >> announcements, you may find that the patch has never been applied to >> the main cygwin sources. So you can either apply it yourself and build >> y

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 Alexander Gotlib [EMAIL PROTECTED] wrote: >> AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - >cp866 >> AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto >> AG> standart for E-mail and News messages. The

Re: trouble using a PTY

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Fcc> I'm trying to run some very simple code that uses ptys. The Fcc> code is from W. Richard Stevens APUE book. The only change is This code is non-portable. The names of ptys are system-specific, and not guaranteed to be

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 Alexander Gotlib [EMAIL PROTECTED] wrote: AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto AG> standart for E-mail and News messages. Therefore will

Re: Assymetric network performance on cygwin

2002-10-24 Thread egor duda
Hi! Thursday, 24 October, 2002 David Geldreich [EMAIL PROTECTED] wrote: DG> And I get the following bandwidth (I am on a 100Mbit switched network) !!! DG> cygwin (ttcp -r -s -fm) <- linux (ttcp -t -s -fm) : 20Mbit DG> linux (ttcp -r -s -fm) <- cygwin (ttcp -t -s -fm) : 64Mbit I don't know e

Re: Another problem using GDB

2002-10-18 Thread egor duda
Hi! Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote: TM> I'm having another problem with GDB. Normally, one would debug a core file TM> as follows (correct?): TM> gdb -nw gtl.exe gtl.exe.stackdump *.stackdump is not a corefile. To create core file, use 'dumper' utility, s

Re: new gdb interface

2002-10-17 Thread egor duda
Hi! Thursday, 17 October, 2002 Thomas Mellman [EMAIL PROTECTED] wrote: TM> I had to power down my box - neither kill(-9) on either the process under test, TM> the debugger or the debugger window, nor even the task manager were able TM> to kill the two processes, and even windows-shutdown hung.

Re: paths like //usr/local

2002-10-15 Thread egor duda
Hi! Wednesday, 16 October, 2002 Sven Köhler [EMAIL PROTECTED] wrote: SK> the sollution that paths like //comp/share are interpreted like an SK> UNC-path is just not compatible with an application might expect from a SK> unix-environment. Then those applications are making false assumptions. Ex

Re: pthreads in YahooPOPs

2002-10-14 Thread egor duda
Hi! Sunday, 13 October, 2002 Andrew Lynch [EMAIL PROTECTED] wrote: AL> Hopefully, the author will see the issue and rewrite AL> the code in a more portable manner. Can you deduce AL> what the YahooPOPs author is trying to do? Would you AL> suggest a more portable method I could look at? I AL>

Re: pthreads in YahooPOPs

2002-10-13 Thread egor duda
Hi! Sunday, 13 October, 2002 Andrew Lynch [EMAIL PROTECTED] wrote: AL> http://sourceforge.net/projects/yahoopops AL> on Cygwin but have run into a problem with pthreads. AL> The lines below do not compile even though Cygwin AL> supports pthreads and pthread.h is included in the AL> header f

Re: Named pipes problem

2002-10-09 Thread egor duda
Hi! Thursday, 10 October, 2002 Chris [EMAIL PROTECTED] wrote: C> I have recently installed Cygwin (version 1.3.12-2) on Windows 2k (SP2) and C> have been trying to evaluate by developing some small programs. One of these C> uses named pipes. However none of the named pipes functions seem to work

Re: Bypassing cygwin's signal handling

2002-10-03 Thread egor duda
Hi! Friday, 04 October, 2002 Allen Leung [EMAIL PROTECTED] wrote: AL> On Thu, Oct 03, 2002 at 05:59:06PM -0400, Igor Pechtchanski wrote: >> Cygwin currently does not support SA_SIGINFO signal handling. It's on the >> TODO list ( http://cygwin.com//cgi-bin/cygwin-todo.cgi?20020722.130725 ), >> b

Re: df --local

2002-09-21 Thread egor duda
Hi! Friday, 20 September, 2002 Rob Brown [EMAIL PROTECTED] wrote: RB> OK, that will *mostly* work except for the cdrom drive issue. The proper way is to convert path to win32 form and then use GetDriveType() and GetVolumeInformation() APIs. RB> -Original Message- RB> From: Igor Pechtch

Re: Annoying cmd console spawn with remote access and Win 2000

2002-05-17 Thread egor duda
Hi! Friday, 17 May, 2002 Pawel Czechowicz [EMAIL PROTECTED] wrote: PC> Do you think that I want to use this crappy Window$ stuff? No, I am PC> forced to! This OS was bought for me by my employer and I am obliged to PC> be happy with it!!! The same with VC++ and so on. PC> THIS IS A CRY FOR HEL

Re: Changes in latest snapshot

2002-05-15 Thread egor duda
Hi! Wednesday, 15 May, 2002 Charles Wilson [EMAIL PROTECTED] wrote: CW> Then, you switch to binmode, and do another cvslogin, resulting in this: CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h :pserver:[EMAIL PROTECTED]:/cvs A \r\n CW> :pserver:[EMAIL PROTECTED]:/cvs/src Ay=0=h The next time the

Re: [MinGW-dvlpr] Re: gcc 3.1 [-mno-cygwin and __main ]

2002-05-15 Thread egor duda
Hi! Wednesday, 15 May, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: >>I don't know how (when/if) cygwin will implement dwarf2 EH. Richard >>Henderson's patch was spot on, except for wrong use of -1 rather than 0 >>as sentinel for end of eh_frame table. >> >>My preference is to try to keep t

Re: connect() does not work with UNIX domain datagram sockets

2002-04-02 Thread egor duda
Hi! Tuesday, 02 April, 2002 DEVRIENDT ERIK [EMAIL PROTECTED] wrote: DE> I am porting a client-server set of programs that run DE> fine under linux. DE> The programs communicate using UNIX domain datagram sockets. DE> the server does the classic socket(), unlink(), bind() and then a loop DE> with

Re: setregid and setreguid

2002-01-24 Thread egor duda
Hi! Thursday, 24 January, 2002 J S [EMAIL PROTECTED] wrote: JS> Hi, JS> I'm trying to compile eterm on cygwin, but running into problems because it JS> needs setregid and setuid. I noticed that these were in the cygwin package JS> testsuite and so I tried to compile that but the make file wou

Re: Descriptor passing between process

2002-01-24 Thread egor duda
Hi! Thursday, 24 January, 2002 Corinna Vinschen [EMAIL PROTECTED] wrote: CV> It *could* be implemented. CV> First we would have to implement the control message passing at all and CV> when it's available we could perhaps even implement descriptor passing CV> using the DuplicateHandle() function

Re: Descriptor passing between process

2002-01-24 Thread egor duda
Hi! Thursday, 24 January, 2002 Corinna Vinschen [EMAIL PROTECTED] wrote: CV> On Thu, Jan 24, 2002 at 04:14:20PM +0300, Egor Duda wrote: >> CV> It's part of the API since 1.3.8-1. >> >> Hmm. What change are you referring to? I don't see anything like this &g

Re: STATUS+AF8-ACCESS+AF8-VIOLATION Exception

2002-01-24 Thread egor duda
Hi! Thursday, 24 January, 2002 Amos [EMAIL PROTECTED] wrote: A> Any simple c program that uses a string function crashes with the A> STATUS_ACCESS_VIOLATION exception. A> #include A> main() A> {char *abc = "a b c"; A> strcpy(abc, "hello"); A> printf("%s\n", abc); A> } your program

Re: Descriptor passing between process

2002-01-24 Thread egor duda
Hi! Wednesday, 23 January, 2002 Corinna Vinschen [EMAIL PROTECTED] wrote: CV> On Wed, Jan 23, 2002 at 10:55:07AM +0100, Christophe LEITIENNE wrote: >> I'm using Cygwin 1.3.8 on a Windows 2000 box. >> I'm looking for a way to pass a socket descriptor between 2 process, using >> sendmsg and recvms

Re: w32api header problems

2002-01-09 Thread egor duda
Hi! Wednesday, 09 January, 2002 Jean le Roux [EMAIL PROTECTED] wrote: JlR> On Wed, Jan 09, 2002 at 04:47:18PM +0300, egor duda wrote: >> JlR> I've done this but seems to leave my code in a tangle :) >> JlR> I suddenly have parse errors in my own header files,

Re: w32api header problems

2002-01-09 Thread egor duda
Hi! Wednesday, 09 January, 2002 Jean le Roux [EMAIL PROTECTED] wrote: JlR> On Wed, Jan 09, 2002 at 01:07:47PM +0300, egor duda wrote: >> Hi! >> >> Wednesday, 09 January, 2002 Jean le Roux [EMAIL PROTECTED] wrote: >> >> JlR> I need to include /usr/include/

Re: w32api header problems

2002-01-09 Thread egor duda
Hi! Wednesday, 09 January, 2002 Jean le Roux [EMAIL PROTECTED] wrote: JlR> I need to include /usr/include/w32api/winbase.h in order to use the JlR> GetVolumeInformation(...) system call under windows. JlR> However, as i metioned in an earlier mail, DWORD seems to not be JlR> defined. I tracked

Re: 1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-09 Thread egor duda
Hi! Friday, 04 January, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF> On Fri, Jan 04, 2002 at 09:59:31PM +0300, egor duda wrote: >>Friday, 04 January, 2002 Alexei Lioubimov [EMAIL PROTECTED] wrote: >>AL> cvs [checkout aborted]: cannot open directory .../CVS/mypoj

Re: cygwin console

2002-01-09 Thread egor duda
Hi! Wednesday, 09 January, 2002 Pavel Tsekov [EMAIL PROTECTED] wrote: >> its very good. Bad i have some program with ncurses. On the screen i >> see the box() function in curses creates an ugly looking box, where the >> extended characters drawing the box (ACS_VLINE, ACS_HLINE) are replaced >

Re: 1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-04 Thread egor duda
Hi! Friday, 04 January, 2002 Alexei Lioubimov [EMAIL PROTECTED] wrote: AL> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a AL> directory AL> I send this error to info-cvs mailing list and they said, that it is due to AL> opendir() implementation in cygwin (it returns ENO

Re: stty and echo woes

2001-12-26 Thread egor duda
Hi! Wednesday, 26 December, 2001 Mark Wood-Patrick [EMAIL PROTECTED] wrote: MWP> I am having problems with echo being disabled after running certain commands MWP> (e.g. man, less, tset). I am runing Cygwin DLL 1.1.8 on windows 2k. MWP> My TERM variable ois set to cygwin. how about CYGWIN enviro

Re: Object File format

2001-12-13 Thread egor duda
Hi! Thursday, 13 December, 2001 Ray Campbell [EMAIL PROTECTED] wrote: RC> I am trying to learn more about compiler development, and thus more RC> information about ELF files. I thought that c++ object files were in the RC> ELF format, generated in cygwin with the c++ compiler, but when I try to

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread egor duda
Hi! Wednesday, 12 December, 2001 Teun Burgers [EMAIL PROTECTED] wrote: TB> To sum up this thread: TB> consider the following program: TB> main () { TB> pthread_create(); TB> } TB> gcc -mno-cygwin -o zz.exe zz.c -lpthread will compile and build. TB> A cygcheck on zz.exe reveals that lib

Re: gcc -mno-cygwin fail -- undefined reference to `_impure_ptr'

2001-12-12 Thread egor duda
Hi! Wednesday, 12 December, 2001 Jari Aalto+mail.emacs [EMAIL PROTECTED] wrote: JAme> Does anyone know why following code fails? Do I need some JAme> other libraries or gcc compile options? This is latest JAme> Cygwin / W2k Pro / srv.p. 2 JAme> --

Re: Debug version of cygwin dll

2001-12-06 Thread egor duda
Hi! Thursday, 06 December, 2001 Polley Christopher W [EMAIL PROTECTED] wrote: PCW> Having done the make/make install from my source tree, do I have to repair PCW> anything now? just delete the source tree, unpack in again, rebuild in separate directory. PCW> Where can I find more information

Re: Debug version of cygwin dll

2001-12-05 Thread egor duda
Hi! Wednesday, 05 December, 2001 Peter Buckley [EMAIL PROTECTED] wrote: PB> You need to bunzip2 and untar the src, then cd to PB> /usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the PB> following: PB> mkdir build PB> cd build PB> ../configure PB> make PB> make install please

Re: Safety of ssh-agent re: fake unix sockets?

2001-12-05 Thread egor duda
Hi! Wednesday, 05 December, 2001 Seth Delackner [EMAIL PROTECTED] wrote: SD> Way back in January, in message SD> http://www.cygwin.com/ml/cygwin/2001-01/msg00063.html SD> I think Egor Duda, but perhaps David Peterson wrote SD> that the socket implementation in cygwin allowed an SD&