This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Completion issue with 1.7.34-test


With Cygwin-1.7.34-003 (Cygwin64) I can reproduce systematically a completion issue reproducible with the following steps.

Notice, in my HOME I have a directory called 'work'.

Boot Windows (W7U64) and login. Start MinTTY.

  $ ls -lrt ~/w[TAB]

it produces

$ ls -lrt ~/work/

so with an Enter, I can list work,

$ ls -lrt ~/work/[ENTER]
totale 10104
[...]

and is is OK.

Now

$ cd /tmp/[ENTER]
$ ls -lrt ~/work/[ENTER]
ls: impossibile accedere a /ho3/work/: No such file or directory

Returnig at HOME:

$ cd[ENTER]
$ ls -lrt ~/work/[ENTER]
ls: impossibile accedere a /ho3/work/: No such file or directory

This happens with and without a default /etc/nsswitch.conf file; with only /etc/{passwd,group} files (no nsswithch.conf).

Reinstalling 1.7.33 and the /etc/{passwd,group} files created at first default installation fixes the issue.


Ciao,
 Angelo.

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]