[Bug 1856376] Re: "Dummy Output" -- built-in audio not detected

2019-12-13 Thread Alex Dehnert
I do seem to have some things in that directory: alex@tapada:~$ ls -la /lib/modules/`uname -r`/kernel/sound/pci/hda/ total 1036 drwxr-xr-x 2 root root 4096 Dec 4 06:10 . drwxr-xr-x 26 root root 4096 Dec 4 06:10 .. -rw-r--r-- 1 root root 24081 Nov 14 06:10 snd-hda-codec-analog.ko

[Bug 1856376] [NEW] "Dummy Output" -- built-in audio not detected

2019-12-13 Thread Alex Dehnert
Public bug reported: I no longer seem to be getting audio on my laptop, and only "Dummy Output" shows up in the sound settings dialog. This sounds similar to LP #1781294 (including the same PCI device), though that seems to have been marked expired. alex@tapada:~$ lspci -v | grep -A7 -i "audio"

[Bug 1794876] Re: Touchpad doesn't work out-of-the-box in Ubuntu 18.04.1 with ThinkPad X1 carbon

2019-08-21 Thread Alex Dehnert
This impacted me as well (X1 Carbon Gen 6, 5.0.0-25-generic #26~18.04.1-Ubuntu) . Un-blacklisting the module (and update- initramfs'ing) seems to have worked. Previously my touchpad was *highly* inconsistent and the Trackpoint either didn't work as well or I just never noticed it working; now both

[Bug 1828525] [NEW] Fix Python3 comparison `TypeError` in `salt.modules.upstart` #46293

2019-05-10 Thread Alex Dehnert
Public bug reported: When I try to use the Apache formula, I get: ID: apache Function: service.running Name: apache2 Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File

[Bug 1632407] [NEW] -package libssl1.0.0:i386 1.0.2g-1ubuntu4.5 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-10-11 Thread Alex Dehnert
Public bug reported: This came up while I was upgrading from 14.04 to 16.04. I initially tried by running update-manager from a terminal (so using the GUI). That eventually launched a dialog, which froze up. At some point, I think while using the GUI, there was a bunch of spew printed to the

[Bug 1610759] Re: package shim-signed 1.18~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-08-07 Thread Alex Dehnert
*** This bug is a duplicate of bug 1607929 *** https://bugs.launchpad.net/bugs/1607929 ** This bug has been marked a duplicate of bug 1607929 (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation

[Bug 1607929] Re: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-08-07 Thread Alex Dehnert
I think update-manager? One of the standard GUI updater things. Here's a chunk of ps -AF --forest that might help: alex 6365 1 0 84088 18916 2 Jul30 ?00:00:00 /usr/bin/python /usr/lib/update-notifier/backend_helper.py show_updates alex 6370 6365 0 173663 123028 2 Jul30

[Bug 1610759] [NEW] package shim-signed 1.18~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-08-07 Thread Alex Dehnert
Public bug reported: This is presumably the same bug as bug 1607929. I figure the added debug info might be useful, but I'm not sure there's a way to upload to an existing bug... ProblemType: Package DistroRelease: Ubuntu 14.04 Package: shim-signed 1.18~14.04.1+0.8-0ubuntu2 ProcVersionSignature:

[Bug 1607929] [NEW] package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2016-07-29 Thread Alex Dehnert
Public bug reported: I'm not really sure whether this is a bug; I think the install was hanging for a while, with a blank window displaying. I killed the install and it went away, but it's certainly plausible that this is due to something local, not a bug. Feel free to close this if nobody else

[Bug 1273014] Re: notification-daemon crashed with signal 5 in g_source_remove()

2015-07-23 Thread Alex Dehnert
notification-daemon generally crashes for me ~immediately on both my personal Trusty machines -- any chance of getting this backported? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273014 Title:

[Bug 1120917] [NEW] annotate-output should preserve whitespace

2013-02-09 Thread Alex Dehnert
Public bug reported: annotate-output currently clobbers line-initial whitespace, and also interprets backslash sequences: adehnert@esp:~$ annotate-output echo ' foo\\' 01:37:31 I: Started echofoo\\ 01:37:31 O: foo\ 01:37:31 I: Finished with exitcode 0 I believe the attached patch fixes

[Bug 1005422] Re: Indicator can no longer change size in cinnamon

2012-09-07 Thread Alex Dehnert
I at least sort of figured out my problem. It looks like I only want to use indicator-multiload with Unity, and want to use the corresponding applet (maybe) with XMonad. I appear to be able to add it with alt- right-click in the panel area, and it uses up plenty of space. indicator-multiload

[Bug 1005422] Re: Indicator can no longer change size in cinnamon

2012-09-06 Thread Alex Dehnert
** Also affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005422 Title: Indicator can no longer change size in cinnamon To manage

[Bug 1005422] Re: Indicator can no longer change size in cinnamon

2012-09-06 Thread Alex Dehnert
I'm seeing this on my work computer (Ubuntu 12.04, 64 bit) when running the GNOME Classic and GNOME with Xmonad sessions, but not when using the Ubuntu/Unity session. I'm not seeing it at home under GNOME with xmonad, though... (Also Ubuntu 12.04, 64 bit...) -- You received this bug notification

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-29 Thread Alex Dehnert
It looks to me like the issue is that while vmbuilder moves away initctl to avoid starting any services, upstart (or maybe another init?) gets reinstalled, replacing the moved initctl. As a result, it leaks a cron invocation. (I'm not totally sure why the policy-rc.d change that's in the guest

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-29 Thread Alex Dehnert
It looks to me like the issue is that while vmbuilder moves away initctl to avoid starting any services, upstart (or maybe another init?) gets reinstalled, replacing the moved initctl. As a result, it leaks a cron invocation. (I'm not totally sure why the policy-rc.d change that's in the guest

[Bug 529381] Re: apticron uninstallable without cron

2010-03-03 Thread Alex Dehnert
I've verified that stock apticron doesn't install on a new Lucid VM, but that the apticron from your PPA does. Thanks. -- apticron uninstallable without cron https://bugs.launchpad.net/bugs/529381 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 529381] [NEW] apticron uninstallable without cron

2010-02-28 Thread Alex Dehnert
Public bug reported: Binary package hint: apticron apticron appears to require cron to be installed so that the /etc/cron.d/ directory exists. When cron isn't installed (as, for example, on a VM built by python-vm-builder), apticron will fail to install. Presumably, apticron should declare a

[Bug 528895] [NEW] git-core should depend on man-db

2010-02-27 Thread Alex Dehnert
Public bug reported: Binary package hint: git-core git help requires /usr/bin/man to exist in order to display help, but man isn't necessarily installed (in particular, it isn't installed on machines installed with python-vm-builder). a...@masada ~ [09:09] $ git help foo warning: failed to exec

[Bug 528894] [NEW] SSL name-based virtual hosts are supported

2010-02-27 Thread Alex Dehnert
Public bug reported: Binary package hint: apache2.2-common a...@masada apache2 [09:18] $ lsb_release -rd Description:Ubuntu 9.10 Release:9.10 a...@masada apache2 [09:19] $ apt-cache policy apache2.2-common apache2.2-common: Installed: 2.2.12-1ubuntu2.1 Candidate:

[Bug 528894] Re: SSL name-based virtual hosts are supported

2010-02-27 Thread Alex Dehnert
Sorry, that should be /etc/apache2/ports.conf above, not /etc/ports.conf. -- SSL name-based virtual hosts are supported https://bugs.launchpad.net/bugs/528894 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 484098] [NEW] xm bash completion interacts poorly with bash aliases

2009-11-17 Thread Alex Dehnert
Public bug reported: Binary package hint: xen-tools a...@borobudur ~ [01:40] $ lsb_release -rd Description:Ubuntu 9.04 Release:9.04 a...@borobudur ~ [01:40] $ apt-cache policy xen-tools xen-tools: Installed: 3.9-6 Candidate: 3.9-6 Version table: *** 3.9-6 0 500

[Bug 174832] Re: ubuntu gnome-terminal - wrong key mapping in bash with a french keyboard

2009-06-22 Thread Alex Dehnert
This feels like the same bug as https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/204202. (Not that that is really likely to help anyone.) -- ubuntu gnome-terminal - wrong key mapping in bash with a french keyboard https://bugs.launchpad.net/bugs/174832 You received this bug

[Bug 23244] Re: keyboard shortcut mixed when using several keymaps

2009-06-22 Thread Alex Dehnert
This feels like the same bug as https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/204202. (Not that that is really likely to help anyone.) -- keyboard shortcut mixed when using several keymaps https://bugs.launchpad.net/bugs/23244 You received this bug notification because you are a

[Bug 163835] Re: Ctrl-keys does not work in gutsy

2009-06-22 Thread Alex Dehnert
*** This bug is a duplicate of bug 204202 *** https://bugs.launchpad.net/bugs/204202 This feels like the same bug as https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/204202. (Not that that is really likely to help anyone.) ** This bug has been marked a duplicate of bug 204202

[Bug 238549] Re: xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s!

2008-08-10 Thread Alex Dehnert
I think I may have seen the same bug. At least, the Xen dom0 will occasionally completely freeze up. Moving the mouse does not cause the cursor to move in X11, pressing keys doesn't produce any visible result (in X11 or console), ssh sessions freeze up (to host and guest), other services are not

[Bug 238549] Re: xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s!

2008-08-10 Thread Alex Dehnert
One Athlon64. ** Attachment added: cpuinfo.log http://launchpadlibrarian.net/16686394/cpuinfo.log -- xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s! https://bugs.launchpad.net/bugs/238549 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 238549] Re: xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s!

2008-08-10 Thread Alex Dehnert
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/16686399/lspci-vvnn.log -- xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s! https://bugs.launchpad.net/bugs/238549 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 238549] Re: xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s!

2008-08-10 Thread Alex Dehnert
** Attachment added: uname-a.log http://launchpadlibrarian.net/16686400/uname-a.log -- xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s! https://bugs.launchpad.net/bugs/238549 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 238549] Re: xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s!

2008-08-10 Thread Alex Dehnert
** Attachment added: version.log http://launchpadlibrarian.net/16686403/version.log -- xen dom0 crashes with BUG: soft lockup - CPU#0 stuck for 11s! https://bugs.launchpad.net/bugs/238549 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to