[Bug 1896717] [NEW] [FFE] notcurses 1.7.4 for ubuntu 20.10

2020-09-22 Thread nick black
Public bug reported: Hello. I'd like to request a Feature Freeze Exception for 20.10 per the instructions at https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze_for_new_upstream_versions. Ubuntu 20.10 currently has notcurses 1.7.0, imported directly from Debian (where I'm the maintainer,

[Bug 1896717] Re: [FFE] notcurses 1.7.4 for ubuntu 20.10

2020-09-23 Thread nick black
Wonderful, thanks so much Łukasz! Yes, a sync from Debian Unstable (or Debian Testing sometime today, when it passes the testing threshold) seems the easiest way to do things, given that I lack Ubuntu upload privileges. Yes, I was able to perform a successful build (using both dpkg- buildpackage

[Bug 1913676] [NEW] libmariadb3 fails to include caching_sha2_password.so

2021-01-28 Thread Daniel Black
Public bug reported: The lack of this shared library means MySQL/MariaDB client connectors connecting to a MySQL-8.0 server (which defaults to caching_sha2_password being the default authentication for users, will get a connection rejected message. This leads to extremely popular work around answ

[Bug 1873696] Re: [needs-packaging] notcurses

2020-05-24 Thread nick black
It appears that notcurses has automatically been imported into Groovy: https://packages.ubuntu.com/source/groovy/notcurses so we can close this as resolved! ** Changed in: ubuntu Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1872854] Re: GCC-10 library conflict on s390x

2020-04-15 Thread Daniel Black
Not enabled by default, but whitelisted https://github.com/travis-ci /apt-source-safelist/blob/master/ubuntu.json#L557 and one of the easiest ways to run CI on multiple gcc compiler versions, and architectures since fairly recently (https://docs.travis-ci.com/user/multi-cpu- architectures/). -- Y

[Bug 1873696] [NEW] [needs-packaging] notcurses

2020-04-19 Thread nick black
Public bug reported: I am the author of notcurses, a character graphics/TUI library with deep Unicode support, 24-bit TrueColor, and multithreading safety. I recently packaged it for Debian, and it was accepted into Debian Unstable yesterday evening. The Debian ITP bug is here: https://bugs.debi

[Bug 1873696] Re: [needs-packaging] notcurses

2020-04-19 Thread nick black
If it is useful, I have Ubuntu packages available here: https://www.dsscaw.com/repos/apt/ubuntu/ (PPA material) https://www.dsscaw.com/repos/apt/ubuntu/pool/main/n/notcurses/ (direct link) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1784772] [NEW] libuuid1-2.31.1-0.4ubuntu3 install fails with cross-arch install

2018-07-31 Thread Daniel Black
Public bug reported: My goal was to install libxml2-dev:${arch} in a ubuntu for cross compilation. This failed because of libuuid1's dependency information. https://packages.ubuntu.com/bionic-updates/s390x/libuuid1/filelist indicates its a multiarch package. Attempting to install libuuid1 from a

[Bug 1784779] [NEW] libglib2.0-dev cross architecture installation fails

2018-07-31 Thread Daniel Black
Public bug reported: While attempting to install libglib2.0-dev for a cross-compile I ran into the following dependency issue; on x86_64 host: $ cat Dockerfile ARG BASE=ubuntu:18.04 FROM $BASE ENV DEBIAN_FRONTEND=noninteractive ARG DEBARCH=s390x RUN echo "deb [arch=$DEBARCH] http://ports.ubun

[Bug 1786658] [NEW] splint: does not know about multiarch paths

2018-08-11 Thread Daniel Black
Public bug reported: https://github.com/ClusterLabs/libqb/blob/master/lib/Makefile.am#L149 has this hack and while Debian has fixed it Ubuntu the build/check for non-x86 will fial. This has been fixed in Debian. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675025 ** Affects: splint (Ubuntu)

[Bug 1649453] Re: systemd starts postfix before resolver

2016-12-14 Thread Greg Black
** Also affects: postfix (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/1649453 Title: systemd starts postfix before resolver To manage notificat

[Bug 1666696] [NEW] [bytcr-rt5651 - bytcr-rt5651, playback] Pulseaudio fails to detect card

2017-02-21 Thread Jason Black
Public bug reported: No sound when play video, music or clips in the internet. In audio setting it's shown as dummy device ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: pulseaudio 1:10.0-1ubuntu1 ProcVersionSignature: Ubuntu 4.10.0-5.7+IntelAtom-linuxium 4.10.0-rc6 Uname: Linux 4.10.0-5-l

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-11-07 Thread Daniel Black
I've updated bug 1706281. No reproducible test case yet. 1706281 is more important that this one (if I can reproduce the fault yet). If I don't get a confirmation for #1706281 in the next few days can you please process this one separately. I've also checked and the latest 5.7.20 release doesn't

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-11-07 Thread Daniel Black
https://bugs.mysql.com/bug.php?id=87995 coming in 5.7.21 Thanks Robie for getting traction there. ** Bug watch added: MySQL Bug System #87995 http://bugs.mysql.com/bug.php?id=87995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-10-05 Thread Daniel Black
FWIW the gdb was to show that 0 memory pages was allocated as file_size, aka opt_tc_log_size (24k based on the minimum and default log-tc-size setting), is less than tc_log_page_size (64k Power page size) (gdb) 146 npages=(uint)file_length/tc_log_page_size; (gdb) p npages $16 = 0 (gdb) p pages $17

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-10-05 Thread Daniel Black
apologies for the delay. still trying to get a test case. I'll continue looking next week. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursiv

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-09-14 Thread Daniel Black
On xenial. I've used the ENABLE_DOWNLOADS to get the google-mock/test suite to get the unit test TCLogMMapTest.TClogCommit to compile. $ sudo apt-get builddep mysql-5.7

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-09-19 Thread Daniel Black
An alternate to ENABLE_DOWNLOAD apt install googletest (needs 1.8.0 - so zesty or artful) sudo ln -s /usr/src/googletest /usr/src/googletest-release-1.8.0 and -DDOWNLOAD_ROOT=/usr/src in debian/rules instead of -DENABLE_DOWNLOADS=1 unit tests will be build then. -- You received this bug not

[Bug 646501] Re: fail2ban failes if dns has more than one ip

2013-11-24 Thread Daniel Black
https://github.com/fail2ban/fail2ban/blob/ea1948eff40953b4590858698ced9f6b4c3733f8/server/filter.py#L377 looks like it adds failures for all DNS resolution for a long time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 701522] Re: integration with ufw

2013-11-24 Thread Daniel Black
https://github.com/fail2ban/fail2ban/issues/455 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701522 Title: integration with ufw To manage notifications about this bug go to: https://bugs.launchpad

[Bug 648138] Re: There is no unban command on client

2013-11-24 Thread Daniel Black
added in ver. 0.8.8 https://github.com/fail2ban/fail2ban/issues/86 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/648138 Title: There is no unban command on client To manage notifications about thi

[Bug 1255631] Re: PlayOnLinux requires curl even though it isn't a dependancy

2013-11-27 Thread Josh Black
Just install curl. Thats all. Not everything can do everything for you. Install curl, and move on. ** Changed in: playonlinux (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1219684] Re: Depency of Curl and 7z is missing for PlayOnLinux

2013-11-11 Thread Josh Black
I stand corrected; Saucy has 4.2.1 in their repo: http://packages.ubuntu.com/saucy/playonlinux If it says that you need to install curl and p7zip, simply install them, and the errors will not be there. Its quite trivial. Simply install, and use as usual. If you are missing a dependency, it will

[Bug 1219684] Re: Depency of Curl and 7z is missing for PlayOnLinux

2013-11-11 Thread Josh Black
Assigning to myself (admin for POL), to see if we can get the repo updated. :) ** Changed in: playonlinux (Ubuntu) Assignee: (unassigned) => Josh Black (djyoshabyd) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1219684] Re: Depency of Curl and 7z is missing for PlayOnLinux

2013-11-11 Thread Josh Black
This is NOT A BUG. We (The PlayOnLinux Team) have stated previously that whatever bugs are being reported here have been corrected. The version in ALL of Ubuntu's repositories (as far as I can see) is SUPER old. The current STABLE version that is recommended for use is PlayOnLinux 4.2.1. This is NO

[Bug 1219684] Re: Depency of Curl and 7z is missing for PlayOnLinux

2013-11-11 Thread Josh Black
Current dev release has that already (if I am not mistaken), but has not been released as stable, as of yet. Will update after I check it. If I am incorrect in that being fixed in the current dev version, Ill make sure its added as a fix to the next stable release. Again, I can see at least Saucy h

[Bug 1219684] Re: Depency of Curl and 7z is missing for PlayOnLinux

2013-09-06 Thread Josh Black
This is not a bug. If you installed from the Ubuntu repos, that version is SUPER out of date. Download 4.2.1 from playonlinux.com. I have been trying to get Ubuntu to update their repos, but they have not done so. This is not a bug. You simply need to install those dependencies. sudo apt-get inst

[Bug 1312545] [NEW] Cannot install ubuntu 14.04 ==> error no 5

2014-04-24 Thread Black Hat
Public bug reported: Cannot install ubuntu 14.04 ==> error no 5 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.7 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 ApportVers

[Bug 1310757] Re: playonlinux Ubuntu freezer

2014-04-21 Thread Josh Black
Sorry. I mean, "Marking this bug report as invalid..." It has been a long day so far. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310757 Title: playonlinux Ubuntu freezer To manage notificat

[Bug 1310757] Re: playonlinux Ubuntu freezer

2014-04-21 Thread Josh Black
This is actually related to Wine, but really, this should be posted on the PlayOnLinux forums. Please go to playonlinux.com, create an account, and report your issue there. Wine is a very picky thing, and not always perfect. Regardless of which, this is not an Ubuntu issue at all. Marking this pac

[Bug 1660384] Re: package cubemap 1.3.1-1build1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-02-19 Thread Vampiric Black
por fabor necesito solucion y ademas de eso el gestor de archivos se cierra a cada rato mientras estoy en edicion de imagenes... ayudenme por favor... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/166

[Bug 1660384] [NEW] package cubemap 1.3.1-1build1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-01-30 Thread Vampiric Black
Public bug reported: cada vez que enciendo mi laptop me sale ese error de sistema... por favor ayudenme a solucionarlo... hablo espanol... ProblemType: Package DistroRelease: Ubuntu 16.10 Package: cubemap 1.3.1-1build1 ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11 Uname: Linux 4.8.0-34-

[Bug 1656370] [NEW] merging symbolic link with target folder of same name destroys folder

2017-01-13 Thread Michael Black
Public bug reported: I recently lost a directory full of valuable files. I'm running ubuntu 16.04 and using nautilus 3.14.3 Here's how to replicate this bug. From a terminal window starting in my home directory: mkdir useful cd useful touch stuff1.txt touch stuff2.txt cd ../Desktop ln -s ../u

[Bug 1656370] Re: merging symbolic link with target folder of same name destroys folder

2017-01-13 Thread Michael Black
I reposted this as a comment for Gnome Bugzilla bug #632323, which was opened in 10/2010 and appears to describe an identical problem. Six years in it doesn't seem to have been addressed. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1649453] Re: systemd starts postfix before resolver

2017-01-02 Thread Greg Black
Any idea when the fix will appear in updates for yakkety? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649453 Title: systemd starts postfix before resolver To manage notifications about this bug

[Bug 1649453] Re: systemd starts postfix before resolver

2017-01-02 Thread Greg Black
OK. Thanks for the update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649453 Title: systemd starts postfix before resolver To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-11-06 Thread Daniel Black
I haven't managed to reproduce however I see no reason why the bug would of gone away from the code changes made since the mysql versions Daniel Axtens used when https://bugs.mysql.com/bug.php?id=80436 was written. I'm just going to keep trying. I see [~racb] was trying to bundle this patch with b

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-07-25 Thread Daniel Black
** Package changed: dbf2mysql (Ubuntu) => mysql-5.7 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706291 Title: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) mi

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-25 Thread Daniel Black
** Package changed: dbf2mysql (Ubuntu) => mysql-5.7 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc durin

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-25 Thread Daniel Black
** Also affects: mysql-5.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/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-31 Thread Daniel Black
Previous "Clarification from upstream" is a different bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during

[Bug 1714420] [NEW] kernel oops - kvm guest started at boot time

2017-08-31 Thread Daniel Black
Public bug reported: [0.00] Linux version 4.4.0-93-generic (buildd@bos01-ppc64el-025) (gcc version 5.4.0 20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.4) ) #116-Ubuntu SMP Fri Aug 11 16:30:16 UTC 2017 (Ubuntu 4.4.0-93.116-generic 4.4.79) ... [ 380.184554] KVM guest htab at c0799900 (

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-08-31 Thread Daniel Black
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e47057151422a67ce08747176fa21cb3b526a2c9 is the missing commit. This is a fix to commit 46a704f8409f ( https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=46a704f8409f), which I have validated

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-08-31 Thread Daniel Black
Introduced 4.4.0-88.111 "KVM: PPC: Book3S HV: Preserve userspace HTM state properly" according to changelog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714420 Title: kernel oops - kvm guest sta

[Bug 1714859] [NEW] oops in 4.4.0-62-generic (ppc64le)

2017-09-03 Thread Daniel Black
Public bug reported: Sep 1 14:23:30 p87 kernel: [17274563.423972] device vnet2 entered promiscuous mode Sep 1 14:23:30 p87 kernel: [17274563.436101] br0: port 4(vnet2) entered forwarding state Sep 1 14:23:30 p87 kernel: [17274563.436113] br0: port 4(vnet2) entered forwarding state Sep 1 14:

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-03 Thread Daniel Black
While attempting to reproduce: With make -j 400 running in another shell: danielgb@p87:~$ virsh suspend jenkins-ppc64 Domain jenkins-ppc64 suspended wait over 2 minutes. danielgb@p87:~$ virsh resume jenkins-ppc64 Domain jenkins-ppc64 resumed danielgb@p87:~$ virsh list IdName

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-09-04 Thread Daniel Black
danielgb@p87:~$ apt-get source linux-image-4.4.0-93-generic danielgb@p87:~$ cd linux-4.4.0/ danielgb@p87:~/linux-4.4.0$ patch -p1 < ../index.html\?id\=e47057151422a67ce08747176fa21cb3b526a2c9 checking file arch/powerpc/kvm/book3s_hv.c Hunk #1 succeeded at 2708 (offset -503 lines). danielgb@p87:

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-10 Thread Daniel Black
I hadn't used sshfs on Power machines before so there isn't a prior good version. Mainline v4.13 - jenkins-ppc64 steps on host: virsh start {guest} sshfs ozlabs@jenkins-ppc64:/home/ozlabs jenkins-ppc64/ -o reconnect,idmap=user cd jenkins-ppc64/linux make -j 400 ; # something with a lot of

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-10 Thread Daniel Black
fyi - did more testing - seems to not to affect x86_64 - detailed test should appear in https://lists.ozlabs.org/pipermail/linuxppc-dev soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714859 Titl

[Bug 1594716] Re: InnoDB: Failing assertion: it != chunk_map->end()

2017-03-27 Thread Daniel Black
This has been fixed by upstream commit https://github.com/mysql/mysql- server/commit/703962fedcdd706754fb96d75fb070612eda1ccb which was introduced into release MySQL-5.7.15. Looking at the Ubuntu source for this package this has now been fixed. -- You received this bug notification because you a

[Bug 1636572] Re: InnoDB: Assertion failure in thread [...] in file ha_innodb.cc line 2019

2017-03-27 Thread Daniel Black
FYI - no reports upstream. No code changes in this function. No similar mariadb bug. reported upstream: https://bugs.mysql.com/bug.php?id=85661 ** Bug watch added: MySQL Bug System #85661 http://bugs.mysql.com/bug.php?id=85661 -- You received this bug notification because you are a member of

[Bug 1637703] Re: mysql_upgrade failed with exit status 11

2017-03-27 Thread Daniel Black
"unable to lock ./ibdata1" is a pretty sure indication that an existing mysqld is running at the time another instance was trying to start up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637703 Tit

[Bug 1657938] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-27 Thread Daniel Black
"InnoDB: Error number 28 means 'No space left on device'" seems pretty conclusive to me. You can't install mysql without disk space. Your Df.txt doesn't show it but it was out of space at the time of install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1663552] Re: Denial of Service: mysql-server going berserk when contacted by unauthorized client

2017-03-27 Thread Daniel Black
upstream bug: https://bugs.mysql.com/bug.php?id=84708 "Usage of tcp wrappers is totally non-researched and not documented. Hence, our manual should contain recommendations on the usage of these daemons." ** Bug watch added: MySQL Bug System #84708 http://bugs.mysql.com/bug.php?id=84708 -- Yo

[Bug 1666784] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-27 Thread Daniel Black
seems as though zabbix-server-mysql is pulling in mysql-server-5.7 even though mariadb-server was installed a few days earlier. Surely it can work with both? There also doesn't seem to be a mysql-common installed before mysql- server-core was installed. Setting up mysql-server-core-5.7 (5.7.17-0u

[Bug 1580794] Re: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition

2017-03-27 Thread Daniel Black
ignore_db_dirs=lost+found by default maybe? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580794 Title: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition To manage

[Bug 1645193] Re: package mysql-common 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-03-27 Thread Daniel Black
2016-11-27T19:33:23.781616Z 0 [ERROR] InnoDB: Unable to lock ./ibdata1 error: 11 2016-11-27T19:33:23.781663Z 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. You have an existing mysqld running. Stop this before installing the upg

[Bug 1653900] Re: package mysql-server-5.7 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 137

2017-03-27 Thread Daniel Black
fixed 5.7.12 according to https://bugs.mysql.com/bug.php?id=7 ** Bug watch added: MySQL Bug System #7 http://bugs.mysql.com/bug.php?id=7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/16

[Bug 1656917] Re: package mysql-server-5.7 5.7.16-0ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-03-27 Thread Daniel Black
This looks like you've copied some idb install files from a different server. This isn't supported. It has to be the entire datadir. I suggest restoring from a backup. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1656140] Re: package mysql-server-5.7 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: サブプロセス 新しい pre-installation スクリプト はエラー終了ステータス 1 を返しました

2017-03-27 Thread Daniel Black
mariadb-server-10.0 was installed an then mysql-server-5.7 attempted to install over the top. Their tables are different. Purge out your data directory (/var/lib/mysql) if there is no data and try to install it again. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1580794] Re: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition

2017-03-29 Thread Daniel Black
sounds root regarding mysqld --initialize. slightly laxer option for mountpoint -q ${datadir} && cp my.lost_found.cnf /etc/mysql/cnf.d/ to be really prudent you could see if lost+found is empty or contains only whatever filename extX "recovers" files to. -- You received this bug notificati

[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-05-19 Thread Stephen Black
Also using Ubuntu MATE 16.04 Graphics: Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller Display Server: X.Org 1.17.2 drivers: intel (unloaded: fbdev,vesa) Resolution: 1680x1050@59.95hz GLX Renderer: Mesa DRI Intel Haswell Desktop

[Bug 1419346] Re: mintMenu and MATE Menu are elevated/offset by compiz

2016-03-19 Thread David Black
Just found I've reported the same issue, but also include a fix. Here's the link. https://bugs.launchpad.net/ubuntu-mate/+bug/1559371 Thank you, David -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/141

[Bug 1577748] [NEW] OOPS on wily+ for Haswell-ULT and Broadwell

2016-05-03 Thread nick black
Public bug reported: After upgrading to the wily 4.2 kernel, we see early OOPSes similar to the following on Haswell-ULT and Broadwell processors: [ cut here ] WARNING: CPU: 1 PID: 1 at /build/linux-lts-wily-MVxxD8/linux-lts-wily-4.2.0/arch/x86/mm/ioremap.c:198 __ioremap

[Bug 1577748] Re: OOPS on wily+ for Haswell-ULT and Broadwell

2016-05-03 Thread nick black
apport-collect crashes: [nlb-glaptop](0) $ apport-collect 1577748 Traceback (most recent call last): File "/usr/share/apport/apport-gtk", line 594, in app.run_argv() File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 653, in run_argv return self.run_update_report() File "/us

[Bug 1569959] Re: 'Network Connections' update – regression

2016-04-29 Thread David Black
Found the issue is still present after clean 16.04 LTS installation if option to install updates during installation is used. After changing network driver to 'Do not use the device', then back again, wireless signal strength and Connected desktop notification work as expected. -- You received t

[Bug 1569959] Re: 'Network Connections' update – regression

2016-04-30 Thread David Black
Regrettably, bug has returned! Now stuck (even after re-trying yesterdays fix) with Panel notification showing Ethernet connection (instead of wireless signal strength), and Desktop notification showing Disconnected, even though connection is active. :( -- You received this bug notification beca

[Bug 1610758] [NEW] ppc64(le) missing syscall 336

2016-08-07 Thread Daniel Black
Public bug reported: ii valgrind 1:3.11.0-1ubuntu4.1 ppc64el While running MySQL test suite with valgrind: ==16229== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info08:02:23 --16229-- WARNING: unhandled ppc64le-linux

[Bug 1606369] Re: Compiz ‘Thumbnail Window Previews’ artefacts (further fix +)

2016-10-13 Thread David Black
** Description changed: - Further fix, and recommendation: - - With current settings, Galculator creates an unsightly additive (intensity increases while mouse hovers over panel) thumbnail artefact, which remains after thumbnail preview closes (screen capture link below). + With current setting

[Bug 1606369] Re: Compiz ‘Thumbnail Window Previews’ artefacts (further fix +)

2016-10-13 Thread David Black
** Description changed: With current settings, Galculator creates an unsightly additive thumbnail artefact which remains after thumbnail preview closes (screen capture link). http://www.pasteall.org/pic/show.php?id=102129 - # Fix org.compiz.profiles.mate.plugins.decor - active-sh

[Bug 1649453] [NEW] systemd starts postfix before resolver

2016-12-12 Thread Greg Black
Public bug reported: Postfix starts before systemd-resolved.service, resulting in postfix reporting that it can't find MX records for outgoing mail, as shown in the trace below: $ systemd-analyze critical-chain postfix.service systemd-resolved.service The time after the unit is active or started

[Bug 1569959] Re: 'Network Connections' update – regression

2016-04-14 Thread David Black
** Description changed: Ubuntu MATE 16.04 beta 2 - Since the ‘Network Connections’ update a couple of days ago, when panel - notification icons switched positions (below images). + After the ‘Network Connections’ update a couple of days ago (when panel + notification icons switched positions

[Bug 1569959] Re: 'Network Connections' update – regression

2016-04-16 Thread David Black
"no longer affects: ubuntu-mate" - Does this mean a fix is pending/due for release? After today's updates and system restart, wireless signal strength panel notification icon, and Desktop notification message "Connected..." worked a couple of times, but has now returned to showing Ethernet pan

[Bug 978999] Re: command injection on the host via the xmlrpc api

2012-04-23 Thread David Black
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978999 Title: command injection on the host via the xmlrpc api To manage notifications about this bug go to: https://b

[Bug 978999] Re: command injection on the host via the xmlrpc api

2012-04-23 Thread David Black
I wasn't aware of the existence of maas-provision. What exactly is it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978999 Title: command injection on the host via the xmlrpc api To manage notific

[Bug 978999] Re: command injection on the host via the xmlrpc api

2012-04-23 Thread David Black
Ah right it is https://launchpad.net/maas (/me answering my own question). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978999 Title: command injection on the host via the xmlrpc api To manage not

[Bug 955927] Re: reliable crash when previewing certain svg files.

2012-03-17 Thread David Black
Sure: librsvg2-2: Installed: 2.32.1-0ubuntu3.1 Candidate: 2.32.1-0ubuntu3.1 Version table: *** 2.32.1-0ubuntu3.1 0 500 $somemirror amd64 Packages 500 $somemirror amd64 Packages 500 http://security.ubuntu.com/ubuntu/ natty-updates/main amd64 Packages 500 http:/

[Bug 955927] Re: reliable crash when previewing certain svg files.

2012-03-17 Thread David Black
Yeah in the newer version of librsvg2-2 in oneiric / precise (using an newer version of nautilus as well) nautilus does not crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/955927 Title: reliabl

[Bug 654562] [NEW] PDF importer doesn't import PDFs generated by ps2pdf

2010-10-04 Thread Stu Black
Public bug reported: Binary package hint: openoffice.org-pdfimport After installing openoffice.org-pdfimport, not one of oodraw, ooimpress, or oowriter can open PDFs output by ps2pdf. Attempting to open a PDF leads to a modal dialog box with the message, "General Error. General input/output error

[Bug 654562] Re: PDF importer doesn't import PDFs generated by ps2pdf

2010-10-04 Thread Stu Black
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/654562/+attachment/1671362/+files/Dependencies.txt -- PDF importer doesn't import PDFs generated by ps2pdf https://bugs.launchpad.net/bugs/654562 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 574296] Re: Gnome theme not applied on session start

2010-11-20 Thread Alex Black
I think I'm experiencing this bug too. In the past few weeks, I've installed Ubuntu 10.10 x64 desktop on brand new self-built machines. One of the first things I did to each was to activate the Nvidia driver, once I rebooted, themes no longer seem to be applied, the UI looked like 9.04. Details:

[Bug 695713] [NEW] installer crashed

2010-12-30 Thread Anthony Black
Public bug reported: Binary package hint: ubiquity i have tried to install Zorin os 4 three times. i am trying to install as a dual boot. i have a windows 7 32 bit system currently. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- You received this bug notific

[Bug 695713] Re: installer crashed

2010-12-30 Thread Anthony Black
** Attachment added: "partman file" https://bugs.launchpad.net/bugs/695713/+attachment/1779718/+files/partman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695713 Title: installer crashed -- u

[Bug 695713] Re: installer crashed

2010-12-30 Thread Anthony Black
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/695713/+attachment/1779719/+files/syslog ** Description changed: Binary package hint: ubiquity - i have tried to install Zorin os 4. + i have tried to install Zorin os 4 three times. i am trying to in

[Bug 695713] Re: installer crashed

2010-12-30 Thread Anthony Black
** Description changed: Binary package hint: ubiquity - i have tried to install Zorin os 4 three times. i am trying to install - as a dual boot. i have a windows 7 32 bit system currently. + i have tried to install Zorin os 4 64 bit core three times. i am trying + to install as a dual boot

[Bug 574296] Re: Gnome theme not applied on session start

2010-11-30 Thread Alex Black
Yes, both my installs were on computers with SSD drives and i7 cpus. -- Gnome theme not applied on session start https://bugs.launchpad.net/bugs/574296 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 666348] Re: Reboot notification should not require X

2010-12-01 Thread Brandon Black
If you haven't fixed it, then yes, it's still an issue. The bug was found in Maverick. I don't have the time or inclination to test later versions of the distribution, but either way you need to fix it in Maverick, and perhaps look at your other kernel packages to see if they need fixing as well.

[Bug 640734] [NEW] crtbeginT.o needs to be recompiled with -fPIC

2010-09-16 Thread Stu Black
Public bug reported: Binary package hint: gcc-4.4 I'm trying to compile a very simple C library to examine how JNI functions. The code in question comes from http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jniexamp.html . I will attach the file nativelib.c, taken from that site.

[Bug 640734] Re: crtbeginT.o needs to be recompiled with -fPIC

2010-09-16 Thread Stu Black
Attaching nativelib.c. ** Attachment added: "source of C file which gives error" https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/640734/+attachment/1594879/+files/nativelib.c -- crtbeginT.o needs to be recompiled with -fPIC https://bugs.launchpad.net/bugs/640734 You received this bug

[Bug 923027] Re: cmus recommends dnet-common and libdnet

2015-08-24 Thread Black Mage
I also hit this bug on (X)ubuntu 15.04. Terminal output is the same as John Drinkwater's. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923027 Title: cmus recommends dnet-common and libdnet To mana

[Bug 869704] Re: oneconf-service crashed with SystemError in open(): E:Could not open file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_i18n_Translation-en - open (24: Too

2015-03-01 Thread Rob Black
*** This bug is a duplicate of bug 1051935 *** https://bugs.launchpad.net/bugs/1051935 Sorry, this may be the wrong place to report this bug, but it automatically popped up on system error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 869704] Re: oneconf-service crashed with SystemError in open(): E:Could not open file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_i18n_Translation-en - open (24: Too

2015-03-01 Thread Rob Black
*** This bug is a duplicate of bug 1051935 *** https://bugs.launchpad.net/bugs/1051935 I upgraded 15.04 on 2 different computers and had this happen each time. I can run synaptic only by starting it in terminal using sudo package manager. When I click back on terminal, it gives me this: **

[Bug 1232105] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build but when I use the terminal it says its there? huh

2013-09-27 Thread Black Raven
Public bug reported: I am getting this ndiswrapper-dkms is already the newest version. Yet I get an error from the update manager. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: ndiswrapper-dkms 1.57-1ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-40.62~precise1-generic 3.5.7.20 Uname: Lin

Re: [Bug 1023645] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build [error: ‘struct kernel_stat’ has no member named ‘cpustat’]

2013-12-11 Thread Black Raven
I don't know what this crap is or why I'm getting it all the time but Ubuntu has just lost my concern. All the people who were supposed to help are just ASSHOLES! never a fix always some jiberish about crap and it does not always work then that guy takes off and the next idiot comes by and asks why

[Bug 1023645] Invitation to connect on LinkedIn

2013-12-12 Thread Black Raven
LinkedIn Bug, I'd like to add you to my professional network on LinkedIn. - Black Black Raven Reverend and General Consultant Portland, Oregon Area Confirm that you know Black Raven: https://www.linkedin.com/e/ca2fnt-hp4mnxw5-0/isd/18658192616/ZnS4u3P_/?hs=fals

[Bug 701522] Re: integration with ufw

2013-12-13 Thread Daniel Black
Folks, I've done a version for upstream fail2ban here: https://github.com/fail2ban/fail2ban/pull/489 It includes optional application support (but not ports - adding ports would removed the simplicity of ufw in a way). Questions: Is 1 a sane default for insertpos? I choose it because it is like

[Bug 1160210] Re: Missing dependencies on xterm and 7z

2013-08-10 Thread Josh Black
This should not be confirmed. This is a VERY VERY old version of POL. You need to get the newest package, which is 4.2.1 This bug report should be closed. Original poster of this bug is not even using the newest version, which should be downloaded from playonlinux.com. There is currently a bug r

[Bug 1515051] [NEW] support power architecture (ppc64el)

2015-11-10 Thread Daniel Black
Public bug reported: This is desired to support mariadb builds so they can include oqgraph engine. https://mariadb.atlassian.net/browse/MDEV-8976 Debian supports it on the same libjudy version as ubuntu: https://packages.debian.org/search?keywords=libjudy&searchon=names&suite=stable§ion=all **

[Bug 1506206] [NEW] systemd abort

2015-10-14 Thread Daniel Black
Public bug reported: sudo systemctl stop mariadb # needs to be fast, do not sleep more than 1 sec sudo systemctl start mariadb # delay does not matter sudo systemctl disable mariadb # delay does not matter sudo systemctl enable mariadb # delay does not matter

[Bug 1506206] Re: systemd abort

2015-10-14 Thread Daniel Black
note mariadb-10.1 is not an ubuntu package. Its a mariadb.com produced package produced from the trunk of https://github.com/MariaDB/server/tree/10.1 - build output http://buildbot.askmonty.org/buildbot/builders/kvm-deb-vivid- amd64/builds/356/steps/test/logs/stdio is a build. -- You received t

<    1   2   3   4   5   >