[Touch-packages] [Bug 1478537] Re: Statistics message of Messages in greeter page untranslatable.

2015-07-27 Thread Ian Li
*** This bug is a duplicate of bug 1478535 *** https://bugs.launchpad.net/bugs/1478535 ** Package changed: messaging-app (Ubuntu) = telephony-service (Ubuntu) ** This bug has been marked a duplicate of bug 1478535 Statistical messages of Calls in Greeter are untranslatable. -- You

[Touch-packages] [Bug 1478535] Re: Statistical messages of Calls in Greeter are untranslatable.

2015-07-27 Thread Ian Li
Sorry, I submitted this bug just because I can't find those messages by findgrep .mo files, although I remember I'd translated them somewhere. Here is the output: ian@Chop-U:~$ adb shell phablet@ubuntu-phablet:~$ locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_CTYPE=en_US.UTF-8 LC_NUMERIC

[Touch-packages] [Bug 1471029] Re: ELF programs with R_386_RELATIVE blocks are badly mapped into memory

2015-07-23 Thread Colin Ian King
Commit a87938b2e was included in 3.19.0-20.20 (see commit b51621abbcb4694b8d2842ce3a66006a60bba6e5), so perhaps trying this would be the first step to see if that commit fixes things. As it stands, I've checked the heap and stack on a VM image using this kernel and there is now plenty of space

[Touch-packages] [Bug 1471906] Re: camera app is polling the file system every second

2015-07-13 Thread Colin Ian King
OK, I guess that is the cost of a high level API that doesn't use statfs(). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1471906 Title: camera app is polling the

[Touch-packages] [Bug 1470845] Re: systemd on wily desktop generating short lived threads every second in a quiet system

2015-07-10 Thread Colin Ian King
** Changed in: systemd (Ubuntu) Importance: Undecided = High ** Changed in: systemd (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-07-06 Thread Colin Ian King
It may be that the process is swapped out, so the delivery of the SIGKILL takes a while for it to be swapped back in and to hence get the signal. To test this hypothesis: a) one could disable swap and see if the process can be delivered the SIGKILL and how quickly it responds to that.

[Touch-packages] [Bug 1471602] Re: Google Docs print not working on CUPs

2015-07-05 Thread Ian
Attaching the error_log file for review ** Attachment added: error_log file from cups tree https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1471602/+attachment/4424677/+files/error_log.zip -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1471602] [NEW] Google Docs print not working on CUPs

2015-07-05 Thread Ian
Public bug reported: HP Color LaserJet 2600N prints majority of files fine from Google, PDFs etc. Example job of uploaded Word doc, converted to Google Doc then printed to CUPs doesn't print and there are no errors in the logs from the print job. Current configuration answering questions from

[Touch-packages] [Bug 1471602] Re: Google Docs print not working on CUPs

2015-07-05 Thread Ian
Attaching the error_log file for review ** Attachment added: error_log file from cups tree https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1471602/+attachment/4424676/+files/error_log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1470845] [NEW] systemd on wily desktop generating short lived threads every second in a quiet system

2015-07-02 Thread Colin Ian King
Public bug reported: I noticed that systemd on my idle Wily desktop is creating very short lived threads at 1Hz. While these aren't doing much, it still consumes power doing wakeups to create these periodic threads. Showing thread creation with forkstat: $ sudo forkstat Time Event PID

[Touch-packages] [Bug 1045072] Re: bash generates spurious DEL on empty variable interpolation

2015-05-24 Thread Ian! D. Allen
output) using /bin/dash. # -Ian! D. Allen - idal...@idallen.ca - www.idallen.com a='' { echo correct $a # correct empty output line echo correct $a$a # correct empty output line echo correct $a$a$a # correct empty output line echo XwrongX

[Touch-packages] [Bug 1419839] Re: autoremove does not auto-remove unneeded dependencies

2015-05-20 Thread Ian Weisser
No longer able to reproduce this bug. Unsubscribing. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1419839 Title: autoremove does not auto-remove unneeded dependencies

[Touch-packages] [Bug 1186662] Re: isc-dhcp-server fails to renew lease file

2015-05-13 Thread Ian McMichael
I've given up with my solution in #9 as it did not work. I'm still using 14.04 LTS systems and now employ the following fix instead: service isc-dhcp-server stop setfacl -dm u:dhcpd:rwx /var/lib/dhcp setfacl -m u:dhcpd:rwx /var/lib/dhcp service isc-dhcp-server start Note: For this to work you

[Touch-packages] [Bug 1332440] Re: apt-get update very slow when ulimit -n is big

2015-04-26 Thread Ian Babrou
Yep, it's not fixed: ~ λ docker run --rm ubuntu:14.04 bash -c 'ulimit -n 50 apt-get install strace strace -c -f apt-get update' Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: strace 0 upgraded, 1 newly

[Touch-packages] [Bug 1370704] Re: tracker-extract crashed with SIGSEGV in gst_base_parse_push_frame()

2015-04-02 Thread Ian W Scott
*** This bug is a duplicate of bug 1301914 *** https://bugs.launchpad.net/bugs/1301914 How am I supposed to follow these instructions if the linked bug is private and I can't even read it? Please look at the other bug report to see if there is any missing information that you can provide, or

[Touch-packages] [Bug 1355813] Re: Interface MTU management across MAAS/juju

2015-04-01 Thread Ian Booth
Marked as Fixed Released, does it still occur? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1355813 Title: Interface MTU management across MAAS/juju Status in juju-core:

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Colin Ian King
journalctl -f -b -u systemd-logind -- Logs begin at Tue 2015-03-31 09:36:25 BST. -- Mar 31 09:36:26 skylake systemd[1]: Starting Login Service... Mar 31 09:36:26 skylake systemd-logind[671]: New seat seat0. Mar 31 09:36:26 skylake systemd-logind[671]: Watching system buttons on /dev/input/event3

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Colin Ian King
The HandleLidSwitch=ignore stops the box from suspending: $ uptime 09:50:25 up 5 min, 2 users, load average: 0.00, 0.00, 0.00 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Colin Ian King
I'm actually running vivid server on this box, so I don't have a unity session running. -- 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/1438301 Title: desktop machine

[Touch-packages] [Bug 1438301] [NEW] desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-30 Thread Colin Ian King
Public bug reported: For reasons I cannot fathom, my development server goes into deep suspend after ~3 minutes after startup with systemd, however, if I boot with upstart it does not. This happens everytime I boot with systemd, the machine just goes into a deep suspend without me requesting

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-30 Thread Colin Ian King
** Changed in: systemd (Ubuntu) Importance: Undecided = Critical -- 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/1438301 Title: desktop machine suspends with systemd

[Touch-packages] [Bug 1433720] [NEW] shutdown request timeouts out and leaves tty in non-echo mode

2015-03-18 Thread Colin Ian King
Public bug reported: I believe this is a change in shutdown tied somehow to systemd, but I am guessing. How to reproduce the bug: sudo shutdown -h now [ wait a couple of minutes, don't enter in one's password ] authentication times out and one is left with non-echo on one's tty. This has to be

[Touch-packages] [Bug 1424485] [NEW] Plural case error in Ubuntu Phone lock screen

2015-02-22 Thread Ian Santopietro
Public bug reported: On the lock screen for Unity 8, if you send one text message the lock screen says One text messages sent. It should say One text message sent Running Ubuntu 14.10 r15 on Nexus 5. ProblemType: Bug DistroRelease: Ubuntu RTM 14.09 Package: unity8

[Touch-packages] [Bug 1301623] Re: unity freezes when moving windows among workspaces

2015-02-19 Thread Ian
*** This bug is a duplicate of bug 815996 *** https://bugs.launchpad.net/bugs/815996 I can confirm that disabeling window snapping in unity tweak tool fixes this issue for me, I like my window snapping :( -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
Any chance of getting that syslog to see what's going on? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to powerd in Ubuntu. https://bugs.launchpad.net/bugs/1372413 Title: Extensive battery drain on RTM Status in the base

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
FYI, For my tests, I am reading the battery capacity directly, just to keep it as light weight as possible: #!/bin/sh rm -f battery.log while true do c=$(cat /sys/devices/platform/battery/power_supply/battery/capacity) d=$(date +%d/%m/%Y %H:%M:%S) echo $d $c battery.log

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
I've correlated each processes against the spike in activity for upowerd and also see that mpdecision and systemd-udevd also change their behaviors at that transition. See attached spreadsheet. ** Attachment added: upowerd-procs.ods

[Touch-packages] [Bug 1419839] [NEW] autoremove does not auto-remove unneeded dependencies

2015-02-09 Thread Ian Weisser
Public bug reported: To reproduce: ### Install 'synaptic' $ sudo apt-get install synaptic [...] The following NEW packages will be installed: docbook-xml libcairo-perl libept1.4.12 libglib-perl libgtk2-perl libpango-perl librarian0 rarian-compat sgml-data synaptic ### Nothing wrong with apt

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
I noticed that at this point, the syslog shows and incoming call occurred. After that, the phone does NOT deep suspend at all. Eventually, the phone drains at 03:55:33 on the 7th of Feb. So I think somebody needs to look at the way incoming calls seem to block deep suspend. Feb 6 17:12:05

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
So there is a rise of activity with systemd-udev at the same time that upowerd gets busy too -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to powerd in Ubuntu. https://bugs.launchpad.net/bugs/1372413 Title: Extensive

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
Pat, do you mind attaching the entire cpustat.log so I spot any specific trends? Thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to powerd in Ubuntu. https://bugs.launchpad.net/bugs/1372413 Title: Extensive battery

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
Pat, I use something such like the following awk script to parse the data: { if ((NF == 5) ($4 != PID)) { total[$4] += $1 usr[$4] += $2 sys[$4] += $3 cmd[$4] = $5 } if ((NF == 5) ($4 == PID))

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-02-09 Thread Colin Ian King
We could possibly attach health-check to powerd to see what activity is going. E.g. health-check -r -w -W -f -c -p upowerd -d 3600 health-check.log ..that will attach health-check for 1 hour and dump the results into health-check.log. Colin -- You received this bug notification because you

[Touch-packages] [Bug 949606] Re: 64 bit dev packages should include 32 bit .so library file

2015-02-08 Thread Ian Mallett
The second workaround does not work with apt-get; e.g.: The following packages have unmet dependencies: libglu1-mesa-dev : Conflicts: libglu1-mesa-dev:i386 but 9.0.0-2 is to be installed libglu1-mesa-dev:i386 : Conflicts: libglu1-mesa-dev but 9.0.0-2 is to be installed E: Unable to correct

[Touch-packages] [Bug 1418310] [NEW] Network manager loses network devices

2015-02-04 Thread Ian Nicholson
Public bug reported: The network manager icon will indicate that it's not connected to a wireless network, and when I click on the indicator, it displays the message no network devices available. I cannot reliably recreate this, but it's definitely a bug since I'm filling this report while

[Touch-packages] [Bug 1416227] [NEW] password field not visible

2015-01-29 Thread Ian Nicholson
Public bug reported: In the login field, I am able to select my username, however the box that I would normally type the password into is not visible. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: lightdm 1.13.1-0ubuntu2 ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1 Uname: Linux

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-16 Thread Colin Ian King
With wifi associated to a fairly busy AP that produces regular beacon intervals with CTS protection mode enabled and also phone data enabled I'm seeing ~24+ hours on deep sleep idle. With wifi enabled, I'm seeing ~7.5 wifi related wakeups per minute. I then disabled wifi and these wakeups

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-15 Thread Colin Ian King
I've written a bash script to periodically grab battery capacity levels over some of this afternoon and projected the expected duration (making an assumption the battery drain is linear, which it is not, i know that). Anyhow, I predict 30+ hours of idle on a default clean install on deep sleep.

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-15 Thread Colin Ian King
I also compared 10 minutes of file process wakeup activity (old pre- Christmas image vs lastest RTM image) and I'm seeing little different between old vs new, so no obvious regressions there. See attached files (spreadsheet and old vs new file activity logs). ** Attachment added:

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-15 Thread Colin Ian King
I compared 10 minutes of file access activity (old pre-Christmas image vs lastest RTM image) and I'm seeing a lot more udevd activity on /lib/udev/rules.d, /etc/modprobe.d and /etc/group. See attached files (spreadsheet and old vs new file activity logs). ** Attachment added: tar of old vs new

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-15 Thread Colin Ian King
I compared a 10 minute sleep from an image from pre-Christmas to the latest RTM image and I see better deep suspend stats with the latest image (see attached). If Thomas can attach all the syslog files from /var/log/syslog we can parse this with suspend-blocker and get an idea of what's been

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-15 Thread Colin Ian King
I compared a 10 minute sleep from an image from pre-Christmas to the latest RTM image and I see better deep suspend stats with the latest image (see attached). If Thomas can attach all the syslog files from /var/log/syslog we can parse this with suspend-blocker and get an idea of what's been

[Touch-packages] [Bug 1372413] Re: Extensive battery drain on RTM

2015-01-14 Thread Colin Ian King
Also, it would be useful to capture activity of the system using the following over a 10 minute period Still using ppa:colin-king/white: sudo apt-get install eventstat cpustat fnotifystat forkstat sudo eventstat 10 60 eventstat.log (10 seconds of sampling, 60 x a second) And see if the CPU

[Touch-packages] [Bug 1408349] Re: update fails

2015-01-07 Thread Ian Nicholson
** Attachment added: invoke-rc.d https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1408349/+attachment/4293614/+files/invoke-rc.d -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sysvinit in Ubuntu.

Re: [Touch-packages] [Bug 1407192] Re: firefox icon frequently replaced by placeholder

2015-01-05 Thread Ian Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This has occurred on two of my systems so far, both running vivid. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJUq09+AAoJEBwDRDHt9Q7mprkP/2jw856ZWDgZIztN+iTTqOZX O4Tyn9wAv7T9DbvfbMxH2sSpq5I/xoy9NQrRBuHGHrgsAtFAFAEk031IiXivOmcF

[Touch-packages] [Bug 1332440] Re: apt-get update very slow when ulimit -n is big

2015-01-03 Thread Ian Babrou
Looks like it was fixed in some update. Can anyone confirm that? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1332440 Title: apt-get update very slow when ulimit -n is big

[Touch-packages] [Bug 1407192] [NEW] firefox icon frequently replaced by placeholder

2015-01-02 Thread Ian Nicholson
Public bug reported: Several times over the last week I have noticed that the when I start firefox, the default icon is replaced by a grey square with a question mark in the center as shown in the attached image. The only fix I've found is to unlock firefox from the launcher, quit the program,

[Touch-packages] [Bug 1404550] [NEW] icon in dash is too large

2014-12-20 Thread Ian Nicholson
Public bug reported: The software updater icon is being dispayed so large that part of it is clipped off. Screenshot attached ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: unity 7.3.1+15.04.20141216-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1 Uname: Linux

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-12-02 Thread Colin Ian King
I think also we need to consider security of data is the ultimate goal. Quite frankly, unpredictable things happen users can do all kinds of things like yank out the battery and trip kernel panics. Nobody has formally verified that the kernel is perfect so there is always the possibility of the

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-28 Thread Colin Ian King
@Ricardo, I'm added copious amounts of debug into the kernel and a shim on umount too and I can't see /dev/mmcblk023 being unmounted anywhere. Can you inform me where to expect this umount is actioned on shutdown. I just can't see it. With full journaling on I'd expect this to cope with a

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-28 Thread Colin Ian King
So just to re-iterate: 1. I believe the file system is not being cleanly umounted. 2. data=journal saved us from disaster because it works so well. My recommendation is to keep data=journal because a user can power off the device (battery death, pulling out battery, random kernel reboot, etc)

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-28 Thread Colin Ian King
I don't thing we're seeing many writes to that partition, most of it's probably data pages being flushed out in the background so it's not going to bite too hard. We do have tools to figure out how much is being written if it needs some analysis. -- You received this bug notification because

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-27 Thread Colin Ian King
We've been exercising the rtm images that include the latest workaround now for a considerable amount of time repeating the test that originally triggered the issue. On mako, 2 devices running: device #1, 329 iterations - no corruption observed device #2, 251 iterations - no

[Touch-packages] [Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-27 Thread Colin Ian King
** Changed in: linux-mako (Ubuntu) Assignee: Colin Ian King (colin-king) = Paolo Pisati (p-pisati) ** Changed in: linux-mako (Ubuntu RTM) Assignee: Colin Ian King (colin-king) = Paolo Pisati (p-pisati) -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1397158] [NEW] Sound file recorded by arecord has noises.

2014-11-27 Thread Ian Li
Public bug reported: Type command arecord test.wav in terminal, recording a sound, then pressing ctrl+c to end the recording. Using aplay test.wav to play itl, find the sounds record play has noises. Adjust input volume (even by alsamixer) dose not help to the issue. ** Affects: alsa-utils

[Touch-packages] [Bug 1397158] Re: Sound file recorded by arecord has noises.

2014-11-27 Thread Ian Li
** Attachment added: Alsa codec. https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1397158/+attachment/4269943/+files/card1-codec%230 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.

[Touch-packages] [Bug 1395576] [NEW] goto HUD command does not load webpage

2014-11-23 Thread Ian Nicholson
Public bug reported: Steps to reproduce: 1 - Open webbrowser-app 2 - Use ALT key to bring up HUD 3 - Enter goto planet.ubuntu.com 4 - Press enter Expected behavior: Browser loads planet.ubuntu.com Actual behavior: Browser displays the following error message: Network Error It appears you are

[Touch-packages] [Bug 1278223] Re: Mouse Flickering after adding 3rd Monitor

2014-11-17 Thread Ian Mann
, the flickering cursor reduces significantly. One I start the stream again the cursor flickers significantly. Hope this helps. Ian -- 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/1278223

[Touch-packages] [Bug 1393241] [NEW] Xorg memory leak

2014-11-16 Thread Gloris Ian
Public bug reported: Xorg keeps going up with its physical memory usage and it keeps on doing so until it takes over all of my RAM and eventually my system becomes highly unstable. It goes up faster if I do stuff on my pc, like browsing or using applications. After a few days of non-stop usage I

[Touch-packages] [Bug 1297144] Re: Invisible cursor after resume from suspend

2014-11-09 Thread Ian
yaztromo (tromo): Did you do an upgrade install or a clean install? There are some packages that were swapped out for 14.10 (especially related to power management) that you don't get if you do an upgrade install. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1348784] Re: dbus invoked while in recovery mode

2014-10-31 Thread Colin Ian King
** Summary changed: - thermald prevents unmounting /dev/sda1 in recovery mode + dbus invoked while in recovery mode ** Changed in: thermald (Ubuntu) Status: In Progress = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1297144] Re: Invisible cursor after resume from suspend

2014-10-30 Thread Ian
This problem seems to be resolved for me with xubuntu 14.10. I did a clean install and I have not had this problem since. -- 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/1297144

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

2014-10-27 Thread Colin Ian King
Did we conclude this is more of a misconfiguration rather than a thermald issue pe se, if so, I may remove thermald from the bug and rename it -- 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 1301015] Re: Networking does not restart

2014-10-15 Thread Ian Smith
This is totally unacceptable, please fix it and stop ignoring and denying the problem. Thank you. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1301015 Title:

[Touch-packages] [Bug 1377854] [NEW] idle phone; polling with 85-195 ms timeouts on poll, possible unneccessary wakeups

2014-10-06 Thread Colin Ian King
Public bug reported: While trying to figure out what's keeping the phone busy when idle (trying to save power), I noticed that unity8 is performing a lot of frequent poll() system calls with timeouts of 85-195 ms and it times out on these the majority of times.Wakeups keep a phone busy, so

[Touch-packages] [Bug 1376302] [NEW] indicator-network is frequently logging to /home/phablet/.cache/upstart/indicator-network.log

2014-10-01 Thread Colin Ian King
Public bug reported: I was trying to figure out where excessive file system writes were coming from (to try to reduce flash writes and hence reduce power consumption) and I spotted that /home/phablet/.cache/upstart/indicator- network.log is being written to rather often (every minute or so) (tail

[Touch-packages] [Bug 1376322] [NEW] telepathy-mission-control is spamming dbus.log with error messages

2014-10-01 Thread Colin Ian King
Public bug reported: I was trying to figure out where excessive file system writes were coming from (to try to reduce flash writes and hence reduce power consumption) and I spotted that the dbus log on my phone is being hit by messages from process 2046: root@ubuntu-phablet:~# ps -ef | grep 2046

[Touch-packages] [Bug 1308136] Re: telephony-service-indicator is waking up every 4 seconds adding inotifies on paths that don't exist

2014-10-01 Thread Colin Ian King
Yep, still polling at the same rate doing inotify add watches: root@ubuntu-phablet:~# strace -f -p 2078 Process 2078 attached with 4 threads [pid 2091] restart_syscall(... resuming interrupted call ... unfinished ... [pid 2081] restart_syscall(... resuming interrupted call ... unfinished ...

[Touch-packages] [Bug 1376358] [NEW] lightdm writing the same DEBUG message to /var/log/lightdm/lightdm.log

2014-10-01 Thread Colin Ian King
Public bug reported: I was trying to figure out where excessive file system writes were coming from on the ubuntu phone (to try to reduce flash writes and hence reduce power consumption) and I spotted that /var/log/lightdm/lightdm.log is getting the same debug message written to every every 300

[Touch-packages] [Bug 1376357] [NEW] lightdm writing the same DEBUG message to /var/log/lightdm/lightdm.log

2014-10-01 Thread Colin Ian King
Public bug reported: I was trying to figure out where excessive file system writes were coming from on the ubuntu phone (to try to reduce flash writes and hence reduce power consumption) and I spotted that /var/log/lightdm/lightdm.log is getting the same debug message written to every every 300

[Touch-packages] [Bug 1320020] Re: [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

2014-09-30 Thread Ian Stewart
Having similar problems with a Toshiba NB200. As a point of interest here is when the problem started. Installed 14.04 from scratch. Did the updates. Installed Gnome Flashback. Sound working perfectly at this stage, even after several log outs. Installed 'libtiff4' via the archives as it was

[Touch-packages] [Bug 1371651] Re: Daily does not boot into graphical interface after installation

2014-09-29 Thread Ian Bruntlett
I've experienced the no GUI after installing lubuntu problem. Here are the details relevant to my case:- Here are the technical details:- -rw-rw-r-- 1 ian ian 630M Sep 28 17:10 lubuntu-14.10-beta2-alternate-i386.iso -rw-rw-r-- 1 ian ian 444 Sep 28 17:07 MD5SUMS_lubuntu ian@rutherford:~/isos

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

2014-09-29 Thread Colin Ian King
@James, any idea why dbus is starting? ** Changed in: upstart (Ubuntu) Importance: Undecided = Medium -- 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/1348784 Title:

[Touch-packages] [Bug 1364464] Re: unity8-dash has a thread that is polling rather rapidly on epoll wait

2014-09-25 Thread Colin Ian King
Great! Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1364464 Title: unity8-dash has a thread that is polling rather rapidly on epoll wait Status in

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

2014-09-25 Thread Colin Ian King
BTW, I'm going to slip the run level changes into thermald to address another thermald bug. -- 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/1348784 Title: thermald

[Touch-packages] [Bug 1364464] Re: unity8-dash has a thread that is polling rather rapidly on epoll wait

2014-09-22 Thread Colin Ian King
Test scenario: Clean install with developer mode so I can access the device via adb shell. Device is on the lock screen, sitting idle, so essentially is should be doing not a lot. I ran eventstat to see which processes are generating the most wakeups: root@ubuntu-phablet:~# eventstat 60 1

[Touch-packages] [Bug 1364464] Re: unity8-dash has a thread that is polling rather rapidly on epoll wait

2014-09-18 Thread Colin Ian King
In 60 seconds, one can observe: % time seconds usecs/call callserrors syscall -- --- --- - - 44.512.252139 1052 poll 28.031.416574 366 3871 epoll_wait 24.331.23

[Touch-packages] [Bug 1364353] Re: unity8 leaking memory on idle phone

2014-09-15 Thread Colin Ian King
So the issue is in libubuntu_application_api; so is it related to bug #1206146 -- 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/1364353 Title: unity8 leaking memory on idle

[Touch-packages] [Bug 1364404] Re: qmlscene is leaking ~1.7K per second on an idle application on the phone

2014-09-04 Thread Colin Ian King
I re-flashed my mako today and tested it again and can reproduce the issue every time I test it. Perhaps you didn't have the display forced on (as described below). How to reproduce: 1. Force the phone not to suspend: powerd-cli display on bright 2. Start calendar app and find the pid:

[Touch-packages] [Bug 1364404] Re: qmlscene is leaking ~1.7K per second on an idle application on the phone

2014-09-04 Thread Colin Ian King
I think the issue is that a thread is reading sensor data and leaking memory, I put a breakpoint on mprotect calls and found most are from: (gdb) where #0 mprotect () at ../sysdeps/unix/syscall-template.S:82 #1 0xb5eeb19c in grow_heap (diff=4096, h=0xb140) at arena.c:617 #2 sysmalloc

[Touch-packages] [Bug 1364380] Re: unity8-dash is leaking memory at ~1.7K a second

2014-09-04 Thread Colin Ian King
I think it may be related to https://bugs.launchpad.net/ubuntu/+source /qtdeclarative-opensource-src/+bug/1364404/comments/3 -- 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 1364353] Re: unity8 leaking memory on idle phone

2014-09-04 Thread Colin Ian King
Related bug: https://bugs.launchpad.net/ubuntu/+source/qtdeclarative- opensource-src/+bug/1364404/comments/3 -- 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/1364353 Title:

[Touch-packages] [Bug 1364368] [NEW] maliit-server has a memory leak

2014-09-02 Thread Colin Ian King
Public bug reported: I've tracked memory utilisation of maliit-server over a 12 hour period and can see that the heap is growing at about 1700 bytes a second. One can see this by strac'ing the process and seeing glib's malloc performing 4K mprotects every ~2.4 seconds and the occasional 1MB

[Touch-packages] [Bug 1364368] Re: maliit-server has a memory leak

2014-09-02 Thread Colin Ian King
To show the heap growth, run: smemstat -p $(pidof maliit-server) 10 ..and one sees ~1640 bytes per second heap growth. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to maliit-framework in Ubuntu.

[Touch-packages] [Bug 1364380] Re: unity8-dash is leaking memory at ~1.7K a second

2014-09-02 Thread Colin Ian King
This seems to be leaking at the same rate as the leak in bug 1364368, so it may be a common library that's leaking -- 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/1364380

[Touch-packages] [Bug 1364380] [NEW] unity8-dash is leaking memory at ~1.7K a second

2014-09-02 Thread Colin Ian King
Public bug reported: Running smemstat, we can see that unity8-dash is consuming heap at around 1.7K *per second* smemstat -p $(pidof unity8-dash) 10 (leave it to run for a while and you will see the heap growth stats) running strace on the process shows anonymous mmap() increasing the heap

[Touch-packages] [Bug 1364404] [NEW] qmlscene is leaking ~1.7K per second on an idle application on the phone

2014-09-02 Thread Colin Ian King
Public bug reported: Running apps on the phone using qmlscene and just keeping *idle* one can see ~1.7K per second of heap growth. I monitored qmlscene for ~570 minutes and observed 58156K of anonymous mapped memory (normally this is heap) growth. Running smemstat on qmlscene, for example, an

[Touch-packages] [Bug 1350871] Re: location service is waking up at 10Hz causing possible unwanted wakeups

2014-09-02 Thread Colin Ian King
BTW, which binary blob is the chipset driver? i don't mind looking at it and seeing if we can tweak it a bit. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu.

[Touch-packages] [Bug 1364464] [NEW] unity8-dash has a thread that is polling rather rapidly on epoll wait

2014-09-02 Thread Colin Ian King
Public bug reported: one of the threads to unity8-dash is creating quite a few wakeups per second: # eventstat 60 1 Event/s PID TaskInit Function Callback 13.02 2812 scopes_ng::Scop hrtimer_start_range_nshrtimer_wakeup process 2812 is a thread of unity8-dash

[Touch-packages] [Bug 1364534] [NEW] Blank home screen on Ubuntu studio

2014-09-02 Thread Ian T. Sotomayor
Public bug reported: After loading a large amount of Photos, system slowed down and now no home screen on Ubuntu Studio. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8 ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4 Uname: Linux 3.13.0-34-generic i686

[Touch-packages] [Bug 1358296] Re: Window turns completely transparent when right clicking on the window titlebar

2014-08-22 Thread Ian Henderson
** Description changed: To recreate this bug, I would simply open any application and right click on its titlebar. It would then turn transparent, leaving only its shadow, until I click on its icon in the application bar on the left. Then the window returns to it's original state before I

[Touch-packages] [Bug 1358296] [NEW] Window turns completely transparent when right clicking on the window titlebar

2014-08-18 Thread Ian Henderson
Public bug reported: To recreate this bug, I would simply open any application and right click on its titlebar. It would then turn transparent, leaving only its shadow, until I click on its icon in the application bar on the left. Then the window returns to it's original state before I right

[Touch-packages] [Bug 1350871] Re: location service is waking up at 10Hz causing possible unwanted wakeups

2014-08-01 Thread Colin Ian King
** Changed in: location-service (Ubuntu) Importance: Undecided = High -- 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/1350871 Title: location service is waking

[Touch-packages] [Bug 1350871] [NEW] location service is waking up at 10Hz causing possible unwanted wakeups

2014-07-31 Thread Colin Ian King
Public bug reported: I've observed that location service is waking up ~10 times per second due to a 100ms sleep ps -ax | grep 2295 2295 ?Ssl0:00 /usr/bin/ubuntu-location-serviced --bus system --provider gps::Provider eventstat shows it's the top waking userspace process on the

[Touch-packages] [Bug 1332440] Re: apt-get update very slow when ulimit -n is big

2014-07-10 Thread Ian Babrou
Building docker image with ulimit -n 500k takes literally forever in virtualbox. Iterating 500k fds that are not even open on every fork in apt (and there are many of them) is not okay. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

<    1   2   3   4