Re: [ITP] geoip -- IP lookup command line tools to show country information

2006-02-04 Thread Lapo Luchini
Jari Aalto wrote: Time for reboot this w2k -- GDI and other resources seem to be full, try now. Yup, succesful. Remarks from tar inspection: - binary package contains both GeoIP.conf.default and GeoIP.conf, so I fear the actual configuration file would be deinstalled/reinstalled upon a

[ITP] jikes -- IBM's Fast Java compiler adhering to language and VM specifications

2006-02-04 Thread Jari Aalto
Current classpath won't compile with gcj (gcc 3.x included in Cygwin), so it requires jikes. Here it goes. Included in major distros: http://www.sourceforge.net/project/jikes http://packages.debian.org/testing/devel/jikes http://archive.ubuntulinux.org/ubuntu/pool/main/j/jikes/

Re: [ITP] jikes -- IBM's Fast Java compiler adhering to language and VM specifications

2006-02-04 Thread Igor Peshansky
On Sat, 4 Feb 2006, Jari Aalto wrote: Current classpath won't compile with gcj (gcc 3.x included in Cygwin), so it requires jikes. Here it goes. [snip] sdesc: Fast Java compiler adhering to language and VM specifications I've been meaning to do this for a long while, it's cool that you're

Re: [ITP] jikes -- IBM's Fast Java compiler adhering to language and VM specifications

2006-02-04 Thread Shaddy Baddah
Hi, On 2/4/2006 6:08 PM, Jari Aalto wrote: Current classpath won't compile with gcj (gcc 3.x included in Cygwin), so it requires jikes. Here it goes. Included in major distros: Sorry to interject, but could I make a request that, like unison, this package be tied into a version. e.g.

Xm/Xt auto-import linking issues

2006-02-04 Thread Marc Vaillant
Hello, I'm trying to build xmbase-grok (http://www.bitrot.de/grok.html). It successfully compiles but crashes when I click most buttons. I'm wondering if these problems might be related to the various Xm/Xt auto-import linking messages that I receive, as shown below. Archived messages suggest

Xwin failure

2006-02-04 Thread Kurt A. Rinehart
I can't get XWin to open. The X icon shows in the system tray, but xterm does not start and no other X-application can be started either. I followed advice for a similar problem in an earlier post--I uninstalled McAfee firewall, but the situation did not change. Here is /tmp/XWin.log Welcome

src/winsup/w32api include/winnls.h ChangeLog

2006-02-04 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-02-04 19:35:46 Modified files: winsup/w32api/include: winnls.h winsup/w32api : ChangeLog Log message: 2006-02-04 Ron Lee [EMAIL PROTECTED] * include/winnls.h:

winsup/cygwin ChangeLog fhandler_disk_file.cc

2006-02-04 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-02-05 07:03:25 Modified files: cygwin : ChangeLog fhandler_disk_file.cc Log message: * fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handle

Re: cvs is broken/cygwin-bug in mkdir()?

2006-02-04 Thread Igor Peshansky
On Sat, 4 Feb 2006, Christopher Faylor wrote: On Fri, Feb 03, 2006 at 11:44:22PM -0500, Igor Peshansky wrote: Yes. Looks like Cygwin is too hasty in assigning the error number: Linux only returns ENOENT if the directory doesn't already exist, but Cygwin will always return it for a trailing

Re: cvs is broken/cygwin-bug in mkdir()?

2006-02-04 Thread Sven Köhler
I just checked in a fix to make cygwin return the correct error when trying to create a file with a trailing dot. It will be in the next snapshot. Thank you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

sed

2006-02-04 Thread Rokas Masiulis
Hi, i can't force to work sed in true binary mode: this is test case: $ echo -en '\r\n' | sed -e '' | od -t x1 000 0a 001 but expected result is: $ echo -en '\r\n' | od -t x1 000 0d 0a 002 on linux this thing works: [EMAIL PROTECTED] $ echo -en '\r\n' | sed -e '' | od -t x1

Re: Problems with sshd under Windows XP

2006-02-04 Thread Fabian Pauly
My problems are solved now. So here a short report what my problem was: I encountered two kind of problems: 1) First somewhere in the cygwin-Archive it was mentioned, that one can change the user name simply by editing /etc/passwd. As my windows name was first name\ lastname I changed it to my

shutdown

2006-02-04 Thread Christian Lanconelli \(servizio\)
Hello world!, I need to shutdown my win 2000 O.S. at a specified time or now. I'd like to use the command shutdown --force now but the system answer is that I don't have the necessary priviledge. How can I do? Have I to activate some service with cygrunsrv.exe for exemple? I'm working in an

Re: shutdown

2006-02-04 Thread René Berber
Christian Lanconelli (servizio) wrote: Hello world!, I need to shutdown my win 2000 O.S. at a specified time or now. I'd like to use the command shutdown --force now but the system answer is that I don't have the necessary priviledge. How can I do? Have I to activate some service with

Re: Chinese file names are displayed as '??' when 'ls'

2006-02-04 Thread Joshua Daniel Franklin
On 2/3/06, LiuYan wrote: Hi all: When I using 'ls' to list the files in a directory, the chinese file names are becomes '??'. Do the hints in the Cygwin FAQ about Unicode help? http://cygwin.com/faq/faq.using.html#faq.using.unicode -- Unsubscribe info:

Re: readdir after rewinddir not working in 20060128 snapshot

2006-02-04 Thread Yitzchak Scott-Thoennes
On Mon, Jan 30, 2006 at 11:39:48AM +0100, Corinna Vinschen wrote: On Jan 30 00:29, Yitzchak Scott-Thoennes wrote: After a rewinddir, readdir seems to return as many empty entries as there were actual entries left to read, followed by . and .. Thanks for the testcase! Since the underlying