Bug#826908: python3-sphinx can't find rst2pdf.pdfbuilder

2016-06-23 Thread Trent W. Buck
Elena ``of Valhalla'' wrote: > On 2016-06-10 at 11:36:59 +1000, Trent W. Buck wrote: > > What steps are needed to make rst2pdf & python3-sphinx work together? > > ok, I've investigated a bit Thanks! > , and apparently upstream has started working > on python3 support

Bug#826908: python3-sphinx can't find rst2pdf.pdfbuilder

2016-06-09 Thread Trent W. Buck
Package: rst2pdf Version: 0.93-4 Severity: wishlist I'd like to use python3-sphinx instead of python-sphinx, but doing this in sphinx's conf.py: extensions = ['rst2pdf.pdfbuilder','sphinxcontrib.blockdiag'] ...doesn't Just Work. What steps are needed to make rst2pdf & python3-sphinx work

Bug#756900: #756900: nfs-utils: NFS 1.3 fixes NFS systemd integration

2016-05-24 Thread Trent W. Buck
I recently upgraded my NFSv3 clients from wheezy to jessie, and they just DID NOT WORK. The NFS sysvinit init scripts had dependency cycles & race conditions when used under systemd. I ended up writing my own systemd units for the parts I needed (foo.mount, statd, & rpcbind), and disabling the

Bug#823005: pepperflashplugin-nonfree: Missing PGP key

2016-05-01 Thread Trent W. Buck
Andreas Ferber wrote: > Package: pepperflashplugin-nonfree > Version: 1.8.1 > Severity: grave > Justification: renders package unusable > > Google apparently started using a new PGP key, which leads to: [...] > Appending the new key to /usr/lib/pepperflashplugin-nonfree/pubkey-google.txt > solves

Bug#818960: Support syslog(3) instead of xdm.log

2016-03-22 Thread Trent W. Buck
Package: xdm Version: 1:1.1.11-1 Severity: minor I run a farm of diskless kiosks, so I want logs to go to a central syslog server, not the volatile local /var/log/xdm.log. >From reading the source I learnt to trick xdm into logging to stdout, which systemd then forwards on to journald (and then

Bug#815119: postinst requires /usr/share/doc

2016-02-18 Thread Trent W. Buck
Package: libglade2-dev Version: 1:2.6.4-2 Severity: minor According to http://www.debian.org/doc/debian-policy/ch-docs.html#fr115 I can do this: # cat /etc/dpkg/dpkg.cfg.d/75no-docs path-exclude=/usr/share/doc/* [...] ...and packages have to deal with it. With that config in

Bug#815114: Please whitelist sudo -g nogroup (not just sudo -u nobody)

2016-02-18 Thread Trent W. Buck
Package: logcheck Version: 1.3.17 Severity: wishlist Tags: patch Currently logcheck thinks "sudo -u nobodypwd" is OK, "sudo -g nogroup pwd" is scary; and "sudo -u nobody -g nogroup pwd" is scary. IMO either these are all OK, or all scary --- probably the former.

Bug#814825: paredit-el: License of debian/* not specified in debian/copyright

2016-02-16 Thread Trent W. Buck
Sean Whitton wrote: > Dear Trent, > > Thank you for such a prompt reply. > > On Tue, Feb 16, 2016 at 11:55:28AM +1100, Trent W. Buck wrote: > > Please consider my paredit-el packaging licensed under the Expat license, > > as documented at http://dep.debian.net/dep

Bug#814825: paredit-el: License of debian/* not specified in debian/copyright

2016-02-15 Thread Trent W. Buck
Sean Whitton wrote: > Source: paredit-el > Version: 20-2 > Severity: normal > Blocks: 736380 > > Dear Trent, > > I am in the process of fulfilling your request for someone to adopt > paredit-el (#736380). As part of this I need to know the licensing > status of the

Bug#814758: Case power button is ignored unless dbus is installed.

2016-02-14 Thread Trent W. Buck
Package: systemd Version: 215-17+deb8u3 Severity: normal My computers have physical power buttons on their cases. When the button is pressed, I want it to initiate a clean shutdown. On a desktop install, this happens because systemd-logind handles it: root@het:~# journalctl -fu

Bug#685198: Please let me set a site-wide default of TempDir=$XDG_RUNTIME_DIR!

2016-02-01 Thread Trent W. Buck
As at Jessie, (audacity=2.0.6-2), the default directory is /var/tmp/audacity-. This can't be changed in the environment (e.g. export AUDACITY_TMPDIR=$XDG_RUNTIME_DIR). This can't be changed (for all users) in /etc or /usr (e.g. /usr/share/audacity/audacity.cfg). This can only be fixed in each

Bug#813356: wish for glob(7)-like matcher

2016-01-31 Thread Trent W. Buck
Package: grep Version: 2.20-4 Severity: wishlist Tags: upstream Sometimes I want to match globs instead of regexps. glob(7) explicitly says: "they match filenames, rather than text" I don't see why globs shouldn't be used for text. In bash this is ugly and *SLOW*, e.g. # Print log lines

Bug#812941: apcupsd: process goes into uninterruptable sleep

2016-01-27 Thread Trent
Package: apcupsd Version: 3.14.12-1.1 Severity: important Dear Maintainer, I find the apcupsd process goes into uninterruptable sleep causing erroneous 1.00+ load average. I haven't verified if the system would shutdown if a battery event were to occur. Rebooting the host doesn't resolve the

Bug#810665: "/usr/sbin/dkms status" needs /proc due to bashism

2016-01-10 Thread Trent W. Buck
Package: dkms Version: 2.2.0.3-2 Severity: wishlist I wanted to install zfsonlinux in a debootstrap chroot. It didn't work: Setting up spl-dkms (0.6.5-1-wheezy) ... Removing old spl-0.6.5 DKMS files... [ /usr/sbin/dkms status -m spl -v 0.6.5 -k 3.16.0-4-amd64 ] /usr/sbin/dkms:

Bug#808291: pxz ignores -Ccrc32; cannot build kernel ramdisks

2015-12-18 Thread Trent W. Buck
Holger Levsen wrote: > On Freitag, 18. Dezember 2015, Trent W. Buck wrote: > > pxz accepts the equivalent option, but ignores it: > [...] > > Please make pxz honor -Ccrc32, > > or at least stop accepting it (exit non-zero instead). > > I agree and am sure upstream wo

Bug#808291: pxz ignores -Ccrc32; cannot build kernel ramdisks

2015-12-18 Thread Trent W. Buck
Package: pxz Version: 4.999.99~beta3+git659fc9b-3 Severity: minor I build Debian Live images. A lot. Waiting for update-initramfs is boring. I want to speed it up using pxz or pixz (not xz). The kernel's XZ decompressor does not support CRC64, xz's default. When using COMPRESS=xz, mkinitramfs

Bug#592519: $COMPRESS/$compress does not accept arguments

2015-12-17 Thread Trent W. Buck
Hi, I wanted to say pass options to my compress program, e.g. # cat /etc/initramfs-tools/conf.d/xz compress="pxz -Ccrc32 -1" # dev builds should build fast compress="pxz -Ccrc32 -9ev" # prod builds should boot fast Unfortunately this code requires the compress (or

Bug#796674: bootchart vs. analyze plot

2015-12-10 Thread Trent W. Buck
[Here are some background details on this feature.] There is a dumber "good enough" command called "systemd-analyze plot". I asked myself: is it worth rolling a custom kernel just for systemd-bootchart? I looked for some examples to compare; I found these

Bug#806275: pam-auth-update: ignore comments in /usr/share/pam-configs/foo

2015-11-25 Thread Trent W. Buck
Package: libpam-runtime Version: 1.1.8-3.1 Severity: wishlist File: /usr/sbin/pam-auth-update I make Debian-based live images. Because editing /etc/pam directly is pain and scary, I edit /usr/share/pam-configs/libpam-mount and then run pam-auth-update. You might want to say "that's abuse,

Bug#806285: Download faster: support >512B block sizes

2015-11-25 Thread Trent W. Buck
Package: pxe-kexec Version: 0.2.4-3 Severity: wishlist pxe-kexec is a TFTP client. It's good for TFTP clients to: 1. default to 512b block size, for compatibility. 2. support greater block sizes, for speed. AFAICT pxe-kexec does (1) but not (2). In the example below, you can see that

Bug#804926: Please add debbugs.gnu.org to SYSTEMS list

2015-11-12 Thread Trent W. Buck
Package: python-reportbug Version: 6.6.5 Severity: wishlist File: /usr/lib/python2.7/dist-packages/reportbug/debbugs.py debbugs.gnu.org is GNU's debbugs instance I often use "bts --bts-server debbugs.gnu.org", but there is no equivalent for reportbug. It appears to require appending to SYSTEMS

Bug#800572: CONFIG_UEVENT_HELPER=n kernel confuses alsactl restore

2015-09-30 Thread Trent W. Buck
Package: alsa-utils Version: 1.0.29-1 Severity: minor I spotted this message when studying alsa-utils' udev rules: # alsactl -E HOME=/run/alsa --file /dev/null restore 0 No state is present for card PCH ** alsactl: sysfs_init:48: sysfs path '/sys' is invalid Found hardware:

Bug#439258: forbid doesn't advance selection

2015-09-29 Thread Trent W. Buck
Manuel A. Fernandez Montecelo wrote: > Thanks for your report(s). Thank you for chasing up old aptitude bug reports :-)

Bug#777199: Not updated to latest upstream

2015-09-25 Thread Trent W. Buck
Package: lirc Followup-For: Bug #777199 I deploy Debian 8-based TVs in prisons, using lircd for the remote control. I want to lock down lircd using systemd.exec(5) options like {RuntimeDir,User}=lirc. It looks like this will be easier with 0.9.3 than 0.9.0~pre1. I started looking into updating

Bug#799836: ps2pdf manpages say -dCompatibility not -dCompatibilityLevel

2015-09-23 Thread Trent W. Buck
Package: ghostscript Version: 9.16~dfsg-2 Severity: minor Tags: upstream patch This fifteen-year-old bugfix appears to be incomplete: $ dgit clone ghostscript $ cd ghostscript $ git grep -B2 Compatibility= doc/History6.htm-2000/05/20 20:53:04 lpd) doc/History6.htm- -

Bug#799752: pmt_already_mounted() broken when server="nfs"

2015-09-22 Thread Trent W. Buck
Package: libpam-mount Version: 2.14-1.1 Severity: minor 1. libpam_mount considers something "already mounted" if it can find a mount in libmount's iterator where both the source (device) and target (mountpoint) match. This is the code responsible:

Bug#438495: Cannot interrupt changelog download

2015-09-21 Thread Trent W. Buck
If you want to WONTFIX or close this bug, I don't object. :-) Boring discussion follows. Manuel A. Fernandez Montecelo wrote: >> When viewing upgradable packages, one can use the `C' key (that is, >> Shift + C) to download and view the changelog. While the changelog is >> downloading, both `q'

Bug#796183: Add Recommends: python-kde4 (for /usr/share/kde4/apps/kstars/scripts/supernova_updates_parser.py)

2015-08-19 Thread Trent W. Buck
Package: kstars Version: 4:4.14.2-1 Severity: wishlist Hi, when running kstars under XFCE I see a popup every time I open kstars: Supernove information update failed - KStars Python process that updates the supernova information failed with error code 1 [OK] After clicking OK,

Bug#596007: Is this solved? kstars-data-extra-tycho2 exists

2015-08-19 Thread Trent W. Buck
Package: kstars-data Followup-For: Bug #596007 It looks like Noel created kstars-data-extra-tycho2 in non-free, but forgot to update this bug. Should this bug (#596007) status be changed to done?

Bug#794544: po/en_AU.po has Sinhalese (not English) translations for catfish.desktop

2015-08-04 Thread Trent W. Buck
Package: catfish Version: 1.2.2-1 Severity: normal On upgrading from Wheezy to Jessie, Apps Accessories Catfish suddenly switched from English to Sinhalese. A glance at the catfish.desktop file shows [en_AU] has the same entries as [si]. This issue is present as at 1.2.2-1 in po/en_AU.po. I

Bug#794145: fills up logs with useless (?) Invalid response packet from host ...

2015-07-30 Thread Trent Lloyd
I am going to make a patch for this (and a couple other similar messages) upstream today. I intend to disable them unless in debug mode. https://github.com/lathiat/avahi/issues/10 https://github.com/lathiat/avahi/issues/10 - Trent On 31 Jul 2015, at 5:01 AM, Yaroslav Halchenko deb

Bug#782992: update-smart-drivedb broken by sf.net changes

2015-04-20 Thread Trent W. Buck
Package: smartmontools Version: 5.41+svn3365-1 Severity: normal Tags: patch In wheezy, # update-smart-drivedb /usr/share/smartmontools/drivedb.h.error: rejected by /usr/sbin/smartctl, probably no longer compatible This is because sf.net changed. Copying this line from trunk fixes

Bug#782624: Hard-codes firefox

2015-04-15 Thread Trent W. Buck
Package: scorched3d Version: 43.2a.dfsg-6.1 Severity: minor Clicking on Help doesn't do anything for me, because I don't have firefox in my path: root@tough:~# cat ~p678/.xsession-errors [...] sh: 1: firefox: not found twb@frey[scorched3d-43.2a.dfsg]$ grep -r firefox

Bug#781498: Support syslog

2015-03-29 Thread Trent W. Buck
Package: unattended-upgrades Version: 0.83.3 Severity: wishlist unattended-upgrades outputs some lines to a logfile like this: 2015-03-30 16:04:26,758 INFO Initial blacklisted packages: 2015-03-30 16:04:26,759 INFO Starting unattended upgrades script 2015-03-30 16:04:26,759 INFO

Bug#781005: Additional details (heisenbug: BADSIG A040830F7FAC5991)

2015-03-23 Thread Trent W. Buck
jm_ on #debian kindly pointed out this reference: http://blog.mycre.ws/articles/bad-google-repository-signatures/ Which says that: 1. it's google fault; and 2. they might fix the symptoms, but they won't fix the underlying cause. It doesn't suggest any workaround except to re-run

Bug#781005: heisenbug: BADSIG A040830F7FAC5991

2015-03-22 Thread Trent W. Buck
Package: pepperflashplugin-nonfree Version: 1.4~bpo60+1 Severity: important I regularly build wheezy live SOEs, with flash. I manually run: update-pepperflashplugin-nonfree -ifq # workaround #758609 This morning, that stopped working: ERROR: failed to retrieve status information from

Bug#781005: Additional details (heisenbug: BADSIG A040830F7FAC5991)

2015-03-22 Thread Trent W. Buck
I did a little bit of investigation. The error is coming from apt-get update. What confuses me is that the key in the keyring appears to match (7FAC5991). (bootstrap)root@zygon:/tmp/pepperflashplugin-nonfree.0CEhCe2ROb# rm -rf var/lib/apt/lists; APT_CONFIG=apt.conf apt-get update Get:1

Bug#777095: /usr/share/gnome/help -- /usr/share/help

2015-02-08 Thread Trent W. Buck
This issue is already four years old. https://bugzilla.gnome.org/show_bug.cgi?id=657683 ...shows when it was done for aisleriot, and indicates it was a transition from gnome-doc-utils to yelp-tools. Oddly, the transition is still underway: $ grep-dctrl -ns Package -FBuild-Depends

Bug#777095: /usr/share/gnome/help -- /usr/share/help

2015-02-04 Thread Trent W. Buck
Package: localepurge Version: 0.7.3.2 Severity: normal aisleriot and *some* other GNOME stuff appears to now install to /usr/share/help, not /usr/share/gnome/help: bash4$ apt-file search /usr/share/help | wc -l 43771 bash4$ apt-file search /usr/share/gnome/help | wc -l 11188

Bug#609940: kludged

2015-01-14 Thread Trent W. Buck
Package: syslog-summary Version: 1.14-2 Followup-For: Bug #609940 I set up another logserv today, so I found this bug again. I've been using the monkey patch below, but it looks like I never put it on this ticket. aptitude install -yq syslog-summary cp -p /usr/bin/syslog-summary

Bug#773868: union=overlay broken for me (3.18 + 5.0a1-1)

2015-01-14 Thread Trent W. Buck
I tried to get live-boot to work with jessie linux-image-3.18.0-trunk-amd64 live-boot{,-initramfs-tools}/experimental (5.0~a1-1) The first problem I hit was in 9990-overlay.sh: if ! cut -f2 /proc/filesystems | grep -q ^${UNIONTYPE}\$ then panic ${UNIONTYPE} not

Bug#768620: [avahi-daemon] Install fails

2014-12-17 Thread Trent Lloyd
That “something” is system itself, activation via dbus as something is trying to use Avahi via d-bus. See here: Dec 16 14:27:50 Zia dbus[1350]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' I suggest you try “disable” instead of

Bug#741579: Hard-codes broken udhcpc args

2014-11-19 Thread Trent W. Buck
Hard-coding udhcpc startup as below, is working for me. The only problem is that if busybox-syslogd is already running, start-stop-daemon refuses to start udhcpc, because they have the same /proc/.../exe. I guess that is fixable by refining the start-stop-daemon invocation? allow-hotplug lo

Bug#741579: Hard-codes broken udhcpc args

2014-11-19 Thread Trent W. Buck
Andrew Shadura wrote: inet.defn has this: udhcpc -n -p /run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] \ [[-c %client%]] \ Both parameters are optional, you don't have to specify them. I *want* to specify the hostname, but I can't[*] until ifupdown passes --fqdn instead of -H. Is

Bug#770129: RFP: tidy-html5 -- Experimental fork of Tidy for HTML5 documents

2014-11-18 Thread Trent W. Buck
Package: wnpp Severity: wishlist * Package name: tidy-html5 Version : git snapshots only? Upstream Author : Michael[tm] Smith m...@w3.org ? * URL : http://w3c.github.io/tidy-html5/ * License : BSD-ish Programming Lang: C Description : Experimental fork

Bug#769841: rfcview.el: please add buffer-local rfcview-title variable

2014-11-16 Thread Trent W. Buck
Package: emacs-goodies-el Version: 35.12 Severity: wishlist File: /usr/share/emacs/site-lisp/emacs-goodies-el/rfcview.el In 2009, I accidentally filed this bug upstream instead of here. I don't care much about it, but I'm refiling it for completeness. https://debbugs.gnu.org/5242 I would like

Bug#768914: netcfg/wireless_wpa is type string, not type password

2014-11-09 Thread Trent W. Buck
Package: netcfg Severity: minor I just installed wheezy over WPA and ran into #694068. While investigating that, I grepped for my PSK across /. I found it in /var/log/installer/cdebconf/questions.dat under netcfg/wireless_wpa. It is stored in cleartext; the file is only readable by root. In

Bug#524341: Further info on Polipo Accept-Encoding problem

2014-11-02 Thread Trent W. Buck
Rolf Leggewie wrote: J.P. and Trent, do you still experience this problem? I stopped using polipo a couple of years ago, because the benefits weren't worth the grief it gave me (from crashing, and from not working with some sites). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#730059: busybox-syslogd conflicts with systemd

2014-09-29 Thread Trent W. Buck
Michael Tokarev wrote: It is not the init script, it is the busybox syslog implementation. For simplicity, it is one applet that does both syslog function and klogd function, and klogd function is not optional. Er, are you sure? I'm definitely not familiar with busybox code, but *

Bug#762898: apt-get download requires /var/cache/apt/archives/partial

2014-09-25 Thread Trent W. Buck
Package: apt Version: 1.0.6 Severity: minor File: /usr/bin/apt I make /var/cache/apt/archives a tmpfs, because I don't have much space and I can always re-download debs if I need them again. $ grep apt /etc/fstab tmpfs /var/cache/apt/archives tmpfs size=128m,mode=755 0 0 For ages,

Bug#484055: OpenSSH KRL replaced openssh-blacklist

2014-09-10 Thread Trent W. Buck
Package: dropbear Followup-For: Bug #484055 FTR... A while ago Debian's OpenSSH patches to support a key blacklist were removed, because upstream had introduced a Key Revocation List (KRL) feature. I think this was in OpenSSH 5.4 (8 Mar 2010). Ref. KEY REVOCATION LISTS section in

Bug#761143: s/-d/-r/ in init script?

2014-09-10 Thread Trent W. Buck
Package: dropbear Version: 2014.65-1 Severity: minor The dropbear manpage indicates host keys are specified with -r. The init script is * passing -r for the RSA host key; * passing -d for the DSA host key; and * not passing the ECDSA host key. It's not generating an error, but it seems to

Bug#730059: busybox-syslogd conflicts with systemd

2014-09-10 Thread Trent W. Buck
Package: busybox-syslogd Version: 1:1.22.0-6 Followup-For: Bug #730059 In fact busybox-syslogd is the *only* package with Provides: klogd the others seem to Provides: linux-kernel-log-daemon I don't understand why this is the case. Does the difference signify a different interface, or is it

Bug#759306: O: mg -- microscopic GNU Emacs-style editor

2014-08-25 Thread Trent W. Buck
Package: wnpp Severity: normal I intend to orphan the mg package. I haven't been giving it the attention it needs for some time, and if I'm honest, that's not going to change anytime soon. The package description is: This program is intended to be a small, fast, and portable editor for people

Bug#759184: Add mg as alternative for emacs

2014-08-24 Thread Trent W. Buck
This will break packages that rely on actual emacs functionality (e.g. elisp support), such as w3m-el and debian-el. What is the benefit of claiming to be an emacs, rather than just an editor? signature.asc Description: Digital signature

Bug#759016: 759016 O: html2ps -- HTML to PostScript converter

2014-08-24 Thread Trent W. Buck
If you find a good alternative, please let us lurkers know. Last time I looked, they all[0] emitted fugly output that about as bad as you'd get from hitting print to file in firefox -- not even letting me force full justification with TeX/libhyphen hyphenation! I don't have time or the expertise

Bug#758609: Missing Depends: ca-certificate

2014-08-19 Thread Trent W. Buck
Package: pepperflashplugin-nonfree Version: 1.5 Severity: normal In a minimal chroot, pepperflashplugin-nonfree fails to fetch the actual plugin, because it (indirectly) uses an untrusted https URL. This can be fixed by adding Depends: ca-certificates. # chroot /tmp/desktop

Bug#758494: Typo in Depends: xfce4-nofityd = xfce4-notifyd

2014-08-17 Thread Trent W. Buck
Package: volumeicon-alsa Version: 0.4.6-2.1 Severity: wishlist Tags: patch Your Depends line has a typo: Suggests: alsamixergui | aumix-gtk | kmix | gnome-alsamixer, notify-osd | xfce4-nofityd | notification-daemon Should be Suggests: alsamixergui | aumix-gtk | kmix | gnome-alsamixer,

Bug#643948: [Fwd: Bug#643948: Doesn't occur when LDAP is unencrypted]

2014-07-23 Thread Trent W. Buck
Arthur de Jong wrote: I just now noticed that I did not send the attached message to you but only to the bug report. I did get it, somehow. If you can reasonably reliably reproduce this, can you add the following to /etc/init.d/nslcd (around line 120, right before # start nslcd). IIRC it

Bug#567600: Replace Courier 12 with Monospace ?

2014-07-09 Thread Trent W. Buck
The error is from PangoFont, and AFAIK that means it's using freetype (xft) and fontconfig under pango. $ ldd /usr/bin/ghemical | grep font libfontconfig.so.1 = /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x7fb7b9691000) THAT means all you need do is change Courier 12 to

Bug#752492: mount(8klibc) does not support --no-canonicalize -- breaks httpfs2 in live-boot

2014-06-23 Thread Trent W. Buck
Package: fuse Version: 2.9.3-10 Severity: normal When I try to use httpfs2 from within an initramfs-tools ramdisk, I get httpfs2 http://example.net/filesystem.squashfs /filesystem /bin/mount: invalid option -- There's no instance of -- in the httpfs2 source. In both 2.9.0-2+deb7u1 and

Bug#751199: RFP: shellcheck -- static analysis and linting tool for sh/bash scripts

2014-06-10 Thread Trent W. Buck
Package: wnpp Severity: wishlist * Package name: shellcheck Version : 0.3.3 Upstream Author : Vidar Holen vi...@vidarholen.net * URL : https://hackage.haskell.org/package/ShellCheck * License : Affero GPL3 Programming Lang: Haskell Description : static

Bug#746560: please package tig 2.0.1

2014-05-29 Thread Trent W. Buck
Aníbal, Sebastian, Aníbal Monsalve Salazar wrote: Please package tig 2.0.1 available at: http://jonas.nitro.dk/tig/releases/tig-2.0.1.tar.gz I've done the first pass at packaging tig 2. I haven't updated debian/copyright, but I did the other things I usually do. Lintian is happy except for

Bug#748499: [CRASH] Uncaught exception AttributeError in Backend/PythonApt.py:801

2014-05-17 Thread trent
Package: update-manager-core Version: 0.200.5-1 Severity: normal File: /usr/share/pyshared/UpdateManager/Backend/PythonApt.py *** /tmp/update-manager-bugIEZlFx The information below has been automatically generated. Please do not remove this from your bug report. - Exception Type: type

Bug#643948: Doesn't occur when LDAP is unencrypted

2014-05-14 Thread Trent W. Buck
Arthur, This datapoint is probably intuitive, but I'll point it out anyway. I've been running 0.9.2-1wheezy1 (my own backport) on top of wheezy for a while, and never saw this issue. In the last couple of weeks, I switched from unencrypted ldap://ldap to encrypted ldaps://ldap, and now I'm

Bug#514651: request for enhancement: core.newwhitespace=error

2014-04-28 Thread Trent W. Buck
#514651 is about this should be possible, I wrote the below about this should be easy, before I found #514651. I'll sending it just in chance it's actually useful. I want to be able to say, on a user-wide basis, 1. these things are whitespace errors; 2. NEVER let me introduce whitespace

Bug#744836: Device driver support needs thus be built-in linux image! -- Ensure all necessary drivers are built into the linux image!

2014-04-15 Thread Trent W. Buck
Package: initramfs-tools Version: 0.115 Severity: wishlist File: /usr/sbin/mkinitramfs When building a live-boot image with a custom kernel that lacks CONFIG_MODULE, I ran into this warning output: Setting up linux-image-3.13.7inmate (3.13.7inmate-1) ... update-initramfs: Generating

Bug#744167: udhcpc down script assumes pidfile exists

2014-04-10 Thread Trent W. Buck
Package: ifupdown Version: 0.7.48.1 Severity: minor This morning when I turned on my machine, for some reason I got an IP address but no route, so I did root@frey:~# ifdown wlan0 ifdown: interface wlan0 not configured root@frey:~# ifup wlan0 ifup: interface wlan0 already

Bug#743476: Strange path /usr/etc/default/keyboard.VARIANT

2014-04-03 Thread Trent W. Buck
Package: console-setup Version: 1.102 Severity: minor File: /bin/setupcon In the following transcript, the path setupcon claims to search does not match its documentation and is not an FHS 2.3 path. # setupcon --help | grep VARIANT Usage: setupcon [OPTION] [VARIANT] If VARIANT is not

Bug#743476: Acknowledgement (Strange path /usr/etc/default/keyboard.VARIANT)

2014-04-03 Thread Trent W. Buck
Update: strace indicates it can find my file, but ignores it? # ls -ld /etc/default/console-setup.small -rw-r--r-- 1 root root 77 Apr 3 18:20 /etc/default/console-setup.small # strace -etrace=file setupcon --font-only --verbose small execve(/bin/setupcon, [setupcon, --font-only,

Bug#743464: After this operation, N MB would have been used. [-s, --simulate, --just-print, --dry-run, --recon, --no-act]

2014-04-02 Thread Trent W. Buck
Package: apt Version: 0.9.16.1 Severity: wishlist File: /usr/bin/apt-get I want to generate lists of install sizes. I don't mean the Installed-Size of the package I'm asking for, but the aggregate of everything that'll be installed. For example $ sudo apt-get install libreoffice --assume-no

Bug#743468: Replace GenericName Board Game with Sudoku in menu.

2014-04-02 Thread Trent W. Buck
Package: gnudoq Version: 0.94-2.1 Severity: minor When you have a bunch of board games installed like chess, go and shogi, it's silly to have sudoku appear in the menu as Board Game, which is what happens in xfce4-panel with 'show-generic-names' turned on. I think the generic name Board Game is

Bug#742759: Consider removing userhelper must be setuid root

2014-03-26 Thread Trent W. Buck
Package: usermode Version: 1.109-1 Severity: wishlist I am using usermode to let LDAP users change their attributes (password, shell, full name) from the GUI. This doesn't require root privileges, because the accounts aren't on the local machine at all: # chmod 755 /usr/bin/passwd # su -

Bug#505382: libnss3-tools binaries are missing man pages

2014-03-20 Thread Trent W. Buck
Package: libnss3-tools Version: 2:3.15.4-2 Followup-For: Bug #505382 As at 3.15.4, upstream ships manpages! They are in nss/doc/*.xml in docbook format, but pre-rendered HTML and roff versions are also available. Please create this file to quickly include them in Debian:

Bug#611754: bugs.debian.org: oldbugs.html shows quite a recent bugs

2014-03-20 Thread Trent W. Buck
Package: bugs.debian.org Followup-For: Bug #611754 This bug is still present today (Mar 2014). Thanks to Murukesh Mohanan for pointing it out on #debian-mentors. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-updates'),

Bug#741593: Support profiling of ramdisk (a.k.a. initramfs, initrd)

2014-03-18 Thread Trent W. Buck
I did some more investigation, and after reading /sbin/bootchartd came up with a simpler hook that's 90% right: #!/bin/sh # Absolute barebones setup for rdinit=/sbin/bootchartd. # Does not support /etc/bootchartd.conf magic, # which in the ramdisk is only the sample rate (default

Bug#742003: Additional notes

2014-03-17 Thread Trent W. Buck
From #d-mentors, [...] twb Actually the reason is that under wheezy, scribus templates assume Arial is in the path twb And installing Liberation fonts doesn't help twb It just pops up a thing saying what typeface should I use instead? which defaults to the *FIRST* font in the list,

Bug#741593: Support profiling of ramdisk (a.k.a. initramfs, initrd)

2014-03-16 Thread Trent W. Buck
Riccardo, I added /etc/initramfs-tools/hooks/bootchart2 as per #603656, and ran update-initramfs -ukall. With init=/sbin/bootchartd, the system boots normally. When I add rdinit=/sbin/bootchartd, it hangs at the kernel message switched to clocksource tsc. The keyboard isn't working so I can't

Bug#741593: Support profiling of ramdisk (a.k.a. initramfs, initrd)

2014-03-14 Thread Trent W. Buck
Package: bootchart2 Version: 0.14.4-3 Severity: wishlist Currently bootchart2 can be used to profile everything after init easily, by booting with init=/sbin/bootchartd. I have some netboot kiosks that spend about 10s in the ramdisk doing boot=live (live-initramfs-tools) and then another 10s or

Bug#741579: Hard-codes broken udhcpc args

2014-03-13 Thread Trent W. Buck
Package: ifupdown Version: 0.7.47.2 Severity: normal inet.defn has this: udhcpc -n -p /run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] \ [[-c %client%]] \ elsif (execable(/sbin/udhcpc) mylinuxver() = mylinux(2,2,0)) But -H is not valid in the old udhcpc still in

Bug#739258: has_option ignores first line of file

2014-02-17 Thread Trent W. Buck
Package: x11-common Version: 1:7.7+6 Severity: normal File: /etc/X11/Xsession.d/20x11-common_process-args There is a straightforward bug in Xsession.options parsing: if the first line is an option, it's ignored. echo use-session-dbus /etc/X11/Xsession.options will not dbus-launch, but

Bug#445513: interesting race condition with mutex logins

2014-02-17 Thread Trent W. Buck
althaser wrote: Could you please try to reproduce this issue with newer version of gnome-terminal like 3.4.1.1-2 or 3.10.1-1 ? I can probably find time for that in the next week or two. signature.asc Description: Digital signature

Bug#738495: mono install hides Mono requires /proc error

2014-02-09 Thread Trent W. Buck
Package: mono Version: 2.10.8.1-8 Severity: normal Installing gbrainy into a chroot failed. It didn't say *why*. I've seen java fail because /proc wasn't mounted, so I specifically went looking for that. mono-gac.postinst - /usr/share/cli-common/gac-install mono -

Bug#737595: Warning when installed with --path-exclude=/usr/share/doc/*

2014-02-03 Thread Trent W. Buck
Package: kgoldrunner Version: 4:4.8.4-3 Severity: wishlist Debian Policy §12.3 says packages are supposed to work when /usr/share/doc is absent. When I tried it, I got this info dialog: Get Folders - KGoldRunner Cannot find documentation sub-folder 'en/kgoldrunner/' in area

Bug#736380: RFA: paredit-el -- Emacs minor mode for structurally editing Lisp code

2014-01-22 Thread Trent W. Buck
Package: wnpp Severity: normal I request an adopter for the paredit-el package. The package description is: Paredit mode instruments several common keybindings to automatically balance all parentheses and respect the structure of S-expressions; it also provides numerous high-level operations

Bug#734331: RFH: mg -- microscopic GNU Emacs-style editor

2014-01-16 Thread Trent W. Buck
Peter, Peter De Wachter wrote: Ok, I've taken a look, and I think we don't need to bother with clens at all. As far as I can tell it only duplicates stuff that's already in libbsd. I've attached a trivial patch to use that library and it seems to work fine. Can you check if that's okay with

Bug#734331: mg-20131118 sans clens

2014-01-14 Thread Trent W. Buck
Han, Peter (another Debian packager) made mg works with libbsd alone; no clens. Is this likely to bite us on the ass later? Adding clens to Debian is work we'd rather avoid if possible. ---BeginMessage--- On 13-01-14 00:19, Trent W. Buck wrote: I'm usually in #debian-mentors on irc.oftc.net

Bug#734331: RFH: mg -- microscopic GNU Emacs-style editor

2014-01-12 Thread Trent W. Buck
Peter De Wachter wrote: Hi Trent, I'd like to help with mg. I'm not a DD, so I won't be able to sponsor, but I can help with anything else. Thanks. I'm usually in #debian-mentors on irc.oftc.net from ca. 10AM to 6PM Australia/Melbourne time. The mg stuff probably still says it's maintained

Bug#663941: Cannot rebase commits at midnight, 1 Jan 1970 (epoch 0)

2014-01-06 Thread Trent W. Buck
is merged), the testcase succeeds. I suppose that Trent must have been using a different version of git than the one reported. FYI, this is quite likely. I'm not allowed to install sid on every host. :-) At a glance, the versions I'm likely to have been using are - whatever testing/unstable

Bug#734331: RFH: mg -- microscopic GNU Emacs-style editor

2014-01-05 Thread Trent W. Buck
Package: wnpp Severity: normal I request assistance with maintaining the mg package. There's been a new release waiting to go for months, but I have been too lazy to do it. I need someone to either do it or nag me into doing it. Current mg has a dependency on a new C library clens. A working

Bug#706679: Missing Depends: file

2014-01-02 Thread Trent W. Buck
Stuart Pook wrote: I have the expr: syntax error as well expr doesn't appear in the codebase as at debian/4.0_alpha30-1. This appears to be the commit that fixes it. The new version could probably use SUS parameter expansion: $ busybox ash BusyBox v1.18.4 (Ubuntu 1:1.18.4-2ubuntu2)

Bug#732249: cal -M (like ncal -M)

2013-12-16 Thread Trent W. Buck
Michael Meskes wrote: On Mon, Dec 16, 2013 at 11:06:02AM +1100, Trent W. Buck wrote: ncal -M starts weeks on Monday. cal -M gives an error. I wish cal -M started weeks on Monday. See also http://bugs.debian.org/729336 . Similar to that one this one also is not a bug. cal is supposed

Bug#732249: cal -M (like ncal -M)

2013-12-15 Thread Trent W. Buck
Package: bsdmainutils Version: 9.0.5 Severity: wishlist File: /usr/bin/cal ncal -M starts weeks on Monday. cal -M gives an error. I wish cal -M started weeks on Monday. See also http://bugs.debian.org/729336 . -- System Information: Debian Release: jessie/sid APT prefers testing APT policy:

Bug#729041: breaks panic=N (users can get a ramdisk shell)

2013-11-08 Thread Trent W. Buck
Package: live-boot Version: 3.0.1-1 Severity: normal Below, I'm deliberately starting a Debian Wheezy live-boot system without ANY access to its root filesystem. (As a test for this happening as a result of a transient network outage.) Because panic=N is passed, it's *supposed* to reboot

Bug#720134: Missing but documented option: --monochrome

2013-08-18 Thread Trent W. Buck
Package: netrik Version: 1.16.1-1.1 Severity: minor I was looking at alternatives to lynx --dump to turn text/plain into text/html. The manpage describes using TERM=ansi, but since I didn't want *any* escape sequences, I tried TERM=dumb. That tells me to pass --monochrome, but netrik doesn't

Bug#674744: Wikipedia broke w3m-search-escape-query-string (+ vs. %20)

2013-07-19 Thread Trent W. Buck
Tatsuya Kinoshita wrote: Hi Trent, On May 27, 2012 at 6:46PM +1000, trentbuck (at gmail.com) wrote: Package: w3m-el-snapshot Version: 1.4.478+0.20120501-1 Around 15 July 2011, this stopped working properly. It turned out to be because Wikipedia started treating these links differently

Bug#353980: fortune-mod: Fortune invocation by relative path broken in two different ways.

2013-06-27 Thread Trent W. Buck
Andrea, Andrea Colangelo wrote: I wasn't able to reproduce this bug: [...] I can still reproduce this issue as at fortune-mod 1:1.99.1-6, but only for the trailing slash case. $ with-temp-dir with-temp-dir: entering directory `/tmp/with-temp-dir.J22eEB' This directory will be

Bug#714235: Allow not sending Accept, Accept-Encoding, Accept-Language headers

2013-06-26 Thread Trent W. Buck
Package: w3m Version: 0.5.3-8 Severity: wishlist I was reading http://panopticlick,eff.org and I see that it looks at Accept headers to help fingerprint a user. I thought: the simplest thing was to turn off those headers, since I don't rely on them AFAIK. It looks like I can't in w3m --

Bug#706933: 1100-sslcert checks for wrong package; snakeoil cert is not regenerated

2013-05-06 Thread Trent W. Buck
Package: live-config Version: 3.0.23-1 Severity: normal [When asked privately in IRC, dba didn't consider this a security issue, so I'm reporting it normally.] It looks like /lib/live/config/1100-sslcert is trying to regenerate the snakeoil key cert at boot time, similar to how SSH host keys

Bug#706679: Missing Depends: file

2013-05-03 Thread Trent W. Buck
Package: live-config Version: 3.0.23-1 Severity: minor During reboot of a minimal live image, I get live-boot: caching reboot files... /lib/live/boot-init.sh: 38: /lib/live/boot-init.sh: file: not found /lib/live/boot-init.sh: 38: /lib/live/boot-init.sh: file: not found

<    1   2   3   4   5   6   7   8   9   10   >