[Bug 1762113] Re: Tools no longer work against hardware TPM device on e.g. Intel NUC's tpm_crb driver on recent kernels

2018-04-10 Thread Antti S. Lankila
I'm adding a comment here as I have new information. I discovered a tpm_crb-driven tpm implementation on a laptop running Bionic (ASUS ZenBook UX360CAK). Now that I happened to test tpm2-tools on it, I discovered that: - tpm2_getrandom worked on it, - tpm2_listpcrs also worked. The /dev/tpm0

[Bug 1762113] [NEW] Tools no longer work against hardware TPM device on e.g. Intel NUC's tpm_crb driver on recent kernels

2018-04-07 Thread Antti S. Lankila
Public bug reported: Executing something like this should cause the TPM to return 4 bytes of random data: $ sudo strace tpm2_getrandom -T device 4 strace shows that this happens instead: openat(AT_FDCWD, "/dev/tpm0", O_RDWR) = 3 write(3, "\200\1\0\0\0\f\0\0\1{\0\4", 12) = 12 read(3,

[Bug 1739631] Re: Fresh install with JDK 9 can't use the generated PKCS12 cacerts keystore file

2018-02-01 Thread Antti S. Lankila
To comment #5: If what you describe is true, then that is a different bug, somehow. The default cacerts file should be in pkcs12 format, which can't be used by java for some reason. The JKS keystore file can be read, regardless of the keystore type setting in the security file. However, I am

[Bug 1739631] Re: Fresh install with JDK 9 can't use the generated PKCS12 cacerts keystore file

2018-01-29 Thread Antti S. Lankila
While it may be so that OpenJDK ships with empty certificates file, this is not sufficient to explain the issue, or consistent with the bug report I made. Quoting from the original bug report: "I discovered that the JDK's lib/security/cacerts is a symlink to /etc/ssl/certs/java/cacerts, which is

[Bug 1739631] [NEW] Fresh install with JDK 9 can't use the generated PKCS12 cacerts keystore file

2017-12-21 Thread Antti S. Lankila
Public bug reported: I ran into a problem after doing approximately the following on an install of Ubuntu 17.10: sudo apt-get install openjdk-9-jdk maven ca-certificates-java Running "mvn package" on my own project threw this error without downloading anything:

[Bug 1289378] Re: rt2800 crash on skb_push, apparently underflows the skb area

2014-03-19 Thread Antti S. Lankila
Submited upstream bug https://bugzilla.kernel.org/show_bug.cgi?id=72471 ** Bug watch added: Linux Kernel Bug Tracker #72471 http://bugzilla.kernel.org/show_bug.cgi?id=72471 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1289378] Re: rt2800 crash on skb_push, apparently underflows the skb area

2014-03-19 Thread Antti S. Lankila
** Tags added: kernel-bug-reported-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289378 Title: rt2800 crash on skb_push, apparently underflows the skb area To manage notifications about

[Bug 1289378] Re: rt2800 crash on skb_push, apparently underflows the skb area

2014-03-12 Thread Antti S. Lankila
Tested with 3.14-rc6, crash occurred in about 1 hour. ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289378 Title: rt2800 crash on skb_push, apparently

[Bug 1289378] [NEW] rt2800 crash on skb_push, apparently underflows the skb area

2014-03-07 Thread Antti S. Lankila
Public bug reported: I have RT2800-based 5 GHz wireless card that serves as access point with hostapd. The hardware has served me well for years, but just yesterday on the 6th, the system has started crashing random. The system is headless, so I have no images of the prior crashes, but I

[Bug 1001584] [NEW] libvirt-bin support for hugepages: apparmor needs a rule for hugetlbfs

2012-05-19 Thread Antti S. Lankila
Public bug reported: Firstly, transparent hugepages can be enabled with: # echo always /sys/kernel/mm/transparent_hugepage/enabled they are nice and easy to get working, but do not survive memory pressure on the host. I/O pressure on the host breaks the 2M pages back to 4k pages, and therefore

[Bug 657457] [NEW] interleave ! pulsesink link doesn't work

2010-10-09 Thread Antti S. Lankila
Public bug reported: I have a stereo LADSPA plugin I want to use to filter my audio using gstreamer. Unfortunately, I discovered that gstreamer's gstladspa plugin can't be naturally used with stereo sound sources. However, I realized that the interleave and deinterleave plugins can be used to

[Bug 657457] Re: interleave ! pulsesink link doesn't work

2010-10-09 Thread Antti S. Lankila
OK, I discovered that NULLing out the channel map in the pa_stream_new() call seems to fix the problem, so therefore the problem must be with bad generation of the channel-positions in interleave source or bad handling of (valid) channel-positions in pulsesink. I haven't yet worked out how to

[Bug 630223] [NEW] Multiple config file support regression

2010-09-04 Thread Antti S. Lankila
Public bug reported: Binary package hint: hostapd In maverick, the /etc/init.d/hostapd script does this: [[ -r $DAEMON_CONF ]] || exit 0; However, hostapd itself supports multiple config files to run an access point simultaneously on several interfaces. (See man page of hostapd.) Here's the

[Bug 478974] Re: GDM should use the preferred layout of the user

2009-11-30 Thread Antti S. Lankila
I was about to open a bug just like this one. In my opinion, the keyboard configuration program should have a way of setting user's preferred keyboard, which applies to GDM as well. My situation was the follows: GNOME always came up with USA keyboard layout, which I then fixed every time by going

[Bug 457144] [NEW] Add pulseaudio support to sun-java6-jdk

2009-10-21 Thread Antti S. Lankila
Public bug reported: OpenJDK for amd64 contains the following files: ./jre/lib/amd64/libpulse-java.so ./jre/lib/ext/pulse-java.jar and a sound.properties file with this: # OpenJDK on Ubuntu is configured to use PulseAudio by default

[Bug 457144] Re: Add pulseaudio support to sun-java6-jdk

2009-10-21 Thread Antti S. Lankila
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34098646/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/34098648/XsessionErrors.txt -- Add pulseaudio support to sun-java6-jdk https://bugs.launchpad.net/bugs/457144 You received

[Bug 326149] Re: ondemand cpufreq governor reacts too slowly

2009-03-31 Thread Antti S. Lankila
As a workaround, I have these lines in my rc.local to fix my two cores: echo 30 /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold echo 30 /sys/devices/system/cpu/cpu1/cpufreq/ondemand/up_threshold The default value of 95 seems tad high. I think it takes about 2 seconds here before CPU

Re: [Bug 80834] Re: Unexpected crash while playing ogg file in g_hash_table_foreach

2007-02-14 Thread Antti S. Lankila
Sebastien Bacher wrote: Antti, could you get a new crash file, the crash format changed I promise, next time it crashes. It has worked good lately. -- Antti -- Unexpected crash while playing ogg file in g_hash_table_foreach https://launchpad.net/bugs/80834 -- ubuntu-bugs mailing list

Re: [Bug 81426] Re: [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()

2007-02-14 Thread Antti S. Lankila
Sebastien Bacher wrote: Thanks for your bug report. The crash looks like a memory corruption. Could you try to get a valgrind log for it? (you can follow the instructions from https://wiki.ubuntu.com/Valgrind for that) I found out that I could workaround the issue by uninstalling the

[Bug 81426] Re: [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()

2007-02-14 Thread Antti S. Lankila
It seems launchpad ate the email attachment. ** Attachment added: The valgrind log http://librarian.launchpad.net/6425796/valgrind.log.1859.gz -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list

[Bug 81426] [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text()

2007-01-25 Thread Antti S. Lankila
Public bug reported: gnome-control-center just crashes on segfault on startup. Don't know why. ProblemType: Crash Date: Thu Jan 25 11:15:08 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/gnome-control-center Package: gnome-control-center 1:2.17.90-0ubuntu1 ProcCmdline:

[Bug 81426] CoreDump.gz

2007-01-25 Thread Antti S. Lankila
** Attachment added: CoreDump.gz http://librarian.launchpad.net/5852973/CoreDump.gz -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] Disassembly.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: Disassembly.txt http://librarian.launchpad.net/5852975/Disassembly.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] ProcMaps.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: ProcMaps.txt http://librarian.launchpad.net/5852976/ProcMaps.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] Dependencies.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: Dependencies.txt http://librarian.launchpad.net/5852974/Dependencies.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] Registers.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: Registers.txt http://librarian.launchpad.net/5852978/Registers.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] ProcStatus.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: ProcStatus.txt http://librarian.launchpad.net/5852977/ProcStatus.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] Stacktrace.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: Stacktrace.txt http://librarian.launchpad.net/5852979/Stacktrace.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 81426] ThreadStacktrace.txt

2007-01-25 Thread Antti S. Lankila
** Attachment added: ThreadStacktrace.txt http://librarian.launchpad.net/5852980/ThreadStacktrace.txt -- [apport] gnome-control-center crashed with SIGSEGV in g_markup_escape_text() https://launchpad.net/bugs/81426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 80834] Unexpected crash while playing ogg file in g_hash_table_foreach

2007-01-21 Thread Antti S. Lankila
Public bug reported: Binary package hint: rhythmbox So far I don't know how to reproduce this. I have had rhythmbox crash several times, but always unpredictably, a few minutes in the song. Sometimes it doesn't seem to outright crash but just locks up, and I end up killing it. This time a

[Bug 80834] Re: Unexpected crash while playing ogg file in g_hash_table_foreach

2007-01-21 Thread Antti S. Lankila
** Attachment added: Apport-generated crash report. http://librarian.launchpad.net/5807766/_usr_bin_rhythmbox.1000.crash -- Unexpected crash while playing ogg file in g_hash_table_foreach https://launchpad.net/bugs/80834 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com