[Bug 1482924] Re: Regressions due to USN-2696-1

2015-09-29 Thread Nathan Bryant
Tiago--thanks, I've just found some time to test this again. We have some servers with TLSv1.0 disabled now, and I've tested your Precise JDK7 package against those--this works, the old package does not connect and the new package connects. I will follow up with a JDK6 test. -- You received

[Bug 1069793] Re: Can't install search engines (Tramples over window.external)

2015-09-11 Thread Nathan Dorfman
I ended up removing all four addons from my system (since they seem to be unmaintained and/or deprecated); here are the package names: xul-ext-ubufox - Ubuntu modifications for Firefox xul-ext-unity - Firefox extension: Unity Integration xul-ext-webaccounts - Ubuntu Online Accounts extension for

[Bug 1069793] Re: Can't install search engines (Tramples over window.external)

2015-09-04 Thread Nathan Dorfman
Bug also exists in fresh installation of 14.04.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069793 Title: Can't install search engines (Tramples over window.external) To manage notifications

[Bug 1491969] [NEW] Search extensions from addons.mozilla.org can't be installed

2015-09-03 Thread Nathan Dorfman
Public bug reported: This seems to be a bug in the Ubuntu version of Firefox -- started with a Mozilla ticket here https://bugzilla.mozilla.org/show_bug.cgi?id=1166508 The short version is that search extensions from addons.mozilla.org fail to install with the error "Sorry, you need a

[Bug 1369216] Re: gpu-manager: /etc/modprobe.d is not a file

2015-08-30 Thread Nathan Adams
I see the '/etc/modprobe.d is not a file' message on Ubuntu 15.04 with my AMD/ATI Radeon HD 7850 video card (so its not isolated to nvidia). $ sudo lshw -c video | grep driver configuration: driver=radeon latency=0 -- You received this bug notification because you are a member of Ubuntu

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-27 Thread Nathan Bryant
Here's a small test class and the results from a few different JVMs I have access to: --- cut here --- import javax.net.ssl.SSLContext; import javax.net.ssl.SSLSocket; public class TLSVersions { public static void main( String[] args ) { String vendor = System.getProperty( java.vendor );

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-27 Thread Nathan Bryant
I should clarify that my tests results for 6b36-1.13.8-0ubuntu1 are based on a modified java.security file which removed SSLv3 from the jdk.tls.disabledAlgorithms property. That may be the reason why they show SSLv3 as a default-enabled algorithm. Also, I was finally able to test your Wily

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-27 Thread Nathan Bryant
Another small test program. When run on the openjdk-6 PPA test package, it only sends a TLSv1.0 ClientHello. Compare what happens when you change the USE_DEFAULT constant to 'true': *** ClientHello, TLSv1 RandomCookie: GMT: 1423929043 bytes = { 49, 232, 48, 176, 78, 19, 219, 62, 52, 29, 6, 29,

[Bug 1489129] [NEW] 100% gs CPU usage, slow printing of PDF files

2015-08-26 Thread Nathan Gingras
Public bug reported: Recently, larger-ish PDF files are printing very slowly. This PDF, for example: http://cdn.sazs.com/wp-content/uploads/2015/03 /Corporate-Formal-Banquet-Menu-2014.pdf Printing to any printer, the process gs will occupy 100% cpu for several minutes before the print job is

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-25 Thread Nathan Bryant
See this issue to drop RC4 support in the Chromium project: https://code.google.com/p/chromium/issues/detail?id=375342 Lots of good discussion but especially comment #44, #49, and perhaps the real key takeaway is comment #53: -- quote -- #53 t...@ritter.vg On the topic of PCI and CVSS

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-13 Thread Nathan Bryant
Original discussion of AEAD - http://mail.openjdk.java.net/pipermail/security- dev/2011-April/003097.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482924 Title: Regressions due to USN-2696-1

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-13 Thread Nathan Bryant
Stay tuned, I'll have something a little later. In the meantime I found this: https://bugs.openjdk.java.net/browse/JDK-2210924 (backport request for AEAD ciphers to JDK7 - closed as Won't Fix) If that remains the decision, it would at least be nice to see the default ClientHello changed from

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-12 Thread Nathan Bryant
Test results suggest that openjdk-6 supports the TLSv1.2 ClientHello but not the new TLSv1.2 cipher suites. The following is from a VM launched with -Djavax.net.debug=all -Dhttps.protocols=TLSv1.2: openjdk-6-jre-6b36-1.13.8-0ubuntu1~12.04 *** ClientHello, TLSv1.2 RandomCookie: GMT: 1422580230

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-09 Thread Nathan Bryant
Also affects JDK6; the situation is a little worse on 6, which does not support anything newer than TLS1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482924 Title: Regressions due to USN-2696-1

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-09 Thread Nathan Bryant
** Also affects: openjdk-6 (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/1482924 Title: Regressions due to USN-2696-1 To manage notifications

[Bug 1482924] [NEW] Regressions due to USN-2696-1

2015-08-08 Thread Nathan Bryant
Public bug reported: Due to [CBCATT], some server administrators (including the webservices gateway for a major airline reservations provider) choose to disable CBC ciphersuites unless the protocol level is TLSv1.1 or later; [TLS1.1] introduced an explicit CBC IV to guard against such attacks.

[Bug 1482924] Re: Regressions due to USN-2696-1

2015-08-08 Thread Nathan Bryant
** Description changed: Due to [CBCATT], some server administrators (including the webservices gateway for a major airline reservations provider) choose to disable CBC ciphersuites unless the protocol level is TLSv1.1 or later; [TLS1.1] introduced an explicit CBC IV to guard against such

[Bug 1481735] [NEW] init script doesn't work correctly with multiple IPs on the external interface

2015-08-05 Thread Nathan Rennie-Waldock
Public bug reported: Parts of the init script fail if the external interface has multiple IPs assigned. systemctl status output: CGroup: /system.slice/miniupnpd.service └─29951 /usr/sbin/miniupnpd -i eth0 -o 5.xxx.xxx.xxx 51.xxx.xxx.xxx 51.xxx.xxx.xxx -a tap1 -N -f

[Bug 1476011] Re: hp-setup plugin file does not match its checksum

2015-07-20 Thread Nathan Adams
$ sudo apt-get update sudo apt-get upgrade Ign http://us.archive.ubuntu.com vivid InRelease Ign http://security.ubuntu.com vivid-security InRelease Hit http://security.ubuntu.com vivid-security Release.gpg Ign http://us.archive.ubuntu.com vivid-updates InRelease Hit http://security.ubuntu.com

[Bug 1476011] Re: hp-setup plugin file does not match its checksum

2015-07-20 Thread Nathan Adams
Thank you, goutamkk. Your work-around was successful with 1 thing of note: During hp-setup this error dialog is returned: HP Device Manager - Setup (X) Unable to locate the HPLIP Fax PPD file: HP-Fax2-hpcups.ppd.ga Fax setup has been disabled. This isn't a problem for me, but others may need

[Bug 1475990] [NEW] autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
Public bug reported: I have a fresh install of Ubuntu 15.04 and am attempting to install autofs. $ sudo apt-get install autofs Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed:   autofs 0 upgraded, 1 newly

[Bug 1475990] Re: autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
One side affect is that nautilus takes *several* minutes to launch on first use during a login session. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475990 Title: autofs service fails to connect

[Bug 1476011] [NEW] hp-setup plugin file does not match its checksum

2015-07-19 Thread Nathan Adams
Public bug reported: I have a fresh install of Ubuntu 15.04 and am attempting to install hplip and the associated plugin(s) for my printer/scanner (HP LaserJet Pro CM1415fnw color MFP). After installing hplip, hplip-dbg, hplip-doc, and hplip-gui, I ran hp- setup, selected my printer (connected

[Bug 1475990] Re: autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
$ lsb_release -rd Description:Ubuntu 15.04 Release:15.04 $ apt-cache policy autofs autofs: Installed: (none) Candidate: 5.0.8-1ubuntu3.2 Version table: 5.0.8-1ubuntu3.2 0 500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 Packages 100

[Bug 1476011] Re: hp-setup plugin file does not match its checksum

2015-07-19 Thread Nathan Adams
$ lsb_release -rd Description:Ubuntu 15.04 Release:15.04 $ apt-cache policy hplip hplip: Installed: 3.15.2-0ubuntu4.1 Candidate: 3.15.2-0ubuntu4.1 Version table: *** 3.15.2-0ubuntu4.1 0 500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 Packages

[Bug 1475990] Re: autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
** Package changed: systemd (Ubuntu) = autofs (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475990 Title: autofs service fails to connect to upstart To manage notifications about this

[Bug 1475990] Re: autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
** Package changed: systemd (Ubuntu) = autofs (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1475990 Title: autofs service fails to connect to upstart To manage

[Bug 1476011] Re: hp-setup plugin file does not match its checksum

2015-07-19 Thread Nathan Adams
** Package changed: systemd (Ubuntu) = hplip (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476011 Title: hp-setup plugin file does not match its checksum To manage notifications about

[Bug 1475462] [NEW] Unity overrides refresh rate setting

2015-07-16 Thread Nathan Best
Public bug reported: After installing the proprietary Nvidia drivers and then using the included Nvidia X Server Settings utility to manually set the resolution to 1920x1080 and the refresh rate to 144Hz (I have a 144Hz monitor), Unity still seems to move at the default f/s cap, which also limits

[Bug 1464159] Re: Web browser should send the system language to websites (Accept-Language field)

2015-06-15 Thread Nathan Haines
This is now working in OTA-4 for my purposes (Tutanota shows its interface in the system language both as a webapp and in the standalone browser). So I am pleased! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-06-13 Thread Nathan Rennie-Waldock
Just tested wily (20150613), still hangs. Same steps as before: Install apt-get purge apport policykit-1 reboot apt-get install apport policykit-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1464159] [NEW] Ubuntu Browser doesn't present system language to websites.

2015-06-11 Thread Nathan Haines
Public bug reported: I created a webapp for the secure email service Tutanota. One nice feature is that it is localized in several different lanaguages and it automatically presents its interface in the user's preferred language. Unfortunately, the Ubuntu browser does not present the

[Bug 1462177] [NEW] vpnc passively consumes data

2015-06-04 Thread Nathan Gober
Public bug reported: When connecting to a vpn using Cisco AnyConnect (version 3.1.08009) on Ubuntu 15.04, the client passively consumes about 600 KiB of data per second over the network. It is certainly the AnyConnect client, because the data flow stops when the vpn is disconnected or the service

[Bug 1441961] Re: dataChanged signal cannot be used on ARM under certain conditions

2015-05-13 Thread Nathan Osman
Thanks for getting this into trusty-proposed. I built the application again using the new binutils package and I can confirm that it now works perfectly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1441961] Re: dataChanged signal cannot be used on ARM under certain conditions

2015-05-13 Thread Nathan Osman
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1441961 Title: dataChanged signal cannot be used on ARM under certain conditions

[Bug 1451477] Re: /etc/apt/apt.conf.d/90rkhunter security loss

2015-05-07 Thread Nathan Stratton Treadway
The manpage for apt.conf doesn't mention any parameters (such as the package names) that can passed to the DPkg::Post-Invoke hook. Yeah, I agree that the DPkg::Post-Invoke hook doesn't seem to be passed any useful info I see that there is a Pre-Install-Pkgs hook, which is passed the list of

[Bug 1451477] Re: /etc/apt/apt.conf.d/90rkhunter security loss

2015-05-07 Thread Nathan Stratton Treadway
(One thing not handled by the cat /var/lib/dpkg/info/$P.list approach described above is symlinks, e.g. /usr/bin/mail. These don't appear in the dpkg .list file [as the actual executable files do], but when the target of the symlink is changed then rkhunter will detect that as a property mismatch

[Bug 1451477] Re: /etc/apt/apt.conf.d/90rkhunter security loss

2015-05-07 Thread Nathan Stratton Treadway
Getting the automatic update to be restricted to only the files actually part of the upgraded package certainly makes sense. However, when I experimented with this I found the package name option only works if the rkhunter.dat file was originally built using the DPKG value for the --pkgmgr, which

[Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-04-28 Thread Nathan Rennie-Waldock
Alright, looked at it some more. Installing policykit-1, then apport works fine. But if I install them together, it hangs. Works: apt-get install policykit-1; apt-get install apport Hangs on systemd triggers: apt-get purge apport policykit-1; apt-get install apport policykit-1 I've managed to

[Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-04-27 Thread Nathan Rennie-Waldock
Same error unfortunately. Selecting previously unselected package policykit-1. Preparing to unpack .../policykit-1_0.105-8ubuntu3_amd64.deb ... Unpacking policykit-1 (0.105-8ubuntu3) ... Processing triggers for shared-mime-info (1.3-1) ... Processing triggers for man-db (2.7.0.2-5) ... Processing

[Bug 1310322] Re: Unmaximized windows that use the gtk header bar have a barrier above them preventing them from touching the top panel

2015-04-25 Thread Nathan Russell
fixed since 14.10, i believe? ** Changed in: ubuntu-gnome Status: Confirmed = Fix Committed ** Changed in: gdm (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: ubuntu-gnome Status: Fix Committed = Fix Released ** Changed in: gdm (Ubuntu) Status: Fix

[Bug 1447654] [NEW] apt-get install lubuntu-core fails when installed from netboot

2015-04-23 Thread Nathan Rennie-Waldock
Public bug reported: I've installed 15.04 using the current amd64 netboot.tar.gz (MD5 = 6566065bf73a9c81feeddf5520dda122). It installs fine, but I'm getting errors installing packages (such as lubuntu-core). Last few lines from apt-get: Processing triggers for systemd (219-7ubuntu3) ... Error

[Bug 1447654] Re: apt-get install lubuntu-core fails when installed from netboot

2015-04-23 Thread Nathan Rennie-Waldock
Full log with pressing ^C after it's been stuck for a while. ** Attachment added: 15.04 netinstall full apt-get log.txt https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1447654/+attachment/4382138/+files/15.04%20netinstall%20full%20apt-get%20log.txt -- You received this bug

[Bug 1447087] [NEW] screen layout is broken in modern browsers

2015-04-22 Thread Nathan Rennie-Waldock
Public bug reported: On modern browsers, it's using the wrong font, colours and all newlines are missing. There's a patch to fix it here: https://github.com/antonylesuisse/qweb/pull/15 This affects all versions in the repo. ** Affects: ajaxterm (Ubuntu) Importance: Undecided

[Bug 1042423] Re: openConnection: connect: No such file or directory

2015-04-13 Thread nathan
This happened to me on 14.10 after installing xfce4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042423 Title: openConnection: connect: No such file or directory To manage notifications about

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-13 Thread Nathan Kennedy
Fixed upstream in apt 1.0.9.8. Patch in apt SCM at: https://anonscm.debian.org/cgit/apt/apt.git/commit/?h=debian/jessieid=d5cf8851753dde4f45bfd3b48fcdf34247a8752a Reference debian bugs #781696 and #782131 ** Patch added: upstream commit d5cf8851753dde4f45bfd3b48fcdf34247a8752a

[Bug 1442970] [NEW] Connecting to TLSv1.2 only servers fails without explicitly specifying protocol

2015-04-11 Thread Nathan Rennie-Waldock
Public bug reported: Package version: 1.0.1-4ubuntu5.25 Recently one of my IRC networks changed to TLSv1.2 only and I was unable to connect. The version of OpenSSL in precise appears to have problems connecting to servers that only accept TLSv1.2. ZNC: *status Disconnected from IRC

[Bug 1441961] Re: dataChanged signal cannot be used on ARM under certain conditions

2015-04-09 Thread Nathan Osman
Aha! I have found the Qt bug that corresponds with this issue: https://bugreports.qt.io/browse/QTBUG-36129 This was fixed in 5.3.0 (which is the version Utopic ships with). However, this doesn't help Trusty users since existing applications will fail to work. Is there any chance that this fix

[Bug 1441961] Re: dataChanged signal cannot be used on ARM under certain conditions

2015-04-09 Thread Nathan Osman
The old connection syntax appears to work fine. Also, I finally managed to get Utopic up and running on the device and surprisingly, the problem with my example has disappeared. However, it appears to be a compile- time issue since anything compiled with Qt 5.2.1 in Trusty still fails to work when

[Bug 1441961] [NEW] dataChanged signal cannot be used on ARM under certain conditions

2015-04-08 Thread Nathan Osman
Public bug reported: This is probably the strangest bug I have ever observed, but it is completely reproducible. When running the attached Qt application, I receive the following error: QObject::connect: signal not found in Test This error is 100% reproducible on my Raspberry Pi 2 running

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
** Also affects: apt (Debian) Importance: Undecided Status: New ** Description changed: + Note: + Confirmed on Ubuntu utopic with apt 1.0.9.2ubuntu2 + Confirmed on Debian jessie apt 1.0.9.7 + + Behavior NOT seen on Ubuntu precise with apt 0.8.16~exp12ubuntu10.22 + apt-key export is

[Bug 1439313] [NEW] apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
*** This bug is a security vulnerability *** Public security bug reported: apt-key export is not case-sensitive to the hex keyid specified. Inconsistently, apt-key del is case-sensitive and won't match unless the hex keyid is uppercase. This is highly exacerbated by bug #1256565 which results in

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439313 Title: apt-key del keyid is case sensitive To manage notifications about this bug go to:

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
** No longer affects: apt (Debian) ** Bug watch added: Debian Bug tracker #781696 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781696 ** Also affects: apt (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781696 Importance: Unknown Status: Unknown -- You

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
** Description changed: Note: Confirmed on Ubuntu utopic with apt 1.0.9.2ubuntu2 Confirmed on Debian jessie apt 1.0.9.7 Behavior NOT seen on Ubuntu precise with apt 0.8.16~exp12ubuntu10.22 + Behavior NOT seen on Debian wheezy apt 0.9.7.9+deb7u7 apt-key export is not case-sensitive

[Bug 1439313] Re: apt-key del keyid is case sensitive

2015-04-01 Thread Nathan Kennedy
Note: I just forwarded this info on to sub...@bugs.debian.org already. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439313 Title: apt-key del keyid is case sensitive To manage notifications

[Bug 1393697] Re: Cross qmake to the chroots

2015-03-30 Thread Nathan Osman
This bug also affects packages cross-compiled for armhf that attempt to use qmake: $ sbuild --build=amd64 --host=armhf -d trusty myapp_1.0.dsc ... dh_auto_configure -a qmake: could not find a Qt installation of '' dh_auto_configure: qmake -makefile -nocache QMAKE_CFLAGS_RELEASE=-g -O2

[Bug 1437903] [NEW] package ibus 1.5.5-1ubuntu3 failed to install/upgrade: Le paquet est dans un état incohérent; vous devriez le réinstaller avant d'essayer de le supprimer.

2015-03-29 Thread nathan
Public bug reported: je ne peux pas faire de mises à jour car ce paquet présente des dependances non satisfaites ProblemType: Package DistroRelease: Ubuntu 14.04 Package: ibus 1.5.5-1ubuntu3 ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17 Uname: Linux 3.13.0-49-generic x86_64

[Bug 1196954] Re: Thunderbird and Firefox fonts messed up in Gnome after installing and using KDE4 once

2015-03-20 Thread Nathan Osman
I figured out a workaround in the meantime. If you delete ~/.config/fontconfig/fonts.conf, close Firefox/Thunderbird, and reopen them - the original font is restored. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1196954] Re: Thunderbird and Firefox fonts messed up in Gnome after installing and using KDE4 once

2015-03-20 Thread Nathan Osman
I am seeing this exact problem with Ubuntu 14.10. I began with a clean installation of ubuntu-desktop and later installed ubuntu-gnome-desktop and kubuntu-desktop. After removing all but ubuntu-desktop, I am unable to restore Firefox and Thunderbird's original font. I've tried removing

[Bug 1431332] Re: sddm not starting after upgrade

2015-03-19 Thread Nathan Murray
I have used the command of: systemclt enable sddm After completing this command and reboting the machine it allows GUI on startup. Regards, Nathan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-03-17 Thread Nathan Rennie-Waldock
Also on Raspberry Pi 2 with irqbalanxe 1.0.6-3ubuntu1 (vivid). It was using 270MB, I've now disabled the service. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-03-17 Thread Nathan Rennie-Waldock
Also on Raspberry Pi 2 with irqbalanxe 1.0.6-3ubuntu1 (vivid). It was using 270MB, I've now disabled the service. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title:

[Bug 1410470] Re: ubuntu sdk reports that email domain is too long

2015-03-17 Thread Nathan Osman
I did some digging in the source code to try and figure out what was going on. The relevant section seems to begin at clickreviews/cr_lint.py:430. It appears that the maintainer email is linked to the package name. Consider the following example: Name: testapp.nathan-osman Maintainer: Nathan

[Bug 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service

2015-02-23 Thread Nathan Rennie-Waldock
This is actually in systemd, not systemd-shim. I patched systemd-shim to ignore unknown unit warning, so then I get a warning from systemd-logind: systemd-logind[1414]: Failed to start user service: Message did not receive a reply (timeout by message bus) So it's being started by the login

[Bug 1415166] [NEW] busybox-static and CVE-2015-0235 - GHOST

2015-01-27 Thread Nathan Fowler
using libc6 2.11.1-0ubuntu7.20 and 2.15-0ubuntu10.10 respectively? Example in upstream indicating this is static linked to libc6 - https://lists.debian.org/debian-boot/2014/11/msg00146.html Cheers, Nathan ** Affects: busybox (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1415166] Re: busybox-static and CVE-2015-0235 - GHOST

2015-01-27 Thread Nathan Fowler
** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2015-0235 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415166 Title: busybox-static and CVE-2015-0235 - GHOST To manage

[Bug 1414539] [NEW] [MacBookPro11, 1] Unable to suspend in ubuntu 14.04

2015-01-25 Thread Nathan J. Brauer
Public bug reported: Attempting to suspend turns off screen, then promptly comes back on then off again (black) and hangs. When installing Ubuntu, no swap was present on the SSD. Swap was added to the end of the drive. I noticed that Swap is NOT automatically on and `sudo swapon -a` is not

[Bug 1371159] Re: [MacBookPro11,1] Unable to suspend in ubuntu 14.04

2015-01-25 Thread Nathan J. Brauer
Confirm the same problem with MacBookPro11,2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371159 Title: [MacBookPro11,1] Unable to suspend in ubuntu 14.04 To manage notifications about this bug

[Bug 1209106] Re: system tray icon is next to launcher

2015-01-24 Thread Nathan Osman
Is there any way at all to create an application indicator from a Qt 5.1 application then? I tried doing this once before a while back and I remember that there was some sort of problem with event loops. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1209106] Re: system tray icon is next to launcher

2015-01-23 Thread Nathan Osman
I backported the appmenu-qt5 package to Utopic and gave it a go, but unfortunately it doesn't seem to work. The tray icons still apear in the upper-left corner of the desktop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1209106] Re: system tray icon is next to launcher

2015-01-23 Thread Nathan Osman
Ah. Would it be difficult to modify it to support Qt 5.1? Alternatively, do you know if there are plans to backport Qt 5.4 to Utopic and/or Trusty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1403982] Re: mini.iso installer cannot load additional components

2015-01-19 Thread Nathan Rennie-Waldock
Installer hasn't been rebuilt yet. Hopefully someone will do it soon. ** Also affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Nathan Stratton Treadway
LP: #1408478 for more information.) Nathan -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/1410195 Title: Ctrl+Alt+F7 bypasses

Re: [Bug 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Nathan Stratton Treadway
LP: #1408478 for more information.) Nathan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1410195 Title: Ctrl+Alt+F7 bypasses the light-locker lock

[Bug 1229713] Re: nslcd auto-configuration disregards existing nslcd.conf

2015-01-14 Thread Nathan Stratton Treadway
I was in the middle of testing this, too, when Randy posted his message. I got the same results he did for the 0.8.4 - 0.8.4ubuntu0.3 and 0.8.4 - 0.8.4ubuntu0.4 upgrades, using the uri value to test the upgrade behavior. Also, to follow up on the original report in Bug #1350778, I did an

[Bug 1409851] [NEW] nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Nathan Kondra
Public bug reported: Description:Ubuntu 14.04.1 LTS Release:14.04 Bug fired after a automatic updates ran. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: nvidia-331-uvm 331.113-0ubuntu0.0.4 ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11 Uname: Linux

[Bug 1382790] Re: Add Exchange EWS Account only displayed when running Evolution as root

2015-01-11 Thread Nathan
This may be a duplicate of #1312888 In either case, I was having the same issue on a relatively clean Ubuntu 14.04: I was able to Fetch URL using the correct Host URL. In the process I entered my exchange password and everything seemed to proceed smoothly. However, the account was not added after

[Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2015-01-08 Thread Nathan Rennie-Waldock
** Tags added: utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196693 Title: Cannot boot degraded RAID1 array with LUKS partition To manage notifications about this bug go to:

[Bug 1403982] Re: mini.iso installer cannot load additional components

2015-01-08 Thread Nathan Rennie-Waldock
I've just hit this trying to do a netinstall of vivid. Looking at the source, algorithm 10 is sha512. The binary for the installer is built with --enable-minimal, which disables sha512, but then it isn't specifically enabled. Attached patch to enable it. I've tested this by building it myself

[Bug 1375435] Re: Black screen instead of password prompt for boot encryption

2015-01-08 Thread Nathan Rennie-Waldock
** Tags added: vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375435 Title: Black screen instead of password prompt for boot encryption To manage notifications about this bug go to:

[Bug 1359689] Re: cryptsetup password prompt not shown

2015-01-08 Thread Nathan Rennie-Waldock
** Tags added: vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359689 Title: cryptsetup password prompt not shown To manage notifications about this bug go to:

[Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2015-01-07 Thread Nathan Rennie-Waldock
I'm currently testing this in a 14.04.1 virtual machine. After disconnecting one HDD, boot stays on Waiting for encrypted source device..., then drops to a shell (tried a few times before looking into it). /proc/mdstat shows the array is assembled, but not been started. Manually starting it

[Bug 1242300] Re: Clang cannot locate standard header files

2014-12-20 Thread Nathan Kurz
I was just bitten by this. I tried to upgrade from clang-3.4 to clang-3.5, and was unable to compile anything because the standard headers were not found. I then downgraded back to clang-3.4, and was surprised to find that to be broken as well. Since at that point I was stuck, I plowed on

[Bug 1001842] Re: No Audio from HDMI After Switching Monitor Off / On

2014-12-03 Thread Nathan Dorfman
I'm having the same problem in Ubuntu 14.04.1 LTS using on-board Intel graphics, no binary drivers in sight. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001842 Title: No Audio from HDMI After

[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-30 Thread Nathan Dorfman
** Branch linked: lp:~ndorf/ubuntu/trusty/resolvconf/fix_lp_1349011 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349011 Title: nm-l2tp-service needs exception in ppp ip-up/down scripts To manage

[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-30 Thread Nathan Dorfman
** Changed in: resolvconf (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349011 Title: nm-l2tp-service needs exception in ppp ip-up/down scripts

[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-27 Thread Nathan Dorfman
\o/ Thanks again :) That is in most cases the *desired* behavior, On today's systems, I don't think so. Debian and Ubuntu run a dnsmasq instance by default, with the only nameserver in /etc/resolv.conf being 127.0.1.1. Rather than overwrite this local caching server with any remote one, it

[Bug 1217407] Re: whoopsie spams the log with online messages

2014-11-25 Thread Nathan Dorfman
On an up to date 14.04 LTS system, I have what I guess is a mild remnant of the original bug? syslog.1:Nov 23 14:45:36 vane whoopsie[1280]: message repeated 73 times: [ offline] syslog.1:Nov 24 08:33:59 vane whoopsie[1280]: online syslog.1:Nov 24 08:34:01 vane whoopsie[1280]: message repeated 3

[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-25 Thread Nathan Dorfman
** Description changed: There is an actively maintained NetworkManager L2TP VPN plugin, available as an Ubuntu package here: https://launchpad.net/~seriy- pr/+archive/ubuntu/network-manager-l2tp. Hopefully it will be a part of Ubuntu soon. Like nm-pptp-service, it needs an exception

[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-25 Thread Nathan Dorfman
Thanks Thomas, I see that your change has made it to vivid (Ubuntu 15.04). Could this fix be considered for trusty-updates? Without it, users of the L2TP plugin are faced with a rather subtle, but quite undesirable behavior: all DNS queries go to the VPN nameservers, even if the VPN is not a

[Bug 1354825] Re: release upgrades from an LTS with normal set should offer next LTS if next normal release is EoL

2014-11-14 Thread Nathan Rennie-Waldock
Setting prompt=lts and deleting the contents of /var/lib/update-manager got my laptop on 14.04. But yes, I agree it shouldn't be trying to upgrade to an EoL release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1382845] Re: Mouse buttons are ignored

2014-11-12 Thread Nathan Osman
I want to add that the switch-VT trick works when you have a single video card but fails to work with multiple video cards in a multi-seat configuration. This means that one of the seats is completely unusable. I literally can't click anything. -- You received this bug notification because you

[Bug 1300860] Re: Evince/Document Viewer 3.10.3 not responding when closing PDFs

2014-11-11 Thread Nathan
I can confirm this problem still exists on my 14.04 install as of 2014-11-11. It applies to *all* PDFs that I view using evince. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300860 Title:

[Bug 1300860] Re: Evince/Document Viewer 3.10.3 not responding when closing PDFs

2014-11-11 Thread Nathan
On further investigation, it does not occur for a small subset of PDFs I tested (I found one that allows evince to correctly close). At all times, I can send the application SIGINT and it will correctly close. If I click the X to close the application or select Close from the menu, it will stop

[Bug 1390801] [NEW] package gnome-media 3.4.0-0ubuntu3.1 failed to install/upgrade: symbolic link '/usr/share/omf/gnome-sound-recorder/gnome-sound-recorder-da.omf' size has changed from 67 to 22

2014-11-08 Thread Nathan Robson
Public bug reported: Keep getting system error to report following upgrade ProblemType: Package DistroRelease: Ubuntu 14.04 Package: gnome-media 3.4.0-0ubuntu3.1 ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic i686 ApportVersion: 2.14.1-0ubuntu3.5

[Bug 1390804] [NEW] package ubuntu-docs 12.04.6 failed to install/upgrade: symbolic link '/usr/share/help/zh_TW/ubuntu-help/net-vpn-connect.page' size has changed from 61 to 59

2014-11-08 Thread Nathan Robson
Public bug reported: Keeps reporting a system error and wants to report it. Started happening after ubuntu upgrade. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: ubuntu-docs 12.04.6 ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic i686

[Bug 1387181] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-10-29 Thread Nathan
Public bug reported: I was updating the Ubuntu Base then the error popped up, so I reported it. I also have no idea what it means. ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331-uvm 331.89-0ubuntu5 ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4 Uname: Linux

[Bug 1386934] [NEW] cpu scaling frequency limited when on ac power

2014-10-28 Thread Nathan Dehnel
Public bug reported: When I installed Utopic it changed the default driver to intel pstate. Ever since then my cpu speed has been locked to 800MHz while on AC power. My cpu is rated for 1.8GHz. Manually setting scaling_max_freq only has an effect when my laptop is unplugged. This is a duplicate

[Bug 195982] Re: Shift key (and caps lock) stop working when using VMWare

2014-10-21 Thread Nathan
For me, it turned out that the Caps Lock as an extra control key was the culprit. xmodmap was xmodmap: up to 4 keys per modifier, (keycodes in parentheses): shift Shift_L (0x32), Shift_R (0x3e) lockCaps_Lock (0x42) control Control_L (0x25), Caps_Lock (0x42), Control_R

<    4   5   6   7   8   9   10   11   12   13   >