[Bug 993959] Re: libasound2-dev does miss static library since 1.0.25-1 - regression in 12.04 to 11.10

2020-04-16 Thread hackerb9
This bug still persists in Ubuntu 19.04 (Disco Dingo). My use case is porting 32-bit x86 assembly that calls ALSA through a C interface. In order to not require modern systems to have to install 32-bit libraries just for this one program, I would like to be able to link statically. -- You

[Bug 1802183] [NEW] fonts fail when non-UTF8 filenames exist anywhere

2018-11-07 Thread hackerb9
Public bug reported: When editing an ebook or setting the font embedding preferences, Calibre cannot find any fonts at all if there exists a filename anywhere in the font directory that contains text that is invalid UTF-8. This can happen if the font designer's computer was in a different LOCALE

[Bug 1802183] Re: fonts fail when non-UTF8 filenames exist anywhere

2018-11-07 Thread hackerb9
Script started on 2018-11-07 09:47:45-0800 $ ls Sumkin\ type\!/Sumkin\ Cover 'Sumkin by MRfrukta!.png' 'Sumkin Russian type by MRfrukta!.png' ''$'\346''Ҽ'$'\254\277\241'' '$'\336''ӿ'$'\365\324'' (1).png' ''$'\346''Ҽ'$'\254\277\241'' '$'\336''ӿ'$'\365\324'' (2).png' ''$'\346''Ҽ'$'\254\277\241''

[Bug 1758512] Re: No virtual terminals (CTRL+ALT+F?) when no user logged in; erratic behaviour when user logged in.

2018-08-23 Thread hackerb9
@raphael-fáistonpc: I have been having this and other GDM3 related issues hitting the laptops I administer and its a showstopper here, too. My current "solution" has been to give up on GDM3 and just 'sudo apt install lightdm'. Perhaps that will let your robotics team get back to work without

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2018-07-27 Thread hackerb9
Nearly a year later, this is still an immediate problem. For people finding this bug via Google, the only fix I've found that cares about security is to use Debian GNU/Linux instead of Ubuntu and `apt install firefox-esr`. This works because the stable (Stretch) version of Debian uses Firefox-ESR

[Bug 1775754] Re: Antiquated hardware crashes with SIGILL

2018-06-08 Thread hackerb9
By the way, I just tested it and csysdig works if compiled with liblua instead of libluajit. Maybe the i386 build should default to that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775754 Title:

[Bug 1775754] [NEW] Antiquated hardware crashes with SIGILL

2018-06-07 Thread hackerb9
Public bug reported: Antiquated hardware (i686-class pentium iii) runs Ubuntu great 99%, but Csysdig may be in the 1%. (Sysdig itself runs fine. Csysdig, the curses interface, crashes with SIGILL.) If this can't be fixed it'd be nice if Ubuntu separated/labelled packages that require special cpu

[Bug 1698501] Re: Please package a version of Firefox without SSE2

2017-06-17 Thread hackerb9
In Bug 1697800 Seth Arnold points out that the upgrade tools are not in a position to check architecture features before installation. While I don't know the best (least worst?) solution, here are some ideas. Option A) Compile the SSE2 parts of Firefox in a separate library and place it in

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
Seth writes, "running a known-insecure webbrowser is probably a bad idea." Agreed. Except I would say "definitely". It's important that Ubuntu gets some sort of a fix soon. I've already seen a person asking on a forum how to downgrade and being told to install a third party package by hand. This

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
By the way, since this problem is already causing Ubuntu LTS systems to break, it may make sense to implement a quick stopgap solution. One possibility is to change the version of Firefox in 16.04 to "firefox- esr" (Extended Support Release). While this release will only be supported by Mozilla

[Bug 1698501] [NEW] Please package a version of Firefox without SSE2

2017-06-16 Thread hackerb9
Public bug reported: As has been noted in Bug 1697800, Firefox now dies on machines which Ubuntu still supports (i686). This is a critical problem as Firefox was the only modern web browser that did not require the SSE2 extensions and Ubuntu has committed to long term support for machines without

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
It looks like this has been in the works for awhile and Mozilla had intended for Firefox to detect SSE2 support in the installer and in the automatic updates. Of course, Ubuntu is skipping both of those. https://bugzilla.mozilla.org/show_bug.cgi?id=1308167 It's urgent that this gets fixed. The

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
You can trigger a crash immediately on a machine without SSE2 by running firefox 54 like so: firefox https://www.quirksmode.org/html5/videos/big_buck_bunny.mp4 (Note that it must be an mp4 video. VP8 and Vorbis still work fine.) -- You received this bug notification because you are a

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
Spoke too soon. Firefox does still die of SIGILL, it just doesn't die immediately. It is still choking on an SSE2 instruction, though, so this is the same bug. Thread 1 "firefox" received signal SIGILL, Illegal instruction. 0xb20eab29 in ?? () from /usr/lib/firefox/libxul.so =>

[Bug 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-15 Thread hackerb9
I tried the version the version just released, 54.0+build3-0ubuntu0.16.04.1, and it appears Firefox is working again on a machine without SSE2. Thank you! I don't see anything in 'apt changelog firefox' describing what was done to fix it, though. Was it recompiled with different flags? This isn't

[Bug 1697800] [NEW] firefox dies with SIGILL on machines without SSE2

2017-06-13 Thread hackerb9
Public bug reported: I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on fine until I did an 'apt upgrade'. Worked: 50.1.0+build2-0ubuntu0.16.04.1 Fails: 53.0.3+build1-0ubuntu0.16.04.2 The bug was a little tricky to track down since AppArmor was killing firefox. I believe the

[Bug 1653691] Re: "Failed with an unknown error" could be more helpful

2017-01-05 Thread hackerb9
*** This bug is a duplicate of bug 811516 *** https://bugs.launchpad.net/bugs/811516 Hi Vej, That bug is similar, but I don't think it's a duplicate. In the bug from five years ago, the request is to make the Unknown Error less intimidating by doing things like hiding the traceback. To be

[Bug 1653691] [NEW] "Failed with an unknown error" could be more helpful

2017-01-03 Thread hackerb9
Public bug reported: I used Deja Dup for the first time today. I like that Deja Dup is usable by neophytes and newbies. Unfortunately, when it fails, which it did for me, it leaves a rather sour impression. In particular, I'm referring to Deja Dup's infamous "FAILED WITH AN UNKNOWN ERROR"

[Bug 1645846] [NEW] zramctl fails if called within a certain interval after modprobe zram.

2016-11-29 Thread hackerb9
Public bug reported: On my machine, I can trigger the bug 100% of the time if I do this: modprobe zram; d=$(zramctl --find) && zramctl --size 256M $d Here is the error message zramctl emits: zramctl: /dev/zram0: failed to reset: Device or resource busy However, the following always work

[Bug 363695] Re: update-apt-xapian-index uses too much CPU and memory

2016-11-03 Thread hackerb9
alled, use it to # prevent excessive interference with interactive users. STUTTER=$(which stutter) # Rebuild the index if [ -x "$CMD" ] then $STUTTER nice -n 19 $IONICE $IONICE_ARGS $CMD --quiet fi /usr/local/bin/stutter ==== #!/bin/bash # stutter: Force a process to pause its work eve

[Bug 841909] Re: Pulseaudio does not play in virtual console

2013-12-09 Thread hackerb9
I also have this bug, though on a multi-user system. I have one user who likes to play DJ and leave her music running while another is working at the console. Unfortunately, since PulseAudio pauses as soon as they switch accounts they have decided to work around the problem by not switching

[Bug 977804] Re: Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)

2013-08-25 Thread hackerb9
Did this ever get fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/977804 Title: Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device) To manage