Re: [Bug 1244176] Re: Server 13.10 Install Fails with USB Keyboard (Appears to Hang)

2013-11-09 Thread Jeffrey Walton
Hi Joseph, > http://cdimage.ubuntu.com/ubuntu-server/daily/current/ I can confirm the issue is still present with: trusty-server-i386.iso 09-Nov-2013 06:52 668M Server install image for PC (Intel x86) computers Oddly, the first two screens (CD-Language and Install) do accept input w

[Bug 1257877] Re: TLSv1.2 enabling tracker bug

2014-03-27 Thread Jeffrey Walton
> fwiw, I'm seeing issues with offlinemap and alpine seemingly as a result of > this bug. > > offlineimap now prints errors like: > Establishing connection to mail.brickies.net:993 > ERROR: While attempting to sync account 'ssm' > [Errno 104] Connection reset by peer If offlinemap is offlinemap.

[Bug 1299408] [NEW] Installation at 5/7 Progress, Can't Dismiss Message Box with "??? ???"

2014-03-29 Thread Jeffrey Walton
Public bug reported: I'm trying to install 14.04 Final Beta on an old Dell 4550. The image is http://mirrors.usinternet.com/ubuntu/releases//trusty/ubuntu-14.04-beta2-desktop-i386.iso. The old Dell has a Intel P4 2.0GHz, 2.0 GB memory. The one thing that might complicate this is a Silicon Image

[Bug 1299408] Re: Installation at 5/7 Progress, Can't Dismiss Message Box with "??? ???"

2014-03-29 Thread Jeffrey Walton
I just tried with 13.10. I got nearly the same result. The result of 13.10 differed in that I *could* dismiss the same message box after it was presented. With 14.04, I could not dismiss the message box (even with multiple clicks). On 13.10, once the message box was dismissed, the "Time Zone" ste

[Bug 1299408] Re: Installation at 5/7 Progress, Can't Dismiss Message Box with "??? ???"

2014-03-29 Thread Jeffrey Walton
Added to kernel package per http://wiki.ubuntu.com/Bugs/FindRightPackage. I still don't see how to mark this against 14.04. ** Package changed: ubuntu => ubiquity (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1614300] [NEW] Spidermonkey and use of tagged pointers

2016-08-17 Thread Jeffrey Walton
Public bug reported: Here's a discussion of some problems with the mozjs24 package on ARM64/Aarch64: "arm64 pointer tagging, VA-bits, the end of the world...", http://lists.debian.org/debian-arm/2016/08/msg00053.html. ** Affects: mozjs24 (Ubuntu) Importance: Undecided Status: New -

[Bug 1659716] [NEW] Please pickup the Valgrind fix for RDARAND and " Illegal opcode"

2017-01-26 Thread Jeffrey Walton
Public bug reported: Please pickup the Valgrind fix for RDARAND and " Illegal opcode". Valgrind report: * https://bugs.kde.org/show_bug.cgi?id=353370 Debian report: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823610 Working with the Crypto++ library: $ valgr

[Bug 1660222] [NEW] Kernel message "Scanning for low memory corruption every 60 seconds"

2017-01-29 Thread Jeffrey Walton
Public bug reported: I seem to be getting the dmesg associated with (BIOS area) memory corruptions: $ dmesg | grep -B 3 -A 3 'memory corruption' [0.00] 9 disabled [0.00] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [0.00] e820: last_pfn = 0x7b000 max_arch

[Bug 1660537] [NEW] HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-30 Thread Jeffrey Walton
Public bug reported: In the past I ran HTML pages through HTML Tidy provided by MacPorts on OS X. I'm now working on a Ubuntu 16.10/Yakkety system, and its doing an awful job on the pages. When I diff the pages nearly everything has changed. For example, Ubuntu's HTML Tidy is not indenting, its

[Bug 1660537] Re: HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-31 Thread Jeffrey Walton
Thanks for the quick response Hans. If you need a retest, then call it out. I'd be happy to perform it. Sorry about the mis-classification. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1660537 Titl

[Bug 1659716] Re: Please pickup the Valgrind fix for RDARAND and " Illegal opcode"

2017-01-31 Thread Jeffrey Walton
Thanks again Hans. Looking at the bug report, something obvious (to me) was not clear... The patch was already applied to Ubuntu 16.10. 16.10 does not produce the Illegal Opcode. Ubuntu 16.04 lacks the patch at the moment. 16.04 falls to the the Illegal Opcode. -- You received this bug notifica

[Bug 1660537] Re: HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-31 Thread Jeffrey Walton
This looks ominous... From Debian: $ tidy --version HTML Tidy for Linux released on 25 March 2009 >From MacPorts: $ /opt/local/bin/tidy --version HTML Tidy for Mac OS X version 5.2.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1660537] Re: HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-31 Thread Jeffrey Walton
> The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software at https://github.com/htacg/tidy-html5/issues . My bad... I did not check Debian. Let me see if there's a Debian bug covering it. Here's what MacPorts i

[Bug 1659716] Re: Please pickup the Valgrind fix for RDARAND and " Illegal opcode"

2017-01-31 Thread Jeffrey Walton
Ubuntu 16.04 x86_64 tested OK this afternoon. Thanks again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659716 Title: Please pickup the Valgrind fix for RDARAND and " Illegal opcode" To manage n

[Bug 1654795] [NEW] Clang 3.5, 3.6 and 3.7 can't compile a C++11 program with std::bind

2017-01-07 Thread Jeffrey Walton
Public bug reported: I'm working on Ubuntu 16 x86_64, fully patched. I'm trying to compile Jack Lloyd's Botan library. Its a C++11 TLS library. It can be found at https://github.com/randombit/botan. The compile fails with Clang 3.5, 3.6, 3.7 (3.8 is OK). The library fails with the error below. I

[Bug 1654795] Re: Clang 3.5, 3.6 and 3.7 can't compile a C++11 program with std::bind

2017-01-07 Thread Jeffrey Walton
I don't have a minimal, reduced case to reproduce it. But here's how to reproduce it using Botan: git clone git://github.com/randombit/botan cd botan ./configure.py --cc=clang --cc-bin=/usr/bin/clang++-3.{5|6|7} make -j 4 When make gets to the file src/lib/tls/tls_handshake_hash.cpp, the

[Bug 1654795] Re: Clang 3.5, 3.6 and 3.7 can't compile a C++11 program with std::bind

2017-01-08 Thread Jeffrey Walton
This may be useful. Someone else reported things were OK on Ubuntu 16.10. I exeprienced the issue under 16.10.1. $ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 16.04.1 LTS Release:16.04 Codename:xenial $ uname -a Linux ubuntu-16-x64-vm 4.4.

[Bug 1670096] [NEW] objdump fails to disassemble rdrand

2017-03-05 Thread Jeffrey Walton
Public bug reported: `objdump --disassemble` is not producing expected output for the rdrand instruction. The same test using rdseed appears to be ok. $ cat test.S globalNASM_RDRAND section .text align 16 NASM_RDRAND: rdrand rax jnc NASM_RDRAND

[Bug 1670096] Re: objdump fails to disassemble rdrand

2017-03-06 Thread Jeffrey Walton
The disassembly of rdrand looks ok in 2.26.1-1ubuntu1~16.04.3. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670096 Title: objdump fails to disassemble rdrand To manage notifications abou

[Bug 1584407] Re: ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20150930/dswload-210)

2017-03-10 Thread Jeffrey Walton
Not sure if it changes things... ASUS released an update for the AMI UEFI on the Z170M-E DE board. Its now version 2202, dated 02/15/2017. The issue is still present. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1602276] [NEW] mcelog missing cpu support

2016-07-12 Thread Jeffrey Walton
Public bug reported: It appears Core i5-5300U (5th generation) Intel processor support is missing from Ubuntu 14 LTS. Also see the FAQ item for the error message "only decoding architectural errors" at http://www.mcelog.org/faq.html#17. I'm guessing 6th gens are missing support. I'm also guessin

[Bug 1491658] Re: systemd[1]: Failed to insert module 'kdbus': Function not implemented

2016-04-07 Thread Jeffrey Walton
I'm seeing this on i686 WIly and linux-image-4.2.0-35-generic: [4.030019] clocksource: Switched to clocksource tsc [4.034058] systemd[1]: Failed to insert module 'kdbus': Function not implemented [4.049880] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT +SELINUX +IMA +A

[Bug 1616723] [NEW] Clang 3.4 only advertises SSE2

2016-08-24 Thread Jeffrey Walton
Public bug reported: I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc. Ubuntu provides Clang 3.4. On this machine, the compiler claims SSE2 is all that is available: $ clang++ -march=native -dM -E - < /d

[Bug 1616723] Re: Clang 3.4 only advertises SSE2

2016-08-24 Thread Jeffrey Walton
I think this is related from LLVM: "Issue 20213 - clang-cl doesn't support SSSE3", http://llvm.org/bugs/show_bug.cgi?id=20213. I can't find a Debian report at the moment. I was always aware there was some trouble due to working with OS X. I was not aware it was this bad. I did not realize there wa

[Bug 1616729] [NEW] Clang 3.5 only advertises SSE2

2016-08-24 Thread Jeffrey Walton
Public bug reported: I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc. After installing Clang 3.5, the compiler claims SSE2 is all that is available: $ clang++ -march=native -dM -E - < /dev/null | egrep

[Bug 1616731] [NEW] Clang 3.6 only advertises SSE2

2016-08-24 Thread Jeffrey Walton
Public bug reported: I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc. After installing Clang 3.6, the compiler claims SSE2 is all that is available: $ clang++ -march=native -dM -E - < /dev/null | egrep

[Bug 1616729] Re: Clang 3.5 only advertises SSE2

2016-08-25 Thread Jeffrey Walton
> This appears to be a Ubuntu issue. On a Debian 8 system with Clang 3.5 installed, I get the following, which seems to indicate Debian has remediated the issue... Regarding Comment 1, the host CPU has the following features. The Clang defines were consistent with the flags: flags : fpu vme de ps

[Bug 1616729] Re: Clang 3.5 only advertises SSE2

2016-08-25 Thread Jeffrey Walton
This appears to be a Ubuntu issue. On a Debian 8 system with Clang 3.5 installed, I get the following, which seems to indicate Debian has remediated the issue: $ clang++ -march=native -dM -E - https://bugs.launchpad.net/bugs/1616729 Title: Clang 3.5 only advertises SSE2 To manage notifications

Re: [Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-05-04 Thread Jeffrey Walton
> Can you confirm that the Wily kernel (4.2.0-36.41) > currently in -proposed fixes this bug? Thanks! All looks good when installing the three packages from wily-proposed: linux-headers-4.2.0-36-generic linux-image-4.2.0-36-generic linux-image-extra-4.2.0-36-generic. The kernel did not deference

[Bug 1317053] Re: not able to create a armel image

2016-07-31 Thread Jeffrey Walton
Upstream, Debian bug report: "Can't create armel chroot using debootstrap - Invalid Release file, no entry for main/binary- armel/Packages" (http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=833072). ** Bug watch added: Debian Bug tracker #833072 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug

[Bug 1620181] [NEW] Clang 3.6 cannot compile program with -std=c++14

2016-09-04 Thread Jeffrey Walton
Public bug reported: Clang 3.6 provided by Ubuntu claims to support C++14. -std=c++14 is not rejected by the compiler during feature testing. Attempting to compile a test program: $ cat test.cxx #include int main(int argc, char* argv[]) { return 0; } Results in the following: $ clang++ -std

[Bug 1620181] Re: Clang 3.6 cannot compile program with -std=c++14

2016-09-04 Thread Jeffrey Walton
GCC simply rejects the argument: $ g++ -std=c++14 test.cxx -o test.exe g++: error: unrecognized command line option ‘-std=c++14’ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620181 Title: Clang 3

[Bug 1620181] Re: Clang 3.6 cannot compile program with -std=c++14

2016-09-04 Thread Jeffrey Walton
This is kind of interesting from Stack Overflow (http://stackoverflow.com/q/17775390): This note in the gets manpage looks relevant: ISO C11 removes the specification of gets() from the C language, and since version 2.16, glibc header files don't expose the function declaration if the _ISOC1

[Bug 1620181] Re: Clang 3.6 cannot compile program with -std=c++14

2016-09-04 Thread Jeffrey Walton
Also see LLVM Issue 30277: Clang 3.6 cannot compile program with -std=c++14, https://llvm.org/bugs/show_bug.cgi?id=30277 . ** Bug watch added: LLVM #30277 https://llvm.org/bugs/show_bug.cgi?id=30277 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1561275] [NEW] Crash in Xserver due to VIA PM400 chipset, updated OpenChrome driver available

2016-03-23 Thread Jeffrey Walton
Public bug reported: I'm working on an i686 machine with a VIA C7-D processor and VIA PM400 graphics chipset. The machine runs Wily (15.10). The machine is available at http://www.amazon.com/dp/B01AXR2KBQ. Xserver crashes at boot because the downlevel driver does not handle the PM400 chipset very

[Bug 1561275] Re: Crash in Xserver due to VIA PM400 chipset, updated OpenChrome driver available

2016-03-23 Thread Jeffrey Walton
My bad... The proposed update is available; it was not called '0.3.4'. The patch appears to be available in Ubuntu in the -proposed repository. I tested the proposed patch from Debian upstream under Ubuntu, and the machine tested OK. The machine also tested OK with the manual patch as outlined by

[Bug 1540774] Re: Light Display Manager fails to load

2016-03-23 Thread Jeffrey Walton
The patch appears to be available in Ubuntu in the -proposed repository. I tested the proposed patch from Debian upstream under Ubuntu, and the machine tested OK. The machine also tested OK with the manual patch as outlined by Kevin Brace at http://lists.freedesktop.org/archives/openchrome- users/

[Bug 1540774] Re: Light Display Manager fails to load

2016-03-23 Thread Jeffrey Walton
Here's a related bug report that focuses purely on getting the updated OpenChrome driver into Updates: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- openchrome/+bug/1561275. Once the 1561275 is closed, this should be closed, too. -- You received this bug notification because you

[Bug 1554004] Re: Segfault on X startup with VX900

2016-03-23 Thread Jeffrey Walton
> I'm trying to add tag:verification-done-wily. Well, this is a pretty useless page: "PerformingSRUVerification", https://wiki.ubuntu.com/QATeam/PerformingSRUVerification. The section "Tagging the report" is especially useless. -- You received this bug notification because you are a member of Ub

[Bug 1554004] Re: Segfault on X startup with VX900

2016-03-23 Thread Jeffrey Walton
I'm trying to add tag:verification-done-wily. The updated driver at http://launchpad.net/ubuntu/+source/xserver-xorg- video-openchrome/1:0.3.3-1ubuntu1.1 was tested under Wily/15.10 it tested OK. The driver was installed from wily-proposed. The test rig for Wily/15.10 was a Qotom T26 (http://www.

[Bug 1556562] CRDA.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609417/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562 Title: VIA C7

[Bug 1556562] Lspci.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609420/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562 Title: VIA

[Bug 1556562] JournalErrors.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609419/+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/15565

[Bug 1556562] ProcCpuinfo.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609422/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562

[Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-03-23 Thread Jeffrey Walton
apport information ** Tags added: apport-collected wily ** Description changed: I'm working on an Lubuntu 15 machine. It was chosen because it supports VIA C7-D processor and the VIA PM400 chipset without crashing (also see ). Lubuntu 15 uses the 4.2 kernel: $ lsb_release -a No

[Bug 1556562] Lsusb.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609421/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562 Title: VIA

[Bug 1556562] ProcInterrupts.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609423/+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/155

[Bug 1556562] CurrentDmesg.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609418/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562

[Bug 1556562] ProcModules.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609424/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562

[Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-03-23 Thread Jeffrey Walton
Kamal - to avoid confusion, the log files were uploaded based on the 4.2.0-35-generic kernel without the patches (re: Luis' request). I'm getting to the updated 4.2.0-35-generic now (re: Kamal's request). -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1556562] UdevDb.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609425/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562 Title: VI

[Bug 1556562] WifiSyslog.txt

2016-03-23 Thread Jeffrey Walton
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1556562/+attachment/4609426/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556562 Ti

[Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-03-24 Thread Jeffrey Walton
Kamal - the updated kernel files cleared the issue. Thank you so much. Dmesg shows only the following, which I believe is expected when creating a socket with "AF_ALG" domain: [ 806.458783] NET: Registered protocol family 38 -- You received this bug notification because you are a member of

[Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-03-25 Thread Jeffrey Walton
I wanted to provide some feedback, if interested. Using Kamal's test kernel and asynchronus test vectors from Taruk's GitHub (https://github.com/tstruk/afalg_async_test)... The SKCIPHER asynchronous test program passed. However, the the AEAD asynchronous test program failed with: $ cd aead $

[Bug 1556562] Re: VIA C7-D machine "kernel NULL pointer dereference" in skcipher_recvmsg_async

2016-03-26 Thread Jeffrey Walton
It looks like this is why the AEAD test is failing (if I am parsing things correctly): http://patchwork.kernel.org/patch/8182971/. The current kernel sources are missing struct aead_async_rsgl, struct aead_async_req, et al. Also, from comment 18: s/Taruk's GitHub/Tadeusz GitHub/g. I'm not sure how

[Bug 1568428] [NEW] Python Exception list index out of range

2016-04-09 Thread Jeffrey Walton
Public bug reported: I'm attempting to debug a C++ program in a debug configuration under GDB. GDB seems to be having some trouble due to Python: Catchpoint 1 (exception thrown), 0x77b348b0 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (gdb) where #0 0x77b348

[Bug 1568428] Re: Python Exception list index out of range

2016-04-09 Thread Jeffrey Walton
Change to GDB. It sure would be nice if someone took the time to fix Launchpad and its broke package search. When looking up GDB, "Too many matches. Please try to narrow your search" is a useless error message. It would be better to give someone the damn result. ** Package changed: linux (Ubuntu)

[Bug 675854] [NEW] dsaparam missing from openssl package

2010-11-15 Thread Jeffrey Walton
Public bug reported: Binary package hint: openssl * Not security related * dsaparam is an application included with OpenSSL. It is used when generating dsa keys using the openssl application. dsaparam appears to be missing even though openssl is installed. ==

[Bug 675854] Re: dsaparam missing from openssl package

2010-11-15 Thread Jeffrey Walton
Brainfart: openssl dsaparam Please close this ticket. -- dsaparam missing from openssl package https://bugs.launchpad.net/bugs/675854 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ub

Re: [Bug 675854] Re: dsaparam missing from openssl package

2010-11-16 Thread Jeffrey Walton
Sorry man! On Tue, Nov 16, 2010 at 9:47 AM, Jamie Strandboge wrote: > Marking invalid per reporter's comment. > > ** Changed in: openssl (Ubuntu) >       Status: New => Invalid > > -- > dsaparam missing from openssl package > https://bugs.launchpad.net/bugs/675854 > You received this bug notifica

[Bug 678020] [NEW] libgnutls missing package configuration (PC) files

2010-11-20 Thread Jeffrey Walton
Public bug reported: * Not a security vulnerability * libgnutls appears to be missing its package configuration file. During causal reading of the GnuTLS online manual, section 7.1.5, Building the Sources, the manual states the following can be used to compile a program with the same settings us

[Bug 678020] Re: libgnutls missing package configuration (PC) files

2010-11-20 Thread Jeffrey Walton
Forgot to mention $ dpkg -s libgnutls26 Package: libgnutls26 Status: install ok installed Priority: standard Section: libs Installed-Size: 1176 Maintainer: Ubuntu Developers Architecture: amd64 Source: gnutls26 Version: 2.8.5-2 Replaces: gnutls0, gnutls0.4, gnutls3 Depends: libc6 (>= 2.8), li

[Bug 678020] Re: libgnutls missing package configuration (PC) files

2010-11-20 Thread Jeffrey Walton
** Description changed: * Not a security vulnerability * libgnutls appears to be missing its package configuration file. During causal reading of the GnuTLS online manual, section 7.1.5, Building the Sources, the manual states the following can be used to compile a program with the

[Bug 678020] Re: libgnutls missing package configuration (PC) files

2010-11-20 Thread Jeffrey Walton
It appears the only two GnuTLS related configuration files reside in local directories. from building the library from source. $ find / -name *.pc 2>/dev/null | grep gnutls /home/jeffrey/Desktop/gnutls-2.10.3/lib/gnutls.pc /home/jeffrey/Desktop/gnutls-2.10.3/libextra/gnutls-extra.pc $ ls /usr/lib

Re: [Bug 521977] Re: OpenSSL Version

2010-12-24 Thread Jeffrey Walton
On Fri, Dec 24, 2010 at 11:17 PM, Launchpad Bug Tracker <521...@bugs.launchpad.net> wrote: > [Expired for openssl (Ubuntu) because there has been no activity for 60 > days.] > > ** Changed in: openssl (Ubuntu) >       Status: Incomplete => Expired OK. But it still has not been fixed. Jeff > > --

[Bug 1472558] [NEW] GDB Crash during debugging session due to libstdcxx.v6.printers import register_libstdcxx_printers

2015-07-08 Thread Jeffrey Walton
Public bug reported: While attempting to debug a simple C++, program, GDB crashes. The program is below: $ gdb GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 ... (gdb) file ./cryptopp-test.exe Reading symbols from ./cryptopp-test.exe...done. (gdb) r Starting program: /home/user/cryptopp-test.exe

[Bug 1256576] Re: Ubuntu 12.04 LTS: OpenSSL downlevel version is 1.0.0, and does not support TLS 1.2

2015-05-12 Thread Jeffrey Walton
This can now be closed due to USN-2606-1 (http://www.ubuntu.com/usn/usn-2606-1/). Good work. I'm glad to see TLS 1.2 is now available to LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1256576 Tit

[Bug 1440450] [NEW] GDB does not honor `set output-base 16`

2015-04-04 Thread Jeffrey Walton
Public bug reported: >From below, GDB does not appear to honor `set output-base 16`. In case there's any ambiguity, I want to see output like 9D53491512D5A24D58A6D71D14A371... or 9D 53 49 15 12 D5 A2 4D 58 A6 D7 1D 14 A3 71 And I don't want to see \023\066\236\255\370ř\376\206\215... ***

[Bug 1244176] [NEW] Server 13.10 Install Fails with USB Keyboard (Appears to Hang)

2013-10-24 Thread Jeffrey Walton
Public bug reported: A fresh install of Server 13.10 on old hardware fails when a USB keyboard is present. The installation succeeds when a PS/2 keyboard is installed. The installation appears to hang at the third screen, which is "Select Language". The screen does not respond to keyboard or mous

[Bug 1244176] Re: Server 13.10 Install Fails with USB Keyboard (Appears to Hang)

2013-12-15 Thread Jeffrey Walton
> If verification is not done by 5 working days from today, > this fix will be dropped from the source code, and this bug > will be closed. Forgive my ignorance, but how do I test the fix. Adding a repo does not seem to apply since I fetch prebuilt ISO's from Ubuntu. That is, "selective upgrading

[Bug 1261465] Re: No UEFI boot on ASUS Q500A with Aptio BIOS

2013-12-16 Thread Jeffrey Walton
Here's that related link: https://bugs.launchpad.net/ubuntu/+bug/1260316 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261465 Title: No UEFI boot on ASUS Q500A with Aptio BIOS To manage notificati

[Bug 1261465] [NEW] No UEFI boot on ASUS Q500A with Aptio BIOS

2013-12-16 Thread Jeffrey Walton
Public bug reported: Ubuntu 12.04, 13.04 and 13.10 (in addition to Fedora 19 and 20) will not boot in UEFI mode on an ASUS Q500A laptop. The only way to boot to the disc is CSM (legacy) mode for the laptop. (Related: ). I was able to correct the problem, but I'm not sure what the problem was. The

[Bug 1261519] [NEW] Multiple Boot Option entries after UEFI installation

2013-12-16 Thread Jeffrey Walton
Public bug reported: After a UEFI install of Ubuntu 13.10, I have two Boot Option entries in the UEFI boot manager. Both entries seem to do the same thing. Fedora and Microsoft behave as expected and install one entry. Sorry I cannot classify this. Searching for "uefi" returns what appears to be

[Bug 1261519] Re: Multiple Boot Option entries after UEFI installation

2013-12-16 Thread Jeffrey Walton
** Attachment added: "Screen capture of boot manager with duplicate Ubuntu Boot Options taken with camera." https://bugs.launchpad.net/ubuntu/+source/boot/+bug/1261519/+attachment/3930552/+files/IMG_0107.JPG -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1261465] Re: No UEFI boot on ASUS Q500A with Aptio BIOS

2013-12-16 Thread Jeffrey Walton
** Attachment added: "837355: Script to rebuild Desktop ISO with lowercase bootx64.efi filename for ASUS laptops running Aptio UEFI" https://bugs.launchpad.net/ubuntu/+bug/1261465/+attachment/3930626/+files/fix-uefi-iso.sh -- You received this bug notification because you are a member of Ubu

[Bug 1261465] Re: No UEFI boot on ASUS Q500A with Aptio BIOS

2013-12-16 Thread Jeffrey Walton
Filed against kernel per https://wiki.ubuntu.com/Bugs/FindRightPackage#Kernel. ** Package changed: ubuntu => linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261465 Title: No UEFI boot on ASUS

[Bug 1262199] [NEW] Disk Usage thinks screen is 3000 pixels or so wide

2013-12-18 Thread Jeffrey Walton
Public bug reported: See attached. I'm unable to horizontally resize the window. The grab bar is available, but dragging does nothing. Perhaps it would be a good idea to make sure the Disk Usage window is no wider than the actual screen. $ lsb_release -rd Description:Ubuntu 13.10 Release:

[Bug 1263777] [NEW] Bad links for "Download Ubuntu Server for cloud" web page

2013-12-23 Thread Jeffrey Walton
Public bug reported: This is a web page/bad link/bad download/documentation bug for Ubuntu Cloud. "Installing Ubuntu OpenStack" (http://www.ubuntu.com/download/cloud /install-ubuntu-cloud) provides three options. The second option, "Ubuntu OpenStack" (http://www.ubuntu.com/download/cloud/install

[Bug 1256576] Re: Ubuntu 12.04 LTS: OpenSSL downlevel version is 1.0.0, and does not support TLS 1.2

2013-12-05 Thread Jeffrey Walton
> Ubuntu 12.04 contains openssl 1.0.1, which supports TLS v1.2. My bad I should have been using `apt-cache show` instead of `ldd`. > Unfortunately, because of the large number of sites which incorrectly handled > TLS v1.2 negotiation, we had to disable TLS v1.2 on the client. > > See the follo

[Bug 1260316] [NEW] Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
Public bug reported: ASUS Q500A laptop with UEFI and Secure Boot enabled. Windows 8 (x64) was installed and working great. There were four partitions for the Windows installation using GPT. They included Boot, Recovery and two others. I used Gparted to layout the disk. The Windows isntallation wa

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
> I attempted to install Ubuntu 12.04.3 LTS on /dev/sda6. The only way it > would install was to disable Secure Boot and enable CSM (legacy) mode. > After install, there was no way to boot to Ubuntu 12.04. Windows 8 was > still installed and working great. The grub loader for 12.04 was also install

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
** Attachment added: "UEFI Boot Settings after Ubuntu 13.10 install (1)" https://bugs.launchpad.net/ubuntu/+bug/1260316/+attachment/3928112/+files/uefi-boot-settings-1-after-ubuntu-install.jpg.JPG -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
** Attachment added: "UEFI Boot Settings after Ubuntu 13.10 install (2)" https://bugs.launchpad.net/ubuntu/+bug/1260316/+attachment/3928113/+files/uefi-boot-settings-2-after-ubuntu-install.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
** Attachment added: "UEFI Boot Menu after Ubuntu 13.10 install" https://bugs.launchpad.net/ubuntu/+bug/1260316/+attachment/3928111/+files/uefi-boot-menu-after-ubuntu-install.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
> I attempted to install 13.10 over top of 12.04 with Secure Boot and without > CSM mode. At the menu item of 5 choices (sorry, I did not snap a picture of > it), I clearly selected to install over the existing installation. I did > *not* select > "use entire disk" or other choices. An image of th

[Bug 1260316] Re: Install on UEFI/SecureBoot Blows out Windows 8 (Ubuntu 13.10 Desktop)

2013-12-12 Thread Jeffrey Walton
** Attachment added: "Ubuntu 13 Installation Type" https://bugs.launchpad.net/ubuntu/+bug/1260316/+attachment/3928137/+files/ubuntu-13-installation-type.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1502465] [NEW] Valgrind produces incorrect result under 3.10

2015-10-03 Thread Jeffrey Walton
Public bug reported: I'm working with Ubuntu 14.04 LTS (x86_64), fully patched. I compiled software using Intel's compiler, ICC/ICPC. Its a free download for free and open projects (). Ubuntu 14's version of Valgrind is 3.10, and it produced a finding against an Intel library function "__intel_pr

[Bug 1514309] [NEW] Undefined Behavior in GCC 4.8 ios_base.h

2015-11-08 Thread Jeffrey Walton
Public bug reported: On Linux, the distros often use libstdc++ rather than libc++ for Clang. Building libcxx is an art that I have never been able to untangle, and I think the maintainers have discovered the same. Below, I'm catching a UB finding when using Clang and libstdc++. This one has been

[Bug 839393] Re: Network problem with the r8169 driver and RTL8111/8168B

2015-12-22 Thread Jeffrey Walton
This issue is still present in Ubuntu Server, 14.03. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839393 Title: Network problem with the r8169 driver and RTL8111/8168B To manage notifications abou

[Bug 1528752] [NEW] Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-22 Thread Jeffrey Walton
Public bug reported: The Realtech "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" is still a problem. Its just been encountered on a Ubuntu Server 14.03 install. The network adapter was not usable from the install CD, and it was not usable after an "apt-get update && apt-get

[Bug 1528752] Re: Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-22 Thread Jeffrey Walton
Bug 839393 (http://bugs.launchpad.net/ubuntu/+source/linux-backports- modules-3.0.0/+bug/839393) seems to be the grandfather of most of these bug reports relating to this issue. Unfortunately, it was closed as Fixed, and additional comments on problems was closed as "Won't Fix". -- You received t

[Bug 1528752] Re: Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-22 Thread Jeffrey Walton
Updated package to ubuntu-drivers-common. ** Package changed: linux-backports-modules-3.0.0 (Ubuntu) => ubuntu- drivers-common (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528752 Title:

[Bug 1528752] Re: Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-22 Thread Jeffrey Walton
** Attachment added: ""lspci -vnvn" and dmesg output" https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-3.0.0/+bug/1528752/+attachment/4539325/+files/1528752.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1528752] Re: Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-22 Thread Jeffrey Walton
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06) Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0123] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Step

[Bug 1528752] Re: Ubuntu Server 14.03 can't use "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)" adapter

2015-12-23 Thread Jeffrey Walton
These two discussions may have something to do with things: * http://ubuntuforums.org/showthread.php?t=2219332 * http://ubuntuforums.org/showthread.php?t=2220120 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1375071] Re: g++-arm-linux-gnueabi cannot compile a C++ program with --sysroot

2016-02-10 Thread Jeffrey Walton
As Denis stated in Comment #4, this problem appears in ARMHF toolchain, also. See, for example: * "Linking error when compiling Crypto++ for ARMHF", http://stackoverflow.com/q/31698241 * "Crypto++ Issue 134: setenv-embedded.sh and GNUmakefile-cross", http://github.com/weidai11/cryptopp/issues

[Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-02-12 Thread Jeffrey Walton
>From Comment #48 (https://bugs.launchpad.net/linux/+bug/1488719/comments/48): > If you don't want to downgrade your kernel: become root ('sudo su'), > then open '/etc/default/grub' for edition (e.g. 'gedit /etc/default/grub'), > then add the 'nomodeset' option to "GRUB_CMDLINE_LINUX_DEFAULT=" > (

[Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-02-12 Thread Jeffrey Walton
>From Comment #124 (https://bugs.launchpad.net/linux/+bug/1488719/comments/124): > ... I did this now for a lot of times (because setting the display settings up again sucks) I had luck with the following. It removed all of the dmesg's except one: $ uname -a Linux qotom 3.19.0-49-generic .

[Bug 1540774] Re: Light Display Manager fails to load

2016-02-13 Thread Jeffrey Walton
Now related in the Debian BTS: http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=814682. ** Bug watch added: Debian Bug tracker #814682 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814682 ** Project changed: lightdm => xserver-xorg-video-openchrome (Ubuntu) -- You received this bug notif

[Bug 1545441] [NEW] Xenial/4.4 kernel does not honor biosdevname=0

2016-02-14 Thread Jeffrey Walton
Public bug reported: I installed the Xenial daily testing image dated 2-13-2016 (ttp://cdimage.ubuntu.com/lubuntu/daily-live/20160213/xenial- desktop-i386.iso). I'm booting the kernel with the following: ipv6.disable=1 biosdevname=0 longhaul.enable=0 audit=0 quiet splash However, eth0 is be

<    1   2   3   4   >