[Bug 1730568] [NEW] gnome-shell crashes when indicator-multiload starts: gtk_icon_info_load_icon_finish: assertion failed: (icon_info_get_pixbuf_ready (icon_info))

2017-11-06 Thread David Leonard
Public bug reported: Description:Ubuntu 17.10 Release:17.10 gnome-shell 3.26.1-0ubuntu5 amd64 indicator-multiload 0.4-0ubuntu5 amd64 I logged in (gdm3/wayland), tapped Meta, started typing "load" and selected "System Load Indicator" expecting to see a system load indicator appear

[Bug 1578444] Re: Unable to load Atom 'find_elements' on Ubuntu 16.04

2017-09-26 Thread David Leonard
and subsequent ghostdriver issue: https://github.com/detro/ghostdriver/issues/473 ** Bug watch added: github.com/detro/ghostdriver/issues #473 https://github.com/detro/ghostdriver/issues/473 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1578444] Re: Unable to load Atom 'find_elements' on Ubuntu 16.04

2017-09-26 Thread David Leonard
debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860485 ** Bug watch added: Debian Bug tracker #860485 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860485 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1564208] [NEW] fix for linux_tools when cross-compiling

2016-03-30 Thread David Leonard
Public bug reported: When cross-compiling with do_tools, dh_shlibdeps needs to be told to look in /usr//lib otherwise it will fail the build. I am cross-building in ubuntu-xenial.git (master) on x86_64 for an armhf target: archtriple=arm-linux-gnueabihf flavour=generic

[Bug 1564206] [NEW] fix for do_tools_cpupower when cross-compiling

2016-03-30 Thread David Leonard
Public bug reported: cpupower's Makefile uses ${CROSS} instead of ${CROSS_COMPILE} The problem is that debian/rules.d/2-binary-arch.mk needs to set CROSS instead of CROSS_COMPILE, like so: make -C $(builddirpa)/tools/power/cpupower \ CROSS=$(CROSS_COMPILE) \

[Bug 839286] Re: oneconf-query crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.75 was not provided by any .service files

2015-12-30 Thread David Leonard
I had a corrupted ~/.cache/oneconf directory, causing oneconf-server to crash (a KeyError in hosts.py: self.current_host['hostid']) and then I would see the same DBusException from the oneconf-query client as described above. Deleting ~/.cache/oneconf fixed it for me. -- You received this bug n

[Bug 1435104] Re: segfault with IPv6 connections

2015-06-21 Thread David Leonard
patch submitted upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435104 Title: segfault with IPv6 connections To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 1467375] Re: incorrect IPv6 addresses logged in tacacas+

2015-06-21 Thread David Leonard
patch submitted upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467375 Title: incorrect IPv6 addresses logged in tacacas+ To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1435632] Re: segfault on disabled accounts

2015-06-21 Thread David Leonard
patch submitted upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435632 Title: segfault on disabled accounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1467375] Re: incorrect IPv6 addresses logged in tacacas+

2015-06-21 Thread David Leonard
** Patch added: "ip6-bis.patch" https://bugs.launchpad.net/ubuntu/+source/tacacs+/+bug/1467375/+attachment/4418294/+files/ip6-bis.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467375 Title:

[Bug 1467375] Re: incorrect IPv6 addresses logged in tacacas+

2015-06-21 Thread David Leonard
** Patch removed: "tacplusd-v6-numeric.patch" https://bugs.launchpad.net/ubuntu/+source/tacacs+/+bug/1467375/+attachment/4418289/+files/tacplusd-v6-numeric.patch ** Description changed: tacacs+ will log truncated/mangled IPv6 addresses. Tracked it down to sockaddr_in storage being used

[Bug 1467375] [NEW] incorrect IPv6 addresses logged in tacacas+

2015-06-21 Thread David Leonard
Public bug reported: tacacs+ will log truncated/mangled IPv6 addresses. Tracked it down to sockaddr_in storage being used, with some incorrect length parameters passed to getnameinfo() and inet_ntop(). ** Affects: tacacs+ (Ubuntu) Importance: Undecided Status: New ** Patch added:

[Bug 1435632] [NEW] segfault on disabled accounts

2015-03-23 Thread David Leonard
Public bug reported: When authenticating some users, tac_plus will check system passwords, and crash if the account is disabled. To reproduce: set the system password (/etc/shadow) of a tac+ authenticated user to "!"; then try authenticating from a remote client (in my case with pam_tacplus); the

[Bug 1435104] [NEW] segfault with IPv6 connections

2015-03-22 Thread David Leonard
Public bug reported: When an IPv6 client attaches, the server segfaults. Process 12011 attached restart_syscall(<... resuming interrupted call ...>) = 1 accept(2, {sa_family=AF_INET6, sin6_port=htons(56654), inet_pton(AF_INET6, "fd01:900d:f00d:cafe:4bf:1ef2:ff7f:0", &sin6_addr), sin6_flowinfo=0,

[Bug 1399861] [NEW] top errors out when a cpu is taken offline

2014-12-05 Thread David Leonard
Public bug reported: 1. start top in a session 2. press '1' to show the CPUs individually 3. in a separate (root) session, shut down a cpu like this: # echo 0 > /sys/devices/system/cpu/cpu2/online 4. top will exit with a message like this: top: failed /proc/stat read Related: when

[Bug 1399861] Re: top errors out when a cpu is taken offline

2014-12-05 Thread David Leonard
procps-3.2.8 Distributor ID: Ubuntu Description:Ubuntu 12.04.5 LTS Release:12.04 Codename: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399861 Title: top errors out when

[Bug 876795] Re: mkimage: Can't set header for FIT Image support: Success

2011-10-18 Thread David Leonard
No patch; to fix, some significant interface surgery looks necessary. My current workaround is a small custom mkimage that uses crc32 from libz. I will look into pushing this bug upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 876795] [NEW] mkimage: Can't set header for FIT Image support: Success

2011-10-17 Thread David Leonard
Public bug reported: When creating a devicetree image with the command: mkimage -O linux -A powerpc -C none -T flat_dt -d input.dtb output.ub This results in an output.ub with an all-zero uboot header, the error message: mkimage: Can't set header for FIT Image support: Success And it exit

[Bug 542357] Re: upgrade from karmic to lucid: gui is crashing on login

2010-05-22 Thread David Leonard
Similar problem with fresh install of ubuntu desktop 10.04/i386 under VMware Workstation 5.0.0-13124; X would just keep crashing out (even with failsafe/vesa) with : Illegal instruction at address 0xb76c1ca3 Caught signal 4 (Illegal instruction). Server aborting Workaround/solution was to mo

[Bug 574977] Re: Cannot Sync Music to iPod Touch

2010-05-11 Thread David Leonard
I will confirm installing ubuntu-restricted-extras fixes the issue. ** Changed in: ifuse (Ubuntu) Status: Incomplete => Fix Released -- Cannot Sync Music to iPod Touch https://bugs.launchpad.net/bugs/574977 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 578613] [NEW] asterisk seg faults in masq_park_call

2010-05-10 Thread David Leonard
Public bug reported: Binary package hint: asterisk After an upgrade to 10.04, I get a seg fault in /usr/sbin/asterisk (package version 1:1.6.2.5-0ubuntu1 amd64) SIGSEGV (gdb) fr 0 #0 masq_park_call (rchan=0x7f4276028170, peer=0x0, timeout=, extout=, play_announcement=, args=0x7f424ef9016

[Bug 574977] Re: Cannot Sync Music to iPod Touch

2010-05-04 Thread David Leonard
Paul: I thought ifuse was the default, but if gvfs-afc-backend is the default, than that is what I am having an issue with. -- Cannot Sync Music to iPod Touch https://bugs.launchpad.net/bugs/574977 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 574977] Re: Cannot Sync Music to iPod Touch

2010-05-04 Thread David Leonard
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47778057/Dependencies.txt -- Cannot Sync Music to iPod Touch https://bugs.launchpad.net/bugs/574977 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 574977] [NEW] Cannot Sync Music to iPod Touch

2010-05-04 Thread David Leonard
Public bug reported: Binary package hint: ifuse I am having issues syncing my iPod Touch 2nd Generation from Rhythmbox. iPod Details: - 2nd Generation - 3.1.3 firmware - Spirit userland jailbreak (spiritjb.com) Ubuntu distro details: You are using Ubuntu 10.04 LTS - the Luci

[Bug 6501] Re: /usr/share/dict/words Symlink is Broken on Fresh Dapper Install

2009-10-11 Thread David Leonard
Packages such as "wamerican" or "wbritish" will fill in the /usr/share/dict/words link. And various 'wordlist' tools installed by dictionaries-common manage it, e.g.: /usr/sbin/select-default-wordlist (Though this information does not 'fix' the dangling symlink I hope it is useful for people sea

[Bug 297053] [NEW] calendarserver missing dependency on twisted-web

2008-11-11 Thread David Leonard
Public bug reported: Binary package hint: calendarserver # apt-get install calendarserver (configure, start) # caladmin users Traceback (most recent call last): File "/usr/bin/caladmin", line 29, in run() File "/usr/lib/python2.5/site-packages/twistedcaldav/admin/script.py", line 108, i

[Bug 280391] Re: no image on enabled display (Radeon HD 2400 XT)

2008-11-07 Thread David Leonard
Okay, got a chance to upgrade from 8.4 to 8.10 and everything seems to work! Very happy :) Sitting in front of monitors now in the configuration I want! ii xserver-xorg-video-ati 1:6.9.0+git20081003.f9826a56-0ubuntu2 X.Org X server -- ATI display driver wrapper Settings are the default, except

[Bug 280391] Re: no image on enabled display (Radeon HD 2400 XT)

2008-10-25 Thread David Leonard
Attaching the lspci -vvnn a Ah. I went back to 8.04 (to get networking) I will upgrade to 8.10 RC and try the radeon driver again. ** Attachment added: "lspci -vvnn" http://launchpadlibrarian.net/18898892/x.txt -- no image on enabled display (Radeon HD 2400 XT) https://bugs.launchpad.net/bu

[Bug 289311] Re: Not clear what delimiter to use when configuring exim4 listen interfaces

2008-10-25 Thread David Leonard
** Description changed: Binary package hint: exim4-config + + ii exim4-config 4.69-5ubuntu2 configuration for the Exim MTA (v4) When running 'dpkg-reconfigure exim4-config', the screen "Mail Server Configuration" doesn't say what delimiter to use between addresses. Mail Ser

[Bug 289372] [NEW] mknod: i2c-0-: Read-only filesystem

2008-10-25 Thread David Leonard
Public bug reported: Binary package hint: libsensors3 Description:Ubuntu 8.10 Release:8.10 x86_64 server release candidate Got some errors during install.. They appear benign, but I don't know for sure. # apt-get install snmp ... Setting up libsensors3 (1:2.10.7-1) ... udev active,

[Bug 289311] [NEW] Not clear what delimiter to use when configuring exim4 listen interfaces

2008-10-25 Thread David Leonard
Public bug reported: Binary package hint: exim4-config When running 'dpkg-reconfigure exim4-config', the screen "Mail Server Configuration" doesn't say what delimiter to use between addresses. Mail Server Configuration IP-addresses to listen on for incoming SMTP connections: 127.0.0.1

[Bug 280391] [NEW] no image on enabled display (Radeon HD 2400 XT)

2008-10-08 Thread David Leonard
Public bug reported: System>Preferences>Screen Resolution shows two displays, with extended desktop, but right monitor (DVI-0) remains black. This is xserver-xorg-video-radeon 6.9.0+git20080826.a3cc1d7a-2ubuntu3 from Intrepid Ibex beta on x86_64: a Dell Optiplex 755 with a Radeon HD 2400 XT; X is

[Bug 280391] Re: no image on enabled display (Radeon HD 2400 XT)

2008-10-08 Thread David Leonard
I should add that mirrored output works fine. -- no image on enabled display (Radeon HD 2400 XT) https://bugs.launchpad.net/bugs/280391 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 280391] Re: no image on enabled display (Radeon HD 2400 XT)

2008-10-08 Thread David Leonard
xorg.conf: section "Monitor" Identifier "monitor0" Option "RightOf" "Monitor1" Endsection section "Monitor" Identifier "monitor1" endsection section "Screen" identifier "Default Screen" device "device0" Subsection "Display" virtual 3200 1600 endsubsection endsection

[Bug 280362] Re: e1000 failing

2008-10-08 Thread David Leonard
hang on.. was this module disabled because of the flash-erasing thing? :( -- e1000 failing https://bugs.launchpad.net/bugs/280362 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 280362] Re: e1000 failing

2008-10-08 Thread David Leonard
Problem was not solved by blacklisting the watchdog as described in bug 218357 at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/218357/comments/10 It removed the iTCO_wdt lines, but e1000 is still not probed. lspci says: 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Netw

[Bug 280362] [NEW] e1000 failing

2008-10-08 Thread David Leonard
Public bug reported: On a Dell Optiplex 755, I installed lenny/sid beta x86_64 and instead of detecting eth0, it configures pan0 (?). Looks like some watchdog thing isn't working: iTCO_vendor_support: vendor-support=0 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008) iTCO_wdt: failed