[Bug 1611287] Re: provide canonical way to install templates and configuration files into $SNAP_* dirs

2016-08-10 Thread Evan Dandrea
I think hack is an unnecessarily strong term. In the Cassandra snap, the config is copied into $SNAP_DATA at runtime (if not already present) [1]. Helper programs are provided for getting, setting, and environment variable lookup (for templating) [2]. Having native support for config will bring

[Bug 1389357] Re: whoopsie reuses CRASH_DB_IDENTIFIER on next run

2014-11-05 Thread Evan Dandrea
This will mean that tests in CI will negligibly skew the results, but I think we can live with that for now. I agree that this is low priority. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389357

[Bug 1266747] Re: emulator GL translator errors during autopilot tests

2014-08-22 Thread Evan Dandrea
I'm also seeing this when running the emulator inside an openstack instance: sdk/emulator/opengl/host/libs/Translator/GLES_V2/GLESv2Imp.cpp:glReadPixels:1610 error 0x500 That happens every time I try to capture the screen using mirscreencast or phablet-screenshot. GL seems to be wired up

[Bug 1347737] [NEW] Kernel nested kvm support

2014-07-23 Thread Evan Dandrea
Public bug reported: Before we go barking up the tree of the Ubuntu Touch emulator on bare metal using MAAS and Juju, I wanted to make sure we tried nested kvm. I heard rumors that this was known not to work well, and sure enough if I run the touch emulator inside an i386 2G RAM trusty instance

[Bug 1347737] Re: Kernel nested kvm support

2014-07-23 Thread Evan Dandrea
+-+-+ | Property| Value |

[Bug 1347737] Re: Kernel nested kvm support

2014-07-23 Thread Evan Dandrea
ubuntu@juju-lcy-machine-0:~$ sudo lshw juju-lcy-machine-0 description: Computer product: OpenStack Nova () vendor: OpenStack Foundation version: 2013.1.5 serial: 33313934-3432-5a43-4339-353037544c37 width: 32 bits capabilities: smbios-2.4 dmi-2.4 smp-1.4 smp

[Bug 1347737] Re: Kernel nested kvm support

2014-07-23 Thread Evan Dandrea
Chris points out that we're doing armhf on i386. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347737 Title: Kernel nested kvm support To manage notifications about this bug go to:

[Bug 1340604] Re: [phone] crash files are only uploaded on boot

2014-07-22 Thread Evan Dandrea
Stellar work, guys. I do find it odd that this is causing whoopsie to sit around doing nothing, given that online_state defaults to true, but let's assume for a minute that dbus is indeed the problem. The upstart job doesn't have any non-runlevel service dependencies, so it could conceivably come

[Bug 1307215] Re: destroy-environment fails to clear lxc containers

2014-07-17 Thread Evan Dandrea
Correct. Attached is a juju-deployer config that reproduces the issue when used with the juju local provider and /var/lib/lxc in the host backed onto btrfs. If you deploy it and run juju destroy-environment --force -y local, it should fail. This is because Ceph sees that /srv/ceph is on btrfs and

[Bug 1307215] Re: destroy-environment fails to clear lxc containers

2014-07-17 Thread Evan Dandrea
Correct. Attached is a juju-deployer config that reproduces the issue when used with the juju local provider and /var/lib/lxc in the host backed onto btrfs. If you deploy it and run juju destroy-environment --force -y local, it should fail. This is because Ceph sees that /srv/ceph is on btrfs and

[Bug 1307215] Re: destroy-environment fails to clear lxc containers

2014-07-14 Thread Evan Dandrea
To further clarify, this isn't a juju bug. lxc should be smart enough to delete dependent subvolumes before it deletes the rootfs subvolume. I took a stab at this over the weekend, but ran out of time. btrfs_destroy(struct bdev *orig) is what you're after. ** Also affects: lxc (Ubuntu)

[Bug 1307215] Re: destroy-environment fails to clear lxc containers

2014-07-14 Thread Evan Dandrea
To further clarify, this isn't a juju bug. lxc should be smart enough to delete dependent subvolumes before it deletes the rootfs subvolume. I took a stab at this over the weekend, but ran out of time. btrfs_destroy(struct bdev *orig) is what you're after. ** Also affects: lxc (Ubuntu)

[Bug 1319099] Re: whoopsie-upload-all does not upload RecoverableProblem reports

2014-05-13 Thread Evan Dandrea
This is not by design. I don't know why it was written this way (and I don't /think/ I wrote it). We should definitely upload all crash types from the phone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1269917] Re: Kernel GPF

2014-01-17 Thread Evan Dandrea
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269917 Title: Kernel GPF To manage notifications about this bug go to:

[Bug 1267774] [NEW] Apport does not handle corrupted crash files in all cases

2014-01-10 Thread Evan Dandrea
Public bug reported: When whoopsie-upload-all is run over a partially-written crash file, it dies deep inside apport: https://jenkins.qa.ubuntu.com/job/trusty-touch-mako-smoke- click_image_tests/96/artifact/clientlogs/_usr_share_apport_whoopsie- upload-all.0.crash/*view*/

[Bug 1261308] Re: Intel ivy bridge crash on a CI machine executing autopilot tests

2013-12-16 Thread Evan Dandrea
** Tags added: ci-engineering -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261308 Title: Intel ivy bridge crash on a CI machine executing autopilot tests To manage notifications about this bug

[Bug 1253974] Re: glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests

2013-12-16 Thread Evan Dandrea
** Tags added: ci-engineering -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1253974 Title: glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests To manage notifications about this bug go

[Bug 1249162] Re: Devices lose adb connection after phablet-flash loop

2013-11-08 Thread Evan Dandrea
** Tags added: ci-engineering -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249162 Title: Devices lose adb connection after phablet-flash loop To manage notifications about this bug go to:

[Bug 1233613] Re: Adb and mtp priority issue

2013-11-08 Thread Evan Dandrea
I'm bumping the priority of this as it affects the CI infrastructure. Oliver, have you had a chance to look into this? ** Changed in: android-tools (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1233613] Re: Adb and mtp priority issue

2013-11-07 Thread Evan Dandrea
** Tags added: ci-engineering -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233613 Title: Adb and mtp priority issue To manage notifications about this bug go to:

[Bug 1245524] Re: whoopsie fails to notice/process .crash files on touch images

2013-10-29 Thread Evan Dandrea
** Changed in: whoopsie (Ubuntu) Importance: Undecided = Critical ** Changed in: whoopsie (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245524 Title:

[Bug 1235436] Re: /etc/init/apport-noui.conf is non-functional on the phone

2013-10-11 Thread Evan Dandrea
** Changed in: apport (Ubuntu) Importance: High = Critical ** Changed in: apport (Ubuntu) Milestone: None = ubuntu-13.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235436 Title:

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-09 Thread Evan Dandrea
[11:52:24] apw ok there are a continuious stream of updates from the kernel [11:52:37] apw becasue link level mappings are in the routing table, and they appear and dissapear [11:52:39] apw all the time [11:53:04] apw try sudo ip monitor [15:12:24] ev so

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu) Importance: Undecided Status: New ** Description changed: + Watching GNetworkMonitor's network-changed signal causes constant DNS + traffic. + + Unfortunately, we currently need this because checking NetworkManager's + state for CONNECTED_GLOBAL is

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed: Watching GNetworkMonitor's network-changed signal causes constant DNS traffic. Unfortunately, we currently need this because checking NetworkManager's state for CONNECTED_GLOBAL is not enough to know whether we're really online since Ubuntu does not yet use

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed: Watching GNetworkMonitor's network-changed signal causes constant DNS traffic. - Unfortunately, we currently need this because checking NetworkManager's - state for CONNECTED_GLOBAL is not enough to know whether we're really - online since Ubuntu does not yet use

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2013-10-08 Thread Evan Dandrea
** Description changed: Watching GNetworkMonitor's network-changed signal causes constant DNS traffic. Andy Whitcroft points out that the NETLINK_ROUTE socket set up by - GNetworkMonitor will fire events every time there an ARP entry appears - or disappears. + GNetworkMonitor will fire

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-19 Thread Evan Dandrea
** Changed in: touch-preview-images Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211417 Title: whoopsie takes 100% CPU on the phone To manage

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-16 Thread Evan Dandrea
** No longer affects: glib2.0 (Ubuntu) ** Changed in: whoopsie Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211417 Title: whoopsie takes 100% CPU on the

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-16 Thread Evan Dandrea
Fixed in 0.2.23 ** Changed in: whoopsie (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211417 Title: whoopsie takes 100% CPU on the phone To

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-14 Thread Evan Dandrea
Valgrind isn't showing anything particularly relevant. The uninitialised value error is present in all bzr revisions of whoopsie when using this version of libc (2.17-91ubuntu1 - probably earlier ones too as I just upgraded it). ** Attachment added: vgdump.txt

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
We've just landed a new glib. Can you check to see if you have libglib2.0-0 2.37.5-1ubuntu1 installed, and whether downgrading to a version prior fixes the issue? Whoopsie isn't polling fds itself, so I suspect the problem lies a level below. I've been unable to trigger this on a Nexus 4 so far.

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
Also, please attach `grep whoopsie /var/log/syslog` and the resultant /var/crash/*whoopsie*.crash file when you pkill -ABRT whoopsie. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211417

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
Alan's crash, retraced. ** Attachment added: whoopsie.crash https://bugs.launchpad.net/whoopsie/+bug/1211417/+attachment/3771116/+files/whoopsie.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
A better stack trace. This definitely looks like a glib problem. I'm still investigating, but I haven't been able to reproduce it since the first couple of times. ** Attachment added: whoopsie2.crash https://bugs.launchpad.net/whoopsie/+bug/1211417/+attachment/3771200/+files/whoopsie2.crash

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
** Also affects: glib2.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: glib2.0 (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211417

[Bug 1211417] Re: whoopsie takes 100% CPU on the phone

2013-08-13 Thread Evan Dandrea
For what it's worth, I've been unable to reproduce this at all on an up- to-date system. That could just be that this is racy, but I would've expected to see it by now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1210502] [NEW] Not possible to get the IMEI without a SIM

2013-08-09 Thread Evan Dandrea
Public bug reported: I have a Nexus 4 (mako) without a SIM card. When I try to ask ofono for the SIM card, I don't get one back: root@ubuntu-phablet:/# /usr/share/ofono/scripts/list-modems [ /ril_0 ] Features = Emergency = 0 Powered = 0 Lockdown = 0 Interfaces = Online =

[Bug 1210502] Re: Not possible to get the IMEI without a SIM

2013-08-09 Thread Evan Dandrea
** Description changed: I have a Nexus 4 (mako) without a SIM card. When I try to ask ofono for - the SIM card, I don't get one back: + the IEMI, I don't get one back: root@ubuntu-phablet:/# /usr/share/ofono/scripts/list-modems [ /ril_0 ] - Features = - Emergency = 0 -

[Bug 1205374] Re: Only attempts to retry the existing crash reports once, after two hours.

2013-08-09 Thread Evan Dandrea
Hi Brian, I can't see why this would happen. Could you do me a favour and run the following in your quantal environment: sudo CRASH_DB_URL=http://localhost: G_DEBUG=fatal-criticals gdb --args whoopsie -f r bt full And attach the output here. Thanks! -- You received this bug notification

[Bug 1205374] Re: Only attempts to retry the existing crash reports once, after two hours.

2013-08-02 Thread Evan Dandrea
** Description changed: process_existing_files is supposed to fire every two hours. However, because the function doesn't return a boolean value, glib stops processing the two hour timeout event after the first run. TEST CASE: Terminal 1: sudo stop whoopsie - sudo

[Bug 1205374] Re: Only attempts to retry the existing crash reports once, after two hours.

2013-07-29 Thread Evan Dandrea
** Changed in: whoopsie (Ubuntu Raring) Status: Confirmed = Fix Committed ** Changed in: whoopsie (Ubuntu Quantal) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1205374] Re: Only attempts to retry the existing crash reports once, after two hours.

2013-07-29 Thread Evan Dandrea
** Changed in: whoopsie (Ubuntu Precise) Status: Confirmed = Fix Committed ** Description changed: process_existing_files is supposed to fire every two hours. However, because the function doesn't return a boolean value, glib stops processing the two hour timeout event after the

[Bug 1205374] [NEW] Only attempts to retry the existing crash reports once, after two hours.

2013-07-26 Thread Evan Dandrea
Public bug reported: process_existing_files is supposed to fire every two hours. However, because the function doesn't return a boolean value, glib stops processing the two hour timeout event after the first run. ** Affects: whoopsie (Ubuntu) Importance: Critical Assignee: Evan Dandrea

[Bug 1205374] Re: Only attempts to retry the existing crash reports once, after two hours.

2013-07-26 Thread Evan Dandrea
** Also affects: whoopsie (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: whoopsie (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: whoopsie (Ubuntu Saucy) Importance: Critical Assignee: Evan Dandrea (ev) Status: Confirmed

[Bug 1205394] Re: distupgrade fails in saucy because whoopsie-preferences _0.8_amd64.deb is trying to overwrite '/usr/bin/whoopsie-preferences', which is also in package activity-log-manager-control-c

2013-07-26 Thread Evan Dandrea
** Changed in: whoopsie-preferences (Ubuntu) Importance: Undecided = High ** Changed in: whoopsie-preferences (Ubuntu) Assignee: (unassigned) = Evan Dandrea (ev) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1203067] Re: [MIR] whoopsie-preferences

2013-07-23 Thread Evan Dandrea
I fixed the lintian errors as 0.6: https://launchpad.net/ubuntu/+source/whoopsie-preferences/0.6 ** Changed in: whoopsie-preferences (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1203042] [NEW] Clean up packaging for 0.9.8

2013-07-19 Thread Evan Dandrea
Public bug reported: If https://code.launchpad.net/~ev/activity-log-manager/split-out- diagnostics-service/+merge/175820 gets merged, then 01_really_hide_automatic_reports.patch needs its paths changed and we need to drop etc from the install paths. ** Affects: activity-log-manager (Ubuntu)

[Bug 1203042] Re: Clean up packaging for 0.9.8

2013-07-19 Thread Evan Dandrea
We also need to depend on whoopsie-preferences :). I'll update the diff. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203042 Title: Clean up packaging for 0.9.8 To manage notifications about

[Bug 1203067] [NEW] [MIR] whoopsie-preferences

2013-07-19 Thread Evan Dandrea
Public bug reported: This is a main inclusion request for whoopsie-preferences, a DBus daemon to control the enabled flag in /etc/default/whoopsie and obtaining the system identifier (either the SHA512 of the system UUID or the MAC address of the first network interface) to form the final part of

[Bug 1203042] Re: Clean up packaging for 0.9.8

2013-07-19 Thread Evan Dandrea
There's a MIR in progress for whoopsie-preferences here: https://bugs.launchpad.net/ubuntu/+source/whoopsie- preferences/+bug/1203067 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203042 Title:

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-07-08 Thread Evan Dandrea
Seth is correct, though this is only broken in saucy (I've just checked all the other versions). Working on a fix for saucy now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title: Create

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-07-08 Thread Evan Dandrea
Argh, so it is. Fixing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title: Create core dumps for setuid binaries To manage notifications about this bug go to:

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-07-08 Thread Evan Dandrea
Uploaded the raring-proposed fix as 2.9.2-0ubuntu8.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title: Create core dumps for setuid binaries To manage notifications about this bug go

[Bug 1189253] Re: Upgrade to 0.9.5

2013-06-28 Thread Evan Dandrea
This patch works well for me. ** Changed in: activity-log-manager (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1189253 Title: Upgrade to 0.9.5 To manage

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-06-27 Thread Evan Dandrea
** Description changed: Kees has looked into setting /proc/sys/fs/setuid_dumpable to 2, which will enable core dumps for setuid binaries. This is now safe in all cases for kernels in raring and later. For quantal and earlier, a core pipe handler must be set when

[Bug 1194541] [NEW] Create core dumps for setuid binaries

2013-06-25 Thread Evan Dandrea
Public bug reported: Kees has looked into setting /proc/sys/fs/setuid_dumpable to 2, which will enable core dumps for setuid binaries. This is now safe in all cases for kernels in raring and later. For quantal and earlier, a core pipe handler must be set when /proc/sys/fs/setuid_dumpable is set

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-06-25 Thread Evan Dandrea
This was uploaded to quantal-proposed as 2.6.1-0ubuntu12. ** Changed in: apport (Ubuntu Quantal) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title:

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-06-25 Thread Evan Dandrea
This was uploaded to precise-proposed as 2.0.1-0ubuntu17.4. ** Changed in: apport (Ubuntu Precise) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title:

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-06-25 Thread Evan Dandrea
This was uploaded to Saucy as 2.10.2-0ubuntu3. ** Also affects: apport (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: apport (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: apport (Ubuntu Raring) Importance: Undecided

[Bug 1194541] Re: Create core dumps for setuid binaries

2013-06-25 Thread Evan Dandrea
This was uploaded to raring-proposed as 2.9.2-0ubuntu8.2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194541 Title: Create core dumps for setuid binaries To manage notifications about this bug

[Bug 958543] Re: ubiquity does not complete the installation

2013-06-12 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958543 Title: ubiquity does not complete the installation To manage

[Bug 1189486] [NEW] /usr/bin/gnome-shell:6:g_assertion_message:g_assertion_message_cmpnum:g_object_notify_by_pspec:clutter_actor_set_child_at_index:clutter_actor_has_overlaps

2013-06-10 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/gnome- shell:6:g_assertion_message:g_assertion_message_cmpnum:g_object_notify_by_pspec:clutter_actor_set_child_at_index:clutter_actor_has_overlaps ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New

[Bug 1188881] [NEW] /usr/bin/jackd:8:__udivdi3:Jack::JackFrameTimer::ResetFrameTime:Jack::JackEngineControl::NotifyXRun:Jack::JackEngine::NotifyXRun:Jack::JackDriver::NotifyXRun

2013-06-07 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/jackd:8:__udivdi3:Jack::JackFrameTimer::ResetFrameTime:Jack::JackEngineControl::NotifyXRun:Jack::JackEngine::NotifyXRun:Jack::JackDriver::NotifyXRun ** Affects: jackd2 (Ubuntu) Importance: Undecided Status: New --

[Bug 1187146] [NEW] /usr/bin/xrandr-tool:TypeError:/usr/bin/xrandr-tool@82

2013-06-03 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/xrandr- tool:TypeError:/usr/bin/xrandr-tool@82 ** Affects: xdiagnose (Ubuntu) Importance: Undecided Status: New ** Tags: raring -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1186645] [NEW] /usr/bin/gnome-control-center:6:g_assertion_message:g_assertion_message_expr:fill_contact_info_grid:request_contact_info_cb:g_simple_async_result_complete

2013-06-01 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/gnome-control- center:6:g_assertion_message:g_assertion_message_expr:fill_contact_info_grid:request_contact_info_cb:g_simple_async_result_complete ** Affects: gnome-control-center (Ubuntu) Importance: Undecided

[Bug 1186647] [NEW] /usr/bin/nautilus:6:g_assertion_message:g_assertion_message_expr:nautilus_bookmark_connect_file:nautilus_bookmark_connect_file:g_object_newv

2013-06-01 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/nautilus:6:g_assertion_message:g_assertion_message_expr:nautilus_bookmark_connect_file:nautilus_bookmark_connect_file:g_object_newv ** Affects: nautilus (Ubuntu) Importance: Undecided Status: Confirmed -- You

[Bug 1186388] [NEW] Crash due to Cairo-Pinguin: infinite loop in on_build_container_menu

2013-05-31 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/cairo- dock:11:on_build_container_menu:on_build_container_menu:on_build_container_menu:on_build_container_menu:on_build_container_menu ** Affects: cairo-dock-plug-ins (Ubuntu) Importance: Undecided Status: New --

[Bug 1186419] [NEW] /usr/bin/gnome-control-center:11:get_graphics_data_glx_renderer:get_graphics_data:cc_info_panel_init:g_type_create_instance:g_object_constructor

2013-05-31 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/gnome-control- center:11:get_graphics_data_glx_renderer:get_graphics_data:cc_info_panel_init:g_type_create_instance:g_object_constructor ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New

[Bug 989819] Re: the signatures match code should probably consider the exception for python errors

2013-05-30 Thread Evan Dandrea
** Changed in: daisy Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/989819 Title: the signatures match code should probably consider the exception

[Bug 944756] Re: Shows unpleasant Cannot connect to crash database instead of queuing for later

2013-05-30 Thread Evan Dandrea
** Changed in: apport (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944756 Title: Shows unpleasant Cannot connect to crash database instead

[Bug 892386] Re: No shortcut available for forward button for Chinese during installation / oem-config

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/892386 Title: No shortcut available for forward button for Chinese

[Bug 775124] Re: Ubiquity should have a command line option to override the free space check

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: ubiquity (Ubuntu Oneiric) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: ubiquity (Ubuntu Precise) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug

[Bug 754275] Re: Time zones map is wrong

2013-05-30 Thread Evan Dandrea
** Changed in: libtimezonemap (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/754275 Title: Time zones map is wrong To manage notifications

[Bug 658865] Re: Install from USB fails: An attempt to configure apt to install additional packages from the CD failed

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/658865 Title: Install from USB fails: An attempt to configure apt

[Bug 419194] Re: We have hardly any data on why people cancel installations

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/419194 Title: We have hardly any data on why people cancel

[Bug 645818] Re: Unknown keyword in configuration file: gfxboot

2013-05-30 Thread Evan Dandrea
** Changed in: usb-creator (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: usb-creator (Ubuntu Natty) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: usb-creator (Ubuntu Precise) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: usb-creator

[Bug 751666] Re: Restricted plugins selected at install didn't install

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu Natty) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) ** Changed in: ubiquity (Ubuntu Precise) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification

[Bug 1155115] Re: Apport gets stuck and sucks CPU

2013-05-30 Thread Evan Dandrea
Easily confirmed by running the crash file through apport-cli on quantal. ** Changed in: apport (Ubuntu) Importance: Undecided = High ** Changed in: apport (Ubuntu) Status: New = Triaged ** Changed in: apport (Ubuntu) Assignee: (unassigned) = Evan Dandrea (ev) -- You received

[Bug 1155115] Re: Apport gets stuck and sucks CPU

2013-05-30 Thread Evan Dandrea
** Changed in: apport (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155115 Title: Apport gets stuck and sucks CPU To manage notifications

[Bug 398614] Re: XStartupError: X server exited with return code 1

2013-05-30 Thread Evan Dandrea
** Changed in: ubiquity (Ubuntu) Assignee: Evan Dandrea (ev) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/398614 Title: XStartupError: X server exited with return code 1

[Bug 1155115] Re: Apport gets stuck and sucks CPU

2013-05-30 Thread Evan Dandrea
Ah, it just finished, after taking some significant amount of time: *** Invalid problem report This problem report applies to a program which is not installed any more. (/usr/bin/gwibber-service) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1155115] Re: Apport gets stuck and sucks CPU

2013-05-30 Thread Evan Dandrea
And it's probably worth noting that I actually processed that using the Raring version of apport, 2.9.2-0ubuntu8. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155115 Title: Apport gets stuck and

[Bug 1177994] Re: Kernel Oops - Out of the blue segfault TogglDesktop - RIP at mem_cgroup_charge_statistics.isra.28+0x9/0x50

2013-05-21 Thread Evan Dandrea
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: errors Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177994 Title: Kernel

[Bug 1179853] [NEW] /usr/bin/pulseaudio:6:raise:abort:pa_hook_done:pa_bluetooth_discovery_unref:module_bluetooth_device_LTX_pa__done

2013-05-14 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/pulseaudio:6:raise:abort:pa_hook_done:pa_bluetooth_discovery_unref:module_bluetooth_device_LTX_pa__done ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Bug 1173249] [NEW] /usr/share/software-center/update-software-center:AttributeError:/usr/sbin/update-software-center@170:rebuild_database:get_pkg_info:/usr/share/software-center/softwarecenter/db/pkg

2013-04-26 Thread Evan Dandrea
Public bug reported: During upgrade from Ubuntu 12.10 to Ubuntu 13.04, this can happen when update-software-center is run by triggers: Traceback (most recent call last): File /usr/sbin/update-software-center, line 170, in module result = rebuild_database(pathname) File

[Bug 1172840] [NEW] /usr/lib/ubuntu-release-upgrader/check-new-release-gtk:gi._glib.GError:on_button_upgrade_now_clicked:__init__:__init__:function

2013-04-25 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/lib/ubuntu-release-upgrader /check-new-release- gtk:gi._glib.GError:on_button_upgrade_now_clicked:__init__:__init__:function ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1172840] Re: /usr/lib/ubuntu-release-upgrader/check-new-release-gtk:gi._glib.GError:on_button_upgrade_now_clicked:__init__:__init__:function

2013-04-25 Thread Evan Dandrea
*** This bug is a duplicate of bug 1094777 *** https://bugs.launchpad.net/bugs/1094777 ** This bug has been marked a duplicate of bug 1094777 Can't use c-n-r-gtk to initiate Quantal - Raring update -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1164584] Re: New version request - 1.4.2

2013-04-04 Thread Evan Dandrea
Debdiff for 1.4.1-1 to 1.4.2-0ubuntu1: http://paste.ubuntu.com/5677060/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1164584 Title: New version request - 1.4.2 To manage notifications about this

[Bug 1164584] Re: New version request - 1.4.2

2013-04-04 Thread Evan Dandrea
David, As there are changes to the UI in this upload, please follow the instructions for a UI freeze exception: https://wiki.ubuntu.com/FreezeExceptionProcess#UserInterfaceFreeze_Exceptions This will include mailing the necessary teams and pasting links to the archived mails here. Thanks! --

[Bug 1164584] Re: New version request - 1.4.2

2013-04-04 Thread Evan Dandrea
You'll want to subscribe ubuntu-release when you're done. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1164584 Title: New version request - 1.4.2 To manage notifications about this bug go

[Bug 1163453] [NEW] signal crashes fail when the user has been removed prior to crash

2013-04-02 Thread Evan Dandrea
Public bug reported: oem-config removes the temporary user account, but its binaries will outlive this. In a recent case, indicator-session was crashing and in turn causing apport to crash while it attempted to look up the ignore file for that user: http://paste.ubuntu.com/5670896/ ERROR:

[Bug 1163636] [NEW] /usr/share/apport/package-hooks/source_xorg.py:AttributeError:/usr/share/apport/package-hooks/source_nvidia-settings.py@698:add_info:attach_nvidia_info

2013-04-02 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/share/apport/package- hooks/source_xorg.py:AttributeError:/usr/share/apport/package-hooks /source_nvidia-settings.py@698:add_info:attach_nvidia_info ** Affects: xdiagnose (Ubuntu) Importance: Undecided Status: New --

[Bug 1163635] [NEW] /usr/share/apport/package-hooks/source_xorg.py:AttributeError:/usr/share/apport/package-hooks/source_nvidia-settings.py@698:add_info:attach_nvidia_info

2013-04-02 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/share/apport/package- hooks/source_xorg.py:AttributeError:/usr/share/apport/package-hooks /source_nvidia-settings.py@698:add_info:attach_nvidia_info ** Affects: xdiagnose (Ubuntu) Importance: Undecided Status: New --

[Bug 1124293] Re: whoopsie crashed with SIGSEGV in nm_state_change()

2013-03-06 Thread Evan Dandrea
Fixed in 0.2.14. ** Changed in: whoopsie (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1124293 Title: whoopsie crashed with SIGSEGV in

[Bug 1138052] [NEW] /usr/bin/autokey-gtk:TypeError:on_delete_item

2013-03-01 Thread Evan Dandrea
*** This bug is a duplicate of bug 1138033 *** https://bugs.launchpad.net/bugs/1138033 Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/autokey- gtk:TypeError:on_delete_item ** Affects: autokey (Ubuntu) Importance: Undecided Status: New -- You received this

[Bug 1136510] [NEW] /usr/lib/i386-linux-gnu/unity-lens-video/unity-scope-video-remote:11:g_object_ref:_g_object_ref0:unity_video_lens_remote_video_scope_sources_cb:_unity_video_lens_remote_video_scope

2013-02-28 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/lib/i386-linux-gnu/unity-lens- video/unity-scope-video- remote:11:g_object_ref:_g_object_ref0:unity_video_lens_remote_video_scope_sources_cb:_unity_video_lens_remote_video_scope_sources_cb_soup_session_callback:process_queue_item **

[Bug 1131325] [NEW] /usr/bin/unity-2d-shell:11:LauncherDevicesList::onVolumeRemoved:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit_by_name

2013-02-21 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/unity-2d- shell:11:LauncherDevicesList::onVolumeRemoved:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit_by_name ** Affects: unity-2d (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1129250] [NEW] /usr/bin/Xorg:6:memcpy:NVRefreshArea:ShadowCopyWindow:compCopyWindow:miSlideAndSizeWindow

2013-02-18 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/bin/Xorg:6:memcpy:NVRefreshArea:ShadowCopyWindow:compCopyWindow:miSlideAndSizeWindow ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 1118745] [NEW] /usr/share/software-center/software-center:AttributeError:_inline_callbacks:install:_on_trans_error

2013-02-07 Thread Evan Dandrea
Public bug reported: https://errors.ubuntu.com/bucket/?id=/usr/share/software-center /software- center:AttributeError:_inline_callbacks:install:_on_trans_error ** Affects: software-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

  1   2   3   4   5   6   7   8   9   10   >