diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-10-20 18:35:22 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-10-20 18:35:22 +0200 |
commit | cd1de362ed0115257aec2be12fd645cbc71e701c (patch) | |
tree | 9e2887e5b2743623d64f9c6c0602aec146830e3d /debian/mariadb-server-10.0.logcheck.ignore.paranoid | |
parent | 7a1b9ef60743a3ac8cab1a091ea1e4cf58e7f2b8 (diff) | |
download | mariadb-git-cd1de362ed0115257aec2be12fd645cbc71e701c.tar.gz |
first go at fixing debian builds
Diffstat (limited to 'debian/mariadb-server-10.0.logcheck.ignore.paranoid')
-rw-r--r-- | debian/mariadb-server-10.0.logcheck.ignore.paranoid | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/mariadb-server-10.0.logcheck.ignore.paranoid b/debian/mariadb-server-10.0.logcheck.ignore.paranoid new file mode 100644 index 00000000000..00cc5c3e29d --- /dev/null +++ b/debian/mariadb-server-10.0.logcheck.ignore.paranoid @@ -0,0 +1,9 @@ +/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ +/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ +mysqld\[[0-9]+\]: $ +mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock' port: 3306$ +mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ +mysqld_safe\[[0-9]+\]: started$ +usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ +usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ |