** Changed in: android (Ubuntu)
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/1286322
Title:
max speakerphone volume is too low after first call
To manage no
** Changed in: android (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/1286322
Title:
max speakerphone volume is too low after first call
To manage
Can you also provide the logcat output?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1284290
Title:
mako camera-app screen garbles and app crashes
To manage notifications about this bug go to:
htt
Disassembly: => 0x0: Cannot access memory at address 0x0
This is because the Android HAL is not available in your system (powerd
only works with the ubuntu touch stack atm). Is there any special reason
for you to have it installed in your image?
Will let this bug opened as it could at least give
One thing I did noticed when looking at the code is that the
'socket_reader' function seems to expect the input buffer to be one-line
only, and not a block (buf could be a block when reading data from the
socket).
As a result upstart_emit_event can emit 'buf' containing more than one
event at the
Tried changing /etc/init/ofono.override to include a job dependency in
there, but it failed because it seems upstart tried to start the job as
soon the android-container event was available.
Changed /etc/init/ofono.override to:
"""
start on (started dbus and
android-container init.svc.ri
This is a known issue, and it happens because the software rendering
path is not working correctly atm. It plays the file fine because it
works when doing hw rendering (via a native window, zero copy).
To make it work with software rendering, it needs to deal with the
buffers internally so we can
I did a quick check, and noticed that it crashes in
my_pthread_mutex_lock, a hybris hook for the original
pthread_mutex_lock.
The problem is that the mutex used (__mutex) contains an anddress that's
not part of the mapped memory region for the process, causing a segfault
when we try to access the
Seems to be related with the hwcomposer, as after removing
/system/lib/hw/hwcomposer.tegra3.so I'm able to start mir_demo and run a
few examples.
Unity8 is crashing still it seems, still debugging.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Ok, the other unity8 related crash was because we didn't had the
permissions set right. Will be pushing a change to lxc-android-config to
get that fixed.
Also uploading a new android package without the hwcomposer for grouper,
until we're able to ignore it from Mir itself (could use getprop to
che
** Summary changed:
- Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7
+ Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7 when using
the hwcomposer (tegra3)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
We can't disable VSYNC uevent, it's required by the driver. All we can
do is to ignore it later on upper layers, such as upstart.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234743
Title:
omapfb
** Changed in: unity8 (Ubuntu)
Status: New => Confirmed
** Changed in: ubuntu-ux
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614
Title:
UI should show c
** Changed in: android (Ubuntu RTM)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
** Changed in: android (Ubuntu RTM)
Status: New => In Progress
** Changed in: android (Ubuntu RTM)
Importance: Undecided => Critical
** Changed in: initramfs-tools-ubuntu-touch (U
So this is not a normal fs corruption issue. I was able to run the aa-
corruption test quite a few times with the extra e2fsck logic we added,
and was easily able to get the corrupted files on krillin, but which is
even more interesting is that the files are not actually corrupted for
e2fsck (not p
Just migrated /opt/click.ubuntu.com under '/' (not bind-mounted) and was
able to run the same test case for more than 2 hours without any issue.
It fails again at the moment I move it back under /data (bind-mounted at
/opt/click.ubuntu.com), on the first run.
--
You received this bug notificatio
Used links instead of bind-mounts (for /userdata) and was still able to
reproduce the issue. So not necessarily related with bind-mounts itself.
** Also affects: linux-mako (Ubuntu)
Importance: Undecided
Status: New
** Also affects: linux-mako (Ubuntu RTM)
Importance: Undecided
It works fine if I move the writable paths under /, and it also works
fine after creating another image file (ext4) that gets stored under
/userdata, to be consumed by the writable paths (using bind-mounts and
everything).
But if I use bind mounts from /userdata/system-data directly, I can
easily
I'm also unable to reproduce this issue when mounting /userdata (and
also it's bind mounts) with data=journal instead of data=ordered. This
might be a consequence of it being slower, not yet sure.
Decided to try that to see if I'd get any error when running e2fsck, but
still nothing. Only side eff
Public bug reported:
current build number: 25
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-18 16:48:43
version version: 25
version ubuntu: 20141118
version device: 20141117.1
version custom: 20141118
No feedback at all from the ubuntu store after pressing 'Install'
** Attachment added: "downloads.db after reproducing the issue."
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1392744/+attachment/4263251/+files/downloads.db
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https
'restart unity8-dash' was enough to get it to work again.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394208
Title:
Unity8 unable to find the dash, which is also running in the
background
To m
Please enable debug on pulse audio, retest, and give me back your
syslog. But please also save the timestamp when the dialog shows up, to
see if it was indeed pulse that got blocked or something like that.
To enable debug on pulse:
$ sudo sed -i 's/--start/--start --log-level=debug/g'
/usr/share/
Colin King is investigating the issue on the filesystem level. He got an
easier way to reproduce the problem, and is currently investigating
possible patch sets from upstream.
** Changed in: linux-mako (Ubuntu)
Assignee: (unassigned) => Colin Ian King (colin-king)
** Changed in: linux-mako (
You can easily reproduce that by hand by killing ofono in loop (e.g.
'pkill -9 ofono' a few times in a row). Upstart will give up and it'll
never be started again.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
Public bug reported:
current build number: 26
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-19 16:43:47
version version: 26
version ubuntu: 20141119
version device: 20141119
version custom: 20141119
Useful for ubuntu-touch mainly.
Currently there is no way for the s
We discussed possible ways to fix this issue during our last device
sprint, and the suggestion for the short term was to have a watchdog job
that could watch critical system and session services, and automatically
reboot the phone when a process reaches the upstart respawn limit.
** Changed in: ub
Fix available at https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/landing-003, test plan at
https://wiki.ubuntu.com/Process/Merges/TestPlan/upstart-watchdog
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
We actually have logic in place to smartly remove the cache when an app
gets updated, this is just a bug that seems to happen with webapps in
general.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394
** Tags added: rtm14
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394380
Title:
QML cache not regenerated correctly on image update
To manage notifications about this bug go to:
https://bugs.laun
>From the log:
qml: Error setting security method: Could not set security mode
** Changed in: ubuntu-system-settings (Ubuntu)
Assignee: (unassigned) => Michael Terry (mterry)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:
Public bug reported:
current build number: 27
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-20 18:31:21
version version: 27
version ubuntu: 20141120
version device: 20141119
version custom: 20141120
Flashed with 'ubuntu-device-flash --channel=ubuntu-touch/vivid-propo
** Attachment added: "ubuntu-system-settings-wizard.log"
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1394712/+attachment/4264569/+files/ubuntu-system-settings-wizard.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
For this to work on media-hub we first need to implement playlist
support, which is not trivial. Item available as part of the phone
foundations backlog.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
Marking it as incomplete, please open it again if you're able to
reproduce the bug.
** Changed in: ubuntu-system-settings (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
Please get the content available at /proc/last_kmsg after a device
reboots, that's the only way to get the kernel crash trace.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387949
Title:
power cycl
Please make sure this bug moves to barajas, as it's specific to krillin.
** Changed in: network-manager (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/13822
Just reproduced this with RTM (krillin) 166. No steps yet to reproduce
it, got after using the phone for almost 2 days without a reboot.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391149
Title:
And the phone seems to be completely fine, just can't unlock using the
right->left swipe.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391149
Title:
greeter not reacting to swipes
To manage notif
** Also affects: pulseaudio (Ubuntu)
Importance: Undecided
Status: New
** Changed in: pulseaudio (Ubuntu)
Status: New => Confirmed
** Changed in: pulseaudio (Ubuntu)
Importance: Undecided => High
** Changed in: pulseaudio (Ubuntu)
Assignee: (unassigned) =>
Why is this bug tagged for RTM? Removing the GST 0.10 dependency (and
migrating to GST 1.0) seems to be a major effort and would also required
a new upstream version from qtmultimedia. Can we track this for post
RTM?
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
MRs:
*
https://code.launchpad.net/~rsalveti/indicator-sound/adding-support-for-sound-per-roles/+merge/235562
*
https://code.launchpad.net/~rsalveti/ubuntu-touch-session/changing-config-allow-volume-per-role/+merge/235563
*
https://code.launchpad.net/~rsalveti/telepathy-ofono/remove-initial-voice
** Changed in: pulseaudio (Ubuntu)
Status: New => Confirmed
** Changed in: pulseaudio (Ubuntu)
Importance: Undecided => High
** Changed in: pulseaudio (Ubuntu)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
--
You received this bug notification because you are a
Public bug reported:
Currently we're still handling device specific apparmor rules in lxc-
android-config, and the main reason is that we need such rules when
generating the cache for apparmor (which happens when generating the
rootfs).
Moving the rules into the device tarball can cause timestamp
** Changed in: pulseaudio (Ubuntu)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
** Tags added: touch-2014-10-9
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224756
Title:
Pulseau
Status: New
** Package changed: music-hub (Ubuntu) => media-hub (Ubuntu)
** Changed in: media-hub (Ubuntu)
Status: New => Confirmed
** Changed in: media-hub (Ubuntu)
Importance: Undecided => Critical
** Changed in: media-hub (Ubuntu)
Assignee: (unassigned) => Ric
Public bug reported:
Just create an emulator image for any image newer than 254 and you'll
notice that the wizard will never show up, always showing a black
screen.
# Creating the emulator image
sudo ubuntu-emulator create --channel=ubuntu-touch/utopic-proposed --arch=i386
test_x86 --revision=XX
** Also affects: media-hub (Ubuntu RTM)
Importance: Undecided
Status: New
** Changed in: media-hub (Ubuntu RTM)
Importance: Undecided => Critical
** Changed in: media-hub (Ubuntu RTM)
Status: New => In Progress
** Changed in: media-hub (Ubuntu)
Importance: Undecided => Cri
** Changed in: qtubuntu-media
Status: New => 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/1191934
Title:
orientation wrong in playback for recorded videos
To manage notificatio
** Package changed: android (Ubuntu) => android-tools (Ubuntu)
** Changed in: android-tools (Ubuntu)
Assignee: (unassigned) => Oliver Grawert (ogra)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
** Changed in: android-tools (Ubuntu)
Assignee: (unassigned) => Oliver Grawert (ogra)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369450
Title:
adb shell sudo shows password in the clear
To
** Also affects: qtubuntu-camera (Ubuntu RTM)
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/1376500
Title:
thumbnails in metadata generated incorrectly
T
** Project changed: libhybris => ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376500
Title:
thumbnails in metadata generated incorrectly
To manage notifications about this bug go to:
https
** Package changed: ubuntu => libhybris (Ubuntu)
** Changed in: libhybris (Ubuntu)
Status: New => Fix Released
** Changed in: qtubuntu-camera (Ubuntu)
Status: In Progress => Fix Released
** Changed in: qtubuntu-camera (Ubuntu RTM)
Status: New => In Progress
** Also affects:
Public bug reported:
current build number: 11
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-07 19:25:24
version version: 11
version ubuntu: 20141106.1
version device: 20141106
version custom: 20141106.1
Had system-settings opened in order to verify for updates, but n
The stack trace, it seems to be actually a bug on media-hub/dbus-cpp.
#0 __libc_do_syscall () at
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
44 ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or
directory.
(gdb) bt full
#0 __libc_do_syscall () at
../por
Public bug reported:
current build number: 12
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-07 21:01:06
version version: 12
version ubuntu: 20141107
version device: 20141106
version custom: 20141107
See: http://people.canonical.com/~rsalveti/home.png
Opening against
Just had this issue with the silent mode switch:
http://people.canonical.com/~rsalveti/silent.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1336715
Title:
[TOPBLOCKER] switch-items in indicators
** Package changed: pulseaudio (Ubuntu) => pulseaudio (Ubuntu RTM)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391230
Title:
web audio, pulse runs at 6% and screen will not blank on idle
To mana
** Changed in: android (Ubuntu)
Status: Triaged => In Progress
** Changed in: initramfs-tools-ubuntu-touch (Ubuntu)
Status: Triaged => In Progress
** Changed in: initramfs-tools-ubuntu-touch (Ubuntu)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
--
You rece
I'd just follow what we have with some other phones, and showing low
battery only when < 15%
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388235
Title:
Battery icon turns red at 30%
To manage not
** Also affects: ubuntu-touch-session (Ubuntu RTM)
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/1389008
Title:
Often fails to connect to Pulseaudio and u
** Changed in: dbus-cpp (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/1390618
Title:
Uniy8 crashed when creating a wireless connection with an acc
** Changed in: media-hub (Ubuntu RTM)
Status: Fix Committed => 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/1239432
Title:
Music fails to pause on incoming/outgoing calls
To man
** Tags added: rtm14
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391632
Title:
Motorola H730 headset doesn't pair the first time
To manage notifications about this bug go to:
https://bugs.launch
** Changed in: android (Ubuntu)
Assignee: Ricardo Salveti (rsalveti) => Sergio Schvezov (sergiusens)
** Also affects: android (Ubuntu RTM)
Importance: Undecided
Status: New
** Also affects: initramfs-tools-ubuntu-touch (Ubuntu RTM)
Importance: Undecided
Status:
Full backtrace:
(gdb) bt full
#0 __libc_do_syscall () at
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
No locals.
#1 0xb677de5e in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
_a1 = 0
_a3tmp = 6
_a1tmp = 0
_a3 = 6
Public bug reported:
phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 17
device name: mako
channel: ubuntu-touch/vivid-proposed
last update: 2014-11-12 11:52:31
version version: 17
version ubuntu: 20141112
version device: 20141112
version custom: 20141112
Flashed a clean image,
Can't reproduce this with mako, running the same image.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391954
Title:
indicator-sound not running on first boot
To manage notifications about this bug
Actually no, just reproduced it, ignore my previous comment.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391954
Title:
indicator-sound not running on first boot
To manage notifications about thi
Public bug reported:
One thing that we need to do, is showing something to the user in case
the update process failed (e.g. corrupted file ystem/image, or just
bugs), as at the moment we're basically just rebooting, giving the
impression that the system was successfully updated. This needs happen
Public bug reported:
>From the Sound design for Touch (https://wiki.ubuntu.com/Sound#Phone),
we need to change the default behaviour of the indicator in order to be
able to change volume per audio roles, and not only the master volume.
On touch the master volume will always be at 100%, and each m
** Changed in: indicator-sound (Ubuntu)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1368827
Title:
[touch] indicator needs to be able
hanged in: camera-app (Ubuntu)
Importance: Critical => High
** Changed in: libhybris (Ubuntu)
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
There's no perfect solution in here, with whatever default role we pick.
The main problem is that we currently can only have on active multimedia
stream at a time, and that was a workaround until the background
playlist stuff gets finished.
We need to improve/fix the documentation to make sure tha
I'd like to avoid using the proximity sensor for anything in here, as
that might easily cause us a bunch of bad side effects (as anything on
top of the sensor would trigger this use case, not only inside the
pocket).
So I'd like to push for the swipe gesture instead, and if indeed not
possible, we
The question here is more to what is the desired behaviour when playing
DTMF tones.
It needs to be an alert, as on silent mode you don't want it to play,
but any alert at this moment will trigger the ducking effect described
by the bug.
Do we want it to duck or to cork? Cork would be even more co
We could later on have a separated role for dtmf, that would not be
affected by corking and not by ducking, but that is currently not
possible as it'd break the silent mode use case.
Once we're able to group roles, and separate behaviour with volume, we
can get this fixed, but post RTM.
** Also a
gt; Confirmed
** Changed in: tone-generator (Ubuntu)
Status: New => Confirmed
** Changed in: pulseaudio (Ubuntu)
Importance: Undecided => Medium
** Changed in: tone-generator (Ubuntu)
Importance: Undecided => Medium
** Changed in: tone-generator (Ubuntu)
Assignee: (unassign
Not sure yet if this is a camera-app, location or trust-store issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371245
Title:
trust-store dialog (location) not asked on the first boot after a
Public bug reported:
current build number: 48
device name: krillin
channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
last update: 2014-09-18 18:32:37
version version: 48
version ubuntu: 20140918.1
version device: 20140917-19d7408
version custom: 1410739265
Flashed with: ubuntu-device-flash --channe
The proper backtrace from android:
#0 my_pthread_mutex_lock (__mutex=0x8) at hooks.c:479
#1 0xa9e23b58 in memmove (src=0x0, dest=0x8, len=1) at
bionic/libc/include/string.h:114
#2 move_forward_type > (n=2850176545, s=0x0, d=0x8) at
system/core/include/utils/TypeHelpers.h:181
#3 android::Sort
This seems to be a mix of issues, but the crash itself is caused because
android_camera_set_scene_mode gets called after control gets released.
In theory the correct result here would be an abort, but it seems assert
is not behaving properly, which I'm now investigating why.
Besides that, the rele
** Also affects: qtubuntu-camera (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/1368436
Title:
camera-app crashes after quickly opening and closin
Yeah, even when hybris is actually working with a proper assert, that
still causes a crash with an abort. The real fix here is in qtubuntu-
camera, to make sure control is actually valid when using it.
This is a race when shutting down the app, and seems to be easier to
crash now that for some unk
Bill, mind assigning this bug to Florian or someone else in your team?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1368436
Title:
camera-app crashes after quickly opening and closing app
To manag
Made a simple patch to avoid this crash, but it's now showing up a
different one in libQt5QML, so this needs to be investigated by someone
that knows the stack better than I do.
Patch I used to avoid the crash described by this bug:
rsalveti@evasys:/tmp/camera/qtubuntu-camera$ bzr diff
=== modifi
** Changed in: indicator-sound (Ubuntu)
Importance: High => Critical
** Changed in: indicator-sound (Ubuntu)
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/13
Public bug reported:
Noticed the following when booting latest image:
Sep 2 22:38:46 ubuntu-phablet udisksd[2331]: Error creating directory
/var/lib/udisks2: Read-only file system
Sep 2 22:38:47 ubuntu-phablet udisksd[2331]: Error setting mounted-fs: Failed
to create file '/var/lib/udisks2/mo
Public bug reported:
I noticed that after mako's version 213 of ubuntu touch
(http://people.canonical.com/~ogra/touch-image-stats/213.changes), the
display started failing quite frequently when using it with krillin (rtm
is fine though).
Tracking down the changes, it seems that the lightdm update
** Attachment added: "lightdm log from 1.11.6"
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193837/+files/lightdm.log.old
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
** Attachment added: "lightdm log from 1.11.7"
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193836/+files/lightdm.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/13
** Attachment added: "u-s-c with 1.11.6"
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193835/+files/unity-system-compositor.log.old
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
And the diff between 11.6 and 11.7:
root@ubuntu-phablet:/var/log/lightdm# diff -Naur lightdm.log.old lightdm.log
--- lightdm.log.old 2014-09-03 02:57:18.492387008 +
+++ lightdm.log 2014-09-03 02:57:38.37001 +
@@ -1,5 +1,5 @@
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
-
** Attachment added: "u-s-c with 1.11.7"
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193834/+files/unity-system-compositor.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
root@ubuntu-phablet:~# lightdm --show-config
[SeatDefaults]
A greeter-wrapper=/usr/lib/lightdm/lightdm-greeter-session
B guest-wrapper=/usr/lib/lightdm/lightdm-guest-session
C xserver-command=X -core
D type=unity
D user-session=ubuntu-touch
D session-wrapper=/usr/sbin/ubuntu-touch-lightdm-
root@ubuntu-phablet:/var/log/lightdm# cat lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.11.7, UID=0 PID=1323
[+0.00s] DEBUG: Loading configuration dirs from
/usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuratio
** Attachment added: "lightdm log from 1.11.7 (from a working boot)"
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193839/+files/lightdm.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs
phablet@ubuntu-phablet:~$ cat .cache/upstart/unity8.log
()
qtmir.mir: MirServerConfiguration created
qtmir.mir: MirPlacementStrategy::MirPlacementStrategy
qtmir.mir: SessionListener::SessionListener - this= SessionListener(0x1158104)
qtmir.mir: PromptSessionListener::PromptSessionListener - this=
Public bug reported:
Flashed with: adb reboot bootloader; ubuntu-device-flash --channel
=ubuntu-touch/utopic-proposed --bootstrap
phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 11
device name: krillin
channel: ubuntu-touch/utopic-proposed
last update: 2014-09-03 17:25:13
vers
901 - 1000 of 2156 matches
Mail list logo