https://bugzilla.novell.com/show_bug.cgi?id=731556 https://bugzilla.novell.com/show_bug.cgi?id=731556#c0 Summary: bash: ~user paths completion does not work Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jslaby@suse.com QAContact: qa@suse.de CC: werner@suse.com Found By: --- Blocker: --- ls ~xslaby<TAB> does nothing. Strace shows that bash reads /etc/passwd and then calls futex(..., FUTEX_WAIT); and that's everything. open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=3126, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa285006000 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3126 close(3) = 0 munmap(0x7fa285006000, 4096) = 0 futex(0x7fa28a22af30, FUTEX_WAIT, 2, NULL -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.