Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Jon A. Lambert
anamtharon wrote: Revised solution (version 2). New cygwin.bat file: @echo off set SHELL=sh set HOME=c:\cygwin\home\anamtharon set TERM=cygwin ... Now that's it. Not quite it! Rational can also add these to your environment: TERMCAP=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\etc\termcap TERMINFO=C:\PRO

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ok, i'm sorry. i have forgotten to add a line to the batch file, because i had added it to the .vimrc file before. the line is this: 'set TERM=cygwin'. so here we go again... Revised solution (version 2). New cygwin.bat file: @echo off set SHELL=sh set HOME=c:\cygwin\hom

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
at brian; you're right. rational rose has changed my environment and cygwin is confused in believing that the SHELL was changed to some freak rational product and pointed the HOME variable to the windows home path in Documents and Settings (or something. am using the german windows version, so

Re: ORBit2-devel should depend on minires-devel

2005-01-11 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Haubenwallner wrote: | Hi there, | | When linking an application with 'orbit2-config --libs', a libresolv is | required, which was missing on my installation. | | Found this lib created by the post-install-script of minires-devel, | but ORBit2-d

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Brian Dessent
anamtharon wrote: > > ok. > the solution to my little problem is this: > > :set term=cygwin > > which used to be initially set to 'nutc' (term=nutc). > > that was all. wonder what had changed that. That would be Rational Rose I believe. If you have that installed it seems to set $TERM

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ok. the solution to my little problem is this: :set term=cygwin which used to be initially set to 'nutc' (term=nutc). that was all. wonder what had changed that. thanks for the comments. at Raye; the console version is fine for me, thanks a bunch! at Mr. Hall; sorry for neglecting et

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Raye Raskin
- Original Message - From: "anamtharon" To: Sent: Tuesday, January 11, 2005 7:24 PM Subject: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions. Good morning. Since i've updated cygwin i only had time to try out vim again, and there seems to be a

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Larry Hall
At 10:24 PM 1/11/2005, you wrote: >Good morning. > >Since i've updated cygwin i only had time to try out vim again, and there >seems to be a problem with >the automatic movement of the input cursor. > >E.g. after simple character input, the cursor isn't moved to the next positon >(but vim keeps >

vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
Good morning. Since i've updated cygwin i only had time to try out vim again, and there seems to be a problem with the automatic movement of the input cursor. E.g. after simple character input, the cursor isn't moved to the next positon (but vim keeps overwriting the last character i typed). An

Re: Registry settings of cygwin

2005-01-11 Thread Larry Hall
At 08:50 PM 1/11/2005, you wrote: >Hi guys > >I am having trouble installing cygwin, I had a previous installation >and tried to install a new one, and that's when the trouble came in, >seems like cygwin hasn't forgotton the registry settings, so I removed >settings from > >HKLM >HKCU > >But still

Registry settings of cygwin

2005-01-11 Thread Imanpreet Arora
Hi guys I am having trouble installing cygwin, I had a previous installation and tried to install a new one, and that's when the trouble came in, seems like cygwin hasn't forgotton the registry settings, so I removed settings from HKLM HKCU But still something seems amiss. Are there any other re

Re: cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Igor Pechtchanski
On Tue, 11 Jan 2005, Harald Dunkel wrote: > Igor Pechtchanski wrote: > | > | I believe you missed the fact that the above link talks about > | *passwordless* authentication. The authentication token constructed by > | sshd won't contain the password, and therefore cannot be used to access > | net

has anyone compiled/ported gnomemeeting on cygwin?

2005-01-11 Thread Jeff . Hodges
has anyone compiled/ported gnomemeeting on cygwin? thanks, JeffH -- 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/

[Bug] dup() of serial file descriptor confuses select()

2005-01-11 Thread Billy
select() exhibits incorrect behavior when given a dup()-licated serial device file descriptor in its fd_set parameters. The select() call immediately returns -1, but with errno = 0. $ ./serialdupselect.exe /dev/com14 select: nsel=-1 errno=0, No error // // demonstrate/test a Cygwin bug. // dup of

Re: perl 5.8.6

2005-01-11 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: Why was this not a problem with 5.8.5 before including Win32CORE statically? Probably because it didn't link ntdll then. When static extensions specify libraries that they need, and then perl is linked using those libraries. Does removing ntdll from the Win32CORE hin

Re: Link error while compiling fortran

2005-01-11 Thread Mark Hadfield
Chad Neufeld wrote: Hi, I have just updated my cygwin installation (January 11, 2005) and I can no longer compile my fortran programs from the command line. > > [snip] This is what I type at the command line to compile a program: $ fl32 facqual.for This is the output from the fortran comp

Link error while compiling fortran

2005-01-11 Thread Chad Neufeld
Hi, I have just updated my cygwin installation (January 11, 2005) and I can no longer compile my fortran programs from the command line. Up until now I was able to type the following to compile a program: $ fl32 program.for After compiling I would have a program.exe file that I could u

Re: perl 5.8.6

2005-01-11 Thread Yitzchak Scott-Thoennes
On Tue, Jan 11, 2005 at 10:17:40PM +0100, Reini Urban wrote: > Gerrit P. Haase schrieb: > >Reini Urban wrote: > >Your libwin32 package, does it work on Win98 / ME? > > I cannot test that in ME/98 now. Laptop needs a new power cable and > vmware was too big for my hd. > > >I have included Yitzcha

Re: Perl 5.8.6

2005-01-11 Thread Jacek Piskozub
Reini Urban wrote: > Gerrit P. Haase schrieb: >> Why was this not a problem with 5.8.5 before including Win32CORE >> statically? > Don't remember. > But sorry, I'm very busy right now. Maybe tommorrow. > Have to write a simple WOID - webshop-in-one-day. The reason has been already been resolved, I

Re: Problem with 20050106 snapshot

2005-01-11 Thread David Rothenberger
On 1/8/2005 6:53 PM, Christopher Faylor wrote: On Sat, Jan 08, 2005 at 03:06:21PM -0800, David Rothenberger wrote: I'm having a problem with the 20050106 snapshot as well as my own DLL build from CVS HEAD on 20050107. The problem is with bash killing native processes. I have a bash script that st

Re: cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Pechtchanski wrote: | | I believe you missed the fact that the above link talks about | *passwordless* authentication. The authentication token constructed by | sshd won't contain the password, and therefore cannot be used to access | network shar

Re: perl 5.8.6

2005-01-11 Thread Reini Urban
Gerrit P. Haase schrieb: Reini Urban wrote: Your libwin32 package, does it work on Win98 / ME? I cannot test that in ME/98 now. Laptop needs a new power cable and vmware was too big for my hd. I have included Yitzchak's patch and the Win32CORE module statically into perl, now the users are gettin

Re: mkpasswd -ld: The user name could not be found.

2005-01-11 Thread Corinna Vinschen
On Jan 11 17:10, Harald Dunkel wrote: > Yes, I am sure it died. There were a few lines in > /etc/passwd, but this was just 30% of the complete > list of Windows accounts. And there was no additional "on line X" text in the error output? Corinna -- Corinna Vinschen Please, send

Re: Fortune potty-mouth and those who demand it

2005-01-11 Thread Corinna Vinschen
On Jan 11 11:48, Gary R. Van Sickle wrote: > To the "Secret Admirer" in question: do you grant me the right to send the > email text in question, with any and all identifying marks... redacted... To > Corinna privately, as per her request? No, thanks. It seems better to stop this now or move it t

Re: cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Igor Pechtchanski
On Tue, 11 Jan 2005, Harald Dunkel wrote: > Igor Pechtchanski wrote: > | , second > | paragraph. > | HTH, > | Igor > > Sorry, but this does not help. > > If I got this right, then you assume that either sshd or the login > process starte

Re: Fortune potty-mouth and those who demand it

2005-01-11 Thread Mike
On Tue, 11 Jan 2005, Andrew Schulman might have said: > This is starting to get weird. starting? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: htt

RE: Fortune potty-mouth and those who demand it

2005-01-11 Thread Andrew Schulman
> > On Jan 10 21:56, Gary R. Van Sickle wrote: > > > Oh, one more thing: I'd prefer it if any threats to > > 'censor' or 'ban' > > > me from this forum also be sent to this forum, and not to me > > > personally, so any hilariously blatant hypocrisy said > > threats may or > > > may not contai

Re: popen() fails while system() works

2005-01-11 Thread Jason Tishler
On Tue, Jan 11, 2005 at 02:21:22PM +0100, Rainer Hochreiter wrote: > > On Mon, Jan 10, 2005 at 08:56:58AM +0100, Rainer Hochreiter wrote: > >> but what's the real reason why popen() results in the address > >> conflict and system() does not?! > > > > AFAICT, popen() calls fork() and system() does n

Re: cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Pechtchanski wrote: | , second | paragraph. | HTH, | Igor Sorry, but this does not help. If I got this right, then you assume that either sshd or the login process started by sshd are r

RE: Fortune potty-mouth and those who demand it

2005-01-11 Thread Gary R. Van Sickle
> On Jan 10 21:56, Gary R. Van Sickle wrote: > > Oh, one more thing: I'd prefer it if any threats to > 'censor' or 'ban' > > me from this forum also be sent to this forum, and not to me > > personally, so any hilariously blatant hypocrisy said > threats may or > > may not contain can be judge

Re: cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Igor Pechtchanski
On Tue, 11 Jan 2005, Harald Dunkel wrote: > Hi folks, > > I've got a Win2k PC running in VMware for Linux. PDC > is a Linux PC running Samba 3.0.10. On the VMware window > I can login in Win2k as expected. My Unix $HOME is > accessable, Bash works, perfect. > > But if I try to login via ssh from a

cannot access $HOME (on Samba) via ssh

2005-01-11 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I've got a Win2k PC running in VMware for Linux. PDC is a Linux PC running Samba 3.0.10. On the VMware window I can login in Win2k as expected. My Unix $HOME is accessable, Bash works, perfect. But if I try to login via ssh from another machin

Re: cygcrypt-0.dll infected

2005-01-11 Thread Don Hayward
It looks like Trend has updated it definitions. I had the same problem. Looking in the whatsnew.txt for the latest pattern file, 2.341.00, I saw that the virus definition for the BKDR_HACDEF.M was modified, so I applied it. After that I was able to reinstall the crypt package and did not set

Re: mkpasswd -ld: The user name could not be found.

2005-01-11 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, I am sure it died. There were a few lines in /etc/passwd, but this was just 30% of the complete list of Windows accounts. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://e

Re: Donations Page

2005-01-11 Thread Christopher Faylor
On Tue, Jan 11, 2005 at 09:34:46PM +1100, Errol Smith wrote: >I'm glad to see this (my machine at work is a hyperthreading machine >btw) and will throw in some change shortly, but I ask that as well as >setting up that page you do some or all of the following so people can >find it through means ot

Re: atoi() missing on Win98, perl extension breaks

2005-01-11 Thread Christopher Faylor
On Tue, Jan 11, 2005 at 12:03:19PM +0100, Corinna Vinschen wrote: >On Jan 11 08:59, Gerrit P. Haase wrote: >>Jacek Piskozub wrote: >>>Gerritt wrote, $self->{LIBS} = [q{ -L/lib/w32api -lnetapi32 -lwininet -lversion -lmpr -lodbc32 -lodbccp32 -lwinmm -lstdc++ -lole32 -loleaut32 -luuid -lco

Re: mkpasswd -ld: The user name could not be found.

2005-01-11 Thread Pierre A. Humblet
On Tue, Jan 11, 2005 at 02:04:37PM +0100, Harald Dunkel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi folks, > > Currently I am trying to create a valid /etc/passwd > using 'mkpasswd -ld >/etc/passwd'. But it dies with > > The user name could not be found. > > Of course

ORBit2-devel should depend on minires-devel

2005-01-11 Thread Michael Haubenwallner
Hi there, When linking an application with 'orbit2-config --libs', a libresolv is required, which was missing on my installation. Found this lib created by the post-install-script of minires-devel, but ORBit2-devel doesn't require this package... Thanks -- Michael HaubenwallnerS

Re: popen() fails while system() works

2005-01-11 Thread Rainer Hochreiter
> On Mon, Jan 10, 2005 at 08:56:58AM +0100, Rainer Hochreiter wrote: >> but what's the real reason why popen() results in the address conflict >> and system() does not?! > > AFAICT, popen() calls fork() and system() does not. this is not true - both functions call vfork()! cygwin-1.5.12-1/newlib

mkpasswd -ld: The user name could not be found.

2005-01-11 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, Currently I am trying to create a valid /etc/passwd using 'mkpasswd -ld >/etc/passwd'. But it dies with The user name could not be found. Of course without telling me _which_ user it could not find. Poor design :-(. Any idea how this c

Re: Fortune potty-mouth and those who demand it

2005-01-11 Thread Corinna Vinschen
On Jan 11 12:16, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Corinna Vinschen > > Sent: 11 January 2005 10:43 > > > On Jan 10 21:56, Gary R. Van Sickle wrote: > > > Oh, one more thing: I'd prefer it if any threats to > > 'censor' or 'ban' me > > > from thi

Re: execv and then socket: "operation not permitted"

2005-01-11 Thread Corinna Vinschen
On Jan 10 22:54, Eric Hoffman wrote: > On Sun, 9 Jan 2005 13:19:53 +0100, Corinna Vinschen wrote: > > Could you please prepare a short testcase, only containing the > > necessary lines to reproduce the problem? > > I have attached 2 files to reproduce the problem. It is linked to the > putenv() ca

Re: popen() fails while system() works

2005-01-11 Thread Jason Tishler
On Mon, Jan 10, 2005 at 08:56:58AM +0100, Rainer Hochreiter wrote: > but what's the real reason why popen() results in the address conflict > and system() does not?! AFAICT, popen() calls fork() and system() does not. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers

RE: Fortune potty-mouth and those who demand it

2005-01-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 11 January 2005 10:43 > On Jan 10 21:56, Gary R. Van Sickle wrote: > > Oh, one more thing: I'd prefer it if any threats to > 'censor' or 'ban' me > > from this forum also be sent to this forum, and not to me

Re: atoi() missing on Win98, perl extension breaks

2005-01-11 Thread Corinna Vinschen
On Jan 11 08:59, Gerrit P. Haase wrote: > Jacek Piskozub wrote: > >Gerritt wrote, > >>$self->{LIBS} = [q{ -L/lib/w32api -lnetapi32 -lwininet -lversion -lmpr > >>-lodbc32 -lodbccp32 -lwinmm -lstdc++ -lole32 -loleaut32 -luuid > >>-lcomctl32 -lgdi32 -lcomdlg32 -lntdll }]; > > > >>Now the question is

Re: Fortune potty-mouth and those who demand it

2005-01-11 Thread Corinna Vinschen
On Jan 10 21:56, Gary R. Van Sickle wrote: > Oh, one more thing: I'd prefer it if any threats to 'censor' or 'ban' me > from this forum also be sent to this forum, and not to me personally, so any > hilariously blatant hypocrisy said threats may or may not contain can be > judged in the light of d

Donations Page

2005-01-11 Thread Errol Smith
Christopher Faylor wrote: >>>I am willing to pay 100 USD into that account. Knowing that my machine >>>has cost about Euro 1000 I believe it should take a real short time to >>>provide cfg with a machine to test / debug the hyperthreading issue . >> >>http://www.cygwin.com/ml/cygwin/2004-09/msg000

Re: Building new GLib and Pango

2005-01-11 Thread Gerrit P. Haase
Roger Leigh wrote: Could anyone involved with Cygwin glib maintenance possibly assist with tracking down a Cygwin header bug? While building Pango, one of the tests fails with lots of errors in . The detail may be found here, along with a link to a build of glib-2.6.1 (required dependency). http:/

Re: cygcrypt-0.dll false virus positive?

2005-01-11 Thread Walter Garcia-Fontes
Today the problem is gone, the last patterns of Officescan don't report anything strange in the cygcrypt-0.dll from the crypt package (the version in the mirrors, without recompiling). -- Walter Garcia-Fontes Barcelona -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem