Bug#1076837: Debian's use of systemd-sysusers makes consistent policy hard

2024-07-23 Thread Jamie Heilman
wkward, and really does not strike me as the intended usage pattern of sysusers.d. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#1072325: please package version 1.10.1

2024-05-31 Thread Jamie Heilman
. It'd be real nice if the upstream fix made its way into Debian soon. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#1069267: 2.1.2-59 preinst script fails

2024-04-21 Thread Jamie Heilman
ink" != '/etc/runit/runsvdir/current' ]; then # transition to enable runsvchdir, started in 2.1.2-28, to be removed in future: Should do the trick. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#1069267: 2.1.2-59 preinst script fails

2024-04-18 Thread Jamie Heilman
use sysvinit and my inittab entry is: SV:123456:respawn:/etc/runit/2 I tried the same fix on a old guest I had running systemd and it worked there too, FWIW. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#1051543: grub2: Fails to load normal.mod from a XFS v5 parition.

2023-09-12 Thread Jamie Heilman
sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 Do we know if the breakage related to bigtime feature? -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#1000265: typo in fix for CVE-2021-21996 breaks file.managed on stretch

2021-11-20 Thread Jamie Heilman
odule' object has no attribute 'path' which makes salt on stretch pretty much unusable. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#976699: 247 breaks some by-label mounts

2020-12-06 Thread Jamie Heilman
fails to mount if fstab uses LABEL=/var. It will work if I switch to UUID=..., change the label name to something that doesn't require escaping, or if I downgrade everything to 246. upstream bug https://github.com/systemd/systemd/issues/17772 if I had to guess. -- Jamie He

Bug#976187: runit-systemd => runit-run transition fails to enable unit

2020-12-02 Thread Jamie Heilman
even though it shouldn't depend on systemd) which is going to cause confusion. The maintainer community will hopefully have better advice that results in a cleaner transition. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#976187: runit-systemd => runit-run transition fails to enable unit

2020-12-01 Thread Jamie Heilman
quot;$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'runit.service' >/dev/null || true deb-systemd-helper unmask 'runit.service' >/dev/null || true fi fi # End automatically added section -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#976187: runit-systemd => runit-run transition fails to enable unit

2020-11-30 Thread Jamie Heilman
runit-systemd a system that won't start runit on next reboot. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#973671: do not depend on runit-init

2020-11-02 Thread Jamie Heilman
Package: socklog Version: 2.1.0+repack-2 Severity: important socklog is now uninstallable on systems that don't use runit-init which makes no sense. This program works without runit-init just fine, there's no good reason for a hard dependency on runit-init. -- Jam

Bug#973471: look has unpredictable behavior

2020-10-31 Thread Jamie Heilman
a /usr/share/dict/words) <(look cra) | head --- /dev/fd/63 2020-10-31 08:00:51.587099984 + +++ /dev/fd/62 2020-10-31 08:00:51.587099984 + @@ -1,94 +1,3 @@ -Crabbe -Crabbe's -Craborchard -Craborchard's -Crabtree -Crabtree's -Cracker -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#968591: tornado patches are incomplete

2020-08-18 Thread Jamie Heilman
HTTPServer +except ImportError: +from tornado.httpserver import HTTPServer http_server = HTTPServer(get_application(__opts__), **kwargs) try: http_server.bind(mod_opts['port'], or you could just append the same hunk to the salt/netapi/rest_tornado/__init__.py

Bug#956554: run-xpra script indentation is invalid shell

2020-04-12 Thread Jamie Heilman
ere server/server_util.py has obvious indentation problems that result in the run-xpra script being invliad shell due to a damaged heredoc. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-22 Thread Jamie Heilman
Vincent Lefevre wrote: > On 2020-01-19 00:09:13 +0000, Jamie Heilman wrote: > > Package: xserver-xorg-core > > Version: 2:1.20.7-2 > > Severity: grave > > > > Setup is a NVIDIA GF108GL [Quadro 600] driving two monitors in > > portrait orientation. Ker

Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-19 Thread Jamie Heilman
, argc=7, argv=0x7fffcfe334e8, init=, fini=, rtld_fini=, stack_end=0x7fffcfe334d8) at ../csu/libc-start.c:308 #20 0x55a933b5e74a in _start () at ../../../../../../hw/xfree86/modes/xf86Crtc.c:2033 -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-19 Thread Jamie Heilman
Bernhard Übelacker wrote: > Hello Jamie Heilman, > I just tried to retrieve some line information from the backtrace. > Unfortunately I could not match the addresses with the > binary from the debian repository. > Was this backtrace by any chance built with a local > rebuild o

Bug#949257: xserver-xorg-core: Segmentation fault w/ 1.20.7

2020-01-18 Thread Jamie Heilman
at address 0x10 [ 590.916] (EE) Fatal server error: [ 590.916] (EE) Caught signal 11 (Segmentation fault). Server aborting [ 590.916] (EE) full Xorg and xdm logs attached; appears to die at the point when the screen gets resized -- Jamie Heilman http://audible.trans

Bug#945072: qemu 4.1 block size regression

2019-11-21 Thread Jamie Heilman
Michael Tokarev wrote: > 21.11.2019 12:59, Jamie Heilman wrote: > [] > >> Oh. That means the broken part is the part which did the conversion, > >> that is qemu-img, which is part of qemu-utils. > > > > Well that's not what my testing shows; after testing

Bug#945072: qemu 4.1 block size regression

2019-11-21 Thread Jamie Heilman
Michael Tokarev wrote: > 19.11.2019 20:45, Jamie Heilman wrote: > > Michael Tokarev wrote: > >> 19.11.2019 13:44, Jamie Heilman wrote: > >>> Package: qemu-system-x86 > >>> Version: 1:4.1-1+b4 > >> > >>> [...] If I switch back to 3.1+

Bug#945072: qemu 4.1 block size regression

2019-11-19 Thread Jamie Heilman
Michael Tokarev wrote: > 19.11.2019 13:44, Jamie Heilman wrote: > > Package: qemu-system-x86 > > Version: 1:4.1-1+b4 > > > [...] If I switch back to 3.1+dfsg-8+deb10u3 > > the corruption vanishes. > > What do you switch back? qemu-system-x86 or qemu-utils?

Bug#945072: qemu 4.1 block size regression

2019-11-19 Thread Jamie Heilman
ke in the block size logic. If I switch back to 3.1+dfsg-8+deb10u3 the corruption vanishes. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#917247: udev: Many modules are no longer automatically loaded at boot

2019-01-12 Thread Jamie Heilman
This no longer reproduces for me with udev 240-4, my sysvsinit systems are back to the same behavior as 239-9 leading me to believe #917247 is more #917607 than it is #908796.

Bug#917247: udev: Many modules are no longer automatically loaded at boot

2018-12-28 Thread Jamie Heilman
Michael Biebl wrote: > Am 28.12.18 um 20:19 schrieb Jamie Heilman: > >> Please test if this problem is still reproducible with 240-2 > > > > still very much a problem with 240-2 > > Are you using sysvinit as well? I am, where I use systemd the problem doesn't seem to reproduce.

Bug#915261: SysV init regression thanks to broken "container detection" logic

2018-12-02 Thread Jamie Heilman
Package: udev Version: 239-14 Severity: important The logic change in the init script to check for a writable /sys is backwards; udev *should* start if /sys if writable. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#877582: ls quoting redamaged

2017-10-03 Thread Jamie Heilman
Package: coreutils Version: 8.28-1 coreutils (8.28-1) unstable; urgency=low ... * Reenable default ls quoting ... Nope. We've been through his already in #813164 and probably other bug reports, this is abomination is not be enabled. Revert immediately.

Bug#877574: pam_localuser documentation is wrong

2017-10-02 Thread Jamie Heilman
nowhere in pam_localuser.c; the reality is that pam_localuser returns PAM_PERM_DENIED if the user isn't found in the configured file. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#870888: breaks awscli 1.11.121-1

2017-08-05 Thread Jamie Heilman
Package: python3-requests Version: 2.18.1-1 Severity: important With this version installed (and python3-urllib3 1.21.1-1), aws cli just spits out: 'AWSHTTPSConnection' object has no attribute 'ssl_context' downgrading to 2.12.4-1 restores normal functionality. I haven't looked to see if awscli

Bug#865842: Warning: Bad IDN ... in alias ...; for every single alias

2017-06-25 Thread Jamie Heilman
EASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= Anyway, this is related to bug #865822 after all, and the fact I use "reset all" as the first line of my mutt config, and this new build does not default to utf-8 like the previous build did. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#865842: Warning: Bad IDN ... in alias ...; for every single alias

2017-06-25 Thread Jamie Heilman
can still use mutt without an address book, it's pretty frustrating. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#865822: mutt: Enter key disabled with latest upgrade

2017-06-24 Thread Jamie Heilman
who's trying to figure out all the regressions this version introduced. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#865822: mutt: Enter key disabled with latest upgrade

2017-06-24 Thread Jamie Heilman
27;t start in my inbox as defined by my $MAIL environment variable, and couldn't decode html email despite having set a tmpdir ... and so forth. It behaves like all the sane compile time defaults were replaced with something unusable. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#865223: new init script is broken

2017-06-19 Thread Jamie Heilman
this package is not functional. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#603482: dnstrace in dbndns is completely broken (djbdns version works)

2017-04-26 Thread Jamie Heilman
This is also fixed in newer upstream versions of fefe.de's ipv6 patch, verified with test28. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#788958: a Debian patch breaks axfrdns so it ignores client-location

2017-04-26 Thread Jamie Heilman
FWIW, this issue was caused by 0002-Apply-fefe-s-djbdns-1.05-test23-ipv6-patch.diff and is fixed in more recent versions of the ipv6 patch (verified with test28 from fefe.de) -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#845728: undefined symbol: ChangeWindowProperty

2016-11-26 Thread Jamie Heilman
Package: xserver-xorg-video-dummy Version: 1:0.3.7-1+b6 Severity: grave dummy driver doesn't work at all anymore; /usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/dummy_drv.so: undefined symbol: ChangeWindowProperty may or may not be related to https://bugs.freedesktop.org

Bug#835278: [runit] fails to upgrade cleanly

2016-08-25 Thread Jamie Heilman
Dmitry Bogatov wrote: > [2016-08-24 07:16] Jamie Heilman > > > > Package: runit > > Version: 2.1.2-6 > > > > Preparing to unpack .../runit_2.1.2-6_amd64.deb ... > > unsupported: /etc/service exists, but does not point to > > /etc/runit/runsvd

Bug#835278: [runit] fails to upgrade cleanly

2016-08-24 Thread Jamie Heilman
r-xr-x 2 root root 4096 Aug 24 00:13 default but it was unused (default is empty). -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#833679: BitPaddedInt import error

2016-08-07 Thread Jamie Heilman
he callers fault for relying on leaked namespaces or just API breakage. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#830770: mdadm: initramfs broken

2016-07-16 Thread Jamie Heilman
Jamie Heilman wrote: > I wouldn't be stunned if this problem mostly stemmed from the fact > that /scripts/init-top/udev executes prior to loading kernel modules. > It might be interesting to see what happens if we toss > udevadm trigger --action=add > udevadm settle || tru

Bug#830770: mdadm: initramfs broken

2016-07-12 Thread Jamie Heilman
fact that /scripts/init-top/udev executes prior to loading kernel modules. It might be interesting to see what happens if we toss udevadm trigger --action=add udevadm settle || true into a script in /scripts/init-premount ... -- Jamie Heilman http://audible.transient.net/~jamie

Bug#830770: mdadm: initramfs broken

2016-07-11 Thread Jamie Heilman
s.rules 5de7d0b70cd948d00bb38ca75ad5f288 /lib/udev/rules.d/64-md-raid-assembly.rules --- /dev: brw-rw 1 root disk 253, 0 Jul 11 05:47 /dev/md_d0 brw-rw 1 root disk 253, 1 Jul 11 05:47 /dev/md_d0p1 brw-rw 1 root disk 253, 2 Jul 11 05:47 /dev/md_d0p2 -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#823459: ldlinux.c32 module only loads default label

2016-06-04 Thread Jamie Heilman
intrigeri wrote: > Jamie Heilman wrote (04 May 2016 22:48:26 GMT) : > > it's now impossible to load anything other than the default label. > > Hitting tab at the boot: prompt still displays all available labels, > > but entering any other label at the prompt always resul

Bug#823459: ldlinux.c32 module only loads default label

2016-05-04 Thread Jamie Heilman
label. Hitting tab at the boot: prompt still displays all available labels, but entering any other label at the prompt always results in execution of the default. Reverting syslinux-common to 3:6.03+dfsg-11 resolves the problem. Platform in use is amd64. -- Jamie Heilman

Bug#816227: ping: socket: Address family not supported by protocol (raw socket required by specified options).

2016-02-28 Thread Jamie Heilman
ion than provided by Debian? Correct. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#816227: ping: socket: Address family not supported by protocol (raw socket required by specified options).

2016-02-28 Thread Jamie Heilman
't be stunned to learn this is because I have no ipv6 connectivity and no ipv6 support in my kernel, but I don't think that makes this behavior anymore OK. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#784276: rotated log files are set executable

2016-02-07 Thread Jamie Heilman
to 744, and renames current as an old log file. Thus it's effectively using the mode bits as flag to communicate the state of the application, which while unusual, is harmless. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#814044: runsv(8) manual page is incorrect about log/finish

2016-02-07 Thread Jamie Heilman
inish scripts are not invoked for the appendant log service because svd[1].state is never set to S_FINISH and so forth. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#813164: coreutils: ls suddenly quotes output

2016-02-02 Thread Jamie Heilman
Pádraig Brady wrote: > On 02/02/16 13:19, Jamie Heilman wrote: > > This behavior needs to be reverted. There are too many assumptions > > being made, the quoting used is shell-specific, and not universally > > supported. For example, consider a file who's name co

Bug#813164: coreutils: ls suddenly quotes output

2016-02-02 Thread Jamie Heilman
This behavior needs to be reverted. There are too many assumptions being made, the quoting used is shell-specific, and not universally supported. For example, consider a file who's name contains a tab, like "ab". $ ls 'a'$'\t''b' OK, so that syntax is supported by bash and zsh, so if you're usi

Bug#805751: rencode support no longer optional?

2015-11-21 Thread Jamie Heilman
Dmitry Smirnov wrote: > On Sunday 22 November 2015 01:42:16 Jamie Heilman wrote: > > Infact, I get that if the client doesn't have python-rencode and the > > server does, or if neither have it, leading me to believe it should just > > be a Depends now, rather than Recomme

Bug#805751: rencode support no longer optional?

2015-11-21 Thread Jamie Heilman
hon2.7/dist-packages/xpra/net/protocol.py", line 492, in encode raise e ValueError: cannot encode '[45, 1, 0, 100, {'refresh-now': False, 'batch': {'reset': True}}, {'workspace': None}]' 2015-11-22 01:18:29,263 Connection lost Infact, I get that if the client doesn't have python-rencode and the server does, or if neither have it, leading me to believe it should just be a Depends now, rather than Recommends. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#802035: fping segfaults on amd64

2015-10-17 Thread Jamie Heilman
Axel Beckert wrote: > Control: tag -1 -unreproducible > > Jamie Heilman wrote: > > Axel Beckert wrote: > > > Thanks. Nevertheless I'm still not able to reproduce the issue. > > > > Make yourself an /etc/hosts entry to an unused IP on your network.

Bug#802035: fping segfaults on amd64

2015-10-17 Thread Jamie Heilman
trace from my original bug report, the only place it exists is in the icmp unreachable handling path. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#802035: fping segfaults on amd64

2015-10-17 Thread Jamie Heilman
Axel Beckert wrote: > Control: tag -1 + unreproducible moreinfo > > Hi Jamie, > > Jamie Heilman wrote: > > fping[4709]: segfault at 1 ip 7f2c04511e2c sp 7fffe869a550 error 4 > > in libc-2.19.so[7f2c044c7000+19f000] > > > > [New LWP 47

Bug#802035: fping segfaults on amd64

2015-10-17 Thread Jamie Heilman
;t tested any other platforms, reverting to 3.10-3 fixes it. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#795877: missing os import

2015-08-17 Thread Jamie Heilman
"0")=="1" NameError: name 'os' is not defined Trivial to fix though, xpra/client/window_backing_base.py just needs to import os. -- Jamie Heilman http://audible.transient.net/~jamie/

Bug#773932: systemd-localed fails unless CONFIG_DEVPTS_MULTIPLE_INSTANCES=y

2014-12-25 Thread Jamie Heilman
Michael Biebl wrote: > Am 25.12.2014 um 23:55 schrieb Jamie Heilman: > > Package: systemd > > Version: 215-8 > > Severity: normal > > > > Apparently systemd-localed depends on having namespace support in the > > kernel. It isn't immediately obvious

Bug#773932: systemd-localed fails unless CONFIG_DEVPTS_MULTIPLE_INSTANCES=y

2014-12-25 Thread Jamie Heilman
here's some really good reason that systemd-localed shouldn't be usable on a system without namespaces, then I'm gonna say this is a bug. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#689298: are you still experiencing the reported bug?

2014-12-20 Thread Jamie Heilman
Jamie Heilman wrote: > Jamie Heilman wrote: > > Tomas Pospisek wrote: > > > Hello Jamie, > > > > > > you reported bug http://bugs.debian.org/689298 against an older version of > > > upower. > > > > > > Debian jessie contains now

Bug#689298: are you still experiencing the reported bug?

2014-12-18 Thread Jamie Heilman
Jamie Heilman wrote: > Tomas Pospisek wrote: > > Hello Jamie, > > > > you reported bug http://bugs.debian.org/689298 against an older version of > > upower. > > > > Debian jessie contains now a newer version of upower. In case you are > > running

Bug#689298: are you still experiencing the reported bug?

2014-12-04 Thread Jamie Heilman
;m not running jessie, but this was trivial to reproduce in a vm, so if I get the time I'll spin one up and test it. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "un

Bug#766565: overly permissive mount options

2014-10-23 Thread Jamie Heilman
y to change how cgmanager operates in this regard, the mount_tmpfs_at function is hardcoded to do things this way. Thankfully there is an easy workaround, simply add /sys/fs/cgroup to fstab with the desired configuration, cgmanager won't change it. -- Jamie Heilman http://a

Bug#757609: [Pkg-libvirt-maintainers] Bug#757609: libvirtd internal error: Unable to parse /proc/meminfo

2014-08-10 Thread Jamie Heilman
Guido Günther wrote: > Hi, > On Sat, Aug 09, 2014 at 06:50:56PM +, Jamie Heilman wrote: > [..snip..] > > 2014-08-09 18:32:30.722+: 3589: info : libvirt version: 1.2.7, package: > > 6 (root 2014-08-08-16:09:22 bogon) > > 2014-08-09 18:32:30.722+: 3589: error

Bug#757609: [Pkg-libvirt-maintainers] Bug#757609: libvirtd internal error: Unable to parse /proc/meminfo

2014-08-10 Thread Jamie Heilman
Guido Günther wrote: > On Sat, Aug 09, 2014 at 06:50:56PM +0000, Jamie Heilman wrote: > > Package: libvirt-daemon > > Version: 1.2.7-6 > > Severity: grave > > > > The parsing of /proc/meminfo in the latest versions of the libvirt > > packages is flawed.

Bug#757609: libvirtd internal error: Unable to parse /proc/meminfo

2014-08-09 Thread Jamie Heilman
t-bin 1.2.4 allows libvirtd to work again. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#726148: Subroutine Debconf::FrontEnd::Editor::SUPER::screenwidth redefined

2013-10-12 Thread Jamie Heilman
dpkg-reconfigure debconf also results in Subroutine Debconf::Element::Editor::Select::SUPER::value redefined at /usr/share/perl5/Debconf/Base.pm line 31, line 33. Subroutine Debconf::Element::Editor::Select::SUPER::value redefined at /usr/share/perl5/Debconf/Base.pm line 31. -- Jamie Heilman

Bug#715512: sv status can get confused

2013-07-09 Thread Jamie Heilman
gainst actively supervised services, but it could possibly occur in the time between runsv being told to exit and runsvdir restarting runsv. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a su

Bug#713915: jackd2: no longer starts

2013-06-23 Thread Jamie Heilman
t was just switching to shaped dithering. If I unset those params, then things work fine again. I have to wonder if older versions of jack2 serialized its config options differently and that's how I got 1 1 in my conf.xml ... if so, I probably won't be the only person who sees this issu

Bug#713915: jackd2: no longer starts

2013-06-23 Thread Jamie Heilman
Jun 23 20:15:27 2013: ALSA: final selected sample format for playback: 16bit little-endian Sun Jun 23 20:15:27 2013: ALSA: use 3 periods for playback Sun Jun 23 20:15:27 2013: Noise-shaped dithering at 16 bits Sun Jun 23 20:15:27 2013: graph reorder: new port 'system:capture_1' Sun Jun

Bug#691769: zita-a2j segfaults on 64bit systems

2012-10-29 Thread Jamie Heilman
= puts("Starting synchronisation."Starting synchronisation. )= 26 usleep(25 +++ killed by SIGSEGV +++ See announcement: http://lists.linuxaudio.org/pipermail/linux-audio-dev/2012-October/033986.html -- Jamie Heilman

Bug#689592: gnome-power-statistics: memory leak & insanity w/broken upowerd

2012-10-04 Thread Jamie Heilman
n and not responding correctly there's no good reason for gnome-power-statistics to consume memory endlessly. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubs

Bug#689298: upowerd goes crazy w/o /proc/timer_stats

2012-10-04 Thread Jamie Heilman
ain reaction of instability and farcical resource consumption. strace of upowerd shows runaway attempts to open the non-existant /proc/timer_stats and subsequent logging of the failure, while it streams a continual raft of ultimately useless messages to the dbus machinery. --

Bug#689298: upowerd goes crazy w/o /proc/timer_stats

2012-10-01 Thread Jamie Heilman
condition that will ever change during the lifetime of the process. I haven't confirmed that running upowerd w/o CONFIG_TIMER_STATS=y is what causes the memory leak yet, but I'd bet it's almost certainly what causes the majority of the cpu usage. -- Jamie Heilman

Bug#675798: autofs & NFS

2012-09-24 Thread Jamie Heilman
Michael Tokarev wrote: > On 24.09.2012 09:47, Jamie Heilman wrote: > [] > > Understood. Thanks for chasing it, whatever the outcome. > > No, thank _you_ for chasing this bug! -- it was you who > did all the work. > > I prepared a (preliminary) new release, 5.0.7-1, at

Bug#675798: autofs & NFS

2012-09-23 Thread Jamie Heilman
Michael Tokarev wrote: > On 24.09.2012 05:38, Jamie Heilman wrote: > > I'm currious, do you think there's any chance this issue will be > > resolved for the Wheezy release? While using the "fstype=nfs4" > > workaround is doable, it'd be nice not to in

Bug#675798: autofs & NFS

2012-09-23 Thread Jamie Heilman
I'm currious, do you think there's any chance this issue will be resolved for the Wheezy release? While using the "fstype=nfs4" workaround is doable, it'd be nice not to introduce the regression of "vers=4" failing for a stable release. -- Jam

Bug#687601: native audio playback no longer works w/libasound_module_pcm_jack.so

2012-09-14 Thread Jamie Heilman
y useful way to debug this. The flash plugin still works like it used to. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#670259: icedtea-7-plugin: links in /etc/alternatives still wrong

2012-08-21 Thread Jamie Heilman
e 2/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws1061 manual mode Press enter to keep the current choice[*], or type selection number: ugh. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist

Bug#684954: installation-reports: fine apart from timezone & apt translations

2012-08-15 Thread Jamie Heilman
Christian PERRIER wrote: > Quoting Jamie Heilman (ja...@audible.transient.net): > > Christian PERRIER wrote: > > > Localechooser makes it very clear that the country location impacts > > > the timezone choices (at least as clear as one can be in a two > > >

Bug#684954: installation-reports: fine apart from timezone & apt translations

2012-08-14 Thread Jamie Heilman
een reported in bugs #641967 and #678227, wherein apt wastes time and bandwidth downloading translation files I have no use for by default. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a su

Bug#683096: no grub menu before boot

2012-08-08 Thread Jamie Heilman
Marc Haber wrote: > On Wed, Aug 08, 2012 at 10:46:26PM +0400, Michael Tokarev wrote: > > Guys, can you please provide the complete qemu-kvm > > command line which you use to start the guest? > > How do I get that out of libvirt/virt-manager? try "ps ww

Bug#683096: no grub menu before boot

2012-08-08 Thread Jamie Heilman
is a lvm volume w/ Ubuntu 12.04 server amd64 and grub as the bootloader. Removing the network opts made no difference, neither did changing the boot drive to ide-hd instead of virtio, but disabling the irqchip did (setting virtio-blk-pci.ioeventfd=off didn't make any dif

Bug#683972: modular nfs clients, Linux 3.6

2012-08-05 Thread Jamie Heilman
robe.d/*.conf files, I suppose that's one potential answer. Just changing the names of the NFS client modules so they don't collide with the old alias might work too. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#683096: no grub menu before boot

2012-07-31 Thread Jamie Heilman
Marc Haber wrote: > Is there a fix on the way, or is KVM upstream still debating with the > kernel developers about who is at fault here? No fix on the way, this bug will need to be upstreamed. There's been no discussion about it on the list at all yet. -- Ja

Bug#683096: no grub menu before boot

2012-07-29 Thread Jamie Heilman
Jamie Heilman wrote: > Marc, you'll want to review the above mentioned bugs and verify that > your config matches; iow, that you're using a virtio-blk boot device. Actually, I can reproduce this on guests without any virtio devices present, the in-kernel irqchip implementation i

Bug#683096: no grub menu before boot

2012-07-29 Thread Jamie Heilman
Marc Haber wrote: > On Sun, Jul 29, 2012 at 09:12:26AM +0000, Jamie Heilman wrote: > > Marc, you'll want to review the above mentioned bugs and verify that > > your config matches; iow, that you're using a virtio-blk boot device. > > I am using a virtio-blk boot

Bug#683096: no grub menu before boot

2012-07-29 Thread Jamie Heilman
the above mentioned bugs and verify that your config matches; iow, that you're using a virtio-blk boot device. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscrib

Bug#680719: v1.1 regression w/ -nographic or -display none

2012-07-24 Thread Jamie Heilman
timeout to uint32_t; - introduce slirp_update_timeout; - pass NULL as timeout argument to select in case timeout is the maximum value; Signed-off-by: Stefano Stabellini Acked-by: Paul Brook Signed-off-by: Anthony Liguori -- Jamie Heilman http://a

Bug#680719: v1.1 regression w/ -nographic or -display none

2012-07-08 Thread Jamie Heilman
Michael Tokarev wrote: > tags 680719 + moreinfo unreproducible > thanks > > On 08.07.2012 11:57, Jamie Heilman wrote: > > Package: qemu-kvm > > Version: 1.1~z0+dfsg-1 > > > > 1.1.0+dfsg-1 is still affected; but the problem hit unstable with > > 1.1~z0

Bug#680719: v1.1 regression w/ -nographic or -display none

2012-07-08 Thread Jamie Heilman
he pty backend no matter what I try. -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#680609: cpus-x86_64.conf location

2012-07-07 Thread Jamie Heilman
mu.conf", O_RDONLY)= -1 ENOENT (No such file or directory) open("/etc/kvm/target-x86_64.conf", O_RDONLY) = 3 -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#675798: autofs & NFS

2012-06-16 Thread Jamie Heilman
Jamie Heilman wrote: > ... and here's a quick respin of patch 2 that doesn't introduce new > compiler warnings. :-P Sorry, I shoulda checked that more carefully. Sigh. Third time's the charm, I hope. previous 0002 patch broke if MOUNT_NFS_DEFAULT_PROTOCOL=4 but port

Bug#675798: autofs & NFS

2012-06-15 Thread Jamie Heilman
Jamie Heilman wrote: > Jamie Heilman wrote: > > Michael Tokarev wrote: > > > On 04.06.2012 08:13, Jamie Heilman wrote: > > > > Michael Tokarev wrote: > > > >> Overall, the code quality is very very low, I'm not sure > > > >> it i

Bug#675798: autofs & NFS

2012-06-15 Thread Jamie Heilman
Jamie Heilman wrote: > Michael Tokarev wrote: > > On 04.06.2012 08:13, Jamie Heilman wrote: > > > Michael Tokarev wrote: > > >> Overall, the code quality is very very low, I'm not sure > > >> it is possible to maintain this package witho

Bug#675798: autofs & NFS

2012-06-08 Thread Jamie Heilman
Michael Tokarev wrote: > On 04.06.2012 08:13, Jamie Heilman wrote: > > Michael Tokarev wrote: > >> Overall, the code quality is very very low, I'm not sure > >> it is possible to maintain this package without very > >> serious work with upstream first.

Bug#676439: buggy manual_add_modules hook function

2012-06-06 Thread Jamie Heilman
t happens because my kernels don't have any of the modules from the hidden_dep_add_modules() function. I'll leave it up to you to decide if its better to never call manual_add_modules without arguments, or make manual_add_modules a nop if it is. -- Jamie Heilman http:

Bug#675796: postrm bugs prevent purge/downgrade/etc

2012-06-04 Thread Jamie Heilman
Jamie Heilman wrote: > > Weird. Upon re-upgrading I can indeed purge the package cleanly. > Not sure how my ucf registry got buggered before... Ahh, I figured out what I did, it's just the downgrade to 5.0.6-1 fails and prevented me from running a purge after the attempt. But as

Bug#675798: autofs & NFS

2012-06-03 Thread Jamie Heilman
entirely arguable that my previous configuration should have failed becuase I wasn't setting the port explicitly). -- Jamie Heilman http://audible.transient.net/~jamie/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675798: autofs & NFS

2012-06-03 Thread Jamie Heilman
ng notoriously insecure daemons from the network, it would be a real shame to see that hard work go to waste becuase of a lousy automount implementation. It's bad enough that v4-only servers still have to run portmap or rpcbind for local upcalls. -- Jamie Heilman http://a

  1   2   >