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! W

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

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 stati

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,

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 t

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 notice

[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; o3toh

[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 R

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

[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 e

[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 includi

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 g

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 prev

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 clie

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

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 t

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 .s

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

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

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/

[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 dow

[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

[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 s

[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, p

[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.

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 po

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 s

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! -- dav

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 b

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

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, > inc

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 v

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 uncon

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 expec

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.

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 c

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