[MDEV-2704] LP:454237 - deb package fails to add user for debian-sys-maint Created: 2009-10-17 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
deb package fails to add user for debian-sys-maint on installation. This causes package configuration to fail with an error: ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) and then this error will show up on any invocation of /etc/init.d/mysql start|stop|etc. |
| Comments |
| Comment by Sergei Petrunia [ 2009-10-17 ] |
|
Re: deb package fails to add user for debian-sys-maint Failure to add user is because of the following: bakery/debian-5.1/dist/Ubuntu/mariadb-server-5.1.postinst has this command: On a server with all-defaults configuration the command will succeed with three warnings: However, ourdelta-mariadb51-2/bakery/debian-5.1/additions/my.cnf has this line: sql_mode = NO_ENGINE_SUBSTITUTION,TRADITIONAL Which will make those warnings to be errors, and the command won't succeed any more. |
| Comment by Sergei Petrunia [ 2009-10-17 ] |
|
Re: deb package fails to add user for debian-sys-maint ssl_cipher='', x509_issuer='', x509_subject='' into replace_query. |
| Comment by Kristian Nielsen [ 2009-11-15 ] |
|
Re: deb package fails to add user for debian-sys-maint Have pushed a fix for this to lp:~maria-captains/ourdelta/ourdelta-montyprogram-fixes , will file a merge request. |
| Comment by Arjen Lentz (Inactive) [ 2009-11-15 ] |
|
Re: deb package fails to add user for debian-sys-maint |
| Comment by Rasmus Johansson (Inactive) [ 2009-11-24 ] |
|
Launchpad bug id: 454237 |