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 under

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: http://cygwin.com/ml/#unsubscr

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

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 Antar

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 m

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 0

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 Documen

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 trai