Re: `cygwinpath -D' could not display the Chinese character

2009-12-09 Thread
Thanks for you reply when i set the LANG to en_US.UTF-8, the `cygpath -D' could not display the Chines character correctly. The `cygpath -D' command should print the DESKTOP path in utf-8 character, but i does not. In other situation, such as `ls' `vim', the the Chines character display well. --

Re: `cygwinpath -D' could not display the Chinese character

2009-12-09 Thread
It is a bug of cygwin. It is nothing to do with what terminal i am using OR what LANG i have set. On Thu, Oct 15, 2009 at 17:24, Corinna Vinschen wrote: > Thanks for the report.  I think I see what's going on.  I'll try to > have a patch for that in the next release. -- Problem reports:

Re: `cygwinpath -D' could not display the Chinese character

2009-12-08 Thread
Is it easy to solve the problem? On Mon, Nov 30, 2009 at 17:44, Corinna Vinschen wrote: > Nothing has changed in this code. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: how to get the windows PATH env in cygwin

2009-11-30 Thread
What i mean is that, how to only get the env path of windows, such as, `C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem". `echo $PATH' would display the path of cygwin: echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/sbin:/sbin > $PATH returns the value of PAT

Re: `cygwinpath -D' could not display the Chinese character

2009-11-29 Thread
The problems occurs again. uname -v 2009-11-27 15:38 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: rsync error

2009-10-04 Thread
On Mon, Oct 5, 2009 at 00:14, Dave Korn wrote: > , I wonder if you have some kind of > networking-related BLODA. Yes, i have some kind of networking-related program. However, the older version of cygwin haver run very well on my computer. So, i think the cygwin 1.7 maybe responsible for the probl

Re: [1.7] rsync hanging and spinning on cpu reprise

2009-10-03 Thread
http://cygwin.com/ml/cygwin/2009-09/msg00705.html the `sshd' may cause cpu usage up to 100%. On some computer, most of the server, such as sshd, rsyncd, etc, can not work correctly. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

Re: rsync server prints error message

2009-09-29 Thread
any idea? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-29 Thread
here is a tree command tree.7z Description: application/download -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: rsync server prints error message

2009-09-26 Thread
Not only the rsync server could no work, but also the sshd can not work correcttly. the cpu usgae of sshd will be 100%, when a client request come in. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/do

Re: rsync server prints error message

2009-09-25 Thread
http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/cygwin-rsync-getpeerbyname-error-on-only-one-mac-100160/ here is a site about this problem. cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ:

rsync server prints error message

2009-09-25 Thread
/var/log/sshd 2009/09/25 21:22:50 [316] rsync: getpeername on fd3 failed: Socket operation on non-socket (108) 2009/09/25 21:22:50 [316] rsync error: error in socket IO (code 10) at /home/lap o/packaging/rsync-3.0.6-1/src/rsync-3.0.6/clientname.c(171) [receiver=3.0.6] -- Problem reports: ht

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-23 Thread
> That's one of those "Why not just try it" questions but the answer is > "no".  How could that possibly work? Thanks. I have tried it. I think it is possible. The relative path can be convented the absolute path according to where cygwin1.dll lives. -- Problem reports: http://cygwin.com/p

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread
> The entry that you used in your previous mail was not correctly formatted. > > It should be something like: > > f:/cygwin_1.7/usr/bin /usr/bin ntfs binary 0 0 That is great. Thanks for your patient. I have another question. Can the first field of fstab use relative path. I expect to make the cyg

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread
$ mount -f -o override 'f:\cygwin_1.7\usr\bin\' /usr/bin mount: /usr/bin: Operation not permitted I have used the `override' option, but the error occurs again. On Wed, Sep 23, 2009 at 11:21, Christopher Faylor wrote: > On Wed, Sep 23, 2009 at 11:09:06AM +0800, "???" wrote: >>I hav

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread
I have try the command: $ mount -f -o binary,user 'f:\cygwin_1.7\usr\bin\' /usr/bin mount: /usr/bin: Operation not permitted The -f option does not work well. I have alse add this line to fstab: ntfs f:\cygwin_1.7\usr\bin\ /usr/bin binary,user 0 0 It fails, too. On Wed, Sep 23, 2009 at 00:34, Ch

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread
Thanks. I want to know how to change this configuration. I do as follows: bash-3.2$ /bin/umount /usr/bin umount: /usr/bin: Operation not permitted but i does not work. Any idea? On Tue, Sep 22, 2009 at 23:40, Larry Hall (Cygwin) wrote: > On 09/22/2009 11:30 AM, ︶ㄣ無名氏 wrote: >> >&

Re: how to let cygwin does not mount /bin /usr/bin automaticlly?

2009-09-22 Thread
I want to put thd command according to filesytem hierarchy standard, that is putting the cmd such as sh in /bin, and env in /usr/bin/. On Tue, Sep 22, 2009 at 23:06, Larry Hall (Cygwin) wrote: > > On 09/22/2009 11:01 AM, tianlijian wrote: >> >> I use a older version of 1.7, which do not mount `/b