[Bug 2049924] Re: WireGuard broken on Noble ppc64el

2024-05-14 Thread Faustin
Hi!
Same here:

# uname -a
Linux oph8 6.8.0-31-generic #31-Ubuntu SMP Sat Apr 20 00:05:55 UTC 2024 ppc64le 
ppc64le ppc64le GNU/Linux
# modprobe -v wireguard
insmod 
/lib/modules/6.8.0-31-generic/kernel/arch/powerpc/crypto/chacha-p10-crypto.ko.zst
 
modprobe: ERROR: could not insert 'wireguard': No such device
# dpkg -l | grep wireguard
ii  wireguard1.0.20210914-1ubuntu4  
 all  fast, modern, secure kernel VPN tunnel (metapackage)
ii  wireguard-tools  1.0.20210914-1ubuntu4  
 ppc64el  fast, modern, secure kernel VPN tunnel (userland utilities)

Is there a workaround to make wireguard work on Ubuntu noble PPC64LE?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049924

Title:
  WireGuard broken on Noble ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2049924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060031] Re: package mariadb-server-10.6 (not installed) failed to install/upgrade: le sous-processus nouveau mariadb-server-10.6 paquet pre-installation script a renvoyé un état de sortie d'erre

2024-05-07 Thread Faustin
Hi Clémentine!

Thanks for your report and and for your help making Ubuntu better.

You seem to have a previous installation of MySQL installed and MariaDB
and MySQL should not been installed together since they may use the same
PATH (from DpkgTerminalLog.txt). So, before installing MariaDB, please
make sure that you remove any MySQL related package (and that you have
backup if necessary).


Regards

** Changed in: mariadb-10.6 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060031

Title:
  package mariadb-server-10.6 (not installed) failed to install/upgrade:
  le sous-processus nouveau mariadb-server-10.6 paquet pre-installation
  script a renvoyé un état de sortie d'erreur 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/2060031/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055320] Re: root user has problems

2024-03-11 Thread Faustin
Hi uqbar!

SHOW USERS; is not a valid SQL command (you probably want "select user
from mysql.user;").

Anyway, I am wondering if this issue is not related to
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/2055319?

Please explain the steps to reproduce this.

Regards



** Changed in: mariadb-10.6 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055320

Title:
  root user has problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/2055320/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055319] Re: MariaDB 10.6 doesn't install all files

2024-03-11 Thread Faustin
Hi Uqbar!
Can you please describe the exact steps for me to try to reproduce this?

I can not reproduce it with:
$ podman run -it ubuntu:22.04 bash -c "apt update && apt install mariadb-server 
&& stat /etc/mysql/mariadb.cnf"
[...]
  File: /etc/mysql/mariadb.cnf
  Size: 1126Blocks: 8  IO Block: 4096   regular file
Device: b4h/180dInode: 28460970Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2024-03-11 09:10:41.405600510 +
Modify: 2023-12-02 03:44:37.0 +
Change: 2024-03-11 09:10:37.835665302 +
 Birth: 2024-03-11 09:10:35.335710674 +

Regards,
Faustin

** Changed in: mariadb-10.6 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055319

Title:
  MariaDB 10.6 doesn't install all files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/2055319/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-03-08 Thread Faustin
Ok, in #6 I tested with debian 11 which is not impacted, re-testing...

Ok all good, I can reproduce it too:

buildbot@bb-monty-bbw1-x64-ubuntu-2204-amd64:~$ uname -r
6.5.0-1015-azure
buildbot@bb-monty-bbw1-x64-ubuntu-2204-amd64:~$ podman run --rm -d 
ghcr.io/fauust/docker-systemd:debian-12
Error: OCI runtime error: chmod `run/shm`: Operation not supported

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056442

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-03-08 Thread Faustin
Hi Markus!
Indeed not all images are impacted, here is a non exhaustive list (alpine is 
particular since it use OpenRC):
https://github.com/fauust/docker-systemd/actions/runs/8139697623

My problem was that I was not able to reproduce it, see #6.

Anyway, I am a bit lost here but apparently some of you could reproduce
the bug and more importantly a fix is in the pipe. Hopefully it will hit
next GH runner images soon so that I will not have to modify all my CI
depending on it.

The current workaround in my case (forcing arguments) is a bit more
complex since there is another layer above podman (molecule) and I don't
want to spend time fixing it if the fix works, see:
https://github.com/fauust/ansible-role-mariadb/actions.

In any case, thank you all for your reactivity on this!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056442

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-03-08 Thread Faustin
Hi Julian!

Strange, the GH CI was failing for me without this argument, see
https://github.com/fauust/docker-
systemd/blob/main/.github/workflows/build.yml#L129-L140 and
https://github.com/fauust/docker-
systemd/actions/runs/8139697623/job/22386833452.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056442

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-03-08 Thread Faustin
Hi Markus!

The problem is not which image to use (you can use one of mine, see
https://github.com/fauust/docker-systemd/ and #6). Or as explained in #5
by Julian, you can also try to build gardenlinux.

But if your are able to reproduce the bug on your setup that's good, can
you please describe your setup.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056442

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056442] Re: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported

2024-03-07 Thread Faustin
I am not sure that this is something easy to find (at least I don't know
how to proceed). And above all, my understanding is that the problem
seems to be related to the "old" crun version and quite new kernels
(6.5).

Also, 22.04 (and Bullseye) comes with crun 0.17 and there is a huge gab
with the next release 23.04 that seems to come with crun 1.8-1 (same
version in Bookworm).

Anyway, after testing, I can't reproduce the problem on a generic cloud-
init image, so that can maybe help?

Here is my test setup:
- Ubuntu 22.04 KVM/Qemu started from generic cloud-init images (amd64);
- kernel upgraded to 6.5.0-1015-azure;
- podman/crun installed from ubuntu repos.

Following command works:
$ podman run --rm -d ghcr.io/fauust/docker-systemd:debian-11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056442

Title:
  Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod
  `run/shm`: Operation not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055873] Re: package mariadb-client-core-10.6 1:10.6.16-0ubuntu0.22.04.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2024-03-04 Thread Faustin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: mariadb-10.6 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055873

Title:
  package mariadb-client-core-10.6 1:10.6.16-0ubuntu0.22.04.1 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/2055873/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970536] Re: package mariadb-common 1:10.6.7-2ubuntu1 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2022-05-23 Thread Faustin
Hi Russel,
thanks for your report and your help making Ubuntu better.

Without more information, I can not try to reproduce this.
At least I need to understand the context:
- which version of ubuntu are you upgrading?
- which version of mariadb are you upgrading?

Regards.


** Changed in: mariadb-10.6 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970536

Title:
  package mariadb-common 1:10.6.7-2ubuntu1 failed to install/upgrade:
  installed mariadb-common package post-installation script subprocess
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970536/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970671] Re: package mariadb-server-10.6 1:10.6.7-2ubuntu1 failed to install/upgrade: new mariadb-server-10.6 package pre-installation script subprocess returned error exit status 1

2022-05-23 Thread Faustin
Daniel,
so, my understanding is that this can not be considered as bug, any reason you 
did not close it accordingly?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970671

Title:
  package mariadb-server-10.6 1:10.6.7-2ubuntu1 failed to
  install/upgrade: new mariadb-server-10.6 package pre-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970671/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971226] Re: package mariadb-server-10.6 (not installed) failed to install/upgrade: new mariadb-server-10.6 package pre-installation script subprocess returned error exit status 1

2022-05-23 Thread Faustin
Same question as for #1970671, this is not a bug...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971226

Title:
  package mariadb-server-10.6 (not installed) failed to install/upgrade:
  new mariadb-server-10.6 package pre-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1971226/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956148] Re: package mariadb-common 1:10.3.32-0ubuntu0.20.04.1 failed to install/upgrade: »installiertes mariadb-common-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 2 zur

2022-01-20 Thread Faustin
Hi Carsten!
Thanks for your report!

mariadb-common can not be responsible of cleaning/uninstalling previous
mysql installations.

MySQL and MariaDB are different projects.

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956148

Title:
  package mariadb-common 1:10.3.32-0ubuntu0.20.04.1 failed to
  install/upgrade: »installiertes mariadb-common-Skript des Paketes
  post-installation«-Unterprozess gab den Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1956148/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939123] Re: Typo in usr/bin/wsrep_sst_mariabackup

2021-12-10 Thread Faustin
upstream: https://github.com/MariaDB/server/commit/4ad148b148cf
downstream: 
https://salsa.debian.org/mariadb-team/mariadb-10.3/-/commit/b57b9f5ba2

** Changed in: mariadb-10.3 (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939123

Title:
  Typo in usr/bin/wsrep_sst_mariabackup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1939123/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932581] Re: package mariadb-common 1:10.3.29-0ubuntu0.20.04.1 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2021-07-09 Thread Faustin
Hi Robert!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Thank you!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932581

Title:
  package mariadb-common 1:10.3.29-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mariadb-common package post-installation
  script subprocess returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1932581/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930158] Re: package mariadb-client-core-10.3 1:10.3.29-0ubuntu0.20.04.1 failed to install/upgrade: conflicting packages - not installing mariadb-client-core-10.3

2021-07-09 Thread Faustin
Hi Carlos!
Thank you for your report and your help in making Ubuntu better.

Unfortunately, I can not work on your issue because you do not provide
sufficient information. From the logs, I can only wonder if you did not
install MySQL before MariaDB, in that case remember that they can not
coexist on your system and are different DB maintained by different
teams.

If I am wrong, I would need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Thank you!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930158

Title:
  package mariadb-client-core-10.3 1:10.3.29-0ubuntu0.20.04.1 failed to
  install/upgrade: conflicting packages - not installing mariadb-client-
  core-10.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1930158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899483] Re: long hang apt install mariadb-server on Ubuntu 20.04 server

2021-07-09 Thread Faustin
As said by Harald Hannelius, this is not related to MariaDB, we do not
provide an apparmor profile (it's commented).

Closing.

** Changed in: mariadb-10.3 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899483

Title:
  long hang apt install mariadb-server on Ubuntu 20.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1899483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913676] Re: libmariadb3 fails to include caching_sha2_password.so

2021-07-09 Thread Faustin
As said in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988255 the
fix will be provided in next Debian 10.10 update point.

@otto, I have no idea when this will hit Ubuntu though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913676

Title:
  libmariadb3 fails to include caching_sha2_password.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1913676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928373] Re: mariadb-server-10.3 upgrade doesn't complete configuration

2021-07-09 Thread Faustin
Hi, I am glad that you could resolve your issue.

As said, on my side, there is nothing I can work on because the report
does not provide much information to reproduce the problem.

This bug report will autoclose in 60 days if no more information is
provided.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928373

Title:
  mariadb-server-10.3 upgrade doesn't complete configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1928373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913676] Re: libmariadb3 fails to include caching_sha2_password.so

2021-05-26 Thread Faustin
Hi Daniel!
Thanks for this very detailed and useful report.

The fix was merged 2 weeks ago https://salsa.debian.org/mariadb-
team/mariadb-10.3/-/merge_requests/30 but I am not sure when it will hit
Ubuntu.

Maybe Otto could confirm?

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913676

Title:
  libmariadb3 fails to include caching_sha2_password.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1913676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926031] Re: package mariadb-server-10.3 (not installed) failed to install/upgrade: el subproceso nuevo paquete mariadb-server-10.3 script pre-installation devolvió el código de salida de error 1

2021-05-25 Thread Faustin
** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926031

Title:
  package mariadb-server-10.3 (not installed) failed to install/upgrade:
  el subproceso nuevo paquete mariadb-server-10.3 script pre-
  installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1926031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928753] Re: package mariadb-client-10.3 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/mysqldump', which is also in package mysql-community-client-core 8.0.25-1ubuntu18

2021-05-25 Thread Faustin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928753

Title:
  package mariadb-client-10.3 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/mysqldump', which is also in package
  mysql-community-client-core 8.0.25-1ubuntu18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1928753/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912230] Re: package mariadb-client-10.3 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/mysqldump', which is also in package mysql-community-client-core 8.0.22-1ubuntu20

2021-05-25 Thread Faustin
Hi Nikhil!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.

Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912230

Title:
  package mariadb-client-10.3 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/mysqldump', which is also in package
  mysql-community-client-core 8.0.22-1ubuntu20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1912230/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926031] Re: package mariadb-server-10.3 (not installed) failed to install/upgrade: el subproceso nuevo paquete mariadb-server-10.3 script pre-installation devolvió el código de salida de error 1

2021-05-25 Thread Faustin
Hi Omar!

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926031

Title:
  package mariadb-server-10.3 (not installed) failed to install/upgrade:
  el subproceso nuevo paquete mariadb-server-10.3 script pre-
  installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1926031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928373] Re: mariadb-server-10.3 upgrade doesn't complete configuration

2021-05-25 Thread Faustin
Hi Fabio!
Thanks for you report and your help making Ubuntu better.

To work on this I need more detailed information on how to reproduce the
issue.

Can you please explain me from which Ubuntu release you are dist-
upgrading (and to which release).

Ideally you could give me the command to try to reproduce this.

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928373

Title:
  mariadb-server-10.3 upgrade doesn't complete configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1928373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927095] Re: Failed to start MariaDB 10.3.25 database server

2021-05-04 Thread Faustin
Hi Amr!
Thanks for your report and for your help in making Ubuntu better.

Can you please try the solution explained here
https://mariadb.com/kb/en/systemd/#configuring-the-open-files-limit?

Your instance of mariadb-server seems to be asking a more than the
default one (LimitNOFILE=16384).

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927095

Title:
  Failed to start MariaDB 10.3.25 database server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1927095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907289] Re: package mariadb-client-10.0 (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/man/man1/mysqldump.1.gz », qui appartient aussi au paquet mysql-commu

2020-12-09 Thread Faustin
Hi Dounia!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.
Unfortunately, we cannot work on this bug because your description didn't 
include enough information. You may find it helpful to read "How to report bugs 
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be 
grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

>From the log you provided, It seems that you have packages from mysql 
>installed:
Préparation du dépaquetage de 
.../mariadb-client-10.0_10.0.38-0ubuntu0.16.04.1_amd64.deb ...
Dépaquetage de mariadb-client-10.0 (10.0.38-0ubuntu0.16.04.1) ...
dpkg: erreur de traitement de l'archive 
/var/cache/apt/archives/mariadb-client-10.0_10.0.38-0ubuntu0.16.04.1_amd64.deb 
(--unpack) :
 tentative de remplacement de « /usr/share/man/man1/mysqldump.1.gz », qui 
appartient aussi au paquet mysql-community-client-core 8.0.22-1ubuntu16.04

So I suggest you to remove the mysql-community-client-core package and
try to reinstall mariadb-client.

Regards,
Faustin

** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907289

Title:
  package mariadb-client-10.0 (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/man/man1/mysqldump.1.gz »,
  qui appartient aussi au paquet mysql-community-client-core
  8.0.22-1ubuntu16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1907289/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901667] Re: package mariadb-server-core-10.3 1:10.3.24+maria~bionic failed to install/upgrade: intentando sobreescribir `/usr/bin/my_print_defaults', que está también en el paquete mariadb-serve

2020-11-20 Thread Faustin
Hi José!

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.
Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901667

Title:
  package mariadb-server-core-10.3 1:10.3.24+maria~bionic failed to
  install/upgrade: intentando sobreescribir
  `/usr/bin/my_print_defaults', que está también en el paquete mariadb-
  server-10.3 1:10.3.24+maria~bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1901667/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904891] Re: Mariadb fail to install in utubut 20.04 with previouly mysql installedpackage mariadb-common 1:10.3.25-0ubuntu0.20.04.1 failed to install/upgrade: installed mariadb-common package po

2020-11-20 Thread Faustin
Hi Rodolfo!
Thanks for your help in making Ubuntu better.

Be aware that removing /var/lib/mysql will remove all the data of your
databases, so you should probably first create a backup of your
databases.

For historical reasons, MariaDB and MySQL share the same PATH
(/var/lib/mysql and /etc/mysql) so before installing mariadb over mysql,
you should remove all the mysql related package and remove those
directories.

More documentation can be found here:
https://mariadb.com/kb/en/migrating-to-mariadb-from-mysql/

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904891

Title:
  Mariadb fail to install in utubut 20.04 with previouly mysql
  installedpackage mariadb-common 1:10.3.25-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mariadb-common package post-installation
  script subprocess returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1904891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902744] Re: MariaDB Update changes ProtectHome option, breaking MySQL

2020-11-04 Thread Faustin
> Disregard. Creating the file in /etc/systemd/system/mariadb.service.d/
> works fine.
Indeed, the documentation was not clear enough I have updated it:
https://mariadb.com/kb/en/systemd/#configuring-access-to-home-directories

Thanks!

> That's what I get for googling how to disable ProtectHome in Ubuntu.
> First answer was to modify a system file that is overwritten when the
> package is updated.
You should always trust the official documentation, here it is:
https://www.freedesktop.org/software/systemd/man/systemd.unit.html

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902744

Title:
  MariaDB Update changes ProtectHome option, breaking MySQL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1902744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902744] Re: MariaDB Update changes ProtectHome option, breaking MySQL

2020-11-03 Thread Faustin
Hi Zizzy!
Thanks for your report and for helping making ubuntu better.

Here is how you want to handle this situation:
https://mariadb.com/kb/en/systemd/#configuring-access-to-home-directories

Regards,
Faustin

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902744

Title:
  MariaDB Update changes ProtectHome option, breaking MySQL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1902744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899483] Re: long hang apt install mariadb-server on Ubuntu 20.04 server

2020-10-13 Thread Faustin
Hi Uwe!
Thanks for your report and your help making Ubuntu better.

Your report does not permit me to work on the problem as I am missing
some information on how to try to reproduce the bug.

Could you please describe better the steps that leads to this?
Are you upgrading from a previous Ubuntu/MariaDB version?

Thanks,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899483

Title:
  long hang apt install mariadb-server on Ubuntu 20.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1899483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1898636] Re: package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade: o subprocesso instalado, do pacote mariadb-common, o script post-installation retornou erro do status de saída 2

2020-10-06 Thread Faustin
Hi Ana!
Thanks for reporting and helping in making Ubuntu better.

Unfortunately, we cannot work on this bug because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Thank you!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1898636

Title:
  package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade: o
  subprocesso instalado, do pacote mariadb-common, o script post-
  installation retornou erro do status de saída 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1898636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1894855] Re: MariaDB 10.3.22-MariaDB-1ubuntu1 on Focal has subquery optimizer bug

2020-09-23 Thread Faustin
Hi wdoekes!
> Tracking the problem down to this was rather time consuming.
> I wish for others to make better use of their time

Thanks a lot for that and for reporting this.

Maybe @otto knows when next version of MariaDB will hit ubuntu focal
repositories?

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1894855

Title:
  MariaDB 10.3.22-MariaDB-1ubuntu1 on Focal has subquery optimizer bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1894855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893231] Re: package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2020-09-23 Thread Faustin
Hi N SENDHIL KUMAR!
Thanks for your report and your help making Ubuntu better.

Unfortunately, I can't work on this without more information on how to
reproduce the error.

>From error logs:
Setting up mariadb-common (1:10.3.22-1ubuntu1) ...
update-alternatives: error: alternative path /etc/mysql/mariadb.cnf doesn't 
exist
error processing package mariadb-common (--configure):
 installed mariadb-common package post-installation script subprocess returned 
error exit status 2

So there is something wrong with your setup, why '/etc/mysql/mariadb.cnf
doesn't exist' ?

Can you provide us more information on how to reproduce this?
Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893231

Title:
  package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade:
  installed mariadb-common package post-installation script subprocess
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1893231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1894382] Re: package mariadb-server-core-10.3 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/mysql/charsets/Index.xml', which is also in package percona-server-common-

2020-09-07 Thread Faustin
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Please also ensure that you include the release and flavour of Ubuntu
that you are using.

Thank you!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1894382

Title:
  package mariadb-server-core-10.3 (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/mysql/charsets/Index.xml', which is also in package
  percona-server-common-5.7 5.7.31-34-1.focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1894382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1884780] Re: MariaDB fails to start when using galera cluster on 20.04 LTS

2020-06-24 Thread Faustin
https://jira.mariadb.org/browse/MDEV-21140

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1884780

Title:
  MariaDB fails to start when using galera cluster on 20.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1884780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1884780] Re: MariaDB fails to start when using galera cluster on 20.04 LTS

2020-06-24 Thread Faustin
Hi Justin!
Thanks a lot for your detailed report.

This should be fixed in 10.3.23 that is already available on official MariaDB 
repository:
https://jira.mariadb.org/browse/MDEV-21140

So another workaround is to install MariaDB from MariaDB Foundation repo:
https://downloads.mariadb.org/mariadb/repositories/#distro=Ubuntu&distro_release=focal--ubuntu_focal&mirror=host-europe&version=10.3

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1884780

Title:
  MariaDB fails to start when using galera cluster on 20.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1884780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880415] Re: Upgraded from 18.04 to 20.04, mariadb-server installer broken

2020-05-25 Thread Faustin
Upgrade problem from mysql to mariadb can not be considered as a bug.

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880415

Title:
  Upgraded from 18.04 to 20.04, mariadb-server installer broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1880415/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880415] Re: Upgraded from 18.04 to 20.04, mariadb-server installer broken

2020-05-25 Thread Faustin
Hi Scott!
Thank you for your report and for your help making Ubuntu better.

It is not clear to me what you are trying to do and above all, does your
DB contains data that you want to keep? Do you have a backup of your
database in that case?

Upgrading from mysql to mariadb is likely not going to work without some
extra work. Please read https://mariadb.com/kb/en/upgrading-from-mysql-
to-mariadb/

Also the first problem you had was upgrading MySQL so I would rather try
to fix this problem first and contact MySQL team first.

Finally, if your data is not important (BUT ONLY IN THAT CASE) and you
want to start on a fresh MariaDB installation, I suggest you to remove
the content of '/var/lib/mysql' and reinstall mariadb-server.

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880415

Title:
  Upgraded from 18.04 to 20.04, mariadb-server installer broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1880415/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879424] Re: package mariadb-server-10.3 1:10.3.22-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a removal

2020-05-19 Thread Faustin
Hi Karimul!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Also, did you try to follow what was suggested:
> package is in a very bad inconsistent state; you should
>  reinstall it before attempting a removal

Thanks!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879424

Title:
  package mariadb-server-10.3 1:10.3.22-1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting a removal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1879424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1874566] Re: package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade: el subproceso instalado paquete mariadb-common script post-installation devolvió el código de salida de error 2

2020-04-24 Thread Faustin
Hi Lucas,
thanks for your report and for your help making Ubuntu better.

I am not able to reproduce the error you are facing that seems to be (from 
DpkgTerminalLog.txt):
update-alternatives: error: la ruta alternativa /etc/mysql/mariadb.cnf no existe

Can you please explains the steps?
Are you installing from a fresh 20.04 or upgrading from an older Ubuntu release.

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874566

Title:
  package mariadb-common 1:10.3.22-1ubuntu1 failed to install/upgrade:
  el subproceso instalado paquete mariadb-common script post-
  installation devolvió el código de salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1874566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1862530] Re: package mariadb-common 1:10.3.22-0ubuntu0.19.10.1 failed to install/upgrade: o subprocesso instalado, do pacote mariadb-common, o script post-installation retornou erro do status de

2020-03-17 Thread Faustin
Hi Sanderson!
Thanks for reporting.

Unfortunately, we cannot work on this bug because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862530

Title:
  package mariadb-common 1:10.3.22-0ubuntu0.19.10.1 failed to
  install/upgrade: o subprocesso instalado, do pacote mariadb-common, o
  script post-installation retornou erro do status de saída 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1862530/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1860948] Re: package mariadb-common 1:10.3.21-2 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2020-03-17 Thread Faustin
Hi Lee!
Thank you for the supplement of information provided.

So to resume those would be the testing steps, please confirm :
1/ install ubuntu 18.04
2/ upgrade to ubuntu 20.04
3/ install mysql 8.0
4/ unsinstall mysql 8.0
5/ install mariadb

Please correct those steps if I am wrong.
Thanks!
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1860948

Title:
  package mariadb-common 1:10.3.21-2 failed to install/upgrade:
  installed mariadb-common package post-installation script subprocess
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1860948/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1861411] Re: systemd unit startup timeout too short

2020-02-02 Thread Faustin
Link to Jira discussion:
https://jira.mariadb.org/browse/MDEV-17571

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1861411

Title:
  systemd unit startup timeout too short

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1861411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1861411] Re: systemd unit startup timeout too short

2020-02-02 Thread Faustin
Fix is going to be integrated from upstream in next 10.1.44 release for
18.04.

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1861411

Title:
  systemd unit startup timeout too short

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1861411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1861411] Re: systemd unit startup timeout too short

2020-02-02 Thread Faustin
Hi Dennis!
Thank you for your report.

This a already been fixed, see:
https://github.com/MariaDB/server/commit/d78f02d73d5b

Also, if 900 is not sufficient (it can be in some cases), you also have the 
option of setting it as infinite, see:
https://mariadb.com/kb/en/systemd/#configuring-the-systemd-service-timeout

Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1861411

Title:
  systemd unit startup timeout too short

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1861411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1860948] Re: package mariadb-common 1:10.3.21-2 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2020-01-27 Thread Faustin
Hi Lee!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.

Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

>From the logs provided:
> Preparing to unpack .../mariadb-common_1%3a10.3.21-2_all.deb ...
> Unpacking mariadb-common (1:10.3.21-2) ...
> Setting up mysql-server-8.0 (8.0.18-0ubuntu5) ...
> Failed to stop mysql.service: Unit mysql.service not loaded.
> invoke-rc.d: initscript mysql, action "stop" failed.

It is possible that you are trying to install both mariadb-server-10.3
and mysql-server-8.0 on the same OS?

Also, you seem to have some very old repositories configuration on your setup, 
is it normal?
> InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1860948

Title:
  package mariadb-common 1:10.3.21-2 failed to install/upgrade:
  installed mariadb-common package post-installation script subprocess
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1860948/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858673] Re: package missing dependencies

2020-01-08 Thread Faustin
Hi Harry,
Thanks for your report!

Can you please explain me the steps to reproduce the issue you are
facing?

> Without them, this package aborts without any indication as to why.
I am not sure that I understand what you mean here. Are you speaking of a 
command that aborts silently?

> Also, mariadb-server has a SST backup option among others that depends
on mariadb-backup. When this option is enabled mariadb's systemd call
just hangs then fails but without indication as to what's missing.

Again, it would help me to know what is the exact error that you have
because I can't find any relevant information in the logs that you
provided...

Regards,
Faustin

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858673

Title:
  package missing dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1858673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854599] Re: package mariadb-server-core-10.3 1:10.3.17+maria~cosmic failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mariadb-server-10.3 1:10

2019-12-04 Thread Faustin
** Changed in: mariadb-10.3 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854599

Title:
  package mariadb-server-core-10.3 1:10.3.17+maria~cosmic failed to
  install/upgrade: trying to overwrite '/usr/bin/my_print_defaults',
  which is also in package mariadb-server-10.3 1:10.3.17+maria~cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1854599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854641] Re: package mariadb-server-core-10.3 1:10.3.18+maria~bionic failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mariadb-server-10.3 1:10

2019-12-04 Thread Faustin
*** This bug is a duplicate of bug 1854599 ***
https://bugs.launchpad.net/bugs/1854599

Hi Maysaa!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.

I have tagged your report as duplicate from 1854599 as it seems that it's the 
exact same problem.
It would help us a lot if you could explain us what step leads to this so I 
could try to reproduce it.

Regards,
Faustin


** This bug has been marked a duplicate of bug 1854599
   package mariadb-server-core-10.3 1:10.3.17+maria~cosmic failed to 
install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is 
also in package mariadb-server-10.3 1:10.3.17+maria~cosmic

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854641

Title:
  package mariadb-server-core-10.3 1:10.3.18+maria~bionic failed to
  install/upgrade: trying to overwrite '/usr/bin/my_print_defaults',
  which is also in package mariadb-server-10.3 1:10.3.18+maria~bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1854641/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854599] Re: package mariadb-server-core-10.3 1:10.3.17+maria~cosmic failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mariadb-server-10.3 1:10

2019-12-04 Thread Faustin
Hi Kenneth!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854599

Title:
  package mariadb-server-core-10.3 1:10.3.17+maria~cosmic failed to
  install/upgrade: trying to overwrite '/usr/bin/my_print_defaults',
  which is also in package mariadb-server-10.3 1:10.3.17+maria~cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1854599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1853718] Re: package mariadb-server-10.3 1:10.3.17-1 failed to install/upgrade: パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。

2019-11-25 Thread Faustin
Hi Shakapon!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1853718

Title:
  package mariadb-server-10.3 1:10.3.17-1 failed to install/upgrade:
  パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1853718/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1853817] Re: package mariadb-client-10.3 (not installed) failed to install/upgrade: попытка перезаписать «/usr/bin/mysqldump», который уже имеется в пакете mysql-community-client-core 8.0.18-1ubu

2019-11-25 Thread Faustin
Hi Nicolay,
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1853817

Title:
  package mariadb-client-10.3 (not installed) failed to install/upgrade:
  попытка перезаписать «/usr/bin/mysqldump», который уже имеется в
  пакете mysql-community-client-core 8.0.18-1ubuntu18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1853817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823348] Re: package mysql-client-5.7 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/myisam_ftdump.1.gz', which is also in package mariadb-server-10.0 10.0.3

2019-08-20 Thread Faustin
Hi Jorge, unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: mariadb-10.0 (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823348

Title:
  package mysql-client-5.7 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/myisam_ftdump.1.gz', which is
  also in package mariadb-server-10.0 10.0.38-0ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1823348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827530] Re: package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2019-08-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827530

Title:
  package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to
  install/upgrade: problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1827530/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1840055] Re: package mariadb-server-10.1 1:10.1.41-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-server-10.1 package post-installation script subprocess returned error exit status

2019-08-20 Thread Faustin
@theo, the ProtectHome directive of systemd is a sandboxing feature that
permits to protect home directory and if you put your datadir (normally
/var/lib/mysql) into the /home directory, then you should disable this
sandboxing feature to allow mariadb to start.

But @Mathieu is right and I don't see any relation with the current
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1840055

Title:
  package mariadb-server-10.1 1:10.1.41-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mariadb-server-10.1 package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1840055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1840055] Re: package mariadb-server-10.1 1:10.1.41-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-server-10.1 package post-installation script subprocess returned error exit status

2019-08-20 Thread Faustin
Hi Mathieu,
thank you for your report and for your help making Ubuntu better.

It is difficult to understand your problem because you do not provide
the steps that would permit me to try to reproduce it.

But I can see in the 'Dmesg.txt' log the following lines:
[594512.788195] audit: type=1400 audit(1565709492.804:91): apparmor="DENIED" 
operation="open" profile="/usr/sbin/mysqld" name="/etc/ld.so.cache" pid=21185 
comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[594512.788226] audit: type=1400 audit(1565709492.804:92): apparmor="DENIED" 
operation="open" profile="/usr/sbin/mysqld" 
name="/lib/x86_64-linux-gnu/libaio.so.1.0.1" pid=21185 comm="mysqld" 
requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[594512.793206] audit: type=1400 audit(1565709492.808:93): apparmor="DENIED" 
operation="open" profile="/usr/sbin/mysqld" name="/etc/ld.so.cache" pid=21190 
comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[594512.793230] audit: type=1400 audit(1565709492.808:94): apparmor="DENIED" 
operation="open" profile="/usr/sbin/mysqld" 
name="/lib/x86_64-linux-gnu/libaio.so.1.0.1" pid=21190 comm="mysqld" 
requested_mask="r" denied_mask="r" fsuid=0 ouid=0

This may be the reason of your problem.

May I suggest you to try this (see my first comment):
https://mariadb.com/kb/en/library/the-community-mariadb-troubles-only-running-after-reboot-times-out-when-try/

Regards,
Faustin

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1840055

Title:
  package mariadb-server-10.1 1:10.1.41-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mariadb-server-10.1 package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1840055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827530] Re: package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2019-05-08 Thread Faustin
Hi Franklyn,
thank you for your help making Ubuntu better!

Here are some relevant errors found in 'Dmesg.txt':
[  721.586870] audit: type=1400 audit(1556621303.152:31): apparmor="DENIED" 
operation="connect" profile="/usr/sbin/mysqld" name="/run/samba/winbindd/pipe" 
pid=7570 comm="mysqld" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  727.848686] audit: type=1400 audit(1556621309.412:32): apparmor="DENIED" 
operation="connect" profile="/usr/sbin/mysqld" name="/run/samba/winbindd/pipe" 
pid=7630 comm="mysqld" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  730.784724] audit: type=1400 audit(1556621312.348:33): apparmor="DENIED" 
operation="connect" profile="/usr/sbin/mysqld" name="/run/samba/winbindd/pipe" 
pid=7659 comm="mysqld" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  734.598675] audit: type=1400 audit(1556621316.164:34): apparmor="DENIED" 
operation="connect" profile="/usr/sbin/mysqld" name="/run/samba/winbindd/pipe" 
pid=7956 comm="mysqld" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0

My I ask you to check that apparmor profile is disabled for mysql, see
https://mariadb.com/kb/en/library/the-community-mariadb-troubles-only-
running-after-reboot-times-out-when-try/.

Once disable, try to restart the upgrade process.
Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827530

Title:
  package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to
  install/upgrade: problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1827530/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823210] Re: package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2019-04-07 Thread Faustin
Hi Jean-Max,
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

Error seems to be:
Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - LSB: Start and stop the mysql database server daemon
   Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since mer. 2019-04-03 06:28:35 CEST; 6ms 
ago
 Docs: man:systemd-sysv-generator(8)
  Process: 3313 ExecStart=/etc/init.d/mysql start (code=exited, 
status=1/FAILURE)

avril 03 06:28:05 saotome mysqld[3486]: 190403  6:28:05 [ERROR] Unknown/unsu...B
avril 03 06:28:05 saotome mysqld[3486]: 190403  6:28:05 [ERROR] Aborting
avril 03 06:28:05 saotome mysqld[3486]: 
avril 03 06:28:05 saotome mysqld[3486]: 190403  6:28:05 [Note] /usr/sbin/mys...e
avril 03 06:28:05 saotome mysqld[3486]: 
avril 03 06:28:35 saotome mysql[3313]:...fail!
avril 03 06:28:35 saotome systemd[1]: mysql.service: Control process exited...=1
avril 03 06:28:35 saotome systemd[1]: Failed to start LSB: Start and stop t...n.
avril 03 06:28:35 saotome systemd[1]: mysql.service: Unit entered failed state.
avril 03 06:28:35 saotome systemd[1]: mysql.service: Failed with result 'ex...'.

Can you please give us the full output of 
$ sudo journalctl -xe

May I also ask you to check in the mariadb error log file that should be in 
/var/log/mysql.
See https://mariadb.com/kb/en/library/error-log/.

This will help us to find and resolve the problem.
Faustin

** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823210

Title:
  package mariadb-server 10.0.38-0ubuntu0.16.04.1 failed to
  install/upgrade: problèmes de dépendances - laissé non configuré

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1823210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806263] Re: MariaDB 10.1 server won't start when MySQL 5.7 server has been previously installed

2019-03-07 Thread Faustin
Yes this is true, and I agree.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806263

Title:
  MariaDB 10.1 server won't start when MySQL 5.7 server has been
  previously installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1806263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806263] Re: MariaDB 10.1 server won't start when MySQL 5.7 server has been previously installed

2019-03-07 Thread Faustin
Hi,
thank you for your report and your help making Ubuntu better!
This is not a bug but a problem with apparmor profile shipped with mysql still 
enabled.

You will find here various solutions to this:
https://mariadb.com/kb/en/library/the-community-mariadb-troubles-only-running-after-reboot-times-out-when-try/

Regards,
Faustin

** Changed in: mariadb-10.1 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806263

Title:
  MariaDB 10.1 server won't start when MySQL 5.7 server has been
  previously installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1806263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1578685] Re: package mariadb-common 10.0.24-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578685

Title:
  package mariadb-common 10.0.24-7 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1578685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1576089] Re: package mariadb-server-10.0 10.0.24-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1576089

Title:
  package mariadb-server-10.0 10.0.24-7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1576089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644961] Re: package mariadb-client-10.0 10.0.27-0ubuntu0.16.04.1 failed to install/upgrade: conflicting packages - not installing mariadb-client-10.0

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644961

Title:
  package mariadb-client-10.0 10.0.27-0ubuntu0.16.04.1 failed to
  install/upgrade: conflicting packages - not installing mariadb-
  client-10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1644961/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1599666] Re: package mariadb-server-10.0 10.0.25-0ubuntu0.16.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1599666

Title:
  package mariadb-server-10.0 10.0.25-0ubuntu0.16.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1599666/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1617469] Re: on upgrading fronm 14.04.3 to 16.04.1 package mariadb-server-10.0 10.0.25-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exi

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617469

Title:
  on upgrading fronm 14.04.3 to 16.04.1 package mariadb-server-10.0
  10.0.25-0ubuntu0.16.04.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1617469/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1609918] Re: package mariadb-server-10.0 10.0.24-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1609918

Title:
  package mariadb-server-10.0 10.0.24-7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1609918/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1577200] Re: package mariadb-server-10.0 10.0.24-7 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577200

Title:
  package mariadb-server-10.0 10.0.24-7 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1577200/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794694] Re: package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2019-02-20 Thread Faustin
** Changed in: mariadb-10.1 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794694

Title:
  package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mariadb-common package post-installation
  script subprocess returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1794694/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1631531] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631531

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  le sous-processus nouveau script pre-installation a retourné une
  erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1631531/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636298] Re: package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636298

Title:
  package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1636298/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1803699] Re: package mariadb-server-10.1 (not installed) failed to install/upgrade: nuevo mariadb-server-10.1 paquete pre-installation guión el subproceso devolvió un error con estado de salida 1

2019-02-20 Thread Faustin
** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1803699

Title:
  package mariadb-server-10.1 (not installed) failed to install/upgrade:
  nuevo mariadb-server-10.1 paquete pre-installation guión el subproceso
  devolvió un error con estado de salida 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1803699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1815651] Re: package mariadb-server-10.1 1:10.1.29-6ubuntu2 failed to install/upgrade: installed mariadb-server-10.1 package post-installation script subprocess returned error exit status 1

2019-02-13 Thread Faustin
Hi nanoleo!
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.

I can see this error from (HookError_source_mariadb_10.1.txt):
> FileNotFoundError: [Errno 2] Arquivo ou diretório inexistente: 
> '/etc/mysql/conf.d'

Can you explain us in detail what step leads to this situation?
Thanks! 

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1815651

Title:
  package mariadb-server-10.1 1:10.1.29-6ubuntu2 failed to
  install/upgrade: installed mariadb-server-10.1 package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1815651/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813698] Re: package mariadb-server-10.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/myisam_ftdump', which is also in package mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

2019-02-06 Thread Faustin
Ok, leaving the bug in Incomplete status will autoclose it in 60 days.

Thanks again,
regards,
faust

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813698

Title:
  package mariadb-server-10.1 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/myisam_ftdump', which is also in package
  mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1813698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813698] Re: package mariadb-server-10.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/myisam_ftdump', which is also in package mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

2019-02-05 Thread Faustin
Hi Ryan,
problem is that without more information, I am unable to try to reproduce this.

Anyway, if the problem is resolved, I invite you to close this bug
report.

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813698

Title:
  package mariadb-server-10.1 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/myisam_ftdump', which is also in package
  mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1813698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813698] Re: package mariadb-server-10.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/myisam_ftdump', which is also in package mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

2019-01-30 Thread Faustin
Hi Ryan,
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813698

Title:
  package mariadb-server-10.1 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/myisam_ftdump', which is also in package
  mysql-client-5.7 5.7.25-0ubuntu0.18.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1813698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1803854] Re: package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to install/upgrade: підпроцес встановлено пакунок mariadb-common сценарій post-installation повернув помилковий код завершенн

2018-11-19 Thread Faustin
Hi Viktor, thank you for taking the time to report this bug and helping
to make Ubuntu better.

Unfortunately, we cannot work on this bug because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1803854

Title:
  package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to
  install/upgrade: підпроцес встановлено пакунок mariadb-common сценарій
  post-installation повернув помилковий код завершення 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1803854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1803699] Re: package mariadb-server-10.1 (not installed) failed to install/upgrade: nuevo mariadb-server-10.1 paquete pre-installation guión el subproceso devolvió un error con estado de salida 1

2018-11-19 Thread Faustin
Hi Ariel, thank you for taking the time to report this bug and helping
to make Ubuntu better.

Unfortunately, we cannot work on this bug because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1803699

Title:
  package mariadb-server-10.1 (not installed) failed to install/upgrade:
  nuevo mariadb-server-10.1 paquete pre-installation guión el subproceso
  devolvió un error con estado de salida 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1803699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1774934] Re: package mariadb-common 10.1.30-0ubuntu0.17.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-10-16 Thread Faustin
** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1774934

Title:
  package mariadb-common 10.1.30-0ubuntu0.17.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1774934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794694] Re: package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-common package post-installation script subprocess returned error exit status 2

2018-10-08 Thread Faustin
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794694

Title:
  package mariadb-common 1:10.1.34-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mariadb-common package post-installation
  script subprocess returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1794694/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1770928] Re: package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade: new mariadb-server-10.1 package pre-installation script subprocess returned error exit status 1

2018-10-08 Thread Faustin
Setting as incomplete as we need some more information to work on this.

** Changed in: mariadb-10.1 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770928

Title:
  package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade: new
  mariadb-server-10.1 package pre-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1770928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789411] Re: mariadb-server update crashes cause of default time zone variable

2018-09-24 Thread Faustin
Chris,
thank you again for your help!

A fix was provided in our upstream repo:
https://github.com/mariadb/server/commit/35607936d194f65d0a9a689de79dfc03a028ff79

It is included in the 10.1.35 version of mariadb-server. It is going to
be deployed with the next update of mariadb-server.

If you do not want to wait you can install this version from mariadb official 
repositories:
https://downloads.mariadb.org/mariadb/repositories/#mirror=edatel

For the record,  workaroung to this is commenting timezone option in the
'/etc/mysql/mariadb.conf.d/50-server.cnf' file before the upgrade.

Faustin

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789411

Title:
  mariadb-server update crashes cause of default time zone variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1789411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789411] Re: mariadb-server update crashes cause of default time zone variable

2018-09-19 Thread Faustin
Ok, last thing so I can try reproduce this.
Can you give me the version you where upgrading from?
Are you dist-upgrading (from ubuntu 16.10)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789411

Title:
  mariadb-server update crashes cause of default time zone variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1789411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789411] Re: mariadb-server update crashes cause of default time zone variable

2018-09-18 Thread Faustin
Chris,
may I ask you to check that 'Europe/Vienna' timezone is present?

$ sudo mysql
MariaDB [(none)]> select * from mysql.time_zone_name where Name='Europe/Vienna';
+---+--+
| Name  | Time_zone_id |
+---+--+
| Europe/Vienna |  480 |
+---+--+
1 row in set (0.00 sec)

If not, can you try the following?
https://mariadb.com/kb/en/library/mysql_tzinfo_to_sql:

$ sudo -s
# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql mysql

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789411

Title:
  mariadb-server update crashes cause of default time zone variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1789411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789411] Re: mariadb-server update crashes cause of default time zone variable

2018-08-28 Thread Faustin
Hi Chris, thank you for your report.

I will try to reproduce it and check if this can be related to
https://jira.mariadb.org/browse/MDEV-13397

Regards,
Faustin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789411

Title:
  mariadb-server update crashes cause of default time zone variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1789411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786087] Re: package mariadb-server-10.1 1:10.1.34-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-server-10.1 package post-installation script subprocess returned error exit status

2018-08-08 Thread Faustin
Hi Neil,
thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Is it possible that your installation first crash? Can you rename the file 
"/var/lib/mysql/tc.log":
$ sudo mv /var/lib/mysql/tc.log /var/lib/mysql/tc.log.bk

And start the installation again?

Thanks!

** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786087

Title:
  package mariadb-server-10.1 1:10.1.34-0ubuntu0.18.04.1 failed to
  install/upgrade: installed mariadb-server-10.1 package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1786087/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1785767] Re: 1:10.1.34-1 hanging in postinst of mariadb-server-10.1 on arm64

2018-08-08 Thread Faustin
Hi Lain,
thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we cannot work on this bug because your description 
didn't include enough information. You may find it helpful to read "How to 
report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. 
We'd be grateful if you would then provide a more complete description of the 
problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks!


** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1785767

Title:
  1:10.1.34-1 hanging in postinst of mariadb-server-10.1 on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1785767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1783473] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 7

2018-07-27 Thread Faustin
Hi Walter!

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1783473

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1783473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778348] Re: package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade: Unterprozess installed mariadb-server-10.1 package post-installation script gab den Fehler-Ausgangsstatus 2 zurück

2018-07-04 Thread Faustin
** Changed in: mariadb-10.1 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778348

Title:
  package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade:
  Unterprozess installed mariadb-server-10.1 package post-installation
  script gab den Fehler-Ausgangsstatus 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1778348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767676] Re: mariadb-common screws up mysqld execution

2018-07-03 Thread Faustin
Hi Artur,
no worries for the delay!

I am closing this bug then.
Regards.

** Changed in: mariadb-10.0 (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767676

Title:
  mariadb-common screws up mysqld execution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1767676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1774934] Re: package mariadb-common 10.1.30-0ubuntu0.17.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-07-03 Thread Faustin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1774934

Title:
  package mariadb-common 10.1.30-0ubuntu0.17.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1774934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778348] Re: package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade: Unterprozess installed mariadb-server-10.1 package post-installation script gab den Fehler-Ausgangsstatus 2 zurück

2018-07-03 Thread Faustin
Hi Rocco,
thank you for taking time to report this and helping making ubuntu better.

I can not find any relevant information in the log that you sent.

So please can you answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778348

Title:
  package mariadb-server-10.1 1:10.1.29-6 failed to install/upgrade:
  Unterprozess installed mariadb-server-10.1 package post-installation
  script gab den Fehler-Ausgangsstatus 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1778348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1647160] Re: package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 1

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647160

Title:
  package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to
  install/upgrade: sub-processo novo script pre-installation retornou
  estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1647160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1694276] Re: package mariadb-server-10.0 10.0.29-0ubuntu0.16.04.1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1694276

Title:
  package mariadb-server-10.0 10.0.29-0ubuntu0.16.04.1 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1694276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645638] Re: package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645638

Title:
  package mariadb-server-10.0 10.0.27-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1645638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673237] Re: package mariadb-common 10.0.29-0ubuntu0.16.04.1 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 2 hibakóddal kilépett

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673237

Title:
  package mariadb-common 10.0.29-0ubuntu0.16.04.1 failed to
  install/upgrade: telepítve post-installation parancsfájl alfolyamat 2
  hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1673237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1687556] Re: package mariadb-server-10.0 10.0.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1687556

Title:
  package mariadb-server-10.0 10.0.29-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1687556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645049] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-07-03 Thread Faustin
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645049

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1645049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   >