Bug#688792: syntax error

2012-10-23 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 23/10/12 06:50, Noah Meyerhans wrote: Ok, good news, and an apology. The good news is that this isn't mysql's fault at all. The network-manager package is breaking /etc/network/interfaces, causing the lo interface to not get an IP address.

Bug#688792: syntax error

2012-10-22 Thread Noah Meyerhans
Hi. I've just experienced this problem on a fresh wheezy install using the beta3 installer. The installation was performed using the netboot image (that is, PXE and downloading the installer components from a TFTP server) on a physical, non-virtual host. I haven't put in a lot of time to

Bug#688792: syntax error

2012-10-22 Thread Ross Boylan
On Sun, 2012-10-21 at 23:28 -0700, Noah Meyerhans wrote: Hi. I've just experienced this problem on a fresh wheezy install using the beta3 installer. The installation was performed using the netboot image (that is, PXE and downloading the installer components from a TFTP server) on a physical,

Bug#688792: syntax error

2012-10-22 Thread Noah Meyerhans
The desktop tasks install various mysql related packages (libmysqlclient18, mysql-server-core-5.5, etc). I've been trying to test installations on a base system (no desktop task) to see if one of these packages, when installed before the 'mysql-server' package, breaks installation of mysql-server.

Bug#688792: syntax error

2012-10-22 Thread Ross Boylan
On Mon, 2012-10-22 at 11:19 -0700, Noah Meyerhans wrote: The desktop tasks install various mysql related packages (libmysqlclient18, mysql-server-core-5.5, etc). I've been trying to test installations on a base system (no desktop task) to see if one of these packages, when installed before the

Bug#688792: syntax error

2012-10-22 Thread Noah Meyerhans
Ok, good news, and an apology. The good news is that this isn't mysql's fault at all. The network-manager package is breaking /etc/network/interfaces, causing the lo interface to not get an IP address. The SQL syntax error was a red herring, and is not actually related to the server not starting.

Bug#688792: syntax error

2012-09-27 Thread Ross Boylan
On Wed, 2012-09-26 at 21:51 +0100, Nicholas Bamber wrote: Ross, Actually would it be possible for you to send the output of use mysql; show create table user; for both the external and chrooted databases? Here it is for the chroot:

Bug#688792: syntax error

2012-09-26 Thread Nicholas Bamber
tag 688792 +moreinfo thanks Ross, Thanks for the report. First of all whenever I play with mysql inside a chroot I have to bring down the real mysql server as otherwise there is a port clash. (I'm not sure how piuparts avoids this issue.) And that certainly causes upgrade

Bug#688792: syntax error

2012-09-26 Thread Ross Boylan
On Wed, 2012-09-26 at 12:07 +0100, Nicholas Bamber wrote: tag 688792 +moreinfo thanks I'm not sure what more info you want. The host mysql was shut down when I ran the install; in fact, I've disabled the host start up script mysql, although I haven't touch mysql-ndb and mysql-ndb-mgm (I don't

Bug#688792: syntax error

2012-09-26 Thread Nicholas Bamber
On 26/09/12 17:20, Ross Boylan wrote: On Wed, 2012-09-26 at 12:07 +0100, Nicholas Bamber wrote: tag 688792 +moreinfo thanks I'm not sure what more info you want. Well the information you have sent is useful in its own right, but I have not really got a good idea of all the details. The ideal

Bug#688792: syntax error

2012-09-26 Thread Ross Boylan
On Wed, 2012-09-26 at 12:07 +0100, Nicholas Bamber wrote: That said I have not yet managaed to get the postinst script to run that SQL. Given that the code is there that should just be a matter of me studying precisely what is needed to trigger it. The error is not new with

Bug#688792: syntax error

2012-09-26 Thread Nicholas Bamber
On 26/09/12 20:27, Ross Boylan wrote: On Wed, 2012-09-26 at 12:07 +0100, Nicholas Bamber wrote: That said I have not yet managaed to get the postinst script to run that SQL. Given that the code is there that should just be a matter of me studying precisely what is needed to