[Bug 1590658] [NEW] No way to decide when to stop recording
Public bug reported: The upstream is for GNOME and I use Unity so I am using byzanz command- line. There should be a way to finish the recording by pressing CTRL-C or something similar. For now the only workaround is to specify a long duration then have a too-long GIF. The official README says "A command line tool for testing purposes is available, too" so forking might be necessary. ** Affects: byzanz (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/1590658 Title: No way to decide when to stop recording To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byzanz/+bug/1590658/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590660] [NEW] Migrate dependency from py2 to py3, or moving py2 from Depends to Suggests in control file
Public bug reported: Ubuntu base are supposed to depends on Python3 but Python2, but openvswitch depends on it and core os must install it for no reason. So removing OVS dependency of python2 is strongly recommended. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: openvswitch-common (not installed) ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: GNOME-Flashback:Unity Date: Thu Jun 9 14:51:58 2016 JournalErrors: Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system. Users in the 'systemd-journal' group can see all messages. Pass -q to turn off this notice. No journal files were opened due to insufficient permissions. SourcePackage: openvswitch UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: openvswitch (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590660 Title: Migrate dependency from py2 to py3, or moving py2 from Depends to Suggests in control file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1590660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1510998] Re: Xorg crashes with segfault on 15.10
The workaround is to disable sna. Create the file /etc/X11/xorg.conf.d/20-intel.conf with the following content: Section "Device" Identifier "Card0" Driver "Intel" Option "AccelMethod" "uxa" EndSection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510998 Title: Xorg crashes with segfault on 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1510998/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577111] Re: RTL8821AE wireless adapter sporadically stuck (rtl8821ae module)
Linux alduin 4.7.0-040700rc2-generic #201606051831 SMP Sun Jun 5 22:33:44 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Still reproducing 64 bytes from 8.8.8.8: icmp_seq=1124 ttl=57 time=41.1 ms 64 bytes from 8.8.8.8: icmp_seq=1125 ttl=57 time=39.9 ms 64 bytes from 8.8.8.8: icmp_seq=1126 ttl=57 time=40.4 ms 64 bytes from 8.8.8.8: icmp_seq=1127 ttl=57 time=40.3 ms 64 bytes from 8.8.8.8: icmp_seq=1128 ttl=57 time=40.5 ms ^C --- 8.8.8.8 ping statistics --- 1161 packets transmitted, 1128 received, 2% packet loss, time 1204379ms rtt min/avg/max/mdev = 38.625/52.071/425.437/35.196 ms -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577111 Title: RTL8821AE wireless adapter sporadically stuck (rtl8821ae module) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1577111/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1495988] Re: ProxyErrorOverride leads to slow 404 responses
Hi Robie, I'll copy the SRU Teamplate up next time - just wasn't aware yet it should go there. Regarding the Test, yes I was only able to Test apache in general. But not easily regarding the bug - this could be done thou given more time investment. I wanted to say with my "but we have to rely on a real test by the reporter" that I consider the test doable but as you phrase it "cannot easily be reproduced by someone else". Given more time, it might turn out as easy and I could write something more up (TBD). If that is a requirement for the SRU that I/we provide that I'm gonna try and do it - let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495988 Title: ProxyErrorOverride leads to slow 404 responses To manage notifications about this bug go to: https://bugs.launchpad.net/apache2/+bug/1495988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1580577] Re: python2.7 crashes with SegFault when running Zope
Confirm that the problem is fixed in yakkety. I just repeated the test by doing the following on a Ubuntu16.04 installation: # dpkg -i python2.7-minimal_2.7.11-11_amd64.deb libpython2.7-minimal_2.7.11-11_amd64.deb Preparing to unpack python2.7-minimal_2.7.11-11_amd64.deb ... Unpacking python2.7-minimal (2.7.11-11) over (2.7.11-11) ... Preparing to unpack libpython2.7-minimal_2.7.11-11_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.11-11) over (2.7.11-7ubuntu1) ... Setting up libpython2.7-minimal:amd64 (2.7.11-11) ... Setting up python2.7-minimal (2.7.11-11) ... After raising the version of the python2.7 executable in this fashion from 2.7.11-7ubuntu1 to 2.7.11-11 I repeated the testing sequence with the script I posted earlier, with no problem. Is there a recommended go-ahead as to which packages I should upgrade? Will the patch move into 16.04 LTS updates? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580577 Title: python2.7 crashes with SegFault when running Zope To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1580577/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1458014] Re: audit_printk_skb slowing down boot
thx, for your time Johansen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458014 Title: audit_printk_skb slowing down boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1458014/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590661] [NEW] Unable to unlock: "Time has expired"
Public bug reported: Sometimes when coming back after locking the screen I am unable to unlock. The login box on the screen has a disabled password input field with the buttons also disabled. Except for the mouse, the entire screen is frozen. Even the time in the top of the screen stops going. The only way to continue is to move to a tty (Ctrl-Alt-F1), log in and kill gnome-screensaver. Since the time also stops going I have deduced that this seems to happen on days and times that correspond to when the cleaners are here. Because of this I speculate that they accidentally press some keys, including the enter key. This of course fails to unlock and after a certain timeout it then proceeds to freeze. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: gnome-screensaver 3.6.1-7ubuntu4 ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Jun 9 08:59:15 2016 GnomeSessionIdleInhibited: No GnomeSessionInhibitors: None GsettingsGnomeSession: org.gnome.desktop.session session-name 'ubuntu' org.gnome.desktop.session idle-delay uint32 300 InstallationDate: Installed on 2016-05-27 (12 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) SourcePackage: gnome-screensaver UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590661 Title: Unable to unlock: "Time has expired" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1590661/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509591] Re: package unity-plugin-scopes 0.5.4+15.04.20150410.2-0ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1
Indeed, that was a problem with click/apport, unrelated to unity-scopes-shell. ImportError: libapt-pkg.so.4.16: cannot open shared object file: No such file or directory and looking at this other bug report, it was fixed long time ago. Closing. ** Changed in: unity-scopes-shell (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/1509591 Title: package unity-plugin-scopes 0.5.4+15.04.20150410.2-0ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1509591/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1453509] Re: simplify command line by only allowing exactly one test argument
** Changed in: autopkgtest (Debian) 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/1453509 Title: simplify command line by only allowing exactly one test argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1453509/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308183] Re: make_kpkg runs postinst scripts
kernel-package 13.003 fixes the build issue for me. Some maintainer should upload this updated version to the regular Ubuntu repository, in order to get it deployed to the users. Since comment #13 is already more than 2 years old (2014-05-10, today is 2016-06-09), this may have been forgotten? Please could somebody re-open this bug report, since the status "Fix released" seems to be wrong until the fix is actually uploaded? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308183 Title: make_kpkg runs postinst scripts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1308183/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1364342] Re: Allow a rootless navigation structure
With filters support this could be re-designed to use option-selector filters: - one option selector filter with new releases, top albums, top tracks, genres in it; selecting 'genres' creates additional option-selector filter with the list of genres in it. - two option selector filters displayed all the time: one with new releases, top albums, top tracks, the other with the list of genres - makes sense so long as 7digital api allows browsing new releases/top albums/tracks and filtering by genre at the same time. This is just an idea to consider. Allowing rootless departments will require significant investement in terms of implementation. ** Changed in: unity-scopes-shell (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1364342 Title: Allow a rootless navigation structure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1364342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590666] [NEW] package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1
Public bug reported: on installation ProblemType: Package DistroRelease: Ubuntu 16.04 Package: dexdump (not installed) ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Thu Jun 9 12:54:25 2016 DuplicateSignature: package:dexdump:(not installed) Unpacking aidl (1:6.0.1+r16-1) ... dpkg: error processing archive /var/cache/apt/archives/aidl_1%3a6.0.1+r16-1_amd64.deb (--unpack): mencoba menimpa '/usr/bin/aidl', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 ErrorMessage: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 InstallationDate: Installed on 2016-06-08 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: android-platform-dalvik Title: package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: android-platform-dalvik (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590666 Title: package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android- build-tools-installer:i386 23.0.2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/android-platform-dalvik/+bug/1590666/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556762] Re: WebView.TouchSelectionController needs a 'handleDragInProgress' property
** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released ** Changed in: webbrowser-app (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556762 Title: WebView.TouchSelectionController needs a 'handleDragInProgress' property To manage notifications about this bug go to: https://bugs.launchpad.net/oxide/+bug/1556762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1565063] Re: Update the chromium version in the user agent
** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released ** Changed in: webbrowser-app (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565063 Title: Update the chromium version in the user agent To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1565063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556764] Re: WebView.TouchSelectionController needs a hide() method
** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released ** Changed in: webbrowser-app (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556764 Title: WebView.TouchSelectionController needs a hide() method To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1556764/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590665] [NEW] package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1
Public bug reported: on installation ProblemType: Package DistroRelease: Ubuntu 16.04 Package: dexdump (not installed) ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Thu Jun 9 12:54:25 2016 DuplicateSignature: package:dexdump:(not installed) Unpacking aidl (1:6.0.1+r16-1) ... dpkg: error processing archive /var/cache/apt/archives/aidl_1%3a6.0.1+r16-1_amd64.deb (--unpack): mencoba menimpa '/usr/bin/aidl', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 ErrorMessage: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 InstallationDate: Installed on 2016-06-08 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: android-platform-dalvik Title: package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android-build-tools-installer:i386 23.0.2.1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: android-platform-dalvik (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590665 Title: package dexdump (not installed) failed to install/upgrade: mencoba menimpa '/usr/bin/dexdump', yang juga ada dalam paket google-android- build-tools-installer:i386 23.0.2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/android-platform-dalvik/+bug/1590665/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1378185] Re: Sometimes, header and departments combobox disappear
Hi Leo, I haven't encountered this bug and both unity-scopes-shell and unity8 changed a lot in this area since you reported it. Marking this incomplete, please re-open if you can still reproduce (and in such case please take note of the scope which exhibited the issue). Thanks. ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378185 Title: Sometimes, header and departments combobox disappear To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1378185/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1447395] Re: [browser] Zoom needed for better readability
** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released ** Changed in: webbrowser-app (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447395 Title: [browser] Zoom needed for better readability To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308183] Re: make_kpkg runs postinst scripts
** Also affects: kernel 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/1308183 Title: make_kpkg runs postinst scripts To manage notifications about this bug go to: https://bugs.launchpad.net/kernel/+bug/1308183/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1505970] Re: [Icons] Web Browser icon is not distinctive to the Ubuntu brand
I linked to the OMG Ubuntu article because I think that this bug deserves some attention from design. I too would like to get them to comment on the issue (even if it’s just to dismiss it). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1505970 Title: [Icons] Web Browser icon is not distinctive to the Ubuntu brand To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-themes/+bug/1505970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1578803] Re: scan-view fails
Apologies. When I reported that the bug seemed to be fixed for me (comment #3) this was because I had added a symlink from /usr/share/scan-view to /usr/share/clang/scan-view-3.8/share and forgotten that I had done so. Without this symlink the bug is still present. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578803 Title: scan-view fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1578803/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1396422] Re: BT will be disabled after resume from S3 when "unity-control-center bluetooth" is running
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity-control-center (Ubuntu) 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/1396422 Title: BT will be disabled after resume from S3 when "unity-control-center bluetooth" is running To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1396422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590580] Re: Noto CJK font issue with LuaLaTeX
Ok, and in the first answer to the question I linked to, there is a statement that OpenType Collection fonts (OTC, i.e. the format we are using for Noto Sans CJK) can be handled only in LuaTeX beta-0.81.0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590580 Title: Noto CJK font issue with LuaLaTeX To manage notifications about this bug go to: https://bugs.launchpad.net/luatex/+bug/1590580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1535898] Re: Trusty & Vivid multipath-tools (multipathd) seg-fault core dump
*** This bug is a duplicate of bug 1532789 *** https://bugs.launchpad.net/bugs/1532789 ** This bug has been marked a duplicate of bug 1532789 Trusty multipath-tools suffering seg faults -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535898 Title: Trusty & Vivid multipath-tools (multipathd) seg-fault core dump To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1535898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 486518] Re: kopete with Jabber: unrecoverable error in the protocol, frequent disconnection
This bug still persists in Kubuntu 16.04. It looses connection ever 10 seconds. (University LAN only it seems. WLAN would be fine, but I can't only connect kopete over WLAN and the rest over LAN) Can you please reopen this ticket, since it is valid? Qt: 4.8.7 KDE Development Platform: 4.14.16 Kopete: 1.8.3. ** Changed in: kdenetwork (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/486518 Title: kopete with Jabber: unrecoverable error in the protocol, frequent disconnection To manage notifications about this bug go to: https://bugs.launchpad.net/kopete/+bug/486518/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1589837] Re: Kernel oops - BUG: unable to handle kernel NULL pointer dereference at 00000000000000e4
yes, I can test the issue with 4.6.2 and I can confirm that it still happens. Christopher M. Penalver schrieb am Do., 9. Juni 2016 um 06:41 Uhr: > Kevin, does 4.6.2 provide a test to this issue? If not, please test > successively earlier kernels to see if a newer version may be tested > against. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1589837 > > Title: > Kernel oops - BUG: unable to handle kernel NULL pointer dereference at > 00e4 > > Status in linux package in Ubuntu: > Incomplete > > Bug description: > Regarding the dmesg from the crashdump: > > [ 2210.842592] BUG: unable to handle kernel NULL pointer dereference at > 00e4 > [ 2210.842631] IP: [] sock_poll+0x26/0x120 > [ 2210.842659] PGD 0 > [ 2210.842670] Oops: [#1] SMP > [ 2210.842687] Modules linked in: drbg ansi_cprng cdc_ether usbnet r8152 > mii nvram rfcomm xt_CHECKSUM iptable_mangle ipt_MASQUERADE > nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 > nf_nat_ipv4 nf_nat nf_conntrack pci_stub vboxpci(OE) vboxnetadp(OE) > vboxnetflt(OE) xt_tcpudp bridge stp llc vboxdrv(OE) iptable_filter > ip_tables x_tables msr bnep btusb btrtl btbcm btintel bluetooth input_leds > joydev bcm5974 nls_iso8859_1 applesmc input_polldev brcmfmac > snd_hda_codec_hdmi snd_hda_codec_cirrus snd_hda_codec_generic brcmutil > cfg80211 thunderbolt bdc_pci intel_rapl x86_pkg_temp_thermal > intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul > crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper > cryptd intel_pch_thermal lpc_ich snd_hda_intel snd_hda_codec snd_hda_core > [ 2210.843039] snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event > snd_rawmidi snd_seq snd_seq_device snd_timer mei_me snd mei shpchp > soundcore sbs sbshc acpi_als kfifo_buf apple_bl industrialio mac_hid > spi_pxa2xx_platform facetimehd(OE) videobuf2_dma_sg videobuf2_memops > videobuf2_v4l2 videobuf2_core v4l2_common videodev media parport_pc ppdev > lp parport autofs4 hid_generic hid_apple usbhid hid uas usb_storage i915 > i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops > ahci libahci drm fjes video > [ 2210.843180] CPU: 3 PID: 3991 Comm: Chrome_IOThread Tainted: G >OE 4.4.0-22-generic #40-Ubuntu > [ 2210.843202] Hardware name: Apple Inc. > MacBookPro12,1/Mac-E43C1C25D4880AD6, BIOS MBP121.88Z.0167.B14.1509281135 > 09/28/2015 > [ 2210.843226] task: 8802611de040 ti: 880263a44000 task.ti: > 880263a44000 > [ 2210.843243] RIP: 0010:[] [] > sock_poll+0x26/0x120 > [ 2210.843264] RSP: 0018:880263a47d68 EFLAGS: 00010246 > [ 2210.843276] RAX: 81abcbe0 RBX: 88022dedf480 RCX: > 88022c576918 > [ 2210.843292] RDX: RSI: 880263a47db8 RDI: > 880263c1cf00 > [ 2210.843308] RBP: 880263a47d90 R08: R09: > 880242c88c18 > [ 2210.843324] R10: 880244293038 R11: 88025f54d8c0 R12: > 880263a47db8 > [ 2210.843340] R13: 880263c1cf00 R14: R15: > > [ 2210.843356] FS: 7f4015e73700() GS:88026ecc() > knlGS: > [ 2210.843374] CS: 0010 DS: ES: CR0: 80050033 > [ 2210.843388] CR2: 00e4 CR3: 821fe000 CR4: > 003406e0 > [ 2210.843404] Stack: > [ 2210.843409] 880263a47e18 1ed61c429c00 > 880263a47ea0 > [ 2210.843429] 880124d99d98 880263a47df8 81254a50 > 8800821d98a0 > [ 2210.843448] 880263a47f18 8800821d9840 > 0019 > [ 2210.843467] Call Trace: > [ 2210.843476] [] ep_send_events_proc+0xb0/0x1c0 > [ 2210.843490] [] ? ep_ptable_queue_proc+0xa0/0xa0 > [ 2210.843505] [] ep_scan_ready_list+0x99/0x1f0 > [ 2210.843519] [] ep_poll+0x1d8/0x3d0 > [ 2210.843532] [] ? vfs_write+0x149/0x1a0 > [ 2210.843545] [] SyS_epoll_wait+0xb8/0xd0 > [ 2210.843560] [] entry_SYSCALL_64_fastpath+0x16/0x71 > [ 2210.843574] Code: 00 00 00 00 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 > 56 41 55 41 54 45 31 ff 53 48 8b 9f d0 00 00 00 49 89 fd 49 89 f4 4c 8b 73 > 20 <41> 8b 96 e4 00 00 00 85 d2 0f 84 c2 00 00 00 41 8b 86 e0 00 00 > [ 2210.843662] RIP [] sock_poll+0x26/0x120 > [ 2210.843679] RSP > [ 2210.843687] CR2: 00e4 > > > the problem occurs since yesterday. > probably related to > http://googlechromereleases.blogspot.ch/2016/06/stable-channel-update_6.html > > ProblemType: Bug > DistroRelease: Ubuntu 16.04 > Package: linux-image-4.4.0-22-generic 4.4.0-22.40 > ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 > Uname: Linux 4.4.0-22-generic x86_64 > ApportVersion: 2.20.1-0ubuntu2.1 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: kevin 2371 F pulseaudio >/dev/snd/controlC1: kevin 2371 F p
[Bug 1590668] [NEW] Shim now reports "booting in insecure mode" regardless of BIOS setting
Public bug reported: I just installed a nice fresh Ubuntu 16.04 on my Samsung Series 5 Laptop, and noted the new option in the install screens that required a password to disable secure mode booting - I unsuspectingly choose that option, as I wanted to install the 3rd party support options. So then on reboot it takes me through my new secure boot password (random letters) and hey presto I'm now booting insecurely... and get this 2 to 3 second message telling me so (slowing down the boot process). Further research showed me that all the OS needs is for Secure Booting to be turned off in BIOS, so, erm... why didn't they just get the user to do that ahead of time, or at least give a fulsome explanation for those who need to dual-boot. Anyway, my question: Now that I have this "Booting in insecure mode" message in my boot process, how do I get rid of it. I have of course tried reinstalling a number of times with Secure Boot in BIOS on and off. I have subsequently found out this is a SHIM issue, which is why I'm posting this bug. Your assistance would be very much appreciated. ** Affects: shim (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/1590668 Title: Shim now reports "booting in insecure mode" regardless of BIOS setting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1590668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1535898] Re: Trusty & Vivid multipath-tools (multipathd) seg-fault core dump
** This bug is no longer a duplicate of bug 1532789 Trusty multipath-tools suffering seg faults -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535898 Title: Trusty & Vivid multipath-tools (multipathd) seg-fault core dump To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1535898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590580] Re: Noto CJK font issue with LuaLaTeX
** No longer affects: fonts-noto-cjk (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590580 Title: Noto CJK font issue with LuaLaTeX To manage notifications about this bug go to: https://bugs.launchpad.net/luatex/+bug/1590580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576282] Re: Snaps built from deb can't be gettext translated
help2man ships a little hack (http://paste.ubuntu.com/16923611/) to preload a modified bindtextdomain() over the original one ... while this is ugly, it actually seems to work ... http://paste.ubuntu.com/16925059/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576282 Title: Snaps built from deb can't be gettext translated To manage notifications about this bug go to: https://bugs.launchpad.net/snapcraft/+bug/1576282/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576318] Re: juju register not clear that you're creating a new password
** Changed in: juju-core Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576318 Title: juju register not clear that you're creating a new password To manage notifications about this bug go to: https://bugs.launchpad.net/juju-core/+bug/1576318/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 245716] Re: file-roller puts temporary files in the home dir instead of /tmp
Very annoying... file-roller 3.20.2-1 on Arch Linux. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/245716 Title: file-roller puts temporary files in the home dir instead of /tmp To manage notifications about this bug go to: https://bugs.launchpad.net/file-roller/+bug/245716/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590580] [NEW] Noto CJK font issue with LuaLaTeX
You have been subscribed to a public bug: I am seeing an issue with NotoSansCJK-Regular.ttc when I try to use it in LuaLaTeX: https://bugs.launchpad.net/bugs/1590580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1495988] Re: ProxyErrorOverride leads to slow 404 responses
It is an SRU requirement - "A [Test Case] section with detailed instructions how to reproduce the bug. These should allow someone who is not familiar with the affected package to reproduce the bug and verify that the updated package fixes the problem." Where this is impossible I have seen exceptions made, for example for difficult to reproduce bugs such as non-deterministic ones or ones that require certain hardware, and proceed with just an assurance that the reporter will perform SRU verification. But without such an exceptional reason I'd like a full test case before uploading the fix please. Otherwise we often get stuck at SRU verification stage, the SRU fails to land and we will still have disrupted others who run -proposed for us for no good reason. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495988 Title: ProxyErrorOverride leads to slow 404 responses To manage notifications about this bug go to: https://bugs.launchpad.net/apache2/+bug/1495988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590580] Re: Noto CJK font issue with LuaLaTeX
** Project changed: luatex => texlive-base (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590580 Title: Noto CJK font issue with LuaLaTeX To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1590580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590674] [NEW] ExtremeXOS pager does not work correctly in gnome-terminal, because gnome-terminal ignores the CSI CUB control sequence used by ExtremeXOS
Public bug reported: The pager of the ExtremeXOS switch operating system's CLI uses the (not strictly correct) control sequence "CSI60;D" to delete the pager prompt before displaying the next line of output. The correct control sequence would be "CSI60D" (without a semicolon), but basically all other terminal emulators accept both forms (tested with screen, xterm, rxvt, PuTTY (on Windows), Mac OS X terminal). This affects working with Extreme Networks switches using the default terminal application in Ubuntu. Windows (PuTTY) and Mac OS X (terminal application) users do not experience a similar problem. A simple test to check the control sequence is: printf 'CSI CUB with semicolon is not\x1b[4;D accepted\n' In gnome-terminal this prints: "CSI CUB with semicolon is not[4;D accepted" In screen, xterm, and rxvt this prints: "CSI CUB with semicolon is accepted" Changing the above command to not contain a semicolon works on gnome- terminal as well: printf 'CSI CUB without semicolon is not\x1b[4D accepted\n' In gnome-terminal, screen, xterm, and rxvt this prints "CSI CUB without semicolon is accepted" Thus gnome-terminal breaks backwards-compatibility by a too-pedantic interpretation of VT100 control sequences. As a result it is less convenient to use Ubuntu when working with products of Extreme Networks than using Windows or Mac OS X. If some one wants to verify this with ExtremeXOS, the EXOS VM available on GitHub (https://github.com/extremenetworks/Virtual_EXOS) can be used. Info about my system: $ lsb_release -rd Description:Ubuntu 14.04.4 LTS Release:14.04 $ apt-cache policy gnome-terminal gnome-terminal: Installed: 3.6.2-0ubuntu1 Candidate: 3.6.2-0ubuntu1 Version table: *** 3.6.2-0ubuntu1 0 500 http://ftp.uni-kl.de/pub/linux/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status This happened on Ubuntu 12.04 LTS as well. ** Affects: gnome-terminal (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/1590674 Title: ExtremeXOS pager does not work correctly in gnome-terminal, because gnome-terminal ignores the CSI CUB control sequence used by ExtremeXOS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1590674/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590672] Re: Mouse pointer disappear after suspend in Xubuntu 16.04
Mouse pointer disappear after suspend/lock screen in Xubuntu 16.04. Need to do 'sudo service lightdm restart' to get the mouse pointer back -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590672 Title: Mouse pointer disappear after suspend in Xubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1590672/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590672] [NEW] Mouse pointer disappear after suspend in Xubuntu 16.04
Public bug reported: Mouse pointer disappear after suspend in Xubuntu 16.04 ** Affects: xserver-xorg-video-intel (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/1590672 Title: Mouse pointer disappear after suspend in Xubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1590672/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1296835] Re: status_of_proc lacks a "-p" in /etc/init.d/pptpd
** Changed in: pptpd (Ubuntu) Importance: Undecided => Medium ** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296835 Title: status_of_proc lacks a "-p" in /etc/init.d/pptpd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1296835/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1546364] Re: Links not detected in scopes
** Changed in: ubuntu-ux Assignee: (unassigned) => Paty Davila (dizzypaty) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546364 Title: Links not detected in scopes To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546364/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590677] [NEW] xterm unity launcher icon does not allow opening additional windows
Public bug reported: The launcher icon for xterm in unity on Ubuntu 14.04 LTS does not provide a way to open additional XTerms (e.g. the gnome-terminal launcher icon does). Thus it is not possible to open more than one XTerm window using just the unity launcher. $ lsb_release -rd Description:Ubuntu 14.04.4 LTS Release:14.04 $ apt-cache policy xterm xterm: Installed: 297-1ubuntu1 Candidate: 297-1ubuntu1 Version table: *** 297-1ubuntu1 0 500 http://ftp.uni-kl.de/pub/linux/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status ** Affects: xterm (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/1590677 Title: xterm unity launcher icon does not allow opening additional windows To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1590677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590679] Re: Apps can't own session bus names (unity7 interface)
That's something most of GNOME apps do nowadays ... Jamie, Tyler, do you know if it would be easy to allow that in the unity7 apparmor rules? ** Tags added: snap-desktop-issue ** Also affects: snapd (Ubuntu) Importance: Undecided Status: New ** Changed in: snapd (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/1590679 Title: Apps can't own session bus names (unity7 interface) To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1590679/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1579098] Re: [touch] Mobile data connection drops, and doesn't automatically reconnect
** Tags added: bq-feedback -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579098 Title: [touch] Mobile data connection drops, and doesn't automatically reconnect To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579098/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590676] [NEW] Installation fail
Public bug reported: The installer fails!!! ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.1 ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10 Uname: Linux 4.4.0-23-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.1-0ubuntu4 Architecture: amd64 CasperVersion: 1.376 Date: Thu Jun 9 11:30:57 2016 InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=/valera/yakkety-desktop-amd64.iso quiet splash LiveMediaBuild: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160609) ProcEnviron: LANGUAGE=ru_RU.UTF-8 PATH=(custom, no user) LANG=ru_RU.UTF-8 SHELL=/bin/bash SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubiquity-16.10.1 yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590676 Title: Installation fail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1590676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404301] Re: shouldn't allow dialing second call while first call still in progress
Related to https://bugs.launchpad.net/dialer-app/+bug/1588437 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404301 Title: shouldn't allow dialing second call while first call still in progress To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1404301/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1453795] Re: Apps can't change their own app icon
** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1453795 Title: Apps can't change their own app icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1453795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1562096] Re: Update bin/memcacheSync.php for php7 syntax
Thanks! I've fixed this in simpleSAMLphp master in a slightly different way; it will likely be part of the next release. ** Changed in: simplesamlphp (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1562096 Title: Update bin/memcacheSync.php for php7 syntax To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/simplesamlphp/+bug/1562096/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1458235] Re: [scopes] Allow users to set arbitrary location for scopes.
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Triaged ** Changed in: unity-scopes-shell (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/1458235 Title: [scopes] Allow users to set arbitrary location for scopes. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1458235/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1552365] Re: Installing Ubuntu Server fails in UEFI mode
I have found no solution to this problem yet, but a *workaround* A new computer, Intel NUC6i3SYH, manages to display the text of the installer in UEFI mode, so I could install Ubuntu Server 16.04 LTS in UEFI mode. In other words, the signed kernel was installed, and it works with secure boot. The installed system is portable and the text mode works in UEFI mode in my two computers, that do not like the text mode installer. I used my method to create a portable system, that boots in both UEFI and BIOS mode. It is a minimal system with text mode menus to help creating an Ubuntu flavour including Ubuntu Server. There is also a menu entry to create an ultra-light system with the Fluxbox window manager. It is convenient to set the font (size) of the text console, to make it fit the screen resolution. See the following link, http://ubuntuforums.org/showthread.php?t=2213631&page=4&p=13481136#post13481136 "A new compressed image file is uploaded: 'dd_text_16.04-UEFI-n-BIOS-4-pendrive-7.8GB.img.xz'" I think this system can be quite useful, when you want to make a portable installed system. -o- Oldfred taught me to use *tasksel* to make it convenient to install all the metapackages that are available from the Ubuntu Server iso file. So I made a new version of the compressed image files of an installed system that works in both UEFI and BIOS mode. http://ubuntuforums.org/showthread.php?t=2213631&page=8&p=13495646#post13495646 "Two updated compressed image files are uploaded" Alongside with improvements of https://help.ubuntu.com/community/mkusb (version 10.6.6) it is rather convenient to use this method to install Ubuntu Server into laptops or other computers, where the debian installer does not work in UEFI mode. See also the following link, https://help.ubuntu.com/community/Installation/UEFI-and- BIOS]Installation/UEFI-and-BIOS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552365 Title: Installing Ubuntu Server fails in UEFI mode To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1552365/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1505970] Re: [Icons] Web Browser icon is not distinctive to the Ubuntu brand
why not use the already drawn pictogram for the internet https://design.ubuntu.com/wp-content/uploads/pictogram-internet-orange- hex.svg why are all icons on the phone not meeting the pictogram style? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1505970 Title: [Icons] Web Browser icon is not distinctive to the Ubuntu brand To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-themes/+bug/1505970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590678] [NEW] Sync mame 0.173-6 (multiverse) from Debian unstable (main)
Public bug reported: Please sync mame 0.173-6 (multiverse) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * New upstream release * debian/patches: - removed man pages updates, contributed upstream - updated gnu-fixes to new source layout * New upstream release * debian/patches: - removed man pages updates, contributed upstream - updated gnu-fixes to new source layout * New upstream release * debian/patches: - removed man pages updates, contributed upstream - updated gnu-fixes to new source layout * New upstream release * debian/patches: - removed man pages updates, contributed upstream - updated gnu-fixes to new source layout * New upstream release * Fix permissions in mess-data resource files * debian/patches: fix tools linkage against system libraries * New upstream release * debian/patches: removed manpages updates, contributed upstream * debian/rules: Reworked arch specific variables (FTBFS arm64 ppc64el) * debian/rules: Reworked arch specific variables (FTBFS arm64 ppc64el) * Add build configuration for arm64 and ppc64el. * Add build configuration for arm64 and ppc64el. * New upstream release * debian/control: + Bump debhelper version + Remove dep on gcc 4.6 (use distro default) + Make dep on QT stricter, 4.7 or more (upstream recommendation) + Add dep on subversion, used by get-orig-source * debian/rules: + get-orig-source: retrieve source from svn (upstream recommendation) * New upstream release * debian/patches: - removed manpages updates, accepted upstream - removed hack to set document root, now read from ini files * New upstream release * debian/control: updated deps according to new debugger based on QT * debian/patches: + updated gnu fixes + removed check for gcc 4.6 fix, accepted upstream + reworked manpages after forwarding previous patch upstream * debian/rules: removed erase-upstream target * mess-data: updated keymap files location * New upstream release * debian/control: updated deps according to new debugger based on QT * debian/patches: + updated gnu fixes + removed check for gcc 4.6 fix, accepted upstream + reworked manpages after forwarding previous patch upstream * debian/rules: removed erase-upstream target * mess-data: updated keymap files location Is there any reason, apart from Debian bug #825483 (FTBFS on ppc64el), not to adopt the Debian packaging of MAME? Changelog entries since current yakkety version 0.170-0ubuntu1: mame (0.173-6) unstable; urgency=medium * Brown paper bag release. * Revert x32 change in -5 that broke amd64 build. * Substitute all uses of DEB_HOST_ARCH with DEB_BUILD_ARCH. -- Jordi Mallach Sat, 21 May 2016 02:43:43 +0200 mame (0.173-5) unstable; urgency=medium * Fix syntax error in arch_ppc_fixes.patch. Hopefully fixes ppc64el build. * Try to fix x32 by defining PTR64 as in amd64. -- Jordi Mallach Mon, 16 May 2016 11:49:00 +0200 mame (0.173-4) unstable; urgency=medium * Define arch bits for alpha, ppc64 and mips64el. * Add arch_ppc_fixes.patch: cherrypick from git to fix compilation on Little Endian PPC targets. -- Jordi Mallach Sun, 15 May 2016 00:16:30 +0200 mame (0.173-3) experimental; urgency=medium * Define DEB_HOST_ARCH_BITS and, if the build is for a 32 bit arch, - pass -g0 as CFLAGS. - pass -Wl,--no-keep-memory to the linker. Hopefully this fixes the build on 32 bit architectures. -- Jordi Mallach Sat, 14 May 2016 00:06:00 +0200 mame (0.173-2) experimental; urgency=medium * Add ftbfs_v60_m_fetch_xor.patch: cherrypick from git to fix a compile error on several Debian architectures. * Define PTR64 and BIGENDIAN for sparc64. -- Jordi Mallach Fri, 13 May 2016 00:15:16 +0200 mame (0.173-1) unstable; urgency=medium [ Cesare Falco ] * debian/rules - Remove dh_override_autoclean, use external debian/clean file instead - Update get-orig-source to better fit upstream repository structure - Now full build log can be requested by setting DH_VERBOSE - Enable build optimizations, they increase performance greatly - Some arch-specific tuning * Removed refs to jquery library, no longer needed [ Jordi Mallach ] * New upstream release. * Drop date_timestamp.patch, fixed upstream. * Add an additional source lintian override. * Bump Standards-Version to 3.9.8. * Define QT_HOME to /usr/lib//qt5/ and drop qt5_build.patch. Thanks again to Sune Vuorela. * Update copyright file for new sources. * Don't install testkeys, as it no longer exists. * Don't try to cleanup rapidjson non-free bits that are now gone upstream. * Install manpages from new source location. * Don't chmod data dirs unconditionally, use `find -type f` instead to avoid installing dirs with wrong perms. * Remove new binaries and cruft from upstream sources. -- Jordi Mallach Mon, 02 May
[Bug 1589418] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680233/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] JournalErrors.txt
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680229/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590681] [NEW] *NNN# Works only first time | Invalid USSD Code
Public bug reported: Steps to reproduce: 1. Call *133# (or any *NNN# that works with your sim provider) - You will got a response (for e.g. you current balance) 2. Call again the same or any other *NNN# and you will got error: Invalid USSD Code Hardware: Meizu PRO 5 OS: OTA-11 ** Affects: dialer-app (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/1590681 Title: *NNN# Works only first time | Invalid USSD Code To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1590681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680230/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680231/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680226/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] Re: udisksd high CPU usage
apport information ** Tags added: apport-collected wily ** Description changed: Using: libudisks2-0:amd64 2.1.6-2ubuntu1 Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8 Description: Ubuntu 15.10 Release: 15.10 When I add USB drives to my system I end-up with udisksd using 100% of a core shortly after. After some time this goes up to 200% (in one step), so using 2 cores. Thread view shows CPU time of CMD 'pool': # ps -T -p PID SPID TTY TIME CMD 26229 26229 ?00:00:00 udisksd 26229 26230 ?00:00:00 gmain 26229 26232 ?00:00:00 gdbus 26229 26233 ?00:00:00 probing-thread 26229 26234 ?00:00:00 cleanup 26229 3325 ?00:33:16 pool 26229 5027 ?00:03:00 pool My solution is to kill it and let it restart. Strace needs to follow threads to show activity, it's then flooding with: # strace -p -f [pid 3325] poll([{fd=12, events=POLLIN}, {fd=17, events=POLLOUT}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}], 4, 0) = 2 ([{fd=12, revents=POLLIN}, {fd=17, revents=POLLOUT}]) [pid 3325] read(12, "\2\0\0\0\0\0\0\0", 16) = 8 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] write(2, "\n(udisksd:26229): GLib-WARNING *"..., 87) = 87 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] poll([{fd=12, events=POLLIN}, {fd=17, events=POLLOUT}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}], 4, 0) = 2 ([{fd=12, revents=POLLIN}, {fd=17, revents=POLLOUT}]) [pid 3325] read(12, "\2\0\0\0\0\0\0\0", 16) = 8 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] write(2, "\n(udisksd:26229): GLib-WARNING *"..., 87) = 87 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] poll([{fd=12, events=POLLIN}, {fd=17, events=POLLOUT}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}], 4, 0) = 2 ([{fd=12, revents=POLLIN}, {fd=17, revents=POLLOUT}]) [pid 3325] read(12, "\2\0\0\0\0\0\0\0", 16) = 8 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] write(2, "\n(udisksd:26229): GLib-WARNING *"..., 87) = 87 [pid 3325] write(12, "\1\0\0\0\0\0\0\0", 8) = 8 [pid 3325] poll([{fd=12, events=POLLIN}, {fd=17, events=POLLOUT}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}], 4, 0) = 2^CProcess 26229 detached THANKS! + --- + ApportVersion: 2.19.1-0ubuntu5 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: bones 1880 F panel-8-mixer + bones 1944 F pulseaudio + /dev/snd/controlC1: bones 1880 F panel-8-mixer + bones 1944 F pulseaudio + DistroRelease: Ubuntu 15.10 + HibernationDevice: RESUME=UUID=34ae084e-472d-4798-bacb-fd0f010fe477 + InstallationDate: Installed on 2016-01-06 (154 days ago) + InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) + MachineType: LENOVO 20BXCTO1WW + Package: linux (not installed) + ProcEnviron: + TERM=xterm + PATH=(custom, no user) + LANG=en_US.UTF-8 + SHELL=/bin/bash + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-36-generic.efi.signed root=/dev/mapper/kubuntu--vg-root ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8 + PulseList: + Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied + No PulseAudio daemon running, or not running as session daemon. + RelatedPackageVersions: + linux-restricted-modules-4.2.0-36-generic N/A + linux-backports-modules-4.2.0-36-generic N/A + linux-firmware1.149.3 + Tags: wily + UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' + Uname: Linux 4.2.0-36-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: + + _MarkForUpload: True + dmi.bios.date: 11/06/2015 + dmi.bios.vendor: LENOVO + dmi.bios.version: JBET54WW (1.19 ) + dmi.board.asset.tag: Not Available + dmi.board.name: 20BXCTO1WW + dmi.board.vendor: LENOVO + dmi.board.version: SDK0J40709 WIN + dmi.chassis.asset.tag: No Asset Information + dmi.chassis.type: 10 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: None + dmi.modalias: dmi:bvnLENOVO:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: + dmi.product.name: 20BXCTO1WW + dmi.product.version: ThinkPad T450s + dmi.sys.vendor: LENOVO ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680225/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.co
[Bug 1589776] Re: Radeon R7 not work in ubuntu xenial
how to rollback 15.10?reinstall? sorry,i forget to said that i use amd offical proprietary driver before xenial. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589776 Title: Radeon R7 not work in ubuntu xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589776/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680227/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680228/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680232/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680234/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680235/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680236/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] Re: udisksd high CPU usage
Thanks for trying to help... I installed linux 4.7rc2 but it gaves me trouble with X freezing, wifi not working and I had to roll-back before I could test the issue. I'll test when having more time. Back on 4.2 now. managed to run apport-collect now.. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589418] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1589418/+attachment/4680237/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589418 Title: udisksd high CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1570966] Re: package libglib2.0-0:amd64 2.48.0-1ubuntu4 failed to install/upgrade: dependency problems - leaving triggers unprocessed
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glib2.0 (Ubuntu) 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/1570966 Title: package libglib2.0-0:amd64 2.48.0-1ubuntu4 failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1570966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1567536] Re: Now Answer At All (Calculator Clears Input Field)
Why is this still incomplete? ** Description changed: Just copy this into the calculator and press enter: (2+3i)^((3+4i)×(4+5i)) The calculator doesn't show any result but instead clears the input - field. If you're trying to figure out the correct solution to this - without calculating it by hand, good luck with that. I tried to with - several calculators and got different results. + field. Tested with gnome-calculator 3.18.3. ** Description changed: Just copy this into the calculator and press enter: (2+3i)^((3+4i)×(4+5i)) The calculator doesn't show any result but instead clears the input - field. Tested with gnome-calculator 3.18.3. + field. Tested with gnome-calculator 3.18.3 on a 64 bit system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567536 Title: Now Answer At All (Calculator Clears Input Field) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1567536/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1507681] Re: killall with 65 arguments kills more than expected
** Description changed: - killall in Precise is supposed to limit the number of arguments to 64, - but due to a fencepost error, 66 arguments will be blocked but 65 is - not. + [Impact] + + * killall with exactly 65 (33 in 32-bit environments) arguments can kill random processes + * this can be accidentially or even maliciously used to kill processes + * root casue is an off-by-one error + + [Test Case] + + * as seen in the bug description above, but please note that this triggers the bug only sometimes (1/3 of my tries) +ps xa | wc -l +for i in `seq 1 65`; do touch ~/tmp_tasks/test$i; done; +for i in `seq 1 65`; do echo ~/tmp_tasks/test$i; done | xargs killall +ps xa | wc -l + + [Regression Potential] + + * there should be no/minimal regression Potential +- the fix itself is minimal +- no solution (other than maybe exploits) should rely on this behaviour + + + [Original Report] + killall in Precise is supposed to limit the number of arguments to 64, but due to a fencepost error, 66 arguments will be blocked but 65 is not. With 65 arguments, the behavior varies, but in some cases will send a signal to random processes. # ps xa | wc -l 164 # mkdir ~/tmp_tasks/ # for i in `seq 1 65`; do touch ~/tmp_tasks/test$i; done; # for i in `seq 1 65`; do echo ~/tmp_tasks/test$i; done | xargs killall Connection to 198.18.88.176 closed by remote host. Connection to 198.18.88.176 closed. # ps xa | wc -l 126 This is fixed upstream and at the very least trusty works fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507681 Title: killall with 65 arguments kills more than expected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/psmisc/+bug/1507681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590687] [NEW] vmbuilder does not know xenial or wily suites
Public bug reported: When trying to bootstrap a KVM virtual machine using vmbuilder, selecting the suite "xenial" results in Python raising a VMBuilder.exception.VMBuilderUserError where the error message statest "Invalid suite: "xenial". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick natty oneiric precise quantal raring saucy trusty" As an aside, looking at the changelog on the package browser, shows the last update was on 4th of March back in 2014. The related community documentation at https://help.ubuntu.com/community/KVM/CreateGuests is quite outdated (being written for 8.10/8.04) with some links being dead. Ubuntu release: $ lsb_release -rd Description:Ubuntu 14.04.4 LTS Release:14.04 Package version: $ apt-cache policy ubuntu-vm-builder ubuntu-vm-builder: Installed: 0.12.4+bzr489-0ubuntu2 Candidate: 0.12.4+bzr489-0ubuntu2 Version table: *** 0.12.4+bzr489-0ubuntu2 0 500 http://fi.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status Expected: The vmbuilder starts bootstrapping a VM with xenial Result: vmbuilder complains of "xenial" being an invalid suite, listing all releases so far up to "trusty". ** Affects: vm-builder (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/1590687 Title: vmbuilder does not know xenial or wily suites To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1590687/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1587988] Re: LDAP ping doesn't prefers site-local DCS
I've added the patches and uploaded a new version to trusty queue ** Changed in: sssd (Ubuntu Trusty) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587988 Title: LDAP ping doesn't prefers site-local DCS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1587988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590688] [NEW] clamav-daemon doesn't start after installation
Public bug reported: Steps to reproduce: 1. Fresh 16.04 Server installation 2. "sudo apt-get install clamav-daemon clamav-freshclam" 3. ClamAV doesn't start even though it should. $ systemctl status clamav-daemon ● clamav-daemon.service - Clam AntiVirus userspace daemon Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2016-06-09 11:58:19 EEST; 7min ago Docs: man:clamd(8) man:clamd.conf(5) http://www.clamav.net/lang/en/doc/ $ systemctl status clamav-freshclam.service ● clamav-freshclam.service - ClamAV virus database updater Loaded: loaded (/lib/systemd/system/clamav-freshclam.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:freshclam(1) man:freshclam.conf(5) http://www.clamav.net/lang/en/doc/ Also directory /var/run/clamav/ mentioned in /etc/clamav/clamd.conf seems to be missing. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: clamav-daemon 0.99+dfsg-1ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Thu Jun 9 12:00:59 2016 EcryptfsInUse: Yes InstallationDate: Installed on 2016-06-09 (0 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) SourcePackage: clamav UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: clamav (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590688 Title: clamav-daemon doesn't start after installation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1590688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1580035] Re: pcsd does not start due to missing ruby gem orderedhash
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pcs (Ubuntu) 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/1580035 Title: pcsd does not start due to missing ruby gem orderedhash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcs/+bug/1580035/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590471] Re: add adcli as sssd dependency
Thank you for taking the time to report this bug and helping to make Ubuntu better. I don't see this in Debian sssd packaging either. This should be sent up to Debian for consideration to add a Depends or Recommends on adcli. ** Changed in: sssd (Ubuntu) Status: New => Triaged ** Changed in: sssd (Ubuntu) Importance: Undecided => Medium ** Tags added: needs-upstream-report -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590471 Title: add adcli as sssd dependency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1590471/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule
** Bug watch added: freedesktop.org Bugzilla #78478 https://bugs.freedesktop.org/show_bug.cgi?id=78478 ** Also affects: linux via https://bugs.freedesktop.org/show_bug.cgi?id=78478 Importance: Unknown Status: Unknown ** Project changed: linux => udev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233466 Title: Hot-Add Memory failing for lack of udev rule To manage notifications about this bug go to: https://bugs.launchpad.net/udev/+bug/1233466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1513529] Re: cloud images should be built with the same /etc/apt/sources.list as server images
** Changed in: livecd-rootfs (Ubuntu) Status: In Progress => Fix Committed ** Changed in: livecd-rootfs (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/1513529 Title: cloud images should be built with the same /etc/apt/sources.list as server images To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-images/+bug/1513529/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590208] Re: needs a no-change rebuild against openhpi
Uploaded, thanks. ** Changed in: cluster-glue (Ubuntu) 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/1590208 Title: needs a no-change rebuild against openhpi To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1590208/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1588727] Re: owncloud login
E-mail answer from Sander (somehow it didn’t reach launchpad): > Hello Olivier, > I am using owncloud 8.2 > The arrow in the password field (see atachment) does not show in the > tablet browser > Regards, Sander Smit Sander, any chance you can upgrade your version of owncloud to the latest and test again? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588727 Title: owncloud login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1588727/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1524526] Re: Crashes with undefined symbol
Since it was only 98% clear :-), here a summary of a short and easy guide to trigger the issue in e.g. a container: #1 install dovecot+lucene sudo apt-get install dovecot-lucene #2 configure lucene sed -ie 's/#mail_plugins = $/mail_plugins = $mail_plugins fts fts_lucene/' /etc/dovecot/conf.d/10-mail.conf sed -ie 's/^plugin {$/plugin {\n fts = lucene\n fts_lucene = whitespace_chars=@./' /etc/dovecot/conf.d/90-plugin.conf #3 do soething with dovecot service dovecot reload doveadm pw -s SSHA256 -p verysecretindeed Fatal: Couldn't load required plugin /usr/lib/dovecot/modules/lib21_fts_lucene_plugin.so: dlopen() failed: /usr/lib/dovecot/modules/lib21_fts_lucene_plugin.so: undefined symbol: _ZN6lucene8analysis8snowball16SnowballAnalyzerC1EPFiPKvmP6bufferEPKc Note that while it won't save us from this being a bug, the comment at http://wiki2.dovecot.org/Plugins/FTS/Lucene is worth to note as a lucene user: Quote: "NOTE: Although the fts-lucene plugin works, it's using CLucene library, which is very old and has some bugs. It's a much better idea to use fts-solr instead, which has much more features and is more stable." -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1524526 Title: Crashes with undefined symbol To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1524526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1492287] Re: FTBFS with Python 3.5 as supported version in Wily
There is now a slightly more complicated check in the CMakeLists.txt: # Ubuntu xenial needs python 3.5 if(${DISTRIBUTION} MATCHES "vivid" OR ${DISTRIBUTION} MATCHES "wily") find_package(PythonLibs 3.4 REQUIRED) find_package(Boost COMPONENTS python-py34 REQUIRED) else() find_package(PythonLibs 3.5 REQUIRED) find_package(Boost COMPONENTS python-py35 REQUIRED) endif() I'm not sure if there is a better fix for this? ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492287 Title: FTBFS with Python 3.5 as supported version in Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1492287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408760] Re: Streaming video does not work
The above override applied to twitch.tv and hitbox.tv doesn’t improve things. On twitch.tv, I’m seeing a slew of errors printed out on the javascript console, notably about requests being blocked because they try to load insecure resources. Also: qml: [JS] (https://www.twitch.tv/:0) XMLHttpRequest cannot load chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. qml: [JS] (https://www.twitch.tv/:0) XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. qml: [JS] (https://www.twitch.tv/:0) XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. qml: [JS] (https://www.twitch.tv/:0) XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. qml: [JS] (https://www.twitch.tv/:0) XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. qml: [JS] (https://www.twitch.tv/assets/global-0ae272a6628b5b205900d5a80b576e49.js:30) No cast extension found On hitbox.tv, I’m seeing only the following error: [0609/115148:ERROR:render_media_log.cc(23)] MediaEvent: PIPELINE_ERROR demuxer: could not open -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408760 Title: Streaming video does not work To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1408760/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1589703] Re: Alarm clock icon doesn't disappear when alarm unactive
** Also affects: indicator-datetime (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/1589703 Title: Alarm clock icon doesn't disappear when alarm unactive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1589703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1387948] Re: Enabling flight mode does not refresh scopes
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Triaged ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387948 Title: Enabling flight mode does not refresh scopes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1387948/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1394614] Re: Cached results stay in scopes even with no internet
As commented earlier by Michi, caching is generally nice and we actually put effort recently to display cached results (if possible) in Ubuntu store scope. Closing this bug. ** Changed in: unity-scopes-shell (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394614 Title: Cached results stay in scopes even with no internet To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1394614/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1590703 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 comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (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.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] [NEW] ecryptfs home directory doesn't mount with linux-image-4.4.0-24-generic
Public bug reported: Ubuntu 14.04-LTS with linux-image-generic-lts-xenial backport Works correctly in linux-image-4.4.0-23-generic and all other kernels tested. After reboot into working OS, cat /proc/version_signature returns Ubuntu 4.4.0-23.41~14.04.1-generic 4.4.10 ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/bugs/1590703/+attachment/4680249/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590471] Re: add adcli as sssd dependency
I'm the maintainer on both Debian and Ubuntu, and am not convinced it should depend on adcli. The related bugs should get fixed, though. ** Tags removed: needs-upstream-report -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590471 Title: add adcli as sssd dependency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1590471/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408760] Re: Streaming video does not work
I’m getting the same demuxer error when trying to play Nasa TV’s live stream (https://www.nasa.gov/multimedia/nasatv/). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408760 Title: Streaming video does not work To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1408760/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1519120] Re: Xenial: VLAN interfaces don't work until after a reboot
** Changed in: vlan (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/1519120 Title: Xenial: VLAN interfaces don't work until after a reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1519120/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1417780] Re: Refreshing scopes data when using a poor connection produces a really bad user experience
The bug #1238979 improves the situation with updates to the results model, but it doesn't solve the problem of poor connection. For this to be possible I think we will need cooperation from scopes, because only the scopes know if all the data they serve comes from network and if old results should be preserved if network is not available. Scopes currently receive connectivity status with every search, so they can use push_surfacing_results_from_cache() method of the SearchReply to push the old results again without any extra work. We could make it even easier for scopes to handle this by enhancing CompletionDetails in scopes API with a new status such as InternetRequied (displays appropriate banner to warn the user) or InternetRequiredAndKeepTheResults (banner + keep old results on the screen) - but are easy to implement in the shell, but the bulk of work would be to update scopes to use it. ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417780 Title: Refreshing scopes data when using a poor connection produces a really bad user experience To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1417780/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1564812] Re: Disable sudo io logging for rootwrap
I think its good to have the input log for auditing purposes; however output is probably surplus in this instance. ** Changed in: cinder (Ubuntu) Status: New => Triaged ** Changed in: neutron (Ubuntu) Status: New => Triaged ** Changed in: nova (Ubuntu) Status: New => Triaged ** Changed in: cinder (Ubuntu) Importance: Undecided => Wishlist ** Changed in: neutron (Ubuntu) Importance: Undecided => Wishlist ** Changed in: nova (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564812 Title: Disable sudo io logging for rootwrap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1564812/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] Re: ecryptfs home directory doesn't mount with linux-image-4.4.0-24-generic
apport information ** Tags added: apport-collected trusty ** Description changed: Ubuntu 14.04-LTS with linux-image-generic-lts-xenial backport Works correctly in linux-image-4.4.0-23-generic and all other kernels tested. After reboot into working OS, cat /proc/version_signature returns Ubuntu 4.4.0-23.41~14.04.1-generic 4.4.10 + --- + ApportVersion: 2.14.1-0ubuntu3.21 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC2: xanni 3444 F pulseaudio + /dev/snd/controlC4: xanni 3444 F pulseaudio + /dev/snd/controlC3: xanni 3444 F pulseaudio + /dev/snd/controlC1: xanni 3444 F pulseaudio + CurrentDesktop: XFCE + DistroRelease: Ubuntu 14.04 + EcryptfsInUse: Yes + InstallationDate: Installed on 2014-06-30 (709 days ago) + InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) + MachineType: Gigabyte Technology Co., Ltd. Z97-HD3 + NonfreeKernelModules: nvidia + Package: linux (not installed) + ProcFB: 0 EFI VGA + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic root=UUID=38745402-f1be-424f-9399-0a4d9c2902a9 ro splash nomodeset nomdmonddf nomdmonisw vt.handoff=7 + ProcVersionSignature: Ubuntu 4.4.0-23.41~14.04.1-generic 4.4.10 + RelatedPackageVersions: + linux-restricted-modules-4.4.0-23-generic N/A + linux-backports-modules-4.4.0-23-generic N/A + linux-firmware1.127.22 + RfKill: + + Tags: trusty + Uname: Linux 4.4.0-23-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip disk docker lpadmin mythtv plugdev sambashare sudo video + _MarkForUpload: True + dmi.bios.date: 05/07/2014 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: F4 + dmi.board.asset.tag: To be filled by O.E.M. + dmi.board.name: Z97-HD3 + dmi.board.vendor: Gigabyte Technology Co., Ltd. + dmi.board.version: x.x + dmi.chassis.asset.tag: To Be Filled By O.E.M. + dmi.chassis.type: 3 + dmi.chassis.vendor: Gigabyte Technology Co., Ltd. + dmi.chassis.version: To Be Filled By O.E.M. + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd05/07/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ97-HD3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97-HD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: + dmi.product.name: Z97-HD3 + dmi.product.version: To be filled by O.E.M. + dmi.sys.vendor: Gigabyte Technology Co., Ltd. ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680272/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680276/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680274/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680273/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680275/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680283/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1590703] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1590703/+attachment/4680286/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590703 Title: ecryptfs home directory doesn't mount with linux- image-4.4.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs