[Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported
Francois D (c-ubuntuone-g) I did checked it out on your suggestion, and so far it has not solve my problem, it seems that DEB might be for only the 168c:003e. Which is kinda what I was suggesting in my post. My WIFI is 168c:0041, So many different version of this family of chips. But I will keep trying later with another Kernel, who knows. Thanks for the info. Bob S -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436940 Title: Atheros wifi 168c:0041(QCA6164) is not supported To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489987] Re: Secure Boot failed on Ubuntu 14.04 on Dell E7440
Yes, it was term.log, but since this all happened two months ago, the relevant log was already archived. I'm now attaching it with the correct name. Also I pasted the other outputs in the original post, but I'll repaste them here as well for clarity: /boot/efi/EFI/ubuntu$ ls -l total 2592 -rwxr-xr-x 1 root root 126 May 18 21:35 grub.cfg -rwxr-xr-x 1 root root 119296 Jul 2 06:58 grubx64.efi -rwxr-xr-x 1 root root 1178240 May 18 21:35 MokManager.efi -rwxr-xr-x 1 root root 1355736 May 18 21:35 shimx64.efi 'efibootmgr -v' does not output anything. ** Attachment removed: "term.log.1.gz" https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1489987/+attachment/4453943/+files/term.log.1.gz ** Attachment added: "term.log" https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1489987/+attachment/4454010/+files/term.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489987 Title: Secure Boot failed on Ubuntu 14.04 on Dell E7440 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1489987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489987] Re: Secure Boot failed on Ubuntu 14.04 on Dell E7440
Steve, please do tell me if my present term.log (which does not cover the time when Secure Boot failed) might be of relevance here. If so, I'll attach it as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489987 Title: Secure Boot failed on Ubuntu 14.04 on Dell E7440 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1489987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1485212] Re: "Configure sources" broken in Muon (Wily)
I got newest Muon 5.4.0 from staging ppa. Now when "configure sources" is clicked, window asking password pops up, but after typing password nothing happens. Software-properties-kde windows doesn't open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485212 Title: "Configure sources" broken in Muon (Wily) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1485212/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490107] [NEW] rootfs contains all initramfs dependencies and tools
Public bug reported: in the snappy world we do not create or update the initrd on the fly so neither the dependencies of initramfs-tools nor the scripts themselves are required to be installed inside the rootfs. due to the nature of our build process initramfs-tools and initramfs-tools-ubuntu-core get installed in the rootfs chroot before the chroot gets turned into a tarball. instead of doing it this way, initramfs-tools and all its dependencies should only be installed after tarball creation to run update-initramfs and create the initrd.img. this way we would not have any of the dependencies inside the rootfs tarball. implementing this setup will likely require some changes to seed management or the bootstrap process to not pull in initramfs-tools in the first place and additionally some scripting in the live-build/auto/build script in livecd-rootfs for the post processing and initrd generation. ** Affects: snappy Importance: Undecided Status: New ** Affects: livecd-rootfs (Ubuntu) Importance: Undecided Status: New ** Also affects: livecd-rootfs (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/1490107 Title: rootfs contains all initramfs dependencies and tools To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1490107/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem
the reason for no master playback volume/switch is master rename as master surround but no headphone playback volume/switch state.I82801AAICH { control.1 { iface MIXER name 'Master Surround Playback Switch' value.0 true value.1 true comment { access 'read write' type BOOLEAN count 2 } } control.2 { iface MIXER name 'Master Surround Playback Volume' value.0 17 value.1 17 comment { access 'read write' type INTEGER count 2 range '0 - 31' dbmin -4650 dbmax 0 dbvalue.0 -2100 dbvalue.1 -2100 } } static int patch_ad1888_specific(struct snd_ac97 *ac97) { if (!ac97->spec.ad18xx.lo_as_master) { /* rename 0x04 as "Master" and 0x02 as "Master Surround" */ snd_ac97_rename_vol_ctl(ac97, "Master Playback", "Master Surround Playback"); snd_ac97_rename_vol_ctl(ac97, "Headphone Playback", "Master Playback"); } return patch_build_controls(ac97, snd_ac97_ad1888_controls, ARRAY_SIZE(snd_ac97_ad1888_controls)); } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487168 Title: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1450066] Re: IPv6 hop limit set to 0
Since upstream has provided a fix for this issue, can someone please update the network-manager package so we don't have to jump through hoops to get IPv6 working? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450066 Title: IPv6 hop limit set to 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1450066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490108] [NEW] ubuntu-mate welcome shows steam twice
Public bug reported: To reproduce run ubuntu mate welcome click on software and then click on games. Then click hide proprietary software to check the box and then uncheck the box and steam displays twice. ubuntu-mate-welcome: Installed: 1.0.3 Candidate: 1.0.3 Version table: *** 1.0.3 0 500 http://us.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages 100 /var/lib/dpkg/status Description:Ubuntu Wily Werewolf (development branch) Release:15.10 I expected checking a box to hide proprietary actions and unchecking it to have no changed state other than when the box was checked. Instead I got steam to display twice while running ubuntu mate welcome. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: ubuntu-mate-welcome 1.0.3 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 CurrentDesktop: MATE Date: Sat Aug 29 00:44:16 2015 InstallationDate: Installed on 2015-08-29 (0 days ago) InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150829) PackageArchitecture: all ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-mate-welcome UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubuntu-mate-welcome (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490108 Title: ubuntu-mate welcome shows steam twice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-welcome/+bug/1490108/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1447251] Re: Window switcher freezes with 3 finger tap and hold
Same problem here - but the most frustrating thing is that I can't disable this three finger tapping switcher function -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447251 Title: Window switcher freezes with 3 finger tap and hold To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1447251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem
only virtualbox debug log can provide debug info about why emulated ich controller support multi channel case GLOB_CNT: 1470/* Global Control */ 1471*pu32 = pThis->glob_cnt; 1472LogFlowFunc(("glob_cnt -> %#x\n", *pu32)); 1473break; 1474case GLOB_STA: 1475/* Global Status */ 1476*pu32 = pThis->glob_sta | GS_S0CR; 1477LogFlowFunc(("glob_sta -> %#x\n", *pu32)); 1478break; 1600case GLOB_CNT: 1601/* Global Control */ 1602if (u32 & GC_WR) 1603ichac97WarmReset(pThis); 1604if (u32 & GC_CR) 1605ichac97ColdReset(pThis); 1606if (!(u32 & (GC_WR | GC_CR))) 1607pThis->glob_cnt = u32 & GC_VALID_MASK; 1608LogFlowFunc(("glob_cnt <- %#x (glob_cnt %#x)\n", u32, pThis->glob_cnt)); 1609break; 1610case GLOB_STA: 1611/* Global Status */ 1612pThis->glob_sta &= ~(u32 & GS_WCLEAR_MASK); 1613pThis->glob_sta |= (u32 & ~(GS_WCLEAR_MASK | GS_RO_MASK)) & GS_VALID_MASK; 1614LogFlowFunc(("glob_sta <- %#x (glob_sta %#x)\n", u32, pThis->glob_sta)); 1615break; https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/intel8x0.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487168 Title: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem
if (pbus->pcms[0].r[0].slots & (1 << AC97_SLOT_PCM_SLEFT)) { chip->multi4 = 1; if (pbus->pcms[0].r[0].slots & (1 << AC97_SLOT_LFE)) { chip->multi6 = 1; if (chip->ac97[0]->flags & AC97_HAS_8CH) chip->multi8 = 1; } } the alsa driver set chip->multi6 when slot have AC97_SLOT_LFE -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487168 Title: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490108] Re: ubuntu-mate welcome shows steam twice
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1490108 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490108 Title: ubuntu-mate welcome shows steam twice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-welcome/+bug/1490108/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1313292] Re: Keyboard layout changes not persistant
Still present in 15.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313292 Title: Keyboard layout changes not persistant To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1313292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100
** 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/1490110 Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1490110/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1312253] Re: Keyboard layout doesn't change permamently
Still present in 15.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312253 Title: Keyboard layout doesn't change permamently To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1312253/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490110] [NEW] package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100
Public bug reported: Error during do-releas-update -d from 15.04 ProblemType: Package DistroRelease: Ubuntu 15.10 Package: lxc 1.1.3-0ubuntu1 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.18-0ubuntu7 Architecture: amd64 Date: Sat Aug 29 10:13:04 2015 DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed post-installation script returned error exit status 100 ErrorMessage: subprocess installed post-installation script returned error exit status 100 InstallationDate: Installed on 2015-08-13 (15 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 SourcePackage: lxc Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100 UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago) defaults.conf: lxc.network.type = veth lxc.network.link = lxcbr0 lxc.network.flags = up lxc.network.hwaddr = 00:16:3e:xx:xx:xx ** Affects: lxc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package 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/1490110 Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1490110/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490113] [NEW] package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plu
Public bug reported: the error occurs during installation (kubuntu-desktop with dependency) ProblemType: Package DistroRelease: Ubuntu 15.10 Package: kaccounts-providers (not installed) ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 Date: Sat Aug 29 10:20:32 2015 DuplicateSignature: package:kaccounts-providers:(not installed):próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 ErrorMessage: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 InstallationDate: Installed on 2015-05-01 (119 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) RelatedPackageVersions: dpkg 1.18.2ubuntu3 apt 1.0.9.10ubuntu6 SourcePackage: kaccounts-providers Title: package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 UpgradeStatus: Upgraded to wily on 2015-08-18 (10 days ago) ** Affects: kaccounts-providers (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490113 Title: package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kaccounts-providers/+bug/1490113/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490108] Re: ubuntu-mate welcome shows steam twice
** Attachment added: "doublesteam.png" https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-welcome/+bug/1490108/+attachment/4454038/+files/doublesteam.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490108 Title: ubuntu-mate welcome shows steam twice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-welcome/+bug/1490108/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490112] [NEW] package kde-config-telepathy-accounts (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/services/google-im.service", który istnieje także w pakiecie
Public bug reported: the error occurs during installation (kubuntu-desktop with dependency) ProblemType: Package DistroRelease: Ubuntu 15.10 Package: kde-config-telepathy-accounts (not installed) ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 Date: Sat Aug 29 10:20:02 2015 DuplicateSignature: package:kde-config-telepathy-accounts:(not installed):próba nadpisania "/usr/share/accounts/services/google-im.service", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 ErrorMessage: próba nadpisania "/usr/share/accounts/services/google-im.service", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 InstallationDate: Installed on 2015-05-01 (119 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) RelatedPackageVersions: dpkg 1.18.2ubuntu3 apt 1.0.9.10ubuntu6 SourcePackage: ktp-accounts-kcm Title: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/services/google-im.service", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 UpgradeStatus: Upgraded to wily on 2015-08-18 (10 days ago) ** Affects: ktp-accounts-kcm (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490112 Title: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/services /google-im.service", który istnieje także w pakiecie account-plugin- google 0.12+15.10.20150723-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1490112/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490114] [NEW] address autocompletion not working anymore after upgrade to 38.2.0
Public bug reported: SInce the upgrade of thunderbird 38.2.0 has been installed on my systeme, I am unable to use email address autocompletion. I verified my address books they are OK. I verified i see address book entries in the sidebar of the new message windows. I verified which address book is selection for autocompletion in the autocompletion option. Even selecting all address books does not fix the problem. symptom : start a new message to write go to To: field start typing an address nothing happens the field is completely dead. before upgrade the field did autocompletion. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: thunderbird 1:38.2.0+build1-0ubuntu0.15.04.1 ProcVersionSignature: Ubuntu 3.19.0-26.28-lowlatency 3.19.8-ckt4 Uname: Linux 3.19.0-26-lowlatency x86_64 AddonCompatCheckDisabled: False ApportVersion: 2.17.2-0ubuntu1.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: pascal 3565 F pulseaudio /dev/snd/controlC1: pascal 3565 F pulseaudio BuildID: 20150818212443 Channel: Unavailable CurrentDesktop: KDE Date: Sat Aug 29 10:19:07 2015 ForcedLayersAccel: False IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback IncompatibleExtensions: Français Language Pack - langpack...@thunderbird.mozilla.org English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd} InstallationDate: Installed on 2015-01-03 (238 days ago) InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IpRoute: default via 192.168.0.254 dev eth0 proto static metric 1024 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.1 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 MostRecentCrashID: bp-0212583c-684c-46fa-8d98-f7a632150629 Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so (google-talkplugin) Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so (google-talkplugin) IcedTea-Web Plugin (using IcedTea-Web 1.5.2 (1.5.2-1ubuntu2)) - /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so (icedtea-7-plugin) PrefSources: prefs.js [Profile]/extensions/{efcbec50-6821-11db-bd13-0800200c9a66}/defaults/preferences/prefs.js [Profile]/extensions/{3dcf3762-4cda-4fd2-be13-13b9a10769fd}.xpi:defaults/preferences.js [Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js Profiles: Profile0 (Default) - LastVersion=38.2.0/20150818212443 (In use) RelatedPackageVersions: google-talkplugin 5.41.0.0-1 icedtea-7-plugin 1.5.2-1ubuntu2 RfKill: RunningIncompatibleAddons: True SourcePackage: thunderbird SubmittedCrashIDs: bp-0212583c-684c-46fa-8d98-f7a632150629 bp-6015c29f-c15a-4b27-a660-7d5342150519 UpgradeStatus: Upgraded to vivid on 2015-04-23 (127 days ago) dmi.bios.date: 10/03/2008 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 6.00 PG dmi.board.name: i965GMx-IF dmi.board.vendor: AOpen dmi.board.version: 558EX10I690 dmi.chassis.type: 3 dmi.chassis.vendor: AOpen dmi.chassis.version: i965GMx-IF dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/03/2008:svnAOpen:pni965GMx-IF:pvrAO1JW:rvnAOpen:rni965GMx-IF:rvr558EX10I690:cvnAOpen:ct3:cvri965GMx-IF: dmi.product.name: i965GMx-IF dmi.product.version: AO1JW dmi.sys.vendor: AOpen ** Affects: thunderbird (Ubuntu) Importance: Undecided Status: Invalid ** Tags: amd64 apport-bug vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490114 Title: address autocompletion not working anymore after upgrade to 38.2.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1490114/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490113] Re: package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugi
** 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/1490113 Title: package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/providers/google.provider", który istnieje także w pakiecie account-plugin-google 0.12+15.10.20150723-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kaccounts-providers/+bug/1490113/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490115] [NEW] build a fully generic initrd.img without modules
Public bug reported: currently our initrd.img on snappy contains modules and is not very generic, this makes porting and maintaining the device tarball harder than it should be, adds massively to the size of the initrd (which the bootloader needs to load into ram during boot, requiring more ram and causing slower boot times if the size is bigger by several megabytes due to the modules) and duplicates the existing modules in the rootfs under /lib/modules. our initrd should be generic enough that a porter or maintainer of a port does not need to make changes to it for updates of kernel or modules but can just use the binary initrd.img file without modifications. to not duplicate the modules we should instead ship a "modules.img" file in /boot/$bootloader/a|b/ that the initrd can loop mount on startup. this has the advantage of having all modules readily available immediately without duplicating any of them and without having to maintain a list of which of them have to be shipped inside the initrd. once the rootfs partition is mounted the loop mounted img file gets relocated to ${rootmount}/lib/modules via a "mount --move" command call and gets used as usual in the running rootfs. in case we consider making squashfs built into the kernel a requirement, the modules.img file could be a squashfs which could additionally reduce our disk footprint. implementing the above should only require a few minimal changes to the existing initramfs scripts and some re-consideration of the partition size for /boot (plus some changes to the device-tarball/kernel-snap build instructions how to generate the modules.img) ** Affects: snappy Importance: Undecided Status: New ** Affects: initramfs-tools-ubuntu-core (Ubuntu) Importance: Undecided Status: New ** Package changed: livecd-rootfs (Ubuntu) => snappy ** Also affects: livecd-rootfs (Ubuntu) Importance: Undecided Status: New ** Package changed: livecd-rootfs (Ubuntu) => initramfs-tools-ubuntu- core (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490115 Title: build a fully generic initrd.img without modules To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1490115/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490114] Re: address autocompletion not working anymore after upgrade to 38.2.0
problem fixed by upgrading 'moreaddressbook' plugin. ** Changed in: thunderbird (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490114 Title: address autocompletion not working anymore after upgrade to 38.2.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1490114/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem
I'll attempt to describe the patterns and symptoms I am noticing and with a subsequent email attach ScreenShot files to support those observations. With this latest round of testing the Ubuntu 15.10 daily drops, most of the distributions are behaving correctly in that Volume Slider does control volume levels correctly adjusting channels Master and PCM. alsamixer reports Card: Intel 82801AA-ICH Chip: Sigmatel STAC9700,83,84 The two distributions I am having problems with is. Distribution: Lubuntu 15.10 *Volume Slider Controls Master Only and Not PCM.* alsamixer reports same Card and Chip information as above however the Volume Slider Distribution: Mate 15.10(Had Not Previously tried this Distribution) Volume Slider Only Controlling PCM and Not Master This Symptom was common in the previous testing when more distributions were effected however I am not sure that the Chip identified below was the same in those past tests. alsamixer reports Card: Intel 82801AA-ICH Chip: *Analog Devices AD1980* On my next update, I will attach all of the Screenshots and Vbox Logfiles for the failing machines. On Sat, Aug 29, 2015 at 2:55 AM, Raymond <1487...@bugs.launchpad.net> wrote: > the reason for no master playback volume/switch is > > master rename as master surround but no headphone playback volume/switch > > state.I82801AAICH { > control.1 { > iface MIXER > name 'Master Surround Playback Switch' > value.0 true > value.1 true > comment { > access 'read write' > type BOOLEAN > count 2 > } > } > control.2 { > iface MIXER > name 'Master Surround Playback Volume' > value.0 17 > value.1 17 > comment { > access 'read write' > type INTEGER > count 2 > range '0 - 31' > dbmin -4650 > dbmax 0 > dbvalue.0 -2100 > dbvalue.1 -2100 > } > } > > > static int patch_ad1888_specific(struct snd_ac97 *ac97) > { > if (!ac97->spec.ad18xx.lo_as_master) { > /* rename 0x04 as "Master" and 0x02 as "Master Surround" */ > snd_ac97_rename_vol_ctl(ac97, "Master Playback", > "Master Surround Playback"); > snd_ac97_rename_vol_ctl(ac97, "Headphone Playback", > "Master Playback"); > } > return patch_build_controls(ac97, snd_ac97_ad1888_controls, > ARRAY_SIZE(snd_ac97_ad1888_controls)); > } > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1487168 > > Title: > [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider > problem > > Status in alsa-driver package in Ubuntu: > Invalid > Status in virtualbox package in Ubuntu: > Confirmed > > Bug description: > Volume Slider is only controlling PCM channel and is not controlling > Master. In effect, Master is restricting the audio level to the > default of approximately 45 Percent. In order to raise the Master > Volume Level, alsamixer is capable of changing Master. Without > manually raising Master to Max Volume, Volume Slider can only control > volume from 0-45% which is the default level of Master. > > Description: Ubuntu Wily Werewolf (development branch) > Release: 15.10 > > ProblemType: Bug > DistroRelease: Ubuntu 15.10 > Package: alsa-base 1.0.25+dfsg-0ubuntu5 > ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 > Uname: Linux 4.1.0-3-generic x86_64 > ApportVersion: 2.18-0ubuntu7 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: gene 1330 F pulseaudio > gene 1922 F alsamixer > CurrentDesktop: Unity > Date: Thu Aug 20 13:00:57 2015 > InstallationDate: Installed on 2015-08-19 (1 days ago) > InstallationMedia: Edubuntu 15.10 "Wily Werewolf" - Alpha amd64 > (20150819) > PackageArchitecture: all > SourcePackage: alsa-driver > Symptom: audio > Symptom_Card: Built-in Audio - Intel 82801AA-ICH > Symptom_Type: Volume slider, or mixer problems > Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem > UpgradeStatus: No upgrade log present (probably fresh install) > dmi.bios.date: 12/01/2006 > dmi.bios.vendor: innotek GmbH > dmi.bios.version: VirtualBox > dmi.board.name: VirtualBox > dmi.board.vendor: Oracle Corporation > dmi.board.version: 1.2 > dmi.chassis.type: 1 > dmi.chassis.vendor: Oracle Corporation > dmi.modalias: > dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:p
[Bug 1490112] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/services/google-im.service", który istnieje także w pakiecie ac
** 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/1490112 Title: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: próba nadpisania "/usr/share/accounts/services /google-im.service", który istnieje także w pakiecie account-plugin- google 0.12+15.10.20150723-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1490112/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1483914] Re: libreoffice-style-elementary as alternate to libreoffice-style-human
** Bug watch added: Document Foundation Bugzilla #92458 https://bugs.documentfoundation.org/show_bug.cgi?id=92458 ** Also affects: df-libreoffice via https://bugs.documentfoundation.org/show_bug.cgi?id=92458 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483914 Title: libreoffice-style-elementary as alternate to libreoffice-style-human To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1483914/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 586910]
Verified on M20150826-1000 Linux x86 32bit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/586910 Title: Java editor view has no focus after double-clicking a java file To manage notifications about this bug go to: https://bugs.launchpad.net/eclipse-eclipsers/+bug/586910/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1435706] Re: DevLossTO, FastIoFailTO settings do not match multipath.conf expected values
Ok, so I did some more testing. It appears that the problem isn't specific to the dev_loss_tmo and fast_io_fail_tmo setting. This is evidenced by the terminal log below. In multipath.conf (which we know for certain is being read, as the created multipath map gets the correct alias), I instruct it to use the ALUA hardware handler for all devices. However, for some reason, this is ignored, and the EMC hardware handler is used instead: = root@ucstest-osl2:~# cat /etc/multipath.conf devices { device { vendor ".*" product ".*" hardware_handler "1 alua" } } multipaths { multipath { wwid 3600601603a71320022967e0a1f38e411 alias bootvolume } } root@ucstest-osl2:~# multipath -v 2 create: bootvolume (3600601603a71320022967e0a1f38e411) undef DGC,VRAID size=50G features='1 queue_if_no_path' hwhandler='1 emc' wp=undef |-+- policy='round-robin 0' prio=1 status=undef | |- 0:0:0:0 sda 8:0 undef ready running | `- 1:0:1:0 sdd 8:48 undef ready running `-+- policy='round-robin 0' prio=0 status=undef |- 0:0:1:0 sdb 8:16 undef ready running `- 1:0:0:0 sdc 8:32 undef ready running = This does *NOT* happen on RHEL-based distros - on those, changing the hardware_handler in multipath.conf in this way works as expected. So why does it use the EMC hardware_handler? Well, there's a built-in default device section that matches the array in question. So this appears to override my user-specified config from multipath.conf: = root@ucstest-osl2:~# multipathd -k'show config' | grep -B10 -A4 '1 emc' device { vendor "DGC" product ".*" product_blacklist "LUNZ" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector round-robin 0 path_checker emc_clariion checker emc_clariion features "1 queue_if_no_path" hardware_handler "1 emc" prio emc failback immediate no_path_retry 60 } = If I copy the entire default device config into /etc/multipath.conf and only change the hardware_handler setting, then it starts working: = root@ucstest-osl2:~# cat /etc/multipath.conf devices { device { vendor "DGC" product ".*" product_blacklist "LUNZ" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker emc_clariion checker emc_clariion features "1 queue_if_no_path" hardware_handler "1 alua" prio emc failback immediate no_path_retry 60 } } multipaths { multipath { wwid 3600601603a71320022967e0a1f38e411 alias bootvolume } } root@ucstest-osl2:~# multipath -v 2 create: bootvolume (3600601603a71320022967e0a1f38e411) undef DGC,VRAID size=50G features='1 queue_if_no_path' hwhandler='1 alua' wp=undef |-+- policy='round-robin 0' prio=1 status=undef | |- 0:0:0:0 sda 8:0 undef ready running | `- 1:0:1:0 sdd 8:48 undef ready running `-+- policy='round-robin 0' prio=0 status=undef |- 0:0:1:0 sdb 8:16 undef ready running `- 1:0:0:0 sdc 8:32 undef ready running = It would appear that for some reason, in order to override default device settings in Ubuntu there must be an *exact* string match between the user-supplied «vendor» and «product» settings. If I change e.g. «product» in multipath.conf to ".*.*", then it starts using the built-in defaults again, ignoring multipath.conf. I consider this behaviour very dangerous - consider that if the admin has a working config (due to exact matching vendor/product settings), and then the package gets updated and extends the built-in defaults to incorporate some new model matching the same profile/settings). At this point the admin's working config will stop being used, possibly causing disruptive problems. I therefore strongly suggest you figure out why it behaves differently in Ubuntu and RHEL, and adopt the RHEL behaviour which really is the only sensible one. In any case, now that I know how to ensure my multipath.conf settings are being used, I re-tried adding dev_loss_tmo and fast_io_fail_tmo, but it still doesn't work: = root@ucstest-osl2:~# cat /etc/multipath.conf devices { device { vendor "DGC" product ".*" product_blacklist "LUNZ" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker emc_clariion checker emc_clar
[Bug 1085526]
Nice work. Some small things that need fixing. the cmake way of using pkgconfig is very simple, see ./cmake/modules/FindGTK.cmake for example You need to free more Objects, every time you do a get object an object you have to free it, e.g. in countSignatures you need to free fields, f, type, obj1 The indentation is a bit broken, i know poppler indentation (2 soft spaces, 8 hard tabs) is a crazy, but at least it'd be cool if your own functions were consistent, in validateSignature you mix tabs and spaces. Also running valgrind it shows some memory leaks, one example ==27912==by 0x657248F: CERT_NewTempCertificate (in /usr/lib/x86_64-linux-gnu/libnss3.so) ==27912==by 0x4F9C4A1: SignatureHandler::CMS_SignedDataCreate(NSSCMSMessageStr*) (SignatureHandler.cc:172) ==27912==by 0x4F9C561: SignatureHandler::SignatureHandler(unsigned char*, int) (SignatureHandler.cc:122) ==27912==by 0x4F9383F: PDFDoc::validateSignature(int, bool) (PDFDoc.cc:534) The file in https://bugs.kde.org/attachment.cgi?id=91442 aborts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1085526 Title: ubuntu pdf doc viewer will not let me sign a document To manage notifications about this bug go to: https://bugs.launchpad.net/poppler/+bug/1085526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1085526]
Created attachment 117885 PDF signature verification using NSS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1085526 Title: ubuntu pdf doc viewer will not let me sign a document To manage notifications about this bug go to: https://bugs.launchpad.net/poppler/+bug/1085526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1085526]
Sorry for the long absence and here's another attempt at solving this issue. I just attached a patch developed by me and André Esser which adds signature verification support to poppler core and the glib frontend. It uses the NSS CMS API for the crypto operations (signature and certificate Validations). 4 new functions were added at the glib wrapper level: poppler_document_is_signed poppler_document_signature_validate poppler_document_signature_get_time poppler_document_signature_get_signername We added a new test utility for this feature in utils/pdfsigverify and exposed the number of signatures in poppler-glib-demo. The trusted certificate issue for Linux systems is tackled in the following way: we try to load the NSS certificate DB in the default Firefox profile and if that fails we try to load certificates from the standard directory /etc/pki/nssdb which may or may not be populated depending on the distro setup. We're obviously open to suggestions in this area. Current limitation: - The CMake changes we're not done yet so Autotools build is required for now (we couldn't find an easy/clean way to find the NSS dependency using CMake) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1085526 Title: ubuntu pdf doc viewer will not let me sign a document To manage notifications about this bug go to: https://bugs.launchpad.net/poppler/+bug/1085526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490117] [NEW] High cpu usage from gnome-shell with no open softwares
Public bug reported: Gnome-shell shows high CUP usage after using my computer for a while. Even though I close all the programs that were running it still use between 80-100% from CPU power I asked on ubuntu-gnome mailing list and I was directed to open a bug report. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: gnome-shell 3.14.4-0ubuntu1 ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4 Uname: Linux 3.19.0-26-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.3 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 29 11:45:47 2015 DisplayManager: gdm EcryptfsInUse: Yes GsettingsChanges: b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'" InstallationDate: Installed on 2015-06-06 (84 days ago) InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 (20150422) JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit code 1: No journal files were found. SourcePackage: gnome-shell UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490117 Title: High cpu usage from gnome-shell with no open softwares To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1490117/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 740506]
Sorry for the long absence and here's another attempt at solving this issue. I just attached a patch developed by me and André Esser which adds signature verification support to poppler core and the glib frontend. It uses the NSS CMS API for the crypto operations (signature and certificate Validations). 4 new functions were added at the glib wrapper level: poppler_document_is_signed poppler_document_signature_validate poppler_document_signature_get_time poppler_document_signature_get_signername We added a new test utility for this feature in utils/pdfsigverify and exposed the number of signatures in poppler-glib-demo. The trusted certificate issue for Linux systems is tackled in the following way: we try to load the NSS certificate DB in the default Firefox profile and if that fails we try to load certificates from the standard directory /etc/pki/nssdb which may or may not be populated depending on the distro setup. We're obviously open to suggestions in this area. Current limitation: - The CMake changes we're not done yet so Autotools build is required for now (we couldn't find an easy/clean way to find the NSS dependency using CMake) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740506 Title: verify digital signatures To manage notifications about this bug go to: https://bugs.launchpad.net/evince/+bug/740506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 740506]
Nice work. Some small things that need fixing. the cmake way of using pkgconfig is very simple, see ./cmake/modules/FindGTK.cmake for example You need to free more Objects, every time you do a get object an object you have to free it, e.g. in countSignatures you need to free fields, f, type, obj1 The indentation is a bit broken, i know poppler indentation (2 soft spaces, 8 hard tabs) is a crazy, but at least it'd be cool if your own functions were consistent, in validateSignature you mix tabs and spaces. Also running valgrind it shows some memory leaks, one example ==27912==by 0x657248F: CERT_NewTempCertificate (in /usr/lib/x86_64-linux-gnu/libnss3.so) ==27912==by 0x4F9C4A1: SignatureHandler::CMS_SignedDataCreate(NSSCMSMessageStr*) (SignatureHandler.cc:172) ==27912==by 0x4F9C561: SignatureHandler::SignatureHandler(unsigned char*, int) (SignatureHandler.cc:122) ==27912==by 0x4F9383F: PDFDoc::validateSignature(int, bool) (PDFDoc.cc:534) The file in https://bugs.kde.org/attachment.cgi?id=91442 aborts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740506 Title: verify digital signatures To manage notifications about this bug go to: https://bugs.launchpad.net/evince/+bug/740506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 740506]
Created attachment 117885 PDF signature verification using NSS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740506 Title: verify digital signatures To manage notifications about this bug go to: https://bugs.launchpad.net/evince/+bug/740506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem
Attempting to attached two zip files. First logs and Screenshots from Lubuntu 15.10 Distribution. Second is Logs and screenshots from Mate 15.10. On Sat, Aug 29, 2015 at 3:11 AM, Raymond <1487...@bugs.launchpad.net> wrote: > if (pbus->pcms[0].r[0].slots & (1 << AC97_SLOT_PCM_SLEFT)) { > chip->multi4 = 1; > if (pbus->pcms[0].r[0].slots & (1 << AC97_SLOT_LFE)) { > chip->multi6 = 1; > if (chip->ac97[0]->flags & AC97_HAS_8CH) > chip->multi8 = 1; > } > } > > the alsa driver set chip->multi6 when slot have AC97_SLOT_LFE > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1487168 > > Title: > [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider > problem > > Status in alsa-driver package in Ubuntu: > Invalid > Status in virtualbox package in Ubuntu: > Confirmed > > Bug description: > Volume Slider is only controlling PCM channel and is not controlling > Master. In effect, Master is restricting the audio level to the > default of approximately 45 Percent. In order to raise the Master > Volume Level, alsamixer is capable of changing Master. Without > manually raising Master to Max Volume, Volume Slider can only control > volume from 0-45% which is the default level of Master. > > Description: Ubuntu Wily Werewolf (development branch) > Release: 15.10 > > ProblemType: Bug > DistroRelease: Ubuntu 15.10 > Package: alsa-base 1.0.25+dfsg-0ubuntu5 > ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 > Uname: Linux 4.1.0-3-generic x86_64 > ApportVersion: 2.18-0ubuntu7 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: gene 1330 F pulseaudio > gene 1922 F alsamixer > CurrentDesktop: Unity > Date: Thu Aug 20 13:00:57 2015 > InstallationDate: Installed on 2015-08-19 (1 days ago) > InstallationMedia: Edubuntu 15.10 "Wily Werewolf" - Alpha amd64 > (20150819) > PackageArchitecture: all > SourcePackage: alsa-driver > Symptom: audio > Symptom_Card: Built-in Audio - Intel 82801AA-ICH > Symptom_Type: Volume slider, or mixer problems > Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem > UpgradeStatus: No upgrade log present (probably fresh install) > dmi.bios.date: 12/01/2006 > dmi.bios.vendor: innotek GmbH > dmi.bios.version: VirtualBox > dmi.board.name: VirtualBox > dmi.board.vendor: Oracle Corporation > dmi.board.version: 1.2 > dmi.chassis.type: 1 > dmi.chassis.vendor: Oracle Corporation > dmi.modalias: > dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr: > dmi.product.name: VirtualBox > dmi.product.version: 1.2 > dmi.sys.vendor: innotek GmbH > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions > ** Attachment added: "U1510LUDLY Alsamixer After First Boot Slider Maxed Fails to Alter PCM.png.zip" https://bugs.launchpad.net/bugs/1487168/+attachment/4454070/+files/U1510LUDLY%20Alsamixer%20After%20First%20Boot%20Slider%20Maxed%20Fails%20to%20Alter%20PCM.png.zip ** Attachment added: "U1510MateDly Alsamixer After First Boot Slider Maxed Alsamixer Corrections to Master.png.zip" https://bugs.launchpad.net/bugs/1487168/+attachment/4454071/+files/U1510MateDly%20Alsamixer%20After%20First%20Boot%20Slider%20Maxed%20Alsamixer%20Corrections%20to%20Master.png.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487168 Title: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1483914] Re: libreoffice-style-elementary as alternate to libreoffice-style-human
Launchpad has imported 5 comments from the remote bug at https://bugs.documentfoundation.org/show_bug.cgi?id=92458. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. On 2015-06-30T13:40:42+00:00 Adolfo Jayme wrote: The “Human” theme is so named because it is derived from Humanity, an icon theme originally developed for Ubuntu as a derivation of the original elementary theme. Nowadays, this LibreOffice theme is unmaintained, highly incomplete, and visually obsolete. The Shimmer Project (known for Xubuntu and the Numix GTK+ theme) is creating an updated icon theme, based on Human, but including the newest elementary icons as well as creating original new ones. @Michael: I added you to the CC list because of a licensing question: Simon, one of the Shimmer Project developers, asked me if it is necessary to put together a list of the individual icons and their license (à la icon-themes/human/CopyrightsHuman). [1] Based on what I understand of [2], that would mean “attribution bloat”, right? - [1]: https://github.com/shimmerproject/libreoffice-style-elementary/issues/1#issuecomment-117154479 [2]: https://wiki.documentfoundation.org/License_Policy Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1483914/comments/0 On 2015-06-30T15:00:25+00:00 Michael-meeks-1 wrote: Sigh - if we can possibly avoid it - I'd -really- prefer to avoid having masses of copies of new licenses with un-necessary individual (or corporate) copyright claims in them. Then again - if you're going to do the work - its good to poke Andras with the changes to the license language you want. Of course - crediting the authors of the icons is best done by people committing them to git and getting credited in our credit page - that's something we're enthusiastic about =) Does that help ? either way upgrading Human sounds sensible to me if people want to work on that. Thanks ! Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1483914/comments/1 On 2015-07-03T20:19:31+00:00 Jay wrote: Though the human theme isnt bundled by default with libreoffice, it is the default icon theme used for LO in Ubuntu and its flavours, except Kubuntu, so i'd assume it would be good to make sure that Canonical doesnt have an issue with this. I believe Ubuntu uses the human theme as its default icon theme for its unity desktop, so it maybe important to them to keep that consistency. CCing Bjoern for his thoughts. During my work on tango, i have copied a few of human icons into tango that looked suitable, when tango was falling back on industrial or galaxy. Human should really be falling back on tango rather than industrial with the amount of improvements that are going into tango. Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1483914/comments/2 On 2015-07-03T20:54:37+00:00 Björn Michaelsen wrote: (In reply to Yousuf (Jay) Philips from comment #2) > Though the human theme isnt bundled by default with libreoffice, it is the > default icon theme used for LO in Ubuntu and its flavours, except Kubuntu, > so i'd assume it would be good to make sure that Canonical doesnt have an > issue with this. Right. I would really not enjoy killing the Human theme, as likely it would just mean that I would need to carry it as a cumbersome vendor patch anyway, just creating lots of pointless work along the way. What is the point/goal of this anyway? The human theme can be turned off by a configure switch and IIRC isnt even enabled by default. If the goal is to make Ubuntu ship a different default, this certainly isnt the way towards that goal (see above). If you want a different default in Ubuntu, the way to go about that is filing a request on launchpad at Ubuntu and get that nodded of by Ubuntus design team. (As a general note this bug doesnt seem to be too well scoped: it describes no clear goal and mixes too many things: removing themes, adding themes, changing defaults with the latter being off-topic here beyond TDF builds.) Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1483914/comments/3 On 2015-07-05T06:25:22+00:00 Adolfo Jayme wrote: @Björn: Honestly, Canonical’s design team is so embroiled in the phone project that they would ignore my bug report anyway. I’m dropping the Human theme from this to make you more comfortable. Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1483914/comments/4 ** Changed in: df-libreoffice
[Bug 84880] Re: firefox uploads files with wrong mimetype
I found a fix for the issue. While I am not sure what is causing it (firefox or ubuntu) the problem is in the "mimeTypes.rdf". delete the file while firefox is not running and the problem is gone. Whenever firefox downloads a file with a wrong mimetype it will record the broken mimetime along the file extension in that file and use that again when uploading files. This is contagious, once a download is done with a bad type it is persisted and will be used for an upload, if the remote site keeps the mimetype from the upload and uses that when sending the file to the next user with firefox it will record it in that users mimetypes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/84880 Title: firefox uploads files with wrong mimetype To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/84880/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490125] [NEW] Icon 'notification-nm-device-wired' not present in theme ubuntu-mono-dark
Public bug reported: jouralctl has logged : org.freedesktop.Notifications[901]: loading icon 'notification-nm- device-wired' caused error: 'Icon 'notification-nm-device-wired' not present in theme ubuntu-mono-dark ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: ubuntu-mono 14.04+15.10.20150813-0ubuntu1 ProcVersionSignature: Ubuntu 4.2.0-6.6-generic 4.2.0-rc8 Uname: Linux 4.2.0-6-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.18-0ubuntu8 Architecture: i386 CurrentDesktop: GNOME Date: Sat Aug 29 11:57:38 2015 PackageArchitecture: all SourcePackage: ubuntu-themes UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubuntu-themes (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 third-party-packages wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490125 Title: Icon 'notification-nm-device-wired' not present in theme ubuntu-mono- dark To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1490125/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1314780] Re: Full screen between xorg and VMWare-Workstation
Still a bug on 15.04 vmware workstation 11 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1314780 Title: Full screen between xorg and VMWare-Workstation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1314780/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime
Maybe installing TLP is a workaround? http://askubuntu.com/questions/285434/is-there-a-power-saving- application-similar-to-jupiter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/59695 Title: High frequency of load/unload cycles on some hard disks may shorten lifetime To manage notifications about this bug go to: https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490129] [NEW] package xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 failed to install/upgrade: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xs
Public bug reported: Error messages appears right after Login/Boot ProblemType: Package DistroRelease: Ubuntu 14.04 Package: xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 ProcVersionSignature: Ubuntu 3.19.0-26.28~14.04.1-generic 3.19.8-ckt4 Uname: Linux 3.19.0-26-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.12 Architecture: amd64 Date: Sat Aug 29 12:00:34 2015 DpkgTerminalLog: Vorbereitung zum Entpacken von .../xserver-xorg-core-lts-vivid_2%3a1.17.1-0ubuntu3~trusty1_amd64.deb ... Entpacken von xserver-xorg-core-lts-vivid (2:1.17.1-0ubuntu3~trusty1) ... dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/xserver-xorg-core-lts-vivid_2%3a1.17.1-0ubuntu3~trusty1_amd64.deb (--unpack): Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist DuplicateSignature: package:xserver-xorg-core-lts-vivid:2:1.17.1-0ubuntu3~trusty1:Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist ErrorMessage: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist InstallationDate: Installed on 2014-04-22 (493 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) RelatedPackageVersions: dpkg 1.17.5ubuntu5.4 apt 1.0.1ubuntu2.10 SourcePackage: xorg-server-lts-vivid Title: package xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 failed to install/upgrade: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: xorg-server-lts-vivid (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package third-party-packages trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490129 Title: package xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 failed to install/upgrade: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server-lts-vivid/+bug/1490129/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1458327] Re: Compiz on Ubuntu Mate 15.04 fails on DELL XPS 13 (9343) with external monitor
Also reproduced in Asus X200MA-KX242D :( $ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e) Only one workaround found: connect external monitor via HDMI, switch to terminal (for example, Ctrl+Alt+F6) and restart lightdm (sudo /etc/init.d/lightdm restart). After it, both monitors working. But if you will try to change some monitor settings of internal or external monitor - you will receive black screens again and should be repeat workaround. System - Ubuntu Mate 15.04 x64, Mate 1.8.2, Compiz 0.9.12.1, Kernel - 3.19.0-26-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458327 Title: Compiz on Ubuntu Mate 15.04 fails on DELL XPS 13 (9343) with external monitor To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1458327/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490129] Re: package xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 failed to install/upgrade: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xser
** 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/1490129 Title: package xserver-xorg-core-lts-vivid 2:1.17.1-0ubuntu3~trusty1 failed to install/upgrade: Versuch, »/usr/lib/xorg/modules/libglamoregl.so« zu überschreiben, welches auch in Paket xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 ist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server-lts-vivid/+bug/1490129/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 951143] Re: [Asus eeepc 1225B] Suspend and hibernate not working
System can't activate AUX port at suspend. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951143 Title: [Asus eeepc 1225B] Suspend and hibernate not working To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/951143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490130] [NEW] Elantech touchpad stops working after suspend
Public bug reported: i have asus a455ld i5 5200u running kubuntu 15.04 with kernel 4.0.8-040008-generic. touchpad is recognized as elantech version 4. everything was fine until my notebook go to suspend and resume without touchpad working. I tried : modprobe -r psmouse modprobe psmouse it only work before suspend. execute those commands after resume from suspend is not working. the last thing i tried is this. when i use this command before suspend : insmod /lib/modules/4.0.8-040008-generic/kernel/drivers/input/mouse/psmouse.ko these appear in the dmesg: [ 820.207105] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x381f00) [ 820.70] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e. [ 820.294698] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input146 but when i use the command after suspend, there is nothing any output in the dmesg. i tried all ubuntu varian and opensuse 13.2 live usb, the result is the same. but in windows 10, touchpad still active after suspend. ** Affects: linux (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/1490130 Title: Elantech touchpad stops working after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207473] Re: Screen brightness double level changes on Dell laptops
Is this a HAL problem? It's still a problem in 14.04 LTS... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/207473 Title: Screen brightness double level changes on Dell laptops To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/207473/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1484096] Re: feel++: FTBFS in wily
package removed from the release pocket ** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484096 Title: feel++: FTBFS in wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/feel++/+bug/1484096/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1446557] Re: sweethome3d couldn't start: Exception in thread "AWT-EventQueue-0" java.util.ServiceConfigurationError: javax.imageio.spi.ImageWriterSpi: Provider org.freehep.graphicsio.raw.RawImage
Launching the program with the following command line works correctly: export JAVA_TOOL_OPTIONS=""; sweethome3 JAVA_TOOL_OPTIONS was set to "-javaagent:/usr/share/java/jayatanaag.jar", but I couldn't find where this environment variable is set. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446557 Title: sweethome3d couldn't start: Exception in thread "AWT-EventQueue-0" java.util.ServiceConfigurationError: javax.imageio.spi.ImageWriterSpi: Provider org.freehep.graphicsio.raw.RawImageWriterSpi not found To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sweethome3d/+bug/1446557/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1477342] Re: Data network not reconnecting
On my Meizu (15.04 r4) I note that when I arrive home my wifi does not reconnect to my access point. It seems that the phone rescans only the 2.4GHz network (as I see those in the list), however the 5GHz shows still the access points I had at the office. As a result the phone thinks it is still connected to the office access point. This seems like bug 2 above, except the problem is only with 5GHz. Turning off/on wifi obviously solves the problem, as this forces a network scan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477342 Title: Data network not reconnecting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1477342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489991] Re: Sync cpustat 0.01.23-1 (universe) from Debian unstable (main)
Just to note that cpustat has been a useful low-power CPU measuring tool used to help track down power related issues on phone and tablet projects over the past 18+ months or so and is a useful tool to include into Wily for the phone enablement work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489991 Title: Sync cpustat 0.01.23-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1489991/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489991] Re: Sync cpustat 0.01.23-1 (universe) from Debian unstable (main)
See also: http://kernel.ubuntu.com/~cking/cpustat/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489991 Title: Sync cpustat 0.01.23-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1489991/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490132] [NEW] Cannot boot with linux-image-extra-3.13.0-62-generic
Public bug reported: Since I upgraded to linux-image-extra-3.13.0-62-generic, my personal machine is not able to boot any longer. I have to choose Advanced Options and boot with the 3.13.0-61 kernel. I have no idea what is wrong at this stage. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-61-generic 3.13.0-61.100 ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22 Uname: Linux 3.13.0-61-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.14.1-0ubuntu3.12 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: frederik 2780 F pulseaudio /dev/snd/controlC0: frederik 2780 F pulseaudio CurrentDesktop: Unity Date: Sat Aug 29 12:44:01 2015 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=53890464-2f0d-418d-8ce0-fbfce47e874d InstallationDate: Installed on 2014-04-18 (497 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic root=UUID=cd3b301a-86ec-4f7f-8e9a-9cd1081d8bbd ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-61-generic N/A linux-backports-modules-3.13.0-61-generic N/A linux-firmware 1.127.15 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-04-19 (497 days ago) dmi.bios.date: 01/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.00 dmi.board.name: FM2A88M Extreme4+ dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.00:bd01/17/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A88MExtreme4+:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490132 Title: Cannot boot with linux-image-extra-3.13.0-62-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490132/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1393794] Re: xul-ext-gdata-provider contains outdated non-working version of Provider for Google Calendar
xul-ext-gdata-provider 1:38.2.0+build1-0ubuntu0.14.04.1 comes with "Provider for Google Calendar 1.9" (even though 1.0.4 is the latest available on addons.mozilla.org at the moment of typing). This version works again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393794 Title: xul-ext-gdata-provider contains outdated non-working version of Provider for Google Calendar To manage notifications about this bug go to: https://bugs.launchpad.net/thunderbird/+bug/1393794/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490132] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (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/1490132 Title: Cannot boot with linux-image-extra-3.13.0-62-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490132/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490133] [NEW] add distinct feedback for unsupported third party packages
Public bug reported: Currently there's no way (at least based on `man apport-bug`) to tell if apport failed due to an unexpected exception or refused to submit data because the package it was supposed to create a bug report for is a third party package. Afaik, `man apport-bug` doesn't clearly mention the major limitation of `apport-bug` which is not to support third party PPA packages at all. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: apport 2.17.2-0ubuntu1.3 Uname: Linux 4.1.4-040104-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.3 Architecture: amd64 CurrentDesktop: Unity Date: Sat Aug 29 12:53:27 2015 InstallationDate: Installed on 2015-06-08 (81 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) PackageArchitecture: all SourcePackage: apport UpgradeStatus: Upgraded to vivid on 2015-06-09 (81 days ago) ** Affects: apport (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490133 Title: add distinct feedback for unsupported third party packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1490133/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490130] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1490130 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490130 Title: Elantech touchpad stops working after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490135] [NEW] Error in man page example of eval builtin
Public bug reported: EXAMPLES foo=10 x=foo y='$'$x echo $y $fooeval y='$'$x echo $y 10 should be something like EXAMPLES foo=10 x=foo y='$'$x echo $y $foo eval y='$'$x echo $y 10 (echo adds newline by default) Besides, it should be considered, if commands and outputs could be distinguished in the example. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: bash 4.3-7ubuntu1.5 ProcVersionSignature: Ubuntu 3.13.0-62.102-lowlatency 3.13.11-ckt24 Uname: Linux 3.13.0-62-lowlatency x86_64 ApportVersion: 2.14.1-0ubuntu3.12 Architecture: amd64 CurrentDesktop: XFCE Date: Sat Aug 29 14:02:46 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2014-09-21 (342 days ago) InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) SourcePackage: bash UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: bash (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490135 Title: Error in man page example of eval builtin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1490135/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487829] Re: package chromium-codecs-ffmpeg-extra 44.0.2403.89-0ubuntu0.14.04.1.1095 failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already installed and configured
*** This bug is a duplicate of bug 1407757 *** https://bugs.launchpad.net/bugs/1407757 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dpkg (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/1487829 Title: package chromium-codecs-ffmpeg-extra 44.0.2403.89-0ubuntu0.14.04.1.1095 failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1487829/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490132] Re: Cannot boot with linux-image-extra-3.13.0-62-generic
I think I found the solution to this bug: 3.13.0-62 was not installed correctly. This is due to the fact that fgrlx was upgraded too. During this update the question `whether you would like to keep you config` is asked. But you have to expand (view details) the window to actually see that this question is asked. Otherwise, the upgrade process will not continue. I think I quit the previous upgrade of this package accidentally, leading to an unfinished install of the kernel. So I think this is not a bug of 3.13.0-62, but a usability bug of the upgrade process. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490132 Title: Cannot boot with linux-image-extra-3.13.0-62-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490132/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490130] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1490130/+attachment/4454109/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490130 Title: Elantech touchpad stops working after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490130] Re: Elantech touchpad stops working after suspend
apport information ** Tags added: apport-collected vivid ** Description changed: i have asus a455ld i5 5200u running kubuntu 15.04 with kernel 4.0.8-040008-generic. touchpad is recognized as elantech version 4. everything was fine until my notebook go to suspend and resume without touchpad working. I tried : modprobe -r psmouse modprobe psmouse it only work before suspend. execute those commands after resume from suspend is not working. the last thing i tried is this. when i use this command before suspend : insmod /lib/modules/4.0.8-040008-generic/kernel/drivers/input/mouse/psmouse.ko these appear in the dmesg: [ 820.207105] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x381f00) [ 820.70] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e. [ 820.294698] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input146 but when i use the command after suspend, there is nothing any output in the dmesg. i tried all ubuntu varian and opensuse 13.2 live usb, the result is the same. but in windows 10, touchpad still active after suspend. + --- + ApportVersion: 2.17.2-0ubuntu1.3 + Architecture: amd64 + CurrentDesktop: MATE + DistroRelease: Ubuntu 15.04 + InstallationDate: Installed on 2015-06-20 (69 days ago) + InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) + Package: linux (not installed) + Tags: vivid + Uname: Linux 4.0.8-040008-generic x86_64 + UnreportableReason: The running kernel is not an Ubuntu kernel + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: True ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1490130/+attachment/4454108/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490130 Title: Elantech touchpad stops working after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490138] [NEW] nvidia-352 352.30-0ubuntu1: nvidia-352 kernel module failed to build
Public bug reported: when trying to install linux kernel 4.2 ProblemType: Package DistroRelease: Ubuntu 15.10 Package: nvidia-352 352.30-0ubuntu1 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.18-0ubuntu8 Architecture: amd64 DKMSKernelVersion: 4.2.0-040200rc8-generic Date: Sat Aug 29 12:22:00 2015 InstallationDate: Installed on 2015-08-29 (0 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150828) PackageVersion: 352.30-0ubuntu1 RelatedPackageVersions: dpkg 1.18.2ubuntu3 apt 1.0.9.10ubuntu6 SourcePackage: nvidia-graphics-drivers-352 Title: nvidia-352 352.30-0ubuntu1: nvidia-352 kernel module failed to build UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nvidia-graphics-drivers-352 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490138 Title: nvidia-352 352.30-0ubuntu1: nvidia-352 kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-352/+bug/1490138/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490136] [NEW] periodically disappears wifi connection
Public bug reported: approximately every 15-20 minutes lost wi-fi connection. only helps a system reboot. wi-fi adapter is RTL 8723 BE on laptop ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4 Uname: Linux 3.19.0-26-generic x86_64 NonfreeKernelModules: nvidia .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 346.59 Tue Mar 31 14:10:31 PDT 2015 GCC version: gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ApportVersion: 2.17.2-0ubuntu1.3 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CurrentDesktop: Unity Date: Sat Aug 29 18:18:20 2015 DistUpgraded: Fresh install DistroCodename: vivid DistroVariant: ubuntu DkmsStatus: bbswitch, 0.7, 3.19.0-26-generic, x86_64: installed nvidia-346, 346.59, 3.19.0-26-generic, x86_64: installed ExecutablePath: /usr/bin/compiz GraphicsCard: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller]) Subsystem: CLEVO/KAPOK Computer Device [1558:6501] Subsystem: CLEVO/KAPOK Computer Device [1558:6501] InstallationDate: Installed on 2015-08-27 (1 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: Notebook W65_67SJ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic root=UUID=5b7a8aa8-228b-4c25-b53e-aa0ff26ab497 ro quiet splash SourcePackage: compiz UdevLog: UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/25/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1.03.06 dmi.board.asset.tag: Tag 12345 dmi.board.name: W65_67SJ dmi.board.vendor: Notebook dmi.board.version: Not Applicable dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: Notebook dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1.03.06:bd08/25/2014:svnNotebook:pnW65_67SJ:pvrNotApplicable:rvnNotebook:rnW65_67SJ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A: dmi.product.name: W65_67SJ dmi.product.version: Not Applicable dmi.sys.vendor: Notebook version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.60-2 version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1 version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1ubuntu2.2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2build1 xserver.bootTime: Sat Aug 29 18:15:42 2015 xserver.configfile: /etc/X11/xorg.conf xserver.errors: intel(G1): [drm] failed to set drm interface version: Permission denied [13]. intel(G1): Failed to claim DRM device. xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id 851 vendor LGD xserver.version: 2:1.17.1-0ubuntu3 ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubuntu vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490136 Title: periodically disappears wifi connection To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1490136/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1278114] Re: value of GRUB_ENABLE_CRYPTODISK: util/grub-install.c instructs '1' but util/config.c expects 'y'
Still affects 15.10 Wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1278114 Title: value of GRUB_ENABLE_CRYPTODISK: util/grub-install.c instructs '1' but util/config.c expects 'y' To manage notifications about this bug go to: https://bugs.launchpad.net/grub/+bug/1278114/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1466478] Re: Mobile Data doesn't reconnect
Data gets lost and doesn't reconnect since OTA-6 (Mako). Not sure if toggling data on/off always fixes it or just today when I got aware of it. Any information, any logs I can provide? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1466478 Title: Mobile Data doesn't reconnect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1466478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490139] [NEW] Here is tghe output of
Public bug reported: http://www.alsa- project.org/db/?f=6b5858f3ed31b1d28ce2587c5f78395b91cf2b1c Here is my alsa info...please help me resolve my sound problem. I just now installed ubuntu after removing windows and i downloaded VLC in which sound isn not able to hear. I tried unmuting everything in alsamixer, didnt help. Please help Im trying to generate sound by analog output speakers. Here is output of cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; sudo rm /etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo apt-get update; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; sudo lshw -short;ls -lart /dev/snd; cat /dev/sndstat; lspci -nn; lsusb; sudo which alsactl; sudo fuser -v /dev/dsp /dev/snd/* ; dpkg -S bin/slmodemd; dmesg | egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'; sudo /etc/init.d/sl-modem-daemon status; sudo grep model /etc/modprobe.d/* ; sudo dmidecode|egrep 'anufact|roduct|erial|elease'; lsmod | egrep 'snd|usb|midi|udio'; pacmd list-sinks; aplay -l; sudo alsa force-reload; ubuntu-support-status ; sudo lshw -C sound analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown) properties: analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no) properties: device.icon_name = "audio-headphones" active port: >>> List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 Unloading ALSA sound driver modules: snd-seq-dummy snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-hda-codec-realtek snd-hda-codec-generic snd-hda-intel snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-page-alloc snd-timer (failed: modules still loaded: snd-hda-codec-realtek snd-hda-codec-generic snd-hda-intel snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-page-alloc snd-timer). Loading ALSA sound driver modules: snd-seq-dummy snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-hda-codec-realtek snd-hda-codec-generic snd-hda-intel snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-page-alloc snd-timer. Support status summary of 'anupsagar': You have 29 packages (1.6%) supported until May 2017 (3y) You have 1732 packages (96.4%) supported until May 2019 (5y) You have 29 packages (1.6%) supported until February 2015 (9m) You have 0 packages (0.0%) that can not/no-longer be downloaded You have 7 packages (0.4%) that are unsupported Run with --show-unsupported, --show-supported or --show-all to see more details *-multimedia description: Audio device product: NM10/ICH7 Family High Definition Audio Controller vendor: Intel Corporation physical id: 1b bus info: pci@:00:1b.0 version: 01 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=snd_hda_intel latency=0 resources: irq:44 memory:e128-e1283fff ** Affects: alsa-driver (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/1490139 Title: Here is tghe output of To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1490139/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 523688] Re: postinst calls start(8) instead of invoke-rc.d(8), ignores policy-rc.d(8).
Acting the same as https://bugs.debian.org/571054 Maybe the reasons can be considered different: the problem does not hold anymore, it's quite old and the affected releases are EOL. ** Changed in: pbuilder (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/523688 Title: postinst calls start(8) instead of invoke-rc.d(8), ignores policy- rc.d(8). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/live-helper/+bug/523688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 621169] Re: Incorrect mirror in /etc/pbuilder/pbuilderrc
Not sure when this got fixed, but now the default pbuilderrc in the ubuntu version of pbuilder uses archive.ubuntu.com. Closing accordingly. ** Changed in: pbuilder (Ubuntu) Status: Confirmed => 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/621169 Title: Incorrect mirror in /etc/pbuilder/pbuilderrc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/621169/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 73688] Can't reproduce and I'm pretty sure it works now
status invalid These bugs has been open too many years ago, is unreproducible now and nobody complained "recently". Let me close them. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: http://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- ** Changed in: pbuilder (Ubuntu) Status: Fix Committed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73688 Title: pbuilder-satisfydepends can't cope with tab characters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/73688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 73688] Re: pbuilder-satisfydepends can't cope with tab characters
** Changed in: pbuilder (Ubuntu) Assignee: Loïc Minier (lool) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/73688 Title: pbuilder-satisfydepends can't cope with tab characters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/73688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490143] [NEW] When resuming after suspension desktop is stuck
Public bug reported: I suspended my PC for like about 1,5 - 2 hours and when I resumed the desktop had a black background, you could see the launcher bat you were unable to do anything it was stuck. This is my hardware: https://gist.github.com/anonymous/3203c7c5a43a509c0f22. I am attaching the screen-shots of my desktop after resuming, also in terminal (CTRL+ALT+F1) it looked rather garbled. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 BootLog: CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Sat Aug 29 13:57:20 2015 DistUpgraded: Fresh install DistroCodename: wily DistroVariant: ubuntu DkmsStatus: virtualbox, 5.0.2, 4.1.0-3-generic, x86_64: installed ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: NVIDIA Corporation G84GL [Quadro FX 370] [10de:040a] (rev a1) (prog-if 00 [VGA controller]) Subsystem: NVIDIA Corporation Device [10de:0491] InstallationDate: Installed on 2015-08-16 (12 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150816) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic root=UUID=4b5d483e-4c0c-4013-b27c-0684b9343728 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/13/2007 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0803 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M2N dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0803:bd09/13/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz 1:0.9.12.1+15.10.20150805-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.64-1 version.libgl1-mesa-dri: libgl1-mesa-dri 10.6.3-1ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.6.3-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0+git20150819-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3 xserver.bootTime: Sat Aug 29 11:08:42 2015 xserver.configfile: default xserver.errors: Failed to load module "nvidia" (module does not exist, 0) Failed to load module "nvidia" (module does not exist, 0) NOUVEAU(0): [COPY] failed to allocate class. xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.17.2-1ubuntu3 xserver.video_driver: nouveau ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug corruption ubuntu wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490143 Title: When resuming after suspension desktop is stuck To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 565747] Re: ia64 default archive source for pbuilder doesn't work
I'd be curious to see the error, though. I'm closing the bug, please feel free to reopen or file a new one if the problem persist with more details (with another architecture, i guess). ** Changed in: pbuilder (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/565747 Title: ia64 default archive source for pbuilder doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/565747/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490136] Re: periodically disappears wifi connection
** Tags added: compiz-0.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490136 Title: periodically disappears wifi connection To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1490136/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490139] Re: Here is tghe output of
control.33 { iface CARD name 'Front Mic Jack' value false comment { access read type BOOLEAN count 1 } } control.34 { iface CARD name 'Rear Mic Jack' value false comment { access read type BOOLEAN count 1 } } control.35 { iface CARD name 'Line Jack' value true comment { access read type BOOLEAN count 1 } } control.36 { iface CARD name 'Line Out Jack' value false comment { access read type BOOLEAN count 1 } } control.37 { iface CARD name 'Front Headphone Jack' value false comment { access read type BOOLEAN count 1 } } seem only blue jack (line in)is pkugged both green jacks (line out and headphone) are unplugged ** Changed in: alsa-driver (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/1490139 Title: Here is tghe output of To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1490139/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490145] [NEW] darkroom ftbfs in wily, removing the package
Public bug reported: darkroom ftbfs in wily, removing the package, opengtl isn't available anymore. ** Affects: darkroom (Ubuntu) Importance: Undecided Status: Fix Released ** Tags: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490145 Title: darkroom ftbfs in wily, removing the package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/darkroom/+bug/1490145/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490145] Re: darkroom ftbfs in wily, removing the package
Removing packages from wily: darkroom 1.5.0~svn1280265-0ubuntu3 in wily darkroom 1.5.0~svn1280265-0ubuntu3 in wily amd64 darkroom 1.5.0~svn1280265-0ubuntu3 in wily arm64 darkroom 1.5.0~svn1280265-0ubuntu3 in wily armhf darkroom 1.5.0~svn1280265-0ubuntu3 in wily i386 darkroom 1.5.0~svn1280265-0ubuntu3 in wily powerpc darkroom 1.5.0~svn1280265-0ubuntu3 in wily ppc64el Comment: lp: #1490145, remove darkroom from wily 1 package successfully removed. ** Changed in: darkroom (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/1490145 Title: darkroom ftbfs in wily, removing the package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/darkroom/+bug/1490145/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE
Oh, I see... I was using OOM as an example. I this case, it appears the missing /etc/dnsmasq.conf file might be the culprit. So first start of lxc-net, dnsmasq never starts. After that, it will never start, unless a hard reboot is done. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452601 Title: vivid container's networking.service fails on boot with signal=PIPE To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1452601/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 609106] pending
tags 659583 + pending thanks affects ubuntu/pbuilder assignee mapreri status fixcommitted http://anonscm.debian.org/cgit/pbuilder/pbuilder.git/commit/?id=d748e9713cffd9b929d6c7e8135d0fd4a320575c -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: http://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- ** Changed in: pbuilder (Ubuntu) Status: Triaged => Fix Committed ** Changed in: pbuilder (Ubuntu) Assignee: (unassigned) => Mattia Rizzolo (mapreri) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/609106 Title: pbuilderrc manpage doesn't mention that quotes are needed around multiple components To manage notifications about this bug go to: https://bugs.launchpad.net/pbuilder/+bug/609106/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490143] Re: When resuming after suspension desktop is freezed
** Attachment added: "screenshtot-2" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+attachment/4454159/+files/image20150829_135556677.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490143 Title: When resuming after suspension desktop is freezed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490143] Re: When resuming after suspension desktop is freezed
** Attachment added: "screenshtot-3" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+attachment/4454160/+files/image20150829_135602637.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490143 Title: When resuming after suspension desktop is freezed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490143] Re: When resuming after suspension desktop is freezed
** Attachment added: "screenshtot-4" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+attachment/4454161/+files/image20150829_135642679.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490143 Title: When resuming after suspension desktop is freezed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 816556] Re: pbuilder leaves $DISPLAY set
Committed to the debian VCS, will reach ubuntu at some point. http://anonscm.debian.org/cgit/pbuilder/pbuilder.git/commit/?id=aae336bff9cd7ba1682d1176c582098e7851a420 ** Changed in: pbuilder (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: pbuilder (Ubuntu) Assignee: (unassigned) => Mattia Rizzolo (mapreri) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816556 Title: pbuilder leaves $DISPLAY set To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/816556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1206215] Re: pbuilder forces use of fakeroot
** Tags removed: debuild fakeroot pbuilder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206215 Title: pbuilder forces use of fakeroot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/1206215/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1490143] Re: When resuming after suspension desktop is freezed
** Summary changed: - When resuming after suspension desktop is stuck + When resuming after suspension desktop is freezed ** Description changed: - I suspended my PC for like about 1,5 - 2 hours and when I resumed the desktop had a black background, you could see the launcher bat you were unable to do anything it was stuck. + I suspended my PC for like about 1,5 - 2 hours and when I resumed the desktop had a black background, you could see the launcher bat you were unable to do anything it was freezed. This is my hardware: https://gist.github.com/anonymous/3203c7c5a43a509c0f22. I am attaching the screen-shots of my desktop after resuming, also in terminal (CTRL+ALT+F1) it looked rather garbled. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 BootLog: - + CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Sat Aug 29 13:57:20 2015 DistUpgraded: Fresh install DistroCodename: wily DistroVariant: ubuntu DkmsStatus: virtualbox, 5.0.2, 4.1.0-3-generic, x86_64: installed ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: - NVIDIA Corporation G84GL [Quadro FX 370] [10de:040a] (rev a1) (prog-if 00 [VGA controller]) -Subsystem: NVIDIA Corporation Device [10de:0491] + NVIDIA Corporation G84GL [Quadro FX 370] [10de:040a] (rev a1) (prog-if 00 [VGA controller]) + Subsystem: NVIDIA Corporation Device [10de:0491] InstallationDate: Installed on 2015-08-16 (12 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150816) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic root=UUID=4b5d483e-4c0c-4013-b27c-0684b9343728 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/13/2007 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0803 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M2N dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0803:bd09/13/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz 1:0.9.12.1+15.10.20150805-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.64-1 version.libgl1-mesa-dri: libgl1-mesa-dri 10.6.3-1ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.6.3-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0+git20150819-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3 xserver.bootTime: Sat Aug 29 11:08:42 2015 xserver.configfile: default xserver.errors: - Failed to load module "nvidia" (module does not exist, 0) - Failed to load module "nvidia" (module does not exist, 0) - NOUVEAU(0): [COPY] failed to allocate class. + Failed to load module "nvidia" (module does not exist, 0) + Failed to load module "nvidia" (module does not exist, 0) + NOUVEAU(0): [COPY] failed to allocate class. xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.17.2-1ubuntu3 xserver.video_driver: nouveau ** Attachment added: "screenshtot-1" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+attachment/4454158/+files/image20150829_135550313.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490143 Title: When resuming after suspension desktop is freezed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1490143/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1227007] Re: Unknown distribution: saucy
That's an error caused only by debootstrap, IMHO pbuilder does nothing wrong here. ** Changed in: pbuilder (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227007 Title: Unknown distribution: saucy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1227007/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489630] Re: Random Software Updates request password for encrypted partition
Yes. (Note that at each password request I simply pressed the enter key.) molly@molly:~$ sudo apt-get install --reinstall cups-browsed [sudo] password for molly: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libp11-kit-gnome-keyring:i386 wine-gecko2.21 wine-gecko2.21:i386 wine-mono0.0.8 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/60.6 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 532972 files and directories currently installed.) Preparing to unpack .../cups-browsed_1.0.67-0ubuntu2.4_amd64.deb ... Please enter passphrase for disk Samsung_SSD_850_EVO_250GB (luks-sda5)! Unpacking cups-browsed (1.0.67-0ubuntu2.4) over (1.0.67-0ubuntu2.4) ... Processing triggers for man-db (2.7.0.2-5) ... Processing triggers for systemd (219-7ubuntu6) ... Processing triggers for ureadahead (0.100.0-19) ... ureadahead will be reprofiled on next reboot Broadcast message from root@molly (Sat 2015-08-29 13:40:33 BST): Password entry required for 'Please enter passphrase for disk Samsung_SSD_850_EVO_250GB (luks-sda5)!' (PID 513). Please enter password with the systemd-tty-ask-password-agent tool! Setting up cups-browsed (1.0.67-0ubuntu2.4) ... Please enter passphrase for disk Samsung_SSD_850_EVO_250GB (luks-sda5)! molly@molly:~$ Broadcast message from root@molly (Sat 2015-08-29 13:40:51 BST): Password entry required for 'Please enter passphrase for disk Samsung_SSD_850_EVO_250GB (luks-sda5)!' (PID 513). Please enter password with the systemd-tty-ask-password-agent tool! molly@molly:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489630 Title: Random Software Updates request password for encrypted partition To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1489630/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307909] Re: EXTRAPACKAGES not installed
I claim this is a bug in the pbuilderrc manpage and "fixed" it in the VCS: http://anonscm.debian.org/cgit/pbuilder/pbuilder.git/commit/?id=062a28a59ed97c3921234e8eab995218367840bb ** Changed in: pbuilder (Ubuntu) Status: New => Fix Committed ** Changed in: pbuilder (Ubuntu) Assignee: (unassigned) => Mattia Rizzolo (mapreri) ** Changed in: ubuntu-dev-tools (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307909 Title: EXTRAPACKAGES not installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/1307909/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1318863] Re: unity dash loses ability to search for applications
Do you have Online Search disabled? (System Settings > Security & Privacy > Search) If so then this is likely a dup of bug #1320539 (Dash search of applications is randomly disabled when online searchs have been turned off). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318863 Title: unity dash loses ability to search for applications To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1318863/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1390491] Re: Upgrade to VLC 2.2.0-RC1 for security reasons
** Package changed: vlc (Ubuntu Vivid) => npapi-vlc (Ubuntu Vivid) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390491 Title: Upgrade to VLC 2.2.0-RC1 for security reasons To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/npapi-vlc/+bug/1390491/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1465994] Re: plasma desktop crashes every time monitor turns off
Just to confirm same problem on Mint 17. Two monitors configuration (regular VGA and smart LG TV over hdmi) + nvidia. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465994 Title: plasma desktop crashes every time monitor turns off To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1465994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] Re: Compiz freezes entire desktop on Wily
apport information ** Description changed: On Wily using Google calendar, Facebook Google+ and other Untity Web Apps Compiz freezes the desktop, cannot do anything than reboot from termina (CTRL+ALT+F1). It also happened using Oracle VirtualBox, but not sure it was the real reason for the freeze. My hardware: https://gist.github.com/anonymous/3203c7c5a43a509c0f22. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: compiz 1:0.9.12.1+15.10.20150805-0ubuntu1 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Uname: Linux 4.1.0-3-generic x86_64 ApportVersion: 2.18-0ubuntu7 Architecture: amd64 BootLog: CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Fri Aug 21 18:10:34 2015 DistUpgraded: Fresh install DistroCodename: wily DistroVariant: ubuntu DkmsStatus: virtualbox, 5.0.0, 4.1.0-3-generic, x86_64: installed GraphicsCard: NVIDIA Corporation G84GL [Quadro FX 370] [10de:040a] (rev a1) (prog-if 00 [VGA controller]) Subsystem: NVIDIA Corporation Device [10de:0491] InstallationDate: Installed on 2015-08-16 (4 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150816) MachineType: System manufacturer System Product Name PackageArchitecture: all ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic root=UUID=4b5d483e-4c0c-4013-b27c-0684b9343728 ro quiet splash vt.handoff=7 SourcePackage: compiz UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/13/2007 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0803 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M2N dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0803:bd09/13/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz 1:0.9.12.1+15.10.20150805-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.63-1 version.libgl1-mesa-dri: libgl1-mesa-dri 10.6.3-1ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.6.3-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu3 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3 xserver.bootTime: Fri Aug 21 13:50:49 2015 xserver.configfile: default xserver.devices: inputPower Button KEYBOARD, id 6 inputPower Button KEYBOARD, id 7 inputUVC Camera (046d:081b) KEYBOARD, id 8 inputLogitech USB Receiver KEYBOARD, id 9 inputLogitech USB Receiver KEYBOARD, id 10 xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.17.2-1ubuntu3 xserver.video_driver: nouveau --- .tmp.unity.support.test.0: ApportVersion: 2.18-0ubuntu7 Architecture: amd64 BootLog: CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity DistUpgraded: Fresh install DistroCodename: wily DistroRelease: Ubuntu 15.10 DistroVariant: ubuntu DkmsStatus: virtualbox, 5.0.2, 4.1.0-3-generic, x86_64: installed GraphicsCard: NVIDIA Corporation G84GL [Quadro FX 370] [10de:040a] (rev a1) (prog-if 00 [VGA controller]) Subsystem: NVIDIA Corporation Device [10de:0491] InstallationDate: Installed on 2015-08-16 (9 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150816) MachineType: System manufacturer System Product Name Package: compiz 1:0.9.12.1+15.10.20150805-0ubuntu1 PackageArchitecture: all ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic root=UUID=4b5d483e-4c0c-4013-b27c-0684b9343728 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3 Tags: wily wily ubuntu compiz-0.9 Uname: Linux 4.1.0-3-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/13/2007 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0803 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M2N dmi.board.vendor: ASUSTeK Computer INC. dmi.boa
[Bug 1487553] LightdmGreeterLogOld.txt
apport information ** Attachment added: "LightdmGreeterLogOld.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454169/+files/LightdmGreeterLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] LightdmDisplayLog.txt
apport information ** Attachment added: "LightdmDisplayLog.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454167/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] JournalErrors.txt
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454166/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] GconfCompiz.txt
apport information ** Attachment added: "GconfCompiz.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454165/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454163/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] DpkgLog.txt
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454164/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] LightdmGreeterLog.txt
apport information ** Attachment added: "LightdmGreeterLog.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454168/+files/LightdmGreeterLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1487553] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1487553/+attachment/4454175/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487553 Title: Compiz freezes entire desktop on Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1487553/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs