Re: [ANNOUNCEMENT] Updated: qhull-2003.1

2009-01-30 Thread Marco Atzeri
--- "Dr. Volker Zell" ha scritto: > > Marco Atzeri writes: > > > New versions of > > libqhull-devel / libqhull_5 / qhull > > Any reason there are 2 directories > > qhull-2003.1 > qhull > > below /usr/share/doc in latest qhull-2003.1-2 ? > > The last version had only one. > >

Re: The error of *import socket* within python.

2009-01-30 Thread Hongyi Zhao
On Fri, 30 Jan 2009 17:24:27 -0500, Jason Tishler wrote: >cygcheck -c python Please see the following infomation. Note, this time, I use the python 2.5.1-2 which is the default one installed by cygwin, i.e., instead of Python 2.5.2: wer...@6bfcc76be8b548c ~ $ cygcheck -c python Cygwin Package

Re: ssh pubkey auth problems on cygwin 1.5.25

2009-01-30 Thread Dmitry Semyonov
On Sat, Jan 31, 2009 at 01:08, Tom Schutter wrote: > I have successfully setup and used this exact scenario on 21 other machines. > I am only having a problem with this one specific machine. [...] > I have tried reinstalling ssh and rerunning ssh-host-config. Below is what I usually recommend as

Re: [ANNOUNCEMENT] Updated: qhull-2003.1

2009-01-30 Thread Dr. Volker Zell
> Marco Atzeri writes: > New versions of > libqhull-devel / libqhull_5 / qhull Any reason there are 2 directories qhull-2003.1 qhull below /usr/share/doc in latest qhull-2003.1-2 ? The last version had only one. Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: The error of *import socket* within python.

2009-01-30 Thread Jason Tishler
On Sat, Jan 31, 2009 at 12:43:13AM +0800, Hongyi Zhao wrote: > I've installed the Python 2.5.2 using the setup.exe, then I run the > folloiwng commands and meet errors: > > $ python > 'import site' failed; use -v for traceback > Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) > [GCC 3.4.4 (cygmin

ssh pubkey auth problems on cygwin 1.5.25

2009-01-30 Thread Tom Schutter
I am trying to diagnose a pubkey authentication problem with cygwin 1.5.25 and openssh 5.1p1-10 on a specific machine. I have successfully setup and used this exact scenario on 21 other machines. I am only having a problem with this one specific machine. I have installed the latest openssh on the

Re: Finding either boot time or login time

2009-01-30 Thread Owen Rees
--On 30 January 2009 10:58 -0500 Brian Mathis wrote: I've noticed that, on Vista, "net stats srv" always seems to return 1980, while systeminfo returns the correct result. On this Vista system right now "net stats srv" says: Statistics since 27/01/2009 16:04:50 systeminfo says System Boot

The error of *import socket* within python.

2009-01-30 Thread Hongyi Zhao
Hi all, I've installed the Python 2.5.2 using the setup.exe, then I run the folloiwng commands and meet errors: $ python 'import site' failed; use -v for traceback Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "cop

Re: Finding either boot time or login time

2009-01-30 Thread Brian Mathis
On Fri, Jan 30, 2009 at 10:33 AM, Ronald Fischer wrote: > Eric Blake byu.net> writes: >> man uptime > > I have thought of uptime, but this requires doing date calculation (I have to > subtract the uptime from the current time), which I wanted to avoid; plus I > wanted to have it reproducible (i.e

Re: Finding either boot time or login time

2009-01-30 Thread Mark J. Reed
One-liner to display the boot time: $ perl -lane 'print ~~localtime(time-$F[0])' /proc/uptime Or format it however you want, e.g. for ISO8601: $ perl -MPOSIX -lane 'print strftime("%FT%T", localtime(time-$F[0]))' /proc/uptime -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: Finding either boot time or login time

2009-01-30 Thread Fabian Cenedese
>But it seems there is no alternative. I had not expected that Windows would >not log such events, like starting up or having some user logged in... Windows does log such events in the system protocol/event log :) But I don't know if you can get this info from cygwin... bye Fabi -- Unsubscrib

Re: Finding either boot time or login time

2009-01-30 Thread Ronald Fischer
Eric Blake byu.net> writes: > man uptime I have thought of uptime, but this requires doing date calculation (I have to subtract the uptime from the current time), which I wanted to avoid; plus I wanted to have it reproducible (i.e. if I calculate the "startup time" twice in succession, I wanted t

Re: Finding either boot time or login time

2009-01-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ronald Fischer on 1/30/2009 6:02 AM: > I'm a bit desperate. I'm looking for a way to find EITHER the time the system > was booted, OR the time the last user had logged in, OR the time I had logged > in (of course it would be great if I c

Re: C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Marco Atzeri
--- Dave Korn ha scritto: > Marco Atzeri wrote: > > Dear all, > > unfortunately I am not too much familiar with C++, > > so I have no clue where to look for difference > > between Cygwin and all the other platforms where > this > > problem does not happen. > > > Hmm. The generic template wi

Finding either boot time or login time

2009-01-30 Thread Ronald Fischer
I'm a bit desperate. I'm looking for a way to find EITHER the time the system was booted, OR the time the last user had logged in, OR the time I had logged in (of course it would be great if I could find all of it, but one of this would already be sufficient). >From a past posting to this issue

Re: C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Dave Korn
Marco Atzeri wrote: > Dear all, > unfortunately I am not too much familiar with C++, > so I have no clue where to look for difference > between Cygwin and all the other platforms where this > problem does not happen. I'm not that hot on C++ templates either, but it's probably something to do wit

Re: C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Tatsuro MATSUOKA
Hello Sorry this is not answer. I have also met the same problem and I have not been able to build Octave-3.1 branch. I have an experience to build octave-3.1.50 on mingw. No similar kinds of errors did not occur. Regards Tatsuro --- Marco Atzeri wrote: > Dear all, > unfortunately I am n

Re: Can't compile Screen: Undefined reference to __imp__ospeed

2009-01-30 Thread Andrew Schulman
> The yellow > color vim uses when running on 16 colors is kind of hard to read, especially > on > a white background (which I use). There are some good 256-color themes out > there (desert256, inkpot), and I wanted to use them. Good enough, thanks. -- Unsubscribe info: http://cygwin.com/

[ANNOUNCEMENT] Updated: freetype2-2.3.8-1

2009-01-30 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the Cygwin net release: *** libfreetype6-2.3.8-1 *** libfreetype-devel-2.3.8-1 This is an upstream version bump; see CHANGES for changes. The library packages were renamed slightly; setup.exe will handle

[ANNOUNCEMENT] Updated: libxml2-2.7.3-1

2009-01-30 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the Cygwin net release: *** libxml2-2.7.3-1 *** libxml2-devel-2.7.3-1 *** libxml2-doc-2.7.3-1 *** python-libxml2-2.7.3-1 This is an update to the latest upstream version. Yaakov DOWNLOAD: = No

[ANNOUNCEMENT] Updated: libxml-1.8.17-3

2009-01-30 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the Cygwin net release: *** libxml1-1.8.17-3 *** libxml-devel-1.8.17-3 This is a rebuild of version 1 of the GNOME XML library. Most packages should NOT be using this; it is provided exclusively for lega

C++ ambiguous template specialization (cygwin only)

2009-01-30 Thread Marco Atzeri
Dear all, unfortunately I am not too much familiar with C++, so I have no clue where to look for difference between Cygwin and all the other platforms where this problem does not happen. Only on cygwin, both with gcc-3 and gcc-4, the building from last development sources of octave-3.1.51+ stop