[Bug 962124] Re: Feature Freeze Exception request for Upstart in Precise

2012-03-22 Thread James Hunt
It's worth pointing out that there is interest in seeing bug 936667 fixed from server folk. Also, users are starting to build kernels without initramfs support (particularly on ARM?) so it would be very beneficial to see this included in Precise. -- You received this bug notification because you

[Bug 962124] [NEW] Feature Freeze Exception request for Upstart in Precise

2012-03-22 Thread James Hunt
Public bug reported: I have just made an upstream Upstart release (1.5) and wish to get this added to Precise. = Rationale = == Bug Fixes == Upstart 1.5 includes fixes for two important bugs seen in Ubuntu: * bug 936667 * bug 940290 == New Features == === Usage stanza === Upstart 1.5 also i

[Bug 940290] Re: console log consumes fds upon job restart/respawn

2012-03-22 Thread James Hunt
** Also affects: upstart (Ubuntu) Importance: Undecided Status: New ** Changed in: upstart (Ubuntu) Status: New => Confirmed ** Changed in: upstart (Ubuntu) Importance: Undecided => Medium ** Changed in: upstart Status: Confirmed => Fix Released -- You received this

[Bug 936667] Re: Upstart early job logging causes boot failure for systems with no initramfs (error is "No available ptys")

2012-03-23 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Status: New => Fix Released ** Changed in: upstart Importance: Undecided => High ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received

[Bug 927993] Re: ordering code may mark a package for configure before its unpacked

2012-03-05 Thread James Hunt
** Changed in: apt (Ubuntu Precise) Assignee: James Hunt (jamesodhunt) => Michael Vogt (mvo) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927993 Title: ordering code may mark a package

[Bug 969489] Re: lightdm tries (and fails) to start too early?

2012-04-17 Thread James Hunt
For 12.10, we really should add a 'primary-graphics-card' event alias or abstract job that abstracts the udev complexities since that confusing condition ("drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1 or stopped udev-fallback-graphics") is also semi-duplicated in other jobs: - plymouth-spla

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-13 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Importance: Undecided => High ** Changed in: upstart Status: New => Fix Committed -- You received

[Bug 921501] Re: runlevel time incorrect in Table 1 of upstart-events(7)

2012-02-13 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 874987] Re: PHS101 USB GSM HSDPA can't connect on ubuntu 11.10

2012-02-14 Thread James Hunt
I have a Huawei E220 HSDPA USB Modem which fails with the same assertion errors as above. I wonder if this is related to bug 840082? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874987 Title: PHS10

[Bug 840082] Re: Huawei broadband modem fails to connect after the most recent Ocelot update (Sep. 3.2011)

2012-02-14 Thread James Hunt
I have a Huawei E220 HSDPA USB Modem which fails to work with precise. I'm seeing NM assertion failures in syslog as shown on bug 874987, so for me this bug is not fixed. Is there some way to disable NM configureing IPv6 for a connection? There is only an IPv4 tab displayed when editing the connect

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-14 Thread James Hunt
If you would like to help with testing the fix for this bug, I've put an updated version of Upstart (version '1.4-0ubuntu7~jh') in my upstart- job-logging PPA: https://launchpad.net/~jamesodhunt/+archive/upstart-job-logging/ Please install and provide feedback. ** Changed in: upstart (Ubuntu P

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-15 Thread James Hunt
@Jason: thanks for the feedback. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926468 Title: Stopping ssh with a logged in user causes init to spin at 100% To manage notifications about this bug go

[Bug 931584] Re: Upstart should close all non-standard fds before starting a job

2012-02-15 Thread James Hunt
I agree with Steve here: Upstart is careful to set CLOEXEC on all the fds it has control over, so I would much prefer this be fixed at source. A temporary work-around for jobs that are affected by this issue is to add the following code at the top of all appropriate script sections - remember that

[Bug 997359] Re: nih uses eglibc private symbol __abort_msg

2012-05-11 Thread James Hunt
The __abort_msg symbol is used specifically to work with apport (/usr/share/pyshared/apport/report.py) to provide enriched crash reporting. ** Also affects: libnih (Ubuntu) Importance: Undecided Status: New ** Also affects: apport (Ubuntu) Importance: Undecided Status: New --

[Bug 997359] Re: nih uses eglibc private symbol __abort_msg

2012-05-11 Thread James Hunt
Maybe apport should be modified to special case a new NIH-specific symbol that isn't tied to glibc? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997359 Title: nih uses eglibc private symbol __abort

[Bug 999187] [NEW] lxc-create for armhf fails with error "failed to execute template 'ubuntu'"

2012-05-14 Thread James Hunt
Public bug reported: $ sudo lxc-create -n quantal-armhf -t ubuntu -- -a armhf : : W: Failure while installing base packages. This will be re-attempted up to five times. W: Failure while installing base packages. This will be re-attempted up to five times. W: Failure while installing base p

[Bug 999187] Re: lxc-create for armhf fails with error "failed to execute template 'ubuntu'"

2012-05-14 Thread James Hunt
** Attachment added: "lxc.log" https://bugs.launchpad.net/bugs/999187/+attachment/3146114/+files/lxc.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/999187 Title: lxc-create for armhf fails wit

[Bug 553745]

2012-04-18 Thread James Hunt
I think I've worked out what is going on here (and which caused me to raise the erroneous bug 42285): In ply_event_loop_process_pending_events(), ply_event_loop_handle_timeouts() is being called *after* epoll_wait(), but ply_event_loop_handle_timeouts() may free event sources. I can reliabily for

[Bug 553745]

2012-04-18 Thread James Hunt
Created attachment 60179 reference event sources before calling timeout handler to ensure events stay valid for loop iteration. If ply_event_loop_handle_timeouts() is called before the events returned by epoll_wait() are referenced, a timeout handler can free an event source leading to undefined

[Bug 928309] Re: State target of SIGTERM more precisely

2012-04-18 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: Confirmed => Fix Released ** Changed in: upstart-cookbook Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928309 T

[Bug 553745] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2012-04-18 Thread James Hunt
We now belive we understand the whole problem. A patch has been submitted upstream - see https://bugs.freedesktop.org/show_bug.cgi?id=28548 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/553745 Title:

[Bug 980917] Re: Failed to create pty - disabling logging for job

2012-04-19 Thread James Hunt
Hi Tim - the messages you are receiving are expected behaviour since Upstart is signalling an error condition - the environment it expects is not correct. Upstart currently expects /dev/pts to be mounted and the /dev/ptmx device to exist by the time it starts. On Ubuntu, this is currently handled b

[Bug 876626] Re: Unlocking the second crypto disk (/home) echos password on console

2012-04-19 Thread James Hunt
@ilf -please be assured that we are still working on this issue. There are a lot of variables to consider here and the problem is providing difficult to isolate. Please can I ask those affected by this issue to be patient. As an update on the issue itself, we believe the problem is not actually re

[Bug 876626] Re: Unlocking the second crypto disk (/home) echos password on console

2012-04-19 Thread James Hunt
** Changed in: upstart (Ubuntu Precise) Assignee: Adam Conrad (adconrad) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876626 Title: Unlocking the second cry

[Bug 985755] [NEW] /lib/init/upstart-job does not handle lucid->precise upgrade scenario

2012-04-19 Thread James Hunt
Public bug reported: /lib/init/upstart-job was recently changed (bug 974147) such that it now calls 'initctl show-config -e $JOB'. This works fine for precise systems and for oneiric->precise upgrades, but does not work for lucid->precise upgrades since 'show-config' is not a legitimate initctl co

[Bug 985755] Re: /lib/init/upstart-job does not handle lucid->precise upgrade scenario

2012-04-19 Thread James Hunt
This upgrade scenario handling issue is probably also the cause of bug 984474. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985755 Title: /lib/init/upstart-job does not handle lucid->precise upgrad

[Bug 985755] Re: /lib/init/upstart-job does not handle lucid->precise upgrade scenario

2012-04-19 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985755 Title: /lib/init/upstart-job does not handle lu

[Bug 985755] Re: /lib/init/upstart-job does not handle lucid->precise upgrade scenario

2012-04-20 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985755 Title: /lib/init/upstart-job does not handle lucid->precise upgrade scenari

[Bug 702574] Re: getty should be started automatically on serial port when serial console is set on kernel command line

2012-04-20 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 702574] Re: getty should be started automatically on serial port when serial console is set on kernel command line

2012-04-20 Thread James Hunt
I've reworked Clint+Olivers job such that it *should* now handle all possible 'console=' values. Currently, it will start a getty for the *first* valid 'console=' value on the kernel command line once the FS is writeable (required for getty to update utmp records). We could make this more flexible

[Bug 987220] Re: no complete shutdown

2012-05-05 Thread James Hunt
This problem sounds like it could be kernel issue. ** Also affects: linux (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/987220 Title: no complet

[Bug 995335] [NEW] ubiquity installer should show summary screen before performing destructive operations

2012-05-05 Thread James Hunt
Public bug reported: Talking to Evan, apparently the installer used to show a summary screen. After a few observed issues this cycle (for example, bug 684309 and bug 813134), I think it makes sense to re-add the summary screen before the installer makes any destructive changes to the disk(s). By

[Bug 1376103] Re: ubuntu-core-config: package-depends-on-itself

2014-10-01 Thread James Hunt
Fixed in lp:~ubuntu-foundations-team/+junk/ubuntu-core-config ** Changed in: ubuntu-core-config (Ubuntu) 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/1376103 Titl

[Bug 1281061] Re: initctl eating cpu on mako #181

2014-10-01 Thread James Hunt
@Fabian - thanks for reporting but we need a lot more detail before we can get to the bottom of this (ps output, strace [you need to install it in dev mode], etc). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1348784] Re: thermald prevents unmounting /dev/sda1 in recovery mode

2014-10-01 Thread James Hunt
It sounds like you may have modified files below /etc/initramfs-tools/ and/or /usr/share/initramfs-tools/, or created additional scripts that are somehow modifying the boot path. Further, I think you need to understand why single is being specified on the boot command-line as that is non-standard.

[Bug 1376111] Re: initramfs-tools-ubuntu-core: hook assumes system-image is installed, without dependency

2014-10-01 Thread James Hunt
(I guess if we want to do this from the live system we should also put the functionality in a different package as the name would be misleading otherwise). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1376111] Re: initramfs-tools-ubuntu-core: hook assumes system-image is installed, without dependency

2014-10-01 Thread James Hunt
Hi Steve, Immediate problem fixed, pending upload by someone with appropriate powers :-) > My understanding was that Stéphane had proposed that the update should be > done from the running system using a > namespace-specific rw remount of the rootfs... The blueprint does mention this as an idea

[Bug 1376283] Re: Process of "init --user" gradually eats all RAM then the system starts using swap and hangs.

2014-10-02 Thread James Hunt
Please can you run 'apport-collect 1376283' (ideally when your system is experiencing the issue). Also, assuming you have not created any jobs yourself that might contain confidential information (?), it would be extremely useful if you could run the following when experiencing the problem and att

[Bug 1376717] [NEW] install failure under systemd

2014-10-02 Thread James Hunt
Public bug reported: Setting up lxc (1.1.0~alpha1-0ubuntu5) ... Failed to issue method call: Unit lxc.service failed to load: No such file or directory. invoke-rc.d: initscript lxc, action "start" failed. dpkg: error processing package lxc (--configure): subprocess installed post-installation sc

[Bug 1376758] [NEW] Ability to specify script to call at end of download rather than rebooting

2014-10-02 Thread James Hunt
Public bug reported: Currently, after downloading the latest image, system-image-cli reboots the system. It would be extremely useful if rather than hard-coding this, system- image-cli could conditionally call a hook script when it has finished. Ideally, it would be possible to specify this in /e

[Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-10-02 Thread James Hunt
Just got this running hud 14.10+14.10.20140924-0ubuntu1. Just typing in a console and my CPU chewing script popped up a window to alert me to the fact. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/130

[Bug 1377071] [NEW] wizard prioritises US English over UK English

2014-10-03 Thread James Hunt
Public bug reported: The first option in the wizard is to select your language. The default is "English (United States)". Touching the pulldown to change this to "English (United Kingdom)" shows that "English (United States)" is the first English entry, with "English (United Kingdom)" being at th

[Bug 1377075] [NEW] system-updates hangs if checking for updates and SSO sign-in performed

2014-10-03 Thread James Hunt
Public bug reported: wifi is configured on my device, but I had not set up SSO. I clicked check for updates and whilst that was happening, licked "sign in" for Ubuntu One app updates. After successfully signing in, the "checking for updates" spinner froze and nothing further happens (system-setti

[Bug 1377073] [NEW] checking for updates spins forever if no network configured

2014-10-03 Thread James Hunt
Public bug reported: subject says it all. krillin, r79. ** Affects: ubuntu-system-settings (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/1377

[Bug 1377071] Re: wizard prioritises US English over UK English

2014-10-03 Thread James Hunt
A nice touch might also be to pre-populate the default language using the GPS location of the device mapped to that countries main language. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377071 Title

[Bug 1377071] Re: wizard prioritises US English over UK English

2014-10-03 Thread James Hunt
>From the spec... > The variation that has the unprefixed language code (or an equivalent) should > be sorted first. For example, en_US = en = “English > (US)” (not “U. S. English”), nl = “Nederlands (Nederland)”. (This avoids > hiding the most common variation amongst many others.) So where exa

[Bug 1377087] [NEW] time & date menu should have option to probe for location via GPS

2014-10-03 Thread James Hunt
Public bug reported: selecting Time & Date -> Time Zone displays a text box along with the text "Enter your current location." There should be an option to determine the current location via GPS to avoid typing. ** Affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Stat

[Bug 1377087] Re: time & date menu should have option to probe for location via GPS

2014-10-03 Thread James Hunt
this is on krillin, r80. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377087 Title: time & date menu should have option to probe for location via GPS To manage notifications about this bug go to:

[Bug 1377071] Re: wizard prioritises US English over UK English

2014-10-03 Thread James Hunt
Attached is a snippet of the language list (the same list is shown in the wizard). As can be seen, "English (United States)" comes first, but "English (United Kingdom)" is seven entries below "English (India)" (and thus not displayed as off-screen). ** Attachment added: "display-language-list.png

[Bug 1377145] [NEW] inconsistent use of colour for restart menu when changing language

2014-10-03 Thread James Hunt
Public bug reported: If you change the language, a box pops up showing: "The phone needs to restart for changes to take effect:" Two buttons are displayed: "Restart Now" and "Cancel", both are light grey. There are 2 problems here: 1) My locale is set to French so the messages should be lo

[Bug 1377146] [NEW] shutdown menu should show icons

2014-10-03 Thread James Hunt
Public bug reported: Holding the physical power button displays the shutdown menu with options to shutdown, restart or cancel. These buttons are colour-coded but for added clarity I think we should add icons to represent the operations. Note that if this menu is changed, there are other parts of

[Bug 1377146] Re: shutdown menu should show icons

2014-10-03 Thread James Hunt
Rationale for adding icons: 1) The standard shutdown (power) icon, and the restart (circular arrow) are almost universally recognised (to the extent that you wonder if we could actually remove the text). 2) Colours only work if you can discriminate between then. Red and green are alas an unfortun

[Bug 1351423] Re: dash icon significantly different to that on other platforms

2014-10-03 Thread James Hunt
** Also affects: ubuntu-ux 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/1351423 Title: dash icon significantly different to that on other platforms To m

[Bug 1351423] Re: dash icon significantly different to that on other platforms

2014-10-03 Thread James Hunt
I still don't understand why the current icon: a) is hard-edged - every other icon (in fact every other widget?) has rounded corners. Is this simply to discriminate it from everything else? If so, is there any other way we can do this that is more in keeping with the softer-edged appeara

[Bug 1377145] Re: inconsistent use of colour for restart menu when changing language

2014-10-03 Thread James Hunt
See also bug 1377146: is there some way we can have a single shutdown menu implementation that is shared by all parts of the system that need to display it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1377184] [NEW] move archive_master file out of /etc to avoid it being treated as a conffile

2014-10-03 Thread James Hunt
Public bug reported: Currently client.ini specifies: [gpg] archive_master: /etc/system-image/archive-master.tar.xz The problem is that file in /etc are automatically marked as conffiles by debhelper and as such don't get moved into place until the dpkg configure step. This caused an issue for t

[Bug 1198180] Re: possible leak in upstart 1.5

2014-10-03 Thread James Hunt
@uj__: > The init process is certainly leaking memory. How have you proved that init is leaking memory? Can you say that PID 1 is not just still busy processing the flurry of events that would result from starting all these docker containers? Please provide further details. > I've looked at the

[Bug 1377956] [NEW] modify semantics of bootme attribute to support delayed reboot

2014-10-06 Thread James Hunt
Public bug reported: system-image currently supports a 'bootme' option that may be present in the JSON and instructs Touch to reboot _after it has finished downloading the current file_. However, Core has a slightly different requirement. It attempts to minimise reboots, but when certain packages

[Bug 1377145] Re: inconsistent use of colour for restart menu when changing language

2014-10-06 Thread James Hunt
@Jonas - I've just realised what is happening when you change language: the restart message ("The phone needs to restart for changes to take effect:") gets displayed in the language you phone is *about* to be changed into (as a result of the reboot). Since I was switching from French to English the

[Bug 1377984] [NEW] cancelling language change incorrectly labels current language using cancelled language

2014-10-06 Thread James Hunt
Public bug reported: 1) Select "Language & Text" in system settings. Note that a) current language is "English (United Kingdom)". b) the top row shows, "Display language... English (United Kingdom)". 2) Touch "Display language..." and select say "Français (France)". 3) Press "Confirmer" (c

[Bug 1379021] Re: after utopic upgrade: boot delays for 2 minutes

2014-10-09 Thread James Hunt
Hi Dylan, Thanks for taking the time to report this issue. Please can you do the following: 1) Run 'apport-collect 1379021' to attach required logs to this bug report. 2) Attach /etc/network/interfaces (and any files you've created in /etc/network/interfaces.d/). 3) Attach /etc/fstab 4) Add '-

[Bug 1379245] [NEW] cannot search within a page

2014-10-09 Thread James Hunt
Public bug reported: The menu doesn't offer a find/search option to look for text on a web page. ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1379021] Re: after utopic upgrade: boot delays for 2 minutes

2014-10-09 Thread James Hunt
> Where do I add --debug? The Linux command line? Yes: 1) Hold down control key at power-on to enter grub menu. 2) Press 'e' to edit the top (default) kernel command-line. 3) Use the cursor keys to move down the the line that begins with "linux". 4) Press the END key (or use cursors again). 5)

[Bug 1383433] Re: please package the cloud-init ci-tool

2014-10-31 Thread James Hunt
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1425265] Re: x86 kvm image generated with ubuntu-device-flash using --device generic_i386 on amd64 host results in image with fs corruption

2015-02-25 Thread James Hunt
As another data point, using udf 0.3+14.10.20140807-0ubuntu1 and having created an image using... $ sudo ubuntu-device-flash -v --revision 220 core --size 3 -o i386-r220.img --channel ubuntu-core/devel-proposed --developer-mode --device generic_i386 ... I'm able to boot successfully on real har

[Bug 1425685] Re: Missing input sanitation in upstart logrotation cronjob

2015-02-26 Thread James Hunt
Note - this problem only affects vivid fwics. Further, it does not affect Touch (since that uses Upstart as PID 1). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425685 Title: Missing input sanitat

[Bug 1425685] Re: Missing input sanitation in upstart logrotation cronjob

2015-02-26 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1425685] Re: Missing input sanitation in upstart logrotation cronjob

2015-02-26 Thread James Hunt
** Changed in: upstart (Ubuntu) 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/1425685 Title: Missing input sanitation in upstart logrotation cronjob To manage no

[Bug 1425685] Re: Missing input sanitation in upstart logrotation cronjob

2015-02-26 Thread James Hunt
Fixed in upstart 1.13.2-0ubuntu9, currently in the proposed pocket. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425685 Title: Missing input sanitation in upstart logrotation cronjob To manage no

[Bug 1413922] [NEW] lxc unprivileged containers broken

2015-01-23 Thread James Hunt
Public bug reported: Seems to be due to 1.1.0~rc1-0ubuntu1 landing? $ lxc-start -n trusty --logfile /tmp/lxc.log --logpriority debug lxc-start: lxc_start.c: main: 345 The container failed to start. lxc-start: lxc_start.c: main: 347 To get more details, run the container in foreground mode. lxc-s

[Bug 1413922] Re: lxc unprivileged containers broken

2015-01-23 Thread James Hunt
Ah - seems we'd actually need to add in a couple of loops in those original dep-8 tests: run the tests as root, then run as a non-priv user too! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1413922

[Bug 1413922] Re: lxc unprivileged containers broken

2015-01-25 Thread James Hunt
Hi Serge, Yep, updating to lxcfs 0.4, killing lxcfs, then a 'sudo chown -R james: /sys/fs/cgroup/systemd/user.slice/user-1000.slice/session-c2.scope' allowed me to start the non-priv container. ** Changed in: lxc (Ubuntu) Status: Incomplete => New -- You received this bug notification be

[Bug 1399687] [NEW] Provide "version_detail" for latest revision on server

2014-12-05 Thread James Hunt
Public bug reported: Currently, the Information() D-Bus method provides the following something like: current_build_number"="129" device_name"="generic_amd64" target_build_number"="131" version_detail"="ubuntu=20141205.1,raw-device=20141205.1,version=129" channel_name"="ubuntu-core/devel" last_up

[Bug 1399710] [NEW] no audible warning of high volume level

2014-12-05 Thread James Hunt
Public bug reported: Additional to the work done on bug 1373404, I think we need to consider adding an audio warning when the volume crosses the threshold value. The way android works is that the user is asked if they want to allow higher volume levels (they must click "ok"). Our approach is to j

[Bug 1399710] Re: no audible warning of high volume level

2014-12-08 Thread James Hunt
Another use-case for this is if you start playing music, lock the screen and put the phone in your pocket. Realising the volume is too low, you raise it without removing the phone from your pocket. Again, we should warn the user that they are about to cross the threshold somehow as they are not cur

[Bug 1396497] [NEW] 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot

2014-11-26 Thread James Hunt
Public bug reported: qemu-img _may_ be working as designed, but it feels like this could be a bug. I'd certainly prefer to only allow unique snapshot names (unless maybe something like a "--force-non-unique-snapshot-names" was also specified). If this really is correct behaviour, it should be doc

[Bug 1394250] Re: system-settings consuming 100% CPU

2014-11-26 Thread James Hunt
Problem still occuring. phablet@ubuntu-phablet:~$ cat /etc/ubuntu-build 169 phablet@ubuntu-phablet:~$ cat /etc/device-build 20141119-db417fa phablet@ubuntu-phablet:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1300235] Re: init crashed with SIGSEGV

2015-01-06 Thread James Hunt
Hi Brian - does running synaptic-pkexec in a terminal trigger the crash? If not, we really need a trace showing what happens in cbOpenHomepage, specifically what the 'cmd' vector contains. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1324256] Re: FTBFS in utopic: error: 'IFF_802_1Q_VLAN' undeclared here (not in a function)

2014-06-03 Thread James Hunt
I've fixed this issue in procenv 0.35 which is now in debian unstable. ** Changed in: procenv (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1324256 Title:

[Bug 1222705] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-06-03 Thread James Hunt
Original problem has not been fixed. ** Changed in: upstart Status: Fix Released => Confirmed ** Changed in: upstart (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1319083] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-06-03 Thread James Hunt
*** This bug is a duplicate of bug 1222705 *** https://bugs.launchpad.net/bugs/1222705 ** This bug has been marked a duplicate of bug 1222705 init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL -- You received this bug notification because you are a member of Ubun

[Bug 1261654] Re: missing LADSPA support

2014-06-04 Thread James Hunt
WFM: - Running audacity 2.0.5-1ubuntu3 on trusty, only plugins 1-12 are shown under the Effect menu with ladspa-sdk installed. - Running audacity 2.0.5-1ubuntu3.1 on trusty, plugins 1-20 are shown under the Effect menu with ladspa-sdk installed. - Installing the remaining packages listed in comm

[Bug 1326300] Re: Logitech QuickCam 4000 Pro causes kernel oops when video switched off

2014-06-04 Thread James Hunt
Note that usb camera is still plugged when oops occurs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1326300 Title: Logitech QuickCam 4000 Pro causes kernel oops when video switched off To manage

[Bug 1326300] [NEW] Logitech QuickCam 4000 Pro causes kernel oops when video switched off

2014-06-04 Thread James Hunt
Public bug reported: To reproduce: 1) Plug in Logitech QuickCam 4000 Pro via USB 2) Run 'mplayer -tv device=/dev/video1 tv://' 3) Quit mplayer 4) Run, 'dmesg|grep -q 'Call Trace:' && echo found bug' 5) Observe that 'found bug' is displayed. [ 9477.565079] usb 2-1: new full-speed USB device numbe

[Bug 1326300] Re: Logitech QuickCam 4000 Pro causes kernel oops when video switched off

2014-06-04 Thread James Hunt
Works fine with trusty using 3.13.0-24-generic and 3.13.0-27-generic (different laptop - Lenovo T410). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1326300 Title: Logitech QuickCam 4000 Pro causes

[Bug 1315060] Re: Allow --confdir to look for system jobs in more than one directory

2014-06-05 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1326861] [NEW] kerneloops ignores WARNING: oops messages

2014-06-05 Thread James Hunt
Public bug reported: The kerneloops daemon ignores WARNING-type oops's. This seems to be due to bug 346303 (2009). Is this behaviour still in line with our processes? I'm guessing not since the kernel team don't seem to be aware of this silent filtering and it means that we would miss crash repor

[Bug 1329374] [NEW] kernel panic pressing return in terminal that spawned emulator

2014-06-12 Thread James Hunt
Public bug reported: See attached. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: ubuntu-emulator 0.2+14.10.20140610-0ubuntu1 ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8 Uname: Linux 3.15.0-5-generic x86_64 ApportVersion: 2.14.3-0ubuntu1 Architecture: amd64 CurrentDesktop:

[Bug 1329374] Re: kernel panic pressing return in terminal that spawned emulator

2014-06-12 Thread James Hunt
Yup, this is fully repeatable. I'm starting the emulator like this: $ ubuntu-emulator run test_x86 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329374 Title: kernel panic pressing return in termi

[Bug 1334204] [NEW] ogg123 crashes after playing sound file

2014-06-25 Thread James Hunt
Public bug reported: $ gdb --args `which ogg123` redalert.ogg GNU gdb (Ubuntu 7.7.1-0ubuntu3) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. The

[Bug 1334204] Re: ogg123 crashes after playing sound file

2014-06-26 Thread James Hunt
Yes. ** Changed in: vorbis-tools (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1334204 Title: ogg123 crashes after playing sound file To manage notificati

[Bug 1335438] Re: unity-control-center crashed with SIGSEGV in g_type_check_instance_is_fundamentally_a()

2014-07-01 Thread James Hunt
This happens every time the user attempts to access the unity settings. Running from the command-line: $ gnome-control-center (unity-control-center:6424): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion '!g_slist_find (group, radio_button)' failed (unity-control-center:6424): Gtk-CRITICAL

[Bug 888910] Re: "make check" fails in sbuild chroot

2014-07-02 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: In Progress => 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/888910 Title: "make check" fails in sbuild chroot To manage notifications ab

[Bug 1337221] [NEW] qmlscene crashed with SIGSEGV in QmlIR::QmlUnitGenerator::generate()

2014-07-03 Thread James Hunt
Public bug reported: Running a project I hadn't touched in a while [1] caused the crash. However a basic "hello world" QML file [2] is fine. [1] - https://github.com/jamesodhunt/qml-noughts-and-crosses [2] - http://qt-project.org/doc/qt-5/qmlfirststeps.html ProblemType: Crash DistroRelease: Ubun

[Bug 1268880] [NEW] unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module

2014-01-14 Thread James Hunt
Public bug reported: I recently pressed the physical microphone mute button on my Lenovo T410. However, I am now unable to unmute it. The orange light next to the mic mute button comes on when the kernel boots, but pressing it has no effect. Possibly related to this, I am now unable to unload the

[Bug 1268840] Re: procenv did drop the b-d on libnuma-dev on ppc64 and ppc64el

2014-01-14 Thread James Hunt
Now fixed in Debian so should appear in Ubuntu as procenv 0.29-2 by tomorrow. ** Changed in: procenv (Ubuntu) Status: Confirmed => 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/12

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-14 Thread James Hunt
See CurrentDmesg.txt for lots of errors such as: [ 1688.474887] Call Trace: [ 1688.474914] [] kvm_vcpu_ioctl+0x433/0x4d0 [kvm] [ 1688.474924] [] ? wake_up_state+0xf/0x20 [ 1688.474931] [] ? wake_futex+0x65/0x90 [ 1688.474937] [] ? futex_wake+0x13d/0x160 [ 1688.474942] [] ? do_futex+0xeb/0x660

[Bug 1268906] [NEW] cpu soft lockup running kvm

2014-01-14 Thread James Hunt
Public bug reported: Ran twice - first time running kvm killed my system. The second time, I just got lots of kernel oops messages in dmesg. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-2-generic 3.13.0-2.17 ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7 U

[Bug 1120660] Re: Kernel Panic when running 'sudo dpkg --configure -a' ?

2014-01-15 Thread James Hunt
@Aurel - please raise a new bug by running "ubuntu-bug upstart" as this will attach all relevant information to the bug to allow us to investigate the problem. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1268880] Re: unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module

2014-01-15 Thread James Hunt
Problem still present with 3.13.0-031300rc8-generic kernel. Note that with that kernel I get the following message at boot time: tpm_tis 00:09: A TPM error (6) occurred attempting to read a pcr value -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

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