RE: Cygwin setup: DL rate should show as kB/s not kb/s ?

2008-02-18 Thread Gary R. Van Sickle
> From: Bill Meier > or maybe KB/s for kilobytes/sec ? > It should be an option, but that begs an "Options..." dialog, which doesn't exist. > > Bill Meier > -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: Success in accessing network shares on windows through sshd

2008-02-18 Thread Jani Saksa
Larry Hall (Cygwin) wrote: Currently, the way to get what you want is to ssh in with password authentication. That way, Windows knows who you are and that you are allowed access to network shares. When you ssh in with pubkey authentication, you are not authenticated through Windows but rather t

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 5:18 PM, Luís Oliveira <[EMAIL PROTECTED]> wrote: > On 18/02/2008, Reini Urban <[EMAIL PROTECTED]> wrote: > > Luís, cannot this be a bit simplified for :cygwin? > > I've always have to do this. > > "libsndfile.so.1" can be automatically translated to "cygsndfile-1.dll". >

announcing allmydata.org "Tahoe" v0.8

2008-02-18 Thread zooko
Folks: We've used cygwin extensively in the creation of this secure, decentralized filesystem, and we are careful to make sure that it installs and works correctly on cygwin. You can see the cygwin buildslave on our buildbot: http://allmydata.org/buildbot/waterfall?show_events=false whi

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Luís Oliveira
On 18/02/2008, Reini Urban <[EMAIL PROTECTED]> wrote: > Luís, cannot this be a bit simplified for :cygwin? > I've always have to do this. > "libsndfile.so.1" can be automatically translated to "cygsndfile-1.dll". > Unfortunately :cygwin is no define-foreign-library target, just :unix. Maybe. Do al

ioperm() with ports above 0x3ff

2008-02-18 Thread Andrew Dyer
I am having problems using ioperm() to try and access a parallel printer port on a PCI card in my system running WinXP. The port is mapped to I/O port address 0xDCD8. I cannot access the port because the ioperm() driver has a check to limit I/O port accesses to < 0x400. from /usr/src/ioperm-0.4/

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 1:52 PM, Reini Urban <[EMAIL PROTECTED]> wrote: > Mirko Vukovic schrieb: > > On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban wrote: > >> 2008/2/17, Mirko Vukovic: > > >>> I am trying to build a dll for gsl. I want to link it to clisp. > >> I would suggest not to use a s

Re: how to build gsl dll

2008-02-18 Thread Reini Urban
Mirko Vukovic schrieb: On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban wrote: 2008/2/17, Mirko Vukovic: I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp module, just use the FFI. This is much simplier, smaller and easier to test. See

Re: How to set default startup directory for cygwin

2008-02-18 Thread Thorsten Kampe
* Glen Mazza (Mon, 18 Feb 2008 10:55:25 -0500) > On Feb 18, 2008 9:46 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > > 2. When your bash shell is launched, it changes to your $HOME dir > > anyway. > > > > Your simplest bet is probably to add "cd " as the last > > line of ~/.bashrc. > > Do you mean cyg

Re: Issue with GDB under Cygwin and XP

2008-02-18 Thread Pedro Alves
A Monday 18 February 2008 03:55:45, Ray Hurst wrote: > Di I need to actually take the source changes from this thread and apply > them to my build? > Or is there a patch file available? That *is* a patch file. It's a text file with inline disposition, so you can get at the exact file contents wi

Re: Issue with GDB under Cygwin and XP

2008-02-18 Thread Pedro Alves
A Sunday 17 February 2008 03:37:38, Christopher Faylor wrote: > On Sun, Feb 17, 2008 at 03:19:02AM +, Pedro Alves wrote: > >http://sourceware.org/ml/gdb-patches/2007-11/msg00567.html > > Was that patch applied? AFAICT from the ChangeLog's it wasn't. > > If not, have you pinged anyone about thi

Re: cpan DBD::SQLite failing tests

2008-02-18 Thread Reini Urban
David Christensen schrieb: I am attempting to install Perl DBD::SQLite via CPAN on a fresh installation of Cygwin, but it fails the tests (see attached cpan.out). Known problem: http://www.nntp.perl.org/group/perl.cpan.testers/2008/02/msg1045492.html and many more reports. This is a packagin

[ANNOUNCEMENT] New package: sgrep 1.94a-1 -- Search indexed text regions like SGML,XML and HTML files

2008-02-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html License : GPL Structured grep is a tool for searching and indexing text, SGML,XML and HTML files and filtering text streams using structural criteria. The data model of sgrep is based on regions, wh

[ANNOUNCEMENT] New package: zoo 2.10-1 -- Manipulate zoo archives

2008-02-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/zoo License : Custom (Public domain) Zoo is used to create and maintain collections of files in compressed form. It uses a Lempel-Ziv compression algorithm that gives space savings in the range of 20% to 80% depending on

RE: sshd.log /var/empty must be owned by root and not group or world-writable.

2008-02-18 Thread Phil Betts
Corinna Vinschen wrote on Monday, February 18, 2008 12:12 PM:: > + echo "${LOCALSTATEDIR}/empty is existant but not a directory." Perhaps: + echo "${LOCALSTATEDIR}/empty exists but is not a directory." would avoid a typo (it's "existEnt"), and sound less like a Google translation ;-) Phil

Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban <[EMAIL PROTECTED]> wrote: > Hi Mirko > > 2008/2/17, Mirko Vukovic <[EMAIL PROTECTED]>: > > > I am trying to build a dll for gsl. I want to link it to clisp. > > I would suggest not to use a static clisp module, just use the FFI. > This is much simp

[ANNOUNCEMENT] Updated: lzma 4.34-2 -- Compression program using high 7z compress algorithm

2008-02-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.7-zip.org/sdk.html License : GPL The program uses LZMA compression algorithm, based on the famous Lempel Ziv. LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For exampl

[ANNOUNCEMENT] New package: wput 0.6-2 -- A tiny wget-like ftp-client for uploading files

2008-02-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://sf.net/projects/wput License : GPL A tiny ftp-client, that uploads files or directories to a remote ftp-server. Main features are: resuming, times-tamping, wget-like interface, proxy-support and speed-limit. CHANGES SINCE LAST RELEASE ===

Re: How to set default startup directory for cygwin

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 10:56 AM, Glen Mazza <[EMAIL PROTECTED]> wrote: > > On Feb 18, 2008 9:45 AM, Mirko Vukovic <[EMAIL PROTECTED]> wrote: > > > > On Mon, Feb 18, 2008 at 9:34 AM, Glen Mazza <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > I looked in the FAQ and could not find the answ

Re: how to build gsl dll

2008-02-18 Thread Reini Urban
Hi Mirko 2008/2/17, Mirko Vukovic <[EMAIL PROTECTED]>: > I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp module, just use the FFI. This is much simplier, smaller and easier to test. See libsvm or matlab, or pari for a more optimized bindi

RE: How to set default startup directory for cygwin

2008-02-18 Thread Dave Korn
On 18 February 2008 15:55, Glen Mazza wrote: >> 2. When your bash shell is launched, it changes to your $HOME dir anyway. >> >> Your simplest bet is probably to add "cd " as the last line >> of ~/.bashrc. >> > > Do you mean cygwin.bat? I'm using Windows, so I don't think I have a > ~/.bash

Re: How to set default startup directory for cygwin

2008-02-18 Thread Glen Mazza
On Feb 18, 2008 9:45 AM, Mirko Vukovic <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 18, 2008 at 9:34 AM, Glen Mazza <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I looked in the FAQ and could not find the answer to this question, so > > am asking here. Whenever I start cygwin, I need to cd several

Re: How to set default startup directory for cygwin

2008-02-18 Thread Glen Mazza
On Feb 18, 2008 9:46 AM, Dave Korn <[EMAIL PROTECTED]> wrote: > > On 18 February 2008 14:34, Glen Mazza wrote: > > > Hello, > > > > I looked in the FAQ and could not find the answer to this question, so > > am asking here. Whenever I start cygwin, I need to cd several levels > > down to the only d

Cygwin setup: DL rate should show as kB/s not kb/s ?

2008-02-18 Thread Bill Meier
or maybe KB/s for kilobytes/sec ? Bill Meier -- 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: How to set default startup directory for cygwin

2008-02-18 Thread Dave Korn
On 18 February 2008 14:34, Glen Mazza wrote: > Hello, > > I looked in the FAQ and could not find the answer to this question, so > am asking here. Whenever I start cygwin, I need to cd several levels > down to the only directory that I care about when using cygwin. How > can I get cygwin to sta

Re: How to set default startup directory for cygwin

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 9:34 AM, Glen Mazza <[EMAIL PROTECTED]> wrote: > Hello, > > I looked in the FAQ and could not find the answer to this question, so > am asking here. Whenever I start cygwin, I need to cd several levels > down to the only directory that I care about when using cygwin. Ho

How to set default startup directory for cygwin

2008-02-18 Thread Glen Mazza
Hello, I looked in the FAQ and could not find the answer to this question, so am asking here. Whenever I start cygwin, I need to cd several levels down to the only directory that I care about when using cygwin. How can I get cygwin to start in this particular directory by default...i.e., each ti

RE: is it possible to re-compile sshd to support "real-user" login in terms of public key authentication

2008-02-18 Thread Chen Yue
Hi Brian Thank you for the suggestion especially for LSA. Maybe I do not express myself clearly. What I mean is to change the source code and then do re-compile. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Monday, February 18, 20

Performance between CYGWIN V1.3 & V1.5

2008-02-18 Thread neo napster
Hi, On CYGWIN V1.3, when I increase the process (Multi-Process) of the Application, the performance is comparably good when I have less process running. But when I moved the Application to CYGWIN V1.5, when I increase the process of the Application, the performance is bad when I have single pro

RE: is it possible to re-compile sshd to support "real-user" login in terms of public key authentication

2008-02-18 Thread Dave Korn
On 18 February 2008 13:02, Brian Dessent wrote: > Chen Yue wrote: >> Is it possible I re-compile Cygwin sshd to support this feature? > > I don't understand the logic here. If certain functionality is not > implemented how is simply recompiling going to change anything? Theoretically it coul

Re: is it possible to re-compile sshd to support "real-user" login in terms of public key authentication

2008-02-18 Thread Brian Dessent
Chen Yue wrote: > requires password in the third parameter. So I wonder how Tectia sshd > implements this mechanism. You'd have to ask them. They probably install a LSA module. Cygwin has this capability as well in the unreleased CVS version. > Is it possible I re-compile Cygwin sshd to suppor

is it possible to re-compile sshd to support "real-user" login in terms of public key authentication

2008-02-18 Thread Chen Yue
Hi Cygwin experts We all know user can login cygwin sshd to get real-user only by password. If user logins sshd by public key, he/she could merely get the ACL in which the sshd process is run. But in Tectia windows sshd(www.ssh.com), user can get the proper ACL no matter he/she logins in terms of

[ANNOUNCEMENT] Updated: cygrunsrv-1.20-1

2008-02-18 Thread Corinna Vinschen
I have updated cygrunsrv to version 1.20-1. It introduces two new command line switches and new functionality: -O, --preshutdown Starting with Windows Vista/Longhorn, the --preshutdown option allows to terminate the service before the real shutdown takes place, giving the service u

Re: sshd.log /var/empty must be owned by root and not group or world-writable.

2008-02-18 Thread Corinna Vinschen
On Feb 17 19:41, Brian Dessent wrote: > Brian Dessent wrote: > > > I don't know why running ssh-host-config didn't work, you'd probably > > have to debug that a little more to find out. > > It just occured that perhaps /var/empty did not exist the first time > ssh-host-config was run and thus the

Re: AW: 1.5.25-7 piping directed output to /dev/stdout will not work

2008-02-18 Thread Corinna Vinschen
On Feb 16 06:18, Eric Blake wrote: > The symlink was correctly resolved, and discovered the pipe, but fell back > to fhandler_base::dup to do the duplication. At any rate, the open > succeeded, but fd 3 is now tied to a symbolic name > (/proc/3448/fd/pipe:[1504] stands for handle 0x5e0). Then, in

Re: [ANNOUNCEMENT] New package: irssi-0.8.12-1

2008-02-18 Thread burning shadow
Works ok, thanks. ;) On 2/18/08, Kostya Altukhov <[EMAIL PROTECTED]> wrote: > On Feb 17, 2008 11:48 PM, burning shadow wrote: > > > Ok, less doesn't work when TERM set to "putty". > > OK, here's another solution: > > 1) use TERM=xterm > 2) in putty settings, go to Terminal->Features and check "Dis

Re: [ANNOUNCEMENT] New package: irssi-0.8.12-1

2008-02-18 Thread Kostya Altukhov
On Feb 17, 2008 11:48 PM, burning shadow wrote: > Ok, less doesn't work when TERM set to "putty". OK, here's another solution: 1) use TERM=xterm 2) in putty settings, go to Terminal->Features and check "Disable application keypad mode" That should fix numpad keys in vim without breaking other t