[PATCH] ssh bash completion with usernames containing spaces

2013-12-11 Thread Quirin Funke
Hi, unfortunately my username contains a space and thus also my home directory. The bash completion for ssh and scp had problems with that, as some quotations in /etc/bash_completion where missing. I fixed it and created a patch. As I don't know who the maintainer of this file is, I send it

Re: shared object file not found with `git submodule update --init --recursive` in Cygwin 64-bit

2013-12-11 Thread Kal Sze
On 6 November 2013 00:39, Tandetzky, Max wrote: Hello Kal, installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency. Regards, Max -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Andrey Repin
Greetings, Corinna Vinschen! Sorry if that is frustrating in your current situation, but this isn't something we can just change at a whim and go ahead. It would break compatibility with all existing Cygwin executables. Maybe this is something that could be fixed only in the 64-bit version

Install Bash 4.2 for Cygwin fails

2013-12-11 Thread Javier Murillo Márquez
I tried to install bash 4.2 but I get this error when I write make rm -f bash.exe gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -L./lib/termcap-g -O2 -o bash.exe shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Corinna Vinschen
On Dec 11 11:04, Andrey Repin wrote: Greetings, Corinna Vinschen! The problem here is about NAME_MAX. NAME_MAX is per POSIX[1] the maximum number of bytes in a filename (not including the terminating null). Does this mean that POSIX standard is not compatible with real life? Are you

Re: Install Bash 4.2 for Cygwin fails

2013-12-11 Thread Corinna Vinschen
On Dec 11 11:10, Javier Murillo Márquez wrote: I tried to install bash 4.2 but I get this error when I write make rm -f bash.exe gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -L./lib/termcap-g -O2 -o bash.exe shell.o eval.o y.tab.o general.o

Re: [ANNOUNCEMENT] Updated: gcc-4.8.2-2 (x86)

2013-12-11 Thread JonY
On 12/11/2013 02:07, Corinna Vinschen wrote: On Dec 10 18:32, Achim Gratz wrote: Corinna Vinschen writes: Does it make sense to remove the libquadmath0gcc-ada package entirely for now? Yes, the whole libquadmath0gcc-ada directory including the files in it. Then setup.ini should have the

Re: [ANNOUNCEMENT] Updated: gcc-4.8.2-2 (x86)

2013-12-11 Thread Corinna Vinschen
On Dec 11 19:35, JonY wrote: On 12/11/2013 02:07, Corinna Vinschen wrote: On Dec 10 18:32, Achim Gratz wrote: Corinna Vinschen writes: Does it make sense to remove the libquadmath0gcc-ada package entirely for now? Yes, the whole libquadmath0gcc-ada directory including the files in it.

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Mikhail Usenko
On Tue, 10 Dec 2013 11:27:55 +0100 Corinna Vinschen ... wrote: Easier said than done. Cygwin is using the native NT API and, occasionally, the Win32 UNICODE file API, which allows paths of up to 32767 chars. ... How do you represent this in a byte-oriented POSIX system? What do you set

Re: Problems with Cygwin symlinks on a TrueCrypt volume

2013-12-11 Thread Corinna Vinschen
On Dec 6 17:33, Corinna Vinschen wrote: On Dec 6 15:18, Dr Rainer Woitok wrote: Greetings, I just happened to stumble over the problem described below. Additional information: - Windows Vista, patched this week. - Cygwin updated this week. - TrueCrypt downloaded

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Corinna Vinschen
On Dec 11 17:49, Mikhail Usenko wrote: On Tue, 10 Dec 2013 11:27:55 +0100 Corinna Vinschen ... wrote: Easier said than done. Cygwin is using the native NT API and, occasionally, the Win32 UNICODE file API, which allows paths of up to 32767 chars. ... How do you represent this

Re: [ANNOUNCEMENT] Updated: gcc-4.8.2-2 (x86)

2013-12-11 Thread Achim Gratz
JonY writes: I just reuploaded -2 and deleted the stray libquadmath0gcc-ada. Both new and existing users should not notice any big difference other than an update. Thank you, it all works correctly now. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Mikhail Usenko
I couldn't figure out how a POSIX filename passed to a Cygwin application running on the Windows system may become longer than NAME_MAX=1020 bytes if the maximum filename length in NTFS is 255 UTF-16 symbols (i.e. 1020 bytes for the biggest 4 byte UTF-8 code unit)? What causes the ENAMETOOLONG

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Corinna Vinschen
On Dec 11 19:02, Mikhail Usenko wrote: I couldn't figure out how a POSIX filename passed to a Cygwin application running on the Windows system may become longer than NAME_MAX=1020 bytes if the maximum filename length in NTFS is 255 UTF-16 symbols (i.e. 1020 bytes for the biggest 4 byte UTF-8

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Mikhail Usenko
On Wed, 11 Dec 2013 16:23:39 +0100 Corinna Vinschen ... wrote: On Dec 11 19:02, Mikhail Usenko wrote: I couldn't figure out how a POSIX filename passed to a Cygwin application running on the Windows system may become longer than NAME_MAX=1020 bytes if the maximum filename length in NTFS is

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Corinna Vinschen
On Dec 11 19:27, Mikhail Usenko wrote: On Wed, 11 Dec 2013 16:23:39 +0100 Corinna Vinschen ... wrote: On Dec 11 19:02, Mikhail Usenko wrote: I couldn't figure out how a POSIX filename passed to a Cygwin application running on the Windows system may become longer than NAME_MAX=1020

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Christopher Faylor
On Wed, Dec 11, 2013 at 05:21:37PM +0100, Corinna Vinschen wrote: On Dec 11 19:27, Mikhail Usenko wrote: On Wed, 11 Dec 2013 16:23:39 +0100 Corinna Vinschen ... wrote: On Dec 11 19:02, Mikhail Usenko wrote: I couldn't figure out how a POSIX filename passed to a Cygwin application

Permissions Issue with Nested and/or local Groups

2013-12-11 Thread Garber, Dave (GE Power Water, Non-GE)
We have a file share on machine1. Machine1 has a local group, share_read, that contains a domain group share_readers and share_readers has a list of individuals with access to the share. From Windows access is fine. In Cygwin, ls -l is showing no access to the files for the users. Adding

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Corinna Vinschen
On Dec 11 11:30, Christopher Faylor wrote: On Wed, Dec 11, 2013 at 05:21:37PM +0100, Corinna Vinschen wrote: On Dec 11 19:27, Mikhail Usenko wrote: On Wed, 11 Dec 2013 16:23:39 +0100 Corinna Vinschen ... wrote: On Dec 11 19:02, Mikhail Usenko wrote: I couldn't figure out how a

Re: cant access to files more than 128 utf-8 symbol long names

2013-12-11 Thread Christopher Faylor
On Wed, Dec 11, 2013 at 06:01:03PM +0100, Corinna Vinschen wrote: Perhaps this will require reiteration and reclarification on Thursday, feline-permitting. And it's not even my WJM week. Can we move that to Thursday next week? Sorry, no. I can't allow that. But, then, it's my week. cgf --

fstab or temp mount - HKLM mounts table?

2013-12-11 Thread G. Falveli
How can I add entries to the HKLM mounts v2 table? I tried using mount: mount f: /vol/dosf but it's only temporary, it doesn't get saved into the HKLM table. I need to update the HKLM table because the cygwin NFS server only seems to export directories that are there. E.g. if I export

Re: fstab or temp mount - HKLM mounts table?

2013-12-11 Thread Christopher Faylor
On Wed, Dec 11, 2013 at 02:29:05PM -0500, G. Falveli wrote: How can I add entries to the HKLM mounts v2 table? I tried using mount: Mounts live either in memory (transitory) or in /etc/fstab (permanent). We have not used the registry for mounts since Cygwin 1.5. -- Problem reports:

Re: fstab or temp mount - HKLM mounts table?

2013-12-11 Thread Corinna Vinschen
On Dec 11 14:29, G. Falveli wrote: I need to update the HKLM table because the cygwin NFS server only seems to export directories that are there. E.g. if I export /vol/dosf (which is not in the HKLM table) NFS clients see an empty dir, even though on the NFS server /vol/dosf contains many

Re: Please try newest snapshot (was Re: emacs-x11: new clipboard size limitation?)

2013-12-11 Thread Markus Hoenicka
At 2013-12-10 21:40 quoth Jon TURNEY: On 04/12/2013 22:14, Markus Hoenicka wrote: Around 2013-12-04 16:59 Jon TURNEY was heard to say: On 04/12/2013 08:09, Markus Hoenicka wrote: Am 2013-12-03 22:10, schrieb Christopher Faylor: I added an ugly hack to work around this symptom in the latest