[Bug 492611] Re: Java -cp ../classpath completion no longer working in karmic

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/492611 Title: Java -cp ../classpath completion no longer working in

[Bug 1397520] [NEW] tighten up completion script

2014-11-29 Thread Peter Cordes
Public bug reported: patch against dput 0.9.6.4ubuntu1.1 1. /usr/share/doc/bash-completion/README.Debian says to use dh_bash- completion to install the completion script. Then it's not even a conffile, so you don't have to test have dput before loading the completion funtion, since it won't be

[Bug 656538] Re: ktutil bash_completion broken

2014-11-29 Thread Peter Cordes
/usr/share/bash-completion/completions/ktutil has complete -F _ktutil ktutil so this was fixed at some point. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 567141] Re: $COMP_POINT: substring expression 0 when tabbing after Ctrl-R sudo

2014-11-29 Thread Peter Cordes
Not seeing this in Trusty. Assuming fixed somewhere between then and now. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 663111] Re: bash_completion script errors: undefined variables, failed GLOB

2014-11-29 Thread Peter Cordes
on Trusty, nothing obvious goes wrong with shopt -s failglob. set -o nounset breaks everything, though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663111 Title: bash_completion script errors:

[Bug 663407] Re: ubuntu maverick - bash auto-completion (Tab) works only for first word

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released ** Summary changed: - ubuntu maverick - bash auto-completion (Tab) works only for first word + programmable completion not enabled for non-login shells in default install [Maverick] -- You received this bug

[Bug 660613] Re: COMP_WORDS bad array subscript in python completion

2014-11-29 Thread Peter Cordes
Can anyone else confirm that /usr/bin/python /etc/baTAB is a valid testcase for this? Or is ln -s /usr/bin/python tmp/python needed? I'm not seeing a problem on trusty with Nicolas's testcase, but I don't have anything special with python source lying around. ** Changed in: bash-completion

[Bug 683421] Re: xrandr --output does not tab complete right.

2014-11-29 Thread Peter Cordes
fixed in trusty or earlier. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Committed ** Changed in: bash-completion (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 684126] Re: perforce bash completion fails at call to _get_comp_by_words_by_ref

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684126 Title: perforce bash completion fails at call to

[Bug 106975] Re: mysqldump lacks bash completion script

2014-11-29 Thread Peter Cordes
reassigning this to mysql. Packages can provide their own completion rules and install them with dh_bash-completion. Not every tool needs to have its completions shipped in bash-completions to be installed on every system regardless of whether the tool is installed or not. There's already a

[Bug 576184] Re: package bash-completion 1:1.0-3ubuntu2 failed to install/upgrade: trying to overwrite '/etc/bash_completion.d/xm', which is also in package xen-tools 0:4.1-1

2014-11-29 Thread Peter Cordes
bash-completion no longer ships anything in /etc/bash_completion.d, it uses the new dynamic loading mechanism for /usr/share/bash- completion/completions/. So this bug is now irrelevant, even if it never got fixed. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released --

[Bug 663111] Re: errors with set -o nounset

2014-11-29 Thread Peter Cordes
** Summary changed: - bash_completion script errors: undefined variables, failed GLOB + errors with set -o nounset -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663111 Title: errors with set -o

[Bug 655849] Re: /etc/bash_completion.d/mutt quotes tilde which cannot be expanded by bash (or: why is query_command invoked at this place at all?)

2014-11-29 Thread Peter Cordes
not reproducible on trusty. I have mutt installed, but my mailserver is an old Debian box that I ssh to and run mutt on, so I don't have anything but the default mutt setup to test with easily on current Ubuntu. reopen if this is still actually broken. ** Changed in: bash-completion (Ubuntu)

[Bug 692554] Re: Autocomplete fails on embedded newlines

2014-11-29 Thread Peter Cordes
** Summary changed: - Autocomplete fails on some filenames + Autocomplete fails on embedded newlines -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692554 Title: Autocomplete fails on embedded

[Bug 692275] Re: Request bash completion complete for application when file param has no extension, complete to unrecognised extension if only match.

2014-11-29 Thread Peter Cordes
*** This bug is a duplicate of bug 484628 *** https://bugs.launchpad.net/bugs/484628 I put a \ at the beginning of the command to get default filename completion. Or use M-/ instead of tab. But yeah, it would be good for some commands to be flagged to fall back to things that don't match

[Bug 692562] Re: completion of inserted option after command throws bash error

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692562 Title: completion of inserted option after command throws bash

[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2014-11-29 Thread Peter Cordes
fixed sometime before trusty. Except that cd $dir/tab doesn't expand or complete any subdirs in /etc. So probably something was getting evalled too many times, and it isn't now, or just code changes makes it work differently now. ** Changed in: bash-completion (Ubuntu) Status:

[Bug 745767] Re: python tab-completion error: bash: COMP_WORDS: bad array subscript

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/745767 Title: python tab-completion error: bash: COMP_WORDS: bad array

[Bug 755646] Re: attempting to complete dpkg -i --f displays compgen invocation errors

2014-11-29 Thread Peter Cordes
fixed in trusty or earlier, IDK. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755646 Title: attempting to complete dpkg

[Bug 776561] Re: Errors with insmod, modprobe, modinfo

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776561 Title: Errors with insmod, modprobe, modinfo To manage notifications

[Bug 778679] Re: _available_interfaces fails without gawk installed

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778679 Title: _available_interfaces fails without gawk installed To manage

[Bug 794885] Re: Complete filename.spkg after tar *j*f for www.sagemath.org

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794885 Title: Complete filename.spkg after tar *j*f for www.sagemath.org To

[Bug 801093] Re: bash autocompletion fails when name contains illegal (\t) characters

2014-11-29 Thread Peter Cordes
touch $'tab\ttab' echo ta[TAB] = works echo tabliteral tabta[TAB] = works so it's fixed in Trusty, or earlier. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 807981] Re: postfix, syntax error; corrupted script?

2014-11-29 Thread Peter Cordes
did your computer have bad RAM when you installed or upgraded? In any case, /usr/share/bash-completion/completions/postfix looks fine. (/etc/bash_completion.d is obsolete) ** Changed in: bash-completion (Ubuntu) Status: New = Invalid -- You received this bug notification because you

[Bug 883268] Re: bash ls tab completion broken for files/dirs with spaces in name

2014-11-29 Thread Peter Cordes
It's working fine for me. Do you have some old cruft in /etc/bash_completion.d that's causing trouble? And btw, yes once the completion code for ls option processing figures out that it's completing a filename, it passes it to the same code that's used generically for filenames. So if that's

[Bug 887525] Re: Obsolete option --print-installation-architecture of dpkg still present in bash completion

2014-11-29 Thread Peter Cordes
dpkg completion now uses _parse_help to get the list of valid options from dpkg. ** Changed in: bash-completion (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1040358] Re: please make bash-completion do nothing in non-interactive shells

2014-11-29 Thread Peter Cordes
I think rsync over ssh passes the command to be run through ssh directly, rather than feeding it to an interactive shell on the remote side. If you run a shell script, bash doesn't even source your .bashrc, so no, programmable completion isn't even loaded when you run a non- interactive shell.

[Bug 1312243] Re: Bash completion within $( fails in Trusty

2014-11-29 Thread Peter Cordes
BTW, upstream already had the no-results no-errors behaviour, so my patch didn't actually change anything behaviour-wise in upstream, just in trusty. same change in _quote_readline_by_ref(): -[[ ${!2} == \$* ]] eval $2=${!2} +[[ ${!2} == \$\'* ]] eval $2=${!2} I'd suggest going with

[Bug 1372286] Re: unwanted space after directory completion

2014-11-29 Thread Peter Cordes
** Summary changed: - tab bash-completion adds an unwanted space so path name expansion fails + unwanted space after directory completion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372286 Title:

[Bug 1372286] Re: unwanted space after directory completion

2014-11-29 Thread Peter Cordes
This doesn't happen on a normal Trusty system, but yeah, there are similar reports of this happening to people. Must be some kind of leftover stuff from upgrades. My system has an upgrade chain going back to Edgy (6.10), but I keep it tidy with aptitude and other tools. You may have some cruft

[Bug 1372286] Re: unwanted space after directory completion (probably old cruft after upgrades)

2014-11-29 Thread Peter Cordes
If we can figure out if there's one bad file that is commonly left lying around, and breaks things, a workaround can be shipped in bash- completion to blacklist it. I'm going to close any pre-trusty reports of this, since they're probably the acroread crap. And point those bugs to here. I

[Bug 1000470] Re: Extra space is added and backslash is removed under the 'find' command

2014-11-29 Thread Peter Cordes
Trusty blacklists acroread.sh from bash_completion.d, so does upstream. If you still have this on Trusty, bug 1372286 needs to know what other files to blacklist to un-break completion. Good testcase and description of exactly what the bug is, copied it for 1372286. ** Changed in:

[Bug 1070250] Re: jar uf foo.jar xx/yy/zz.class not completing.

2014-11-29 Thread Peter Cordes
** Summary changed: - Tab key not showing possible files + jar uf foo.jar xx/yy/zz.class not completing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070250 Title: jar uf foo.jar xx/yy/zz.class

[Bug 1162637] Re: command completion

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1162637 Title: command completion To manage notifications about this bug

[Bug 1087996] Re: Completion of cp command adds space instead of slash to directories

2014-11-29 Thread Peter Cordes
If this wasn't /etc/bash_completion.d/acroread.sh (which is now blacklisted), then add info to bug 1372286. If we can file more problematic files to blacklist, we can prevent this problem for other people. Closing this because it was reported against a version before the acroread blacklist was

[Bug 883268] Re: bash ls tab completion broken for files/dirs with spaces in name

2014-11-29 Thread Peter Cordes
If this wasn't /etc/bash_completion.d/acroread.sh (which is now blacklisted), then add info to bug 1372286. If we can find more problematic files to blacklist, we can prevent this problem for other people. Closing this because it was reported against a version before the acroread blacklist was

[Bug 1070250] Re: jar uf foo.jar xx/yy/zz.class not completing.

2014-11-29 Thread Peter Cordes
This is 2 separate bugs: 1: yeah, jar completion seems to be broken for jar uf foo.jar ... 2: yeah, completion of args inside command substitution is broken, if you mean that cvs -d `cat filenam[TAB] = nothing This is related to bug 1312243, but it's sort of different. I filed upstream

[Bug 1221502] Re: bash completion escapes the dollar sign preceding a variable when it shouldn't

2014-11-29 Thread Peter Cordes
*** This bug is a duplicate of bug 890913 *** https://bugs.launchpad.net/bugs/890913 ** This bug has been marked a duplicate of bug 890913 Typing prg $HOME/tab expands to prg \$HOME/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 941715] Re: $var expanded to \$var not value of var (REGRESSION)

2014-11-29 Thread Peter Cordes
*** This bug is a duplicate of bug 890913 *** https://bugs.launchpad.net/bugs/890913 ** This bug has been marked a duplicate of bug 890913 Typing prg $HOME/tab expands to prg \$HOME/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1397408] Re: btrfs completion missing

2014-11-29 Thread Peter Cordes
btrfs-tools could ship the contributed completions just as easily, and install them with dh_bash-completion. See /share/doc/bash-completion/README.Debian ** Also affects: btrfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 541556] Re: bash completion for lilypond doesn't complete directories

2014-11-29 Thread Peter Cordes
works for me on trusty. I don't have lilypond installed, but lilypond completion is in the main bash_completion script now, so I can test it. ** Changed in: bash-completion (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 868910] Re: vi completion hates most files

2014-11-29 Thread Peter Cordes
Is this still a problem? I don't see anything wrong with completion for vi / vim. bash_completion ships with _install_xspec '*.@(o|so|so.!(conf|*/*)|a|[rs]pm|gif|jp?(e)g|mp3|mp?(e)g|avi|asf|ogg|class)' vi vim gvim rvim view rview rgvim rgview gview emacs xemacs sxemacs kate kwrite The xspec

[Bug 1312243] Re: error messages completing args inside $()

2014-11-29 Thread Peter Cordes
related: upstream https://alioth.debian.org/tracker/index.php?func=detailaid=314895group_id=100114atid=413095 Which I opened to report the fact that completion inside either kind of command substitution is broken, even when not spewing errors. ** Bug watch added: alioth.debian.org/ #314895

[Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
IDK how this got added to bash-completion. It's already an arch:all binary package, since it's just shell code. Ah, I see. False positive from Steve's text search that found: completions/strace:done 2/dev/null /usr/include/asm/unistd.h ./completions/strace:

[Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
just saw Steve's earlier comment, apparently the logic to pick the right unistd_32.h or unistd_64.h was added after that, so this is Fix Released, not Invalid. There's now asm/unistd_x32.h as well. AFAICT from poking around in the kernel source, uname -m should return x86_64 when called from a

[Bug 299901] Re: aptitude bash autocompletion is slow in some cases

2014-11-29 Thread Peter Cordes
Anything that completes on package names is potentially going to be slow, because esp. on the first run. some dpkg and apt commands are slow when the binaries and the data they need all have to get loaded from disk. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 675987] Re: Add auto-complete support for various office file format zip files

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675987 Title: Add auto-complete support for various office file format

[Bug 692554] Re: Autocomplete fails on embedded newlines

2014-11-29 Thread Peter Cordes
This is upstream https://alioth.debian.org/tracker/index.php?func=detailaid=311399group_id=100114atid=413095 As the comments there show, fixing this is hard, and means you can't even use compgen. (compgen uses newline as its output record separator.) ** Changed in: bash-completion (Ubuntu)

[Bug 484628] Re: bash-completion needs match fallback function

2014-11-28 Thread Peter Cordes
You can get default completion behaviour (not the special-case stuff) for a command by doing e.g. \xine. \cmd also disables alias expansion. The \ just quotes the first letter of the command, but that's enough to disable some stuff that bash would otherwise do. -- You received this bug

[Bug 1162637] Re: command completion

2014-11-28 Thread Peter Cordes
This should prob. get closed, since Norbert's confirmation turned out to be in error ** Changed in: bash-completion (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1387057] Re: wildcard incorrect completion

2014-11-28 Thread Peter Cordes
The problem is a lack of quoting in /usr/share/bash_completion/bash_completion. set -x revealed where the problem happens: in a compgen -X -f. $quoted is used without quotes, so it expands, and you get the first of however many glob expansions. There are two unquoted uses of $quoted in

[Bug 219406] Re: bash autocomplete broken when a : is in the path

2014-11-28 Thread Peter Cordes
/usr/share/bash-completion/bash_completion has a bunch of stuff about treating : specially, for completing host:path in scp and similar commands. Spent a bit of time looking at the source of this behaviour, but haven't found it yet. set -x before pressing tab, and paste that into a file to look

[Bug 123665] Re: tab completion fails when files have same prefix that ends in a quote/escapable-char

2014-11-28 Thread Peter Cordes
The fix for bug 1387057 (correctly quoting $quoted) also fixes this. $ compgen -f 1\'2 1'2 2 @wojtas: completion inside $(command substitutions) is a separate bug. Fixing the quoting bug didn't solve that. I see you already commented in bug 1312243, which is what you're seeing. -- You

[Bug 1334219] Re: bash completion error with $(

2014-11-28 Thread Peter Cordes
*** This bug is a duplicate of bug 1312243 *** https://bugs.launchpad.net/bugs/1312243 ** This bug has been marked a duplicate of bug 1312243 Bash completion within $( fails in Trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 692554] Re: Autocomplete fails on some filenames

2014-11-28 Thread Peter Cordes
Still broken in 14.04, bash-completion 1:2.1-4, even with the fixes for bug 1387057 and bug 1390061 applied. Even the fallback minimal completion function fails for that directory from the OP. mkdir -- $'--$`\! *@ \a\b\e\E\f\r\t\v' \n' echo ./-[TAB]bash: bad substitution: no closing ` in

[Bug 1361404] Re: Completion does not work as expected when globbing

2014-11-28 Thread Peter Cordes
*** This bug is a duplicate of bug 1387057 *** https://bugs.launchpad.net/bugs/1387057 ** This bug has been marked a duplicate of bug 1387057 wildcard incorrect completion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1292249] Re: bash completion doesn't work if multiple files with space in name

2014-11-28 Thread Peter Cordes
*** This bug is a duplicate of bug 1387057 *** https://bugs.launchpad.net/bugs/1387057 another symptom of missing quotes on $quoted, see my fix for bug 1387057. Works for me on trusty with that fix applied. ** This bug has been marked a duplicate of bug 1387057 wildcard incorrect

[Bug 484628] Re: bash-completion needs match fallback function

2014-11-28 Thread Peter Cordes
another workaround: as /usr/share/doc/bash-completion/README.gz suggests, use M-/ to use bash's builtin filename completion, rather than calling the programmable completion functions. That will complete on any filename, since it doesn't have any command-specific filtering. -- You received this

[Bug 298799] Re: No tab completion when using quote ()

2014-11-28 Thread Peter Cordes
works for me, at least after applying the fix for bug 1387057 (properly quoting $quoted). On Trusty. This is probably the same bug. Or maybe not: I'm seeing $ echo ././foo[TAB] turns into $ echo ./././foo every [TAB] adds another ./ foo does get expanded to the longest common prefix of

[Bug 219406] Re: bash autocomplete broken when a : is in the path

2014-11-28 Thread Peter Cordes
Apparently this is a known problem that can't be fixed. /usr/share/doc /bash-completion/README.gz FAQ says: Q. Completion goes awry when I try to complete on something that contains a colon. A. This is actually a 'feature' of bash. bash recognises a colon as starting a new completion

[Bug 219406] Re: bash autocomplete broken when a : is in the path

2014-11-28 Thread Peter Cordes
further update: comments for __ltrim_colon_completions() in /usr/share /bash-completion/bash_completion say you can # Remove colon (:) from list of word completion separators #COMP_WORDBREAKS=${COMP_WORDBREAKS//:} in your .bashrc

[Bug 692554] Re: Autocomplete fails on some filenames

2014-11-28 Thread Peter Cordes
Looked into this some, and I think I might have a fix. The problem is the backquote, and what we're seeing here is related to the reports of completion inside $( failing. the progcomp code uses a lot of constructs like eval $z=$foo, to assign by reference to a variable whose name is stored as

[Bug 254426] Re: Bash programmed autocomplete of commands with space within backquotes fails

2014-11-28 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/254426 Title: Bash programmed autocomplete of commands with space within

[Bug 298799] Re: No tab completion when using quote ()

2014-11-28 Thread Peter Cordes
Yeah, I'm not seeing the OP's bug at all, even when sourcing Trusty's unmodified bash_completion. The directories inside quotes problem is a different thing. Marked as fixed, prob. by upstream ages ago. ** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released -- You

[Bug 692554] Re: Autocomplete fails on some filenames

2014-11-28 Thread Peter Cordes
Hmm, well what's crossing it up is the embedded newline in the filename. _filedir does local IFS=$'\n' ... x=$( compgen -f -X $xspec -- $quoted ) while read -r tmp; do toks+=( $tmp ) done $x ... if [[ ${#toks[@]} -ne 0 ]]; then # 2/dev/null

[Bug 1387057] Re: wildcard incorrect completion

2014-11-28 Thread Peter Cordes
submitted upstream as https://alioth.debian.org/tracker/index.php?func=detailaid=314891group_id=100114atid=413095 bug 1390061 is fixed upstream, as a side-effect of reworking the relevant code. ** Bug watch added: alioth.debian.org/ #314891

[Bug 1312243] Re: Bash completion within $( fails in Trusty

2014-11-28 Thread Peter Cordes
This is upstream https://alioth.debian.org/tracker/index.php?func=detailaid=314667group_id=100114atid=413095 Patch submitted there that makes it at least not spew errors, even though it still doesn't complete args inside $(command substitution). ** Bug watch added: alioth.debian.org/ #314667

[Bug 123665] Re: tab completion fails when files have same prefix that ends in a quote/escapable-char

2014-11-28 Thread Peter Cordes
Actually, this isn't broken even with Trusty's unchanged file. Unless I'm missing something, the OP's testcase works fine on Trusty, so marking this fix-released ** Changed in: bash-completion (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you

[Bug 1395269] Re: [e1000e] ethtool -t eth0 offline loses routing table

2014-11-24 Thread Peter Cordes
Yup, will test this sometime this week and post again. Good suggestion, hadn't even thought of doing that, derp. :P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269 Title: [e1000e] ethtool

[Bug 1395269] BootDmesg.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265982/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] UdevDb.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265991/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269 Title:

[Bug 1395269] WifiSyslog.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265993/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1395269] ProcCpuinfo.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265986/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] PulseList.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: PulseList.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265990/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] ProcEnviron.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265987/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] Re: [e1000e] ethtool -t eth0 offline loses routing table

2014-11-22 Thread Peter Cordes
apport information ** Summary changed: - ethtool -t eth0 offline loses routing table + [e1000e] ethtool -t eth0 offline loses routing table ** Tags added: apport-collected ** Description changed: ethtool -t eth0 offline does the tests, but leaves the routing table with only the entry for

[Bug 1395269] Lsusb.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265985/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269 Title:

[Bug 1395269] Lspci.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265984/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269 Title:

[Bug 1395269] UdevLog.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265992/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269 Title:

[Bug 1395269] ProcInterrupts.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265988/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1395269] CurrentDmesg.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265983/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] ProcModules.txt

2014-11-22 Thread Peter Cordes
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1395269/+attachment/4265989/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395269

[Bug 1395269] Re: [e1000e] ethtool -t eth0 offline loses routing table

2014-11-22 Thread Peter Cordes
So the idea is for drivers to not tell the kernel that the interface went down, while it's doing self-tests? I guess igb had this problem fixed, according to the redhat bug, but I guess not e1000e. Yes, I'm pretty sure the interface goes down during the offline portion of the full set of

[Bug 1395269] [NEW] ethtool -t eth0 offline loses routing table

2014-11-21 Thread Peter Cordes
Public bug reported: ethtool -t eth0 offline does the tests, but leaves the routing table with only the entry for the local network. I had to sudo route add default gw 10.0.0.1, in my case. The online test didn't do this. Ubuntu 14.04, ethtool 1:3.13-1 Linux tesla 3.13.0-39-generic #66-Ubuntu

[Bug 1395269] [NEW] ethtool -t eth0 offline loses routing table

2014-11-21 Thread Peter Cordes
Public bug reported: ethtool -t eth0 offline does the tests, but leaves the routing table with only the entry for the local network. I had to sudo route add default gw 10.0.0.1, in my case. The online test didn't do this. Ubuntu 14.04, ethtool 1:3.13-1 Linux tesla 3.13.0-39-generic #66-Ubuntu

[Bug 1342970] Re: should have a recommends: on gnome-shell

2014-07-18 Thread Peter Cordes
discussion on bugs.debian.org/755023 indicates that the gnome-session may have recently started actually depending on gnome-shell, so the appropriate dependency is Depends, which Debian currently has. ** Summary changed: - should have a recommends: on gnome-shell + should have a recommends: on

[Bug 1241443] Re: installing the memtest package on FAT boot partition throws error because of symlink

2014-07-17 Thread Peter Cordes
IDK if having any part of your system on a filesystem that doesn't support all the usual stuff (like symlinks) is officially supported. memtest isn't available anymore, as I guess it's been removed since memtest86+ has been the better choice for years. So this bug should probably get closed,

[Bug 1246651] Re: lubuntu 13.10 failed - no space left on device

2014-07-17 Thread Peter Cordes
Try df -i. You might have run out of inodes if you're using ext4, where you have to allocate space for inodes at FS creation time. This happened to me when upgrading 12.04 to 14.04. I got a no space left on device error while a postinst script was running for something. I'm still worried I

[Bug 1310087] Re: update-grub run multiple times during distribution upgrade

2014-07-17 Thread Peter Cordes
This kind of thing happens because each package has scripts to make sure needed stuff gets done, and there's no mechanism for telling it that more things are going to change again later. do-release-upgrade doesn't know the details of what every package does in its postinst. Things don't happen

[Bug 1277931] Re: update problem

2014-07-17 Thread Peter Cordes
No text in the bug description. Tell us what the problem is and change the bug status back to New if you have a bug to report. ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1309802] Re: [Feature] collect config file changes at the beginning of a dist upgrade

2014-07-17 Thread Peter Cordes
I was going to add https://bugs.launchpad.net/ubuntu/+source/ubuntu- release-upgrader/+bug/1319688 as a duplicate of this, thinking that the submitter of that bug was mixed up, and hadn't read the prompt carefully to see it was about config files. However, do-release-upgrade does actually prompt

[Bug 1319688] Re: do-release-upgrade pauses in the middle to ask an uninteresting question

2014-07-17 Thread Peter Cordes
See also https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1309802 about the prompts to deal with changed config files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1319688

[Bug 1333234] Re: ubuntu-bug ubuntu-release-upgrader-core

2014-07-17 Thread Peter Cordes
You need to provide more information, like which package had a problem. Try running ubuntu-bug ubuntu-release-upgrader-core in a shell, to collect information from your system. ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New = Incomplete -- You received this bug notification

[Bug 1309802] Re: [Feature] collect config file changes at the beginning of a dist upgrade

2014-07-17 Thread Peter Cordes
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release- upgrader/+bug/1242066 is also very similar. Most packages don't have a lot of debconf questions these days, and just use debconf for changed- config-file prompts, but other debconf questions must surely exist in some packages. (I'm not

[Bug 1007543] Re: Release upgrading requiring user input baffles inexperienced users

2014-07-17 Thread Peter Cordes
I've been collecting up links to the various bugs about prompts during upgrades: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1309802 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1309802] Re: [Feature] collect config file changes at the beginning of a dist upgrade

2014-07-17 Thread Peter Cordes
also: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1297318 is looking for a --force-yes for all questions. Presumably including those asked by children of do-release-upgrade, i.e. dpkg and debconf. -- You received this bug notification because you are a member of

[Bug 1309802] Re: [Feature] collect config file changes at the beginning of a dist upgrade

2014-07-17 Thread Peter Cordes
see https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1007543 for discussion of why upgrades should be fully GUI, and preferably completely non-interactive, so non-technical users don't get stuck. -- You received this bug notification because you are a member of Ubuntu

[Bug 1315342] Re: Stop appending 3rd party PPA names with warnings

2014-07-17 Thread Peter Cordes
Yes, the comments compound, if I recall correctly. IDK why you don't just edit the text files (/etc/apt/sources.list, and /etc/apt/sources.list.d/*.list) with an editor, esp. if the GUI sucks. It's pretty common practice for tools that mess with your config files to leave extra comments showing

[Bug 1343737] [NEW] weird problem running an editor inside do-release-upgrade's screen session

2014-07-17 Thread Peter Cordes
Public bug reported: on my seldom-used laptop, (running 12.04LTS last updates early august 2013) I ran sudo do-release-upgrade -p from bash in a gnome-terminal.  It proceeded fine, until for one of the changed-config-file prompts I had it start a shell to examine the situation. I ran jed, a

[Bug 1343737] Re: weird problem running an editor inside do-release-upgrade's screen session

2014-07-17 Thread Peter Cordes
** Description changed: - on my seldom-used laptop, (running 12.04LTS last updates early august 2013) I ran - sudo do-release-upgrade -p + on my seldom-used laptop, (running 12.04LTS last updates early august 2013) I ran + sudo do-release-upgrade -p from bash in a gnome-terminal. - It

<    1   2   3   4   5   6   >