[Bug 422506] Re: [needs-packaging] dtflickr
** Changed in: debian 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/422506 Title: [needs-packaging] dtflickr To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/422506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613073] Re: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613073 Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1613073/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613073] [NEW] package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Hello Here is my configuration : lsb_release -rd Description:Ubuntu 16.04.1 LTS Release:16.04 uname -r 4.2.0-42-generic apt-cache policy linux-image-extra-4.4.0-35-generic linux-image-extra-4.4.0-35-generic: Installed: 4.4.0-35.54 Candidate: 4.4.0-35.54 Version table: *** 4.4.0-35.54 500 500 http://archive.ubuntu.csg.uzh.ch/ubuntu xenial-proposed/main amd64 Packages 100 /var/lib/dpkg/status When I try to upgrame from ubuntu 15.10 to ubuntu 16.04 LTS I have som problem sutch as unable to install the new kernel. Question : Ave you this problem when you upgrade from ubuntu 15.10 to ubuntu 16.04 Lts 64 bit ? My sytem os nnow instabale. Could you help me please to fix this issue ? Thanks for your support Best regards Battant ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.1 ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12 Uname: Linux 4.2.0-42-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Sun Aug 14 15:49:54 2016 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2016-04-12 (123 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) mtime.conffile..etc.initramfs-tools.initramfs.conf: 2016-02-21T22:22:01 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613073 Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1613073/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613058] Re: Unmet dependencies prevents installation on Xenial Linux Mint18 Xfce
Additional investigation, here: https://forums.linuxmint.com/viewtopic.php?f=47&t=227699&p=1202486#p1202486 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613058 Title: Unmet dependencies prevents installation on Xenial Linux Mint18 Xfce To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1613058/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1595690] Re: Mouse freezes on login to gnome desktop
Investigating a cursor freeze problem in the new Software application, I found the following bug: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578317 Comment #8 suggested that the login cursor freeze could be avoided by removing gnome-software-service.desktop from autostart by renaming the entry in /etc/xdg/autostart I have done this and now my unity and gnome-flashback logons are all logging in successfully. On my system this bug appears to be a gnome-software bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595690 Title: Mouse freezes on login to gnome desktop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-gnome-meta/+bug/1595690/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1546674] Re: virt-aa-helper Apparmor profile missing rules for name resolution
It seems that those Apparmor denials are responsible for severe slowdown of guests boot when the host boots up. This simple fix makes the guests boot swiftly: # diff -Naur /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper.orig /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper --- /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper.orig 2016-08-14 10:32:27.051646248 -0400 +++ /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper 2016-08-14 10:32:20.019646323 -0400 @@ -66,4 +66,9 @@ /**.vmdk r, /**.[iI][sS][oO] r, /**/disk{,.*} r, + + # XXX: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1546674 + /etc/hosts r, + /etc/host.conf r, + /etc/nsswitch.conf r, } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546674 Title: virt-aa-helper Apparmor profile missing rules for name resolution To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1546674/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1603872] Comment bridged from LTC Bugzilla
*** This bug is a duplicate of bug 1603137 *** https://bugs.launchpad.net/bugs/1603137 --- Comment From praveen.pan...@in.ibm.com 2016-08-14 10:20 EDT--- Hi , tested today's build and it working fine , i am able to perf command in ubuntu16.10 Regards Praveen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603872 Title: In Ubuntu16.10 : not able to run perf command To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perf-tools-unstable/+bug/1603872/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1581969] Re: Update keyboard library from XKB
** Changed in: gxkb (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/1581969 Title: Update keyboard library from XKB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gxkb/+bug/1581969/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 931606] Re: [needs packaging] Please upload seeks to Ubuntu Precise
** Changed in: debian 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/931606 Title: [needs packaging] Please upload seeks to Ubuntu Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/931606/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1610793] Re: Removing inline decl on include/linux/rcupdate.h file .
I present one patch , todo to solve this issue. ** Patch added: "Tested on linux-4.6.2" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1610793/+attachment/4720683/+files/move_rcu_func.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610793 Title: Removing inline decl on include/linux/rcupdate.h file . To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1610793/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 263060] Re: [needs-packaging] DivFix++
** Changed in: debian 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/263060 Title: [needs-packaging] DivFix++ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/263060/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 545863] Re: [needs-packaging] svnant
** Changed in: debian 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/545863 Title: [needs-packaging] svnant To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/545863/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613067] [NEW] SIGSEGV on internal_getent nss_files/files-XXX.c:251
Public bug reported: More in https://sourceware.org/bugzilla/show_bug.cgi?id=20468 I'm getting following on amd64 as well as arm64: Thread 3 "drone" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f9a7b2090 (LWP 21950)] 0x007f98ddd334 in internal_getent (stream=0x7f840008c0, result=0x6a83ec , result@entry=0x2e302e302e373231, buffer=0xca8e08 "gethostbyname4_r", buffer@entry=0x7f9a7b1010 "", buflen=buflen@entry=1064, errnop=0x7f9a7b14c0, errnop@entry=0x7f9a7b15c0, herrnop=0x0, herrnop@entry=0x686c61636f6c0931, af=127, af@entry=0, flags=-1703211040, flags@entry=0) at nss_files/files-XXX.c:251 251 nss_files/files-XXX.c: No such file or directory. (gdb) bt #0 0x007f98ddd334 in internal_getent (stream=0x7f840008c0, result=0x6a83ec , result@entry=0x2e302e302e373231, buffer=0xca8e08 "gethostbyname4_r", buffer@entry=0x7f9a7b1010 "", buflen=buflen@entry=1064, errnop=0x7f9a7b14c0, errnop@entry=0x7f9a7b15c0, herrnop=0x0, herrnop@entry=0x686c61636f6c0931, af=127, af@entry=0, flags=-1703211040, flags@entry=0) at nss_files/files-XXX.c:251 #1 0x007f98dde2c0 in _nss_files_gethostbyname4_r (name=0x7f940008c0 "postgres.pharaoh.local", pat=0x7f9a7b15d0, buffer=0x7f9a7b1010 "", buflen=1064, errnop=0x7f9a7b15c0, herrnop=0x686c61636f6c0931, ttlp=) at nss_files/files-hosts.c:392 #2 0x00a71438 in gaih_inet () #3 0x00a72ef0 in getaddrinfo () #4 0x009b1bec in _cgo_7a2d42f1a351_C2func_getaddrinfo (v=0x442003ba88) at /home/go/src/net/cgo_unix.go:66 #5 0x0047cf28 in runtime.asmcgocall () at /home/go/src/runtime/asm_arm64.s:542 #6 0x0044201716c0 in ?? () #7 0x0001 in ?? () ** Affects: glibc (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/1613067 Title: SIGSEGV on internal_getent nss_files/files-XXX.c:251 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1613067/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1609695] Re: Fan-Off after suspend and resume ubuntu 16.04
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: acpi (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/1609695 Title: Fan-Off after suspend and resume ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/1609695/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613066] [NEW] mp4tags corrupts files
Public bug reported: Hi, Usually mp4tags works fine, but sometimes it fails badly. I tried to update existing mp4 video file title name, with mp4tags program. But, it corrupted the mp4 file and exits with error message: ReadAtom: "file name.mp4": atom type is suspect After this, vlc or any other player can't play this video file anymore. The mp4v2 package version is 2.0.0~dfsg0-4, on ubuntu 16.04 lts Thanks. ** Affects: mp4v2 (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/1613066 Title: mp4tags corrupts files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mp4v2/+bug/1613066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1610876] Re: package ttf-root-installer 5.34.30-0ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: root-system (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/1610876 Title: package ttf-root-installer 5.34.30-0ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/root-system/+bug/1610876/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1582374] Re: Log contains unknown mode senw
This bugreport is getting quite long ;-) and starts to get confusing. I just opened https://bugs.launchpad.net/apparmor/+bug/1613061 as reminder that logparser.py needs to switch based on the event details instead of the operation= keyword. The crashes reported in this bug are (hot)fixed in all supported releases (see the exact commits in the comments above), therefore I'm closing this bug. ** Changed in: apparmor Status: New => Fix Released ** Changed in: apparmor Milestone: None => 2.11 ** Changed in: apparmor Status: Fix Released => 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/1582374 Title: Log contains unknown mode senw To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1582374/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577051] Re: aa-logprof fails with unknown mode "reweive"
This bugreport is getting quite long ;-) and starts to get confusing. I just opened https://bugs.launchpad.net/apparmor/+bug/1613061 as reminder that logparser.py needs to switch based on the event details instead of the operation= keyword. The crashes reported in this bug are (hot)fixed in all supported releases (see the exact commits in the comments above), therefore I'm closing this bug. ** Changed in: apparmor Milestone: None => 2.11 ** Changed in: apparmor Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577051 Title: aa-logprof fails with unknown mode "reweive" To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1577051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613062] [NEW] package snap (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.11+0.16.04
Public bug reported: Ao tentar instalar o snapyy pelo terminal, para poder instalar programas em pacotes snap, houve uma falha. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: snap (not installed) ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 AptOrdering: snap: Install snap: Configure NULL: ConfigurePending Architecture: amd64 Date: Sat Aug 13 21:42:31 2016 DpkgTerminalLog: A preparar para desempacotar .../snap_2013-11-29-1ubuntu2_amd64.deb ... A descompactar snap (2013-11-29-1ubuntu2) ... dpkg: erro ao processar o arquivo /var/cache/apt/archives/snap_2013-11-29-1ubuntu2_amd64.deb (--unpack): a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.11+0.16.04 ErrorMessage: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.11+0.16.04 InstallationDate: Installed on 2016-06-28 (47 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: snap Title: package snap (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.11+0.16.04 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: snap (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613062 Title: package snap (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/man/man1/snap.1.gz', que também está no pacote snapd 2.11+0.16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snap/+bug/1613062/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 146324] Re: [needs-packaging] FreeWRL VRML/X3D Browser
** Changed in: debian 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/146324 Title: [needs-packaging] FreeWRL VRML/X3D Browser To manage notifications about this bug go to: https://bugs.launchpad.net/firefox-extensions/+bug/146324/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 94761] Re: [needs-packaging] PDT Php Developement Tools (Eclipse plugin)
** Changed in: debian 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/94761 Title: [needs-packaging] PDT Php Developement Tools (Eclipse plugin) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/94761/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1602361] Re: Immediate crash when starting vlc
I just built revision 2.2.2-0-g6259d80 from apt source, and it works fine too. That's strange. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1602361 Title: Immediate crash when starting vlc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1602361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 359287] Re: [needs-packaging] rain8net
** Changed in: debian 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/359287 Title: [needs-packaging] rain8net To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/359287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 409226] Re: [needs-packaging] frePPLe
** Changed in: debian 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/409226 Title: [needs-packaging] frePPLe To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/409226/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1592514] Re: 3G usb Card - mmcli and network manager broken compatibility
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (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/1592514 Title: 3G usb Card - mmcli and network manager broken compatibility To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1592514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1592514] Re: 3G usb Card - mmcli and network manager broken compatibility
Me affected as well! Won't give you my syslog once it's same as Afril's. Gobi 1000 (HP UN2400). Arfil, thanks for your script, works well as opossed to NetworkManager :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592514 Title: 3G usb Card - mmcli and network manager broken compatibility To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1592514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1612951] Re: /etc/default/keyboard ignored after upgrade to 16.04
** Summary changed: - XKBOPTIONS ignored after upgrade to 16.04 + /etc/default/keyboard ignored after upgrade to 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612951 Title: /etc/default/keyboard ignored after upgrade to 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1612951/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1612632] Re: Bookletimposer doesn't display in french
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bookletimposer (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/1612632 Title: Bookletimposer doesn't display in french To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bookletimposer/+bug/1612632/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1612632] Re: Bookletimposer doesn't display in french
Same for me (I did not download the last file, the one in my computer dates from july 24th 2013) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612632 Title: Bookletimposer doesn't display in french To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bookletimposer/+bug/1612632/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613060] Re: do-release-upgrade crashed with ValueError in update_interface(): could not convert string to float: '0, 0000'
*** This bug is a duplicate of bug 1593869 *** https://bugs.launchpad.net/bugs/1593869 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1593869, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: Undecided => Medium ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/1613060/+attachment/4720673/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/1613060/+attachment/4720674/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 1593869 do-release-upgrade crashed with ValueError in update_interface(): could not convert string to float: '0,' ** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613060 Title: do-release-upgrade crashed with ValueError in update_interface(): could not convert string to float: '0,' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1613060/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1562626] Re: [Notifications/Greeter] notifications and quick settings on lock screen should be separated
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gsettings-ubuntu-touch-schemas (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/1562626 Title: [Notifications/Greeter] notifications and quick settings on lock screen should be separated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1562626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1562626] Re: [Notifications/Greeter] notifications and quick settings on lock screen should be separated
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-system-settings (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/1562626 Title: [Notifications/Greeter] notifications and quick settings on lock screen should be separated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1562626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1562626] Re: [Notifications/Greeter] notifications and quick settings on lock screen should be separated
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (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/1562626 Title: [Notifications/Greeter] notifications and quick settings on lock screen should be separated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1562626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1507530] Re: VPN service 'pptp' disappeared
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (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/1507530 Title: VPN service 'pptp' disappeared To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507530/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1507530] Re: VPN service 'pptp' disappeared
Seems like my installation of 16.04.2 is also affected by this bug: Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0240] audit: op="connection-activate" uuid="1419b5fa-a369-4181-8423-5cc543f862e4" name="VPN connection 1" pid=1913 uid=1000 result="success" Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0288] vpn-connection[0x161d3e0,1419b5fa-a369-4181-8423-5cc543f862e4,"VPN connection 1",0]: Started the VPN service, PID 4091 Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0401] vpn-connection[0x161d3e0,1419b5fa-a369-4181-8423-5cc543f862e4,"VPN connection 1",0]: Saw the service appear; activating connection Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0494] vpn-connection[0x161d3e0,1419b5fa-a369-4181-8423-5cc543f862e4,"VPN connection 1",0]: VPN connection: (ConnectInteractive) reply received Aug 12 21:30:43 luv NetworkManager[900]: ** Message: ipsec enable flag: (null) Aug 12 21:30:43 luv NetworkManager[900]: ** Message: Check port 1701 Aug 12 21:30:43 luv NetworkManager[900]: ** Message: xl2tpd started with pid 4094 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: setsockopt recvref[30]: Protocol not available Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Using l2tp kernel support. Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: xl2tpd version xl2tpd-1.3.6 started on luv PID:4094 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc. Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Forked by Scott Balmos and David Stipp, (C) 2001 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Inherited by Jeff McAdams, (C) 2002 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Forked again by Xelerance (www.xelerance.com) (C) 2006 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Listening on IP address 0.0.0.0, port 1701 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Connecting to host 213.234.199.250, port 1701 Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0619] vpn-connection[0x161d3e0,1419b5fa-a369-4181-8423-5cc543f862e4,"VPN connection 1",0]: VPN plugin: state changed: starting (3) Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Connection established to 213.234.199.250, 1701. Local: 19472, Remote: 28276 (ref=0/0). Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Calling on tunnel 19472 Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: Call established with 213.234.199.250, Local: 14314, Remote: 27213, Serial: 1 (ref=0/0) Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: start_pppd: I'm running: Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "/usr/sbin/pppd" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "passive" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "nodetach" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: ":" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "file" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "/var/run/nm-ppp-options.xl2tpd.4091" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "plugin" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "pppol2tp.so" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "pppol2tp" Aug 12 21:30:43 luv NetworkManager[900]: xl2tpd[4094]: "7" Aug 12 21:30:43 luv pppd[4095]: Plugin /usr/lib/pppd/2.4.7/nm-l2tp-pppd-plugin.so loaded. Aug 12 21:30:43 luv NetworkManager[900]: ** Message: nm-l2tp-ppp-plugin: (plugin_init): initializing Aug 12 21:30:43 luv pppd[4095]: Plugin pppol2tp.so loaded. Aug 12 21:30:43 luv pppd[4095]: pppd 2.4.7 started by root, uid 0 Aug 12 21:30:43 luv NetworkManager[900]: ** Message: nm-l2tp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection' Aug 12 21:30:43 luv pppd[4095]: Using interface ppp0 Aug 12 21:30:43 luv pppd[4095]: Connect: ppp0 <--> Aug 12 21:30:43 luv NetworkManager[900]: ** Message: nm-l2tp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish' Aug 12 21:30:43 luv pppd[4095]: Overriding mtu 1500 to 1400 Aug 12 21:30:43 luv NetworkManager[900]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed Aug 12 21:30:43 luv pppd[4095]: Overriding mru 1500 to mtu value 1400 Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0964] manager: (ppp0): new Generic device (/org/freedesktop/NetworkManager/Devices/4) Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0993] devices added (path: /sys/devices/virtual/net/ppp0, iface: ppp0) Aug 12 21:30:43 luv NetworkManager[900]: [1471026643.0994] device added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration found. Aug 12 21:30:43 luv pppd[4095]: Overriding mtu 1460 to 1400 Aug 12 21:30:43 luv pppd[4095]: Overriding mru 1460 to mtu value 1400 Aug 12 21:30:43 luv NetworkManager[900]: ** Message: nm-l2tp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate' Aug 12 21:30:43 luv NetworkManager[900]: ** Message: nm-l2tp-ppp-plugin: (get_credentials): passwd-ho
[Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)
I have same problem on OTA-12, BQ E5. Attaching tailed unity8 and syslog. Note that there are lot's of these lines: """ Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist """ ...which do disssapear after reboot, and after reboot, sms notification sound start working again (for some time...). ** Attachment added: "unity8_and_syslog.log" https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1544477/+attachment/4720669/+files/unity8_and_syslog.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544477 Title: No sound notification for new SMS (Ubuntu Touch) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544477/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613058] [NEW] Unmet dependencies prevents installation on Xenial Linux Mint18 Xfce
Public bug reported: I am unable to install the Calibre or Calibre-Bin packages, due to unmet dependencies. The following output may be useful: lsb_release -rd Description:Linux Mint 18 Sarah Release:18 --- Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies. calibre : Depends: python-pyqt5 (>= 5.4.2+dfsg-1ubuntu1) but it is not going to be installed Depends: python-pyqt5.qtwebkit but it is not going to be installed Depends: python-pyqt5.qtsvg but it is not going to be installed Depends: calibre-bin (>= 2.38.0+dfsg-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. --- I've also tried sudo apt-get install -f Happy to provide further information, just let me know. Thanks, Chris. ** Affects: calibre (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/1613058 Title: Unmet dependencies prevents installation on Xenial Linux Mint18 Xfce To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1613058/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1602361] Re: Immediate crash when starting vlc
I built VLC from git (3.0.0-git commit 8df6a21f8ac5707e77295b70fdddabab0e6ad729) and it works fine. In 16.04 I have VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1602361 Title: Immediate crash when starting vlc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1602361/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1527922] Re: Recurrent problem with Wifi in Macbook Air 5, 2 Ubuntu 14.04
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bcmwl (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/1527922 Title: Recurrent problem with Wifi in Macbook Air 5,2 Ubuntu 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1527922/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1516696] Re: SMS notifications are received only when the phone is unlocked
Yep, thanks Anupam! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received only when the phone is unlocked To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1516696/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1516696] Re: SMS notifications are received only when the phone is unlocked
@Vincas that's probably bug #1544477 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received only when the phone is unlocked To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1516696/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 356483] Re: Cannot resize semicircle in Inkscape properly
Tried with semicircle.svg, but could not repro. Plz re-test. Arch Linux 64-bit, KDE Plasma 5 Inkscape 0.92pre1 15054 (GTK3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/356483 Title: Cannot resize semicircle in Inkscape properly To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/356483/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613056] [NEW] unity8.log spammed with Failed to get current playback position messages
Public bug reported: BQ E5, OTA-12. I've noticed that my ~/.cache/upstart/unity8.log contains lot's of these messages, filled every second (file is around 6 Megs at time of writing): [2016-35-10:11:35:07.388] Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist [2016-35-10:11:35:08.388] Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist [2016-35-10:11:35:09.388] Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist I do not know what produces these, or since when it has started. These lines starts from beginning of log file, I cannot trace that event / app that started it. I've just rebooted, and these messages have stopped. There was no other app, except terminal where I was debugging, launched, no musig playing, etc. ** Affects: unity8 (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/1613056 Title: unity8.log spammed with Failed to get current playback position messages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1613056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1612631] Re: Incomplete documentation: adding additional repositories
** Package changed: ubuntu => ubuntu-docs (Ubuntu) ** Changed in: ubuntu-docs (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612631 Title: Incomplete documentation: adding additional repositories To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1612631/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 230305] Re: [needs-packaging] geonetwork
** Changed in: debian 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/230305 Title: [needs-packaging] geonetwork To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/230305/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 398257] Re: [needs-packaging] commandeer
** Changed in: debian 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/398257 Title: [needs-packaging] commandeer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/398257/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1516696] Re: SMS notifications are received only when the phone is unlocked
I am not sure if it's the same bug, but for me (E5, OTA-12), I do not get sound notification at all (sometimes I do though), even if device is unlocked. I do hear vibrator, see green blinking light, but no sound. I am quite sure that Sound options are set OK. I've attached tailed syslog.log and unity8.log. ** Attachment added: "tail.log" https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1516696/+attachment/4720668/+files/tail.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received only when the phone is unlocked To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1516696/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953875] Re: Encrypted swap no longer mounted at bootup
** Tags added: mate xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953875 Title: Encrypted swap no longer mounted at bootup To manage notifications about this bug go to: https://bugs.launchpad.net/ecryptfs/+bug/953875/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 167638] Re: right click on selected locked objects won't give properties
Still repro. Arch Linux 64-bit, KDE Plasma 5 Inkscape 0.92pre1 15054 (GTK3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/167638 Title: right click on selected locked objects won't give properties To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/167638/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1588459] Re: OTA-11: GPS seems not working
I am not sure about other 6 people who confirmed this bug, but it looks like GPS is actually working for me. One simply has to have app (SensorStatus or uNav) in the foreground for some time to actually acquire GPS fix. Having Location on for few days does nothing, if you check Sensors app just for short moments through that time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588459 Title: OTA-11: GPS seems not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1588459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613041] Re: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured
*** This bug is a duplicate of bug 1407757 *** https://bugs.launchpad.net/bugs/1407757 ** This bug has been marked a duplicate of bug 1407757 multi-arch packages cannot be installed due to dpkg wrongly detecting them as already installed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613041 Title: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1613041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 943162] Re: libgl1-mesa-dev links libGL.so to mesa/libGL.so which conflicts with nvidia's libGL.
** Changed in: mesa (Ubuntu) Assignee: onecoin (onecoin6016) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/943162 Title: libgl1-mesa-dev links libGL.so to mesa/libGL.so which conflicts with nvidia's libGL. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/943162/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1567219] Re: Valgrind does not support compressed debug info
** Changed in: ubuntu-z-systems 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/1567219 Title: Valgrind does not support compressed debug info To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1567219/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613053] [NEW] [MIR]libpinyin
Public bug reported: [Availability] libpinyin is available in Ubuntu (universe). [Rationale] As we are in the process of getting Unity8 to main, libpinyin is one of the required dependencies. [Security] There is no security issues every discovered for libpinyin. The library itself is a conversion engine to compute from input strings to a list of candidate words, security related topics are often only related to wrapping functions or higher-level applications. [Quality assurance] Upstream is active, and backed by RedHat. [Dependencies] All dependencies (Depends/Build-Depends) are in main. [Standards compliance] The package conforms to FHS and Debian standards. [Maintenance] The package is actively maintained at Debian, and is looked after by the ~pkg-ime team (subscribed to the package). ** Affects: libpinyin (Ubuntu) Importance: Undecided Status: New ** Description changed: [Availability] libpinyin is available in Ubuntu (universe). [Rationale] As we are in the process of getting Unity8 to main, libpinyin is one of the required dependencies. [Security] There is no security issues every discovered for libpinyin. The library itself is a conversion engine to compute from input strings to a list of candidate words, security related topics are often only related to wrapping functions or higher-level applications. [Quality assurance] Upstream is active, and backed by RedHat. [Dependencies] All dependencies (Depends/Build-Depends) are in main. [Standards compliance] The package conforms to FHS and Debian standards. [Maintenance] The package is actively maintained at Debian, and is looked after by the - Ubuntu desktop team. + ~pkg-ime team (subscribed to the package). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613053 Title: [MIR]libpinyin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libpinyin/+bug/1613053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1612659] Re: QScreen::nativeOrientation is wrong on the M10
Issue happening on oxide : https://bugs.launchpad.net/oxide/+bug/1601887 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612659 Title: QScreen::nativeOrientation is wrong on the M10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtubuntu/+bug/1612659/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1611944] Re: Kernel / vmlinuz broken for RaspBerry Pi 3
I am not sure if I am to raise a separate bug report but also the stock firmware linux-firmware-raspi2 (1.20151118+b70b451-0ubuntu1) xenial appears to be broken for RaspBerry Pi 3. The Firmware however appears to work for RaspBerry Pi 2. As a test I was able to successfully boot my RPI3 using 3rd party PPA / firmware package from Ubuntu Pi Flavour Maker Team (https://launchpad.net/~ubuntu-pi-flavour- makers/+archive/ubuntu/ppa/+files/raspberrypi- bootloader_1.20160315-1~xenial1.0_armhf.deb) but I still needed to use an older Kernel suggesting both the current stock Kernel and Firmware are independently broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611944 Title: Kernel / vmlinuz broken for RaspBerry Pi 3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1611944/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613050] [NEW] SAMBA Authentication fails with CUPS print job
Public bug reported: Print jobs fail to authenticate CUPS print jobs via an Active Directory joined system using pam_authenticate. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: cups 2.1.3-4 ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Sun Aug 14 20:56:12 2016 InstallationDate: Installed on 2016-06-24 (51 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) Lsusb: Error: command ['lsusb'] failed with exit code 1: MachineType: VMware, Inc. VMware Virtual Platform Papersize: a4 PpdFiles: PDF: Generic CUPS-PDF Printer Test: Ricoh Aficio MP C5502A , Postscript-Ricoh 20160606 (OpenPrinting LSB 3.2) ProcEnviron: LANGUAGE=en_AU:en TERM=xterm-256color PATH=(custom, no user) LANG=en_AU.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic root=/dev/mapper/hostname--vg-root ro SourcePackage: cups UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/21/2015 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 6.00 dmi.board.name: 440BX Desktop Reference Platform dmi.board.vendor: Intel Corporation dmi.board.version: None dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/21/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: VMware Virtual Platform dmi.product.version: None dmi.sys.vendor: VMware, Inc. ** Affects: cups (Ubuntu) Importance: Undecided Status: New ** Affects: samba (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial ** Description changed: - Print jobs authenticate CUPS print jobs via an Active Directory joined - system using pam_authenticate. + Print jobs fail to authenticate CUPS print jobs via an Active Directory + joined system using pam_authenticate. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: cups 2.1.3-4 ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Sun Aug 14 20:56:12 2016 InstallationDate: Installed on 2016-06-24 (51 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) Lsusb: Error: command ['lsusb'] failed with exit code 1: MachineType: VMware, Inc. VMware Virtual Platform Papersize: a4 PpdFiles: - PDF: Generic CUPS-PDF Printer - Test: Ricoh Aficio MP C5502A , Postscript-Ricoh 20160606 (OpenPrinting LSB 3.2) + PDF: Generic CUPS-PDF Printer + Test: Ricoh Aficio MP C5502A , Postscript-Ricoh 20160606 (OpenPrinting LSB 3.2) ProcEnviron: - LANGUAGE=en_AU:en - TERM=xterm-256color - PATH=(custom, no user) - LANG=en_AU.UTF-8 - SHELL=/bin/bash + LANGUAGE=en_AU:en + TERM=xterm-256color + PATH=(custom, no user) + LANG=en_AU.UTF-8 + SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic root=/dev/mapper/hostname--vg-root ro SourcePackage: cups UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/21/2015 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 6.00 dmi.board.name: 440BX Desktop Reference Platform dmi.board.vendor: Intel Corporation dmi.board.version: None dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/21/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: VMware Virtual Platform dmi.product.version: None dmi.sys.vendor: VMware, Inc. ** Also affects: samba (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/1613050 Title: SAMBA Authentication fails with CUPS print job To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1613050/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953875] Re: Encrypted swap no longer mounted at bootup
Same problem here with Ubuntu 16.04.1 LTS $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.04.1 LTS Release:16.04 Codename: xenial $ cat /etc/crypttab # sda5_crypt UUID=84d61165-80eb-46cf-9d48-b0117c7a8a92 none luks,discard sda6_crypt UUID=e335f91e-58bb-4a57-8e10-2854ff8358db none luks,swap,discard $ cat /etc/fstab UUID=a370331b-c037-40fa-8d6c-2445960d94e0 /boot ext4defaults 0 2 /dev/mapper/sda5_crypt / ext4 errors=remount-ro 0 1 /dev/mapper/sda6_crypt noneswapsw 0 0 Config was not changed since 14.04 LTS, and it seems to be fine, but during startup I get the same error after updating to 16.04: systemd[1]: dev-disk-by\x2duuid-e335f91e\x2d58bb\x2d4a57\x2d8e10\x2d2854ff8358db.device: Job dev-disk-by\x2duuid-e335f91e\x2d58bb\x2d4a57\x2d8e10\x2d2854ff8358db.device/start timed out. systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-e335f91e\x2d58bb\x2d4a57\x2d8e10\x2d2854ff8358db.device. systemd[1]: Dependency failed for Cryptography Setup for sda6_crypt. systemd[1]: Dependency failed for Encrypted Volumes. systemd[1]: cryptsetup.target: Job cryptsetup.target/start failed with result 'dependency'. systemd[1]: Dependency failed for dev-mapper-sda6_crypt.device. systemd[1]: Dependency failed for /dev/mapper/sda6_crypt. systemd[1]: Dependency failed for Swap. systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'. systemd[1]: dev-mapper-sda6_crypt.swap: Job dev-mapper-sda6_crypt.swap/start failed with result 'dependency'. systemd[1]: dev-mapper-sda6_crypt.device: Job dev-mapper-sda6_crypt.device/start failed with result 'dependency'. systemd[1]: systemd-cryptsetup@sda6_crypt.service: Job systemd-cryptsetup@sda6_crypt.service/start failed with result 'dependency'. systemd[1]: dev-disk-by\x2duuid-e335f91e\x2d58bb\x2d4a57\x2d8e10\x2d2854ff8358db.device: Job dev-disk-by\x2duuid-e335f91e\x2d58bb\x2d4a57\x2d8e10\x2d2854ff8358db.device/start failed with result 'timeout'. I did not tried the workaround yet, but anyway this is quite a big issue in my opinion... It should be fixed soon in the LTS version... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953875 Title: Encrypted swap no longer mounted at bootup To manage notifications about this bug go to: https://bugs.launchpad.net/ecryptfs/+bug/953875/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613052] [NEW] Failed to install grub in UEFI mode
Public bug reported: 1. Booted from Yakety live USB in UEFI mode 2. Selected "install over ubuntu 16.04" 3. Failed to install grub ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.7 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 ApportVersion: 2.20.3-0ubuntu6 Architecture: amd64 CasperVersion: 1.376 Date: Sun Aug 14 21:44:57 2016 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --- LiveMediaBuild: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160813) ProcEnviron: LANGUAGE=en_AU.UTF-8 PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_AU.UTF-8 SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubiquity-16.10.7 ubuntu yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613052 Title: Failed to install grub in UEFI mode To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1613052/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1544623] Re: Spelling error in notification ("requiere" for "require")
** Changed in: gnome-tweak-tool (Debian) Status: Unknown => 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/1544623 Title: Spelling error in notification ("requiere" for "require") To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-tweak-tool/+bug/1544623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584456] Re: apparmor denial using ptmx char device
Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584456 Title: apparmor denial using ptmx char device To manage notifications about this bug go to: https://bugs.launchpad.net/snap-confine/+bug/1584456/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 943162] Re: libgl1-mesa-dev links libGL.so to mesa/libGL.so which conflicts with nvidia's libGL.
** Changed in: mesa (Ubuntu) Assignee: (unassigned) => onecoin (onecoin6016) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/943162 Title: libgl1-mesa-dev links libGL.so to mesa/libGL.so which conflicts with nvidia's libGL. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/943162/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 569687] Re: [needs-packaging] gconjugo
** Changed in: debian 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/569687 Title: [needs-packaging] gconjugo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/569687/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1594681] Re: Don't override IM variables
** Changed in: gnome-settings-daemon (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594681 Title: Don't override IM variables To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-session/+bug/1594681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613037] Re: package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139
*** This bug is a duplicate of bug 1578769 *** https://bugs.launchpad.net/bugs/1578769 ** This bug has been marked a duplicate of bug 1578769 package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613037 Title: package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/1613037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 321394] Re: [needs-packaging] pythonOCC
** Changed in: debian 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/321394 Title: [needs-packaging] pythonOCC To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/321394/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 191544] Re: [needs-packaging] Torrentinfo
** Changed in: debian 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/191544 Title: [needs-packaging] Torrentinfo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/191544/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 298499] Re: [needs-packaging] lxsplit - A simple tool for splitting and joining files
** Changed in: debian 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/298499 Title: [needs-packaging] lxsplit - A simple tool for splitting and joining files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/298499/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74724] Re: O2Micro Smartcard reader doesn't work, but the driver is available
** Changed in: pcsc-lite (Debian) 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/74724 Title: O2Micro Smartcard reader doesn't work, but the driver is available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/74724/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 578861] Re: [needs-packaging] juploadr
** Changed in: debian 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/578861 Title: [needs-packaging] juploadr To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/578861/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 180703] Re: [needs-packaging] fuppes
** Changed in: debian 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/180703 Title: [needs-packaging] fuppes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/180703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613041] Re: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613041 Title: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1613041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613041] [NEW] package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured
Public bug reported: Error ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 AptdaemonVersion: 1.1.1+bzr982-0ubuntu14 Architecture: amd64 CrashReports: 600:0:116:267779:2016-08-14 16:34:47.076756954 +0600:2016-08-14 16:34:48.076756954 +0600:/var/crash/libcc1-0:amd64.0.crash 600:0:116:267779:2016-08-14 16:34:48.092757184 +0600:2016-08-14 16:34:48.076756938 +0600:/var/crash/libgomp1:amd64.0.crash 600:0:116:267761:2016-08-14 16:34:48.056756631 +0600:2016-08-14 16:34:47.728751540 +0600:/var/crash/cpp-5.0.crash Date: Sun Aug 14 16:34:48 2016 Dependencies: gcc-5-base 5.4.0-6ubuntu1~16.04.2 gcc-6-base 6.0.1-0ubuntu1 libc6 2.23-0ubuntu3 libgcc1 1:6.0.1-0ubuntu1 libstdc++6 5.4.0-6ubuntu1~16.04.2 DuplicateSignature: package:libcc1-0:amd64:5.4.0-6ubuntu1~16.04.2 Processing triggers for man-db (2.7.5-1) ... dpkg: error processing package cpp-5 (--configure): package cpp-5 is already installed and configured ErrorMessage: package libcc1-0:amd64 is already installed and configured InstallationDate: Installed on 2016-08-14 (0 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: dpkg Title: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Tags: already-installed amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613041 Title: package libcc1-0:amd64 5.4.0-6ubuntu1~16.04.2 failed to install/upgrade: package libcc1-0:amd64 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1613041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613042] [NEW] No shortcut texts are displayed next to menu items
Public bug reported: No shortcuts are displayed next to menu items like 'New Private Window' or 'Show all bookmarks' in Firefox 48, whether menus are shown in the global menu bar or in the window's title bar. I am on Ubuntu 16.04.1 The shortcuts still work. I checked Safe Mode, and the same problem occurs in a 16.04.1 virtual machine. Package version: firefox 48.0+build2-0ubuntu0.16.04.1 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: firefox 48.0+build2-0ubuntu0.16.04.1 ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 AddonCompatCheckDisabled: False ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: mystic13017 F pulseaudio BuildID: 20160728203720 Channel: Unavailable CurrentDesktop: Unity Date: Sun Aug 14 12:28:35 2016 DefaultProfileExtensions: extensions.sqlite corrupt or missing DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini or extensions.sqlite) DefaultProfileLocales: extensions.sqlite corrupt or missing DefaultProfilePlugins: Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so (google-talkplugin) Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so (google-talkplugin) Shockwave Flash - /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so (browser-plugin-freshplayer-pepperflash) DefaultProfileThemes: extensions.sqlite corrupt or missing ForcedLayersAccel: False IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2016-07-26 (18 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) IpRoute: default via 10.0.1.1 dev wlp2s0 proto static metric 600 10.0.1.0/24 dev wlp2s0 proto kernel scope link src 10.0.1.201 metric 600 169.254.0.0/16 dev wlp2s0 scope link metric 1000 MostRecentCrashID: bp-b6b869b2-9019-45d2-bf4e-dcbfa2151221 Profile0Extensions: extensions.sqlite corrupt or missing Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini or extensions.sqlite) Profile0Locales: extensions.sqlite corrupt or missing Profile0Plugins: Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so (google-talkplugin) Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so (google-talkplugin) Shockwave Flash - /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so (browser-plugin-freshplayer-pepperflash) Profile0PrefSources: prefs.js Profile0Themes: extensions.sqlite corrupt or missing Profiles: Profile0 - LastVersion=Safe Mode/Safe Mode (Out of date) Profile1 (Default) - LastVersion=48.0/20160728203720 (In use) RelatedPackageVersions: google-talkplugin 5.41.3.0-1 browser-plugin-freshplayer-pepperflash 0.3.5-1~webupd8~xenial~3 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no RunningIncompatibleAddons: False SourcePackage: firefox SubmittedCrashIDs: bp-b6b869b2-9019-45d2-bf4e-dcbfa2151221 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/25/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 4.6.5 dmi.board.asset.tag: Tag 12345 dmi.board.name: Pangolin Performance dmi.board.vendor: System76, Inc. dmi.board.version: panp9 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd06/25/2012:svnSystem76,Inc.:pnPangolinPerformance:pvrpanp9:rvnSystem76,Inc.:rnPangolinPerformance:rvrpanp9:cvnNoEnclosure:ct10:cvrN/A: dmi.product.name: Pangolin Performance dmi.product.version: panp9 dmi.sys.vendor: System76, Inc. ** Affects: firefox (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/1613042 Title: No shortcut texts are displayed next to menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1613042/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1256060] Re: -symbolic icons in indicator-power are gray [$50]
** Changed in: wingpanel-indicator-power 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/1256060 Title: -symbolic icons in indicator-power are gray [$50] To manage notifications about this bug go to: https://bugs.launchpad.net/wingpanel-indicator-power/+bug/1256060/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics
#190 because it doesn't affect vanilla ubuntu? only derivatives like xubuntu and elementary are affected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568604 Title: Mouse cursor lost when unlocking with Intel graphics To manage notifications about this bug go to: https://bugs.launchpad.net/elementaryos/+bug/1568604/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 519136] Re: [needs-packaging] python-portmidi
** Changed in: debian 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/519136 Title: [needs-packaging] python-portmidi To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/519136/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1591977] Re: python3-autopep8
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: autopep8 (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/1591977 Title: python3-autopep8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autopep8/+bug/1591977/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 297040] Re: [needs-packaging] Galaxium
** Changed in: debian 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/297040 Title: [needs-packaging] Galaxium To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/297040/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 309053] Re: [needs-packaging] Twitim
** Changed in: debian 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/309053 Title: [needs-packaging] Twitim To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/309053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613037] [NEW] package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139
Public bug reported: sudo apt-get install crash while intenting install this package under a fresh and clean install amd64. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: install-info 6.1.0.dfsg.1-5 ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 Date: Sun Aug 14 11:17:34 2016 ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 InstallationDate: Installed on 2016-08-14 (0 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.10ubuntu1 SourcePackage: texinfo Title: package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: texinfo (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613037 Title: package install-info 6.1.0.dfsg.1-5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/1613037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613038] [NEW] No Upgrade possible from 15.10 to 16.xx GNOME
Public bug reported: done this steps sudo apt-get update sudo apt-get upgrade sudo apt-get -f install sudo apt-get -y install apt sudo do-release-upgrade results in that no upgrade is possible with this error message "An unsolvable problem occurred while determining the system update" ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: ubuntu-release-upgrader-core 1:15.10.14.4 ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12 Uname: Linux 4.2.0-42-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 CrashDB: ubuntu CurrentDesktop: GNOME Date: Sun Aug 14 11:51:09 2016 EcryptfsInUse: Yes InstallationDate: Installed on 2016-04-11 (124 days ago) InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021) PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-release-upgrader UpgradeStatus: Upgraded to wily on 2016-08-14 (0 days ago) ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug dist-upgrade wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613038 Title: No Upgrade possible from 15.10 to 16.xx GNOME To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1613038/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613036] Re: Authorisation stopping launch, how do I disable it?
Peter, it might help us if you could tell us what version and flavour of Ubuntu you are using, what are you trying to launch and what the authorisation popup says. Are you trying to run programs with "sudo". Are you wanting to report a bug or just asking for help? ** Changed in: 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/1613036 Title: Authorisation stopping launch, how do I disable it? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1613036/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1173681] Re: 168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after updating to Ubuntu 13.04 Raring
I confirm the problem and the workaround, my product_name is K501UX -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173681 Title: 168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after updating to Ubuntu 13.04 Raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1173681] Re: 168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after updating to Ubuntu 13.04 Raring
The bug is marked as "fix released" but it's affecting me with all latest updates installed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173681 Title: 168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after updating to Ubuntu 13.04 Raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1581799] Re: radeon driver hangs : nothing else that static effect on display
So... no way I can solve? Has this bug been reported to upstream yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581799 Title: radeon driver hangs : nothing else that static effect on display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1581799/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613036] [NEW] Authorisation stopping launch, how do I disable it?
Public bug reported: Every time I try to launch anything , the authorisation popup stops the launch , how do I dissable it ** Affects: 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/1613036 Title: Authorisation stopping launch, how do I disable it? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1613036/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 689055] Re: Shotwell doesn't respect system locale time format
** Changed in: shotwell 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/689055 Title: Shotwell doesn't respect system locale time format To manage notifications about this bug go to: https://bugs.launchpad.net/shotwell/+bug/689055/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1133477] Re: cut-n-paste move files got stuck forever
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pcmanfm (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/1133477 Title: cut-n-paste move files got stuck forever To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1133477/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1514474] Re: package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
For people affectés by this issue, you may try following procédure : - download the tex-common package $ aptitude download tex-common - unpack the deb package $ dpkg-deb -R tex-common_6.04_all.deb fixfolder - fix the postinst script in fixfolder/DEBIAN by removing the faulty parametrer :--no-error-if-no-engine=luajittex (3 occurrences to remove) or replace it by the fixed script joined in previous post - rebuid the package $ dpkg-deb -b fixfolder fixed-tex-common.deb - remove previous bugged installation and installation fixed $ sudo dpkg --force-all -r tex-common && sudo dpkg -i fixed-tex-common.deb It worked like a charm for me, but the faulty parametrer may have been there for some cases... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514474 Title: package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1514474/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 287864] Re: [needs-packaging] FreePBX - web interface for Asterisk administration
** Changed in: debian 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/287864 Title: [needs-packaging] FreePBX - web interface for Asterisk administration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/287864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 445207] Re: [needs-packaging]:chronojump
** Changed in: debian 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/445207 Title: [needs-packaging]:chronojump To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/445207/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 384237] Re: [needs-packaging] libjs-livevalidation
** Changed in: debian 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/384237 Title: [needs-packaging] libjs-livevalidation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/384237/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 804277] Re: [needs-packaging] ifm
** Changed in: debian 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/804277 Title: [needs-packaging] ifm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/804277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1548009] Re: ZFS pools should be automatically scrubbed
This works for me "in the wild" (i.e. waiting until today, which was the second Sunday of the month). I had two servers, one with 0.6.5.6-0ubuntu11 and one with 0.6.5.6-0ubuntu12. ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1548009 Title: ZFS pools should be automatically scrubbed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1548009/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613028] Re: package libavahi-common-data:i386 0.6.31-4ubuntu1.1 failed to install/upgrade: package libavahi-common-data:i386 is already installed and configured
*** This bug is a duplicate of bug 1407757 *** https://bugs.launchpad.net/bugs/1407757 ** This bug has been marked a duplicate of bug 1407757 multi-arch packages cannot be installed due to dpkg wrongly detecting them as already installed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613028 Title: package libavahi-common-data:i386 0.6.31-4ubuntu1.1 failed to install/upgrade: package libavahi-common-data:i386 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1613028/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613033] [NEW] Documentation: update list of software in Canonical Partner repository
Public bug reported: This page - Official Documentation for Ubuntu 16.04 - (link below) says "The Canonical Partner repository offers some proprietary applications that don't cost any money to use but are closed source. They include software like Skype, Adobe Reader and Adobe Flash Plugin". According to Synaptic Package Manager the Canonical Partner repository contains Skype, Adobe Flash Plugin, and some Google packages, and nothing else. Please correct the documentation. https://help.ubuntu.com/lts/ubuntu-help/addremove-sources.html ** Affects: ubuntu-docs (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/1613033 Title: Documentation: update list of software in Canonical Partner repository To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1613033/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1599516] Re: No accented letters in window title bars, dash and hud.
Unity renders the window title bar too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1599516 Title: No accented letters in window title bars, dash and hud. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1599516/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 421414] Re: [needs-packaging] AlgoScore
** Changed in: debian 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/421414 Title: [needs-packaging] AlgoScore To manage notifications about this bug go to: https://bugs.launchpad.net/getdeb.net/+bug/421414/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1613032] [NEW] nvidia-340 340.96-0ubuntu3: nvidia-340 kernel module failed to build
Public bug reported: it occurred during update. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: nvidia-340 340.96-0ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia wl .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/gpus/:01:00.0' .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 340.96 Sun Nov 8 22:33:28 PST 2015 GCC version: gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true DKMSKernelVersion: 4.4.0-34-generic Date: Sun Aug 14 02:22:29 2016 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: NVIDIA Corporation G98M [Quadro NVS 160M] [10de:06eb] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Dell G98M [Quadro NVS 160M] [1028:0233] InstallationDate: Installed on 2016-05-21 (84 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) MachineType: Dell Inc. Latitude E6400 PackageVersion: 340.96-0ubuntu3 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=71f8e502-b3db-4136-be54-c6d93836994d ro RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: nvidia-graphics-drivers-340 Title: nvidia-340 340.96-0ubuntu3: nvidia-340 kernel module failed to build UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/03/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A33 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA33:bd09/03/2012:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1 version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Sun Aug 14 09:02:15 2016 xserver.configfile: default xserver.errors: open /dev/fb0: No such file or directory xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.3 ** Affects: nvidia-graphics-drivers-340 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package compiz-0.9 third-party-packages ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613032 Title: nvidia-340 340.96-0ubuntu3: nvidia-340 kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1613032/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs