dircolors and coreutil

2008-03-03 Thread Angelo Graziosi

In my ~/.dir_colors, loaded in ~/.bashrc with

eval "`dircolors -b ~/.dir_colors`,

I have

ORPHAN 01;05;37;41  # orphaned syminks

this should means blinking orphaned syminks (white on red). Instead they 
don't: I have only white on red statically.


But on SL Linux I observe the blinking too!

What I am missing?


Thanks,
   Angelo.

---
   I Care
(Me ne importa, mi sta a cuore)
-
   Don Lorenzo MILANI, Scuola di Barbiana - Firenze

--
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/



Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-03 Thread Corinna Vinschen
On Mar  2 15:15, Karl M wrote:
> 
> Hi All...
>  
> I just tried 1.5.25-10 on a fairly vanilla XP with ssh/sshd installed.
>  
> ssh localhost
>  
> hangs. Reverting to current restores normal operation. If it is not readilly 
> reproducible, I will dig further.

Hmm, works for me.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



Re: dircolors and coreutil

2008-03-03 Thread Corinna Vinschen
On Mar  3 11:08, Angelo Graziosi wrote:
> In my ~/.dir_colors, loaded in ~/.bashrc with
>
> eval "`dircolors -b ~/.dir_colors`,
>
> I have
>
> ORPHAN 01;05;37;41  # orphaned syminks
>
> this should means blinking orphaned syminks (white on red). Instead they 
> don't: I have only white on red statically.
>
> But on SL Linux I observe the blinking too!
>
> What I am missing?

The Windows console does not support blinking as character property.
Therefore the blinking property is emulated by setting the character
brightness to "bright".


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



RE: gcc + gdb + breakpoint => SIGSEGV

2008-03-03 Thread Dave Ohlsson

Update to my original post:

The same problem does NOT occur on my second PC, where I also have Windows XP + 
Cygwin and EXACTLY the same versions of gcc (3.4.4) and gdb 
(6.5.50.20060706-cvs). On my second PC, I get a correct behavior:

gdb a.exe
(gdb) list
1   int main(int argc, char** argv)
2   {
3   return 0;
4   }
(gdb) break 3
Breakpoint 1 at 0x40107a: file main.c, line 3.
(gdb) run
Starting program: /c/TEMP/a.exe
Loaded symbols for /c/WINNT/system32/ntdll.dll
Loaded symbols for /c/WINNT/system32/kernel32.dll
Loaded symbols for /usr/bin/cygwin1.dll
Loaded symbols for /c/WINNT/system32/advapi32.dll
Loaded symbols for /c/WINNT/system32/rpcrt4.dll
Loaded symbols for /c/WINNT/system32/secur32.dll

Breakpoint 1, main (argc=1, argv=0x6637d0) at main.c:3
3   return 0;

-- dave


> From: [EMAIL PROTECTED]
> To: cygwin@cygwin.com
> Subject: gcc + gdb + breakpoint => SIGSEGV
> Date: Sun, 2 Mar 2008 03:27:52 -0500
> 
> 
> Hi,
> 
> I have a problem when trying to use gdb with a program compiled with gcc in 
> Cygwin.
> 
> I compile this program:
> 
> 
> int main(int argc, char** argv)
> {
> return 0;
> }
> 
> 
> with this command:
> 
> gcc -g main.c
> 
> and I get this file:
> 
> 9757 Mar  1 21:27 a.exe
> 
> I then start gdb:
> 
> gdb a.exe
> 
> and running the program in gdb works:
> 
> (gdb) run
> Starting program: /c/TEMP/a.exe
> Loaded symbols for /c/WINNT/system32/ntdll.dll
> Loaded symbols for /c/WINNT/system32/kernel32.dll
> Loaded symbols for /usr/bin/cygwin1.dll
> Loaded symbols for /c/WINNT/system32/advapi32.dll
> Loaded symbols for /c/WINNT/system32/rpcrt4.dll
> Loaded symbols for /c/WINNT/system32/secur32.dll
> 
> Program exited normally.
> 
> but doing the same with a breakpoint yields SIGSEGV:
> 
> gdb a.exe
> (gdb) list
> 1   int main(int argc, char** argv)
> 2   {
> 3   return 0;
> 4   }
> (gdb) break 3
> Breakpoint 1 at 0x40107a: file main.c, line 3.
> (gdb) run
> Starting program: /c/TEMP/a.exe
> Loaded symbols for /c/WINNT/system32/ntdll.dll
> Loaded symbols for /c/WINNT/system32/kernel32.dll
> Loaded symbols for /usr/bin/cygwin1.dll
> Loaded symbols for /c/WINNT/system32/advapi32.dll
> Loaded symbols for /c/WINNT/system32/rpcrt4.dll
> Loaded symbols for /c/WINNT/system32/secur32.dll
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to thread 44692.0xaea4]
> 0x005c004d in ?? ()
> (gdb)
> 
> What could be wrong?
> 
> I have completely uninstalled, then reinstalled Cygwin, without help.
> 
> -- dave
> 
> The versions I use
> --
> `gcc -v' yields:
> 
> 
> Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
> Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/
> configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
> --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --
> infodir=/usr/share/info --enable-languages=c,ada,c+
> +,d,f77,pascal,java,objc --enable-nls --without-included-gettext --
> enable-version-specific-runtime-libs --without-x --enable-libgcj --
> disable-java-awt --with-system-zlib --enable-interpreter --disable-
> libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-
> win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
> --enable-libstdcxx-debug
> Thread model: posix
> gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
> 
> 
> When starting gdb, I get:
> 
> 
> GNU gdb 6.5.50.20060706-cvs (cygwin-special)
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i686-pc-cygwin".
> 
> _
> Connect and share in new ways with Windows Live.
> http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008
> 
> --
> 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/
> 

_
Need to know the score, the latest news, or you need your Hotmail®-get your 
"fix".
http://www.msnmobilefix.com/Default.aspx

--
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/



Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-03 Thread Robin Walker

On Mar  2 15:15, Karl M wrote:

I just tried 1.5.25-10 on a fairly vanilla XP with ssh/sshd installed.

ssh localhost

hangs. Reverting to current restores normal operation. If it is not
readily reproducible, I will dig further.


I noticed the same with 1.5.25-9 last night.  It's not just calls to 
localhost: it's ssh calls to anywhere that hang: in other words, it's a 
client-side problem, not server-side.  I noticed that the -vv option of ssh 
threw an error report just before the hang, but I did not have the time to 
do any analysis, as I needed the ssh too urgently.  Backing off to the 
released version of cygwin1.dll restored normal ssh operation.  I will try 
the experimental version again when I am less time-strapped, and copy the 
-vv log of the failed calls.


--
Robin Walker


p7sOeTLlgamQg.p7s
Description: S/MIME cryptographic signature


Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-03 Thread Corinna Vinschen
On Mar  3 11:46, Robin Walker wrote:
>> On Mar  2 15:15, Karl M wrote:
>>
>> I just tried 1.5.25-10 on a fairly vanilla XP with ssh/sshd installed.
>>
>> ssh localhost
>>
>> hangs. Reverting to current restores normal operation. If it is not
>> readily reproducible, I will dig further.
>
> I noticed the same with 1.5.25-9 last night.  It's not just calls to 
> localhost: it's ssh calls to anywhere that hang: in other words, it's a 
> client-side problem, not server-side.  I noticed that the -vv option of ssh 
> threw an error report just before the hang, but I did not have the time to 
> do any analysis, as I needed the ssh too urgently.  Backing off to the 
> released version of cygwin1.dll restored normal ssh operation.  I will try 
> the experimental version again when I am less time-strapped, and copy the 
> -vv log of the failed calls.

Nothing can be done without details.  I just tried 1.5.25-10 again on
XP and 2008 Server, as well as 1.5.25-9 on XP.  It works fine for me
all the time.  Please see http://cygwin.com/problems.html


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



[ANNOUNCEMENT] New package: o3read 0.0.4-1 -- Standalone converter for OpenOffice.org documents

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://siag.nu/o3read
License : GPL

A collection of utilities that helps convertion of OpenOffice.org
Writer and Calc documents to the one of the three output formats:
o3read - displays a dump of the parse tree; o3totxt - creates plain
text; o3tohtml - creates html code.

CHANGES SINCE LAST RELEASE
==

See .inst/usr/share/doc/o3read-*/ChangeLog

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: rdtool 0.6.20-1 -- Ruby RD document formatter

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://raa.ruby-lang.org/project/rdtool
License : Ruby

RD is multipurpose documentation format created for documentating Ruby
and output of Ruby world. You can embed RD into Ruby script. And RD
have neat syntax which help you to read document in Ruby script. On
the other hand, RD have a feature for class reference.

CHANGES SINCE LAST RELEASE
==

See .inst/usr/share/doc/rdtool-*/HISTORY

INSTALL OR UPGRADE NOTES


standard install

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: package renattach 1.2.4-1 -- Filter to rename or delete potentially dangerous e-mail attachments

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://packages.debian.org/renattach
License : GPL

A fast and efficient UNIX stream filter that can rename or delete
potentially dangerous e-mail attachments. It's a highly effective way
of protecting end-users from harmful mail content (worms/viruses) by
disabling or removing attachments that may be accidentally executed by
users. The filter is invoked as a simple pipe for use in a wide
variety of systems. The 'kill' feature (which eliminates entire
messages) can also help sites deal with resource strains caused by
modern virus floods.

CHANGES SINCE LAST RELEASE
==

See /usr/share/doc/renattach-*/ChangeLog
and /usr/share/doc/renattach-*/NEWS

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: readpst 0.5.2-1 -- Convert Outlook PST files to mbox and others

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://packages.debian.org/readpst
License : GPL

ReadPST is an application that can take a Microsoft Outlook PST
(Personal Folders) file and convert it into mbox, kmail, its own
recursive format, or separate each email into its own file. Handles
emails, folders and most contacts.

CHANGES SINCE LAST RELEASE
==

None.

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: integrit 4.1-1 -- File integrity checker, like Tripware

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://sourceforge.net/projects/integrit
License : GPL

Integrit is a simple yet secure alternative to products like tripwire.
It has a small memory footprint, uses up-to-date cryptographic
algorithms, and has features that make sense (like including the MD5
checksum of newly generated databases in the report.

CHANGES SINCE LAST RELEASE
==

http://integrit.cvs.sourceforge.net/integrit/integrit/Changes?revision=HEAD&view=markup

INSTALL OR UPGRADE NOTES


Standard install.

  See info pages and see example config at
  /usr/share/doc/integrit-*/examples/*.conf

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



Escape sequence ^] on telnet

2008-03-03 Thread Ismael Valladolid Torres
When on a Linux machine, needing to send a telnet escape sequence in
order to get the telnet> prompt, I simply press Alt-Gr and the "* + ]"
key (spanish keyboard).

The same combination doesn't work when telnetting from a bash session
over a non-X rxvt terminal using inetutils' telnet. So I can't get the
telnet> prompt and in many cases I need to close the rxvt in order to
recover control.

Any ideas on how to send the escape sequence on Windows/Cygwin using a
spanish keyboard?

Cordially, Ismael
-- 
Ismael Valladolid Torres   GnuPG key: DE721AF4

SHS Polar (3.4.3)   Google Talk/Jabber/MSN Messenger: [EMAIL PROTECTED]
C/ Emilio Vargas 1Jaiku/Twitter/Skype/Yahoo!: ivalladt
Edif. Fiteni II  AIM/ICQ: 264472328
28043 Madrid (Spain)

The opinions expressed here represent my own and not those of my employer.
Las opiniones expresadas representan las mías propias y no las de mi empresa.

--
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/



chmod failure (was: Attachment without nntp)

2008-03-03 Thread Marc Girod
Hello,

Brian Dessent  dessent.net> writes:

> http://pastebin.com/

First thanks to Will for following up (I very much agree with much 
of what you wrote), and thanks to Brian for this new suggestion.

So this is my cygcheck.out:

http://pastebin.com/m4c045ea9

This is on a differnt host than previously,
a laptop on which I installed Cygwin 'for all',
in which I have the CYGWIN environment variable set in the system environment
to use both ntsec and smbntsec,
with my same home directory from a network drive.
I have seeded the /etc/[passwd|group] files with the respective commands
and the -l -d options, with the following quirk:
my mkpasswd process has been running over the week-end, and I have been
refreshing passwd by taking copies of the current status, and adding a 
line for my own account.
Funny: the timestamp doesn't change, and marks the creation time of the 
file, although it has been updated recently.

Here is the symptom about which I hope to read an explanation:

~> ls -ld . .bashrc
drwx--+ 8 Administrators Domain Users   0 Feb 29 13:14 .
-rwx--+ 1 emagiroDomain Users 118 Feb 29 13:14 .bashrc
~> chmod go+r .bashrc
chmod: changing permissions of `.bashrc': Permission denied
~> id
uid=654351(emagiro) gid=10545(Domain Users)
groups=544(Administrators),545(Users),552997(DATA-G-AdvancedCopper-R),
507088(DATA-G-AreaVisibileOL0-R),621351(DATA-G-ContractControl-R),
537205(DATA-G-Delivery2UK-R),578809(DATA-G-DFMapplication-R),
537126(DATA-G-DocumentiCEM-R),621450(DATA-G-Formazione-R),
621317(DATA-G-IndustrialEng-R),621462(DATA-G-Inventario-C),
537584(DATA-G-IOM Scanner-R),621308(DATA-G-LabStrumentiMSud-R),
543532(DATA-G-LegacyCCDB-R),621488(DATA-G-MaOPM-R),543162(DATA-G-Metrics-R),
647455(DATA-G-NPC Metriche-R),647192(DATA-G-NPCEngineering-R),
524937(DATA-G-NPIBuildPlan-R),
537114(DATA-G-OpticalDB-R),567649(DATA-G-OpticalNet-R),
621314(DATA-G-Pianif-AltreLinee-R),621354(DATA-G-PlanningControl-R),
638286(DATA-G-PubblicazioneEventi-R),621345(DATA-G-Rep_S52th-R),
621343(DATA-G-Rep_S54-R),490364(DATA-G-Segreteria Centro-R),
537289(DATA-G-Shuttle-R),543277(DATA-G-Sysprovhp-C),
647472(DATA-G-Vista Refresh-R),10513(Domain Users),108690(EEI-AC-trxusers),
156801(EEI-BHusers),149492(EEI-Users),545995(INACC-DEL-MANAGE-C),
12197(INACC-POINTSEC-R),156809(LMI-BHUsers),490152(TEAM-G-AreaWind-R),
490154(TEAM-G-Fastweb-R),552836(TEAM-G-FotonicaShared-C),
490385(TEAM-G-GIG-R),621402(TEAM-G-MAdepANR-R),
490194(TEAM-G-Vodafone&MUX NRO-R),10545(Domain Users)

(all on one line which I had to cut to <80 chars to make gmane happy).

I fail to get a passwordless ssh session to a unix host, and to start
http2--Bad system call, with a log of:
[Mon Mar 03 12:01:01 2008] [info] mod_unique_id: using ip addr 159.107.167.27
[Mon Mar 03 12:01:01 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Mar 03 12:01:02 2008] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Mon Mar 03 12:01:02 2008] [info] Init: Generating temporary DH parameters
(512/1024 bits)


I guess these may relate to the first problem.
Thanks
Marc


--
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/



open() FIFO not blocking

2008-03-03 Thread spambouncer
Hi everyone!

Using the cygwin API on WinXP, I'm trying to set up communication between a 
client and a server app via a FIFO. Although the open() calls are supposed to 
block until the other end of the FIFO is connected, they return immediately. 
What's wrong? 

Here's the source code for the client app. The server app basically does the 
same, except for opening the FIFO with O_RDONLY.


#include 
#include 
#include 
#include 
#include 
#include 

#include 
using namespace std;


const char FIFO_NAME[]="SomeFifo";


int main(int argc, char* argv[])
{
if(mkfifo(FIFO_NAME, 0666) != 0)
{
if(errno!=EEXIST)
{
perror("client: mkfifo");
return -1;
}
}

cout << "client: waiting for readers..." << endl;
int fd=open(FIFO_NAME, O_WRONLY);
if(fd==-1)
{
perror("client: open");
return -1;
}
cout << "client: got a reader!" << endl;

// write stuff to the fifo

return 0;
}




-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

--
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/



Re: chmod failure

2008-03-03 Thread Marc Girod
Hi again,

Marc Girod  gmail.com> writes:

> This is on a different host than previously,

Just a couple of additions...
I do have admin rights on that box.

> Here is the symptom about which I hope to read an explanation:
 
> ~> ls -ld . .bashrc
> drwx--+ 8 Administrators Domain Users   0 Feb 29 13:14 .
> -rwx--+ 1 emagiroDomain Users 118 Feb 29 13:14 .bashrc
> ~> chmod go+r .bashrc
> chmod: changing permissions of `.bashrc': Permission denied

~> touch foo
~> ll foo
-rw-r--r-- 1 emagiro Domain Users 0 Mar  3 14:32 foo
~> getfacl foo
# file: foo
# owner: emagiro
# group: Domain Users
user::rw-
group::r--
mask:rwx
other:r--
~> getfacl .bashrc
# file: .bashrc
# owner: emagiro
# group: Domain Users
user::rwx
group::---
group:Administrators:rwx
mask:rwx
other:---
~> getfacl .
# file: .
# owner: Administrators
# group: Domain Users
user::rwx
user:emagiro:rwx
group::---
mask:rwx
other:---
default:user:Administrators:rwx
default:user:emagiro:rwx
default:mask:rwx

At some point, .bashrc got Adminsitrators as group, as it seems...
I don't quite understand all this...
But maybe it is explained in the ntsec page...

Marc



--
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/



RE: gcc + gdb + breakpoint => SIGSEGV

2008-03-03 Thread Dave Korn
On 03 March 2008 11:31, Dave Ohlsson wrote:

> Update to my original post:
> 
> The same problem does NOT occur on my second PC, where I also
> have Windows XP + Cygwin and EXACTLY the same versions of gcc
> (3.4.4) and gdb (6.5.50.20060706-cvs). On my second PC, I get a correct
> behavior: 

  I tried your testcase when you first posted, using the same versions and
with the same result.

  Are you maybe suffering from http://cygwin.com/acronyms/#BLODA
interference?

See http://cygwin.com/faq/faq-nochunks.html#faq.using.bloda for the list.



cheers,
  DaveK

-- 
Can't think of a witty .sigline today


--
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/



RE: Escape sequence ^] on telnet

2008-03-03 Thread Dave Korn
On 03 March 2008 12:23, Ismael Valladolid Torres wrote:

> Any ideas on how to send the escape sequence on Windows/Cygwin using a
> spanish keyboard? 

  On a UK keyboard (and I'm hoping it works on ESP as well) I press
Ctrl+']'.

  WFM, YMMV.

cheers,
  DaveK

-- 
Can't think of a witty .sigline today


--
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/



RE: Escape sequence ^] on telnet

2008-03-03 Thread Hugh Sasse
On Mon, 3 Mar 2008, Dave Korn wrote:

> On 03 March 2008 12:23, Ismael Valladolid Torres wrote:
> 
> > Any ideas on how to send the escape sequence on Windows/Cygwin using a
> > spanish keyboard? 
> 
>   On a UK keyboard (and I'm hoping it works on ESP as well) I press
> Ctrl+']'.

when I last used this feature of telnet it was true, but also:
on Solaris and cygwin you can use the -e option to specify the 
escape char.  From the cygwin one:
15:13:55$ telnet --help

telnet [-a][-e escape char][-f log file][-l user][-t term][host [port]]
 -a  Attempt automatic logon. Same as -l option except uses
 the currently logged on user's name.
 -e  Escape character to enter telnet client prompt.
 -f  File name for client side logging
[...]
> 
>   WFM, YMMV.
> 
> cheers,
>   DaveK
> 

Hugh

--
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/



Re: Escape sequence ^] on telnet

2008-03-03 Thread Ismael Valladolid Torres
On Mon, Mar 3, 2008 at 3:56 PM, Dave Korn <[EMAIL PROTECTED]> wrote:
>   On a UK keyboard (and I'm hoping it works on ESP as well) I press
>  Ctrl+']'.

Unfortunately on an spanish keyboard ']' is generated via AltGr and
not directly or via shift...

--
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/



Re: Escape sequence ^] on telnet

2008-03-03 Thread Ismael Valladolid Torres
On Mon, Mar 3, 2008 at 4:18 PM, Hugh Sasse <[EMAIL PROTECTED]> wrote:
>  when I last used this feature of telnet it was true, but also:
>  on Solaris and cygwin you can use the -e option to specify the
>  escape char.  From the cygwin one:

Very useful!

--
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/



[ANNOUNCEMENT] New package: zsync 0.5-1 -- Client-side implementation of the rsync algorithm

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://zsync.moria.org.uk
License : Perl Artistic License 2

A file transfer program to download files from remote web servers. If
a previous version of a file is available locally, zsync will only
download changed parts and hereby minimise the download volume. The
algorithm is the same as used by rsync(1), but zsync does not require
any server software (apart from a web server), nor does it need shell
access. Instead, it uses a control file (.zsync file) that describes
the file to be downloaded, which it uses to determine the blocks to
fetch. This file is created once on the server (and not for each
request) and sits next to actual file to download.

CHANGES SINCE LAST RELEASE
==

See /usr/share/doc/zsync-*/NEWS
and http://www.moria.org.uk/computers/zsync

INSTALL OR UPGRADE NOTES


Standard install

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: since 0.5-1 -- tail(1) work-alike that saves and uses state information

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://welz.org.za/projects/since
License : GPL

Program remembers how much of a file you have viewed and displays only
what's new when you next view that file. Ideal for viewing log files
(it'll only show what's new in the file since the last time it was
run).

CHANGES SINCE LAST RELEASE
==

None.

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: ogmtools 1.5-1 -- Tools for manipulating Ogg multimedia streams

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://www.bunkus.org/videotools/ogmtools
License : GPL

Tools include:

ogminfo - displays stream information;
ogmdemux - demuxes an ogm stream into its component media streams;
ogmsplit - splits an ogm stream into chunks;
ogmmerge - joins media streams into an ogm stream;
dvdxchap - extracts chapter information from DVDs

CHANGES SINCE LAST RELEASE
==

See /usr/share/doc/ogmtools-*/ChangeLog

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: txt2regex 0.8-1 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://www.sourceforge.net/projects/txt2regex
License : GPL

A program that converts human sentences to RegExs. With a simple
interface, you just answer to questions and build your own RegEx for a
large variety of programs, like awk, emacs, grep, perl, php, procmail,
python, sed and vim. There are more than 20 supported programs.

CHANGES SINCE LAST RELEASE
==

See /usr/share/doc/txt2regex-*/NEWS
and /usr/share/doc/txt2regex-*/ChangeLog

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



[ANNOUNCEMENT] New package: tailor 0.9.30-1 -- Migrate changesets between version control systems

2008-03-03 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://progetti.arstecnica.it/tailor/wiki
License : GPL

The tailor tool moves patches and changesets between different
repositories, preserving as much information as possible. The
repositories can be managed by different version control systems.
Currently, CVS, Subversion, darcs, mercurial, monotone, Codeville, and
Bazaar-NG are supported.

CHANGES SINCE LAST RELEASE
==

No ChangeLog file from this project is available.

INSTALL OR UPGRADE NOTES


Standard install. Read configuration example from wiki page
http://progetti.arstecnica.it/tailor/wiki

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

[EMAIL PROTECTED]

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.


-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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/



Re: dircolors and coreutil

2008-03-03 Thread Angelo Graziosi

Corinna Vinschen wrote:

> The Windows console does not support blinking as character property.

For the sake of completeness, I saw that from an X console: urxvt-X.

Angelo.

---
O Captain! my Captain! our fearful trip is done,
The ship has weather'd every rack, the prize we sought is won,
The port is near, the bells I hear, the people all exulting...
-
  Walt WHITMAN

--
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/



ZSH - UTF-8

2008-03-03 Thread Paul-Kenji Cahier
Hello all again,

I was wondering if anyone ever managed to get zsh and UTF-8 support working.
I tried even recompiling zsh forcing utf-8 support(which it has been having for
some time now) but it seems to be failing(at detecting it?).

>From what I gathered zsh is heavily dependent on the locale system, which
used to be a problem since newlib only supports C locales.
But according to the newlib ml, it now supports C.UTF-8, which makes me
think that having zsh work with utf-8 should now be possible.
(Note: I'm talking of having zsh display&edit properly utf-8 in the line editor,
including the completion system).

If anyone has ever gotten it to work, or could look at it, I'd be very happy to 
hear
about it all.
 (Note: we're talking of getting it to work with LC_ALL=C.UTF-8 since that's 
the only
unicode enabled locale available in newlib)

-- 
Best regards,
 Paul-Kenji Cahier
mailto:[EMAIL PROTECTED]


--
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/



RE: gcc + gdb + breakpoint => SIGSEGV

2008-03-03 Thread Dave Ohlsson

Hi,

This is what I did:

1) Removed several applications (including MtSQL 5.0) and rebooted.
=> no help.

2) Downgraded gdb from version 6.5.50.20060706-cvs to version 
6.3.50_2004-12-28-cvs (I couldn't find gdb version 6.7.1 that Ray mentioned in 
his post).
=> IT WORKS!

Thanks!

-- dave
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008

--
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/



Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-03 Thread Robin Walker

--On 03 March 2008 11:46 + Robin Walker wrote:


I noticed the same with 1.5.25-9 last night.  It's not just calls to
localhost: it's ssh calls to anywhere that hang: in other words, it's a
client-side problem, not server-side.  I noticed that the -vv option of
ssh threw an error report just before the hang, but I did not have the
time to do any analysis, as I needed the ssh too urgently.  Backing off
to the released version of cygwin1.dll restored normal ssh operation.  I
will try the experimental version again when I am less time-strapped, and
copy the -vv log of the failed calls.


... and I get the same with 1.5.25-10.  cygcheck.out attached.

Here are the last few lines of ssh -vv under 1.5.25-10:

[EMAIL PROTECTED]'s password:
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug2: channel 0: write failed
debug2: channel 0: close_write
debug2: channel 0: output open -> closed

... at which point ssh hangs.  Here is the same part of the log from 
1.5.25-7:


[EMAIL PROTECTED]'s password:
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
Last login: Mon Mar  3 20:44:58 2008 from localhost

[EMAIL PROTECTED] ~
$ exit


--
Robin Walker (Junior Bursar), Queens' College, Cambridge CB3 9ET, UK
[EMAIL PROTECTED]  http://www.queens.cam.ac.uk/  Tel:+44 1223 335528
Cygwin Configuration Diagnostics
Current System Time: Mon Mar 03 20:51:03 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   C:\Program Files\MiKTeX 2.5\miktex\bin
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\system32\WBEM
C:\Program Files\Windows Resource Kits\Tools\
C:\Program Files\Support Tools\
c:\local\bin
C:\Program Files\Common Files\Adobe\AGL
C:\Program Files\Java\jdk1.5.0_03\bin
C:\Program Files\Common Files\GTK\2.0\bin
c:\cygwin\bin
C:\Program Files\Universal Extractor
C:\Program Files\Universal Extractor\bin
C:\Program Files\QuickTime\QTSystem\
C:\Program Files\OpenVPN\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(rdhw)  GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1006(Debugger Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(rdhw)  GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1006(Debugger Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

CYGWIN = 'ntsec tty'
Path = 'C:\Program Files\MiKTeX 
2.5\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program
 Files\Windows Resource Kits\Tools\;C:\Program Files\Support 
Tools\;c:\local\bin;C:\Program Files\Common Files\Adobe\AGL;C:\Program 
Files\Java\jdk1.5.0_03\bin;C:\Program Files\Common 
Files\GTK\2.0\bin;c:\cygwin\bin;C:\Program Files\Universal Extractor;C:\Program 
Files\Universal Extractor\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program 
Files\OpenVPN\bin'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
APPDATA = 'C:\Documents and Settings\rdhw\Application Data'
CLASSPATH = '.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip'
CommonProgramFiles = 'C:\Program Files\Common Files'
COMPUTERNAME = 'ROBIN-DESKTOP'
ComSpec = 'C:\WINDOWS\system32\cmd.exe'
DEFLOGDIR = 'C:\Documents and Settings\All Users\Application 
Data\McAfee\DesktopProtection'
FP_NO_HOST_CHECK = 'NO'
GDAL_DATA = 'C:\Program Files\Common Files\LizardTech Shared\GDAL_ETC'
HOMEDRIVE = 'C:'
HOMEPATH = '\Documents and Settings\rdhw'
LOGONSERVER = '\\ROBIN-DESKTOP'
NUMBER_OF_PROCESSORS = '1'
OPENSSL_CONF = 'd:\downloads\openssl\installed\bin\openssl.cnf'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 7 Stepping 10, AuthenticAMD'
PROCESSOR_LEVEL = '15'
PROCESSOR_REVISION = '070a'
ProgramFiles = 'C:\Program Files'
PROJSO = 'C:\Program Files\Common Files\LizardTech Shared\GDAL_LIB\proj.dll'
PROJ_LIB = 'C:\Program Files\Common Files\LizardTech Shared\GDAL_ETC'
PROMPT = '$P$G'
QTJAVA = 'C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip'
SESSI

Re: Escape sequence ^] on telnet

2008-03-03 Thread Enrico Forestieri
Ismael Valladolid Torres writes:

> On Mon, Mar 3, 2008 at 3:56 PM, Dave Korn  artimi.com> wrote:
> >   On a UK keyboard (and I'm hoping it works on ESP as well) I press
> >  Ctrl+']'.
> 
> Unfortunately on an spanish keyboard ']' is generated via AltGr and
> not directly or via shift...

Try using the same key that generates ']' via AltGr but without
hitting AltGr. On my keyboard, ']' is generated by AltGr+'+',
so in telnet I use Ctrl+'+' and it works.

-- 
Enrico


--
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/



Re: ZSH - UTF-8

2008-03-03 Thread d.henman

I am using: zsh 4.3.5 (i686-pc-cygwin)( compiled from src )
I just did $export LC_ALL=C.UTF-8

cmd line editting didn't seem ill affected and worked fine.

Paul-Kenji Cahier <[EMAIL PROTECTED]> wrote:
>... (Note: I'm talking of having zsh display&edit properly utf-8 in the line 
>editor,
> including the completion system).
> 

If you could be me some tests to try I'd be happy to do it.  Otherwise I am not 
quite sure how that should be done.

--
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/



Re: gcc + gdb + breakpoint => SIGSEGV

2008-03-03 Thread Ray Hurst

Dave,
I downloaded the GDB 6.7.1 source and built it.
Ray

Dave Ohlsson wrote:

Hi,

This is what I did:

1) Removed several applications (including MtSQL 5.0) and rebooted.
=> no help.

2) Downgraded gdb from version 6.5.50.20060706-cvs to version 
6.3.50_2004-12-28-cvs (I couldn't find gdb version 6.7.1 that Ray mentioned in 
his post).
=> IT WORKS!

Thanks!

-- dave
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008




--
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/



Setting MAKE_MODE breaks make.exe

2008-03-03 Thread Francois Colbert

Hi.

When "make" (3.81) is invoked in a shell where the MAKE_MODE environment 
variable is set, an error message is printed, saying that the support 
for MAKE_MODE has been dropped, and the process *stops*.


In my opinion, not supporting MAKE_MODE is fine, but aborting is not. 
This is very unconvenient if the Makefile (coming from outside the 
Cygwin world) needs this variable to be set.


I think that a simple warning message (or no message at all?) and 
*normal* continuation of the process (ie: no abort) would be sufficient 
since "make" doesn't seem to be using this variable anymore.  Its only 
effect right now is apparently to prevent "make" from working.


Example:


> tcsh
% setenv MAKE_MODE 1
% make
make: *** make: MAKE_MODE=1 is no longer supported.  Stop.



Output of cygcheck is attached, just in case it makes a difference.

Thanks.

fc

Cygwin Configuration Diagnostics
Current System Time: Mon Mar 03 20:40:12 2008

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Bin\WinNT
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
C:\Program Files\Microsoft Visual Studio 8\VC\BIN
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin
C:\WINNT\Microsoft.NET\Framework\v2.0.50727
C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages
C:\WINNT\system32
C:\WINNT
C:\WINNT\System32\Wbem
C:\Program Files\QuickTime\QTSystem\
C:\Program Files\Common Files\Softimage
C:\Program Files\3Delight\bin
c:\cygwin\bin
d:\fc\projects.3dl\3delight\trunk/win32-x86/bin
d:\fc\projects.3dl\3delight\trunk/win32-x86/lib
q:/software/i-display/win32-x86

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1000(ak)   GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1000(ak)   GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = 'd:/'
MAKEFLAGS = '--unix'
MAKE_MODE = '1'
Path = 'C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Bin;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Bin\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Program 
Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual Studio 
8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 
8\SDK\v2.0\bin;C:\WINNT\Microsoft.NET\Framework\v2.0.50727;C:\Program 
Files\Microsoft Visual Studio 
8\VC\VCPackages;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program 
Files\QuickTime\QTSystem\;C:\Program Files\Common Files\Softimage;C:\Program 
Files\3Delight\bin;c:\cygwin\bin;d:\fc\projects.3dl\3delight\trunk/win32-x86/bin;d:\fc\projects.3dl\3delight\trunk/win32-x86/lib;q:/software/i-display/win32-x86'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
APPDATA = 'C:\Documents and Settings\ak\Application Data'
APPVER = '5.0'
CLASSPATH = '.;C:\Program Files\QuickTime\QTSystem\QTJava.zip'
CommonProgramFiles = 'C:\Program Files\Common Files'
COMPUTERNAME = 'KILLER'
ComSpec = 'C:\WINNT\system32\cmd.exe'
DELIGHT = 'd:\fc\projects.3dl\3delight\trunk/win32-x86'
DELIGHT_ROOT = '/cygdrive/d/fc/projects.3dl/3delight/trunk'
DevEnvDir = 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE'
DL_SHADERS_PATH = '.:d:\fc\projects.3dl\3delight\trunk/win32-x86/lib'
FrameworkDir = 'C:\WINNT\Microsoft.NET\Framework'
FrameworkSDKDir = 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0'
FrameworkVersion = 'v2.0.50727'
HOMEDRIVE = 'C:'
HOMEPATH = '\Documents and Settings\ak'
HOME_3DELIGHT = 'q:'
INCLUDE = 'C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Include;C:\Program Files\Microsoft Visual Studio 
8\VC\INCLUDE;;q:\src\nt\lexyacc'
LIB = 'C:\Program Files\Microsoft Platform SDK for Windows Server 2003 
R2\Lib;C:\Program Files\Microsoft Visual Studio 8\VC\LIB;C:\Program 
Files\Microsoft Visual Studio 8\SDK\v2.0\lib;'
LIBPATH = 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727'
LOGONSERVER = '\\KILLER'
MAYA_PLUG_IN_PATH = 'C:\Program Files\3Delight\maya\plugins'
MAYA_RENDER_DESC_PATH = 'C:\Program Files\3Delight\maya\render_desc'
MAYA_SCRIPT_PATH = 'C:\Program Files\3Delight\maya\scripts'
MSSdk = 'C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2'
NUMBER_OF_PROCESSORS = '1'
OS = 'WINDOWS'
Os2LibPath = 'C:\WINNT\system32\os2\dll;'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PLAT = 'win32-x86'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 6 Stepping 2, AuthenticAMD'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '0602'
ProgramFiles = 'C:\Program Files'
PROMPT = '$P$G'
QTJAVA = 'C:\Program Files\Quick

Re: Setting MAKE_MODE breaks make.exe

2008-03-03 Thread Brian Dessent
Francois Colbert wrote:

> I think that a simple warning message (or no message at all?) and
> *normal* continuation of the process (ie: no abort) would be sufficient
> since "make" doesn't seem to be using this variable anymore.  Its only

I think the idea is that if you have a Makefile that expects to set
MAKE_MODE to "win32" and use c:/foo/bar-style paths, it will fail
catastrophically anyway, so there's no point in continuing.

Brian

--
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/



Re: Setting MAKE_MODE breaks make.exe

2008-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2008 at 06:17:51PM -0800, Brian Dessent wrote:
>Francois Colbert wrote:
>
>> I think that a simple warning message (or no message at all?) and
>> *normal* continuation of the process (ie: no abort) would be sufficient
>> since "make" doesn't seem to be using this variable anymore.  Its only
>
>I think the idea is that if you have a Makefile that expects to set
>MAKE_MODE to "win32" and use c:/foo/bar-style paths, it will fail
>catastrophically anyway, so there's no point in continuing.

That's correct.  This behavior is not going to change.

cgf

--
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/



Re[2]: ZSH - UTF-8

2008-03-03 Thread Paul-Kenji Cahier
Here things display okay, but trying to erase a multi-byte character ends up 
only deleting one byte;
ie (in pseudo code):
"echo test:é"->"test:<0x3>"
Which clearly shows the editing is not being utf-8 aware.
It also displays badly if you start doing multi-line commands:
the term&shell get highly confused as the zsh is non-utf-8 enabled.
That's with the cygwin default zsh 4.3.4.

Now, compiling a 4.3.5 using a simple ./configure && make
I simply dont get any utf-8 displaying on the line editor anymore.
Anything non-ascii is displayed as one-byte control codes.
I also tried ./configure --enable-multibyte with the same result.
LC_ALL set to C.UTF-8 in all cases. Cygwin freshly installed.
Also tried LC_ALL=en_US.UTF-8(which shouldnt exist) and it did
not work either.

Setting LC_ALL=C restores the cygwin zsh 4.3.4 behaviour: it displays fine 
non-ascii codes
but fails when trying to erase/move around them(obviously it's considering them 
as one byte
but the terminal is seeing them as utf-8, which creates confusion).


>?I am using: zsh 4.3.5 (i686-pc-cygwin)  ( compiled from src )
>?I just did $export LC_ALL=C.UTF-8

>?cmd line editting didn't seem ill affected and worked fine.

>?Paul-Kenji Cahier <[EMAIL PROTECTED]> wrote:
>>... (Note: I'm talking of having zsh display&edit properly utf-8 in the line 
>>editor,
>>including the completion system).
>>

>?If you could be me some tests to try I'd be happy to do it. Otherwise I am 
>not quite sure how that should be done.

>?--
>?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/


--
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/



RE: Definitely no sshd on FAT32?

2008-03-03 Thread Jason Pyeron
Top posting, sorry.

Is there a way around the permission check on the private key files for the
ssh client?

The key files are on a mapped drive for the domain controller. The domain
controller was switched to samba who reports:

bash-3.2$ ls -al
total 7168
drwxr-xr-x  2 jpyeron mkpasswd0 Mar  3 22:13 .
drwxr-xr-x 10 jpyeron mkpasswd0 Mar  3 21:49 ..
-rw-r--r--  1 jpyeron mkpasswd  668 Mar  3 22:13 id_dsa
-rw-r--r--  1 jpyeron mkpasswd  604 Mar  3 22:14 id_dsa.pub
-rw-r--r--  1 jpyeron mkpasswd 1671 Mar  3 22:13 id_rsa
-rw-r--r--  1 jpyeron mkpasswd  396 Mar  3 22:14 id_rsa.pub
-rw-r--r--  1 jpyeron mkpasswd 3614 Feb 21 11:47 known_hosts


bash-3.2$ cacls id_dsa
z:\.ssh\id_dsa PDINC\jpyeron:F
   PDINC\Domain Users:(special access:)

   Everyone:(special access:)


But in reality the files are 600 on the ext3 partition.


-jason

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. I.f y.o.u.
.h.a.v.e. .r.e.c.e.i.v.e.d. .i.t. .i.n. .e.r.r.o.r., purge the message from
your system and
notify the sender immediately.  Any other use of the email by you
is prohibited. 

 

> -Original Message-
> From: cygwin-owner at cygwin dot com [mailto:cygwin-owner at 
> cygwin dot com] On Behalf Of Corinna Vinschen
> Sent: Tuesday, March 23, 2004 17:51
> To: cygwin at cygwin dot com
> Subject: Re: Definitely no sshd on FAT32?
> 
> On Mar 23 15:36, Ian Brandt wrote:
> > Looks like it's already set to no in the installed config.  
> From man 
> > sshd_config it looks like StrictModes applies to checks of the home 
> > directory and files for the user logging in.  I had tried 
> installing the 
> > service with '-t' option to sshd, but apparently it still 
> does the perm 
> > checks on the host keys even in test mode.
> 
> The following checks are performed on the key file in the 
> following order:
> 
> - Not Windows NT? Yes -> Don't check permissions.
> - "ntea" switched on? Yes -> Check permissions.  (Not 
> applicable on FAT32)
> - statfs(key_file) fails? Yes -> Check permissions.
> - Does the file system support ACLs? (Shoud be only NTFS)
>   Yes -> "ntsec" switched on ?
>  Yes -> Check permissions
> - Don't check permissions
> 
> Try to figure out what happens on your system.  However, if you're
> running 2K or XP, I don't see a reason to keep FAT32.  You can convert
> it to NTFS using the "convert" tool which is shipped with all 
> NT versions.
> 
> 
> Corinna
> 
> -- 
> Corinna Vinschen  Please, send mails 
> regarding Cygwin to
> Cygwin Developer
> mailto:cygwin@cygwin.com
> Red Hat, Inc.
> 
> --
> 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/
> 
> 


--
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/