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]

Re: Completion issue with 1.7.34-test


Greetings, Angelo Graziosi!

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

I can't seem to reproduce the behavior. Do you have your $HOME variable
correctly set? (A shoot in the dark, yes...)

$ uname -a; cat /etc/nsswitch.conf
CYGWIN_NT-6.1 daemon2 1.7.34s(0.283/5/3) 20150108 17:09:28 x86_64 Cygwin
passwd: db
group: db

db_home: cygwin desc windows
db_shell: cygwin desc windows

$ cd /tmp

anrdaemon@daemon2 /tmp
$ ls -lrt ~/tools/
total 20
-rwxr-xr-x 1 anrdaemon None 1210 Sep  7 17:04 magnifier.lnk
-rwxr-xr-x 1 anrdaemon None 1210 Sep  7 17:04 Loupe.lnk
-rwxr-xr-x 1 anrdaemon None  806 Sep  9 19:15 mintty.lnk
-rwxr-xr-x 1 anrdaemon None 1016 Dec 25 18:44 bash.lnk
-rwxr-xr-x 1 anrdaemon None  775 Dec 26 06:33 alarm.lnk


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 12.01.2015, <16:35>

Sorry for my terrible english...


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