Public bug reported:
There seems to be a problem with the grub when trying to use 15.10, 32 bit
downloaded from the official Ubuntu site.
The 64 bit version works fine.
If I take ubuntu-15.10-desktop-i386.iso and use it to define a new virtual
machine in virtual box, again all works well.
Only i
to me, the 15.10 xubuntu has fixed the bug, with the 352 driver.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1498146
Title:
nvidia-340 340.93-0ubuntu1: nvidia-340 kernel module failed to build
[
** Branch linked: lp:~tiagosh/telephony-service/fix-1512132
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512132
Title:
sometimes no ring for incoming calls.
To manage notifications about this bug
Fix committed into lp:reminders-app at revision 512, scheduled for
release in reminders-app, milestone 2014-11-27
** Changed in: reminders-app
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Changed in: canonical-devices-system-image
Importance: High => Critical
** Changed in: canonical-devices-system-image
Status: Confirmed => In Progress
** Changed in: telephony-service (Ubuntu)
Status: Incomplete => In Progress
--
You received this bug notification because yo
There isn't a fix for this in Wily yet.
** Changed in: distro-info-data (Ubuntu Wily)
Status: Fix Released => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1508759
Title:
Update to i
for ota8, we will fix telephony-service to create a new instance of
QMediaPlayer every time a new phone call is received as a workaround.
But this underlying bug will still cause problems for other apps that
use media-service, like music-app
to test:
1) open music-app
2) play a song and stop it
3)
the ringtone workaround will be fixed and tracked with this bug:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512132
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1506953
Title:
S
@Evan, this is a partial duplicate of
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1511736
(for the first behaviour), please update this bug to only mention the
second issue, and please don't file one bug for multiple distinct issues
(even though they are related to the same test c
As a workaround for theunderlying bug 1506953, we will destroy the
QMediaPlayer instance and create a new one every time a new call
arrives, which will force reconnect to the new instance of media-hub and
should eliminate the problem of the phone never ringing if media-hub
crashes and restarts.
--
Hi,
Thanks for time and support.
How can I fix this issue?
Thanks
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512600
Title:
package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to
install
I have no idea.
What's the UID of that user? Maybe something messed up with your passwd file?
The permission change is forcibly applied, I don't see why it could break, and
even if, that would be root:root, not some weirduser:weirdgroup.
# be sure about that even if the user messed it up
fo
Ah, I was confused - its just in there as Xenial X.
** Changed in: distro-info-data (Ubuntu Wily)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1508759
Title:
Thanks for the test results, Chris. I also built Trusty and Vivid test
kernels. The can be downloaded from:
Trusty: http://kernel.ubuntu.com/~jsalisbury/lp1509029/trusty
Vivid: ttp://kernel.ubuntu.com/~jsalisbury/lp1509029/vivid
Can you give these kernels a test as well. I'll submit an SRU re
** Changed in: canonical-devices-system-image
Status: Confirmed => In Progress
** Also affects: qtubuntu-media (Ubuntu)
Importance: Undecided
Status: New
** Also affects: qtubuntu-media (Ubuntu RTM)
Importance: Undecided
Status: New
** Changed in: qtubuntu-media (Ubunt
ok, I guess that makes sense, the click is installed twice but the copy
included on the image is going to be counted as part of the base
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265250
Title:
LKML reference:
https://lkml.org/lkml/2015/9/28/849
There is a fix applied upstream starting at v4.3-rc5
---
commit e81107d4c6bd098878af9796b24edc8d4a9524fd
Author: Kosuke Tatsukawa
Date: Fri Oct 2 08:27:05 2015 +
tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
Public bug reported:
It has been brought to my attention
By the attached test program pty, a pair of process repeats writing and
reading only '\n' to a master pseudoterminal device (/dev/ptmx) and a
slave pseudoterminal device (/dev/pts/N) each. When we carry out the
following 30 pairs 10,000 tim
According to the dump a pair of process PID 7347 and 7348 were still
waiting for read() from /dev/ptmx (struct file 880c65357c00) and
/dev/pts/18 (struct file 880c65357500) respectively .
Normal behavior is as follows;
PID 7347: read(/dev/ptmx) -> write(/dev/ptmx),
PID 7348: write(/dev/pts
** Branch linked: lp:~phablet-team/media-hub/add_move_track
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1510221
Title:
Reordering of tracks is disabled until we have moveSource(from, to)
To manag
I'm a little surprised this got a CVE number to be honest; allowing
users to edit files via some privileged mechanism when they may control
some portion of the filesystem under consideration is always going to be
dangerous.
sudo cannot actually prevent this -- for example, the patch for this
issue
Ah, the demo program is still illegible only now with pipes. Sigh. I've
attached the program here.
** Attachment added: "o_nofollow.c"
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1512781/+attachment/4512250/+files/o_nofollow.c
--
You received this bug notification because you are a m
This is a reproducer for the stall problem in drivers/tty/n_tty.c
To reproduce the problem, save the program below as pty.c, compile it,
and run it in parallel.
# cc -o pty pty.c
# for i in {1..16}; do ./pty& done; wait
The problem can be reproduced on a multi-socket server with recent CPUs.
The
Dear Christopher:
Thank you for your answers. I do have a AMD card, but it was necessary to
initialize it, first rebooting the system after installation (unless the
system does not recognize the card), copying the /usr/lib/fglrx folder to
/usr/lib64/fglrx, and using "aticonfig --initial". In spite
Still exists in Ubuntu 15.10
$ uname -a
Linux Werewolf 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
This was suggested as a possible defect for a problem that I have hit
twice today. The suggested title for my problem was "redshift-gtk
crashed with SIGSEGV in start_thread()" and the first time I hit it I
added "when selecting Quit". I have been able to reproduce the issue
but was bought here an
Verification done on vivid.
(vivid-amd64)root@impulse:/tmp# ubuntu-distro-info -d
xenial
(vivid-amd64)root@impulse:/tmp# apt-cache policy distro-info-data
distro-info-data:
Installed: 0.26ubuntu0.2
Candidate: 0.26ubuntu0.2
** Tags added: verification-done-vivid
--
You received this bug not
*** This bug is a duplicate of bug 1298139 ***
https://bugs.launchpad.net/bugs/1298139
Bug #1165031 may also be related to this bug. Perhaps Bug #1165031 is
also a duplicate of #1298139 or perhaps #1298139 should be marked as a
duplicate of Bug #1165031 as it was raised first and is public.
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1512815
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a commen
Verification done on trusty.
(trusty-amd64)root@impulse:/tmp# ubuntu-distro-info -d
xenial
(trusty-amd64)root@impulse:/tmp# apt-cache policy distro-info-data
distro-info-data:
Installed: 0.18ubuntu0.4
Candidate: 0.18ubuntu0.4
** Tags added: verification-done-trusty
--
You received this bug
I added a ubuntu-ux task to let design comment on whether the hint text
should really be highlighted in red when there are no matches.
** Also affects: ubuntu-ux
Importance: Undecided
Status: New
** Changed in: webbrowser-app (Ubuntu)
Status: New => Confirmed
** Changed in: webb
** Summary changed:
- 14.04: read() from pty doesn't finish.
+ read() from pty doesn't finish.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512815
Title:
read() from pty doesn't finish.
To manag
Confirmed, I still sometimes get my krillin rc-proposed to get stuck
with a list of WiFis and I've to turn WiFi off/on to get things working
again.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407928
Public bug reported:
* Unofficial software packages not provided by Ubuntu
how can I know what package or ppa is causing this?
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
Uname
1. I think I've successfully used the touchpad on this device with Ubuntu 14.10
in the past even though it wasn't recognized as a touchpad and I couldn't use
multi-finger gestures with it - perhaps an attempt to fix it could've resulted
in it not working in this version of Ubuntu?
2. The specif
** Changed in: media-hub (Ubuntu)
Status: In Progress => Fix Committed
** Changed in: media-hub (Ubuntu RTM)
Status: In Progress => Fix Committed
** Changed in: qtmultimedia-opensource-src (Ubuntu)
Status: In Progress => Fix Committed
** Changed in: qtmultimedia-opensource-s
Poked management, and now the unity-api package has an official team
subscribed: unity-ui-team.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512784
Title:
[MIR] unity-api
To manage notifications
Public bug reported:
eliminacion de componentes myth
ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.16.0-51-generic 3.16.0-51.69~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-48.64~14.04.1-generic 3.16.7-ckt15
Uname: Linux 3.16.0-48-generic x86_64
ApportVersion: 2.14.
@Kevin,
could you please give some more details? In particular, release of both
host and container, where exactly it fails, and the relevant journalctl
output.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Changed in: shadow (Ubuntu Vivid)
Status: Fix Committed => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475749
Title:
usermod --add-subuids fails for users not in /etc/passwd
Public bug reported:
when i delete .trash_1000 folder frm usb nautilus freeses on ubuntu
15.10. please help
** Affects: nautilus (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Looks great! If this causes too many FTBFS in the archive we can adjust
the integration level. But the package itself looks good.
** Changed in: strip-nondeterminism (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
This was fixed in wily, before release.
distro-info-data (0.27ubuntu1) wily; urgency=medium
* Add Ubuntu 16.04 LTS, with a provisional name, and fix 15.10 dates.
-- Adam Conrad Wed, 21 Oct 2015 12:55:39 +0100
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
** Description changed:
Juju 1.24.7 addresses changes happening in AWS and MAAS. AWS deprecated
the m1* instance types and users of older Jujus are seeing cases where
EC2 does not have enough instances. Juju 1.24.7 will ask for newer
instance types. Juju 1.24.7 has a dhcp related fix to wo
** Description changed:
Juju 1.25.0 adds a payload management for charms. The Juju team want
this version of Juju in Xenial and Wily.
[SRU Information]
juju-core has a stable release exception in
https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
including for m
Works here on my krillin running rc-proposed #163.
Note that it consistently failed in all applications using the location service
until I rebooted the device, and it started working again.
This is most likely a bug in location-service anyway, not in webbrowser-app.
Can you confirm that you fail
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
** Tags added: kernel-da-key needs-bisect trusty vivid wily
** Changed in: linux (Ubuntu)
Status: Incomplete => In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Joseph Salisbury (jsalisbury)
--
You
Public bug reported:
it is not necessary to be bug really. what i did is that i unpacked this
package manually after downloading it from willy website. i guess this
should be fine as per below output, however, i still see some files in
the crash directory.
akhatem@akhatem-HP-Pavilion-g4-Notebook-
*** This bug is a duplicate of bug 1488170 ***
https://bugs.launchpad.net/bugs/1488170
** This bug has been marked a duplicate of bug 1488170
Bluetooth initiated after quitting airplane mode
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
python-hypothesis looks fine (and yay for more testing options!) but
it's missing an Ubuntu team bug subscriber for whomever will look after
this in Ubuntu.
** Changed in: python-hypothesis (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member o
1) Not possible as the binary moc is part of libqt4-dev-bin.
2) moc is given as many users all over the world appreciate that package
and it is well known. Ah, and there won't be a patched patched Debian
package, though.
3) There is no error message caused by moc package. What I can do is to
impl
(sorry, i msread the bug history)
** Changed in: shadow (Ubuntu Vivid)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475749
Title:
usermod --add-subuids f
This is very annoying with Sublime Text too, which binds special
keybindings using the Alt key.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1113420
Title:
Alt+ window menu shortcuts cannot be disa
** Description changed:
When flightmode is switched off the bluetooth is shown to be switched on
although it wasn't before switching on flightmode.
+
+ on Krilin OTA 7:
+ I can reproduce this but only the first time after a reboot with bt off.
+ Turning BT off, flight mode on then off, does
Sorry for the long delay in posting results but I did want to share what we've
learned.
1) The failures happen during the VSS Snapshot/checkpoint creation process.
You can reproduce the errors by doing manual VSS snapshots.
2) The heavier the VM load, especially I/O, the more likely the error
** Tags added: vivid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471971
Title:
qtdeclarative5-xmllistmodel-plugin is optional on kubuntu
To manage notifications about this bug go to:
https://bug
Public bug reported:
One arale r152 rc-proposed, finding that under flight mode Wi-Fi can be
re-enabled upon reboot, will attach a screenie ("boite_LeSage" is my
home router access point).
TEST CASE:
1. Enable flight mode, verify that flight mode is indicated, Wi-Fi switch is
off.
2. Reboot ph
FTR the above achieved while verifying a buteo-sync issue, buteu-sync
evidently making an immediate request for sync upon startup.
** Description changed:
- One arale r152 rc-proposed, finding that under fligh mode Wi-Fi can be
+ One arale r152 rc-proposed, finding that under flight mode Wi-Fi ca
This bug was fixed in the package signon-plugin-oauth2 -
0.23+16.04.20151028-0ubuntu1
---
signon-plugin-oauth2 (0.23+16.04.20151028-0ubuntu1) xenial; urgency=medium
[ Alberto Mardegan ]
* New upstream release
- OAuth: propagate network and SSL errors from SignOnUI (LP: #134997
Public bug reported:
The installation slideshow on Kubuntu 16.04 is not located in italian.
** Affects: ubiquity (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.la
** Changed in: debootstrap (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1510173
Title:
Add xenial support to deboostrap
To manage notifications about th
** Tags added: needs-debian-merge upgrade-software-version
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512712
Title:
Please merge collectd 5.5.0-3 (universe) from Debian testing (main)
To manage
Attached a branch that fixes the issue I mentioned in comment #3
** Branch linked: lp:~larsu/notify-osd/lp1303796
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1303796
Title:
Display scaling is not
The test case in the Description passed cleanly for me (and failed
without -proposed)
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
*** This bug is a duplicate of bug 1488170 ***
https://bugs.launchpad.net/bugs/1488170
** This bug has been marked a duplicate of bug 1488170
Bluetooth initiated after quitting airplane mode
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
It should be noted that the above issue with PXE booting was only seen
after upgrading the APM firmware. Before we were able to get further in
the PXE booting process with MAAS. I am going to investigate using the
above grub with a seperate DHCP and TFTP server.
--
You received this bug notific
Fixed by re-attaching the keyboard.
** Changed in: linux (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/1512769
Title:
Touchpad not working
To manage no
** Changed in: canonical-devices-system-image
Milestone: None => backlog
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484940
Title:
gallery performs slower than similar apps on other platforms
** Tags added: vivid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452313
Title:
notifications don't go away
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source
** Changed in: bamf (Ubuntu Wily)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503418
Title:
[SRU] [REGRESSION] launching byobu from unity uses the terminal icon
** Tags added: vivid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450068
Title:
Icons missing in Plasma/KDE after upgrade to Ubuntu 15.04
To manage notifications about this bug go to:
https://bug
Public bug reported:
ubuntu 15.10 ( upgrades: 14.04 -> 15.04 -> 15.10 )
Error message appeared after CodeBlocks reinstallation
ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: grub-efi-amd64-signed 1.55+2.02~beta2-29
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.
** Tags added: trusty
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1441162
Title:
cannot execute sudo permissions
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+s
In addition to the indicated changes to I had to add
PIDFile=/var/run/powernap.pid to get it to run properly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460712
Title:
Powernap systemd setup is b
*** This bug is a duplicate of bug 423825 ***
https://bugs.launchpad.net/bugs/423825
** Bug watch removed: GNOME Bug Tracker #721944
https://bugzilla.gnome.org/show_bug.cgi?id=721944
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
*** This bug is a duplicate of bug 423825 ***
https://bugs.launchpad.net/bugs/423825
** Also affects: vte via
https://bugzilla.gnome.org/show_bug.cgi?id=721944
Importance: Unknown
Status: Unknown
** No longer affects: vte
** This bug has been marked a duplicate of bug 423825
*** This bug is a duplicate of bug 1511967 ***
https://bugs.launchpad.net/bugs/1511967
** This bug has been marked a duplicate of bug 1511967
HP Pavilion DV4-2145DX does not resume after suspend
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
I would note this is broken for https based repositories still.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1003633
Title:
Escape plus character in apt HTTP requests to work around Amazon S3
bug
** Also affects: python-saharaclient (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/1505713
Title:
[SRU] Error displaying help
To manage notifica
** Summary changed:
- Error displaying help
+ [SRU] Error displaying help
** Changed in: python-saharaclient (Ubuntu)
Assignee: (unassigned) => Corey Bryant (corey.bryant)
** Changed in: python-saharaclient (Ubuntu)
Importance: Undecided => High
** Changed in: python-saharaclient (Ubunt
** Also affects: vte via
https://bugzilla.gnome.org/show_bug.cgi?id=721944
Importance: Unknown
Status: Unknown
** Also affects: vte3 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: vte (Ubuntu)
Importance: Low => Medium
** Changed in: vte3 (Ubuntu)
Importan
Public bug reported:
When I switch on hotspot and Wifi was off before, it asks me, if Wifi
should be turned on too, which I think is fine.
But when I later turn off hotspot, Wifi stays silently on and consumes energy.
I think, in this case if Wifi was off before it should be turned off again.
**
Looks good, and thanks for the bug subscriber. Has tests, maintained by
Canonical, etc.
Some good fixes to make (but don't block the MIR):
- W: libunity-api-doc: embedded-javascript-library
usr/share/doc/libunity-api/jquery.js please use libjs-jquery
- There should be a .symbols file
** Changed
Would be cool if a wider audience could find this then via
https://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.14.3
http://www.kubuntu.org/news/
Thanks in advance!
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://
Public bug reported:
Problem presents when invoking apt-get process.
ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: gosa 2.7.4+reloaded2-2
ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
Uname: Linux 3.19.0-31-generic i686
ApportVersion: 2.19.1-0ubuntu4
Architecture: i386
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1512834
** Tags added: iso-testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Public bug reported:
As noted in bug#1003633, S3 is broken when a + sign exists unless it is
escaped. This was fixed in 2013 for http based repos. However, it is
still broken for https based repositories.
apt-get install zimbra-openssl
Reading package lists... Done
Building dependency tree
Read
** Changed in: pylint (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1506536
Title:
FTBFS because of python3.5
To manage notifications about this bug go to:
I filed https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1512845 for
the https issue
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1003633
Title:
Escape plus character in apt HTTP requests to work
** Tags added: patch
** Changed in: virtualbox (Ubuntu)
Importance: Undecided => High
** Changed in: virtualbox (Ubuntu Trusty)
Importance: Undecided => High
** Changed in: virtualbox (Ubuntu Utopic)
Importance: Undecided => High
--
You received this bug notification because you are a
Public bug reported:
drivers/acpi/acpica/exmutex.o
fs/f2fs/node.c:2132:1: internal compiler error: in dwarf2out_finish, at
dwarf2out.c:23403
}
^
Please submit a full bug report,
Public bug reported:
Since upgrading to Ubuntu 15.10, I have encountered graphics performance
issues, and have occasionally experienced lockups during boot.
dmesg | grep radeon
[2.103294] [drm] radeon kernel modesetting enabled.
[2.114677] radeon :01:00.0: enabling device ( -> 000
** Tags added: patch utopic vivid
** Changed in: urdfdom-headers (Ubuntu)
Importance: Undecided => Low
** Changed in: urdfdom-headers (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
Public bug reported:
My sd card is not detected anymore by my ubuntu phone BQ Aquaris E5
since the last OTA. I try another sd card and it is same thing happen
** Affects: ciborium (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a me
Sure, fonts-font-awesome is fine. But it needs a team bug subscriber
for the (I'm-sure-firehose-level-of) bugs it gets.
Presumably the same team that is looking after sphinx can sub to this
package too.
** Changed in: fonts-font-awesome (Ubuntu)
Status: Confirmed => Incomplete
--
You re
Public bug reported:
After installing Kubuntu 16.04 as OEM at the fisrt start up (OEM
Configurator Mode) Baloo crash.
Details:
Eseguibile: baloo_file PID: 1055 Segnale: Segmentation fault (11)
** Affects: baloo (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug n
** Changed in: libmtp (Ubuntu)
Status: Fix Committed => 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/1448497
Title:
Add Parrot Bebop to udev rules
To manage notifications about
** Changed in: juju-core
Milestone: 1.26-alpha1 => 1.26-alpha2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1496972
Title:
juju bootstrap fails to successfully configure the bridge juju-br0
w
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1512848
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a commen
** Description changed:
- When using the urdfdom headers versions 0.2.3 (on Trusty) and 0.3.0-1
- (Utopic and Vivid) there is a problem in the maths which makes that two
- very similar quaternions can result in different and non-equivalent roll
- pitch yaw angles. This is a severe bug for angles r
401 - 500 of 854 matches
Mail list logo