Re: Setup suggestion: Check for running processes before uninstalling anything.

2015-12-02 Thread V.99
On 2.12.2015 0:11, Andrey Repin wrote: Greetings, All! I just got a hard case of stupidity... Started Cygwin setup before checking if anything is running Cygwin. Guess, what? It indeed did run. However, setup managed to uninstall mintty before telling me that there's ssh-pageant running in the b

mysql - poor performance when restoring from large mysqldump backup

2015-06-28 Thread V.99
Hello. I am trying to restore a backup of our database in order to examine the data state three weeks ago. Backup is 1GB large SQL text file created by mysqldump. After many attempts I found this: Processing of backup file runs fluently in the beginning, several tables are successfully restore

Re: Re: make android device file system visible as unix path

2015-02-15 Thread V.99
On 14.2.2015 4:25, andy wrote: It doesn't have a drive letter in Windows Explorer. The name is simply "Moto G". When I "ls /cygdrive", I see on the c-drive. I think that the handset's visibility to Windows Explorer is based on MTP USB, but that's just something I'm learning about right now. H

Re: command line smtp client / command line email?

2014-10-01 Thread V.99
On 28.9.2014 19:20, Marilo wrote: what are my options for a command line smtp client in cygwin? Hi Marilo. Have You tried sendEmail ? (http://caspian.dotconf.net/menu/Software/SendEmail/) It is not a Cygwin package but perl script (and compiled Windows executable). I use it for sending logs

Re: Problems with lftp exclude

2014-09-07 Thread V.99
Hi Dan. Think about /public_html/lftptest (local/lftptest) as a base and write -x relative to that base: mirror -v --only-newer -x "^dir1/" /public_html/lftptest local/lftptest I use exclude this way. -- .: Vlado :. -- Problem reports: http://cygwin.com/problem

Re: No shortcuts after default install - how to start cygwin?

2014-04-26 Thread V.99
On 26.4.2014 11:35, ben modra wrote: Hi, After performing a standard (default) install using setup-x86.exe, there are no shortcuts in the start menu or desktop. I don't really mind but don't know how to initiate cygwin without it. Its a work pc, which means I have little control over the system

Re: fetchmail version problem

2013-07-25 Thread L. V. Lammert
On Thu, 25 Jul 2013, Larry Hall (Cygwin) wrote: > 'cygcheck /usr/bin/fetchmail.exe' for me shows a dependency on > cygssl-1.0.0.dll, not cygssl-0.9.8.dll. You might want to check your > versions of executables, DLLs, and packages. If you can't figure out why > you see this dependency, you can ju

fetchmail version problem

2013-07-25 Thread L. V. Lammert
Did a new installation this afternoon, ran into a problem with fetchmail: /usr/bin/fetchmail.exe: error while loading shared libraries: cygssl-0.9.8.dll: cannot open shared object file: No such file or directory The version of cygssl that installed, was 1.0.0: /usr/bin/cygssl-1.0.0.dll I tried

Problem binding OpenSSH_6.2p2 to IPV4 stack

2013-07-15 Thread L. V. Lammert
After troubleshooting an AutoSSH problem last week, it appears that on this 2003R2 box sshd cannot bind to the IPV4 stack! Rather, with the default configuration it binds to IPV6 (and supports a loopback connection fine), but a remote connection fails. When sshd is forced to bind IPV4 ("Addressfami

Re: Troubleshooting AutoSSH

2013-07-12 Thread L. V. Lammert
On Fri, 12 Jul 2013, Andrew Schulman wrote: > > It looks like *sshd* can only bind IPV6 - forcing it to bind IPV4 only > > prevents startup. > > OK. So does it work then to pass the -6 flag to ssh? > I did not try forcing -6 because that was the only way it would connect (i.e. sshd would only sta

Re: Troubleshooting AutoSSH

2013-07-12 Thread L. V. Lammert
On Fri, 12 Jul 2013, Andrew Schulman wrote: > Hi Lee. Okay, that does seem to narrow it down. > > You're right that autossh doesn't have any ipv4 options. It hasn't been > updated in a few years, and I think it's just not ipv6-aware yet. > Looks like it may not be autossh - if I start sshd with

Re: Troubleshooting AutoSSH

2013-07-12 Thread L. V. Lammert
the first half where I inserted the "-vv", which does not work. The entire command works on other systems, so that is not the problem. The problem is, nothing seems to raise the debug level for autossh when starting as a service, .. [see below]. > (1) Get the ssh command working. >

Troubleshooting AutoSSH

2013-07-11 Thread L. V. Lammert
Trying to debug a session, .. neither AUTOSSH_DEBUG nor AUTOSSH_LOGLEVEL: $ env | grep AUTO AUTOSSH_DEBUG=1 AUTOSSH_LOGLEVEL=7 nor -vv: cygrunsrv -I AutoSSH -f "remote_link" -p /usr/bin/autossh -a " -vv \ change the logging info always ("Host key verification filed"); what is the correct way to

IPV6 on 2003 R2

2013-07-11 Thread L. V. Lammert
Trying to get sshd running under Cygwin, .. it appears that Windows is presenting an IPV6 ONLY configuration - sshd refuses to start with "Address Family inet", and with the default "Address Family any", I can get a *local* connection, but NOT a connection from a remote server! Cygwin current (CYG

Re: lftp bug: mirror [-R] didn't work with sftp connection

2013-07-03 Thread V.99
Yes, I have same problem. This is the problem in version 4.4.7 of lftp - see http://lftp.yar.ru/news.html. Problem is solved in 4.4.8. As a workaround downgrade to 4.4.4, until cygwin adopts version 4.4.8. Vlado On 3.7.2013 7:31, Arthur Tu wrote: $ lftp sftp://usr@addr I can mget or mput fil

Home directory issue

2013-07-02 Thread L. V. Lammert
After installing Cygwin on a new system that is in a domain, there is something that is breaking with user setup. * The user home directory is not getting created * /usr/loca/bin & /usr/bin are not prepended to PATH * The user home directory is /cygdrive/Users/, instead of /home/ * The pat

LDD blocking

2013-06-12 Thread L. V. Lammert
Trying to figure out why Ruby/openssl.so are not working under Cygwin, I realized recently that cygcheck openssl.so works properly: $ cygcheck.exe /usr/lib/ruby/1.9.1/i386-cygwin/openssl.so C:\Progra~1\Cygwin\lib\ruby\1.9.1\i386-cygwin\openssl.so C:\Progra~1\Cygwin\bin\cygruby191.dll C:\Prog

Ruby

2013-06-08 Thread L. V. Lammert
Trying to create an install procedure for a simple Ruby script using rest-client for our remote Windows machines, but Ruby is choking on openssl [on a newly installed machine - runs fine on my dev VMs]: $ irb irb(main):001:0> require 'openssl' LoadError: No such process - /usr/lib/ruby/1.9.1/i386-

Re: Fwd: sshd access works only when user is member of Administrators

2013-01-28 Thread V.99
Hi. Mayby this helps: $ /cygdrive/c/Windows/System32/icacls.exe c:\\cygwin\\home\\user1 c:\cygwin\home\user1 SRV\user1:(F) SRV\None:(RX) Everyone:(RX) CREATOR OWNER:(OI)(CI)(IO)(F) CREATOR GROUP:(O

Re: Error invoking find as a ssh command

2012-12-18 Thread V.99
On 18.12.2012 22:35, Dan Kegel wrote: On Tue, Dec 18, 2012 at 1:30 PM, V.99 wrote: [root@backup domain_backup]# ssh bkp@builder find /cygdrive/d/Backups/Data -printf "\"%f (%s)\n\"" FIND: Invalid switch It's picking up the windows find.exe instead of the cygwin one.

Error invoking find as a ssh command

2012-12-18 Thread V.99
Hi, I cannot invoke find as command of ssh (ssh login@machine find params), but invoking find with same params from terminal works correctly. Maybe a bug in find utility? Details and problem demonstration: -- I'm working on CentOS, connecting to Windows Server 2

Problem with Perl/Tk and Pixmap

2010-12-16 Thread Johannes v . Löwis
I have a Perl/Tk script that is supposed to show a pixmap on the left side of the title bar of the main window. It works on Linux and on a rather old version of Cygwin 1.5. On Cygwin 1.7 (on XP Home and Prof) the following happens: $ ./logotest.pl Can't bless non-reference value at /usr/lib/per

Cygwin X and F10

2010-11-20 Thread Jeenu V
I'm using Cygwin X server on a Windows XP machine to access a remote debugger running on Lucid. Everything is fine except that I can't pass Shift-F10 for single stepping; I can pass other combination like Shift-F11, F9 etc. though. I experimented with gnome-terminal, where pressing Shift-F10 on th

Vertical split in GNU screen

2010-04-18 Thread Jeenu V
Hi, Though I'm not sure if vertical split is officially supported in GNU screen, I noticed what I installed in my Ubuntu (Karmic) supports it (C-a |). Does anyone know if it's going to be in Cygwin's port of screen any time soon? -- :J -- Problem reports: http://cygwin.com/problems.html F

Gitk issue post 1.7.1 upgrade

2010-01-18 Thread Jeenu V
Hi, I'm using Gitk from Cygwin and I come across this problem quite frequently post upgrade to 1.7.1. While I'm viewing commits a pop-up appears saying "writing to stdout fails". I'm able to consistently reproduce it by making quick random clicks on the commit graph. And I don't remember seeing th

Re: Man pages garbled in 1.7.1

2010-01-17 Thread Jeenu V
On Fri, Jan 15, 2010 at 7:39 PM, Nellis, Kenneth wrote: > [...] > You might review the recent related message thread: > http://cygwin.com/ml/cygwin/2010-01/msg00499.html I'm now using UTF-8 encoding on PuTTYCyg and the man pages look fine. Could somebody tell me how to search for '-' on the man p

Re: Man pages garbled in 1.7.1

2010-01-15 Thread Jeenu V
On Fri, Jan 15, 2010 at 7:08 PM, Niklaus Kuehnis wrote: > Jeenu V schrieb: > >> I upgraded to 1.7.1. But now I see my man page very difficult read; >> for instance it replaces hyphens with a-cap, and stuff like that. >> Could somebody suggest a solution? > > Manpages

Man pages garbled in 1.7.1

2010-01-15 Thread Jeenu V
Hi, I upgraded to 1.7.1. But now I see my man page very difficult read; for instance it replaces hyphens with a-cap, and stuff like that. Could somebody suggest a solution? Thanks :J -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

Re: MC/ncurses on cygwin: Borders turn into chinese characters and layout screws up

2009-11-24 Thread Yury V. Zaytsev
e. [*] http://vtbsd.net/notwindows.html -- Sincerely yours, Yury V. Zaytsev -- 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: MC/ncurses on cygwin: Borders turn into chinese characters and layout screws up

2009-11-20 Thread Yury V. Zaytsev
the heck cares about that?.. :-) -- Sincerely yours, Yury V. Zaytsev -- 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: Wait for cygstart finish

2009-01-12 Thread Jeenu V
On Mon, Jan 12, 2009 at 9:58 PM, Larry Hall (Cygwin) wrote: > Just run the app without 'cygstart'? :) Well this was related to one of my earlier posts, if you recall, where I had problems with running cmd.exe from screen. I now work that around by calling cmd.exe with cygstart. Everything works f

Wait for cygstart finish

2009-01-12 Thread Jeenu V
Hi, Is there a way to make cygstart wait until the application it launched closed? I see a thread here (http://cygwin.com/ml/cygwin/2008-08/msg00812.html), providing patch for the same (-w switch) but I couldn't see the official one having the same. Is the a way around? -- :J -- Unsubscribe inf

Re: cmd.exe from Cygwin

2009-01-08 Thread Jeenu V
On Thu, Jan 8, 2009 at 9:36 PM, Christopher Faylor wrote: > Do you think screen is the only thing that uses ptys in the whole > distribution? Nope; I've no idea. -- :J -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Re: cmd.exe from Cygwin

2009-01-08 Thread Jeenu V
On Thu, Jan 8, 2009 at 4:50 PM, Corinna Vinschen wrote: > It's a constraint of the native Windows applications. There's no > PTY concept in Windows so Cygwin uses pipes to emulate the behaviour. > Cygwin applications know when they are running in a pty, native apps > don't and behave differently

Re: cmd.exe from Cygwin

2009-01-08 Thread Jeenu V
On Thu, Jan 8, 2009 at 6:32 AM, Jeenu V wrote: > On Wed, Jan 7, 2009 at 9:22 PM, Christopher Faylor > wrote: > >> screen uses ptys. ptys are equivalent to CYGWIN=tty. >> >> We really don't guarantee that pure Windows applications will work with >> ptys. >

Re: cmd.exe from Cygwin

2009-01-07 Thread Jeenu V
On Wed, Jan 7, 2009 at 9:22 PM, Christopher Faylor wrote: > screen uses ptys. ptys are equivalent to CYGWIN=tty. > > We really don't guarantee that pure Windows applications will work with > ptys. Hm... looks like I've to live without cmd.exe from screen. Anyway,.thank you guys for the support

Re: cmd.exe from Cygwin

2009-01-07 Thread Jeenu V
On Wed, Jan 7, 2009 at 11:41 AM, Larry Hall (Cygwin) wrote: > Jeenu V wrote: > With cgf's help and a good look at your cygcheck output, I believe I was > able to reproduce something like your problem. If I'm right, then you > want to remove 'tty' from your CY

Re: cmd.exe from Cygwin

2009-01-06 Thread Jeenu V
On Tue, Jan 6, 2009 at 11:23 PM, Larry Hall (Cygwin) wrote: > Larry Hall (Cygwin) wrote: >> I know you've looked at the environment differences on your machine >> between a plain cmd and one under bash. How about comparing yours >> under bash with your colleague's? Also, does the shell matter?

Re: cmd.exe from Cygwin

2009-01-06 Thread Jeenu V
On Tue, Jan 6, 2009 at 10:43 AM, Jeenu V wrote: [...] > I checked with one of my colleagues who has Cygwin installed, but he > doesn't seem to have this problem. I feel like going with a fresh > installation. I did a fresh, quick and bare-minimum installation (to a different

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
On Tue, Jan 6, 2009 at 10:51 AM, Larry Hall (Cygwin) wrote: > OK, sounds like an environment problem then. You could probably spot > the issue by comparing the environment you get in bash with the one > you get in cmd.exe. I did that already and that was how I came to know I could solve the orig

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
On Tue, Jan 6, 2009 at 10:00 AM, Larry Hall (Cygwin) wrote: > And I assume that you don't have this problem if you just invoke > 'cmd.exe' from Windows and try the same thing and further that it > does reproduce if you then invoke 'bash' from that command prompt > and then 'cmd.exe' again. cmd.ex

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
On Tue, Jan 6, 2009 at 9:37 AM, Larry Hall (Cygwin) wrote: > I can't reproduce this. Do you have that problem before you invoke > 'cmd'? Sad :(. I don't have any problems before invoking cmd.exe; bash just works fine. Would you suggest a fresh install of Cygwin? I hope you watched the screencast

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
On Tue, Jan 6, 2009 at 8:36 AM, Larry Hall (Cygwin) wrote: > You mean the part about the text overwrtiting itself? Your 'TERM' > environment variable is set to 'screen'. Make sure that it's set > to 'cygwin' and you'll see less trouble. ;-) Ehm... that was because I was using screen when I gene

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
> Maybe the best thing to do would be to edit the .bat/.cmd file so that the > first thing it does is redefines PATH as it is in a normal cmd window - ie > w/o cygwin running. > That would result in the environment being clean for cygwin normally, and > mean your symbian stuff wouldn't end up crapp

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
On Mon, Jan 5, 2009 at 9:53 PM, Larry Hall (Cygwin) wrote: > The Cygwin paths are added in '/etc/profile'. Obviously, you can > remove them though that will make your configuration non-standard > and unsupported. Essentially, this would make Cygwin tools > inaccessible when running 'bash', whic

Re: cmd.exe from Cygwin

2009-01-05 Thread Jeenu V
> For all we know bldmake could be bldmake.bat which contains a line such as: > > sh E:\Symbian\M04765_Symbain_OS_V9.5\bin\Tech\Viewepoc32\tools\bldmake.bat > > Intending to use Symbian's version of "sh" which can handle backslashes but > due to how your PATH is setup it's using Cygwin's version of

Re: Trick cmd.exe of Windows XP to run cygwin Batch Script.

2009-01-04 Thread Jeenu V
On Sun, Jan 4, 2009 at 4:01 PM, Frank Fesevur wrote: > Hongyi Zhao wrote: > >> I've some cygwin/bash scripts and I want to invoke them without log >> into the Cygwin's bash terminal. Is this possible? > > I have written a small utility named 'weft' that can set a file > association to start .sh-f

Re: cmd.exe from Cygwin

2009-01-02 Thread Jeenu V
Thanks for the reply. > > The backslash is an escape character, so you need to get it treated as > a character somehow - escaping ("\\") or inside quotes works for me: > I'm aware of this. >> N:\src\CEDAR\GENERIC\base\bsp\hwip_arm\rvemuboard\ct1136\test>cmd /c >> bldmake bldfiles ARMV6 >> sh: E:

cmd.exe from Cygwin

2009-01-02 Thread Jeenu V
Hi, I've to run some windows commands repeatedly. Since I'm familiar and comfortable with BASH, I thought I would perform the 'intelligent' decisions using BASH scripts and run rest using cmd.exe invoked from Cygwin bash shell. But this is the problem I face: The program I intend to run with cmd.

Re: Mouting network drives from Cygwin ssh client

2008-12-30 Thread Jeenu V
>You were subscribed to the list from Wed Dec 31 05:21:39 2008 GMT to >Wed Dec 31 05:35:48 2008 GMT. > >I'm not too suprised to hear that you didn't see many replies. Err! That was a mistake. -- Thanks Jeenu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Mouting network drives from Cygwin ssh client

2008-12-30 Thread Jeenu V
em gets solved after the chmod command. However, for me, it doesn't. Please help. PS: Though I've subscribed to the list, replies to this topic is not reaching my inbox for some reason. I'm reading replies at the archive. On Tue, Dec 30, 2008 at 9:11 PM, Jeenu V wrote: > Hi, > &

Mouting network drives from Cygwin ssh client

2008-12-30 Thread Jeenu V
Hi, I've a Cygwin ssh server up on Windows XP. My home directory on the host is a network drive (H:) which I'm able to acess locally as /cygdrive/h. When I do ssh to localhost using PuTTY, I'm unable to access the /cygdrive/h path - the mount command only shows c: mounted as /cygdrive/c. I can nei

vim-7.2.2 compiled using --with-features=normal (not --with-features=huge)

2008-10-08 Thread Jeff V Stein
The recent 7.2.2 update for vim was compiled using a different configure statement than the 7.2.1 release. As a result, many of the previously enabled features have been dropped. >From the --version take it looks like --with-features=huge was changed to --with-features=normal: vim-7.2.1: VIM

Re: Executable file is there but it said could not find

2008-09-11 Thread Maika V
Thank you very much, Dave and Larry. You are right, and so nice. Cygwin is ok. It's all because of my stupid fault. Now everything is perfect. Sorry for bother everybody with my bug. Thanks again. Maika -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: Executable file is there but it said could not find

2008-09-10 Thread Maika V
ue, Sep 9, 2008 at 6:31 PM, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > Maika V wrote: >> >> Hi, >> I'm new to cygwin. I've just intalled it for building my C++ using QT3 >> lib (installed inside cygwin). >> When compiling my program with 

Executable file is there but it said could not find

2008-09-09 Thread Maika V
Hi, I'm new to cygwin. I've just intalled it for building my C++ using QT3 lib (installed inside cygwin). When compiling my program with 'make', I got these warnings: This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. Info: resolving QString::s

RE: Help with GCC on Cygwin

2008-03-04 Thread Balaji V. Iyer
686-pc-cygwin-as... no checking for as... as checking for i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking for i686-pc-cygwin-ld... no checking for ld... ld checking for i686-pc-cygwin-nm... no checking for nm... nm checking for i686-pc-cygwin-ranlib... no checking for ranlib.

Help with GCC on Cygwin

2008-03-04 Thread Balaji V. Iyer
odes.exe'. Stop. I am currently using cygwin on a x86 machine, gcc version 4.0.2 (I have to use this version...can't use a diferent one), Any help is very highly appreciated! Thanking You, Yours Sincerely, Balaji V. Iyer. PS. Here is the output I received right after I ra

Re: emacs: nothing happens when launched

2007-07-22 Thread kev v.
I haven't run rebaseall (at least not explicitely - I'v never heard about this utility), however, I installed libncurses7 and now emacs seems to work fine. In fact, I only had libncurses8 installed on my system, not libncurses7. Is it safe to keep both versions without compatibility problems? An

emacs: nothing happens when launched

2007-07-22 Thread kev v.
Hello, I'm expericencing trouble running emacs: when I execute 'emacs.exe' from the bash shell like so: [EMAIL PROTECTED] ~ $ emacs test or: [EMAIL PROTECTED] ~ $ /usr/bin/emacs.exe test or: [EMAIL PROTECTED] ~ $ /usr/bin/emacs-21.2.exe test nothing happens: a new empty shell prompt line a

RE: link resolution in directory

2007-04-15 Thread teggy p v
Hi there, Is there a way to have a link (pointing to a directory) resolved to the target directory when changing directory to that link ? Here is what I am trying to achieve: $ ln /cygdrive/c/downloads $ cd downloads $ pwd /cygdrive/c/home/teggy/downloads $ When running the last 'pwd' command,

cygwin svn client and tortoise svn

2007-04-11 Thread teggy p v
Hi there, I have a svn repository on my pc (the repository has been created under cygwin) and I am able to perform whatever svn operation when using the cygwin svn client e.g. $ svn status $ svn update etc. On top of that, I've installed tortoisesvn for windows xp and for those directories whic

Re: pkg-config.exe problem

2006-11-11 Thread v .
René Berber computer.org> writes: > > gedeon.legaut wrote: > > > I working with cygwin installed from www.cygwin.com and glade installed > > from www.gladewin32.sourceforge.net and I have a pb with pkg-config.exe : > > > > *) pkg-config.exe --cflags gtk+-2.0 gives > > > > Package gtk+-2.0 was

cygwin emacs: broken key mappings (still?)

2005-11-04 Thread Robert V Sasseen
I'm having a problem with Emacs under Cygwin bash that's been reported before but as far as I can tell never been resolved. See, e.g., http://cygwin.com/cgi-bin/htsearch?config=htdig&restrict=&exclude=&method=and&format=builtin-long&sort=score&words=emacs+key+mapping http://sourceware.org/ml/cygw

gdb can't debug DLL extension for tcl/tk

2005-09-23 Thread Stefan v. Wachter
I finally suceeded in building my extension for tcl/tk with gcc (compile option -mno-cygwin and -g) . I use the dll by starting the normal wish.exe from the ActiveTcl Windows distribution. Then I can the load DLL via "load aoext.dll" This works, but debugging fails: - I started ddd where the s

Eric van Rongen is afwezig / on leave

2005-05-16 Thread E. v. Rongen
Ik ben afwezig vanaf 13-05-2005 en ik ben niet eerder terug dan 17-05-2005. I'm away from the office and will not be back until Tuesday May 16. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

Re: 11-csw-cygwin-wrapper-with-no-deplibs.patch

2004-11-01 Thread Gary V. Vaughan
was properly sourced, check that generated_by_libtool_version > is nonempty, instead of notinst_deplibs. Thanks. Applied to HEAD and branch-2-0. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.

Re: 10-csw-cygwin-install-strip.patch

2004-11-01 Thread Gary V. Vaughan
n cygwin, > ensure that import libraries do not get stripped. > * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): on cygwin, > use postinstall_cmds to strip DLL (not import lib) > when stripping is requested. > > > ---

Re: cygwin, libtool, dlpreopen, and .rdata

2004-09-22 Thread Gary V . Vaughan
[TAGNAME])): build exports for symbols in .rdata sections Excellent catch. Applied. Thankyou very much! Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://

RE: cygwin-perl: matching behaves weird

2004-08-19 Thread V . MIRCEVSKI
Guys, Thank you all for your replies. Just to let you know that I figured out what the problem was, and (surprise-surprise) it had nothing to do with perl or cygwin at all. It was the source string. What I'm doing is making a Perl socket server process parts of an html document pased by a clie

cygwin-perl: matching behaves weird

2004-08-17 Thread V . MIRCEVSKI
Now, this may be old news for many of you, but I'm new to cygwin, so please don't shoot. I'd be happy if someone would post me a link to the solution. I'm doing quite strightforward matching using regular expressions in perl (as you can see below) and the code used to work just fine on the Activ

How do I delete crashed cygwin/x directories on W2K?

2004-07-30 Thread Don V Black
Hello Once More - I have a couple of CYGWIN/X directories on my hard drive that I cannot remove even when I logon as "Administrator". This is a question for the person(s) who wrote the cygwin and cygwin/x Windows installation scripts. The directories and files were installed via the CYGWIN/X instal

Re: porting bsd-games for cygwin

2004-01-27 Thread Aaron V. Humphrey
> I was working with Joseph S. Myers who maintains bsd-games and > was able to port most of them. Ah, yes, I was supposed to get back to you on what I'd done to get things running... > I had a few problems where it is felt that cygwin should be updated > to handle the situations. These problems

stty erase

2003-11-28 Thread Andrey V. Lukyanov
I have just installed Cygwin on Windows XP. Immediately I noticed the wrong behavior of the backspace key. As it proved, it was caused by the fact that terminfo for cygwin defined kbs=^H whereas /etc/profile had the line stty erase '^?' I think it would be better to put this

Ctrl-U delay

2003-11-23 Thread Aaron V. Humphrey
" v0.0 ts=2003/8/10 16:10 134k 2003/08/10 d:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 16:10 63k 2003/04/11 d:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "

Gtk+-2.0

2003-10-14 Thread Bhasker C V
Hi the gtk+-2.0 package is available at many places but there is no consolidated effort where things work. I downloaded some packages and corrected them so that they work in my system the tar.bz2 is available - how to upload it so that people can make use of this ? -- bye Bhasker C V To

openssh-3.7.1p2 giving error about entry point in cygwin1.dll

2003-10-03 Thread Brian V. Smith
eent could not be located in the dynamic link library cygwin1.dll" The older sshd version 3.6.1 works fine but not the new one. What have I forgotten? This is running on a Win2k server. Thanks for any help. Brian Smith -- ------- Brian V

Re: telnet, ftp unknown service

2003-10-02 Thread V D
here is the result of strace on a telnet, if you need specifically on ftp just let me know. "Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, Oct 02, 2003 at 10:48:58AM +0200, V D wrote: > > suddenly telnet, ftp, rlogin stopped ru

telnet, ftp unknown service

2003-10-02 Thread V D
suddenly telnet, ftp, rlogin stopped running last tuesday, I did not change anything, I have a w2k/cygwin : CYGWIN_NT-5.0 nbvdu01 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin I re-install some parts of cygwin package (login, cygwin engine) and strangely telnet only works when used

Re: rxvt hanging after latest cygwin update

2003-09-12 Thread Thomas V. Fischer
Hello all, I figured out what was wrong. It seems to be the statement 'exec 2>&1' that is no longer working. Rgds - Original Message - From: "Thomas V. Fischer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 09:12 Su

rxvt hanging after latest cygwin update

2003-09-08 Thread Thomas V. Fischer
Hey all, I just upgraded my cygwin installation to the new release made available at the beginning of the month. Since this upgrade, my rxvt launch script doesn't work anymore. I have the following dos-batch script: start /i /min /separate /b $PATH2CYG\bash --login -c "/startrxvt.sh 12 &"

What to backup in cygwin installation

2003-03-31 Thread Thomas V. Fischer
Can anyone suggest to me a good backup practice (ie what to bakcup) for Cygwin? Thanks Thomas Fischer, MCSE mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Apple, WinNT, e-Mail, Groupware mailto:[EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Cygwin & BitKeeper...

2003-03-31 Thread Thomas V. Fischer
I want to install Bitkeeper on my machine that is already running Cygwin (latest build). However and contrary to the bitkeeper FAQ, it doesn't detect my existing installation and doesn't want to recognize it. If i don't install, the Bitkeeper runs into an endless loop saying it is missing Cygwin.

Re: SysV init.. continued

2003-03-27 Thread Thomas V. Fischer
thanks that worked... - Original Message - From: "Sergey Okhapkin" <[EMAIL PROTECTED]> To: "'Thomas V. Fischer'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 15:14 Subject: RE: SysV init.. continued > You r

Re: SysV init.. continued

2003-03-27 Thread Thomas V. Fischer
# id:runlevels:action:process id:3:initdefault: rc::bootwait:/etc/rc #S0:2345:respawn:/sbin/agetty -L -T vt100 -n ttyS0 9600 ttyS0 is the contents... - Original Message - From: "Sergey Okhapkin" <[EMAIL PROTECTED]> To: "'Thomas V. Fischer'" <[EMAI

SysV init.. continued

2003-03-27 Thread Thomas V. Fischer
Hey all, I have set-up the sysv init package and am running it under a service. However, it does not start up any of the initscripts that I have configured with chkconfig. Is there nything extra that needs to be done apart from what is explained in the readme? Thanks Thomas Fischer, MCSE

Re: cygwin Digest 26 Mar 2003 11:36:33 -0000 Issue 2677

2003-03-26 Thread Thomas V. Fischer
Thanks Thorsten... Do you know if CRON needs to be a separate service or can I run it via init? Thomas - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 12:36 Subject: cygwin Digest 26 Mar 2003 11:36:33 - Issue 2677 > To: [EMAIL

using init.d in cygwin (sysV init)

2003-03-26 Thread Thomas V. Fischer
Hi all, Can anyone point me to some information on how to enable the init.d system (SysV initscripts) with-in cygwin? I am also trying to understand how it interacts with the cygwin environment and how to make it start-up at windows boot time. Thnkas -- Unsubscribe info: http://cygwin.co

Machine reboots when editing files in /etc

2002-11-28 Thread Thomas V. Fischer
Hey all, Whenever I edit my config files or passwd file in /etc, both my machines = reboot. One is Windows XP and the other is Windows 2000 server. I have no idea why this is... The only error I see in the event log is : Error code 0024, parameter1 001902fa, parameter2 edf6282c, = parameter3

Problem with bison-1.75-1

2002-11-14 Thread Vladimir V. Borisenko
are missed? It is strange because bison produces the correct error diagnostics in case of errors in the source *.y file. Also output with the "-v" works normally. Thanks in advance, Vladimir Borisenko -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Cygwin CD question

2002-05-13 Thread William V. Nicholson
The point is that if you are really paranoid about these things then someone might slip in a trojan or backdoor while you are downloading Cygwin. Obviously, if you subsequently set up an integrity tool then your system together with the backdoor would check out as okay (possibly until it got inf

Re: Cygwin CD question

2002-05-13 Thread William V. Nicholson
Okay, thank you very much. I will tell you if I have problems with the setup program, especially with downloading the Cygwin packages' source code, William On Mon, 13 May 2002, Larry Hall (RFK Partners, Inc) wrote: > At 02:31 PM 5/13/2002, William V. Nicholson wrote: > > >

Cygwin CD question

2002-05-13 Thread William V. Nicholson
I notice from the information on the Redhat website and in the FAQ that there is no Cygwin CD. I am interested in using Cygwin; but I don't believe I require the Cygwin license for my applications. I have previously used Cygwin by downloading it; but I encountered some difficulties with the set

Re: Can't create home directory

2002-03-08 Thread V:\)
Have you tried to regenerate the groups (mkgroup -l > /etc/group). This might work... Voyteck - Original Message - From: "Winston Gutkowski" <[EMAIL PROTECTED]> To: "Cygwin" <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 7:32 PM Subject: Can't create home directory > Hi, > > I'm tr

Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Thomas V. Fischer
Hey All, I am having a weird problem with cygwin (1.3.6) and Internet Explorer 6.0 when running a bash shell. Internet explorer runs fine and I can surf the web, etc. However when I close the last IE window, IE crashes with no real apparent error. This does not occur when cygwin is running. An