[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-12 Thread James Hunt
The crash seems to originate from the conf_delete_handler() where although an error message gets logged, the actual error itself is not cleared. Note that this bug is present in 1.5-0ubuntu7.2 (precise), but is not present in trusty (1.12.1-0ubuntu4.2) or vivid (1.13.2-0ubuntu9). -- You received

[Touch-packages] [Bug 1300235] Re: init (chromium-browser) crashed with SIGSEGV

2015-03-12 Thread James Hunt
Playing around with strings(1), I've found this: $ strings /usr/lib/chromium-browser/libs/libcontent.so|egrep \init\ init The SUID sandbox created a new PID namespace but Zygote is not the init process. Please, make sure the SUID binary is up to date. Error creating an init process to reap

[Touch-packages] [Bug 1431161] [NEW] broadband modem not detected

2015-03-12 Thread Deogratias James
Public bug reported: i have upgrded my ubuntu from 14.10 to 15.04 beta, but now my broadband modem (huawei e303) is no longer detected when i pluggin ** Affects: powerd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-11 Thread James Hunt
** Also affects: upstart (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1430403 Title: ubuntu-touch livefs

[Touch-packages] [Bug 1430403] Re: [SRU] ubuntu-touch livefs builds kill upstart in host

2015-03-11 Thread James Hunt
** Description changed: = Summary = The version of Upstart in precise is affected by a bug in the way that .override [1] file handling is performed. If a job has an override file (/etc/init/*.override) and that override file is deleted before the corresponding job configuration

[Touch-packages] [Bug 1430403] Re: [SRU] ubuntu-touch livefs builds kill upstart in host

2015-03-11 Thread James Hunt
** Summary changed: - ubuntu-touch livefs builds kill upstart in host + [SRU] ubuntu-touch livefs builds kill upstart in host ** Changed in: upstart (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-11 Thread James Hunt
** Description changed: + = Summary = + + The version of Upstart in precise is affected by a bug in the way that + .override [1] file handling is performed. + + If a job has an override file (/etc/init/*.override) and that override + file is deleted before the corresponding job configuration

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-10 Thread James Hunt
It is relatively simple to trigger the bug: run a script that loops creating a .conf file and an .override file, then deletes the .conf file before deleting the override file. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-10 Thread James Hunt
Attached is a minimal fix for the bug. Note that since this issue does not affect newer releases, we cannot follow the usual process of testing in the dev release. However, as can be seen, the fix is small and quite clear. Note that the change to main.c is required to make upstart build on

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-10 Thread James Hunt
lp keeps timing out on me when I attempt to attach a file. Meantime... I've managed to force a crash after ~150 iterations of bug-1430403.sh using http://people.canonical.com/~jhunt/upstart/bug-1430403.tgz. To recreate: $ sudo tar xvfz bug-1430403.tgz $ sudo bash bug-1430403.sh -- You

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-10 Thread James Hunt
Note that we cannot add new unit tests for this fix without making it a much bigger change since the problematic function is static. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu.

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-10 Thread James Hunt
** Changed in: upstart (Ubuntu Vivid) Assignee: (unassigned) = James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1429756 Title: FTBFS

[Touch-packages] [Bug 1403955] Re: DHCP's Option interface-mtu 9000 is being ignored on bridge interface br0

2015-03-10 Thread James Page
** Also affects: juju-core Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu. https://bugs.launchpad.net/bugs/1403955 Title: DHCP's Option interface-mtu 9000 is

[Touch-packages] [Bug 1430403] Re: ubuntu-touch livefs builds kill upstart in host

2015-03-10 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) = James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1430403 Title: ubuntu-touch livefs

[Touch-packages] [Bug 1429670] Re: Desktop reverts to defaults, can't be changed

2015-03-10 Thread James Ferguson
I marked it Invalid since it's (probably) nothing to do with Unity. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1429670 Title: Desktop reverts to defaults, can't be

[Touch-packages] [Bug 1429670] Re: Desktop reverts to defaults, can't be changed

2015-03-10 Thread James Ferguson
Seems my ~/.config/dconf/user file was empty, somehow, FWIW. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1429670 Title: Desktop reverts to defaults, can't be changed

[Touch-packages] [Bug 1429670] Re: Desktop reverts to defaults, can't be changed

2015-03-10 Thread James Ferguson
Looks like my ~/.config/dconf files were corrupted somehow. I removed them with: mv ~/.config/dconf/ ~/.config/dconf.bak And now at least I can re-create my old settings. ** Changed in: unity (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-09 Thread James Hunt
It does indeed seem to be related to the kernel. I've just run that specific test 77 times on an amd64 system running a 3.18.0-11 kernel with no failures. Once the broken deps issue is resolved, I'll retest on the same system running the latest 3.19 kernel. -- You received this bug notification

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-03-09 Thread James Ferguson
I'm afraid trying the utopic stack on my 14.04 install doesn't work - can't be installed. A fresh install of 14.04.2 to get the same, breaks all sorts of things and don't allow me to work. Finally, trying the current daily live is a non-starter for me, since I can't work under that, and it is

[Touch-packages] [Bug 1347638] Re: Launch1 button doesn't work on shortcuts

2015-03-09 Thread James Ferguson
Yep, also confirmed here. Recommend the bug goes to Fix Released. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1347638 Title: Launch1 button doesn't work on shortcuts

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-09 Thread James Hunt
Updating the amd64 system, I see the failure on the 2nd test run. The Upstart logging code doesn't seem to be the culprit fwics meaning the most likely area is the pty-handling code (either in upstart or in the kernel). -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-09 Thread James Hunt
Some quick tests suggest that this issue only seems to affect long runs of nul bytes (even if they are terminated by visible chars + a '\n'). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu.

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-09 Thread James Hunt
mk-sbuild now fails with a different error: Setting up udev (219-4ubuntu3) ... A chroot environment has been detected, udev not started. /var/lib/dpkg/info/udev.postinst: 35: /var/lib/dpkg/info/udev.postinst: update-initramfs: not found dpkg: error processing package udev (--configure):

[Touch-packages] [Bug 1429756] Re: FTBFS: test_job_process fails in majority of cases

2015-03-09 Thread James Hunt
'mk-sbuild vivid' currently gives an error: You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: systemd-sysv : Conflicts: upstart but 1.13.2-0ubuntu9 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or

[Touch-packages] [Bug 1429670] [NEW] Desktop reverts to defaults, can't be changed

2015-03-08 Thread James Ferguson
Public bug reported: All of a sudden my launcher icons, wallpaper image etc, reverted to default, and when I unlock from launcher on the defaults, they disappear after about a second, and then reappear when I tried to re- arrange the icon order. I think there's perhaps something screwy with

Re: [Touch-packages] [Bug 1382789] Re: If I plug a second monitor into my laptop while its sleeping, and then wake it up, the lock screen freezes

2015-03-08 Thread James Robb
Hello, I have since upgraded to 14.10, so I am not sure if any tests I could do would be of relevance anymore. Let me know though. //-- James Robb //-- +354.666.0887 (Iceland/Ísland) //-- I am migrating away from my ja...@gearedinteractive.ca address //-- Please send new communications to me

[Touch-packages] [Bug 1367822] Re: [Scopes] Process required to pin a shortcut to the launcher does not fit users mental model

2015-03-06 Thread James Mulholland
The original request came directly to us during a Sprint in 2014 and the intention was that the 'pin to launcher' button would slot straight into the 'action' area (i.e. the place for buttons in app previews) as described in the toolkit documentation since 2013. That said, Rodney makes a good

[Touch-packages] [Bug 1365546] Re: [Scopes] Subtitle font is too big

2015-03-06 Thread James Mulholland
** Summary changed: - [dash] Subtitle font is too big + [Scopes] Subtitle font is too big -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1365546 Title: [Scopes] Subtitle

[Touch-packages] [Bug 1377939] Re: [location] + [Scopes] using location cause a dialog An unconfined application wants to access your current location

2015-03-06 Thread James Mulholland
** Summary changed: - [location] + [Dash] using location cause a dialog An unconfined application wants to access your current location + [location] + [Scopes] using location cause a dialog An unconfined application wants to access your current location -- You received this bug notification

[Touch-packages] [Bug 1377939] Re: [location] + [Dash] using location cause a dialog An unconfined application wants to access your current location

2015-03-06 Thread James Mulholland
** Changed in: ubuntu-ux Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1377939 Title: [location] + [Dash] using location

[Touch-packages] [Bug 1356369] Re: [shell] Please disable screen rotation till unity8 supports it as well

2015-03-06 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Olga Kemmet (olga-kemmet) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1356369

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-03-06 Thread James Mulholland
As Cimi said, graphical changes to the UI are likely to introduce more visual noise/clutter and make things less clear (and in the case of slow connections or devices, reduce utility). Michi's suggestion (...enforce that an existing item cannot change physical location when a new item arrives)

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-03-06 Thread James Mulholland
** Summary changed: - [dash] Scope result models are cleared on updates + [Scopes] Scope result models are cleared on updates -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1365546] Re: [dash] Subtitle font is too big

2015-03-06 Thread James Mulholland
** Changed in: ubuntu-ux Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1365546 Title: [dash] Subtitle font is too big Status in

[Touch-packages] [Bug 1429214] [NEW] [Scopes] Departments not behaving consistently when navigating too/from a Scope

2015-03-06 Thread James Mulholland
Public bug reported: Departments are currently not cleared for Apps (as well as other Scopes) when navigating away/too a Scope. However, if a user selects a department and then conducts a search, navigating away/too the scope clears the search AND resets the department (tested in the Amazon

[Touch-packages] [Bug 1383215] Re: [Dash] Ubuntu store card icon is not aligned and is missing a dark overlay

2015-03-06 Thread James Mulholland
Possibly no longer relevant due to changes in visual design? Handing over to Visual Design Lead who took over from Esti. ** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Alex Milazzo (digitalalex) ** Summary changed: - [Dash] Ubuntu store card icon

[Touch-packages] [Bug 1387752] Re: [Dash] [Apps Scope] Ubuntu Store icon should be entire width of screen

2015-03-06 Thread James Mulholland
in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Alex Milazzo (digitalalex) ** Summary changed: - [Dash] [Apps Scope] Ubuntu Store icon should be entire width of screen + [Apps Scope] Ubuntu Store icon should be entire width of screen -- You received this bug notification

[Touch-packages] [Bug 1368680] Re: [Dash] pagination graphic should remain static when swiping between favourites.

2015-03-06 Thread James Mulholland
** Summary changed: - [design] [Dash] pagination graphic should remain static when swiping between favourites. + [Dash] pagination graphic should remain static when swiping between favourites. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1429214] Re: [Scopes] Departments not behaving consistently when navigating too/from a Scope

2015-03-06 Thread James Mulholland
Relates to this Launcher bug: https://bugs.launchpad.net/ubuntu-ux/+bug/1357053 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1429214 Title: [Scopes] Departments not

[Touch-packages] [Bug 1357053] Re: [Launcher] home button should reset dash department

2015-03-06 Thread James Mulholland
I agree that the department should reset to the root department when navigating back to the Apps scope; both in the interest of utility as well as in order to be consistent with how we handle search results (which are cleared when navigating away from a scope). Interestingly, departments are

[Touch-packages] [Bug 1353997] Re: [ApplicationSwitch] Dificult to find the shell app if it is a empty scope

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Vesa Rautiainen (vesar) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1353997 Title

[Touch-packages] [Bug 1355422] Re: [notifications] Can't dismiss notification bubbles

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Paty Davila (dizzypaty) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-notifications in Ubuntu. https://bugs.launchpad.net/bugs

[Touch-packages] [Bug 1366288] Re: [notifications] Clicking on system image update notification doesn't open settings (other than the cog)

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Paty Davila (dizzypaty) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings-components in Ubuntu. https://bugs.launchpad.net/bugs

[Touch-packages] [Bug 1367623] Re: [Notifications] Titles should wrap in the notification menu/indicator

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Paty Davila (dizzypaty) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings-components in Ubuntu. https://bugs.launchpad.net/bugs

[Touch-packages] [Bug 1353341] Re: [Apps Scope] Apps screen spacing should be even

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Assignee: James Mulholland (jamesjosephmulholland) = Alex Milazzo (digitalalex) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1353341 Title

[Touch-packages] [Bug 1326470] Re: Scope author should be able to set the number of collapsed results to show

2015-03-04 Thread James Mulholland
** Changed in: ubuntu-ux Status: Fix Committed = Fix Released ** Summary changed: - Scope author should be able to set the number of collapsed results to show + [Scopes] Scope author should be able to set the number of collapsed results to show -- You received this bug notification

[Touch-packages] [Bug 1292700] Re: [Scopes] No indication that searches are local only

2015-03-04 Thread James Mulholland
** Summary changed: - [Dash] No indication that searches are local only + [Scopes] No indication that searches are local only -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-click in Ubuntu.

[Touch-packages] [Bug 1267184] Re: [Dash] apps that are being downloaded/installed are not shown differently from un-installed apps

2015-03-04 Thread James Mulholland
Just tested this and found that of the Fix Committed by Mike Nagle (mikenagle) on 2014-07-02, only item 3-BUTTON (on preview) appears implemented. ** Summary changed: - [Dash] apps that are being downloaded/installed are not shown differently from un-installed apps + [Scopes] apps that are

[Touch-packages] [Bug 1350891] Re: [Scopes] Suru Background should scroll

2015-03-04 Thread James Mulholland
** Summary changed: - [Dash] Suru Background should scroll + [Scopes] Suru Background should scroll -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1350891 Title: [Scopes]

[Touch-packages] [Bug 1229652] Re: Home and app scope names are wrong

2015-03-04 Thread James Mulholland
Apps scope named correctly. Home scope no longer present. ** Changed in: ubuntu-ux Status: Triaged = Fix Released ** Changed in: unity-scope-home Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1350096] Re: [App Scope] Creating a new account directly on the phone leads to an unconfirmed account without informing the user

2015-03-04 Thread James Mulholland
Just tested on my reference device; App installation proceeded after setting up a new account, without email confirmation being required. ** Changed in: ubuntu-ux Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1350096] Re: [Apps Scope] Creating a new account directly on the phone leads to an unconfirmed account without informing the user

2015-03-04 Thread James Mulholland
** Summary changed: - [App Scope] Creating a new account directly on the phone leads to an unconfirmed account without informing the user + [Apps Scope] Creating a new account directly on the phone leads to an unconfirmed account without informing the user -- You received this bug

[Touch-packages] [Bug 1350891] Re: [Dash] Suru Background should scroll

2015-03-04 Thread James Mulholland
New assets were provided in Jan, but wallpaper still appears to be static/ not to scroll? Handing over to lead visual designer so he can clarify whether scrolling of wallpaper is still required in current visual/motion style plans. ** Changed in: ubuntu-ux Assignee: James Mulholland

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-03-03 Thread James Ferguson
Sadly, since this happens typically once every 1-3 days, and on a work machine, with 14.04 required, so I'm not really able to try out a fresh install. It might be worth my while trying out the LTS stack, to get a more recent kernel. Right now I'm having a problem installing the utopic LTS

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-27 Thread James Ferguson
... well, I would post an attachment, if Launchpad didn't appear to crash out on my when I do (Chrome or Firefox browsers. I'll preserve the crash dump and try again later. Meanwhile, below is what's in syslog for the crash, and: sudo dmidecode -s bios-version G2ETA3WW (2.63 ) Feb 27

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-27 Thread James Ferguson
Sadly, it happened again this morning. ~30s of total X freeze. I think it's always triggered by google Chrome (currently 40.0.2214.115). I'll attach the syslog fragment, dmidecode, and it says a GPU crash dump was saved, so I'll attach that. -- You received this bug notification because you

[Touch-packages] [Bug 1061195] Re: Can't create EWS or MAPI account

2015-02-27 Thread James Pizzurro
#35 also worked for me in Ubuntu 14.04. Thank you very much, Mike. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net/bugs/1061195 Title: Can't create EWS or MAPI

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-27 Thread James Ferguson
/sys/class/drm/card0/error, compressed ** Attachment added: /sys/class/drm/card0/error https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1366876/+attachment/4329464/+files/error.gz -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-27 Thread James Ferguson
(sorry, I failed to give that /sys/class/drm/card0/error upload its appropriate .gz extension. It is .gz compressed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1366876

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-27 Thread James Ferguson
full dmidecode in case that's useful ** Attachment added: dmidecode output https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1366876/+attachment/4329463/+files/dmidecode -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [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 Touch seeded packages, which is subscribed to upstart in Ubuntu. https

[Touch-packages] [Bug 1366876] Re: Xorg freeze

2015-02-26 Thread James Ferguson
Thank you for that pointer - I don't know why I didn't think of a BIOS update. I'm now on the latest, and will see how it goes. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [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 Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1425685 Title: Missing input sanitation in upstart

[Touch-packages] [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 Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1425685 Title: Missing input sanitation in upstart

[Touch-packages] [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 Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1425685

[Touch-packages] [Bug 1424015] Re: App names cannot be translated

2015-02-25 Thread James Tait
See also Bug #1383841 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-click in Ubuntu. https://bugs.launchpad.net/bugs/1424015 Title: App names cannot be translated Status in unity-scope-click package in

[Touch-packages] [Bug 1424992] Re: files in /tmp not being cleared on boot

2015-02-25 Thread James Hunt
Thanks Martin! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1424992 Title: files in /tmp not being cleared on boot Status in systemd package in Ubuntu: Fix Committed

[Touch-packages] [Bug 1424992] [NEW] files in /tmp not being cleared on boot

2015-02-24 Thread James Hunt
Public bug reported: My system has been booted for 2 1/2 hours and yet /tmp contains old files from 2015-02-19. $ sudo systemctl|grep tmpfiles systemd-tmpfiles-setup-dev.service loaded active exited

[Touch-packages] [Bug 1424706] [NEW] HL-1110 detected but doesn't print/process only Idle

2015-02-23 Thread John MIchael James
Public bug reported: I got a HL-1110 and got its PPD file from Brother website. I searched through a lot of forums and bug reports and did what they did but still failed to print even a single page. I am using a Raspberry Pi to print. pi@raspberrypi ~ $ lsmod | grep usb usblp

[Touch-packages] [Bug 1401322] Re: Upgrade to Python 2.7.9

2015-02-23 Thread James Lamb
Is this going to be back-ported to 14.04? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1401322 Title: Upgrade to Python 2.7.9 Status in python-defaults package

[Touch-packages] [Bug 1421483] Re: All keyboard input fails: IBUS-WARNING **: Events queue growing too big

2015-02-19 Thread James Cowgill
Is the bug fixed if you temporarily remove ibus? It's much more likely that this is just a bug in ibus than a bug affecting this many different packages. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu.

[Touch-packages] [Bug 1422433] Re: installed packages should be checked first when generating dependencies

2015-02-19 Thread James Page
Piotr distro-info provides ubuntu-distro-info --devel which would give you the name of the current devel release of Ubuntu, which is probably the right source for most re-generations - full URL: http://archive.ubuntu.com/ubuntu/dists/vivid/Contents-amd64.gz Does that work for you? -- You

[Touch-packages] [Bug 1422433] Re: installed packages should be checked first when generating dependencies

2015-02-19 Thread James Page
Proposed patch attached for supporting Ubuntu fallback generation. Piotr - can you let me know what you think? ** Patch added: pydist-ubuntu-support.patch https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1422433/+attachment/4322470/+files/pydist-ubuntu-support.patch -- You received

[Touch-packages] [Bug 1422433] Re: installed packages should be checked first when generating dependencies

2015-02-18 Thread James Page
Piotr - thanks for the pointer! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dh-python in Ubuntu. https://bugs.launchpad.net/bugs/1422433 Title: installed packages should be checked first when generating dependencies

[Touch-packages] [Bug 1358760] Re: Sync installed apps with store on departments change

2015-02-18 Thread James Tait
** Changed in: click-package-index Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-click in Ubuntu. https://bugs.launchpad.net/bugs/1358760 Title: Sync installed apps with

[Touch-packages] [Bug 1422433] [NEW] installed packages should be checked first when generating dependencies

2015-02-16 Thread James Page
Public bug reported: dh_pythonX appears to go through the following series of checks when generating dependencies for python packages: 1) check package specific pydist overrides 2) check for package in dh-python fallback files 3) check for package using dpkg -S these last two steps appear the

[Touch-packages] [Bug 1421483] Re: All keyboard input fails: IBUS-WARNING **: Events queue growing too big

2015-02-13 Thread James Cowgill
** Also affects: ibus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1421483 Title: All keyboard input fails:

[Touch-packages] [Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread James Ascroft-Leigh
The following shell script seems to allow the installatoin to continue: sudo dpkg-divert --add --rename --local --divert /sbin/sysctl.real /sbin/sysctl cat 'EOF' | sudo tee /sbin/sysctl #!/bin/bash /sbin/sysctl.real $@ echo Warning: /sbin/sysctl exit code is being suppressed in this container

[Touch-packages] [Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread James Ascroft-Leigh
I'm getting exactly the same error scenario in a different environment. I've had a setup working for months with: - Ubuntu Trusty LTS host - Ubuntu Trusty LTS guest - Libvirt from Trusty - LXC from Trusty (--connect lxc://) I use debootstrap and chroot to prepare the base filesystem then

[Touch-packages] [Bug 1419232] Re: Unable to update Ubuntu 14.0.4

2015-02-06 Thread James Kubon
As this issue is preventing the installation of a number of security patches (Adobe, ClamAV and others) should this be considered a security issue? And still unclear as to what caused the issue with dconf-service in the first place -- You received this bug notification because you are a member

[Touch-packages] [Bug 1419232] [NEW] Unable to update Ubuntu 14.0.4

2015-02-06 Thread James Kubon
Public bug reported: Everything had been working fine until recently attempted to update and it failed.. sudo apt-get update [sudo] password for jim: Ign http://dl.google.com stable InRelease Ign http://dl.google.com stable InRelease Hit

[Touch-packages] [Bug 405116] Re: hpcups driver of HPLIP has broken margins

2015-02-06 Thread Roger James
Aarrg. Even hpijs is broken now as well. But it is broken in exactly the same way. Does it mean the problem is somewhere upstream from cups? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 405116] Re: hpcups driver of HPLIP has broken margins

2015-02-06 Thread Roger James
Can someone please reopen this bug! I have just tried the test file I attached 18 months ago again. The margins are even more broken now! Printing the test with shrink to fit enabled shows a 15mm clip at the top and bottom and 4mm each side in both single sided and duplex modes on A4. This

[Touch-packages] [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

[Touch-packages] [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.

[Touch-packages] [Bug 1412465] Re: Enable support for Kilo Cloud Archive

2015-01-23 Thread James Page
Tested OK from proposed on trusty. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1412465

[Touch-packages] [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 Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Touch-packages] [Bug 1413321] Re: ceph-disk commands fail due to unset cluster name

2015-01-22 Thread James Page
** Changed in: ceph (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/1413321 Title: ceph-disk commands fail due to unset cluster

[Touch-packages] [Bug 1413321] [NEW] ceph-disk commands fail due to unset cluster name

2015-01-21 Thread James Page
Public bug reported: This appears to be a regression in the argparse package in python; under trusty ceph-disk works just fine, however in vivid, the cluster attribute remains unset (despite having a default of 'ceph'). Attached python demonstrates the problem. ProblemType: Bug DistroRelease:

[Touch-packages] [Bug 1410420] Re: [dash] preview table runs off right side

2015-01-20 Thread James Mulholland
Solution: Break text into separate lines so that information of interest to users is not lost or occluded (e.g. by using an ellipses) as we cannot guarantee this information will be available to the user elsewhere in the preview. IRC Log: [10:42am] JMulholland: so this occurs

[Touch-packages] [Bug 1412887] [NEW] unable to start lxc on ubuntu

2015-01-20 Thread James Stewart Miller
Public bug reported: Hi, I've installed lxc on lubuntu utopic with a 3.18.3 lowlatency kernel, and I can't get lxc to start. I'm getting the following errors in a logfile: lxc-start 1421773029.483 ERRORlxc_conf - conf.c:instanciate_veth:2817 - failed to attach 'vethJCKW6M' to the bridge

[Touch-packages] [Bug 1412887] Re: unable to start lxc on ubuntu

2015-01-20 Thread James Stewart Miller
I've had no problems with the 3.16 low latency kernel. From what I can see I am not missing any required kernel config options, but can you recommend a good source to describe exactly which kernel options are required? Many thanks. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1412887] Re: unable to start lxc on ubuntu

2015-01-20 Thread James Stewart Miller
** Description changed: Hi, I've installed lxc on lubuntu utopic with a 3.18.3 lowlatency kernel, and I can't get lxc to start. I'm getting the following errors in a logfile: lxc-start 1421773029.483 ERRORlxc_conf - conf.c:instanciate_veth:2817 - failed to attach

[Touch-packages] [Bug 1412465] [NEW] Enable support for Kilo Cloud Archive

2015-01-19 Thread James Page
UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: software-properties (Ubuntu) Importance: High Assignee: James Page (james-page) Status: In Progress ** Affects: software-properties (Ubuntu Trusty) Importance: High Assignee: James Page (james-page

[Touch-packages] [Bug 1408644] Re: App namespace move to appname.devname

2015-01-19 Thread James Westby
Hi, The store now accepts the new style. The old style is still accepted, but developers signing up to the site today will find it hard to use it because they can't set their old-style namespace. You can go ahead and make any changes that expect the new style to work live. Thanks, James

[Touch-packages] [Bug 974382] Re: memory leak in unity-panel-service

2015-01-15 Thread James Troup
I'm still seeing this with Ubuntu 14.10: 3381 james 20 0 825M 219M 11672 S 0.5 2.8 1h10:23 /usr/lib/unity/unity-panel-service I've attached /proc/`pidof unity-panel-service`/maps ** Attachment added: /proc/`pidof unity-panel-service`/maps https://bugs.launchpad.net/ubuntu

[Touch-packages] [Bug 1324142] Re: Support providing fallback images

2015-01-07 Thread James Henstridge
Currently art can either be a string giving the field holding the art URI, or a dictionary with field and aspect-ratio keys. Perhaps it would make sense to handle fallbacks in this second form as a third key? -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [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 Touch seeded packages, which is

[Touch-packages] [Bug 1170647] Re: After minimizing an external media, clicking on the Files icon on the Launcher doesn't restore the minimized window, but opens a new one

2014-12-26 Thread James
What the heck is Mark Shuttleworth thinking? This is inconsistent design, an exception to how every other launcher behaves, and the trade off is ridiculous -- NO USABILITY is gained by this inconsistency -- I never once thought -- oh well at least I'm back at my Home folder. He needs to stop

[Touch-packages] [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-12-19 Thread James Munsch
#17 works ... The source code for ensurepip can be found in the python.org tarball https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tgz -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu.

<    5   6   7   8   9   10   11   12   13   14   >