Re: Inconsistency in find ... -name ...

2006-05-15 Thread Andrew DeFaria
Eric Blake wrote: Using find, I didn't protect spec in -name (-name 'spec') in a couple of instances but they still worked, viz-a-viz: $ find /home/lowella -type f -name *.h /home/lowella/CVSROOT/src/newlib/doc/ansidecl.h ... whereas a couple of others didn't work, viz-a-viz: $ find /home/lowella

telnet: tcp/telnet: unknown service

2006-05-15 Thread Jose Luis Fernandez
Hi, When I try to connect to a remote machine with telnet I get the message below: telnet: tcp/telnet: unknown service I have tried to fix this problem removing /etc/services, /etc/hosts, /etc/protocols, /etc/networks, and re-running /etc/postinstall/base-files-mketc.sh.done, but it di

Re: rvxt-20050409-1 console problem [SUMMARY]

2006-05-15 Thread Charles Wilson
Igor Peshansky wrote: After installing rxvt-20050409-1, starting rxvt from a console bash hides that console. To reproduce: start a console bash, type "rxvt" or "rxvt &" (either way), observe that the bash window goes away (the process is still running, though). I don't think the cygcheck outpu

Re: need help with cygwin snapshot debugging

2006-05-15 Thread Christopher Faylor
On Mon, May 15, 2006 at 06:03:32PM -0700, Bryan D. Thomas wrote: >> 1) http://cygwin.com/ml/cygwin/2006-04/msg00718.html >> I would appreciate knowing if anyone can duplicate 1) above > >I could not duplicate this issue with the snapshot binaries 2006-03-13 >through 2006-04-27, inclusive. > >I ins

Re: Cygwin and Emacs: How to exit?

2006-05-15 Thread Andrew DeFaria
Shankar Unni wrote: Lloeki wrote: [...] puttycyg (google) [...] Almost the best thing since sliced bread! I'm an instant convert.. How is this better than simply using rxvt? -- The beatings will continue until morale improves. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: The $HOME variable; rxvt and .inputrc

2006-05-15 Thread Andrew DeFaria
George wrote: Describe unfriendly. Cough cgf cough. I keed. I keed. How about I describe friendly instead? Friendly is a girl with a nice smile holding my hand and pressing my keys for me while serving me rum drinks with little umbrellas in them. No? If you figure out how to configure that

Re: need help with cygwin snapshot debugging

2006-05-15 Thread Bryan D. Thomas
> 1) http://cygwin.com/ml/cygwin/2006-04/msg00718.html > I would appreciate knowing if anyone can duplicate 1) above I could not duplicate this issue with the snapshot binaries 2006-03-13 through 2006-04-27, inclusive. I installed the weather script testcase from the OP as a cron job and observ

Re: The $HOME variable; rxvt and .inputrc

2006-05-15 Thread clayne
On Mon, May 15, 2006 at 11:16:12AM -0700, George wrote: > Friendly is a girl with a nice smile holding my hand and pressing my > keys for me while serving me rum drinks with little umbrellas in them. See the real issue here is how we can configure rxvt to provide the above. > No? > > Ok, how ab

Re: rvxt-20050409-1 console problem

2006-05-15 Thread clayne
BTW, isn't is possible to just make the console window created start without SW_VISIBLE? While it would still be created - it would be created invisbly. -cl On Mon, May 15, 2006 at 01:08:07PM -0400, Harig, Mark wrote: > The new console-hiding code causes the console window to be automatically >

Re: Cron execution

2006-05-15 Thread Larry Hall (Cygwin)
Nelson Pereira wrote: Hi all, I edited a users crontab, although I don’t understand why it's not executing... The crontab has an entry to backup every hour, yet the cronjob does not seem to get called. Can someone explain to me what im missing? Here's one thing: > Problem reports: htt

Re: Inconsistency in find ... -name ...

2006-05-15 Thread Eric Blake
> Using find, I didn't protect spec in -name (-name 'spec') in a couple of > instances but they still worked, viz-a-viz: > $ find /home/lowella -type f -name *.h > /home/lowella/CVSROOT/src/newlib/doc/ansidecl.h > ... > whereas a couple of others didn't work, viz-a-viz: > $ fin

Inconsistency in find ... -name ...

2006-05-15 Thread L Anderson
Using find, I didn't protect spec in -name (-name 'spec') in a couple of instances but they still worked, viz-a-viz: $ find /home/lowella -type f -name *.h /home/lowella/CVSROOT/src/newlib/doc/ansidecl.h ... $ find /home/lowella -type f -name *.pl /home/lowella/test/examp001.p

Re: res_search problem

2006-05-15 Thread René Berber
Peter Fales wrote: > On Thu, May 11, 2006 at 04:35:19PM -0500, Peter Fales wrote: >> I'm trying to port some code which uses res_search() to look up an SRV >> record. > > Pulled the source to the minires package and did some poking around. > It seems that write_record() in os-interface.c has

High F-Keys

2006-05-15 Thread Jeff Lange
I've found an issue with the Sifted F-Keys in Cygwin, Shift-F1 (or F13) is sending out the same escape sequence as F11, and the all the rest of the High F-Keys have the same sort of issue. I've created a patch that fixes this, as well as adds support for F23 and F24 (which weren't implemented bef

Re: res_search problem

2006-05-15 Thread Peter Fales
On Thu, May 11, 2006 at 04:35:19PM -0500, Peter Fales wrote: > I'm trying to port some code which uses res_search() to look up an SRV > record. Pulled the source to the minires package and did some poking around. It seems that write_record() in os-interface.c has cases for the different types

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-15 Thread Christian Franke
Python's time.altzone is equal to time.timezone, it should be time.timezone-3600 (for CEST) $ python -c 'import time; time.tzset(); print time.ctime(), \ time.daylight, time.timezone, time.altzone, time.tzname' Sun May 14 13:46:55 2006 1 -3600 -3600 (' ', ' ') On Cygwin, time.altzone is

Re: The $HOME variable; rxvt and .inputrc

2006-05-15 Thread George
On Mon, May 15, 2006 at 07:51:32AM -0700, Andrew DeFaria wrote: > George wrote: > > >1. Does the admonition against setting $HOME as a Windows > >environmental variable still stand, or was that an old wives' tale? > I have mine set. No problems. Thanks for that. I guess I can undo all the inco

RE: rvxt-20050409-1 console problem

2006-05-15 Thread Harig, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sven Köhler Sent: Monday, May 15, 2006 12:46 PM To: cygwin@cygwin.com Subject: Re: rvxt-20050409-1 console problem > > You should see it, or perhaps your PC is too fast. > > But prior to the rxvt windows, an

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
> Shouldn't the console-hiding code be unnecessary? > > Here is a simple approach that I have been using (and have written > to this list previously) which makes it possible to start rxvt > without resorting to starting a console first: > >1. Using MS Windows Explorer, locate the 'rxvt' binar

RE: rvxt-20050409-1 console problem

2006-05-15 Thread Harig, Mark
Shouldn't the console-hiding code be unnecessary? Here is a simple approach that I have been using (and have written to this list previously) which makes it possible to start rxvt without resorting to starting a console first: 1. Using MS Windows Explorer, locate the 'rxvt' binary in your

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> $ javaw >> Usage: javaw [-options] class [args...] > > Please re-read what I wrote. What you are seeing here is the expected > result of *not* using a windows console but instead a pty, which to > javaw.exe will appear to be redirection to a pipe. And again, since a > pipe does not involve a

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Brian Dessent
Sven Köhler wrote: > So if there is that nice thing called run, that avoids creating a > console, do we still need the "close the console"-code inside rxvt? Quite the contrary, the console hiding code was just added by Chuck to the recent rxvt refresh so that the extra step of using "run" would n

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Brian Dessent
Sven Köhler wrote: > So how can you explain, that i see text within cygwin, when i run javaw.exe? > > $ javaw > Usage: javaw [-options] class [args...] Please re-read what I wrote. What you are seeing here is the expected result of *not* using a windows console but instead a pty, which to javaw

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> This is not an option in the slightest. A -mwindows application cannot >> interact with the console it was invoked from! That means that all such >> compiled applications would have no I/O when invoked from the command >> line unless redirected to a file. Try compiling "int main() { >> puts("

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> There are only two things, that i'd like to be abled to do: >> a) start rxvt.exe directly from windows without a console-windows >> b) run it from inside cygwin like any other app > > Use "run". So if there is that nice thing called run, that avoids creating a console, do we still need the "cl

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> So i always was annoyed by the fact, that starting rxvt directly from >> windows opens a console windows. > > Use 'run'. Or, modulo the bug Igor is reporting, the latest refresh of > rxvt. Now i know, what you mean with run! Now i'm satisfied, but ... >> Isn't it possible, to create such an

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Igor Peshansky
On Mon, 15 May 2006, Sven Köhler wrote: > >> So i always was annoyed by the fact, that starting rxvt directly from > >> windows opens a console windows. > > > > Hence the recommended use of "run". > > run? Yes, see . > >> Isn't it possible, to create such an EXE-

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> So i always was annoyed by the fact, that starting rxvt directly from >> windows opens a console windows. > > Hence the recommended use of "run". run? >> Isn't it possible, to create such an EXE-file, that doesn't open a >> console? Would that cause any problems with cygwin? > > It's possibl

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Brian Dessent
Brian Dessent wrote: > This can be set by adding > -Wl,--subsystem,windows (aka -Wl,-mwindows) or -Wl,--subsystem,console > (aka -Wl,-mconsole). Oops, you don't need -Wl with -mwindows / -mconsole is what I was trying to say here, since they are simply shortcuts defined in the specs file that jus

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Brian Dessent
Sven Köhler wrote: > AFAIK, there are EXE-files that open a console, and others, that don't. > > It seems, there is a flag in the EXE-files, which determines if Windows > should open a console or not. It is the "subsystem" flag in the PE header. This can be set by adding -Wl,--subsystem,windows

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Igor Peshansky
On Mon, 15 May 2006, Sven Köhler wrote: > > After installing rxvt-20050409-1, starting rxvt from a console bash > > hides that console. To reproduce: start a console bash, type "rxvt" > > or "rxvt &" (either way), observe that the bash window goes away (the > > process is still running, though).

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
> After installing rxvt-20050409-1, starting rxvt from a console bash hides > that console. To reproduce: start a console bash, type "rxvt" or "rxvt &" > (either way), observe that the bash window goes away (the process is still > running, though). I don't think the cygcheck output is relevant, s

Re: The $HOME variable; rxvt and .inputrc

2006-05-15 Thread Andrew DeFaria
George wrote: 1. Does the admonition against setting $HOME as a Windows environmental variable still stand, or was that an old wives' tale? I have mine set. No problems. 2. I hesitate to ask for a handout, but could some let me know if it's possible, and if so how, to assign the SHIFT+PAGEUP a

rvxt-20050409-1 console problem

2006-05-15 Thread Igor Peshansky
Hi, After installing rxvt-20050409-1, starting rxvt from a console bash hides that console. To reproduce: start a console bash, type "rxvt" or "rxvt &" (either way), observe that the bash window goes away (the process is still running, though). I don't think the cygcheck output is relevant, sinc

The $HOME variable; rxvt and .inputrc

2006-05-15 Thread George
1. Does the admonition against setting $HOME as a Windows environmental variable still stand, or was that an old wives' tale? 2. I hesitate to ask for a handout, but could some let me know if it's possible, and if so how, to assign the SHIFT+PAGEUP and SHIFT+PAGEDOWN keystrokes to something m

Re: ssh to 2003 server exist immediately

2006-05-15 Thread * *
You might try reconfiguring with "privilege separation" turned on. Also, turn on auditing of failed file access, and/or run sysInternals RegMon and FileMon. I think your sshd_server user doesn't have permission to execute Winsock2 which is %SYSTEMROOT%\System32\ws2_32.dll or one of it's dependenc

Problems with librsync module

2006-05-15 Thread Nelson Pereira
Hi all, Trying to install duplicity. It requires librsync. I searched on cygwin but I don't see this package, so I installed from source. Everything seemed ok, but when trying to install duplidity, it keeps having problems with librsync. How can I check to make sure librsync is installed correct