[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-11-01 Thread Kevin Morgan
Just a Postscript to my original message above (#55), in case it is of
help to anyone else:-

the bug fix and update has worked for me. I did a fresh install using
bacula-director-mysql, followed by 'bacula-client' followed by 'bacula-
sd-mysql'. My system has been backing up for a week now with no problems
exhibited with regards to this bug.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 7.0.5+dfsg-4ubuntu0.1

---
bacula (7.0.5+dfsg-4ubuntu0.1) xenial; urgency=medium

  * debian/patches/libmysqlclient_r.patch: Fix bug where MySQL 5.7 is
improperly linked on Ubuntu 16.04.  Closes LP: #1570923.
  * debian/patches/disable_mysql_NO_ZERO_DATE.patch: Disable
NO_ZERO_DATE mode for MySQL table creation.  Closes LP: #1591397,
LP: #1577858.
  * d/rules: do not use -Bsymoblic-functions when linking. Closes
LP: #1553563, LP: #1567824.
  * debian/patches/fix_batch_mode.patch: Detect that MySQL 5.7 is thread
safe and enable batch mode.  Closes LP: #1592749.

 -- Nishanth Aravamudan   Fri, 15 Jul
2016 14:34:59 -0700

** Changed in: bacula (Ubuntu Xenial)
   Status: Fix Committed => 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/1570923

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-10-23 Thread matli
I got here after upgrading 14.04 to 16.04. At first I got the problem as
originally described. Then I installed the proposed packages (7.0.5
+dfsg-4ubuntu0.1).

This appears to have solved the original problem. However, I get the
same error as Marcus Meyer above:

23-Oct 03:05 tomcat-dir JobId 0: Fatal error: sql_create.c:90 Create DB
Job record INSERT INTO Job
(Job,Name,Type,Level,JobStatus,SchedTime,JobTDate,ClientId,Comment)
VALUES ('Raven.2016-10-23_03.05.01_04','Raven','B','I','C','2016-10-23
03:05:01',1477184701,3,'') failed. ERR=Field 'StartTime' doesn't have a
default value

And consequently, checking this in MySQL gives the following:

mysql> SHOW COLUMNS FROM Job From bacula LIKE 'StartTime';
+---+--+--+-+-+---+
| Field | Type | Null | Key | Default | Extra |
+---+--+--+-+-+---+
| StartTime | datetime | NO   | | NULL|   |
+---+--+--+-+-+---+
1 row in set (0.00 sec)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-10-22 Thread Kevin Morgan
Thanks Nish for getting back to me. I'll wait for the update to come
through. What kind of time scale will this be from now, a month, two
months or 6 months ?

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-10-21 Thread Nish Aravamudan
Hello Kevin, I'm not sure what is going wrong with your system, but it's
definitely not running the proposed packages. I just tested them and
they work fine. Please try to find me on #ubuntu (nacc) if you want some
help, or you can just wait for the normal update to come through.

Verified with 7.0.5+dfsg-4ubuntu0.1

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-10-15 Thread Kevin Morgan
I apologize before hand if I am not following the accepted protocol. I've been 
using Ubuntu for only a few weeks and haven't got up to speed with how the 
whole ecosystem works yet.
The following may be a stream of consciousness but I hope you get enough of the 
gist of things to tell me what I am doing wrong and how to fix it. 

I am still experiencing this bug,

sudo bacula-dir -tv

still gives,

bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so:
undefined symbol: mysql_init

Background:-
A clean install on machine with no OS,
lsb_release -a

gives,

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

Followed instructions on,

https://help.ubuntu.com/lts/serverguide/bacula.html,

to install Bacula. Thought it would install the version for mysql by
default. It didn't. So I uninstalled. Installed mysql using,

sudo apt install mysql-server.

Installed OK.
Then,

sudo apt install bacula-client bacula-sd-mysql, bacula-director-mysql

Had few problems with the install menu, got,

'Empty value for 'port' specified , will throw an error in future versions
Error 1067 (42000) at line 90: Invalid default value for 'CleaningDate'.'

the first time around, went around again set up socket type 'tcp/ip',
'localhost', port '3306', and then,

'get error 1050 (42501) at line 7: Table 'Filename' already exists'

presumably because it had already been created first time round.
The menu in this part of the installation (the explanation page for 'abort, 
retry, retry(without questions), ignore' part) could only be exited by pressing 
'esc' as using the arrow keys to navigate to the '' would not work. The 
only option that seemed to terminate the installation at this stage was the 
'abort' option.

Anyway, it did produce a database for bacula in mysql, can anyone
confirm that the following,

+---+
|Tables |
+---+
| File  |
| Filename  |
| MediaType |
| Path  |
| RestoreObject |
| Storage   |
+---+

is correct for bacula ?

Used,

sudo apt install bacula

to install the remaining packages 'bacula' & 'bacula-server'
Modified '.conf' files as required.
Tested '.conf' files,

sudo bacula-sd -t -c /etc/bacula/bacula-sd.conf

O.K.

sudo bacula-fd -t -c /etc/bacula/bacula-fd.conf

O.K.

sudo bacula-dir -t -c /etc/bacula/bacula-dir.conf

not O.K. got,

bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so:
undefined symbol: mysql_init

Did a search on this on Google and ended up here.

Followed Brian Murray's instruction in #51 above, did as per,

https://wiki.ubuntu.com/Testing/EnableProposed

All O.K. except:-

sudo aptitude -t xenial-proposed

gives,

'sudo: aptitude: command not found'

changed to,

sudo apt -t xenial-proposed

gives,

'E: Command line option 't' [from -t] is not understood in combination
with the other options.'

So gave up on this and tried,

sudo apt-get install bacula/xenial-proposed

which gave,

'Reading package lists... Done
Building dependency tree   
Reading state information... Done
Selected version '7.0.5+dfsg-4ubuntu0.1' (Ubuntu:16.04/xenial-proposed [all]) 
for 'bacula'
Selected version '7.0.5+dfsg-4ubuntu0.1' (Ubuntu:16.04/xenial-proposed [all]) 
for 'bacula-server' because of 'bacula'
Selected version '7.0.5+dfsg-4ubuntu0.1' (Ubuntu:16.04/xenial-proposed [amd64]) 
for 'bacula-sd' because of 'bacula-server'
Selected version '7.0.5+dfsg-4ubuntu0.1' (Ubuntu:16.04/xenial-proposed [amd64]) 
for 'bacula-common' because of 'bacula-sd'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 bacula : Depends: bacula-server (= 7.0.5+dfsg-4ubuntu0.1) but 
7.0.5+dfsg-4build1 is to be installed
E: Unable to correct problems, you have held broken packages.'

rebooted.

So after this, still the same error,

sudo bacula-dir -t -c /etc/bacula/bacula-dir.conf

not O.K. got,

bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so:
undefined symbol: mysql_init

Any of you wise unix heads know if the fault is my process of
installation or not ?

Versions:-

apt-cache madison mysql-server

gives,

mysql-server | 5.7.15-0ubuntu0.16.04.1 | http://gb.archive.ubuntu.com/ubuntu 
xenial-updates/main amd64 Packages
mysql-server | 5.7.15-0ubuntu0.16.04.1 | http://gb.archive.ubuntu.com/ubuntu 
xenial-updates/main i386 Packages
mysql-server | 5.7.15-0ubuntu0.16.04.1 | http://security.ubuntu.com/ubuntu 
xenial-security/main amd64 Packages
mysql-server | 5.7.15-0ubuntu0.16.04.1 | http://security.ubuntu.com/ubuntu 
xenial-security/main i386 Packages
mysql-server | 5.7.11-0ubuntu6 | http://gb.archive.ubuntu.com/ubuntu 
xenial/main amd64 Packages
mys

[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-27 Thread Marc Vanhoomissen
I still have the problem with Ubuntu 16.04 and Bacula 7.0.5:

$ apt-cache madison bacula
bacula | 7.0.5+dfsg-4build1 | http://be.archive.ubuntu.com/ubuntu 
xenial/universe amd64 Packages
bacula | 7.0.5+dfsg-4build1 | http://be.archive.ubuntu.com/ubuntu 
xenial/universe i386 Packages
bacula | 7.0.5+dfsg-4build1 | http://be.archive.ubuntu.com/ubuntu 
xenial/universe Sources

$ sudo bacula-dir -tv
bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so: undefined 
symbol: mysql_init

I read that version 7.4.2 of bacula solves the problem
(http://blog.bacula.org/release-7-4-2/ ) Could this be put in the PPA's?

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-21 Thread Nish Aravamudan
** Changed in: bacula (Ubuntu Xenial)
 Assignee: Nish Aravamudan (nacc) => (unassigned)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-09 Thread Nish Aravamudan
Based upon the prior comment, marking v-d.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-09 Thread Matthew
Installed 7.0.5+dfsg-4ubuntu0.1 from proposed and can confirm this fixed
the issue with the director service not starting due to the following
error:

bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so:
undefined symbol: mysql_init

NOTE: bconsole connected fine to the director without required any
additional changes

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-08 Thread Mathew Hodson
** Project changed: bacula => ubuntu-translations

** No longer affects: ubuntu-translations

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-08 Thread Brian Murray
Hello Dirk, or anyone else affected,

Accepted bacula into xenial-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/bacula/7.0.5+dfsg-
4ubuntu0.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: bacula (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-07 Thread Nish Aravamudan
** Changed in: bacula (Ubuntu)
 Assignee: Nish Aravamudan (nacc) => (unassigned)

** Changed in: bacula (Ubuntu Xenial)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-09-04 Thread Rutger Hendriks
The PPA from https://launchpad.net/~nacc/+archive/ubuntu/bacula3 works
fine for me! Thanks ;-)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-08-25 Thread Nish Aravamudan
** Changed in: bacula
   Status: New => 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/1570923

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-08-25 Thread Nish Aravamudan
@Marcus any update? I've been holding off on pushing the bacula updates
based upon your testing results.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-08-02 Thread Nish Aravamudan
I just did a test upgrade from 14.04 -> 16.04.1 in a lxd:

mysql> show columns from Job from bacula like 'StartTime';
+---+--+--+-+-+---+
| Field | Type | Null | Key | Default | Extra |
+---+--+--+-+-+---+
| StartTime | datetime | YES  | | -00-00 00:00:00 |   |
+---+--+--+-+-+---+

I also did a trivial backup job from the updated bconsole (running from
my PPA's version) and it started the job fine.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-08-02 Thread Nish Aravamudan
@Marcus

Thank you for testing. Can you clarify if this was a 14.04 -> 16.04.1
upgrade?

Can you, to be sure, provide the `apt-cache policy bacula` output?

I don't believe (not 100%) the issue you're hitting is directly related
to my backport. StartTime should have a default value of 0, if I'm
reading the code right.

Can you also run something like:

mysql -u bacula -p
SHOW COLUMNS FROM Job From bacula LIKE 'StartTime';

and see if a default value is set?

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-30 Thread Marcus Meyer
@Nish

I tried your packages from
https://launchpad.net/~nacc/+archive/ubuntu/bacula3

I'm running 16.04.1 LTS since today and I get the following error with
your packages:

Run Backup job
JobName:  SLIMSERVER
Level:Incremental
Client:   slimserver-fd
FileSet:  SLIMSERVER FULL Set
Pool: USB-DAILY (From Job resource)
Storage:  c1 (From Pool resource)
When: 2016-07-30 17:10:11
Priority: 10
OK to run? (yes/mod/no): yes
Job failed.
You have messages.
*messages
30-Jul 17:10 itx-server-dir JobId 0: Fatal error: sql_create.c:90 Create DB Job 
record INSERT INTO Job 
(Job,Name,Type,Level,JobStatus,SchedTime,JobTDate,ClientId,Comment) VALUES 
('SLIMSERVER.2016-07-30_17.10.13_07','SLIMSERVER','B','I','C','2016-07-30 
17:10:11',1469891411,8,'') failed. ERR=Field 'StartTime' doesn't have a default 
value

I'm a little bit confused, because the StartTime field is not in the
INSERT statement!

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-15 Thread Nish Aravamudan
Hello all,

After reviewing the other open Bacula bugs, I've set up a new PPA with a
more normal versioning and (hopefully) fixes to all the issues I know
about on 16.04 and 16.10 (and I think handles upgrading from 14.04 to
16.04)

https://launchpad.net/~nacc/+archive/ubuntu/bacula3

16.04: 7.0.5+dfsg-4ubuntu0.1~ppa1
16.10: 7.4.2+dfsg-1ubuntu1~ppa1

Please test these versions and report back, I'd like to see if we can
these both sponsored quickly.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-06 Thread Michael Hudson-Doyle
Hi, I've read through the bug and while it seems good progress is being
made, AFAICT there isn't anything to be uploaded yet and so I'm going to
unsubscribe sponsors. Please give clear instructions when you re-
subscribe the team :-)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-06 Thread Nish Aravamudan
@Kern and others affected, I have uploaded to the same PPA
(ppa:nacc/bacula) updated packages including the MySQL fix mentioned in
LP: #1592749.

Please test the version for your system and report back.

Xenial: 7.4.1~dfsg-1.1~ppa8.is.actually.7.0.5+dfsg-4.1~ppa3
Yakkety: 7.4.1~dfsg-1ubuntu1~ppa2

Thanks,
Nish

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-06 Thread Nish Aravamudan
** Patch removed: "attachment"
   
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+attachment/4689919/+files/attachment

** Attachment added: "attachment"
   https://bugs.launchpad.net/bugs/1570923/+attachment/4696475/+files/attachment

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-06 Thread Nish Aravamudan
@Kern, thanks for the updates! I will get a new build going ASAP.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-03 Thread Kern Sibbald
Oops, sorry, I attached the patch twice :-(

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-03 Thread Kern Sibbald
Please note that the above fixes do make Bacula run, but as was
discovered in bug #1592749, MySQL runs ~10 times slower than it should.
I attach a patch here and in the other bug as well that fixes this
problem.  The patch is relative to released version 7.4.1, and may (I am
not sure) apply correctly after your patch is applied -- in fact, it is
a one line addition to my original patch (yours also I think).  See bug
#1592749 for more details on why this patch is also needed.

** Patch added: "Define that MySQL has the mysql_thread_safe() function."
   
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+attachment/4694833/+files/mysql_thread_safe.patch

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-07-03 Thread Kern Sibbald
** Patch added: "Fixes broken Bacula batch mode for MySQL 5.7 -- applies to 
Bacula version 7.4.1"
   
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+attachment/4694834/+files/mysql_thread_safe.patch

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-29 Thread Nish Aravamudan
** Changed in: bacula (Ubuntu)
   Status: Triaged => In Progress

** Changed in: bacula (Ubuntu Xenial)
   Status: Triaged => In Progress

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-24 Thread Nish Aravamudan
Please test the potential fix version at:

https://launchpad.net/~nacc/+archive/ubuntu/bacula

Which results in 7.4.1~dfsg-1ubuntu1~ppa1 on yakkety or
7.4.1~dfsg-1.1~ppa8.is.actually.7.0.5+dfsg-4.1~ppa2 on xenial.

** Description changed:

- 1. Ubuntu release : 
+ [Impact]
+ 
+  * bacula-dir fails to start after installation.
+ 
+ [Test Case]
+ 
+  * Install bacula-director-mysql after installing mysql-server. bacula-
+ dir fails to start (and the installation fails).
+ 
+  * In a successful case, the bacula-dir process will start (and be
+ running after installation).
+ 
+ [Regression Potential]
+ 
+  * The fix for this is to backport an upstream fix that changes the
+ build to not use libmysqlclient_r.* files (which are no longer shiipped
+ with MySQL 5.7). The regression potential should be low, as bacula-dir
+ currently does not start at all.
+ 
+ 1. Ubuntu release :
  Description:Ubuntu Xenial Xerus (development branch)
  Release:16.04
  
  2. Version of package
  bacula-director-mysql:
-   Installed: 7.0.5+dfsg-4build1
-   Candidate: 7.0.5+dfsg-4build1
-   Version table:
-  *** 7.0.5+dfsg-4build1 500
- 500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 7.0.5+dfsg-4build1
+   Candidate: 7.0.5+dfsg-4build1
+   Version table:
+  *** 7.0.5+dfsg-4build1 500
+ 500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
+ 100 /var/lib/dpkg/status
  
  3. Expectation : bacula-dir should start
  
  4. bacula-dir did not start because of :
  
  root@xenial:~# bacula-dir -d 99
  bacula-dir: dird.c:194-0 Debug level = 99
- bacula-dir: address_conf.c:264-0 Initaddr 0.0.0.0:9101 
+ bacula-dir: address_conf.c:264-0 Initaddr 0.0.0.0:9101
  root@xenial:~# bacula-dir: dir_plugins.c:148-0 Load dir plugins
  bacula-dir: dir_plugins.c:150-0 No dir plugin dir!
  bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so: 
undefined symbol: mysql_init

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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

[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-24 Thread Nish Aravamudan
** Attachment removed: "attachment"
   
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+attachment/4689883/+files/attachment

** Attachment added: "attachment"
   https://bugs.launchpad.net/bugs/1570923/+attachment/4689919/+files/attachment

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-23 Thread Nish Aravamudan
Hello, I have done some backporting and integrating of the suggestion in
LP# 1553563 c11.

Please test the 'fixed' version at:
https://launchpad.net/~nacc/+archive/ubuntu/bacula, specifically
7.4.1~dfsg-1.1~ppa7 and report back if it resolves the issue in this bug
for you.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-15 Thread Kern Sibbald
This is getting a bit off the subject of this bug report, but ...

The only thing difficult about PostgreSQL with Bacula is getting the
authentication to work, and there is a chapter in the Bacula main manual
on PostgreSQL that tells how to get Bacula working with it.  That said,
there is one additional problem that you must explicitly create the user
"bacula" within the database using psql.  See the postgres documentation
on "create user ...".  Prior versions were simpler since users were
automatically created by the Bacula grant_bacula_privileges script.

I highly recommend using PostgreSQL with Bacula -- it is *much* (10X)
faster than MySQL for certain operations.  See my bug report on MySQL
about MySQL and Bacula.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-15 Thread Glyn M Burton
I found this thread searching for the exact same error.  It's reassuring
to see you folks endeavouring to remedy the bug.

Bacula have PPAs for 15.04 and 15.10, which seem short-sighted given the
none-LTS nature of these editions; 15.10 is expiring support next month.
I cannot find Bacula in the default 14.04 LTS repos.  Have they been
revoked?  Did they ever exist?

In light of all this, would a suggested workaround (for the foreseeable
future) be to utilise PostgreSQL?  I am quite well versed in MySQL, so
my learning curve starts here with PostgreSQL if the answer is 'yes'!
Alternative, I am more than happy to accept your guidance on another way
forward.

Many thanks to all of you.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-15 Thread Glyn M Burton
It would appear utilising PostgreSQL does allow Bacula-Director to start
and listen on 9101.

Unfortunately I am getting the "Director authorization problem. / Most
likely the passwords do not agree." error, despite triple-checking the
Name and Password match perfectly.  Granted that's an issue unrelated to
this thread.

I conclude that Bacula on Ubuntu is a non-starter and will step away
from trialling it as a backup solution.  However, I wish you guys well
in remedying the current issue.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


Re: [Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-14 Thread Robie Basak
On Tue, Jun 14, 2016 at 01:35:05PM -, Kern Sibbald wrote:
> Please let me know if I should open a new ticket on this.

Please do. I believe that MySQL upstream are quite keen to help with
this kind of thing. With a separate bug, I can track assignment and
progress separately.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-14 Thread Kern Sibbald
The good news is that I have now build and tested Bacula version 7.4.1
with the patch for getting Bacula to properly link with MySQL 5.7 on
Ubuntu 16.04, and it does work.

The bad news is that the "out of the box" MySQL performs very badly to
the point of being unusable with Bacula -- it is clearly trashing the
disk and runs Bacula jobs 10-15 times slower than on previous MySQL
versions.  I suspect that someone has by default turned on a sync/flush
after every MySQL update.  Prior MySQL releases by Ubuntu were
relatively efficient.  Out of the box they were between 10-20% slower
than a slightly tuned PostgreSQL.  Now it is 10-15 times slower than an
untuned PostgreSQL out of the box on the same computer.

Please let me know if I should open a new ticket 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/1570923

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-14 Thread Kern Sibbald
Robie,

Thank you for your quick response. It makes sense that the default MySQL
is thread-safe and there is no _r variant.  Your patch looks fine, but
please be aware that I suspect that it may link Bacula with the static
version of MySQL rather than the shared object (.so), and your patch is
good for MySQL 5.7 on Ubuntu 16.04.  Unfortunately the patch needed to
get Bacula to link properly with MySQL 5.7 and much older MySQL's is
considerable more complex with this latest change to how the MySQL
client libraries are linked.

I have pushed what I hope is a "generic" fix to Bacula 7.4 to the public
git repository.  It has commit SHA 50327c9d4.  The equivalent "generic"
fix for Bacula 7.0 has commit SHA d6de542 and is also in the Bacula
public repo.

I imagine you will want to stay with your patch, but my version is also
now available.

Feedback from anyone would be appreciated.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-13 Thread Robie Basak
Kern,

libmysqlclient_r.so was deprecated in MySQL 5.6 and removed in MySQL
5.7. See comment 12. libmysqlclient.so is thread-safe (and has been for
a few MySQL releases) so the _r variant is no longer required. The fix
is to simply link against libmysqlclient.so instead.

I am a little surprised that the build succeeds even though the link
failed.

My patch is at https://launchpadlibrarian.net/257715711/bacula_7.0.5
+dfsg-4build1_7.0.5+dfsg-4ubuntu0.1~ppa1.diff.gz

I intend to land this together with any other required Bacula fixes.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-13 Thread Kern Sibbald
Linking of Bacula 7.4.x on Ubuntu 16.04 has the same problem described
in this bug report.

It seems to me that something is wrong with the Ubuntu 16.04 packaging
of MySQL.  Bacula needs libmysqlclient_r.so to work correctly, and that
shared library is not installed on Ubuntu 16.04 (at least not on my
system). Thus when linking the Bacula catalog library, the mysql_init
symbol is not defined.  The "fix" in #22 from Marcos may work, but then
the client library will be linked directly into Bacula rather than using
the system shared object.

Perhaps the libmysqlclient_r.so has been replaced in Ubuntu 16.04 with
libmysqlclient.so, but if this is the case, it is somehow confusing the
Bacula MySQL build.

Consequently, as far as I am concerned, either the Ubuntu 16.04 package
for MySQL is broken or it is changed in a way that is no longer
compatible with Bacula or Bacula is no longer compatible with your
released MySQL.  Can someone clarify this point for me?

Kern Sibbald
Bacula Project Manager

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-06-10 Thread Marcos
I compiled following a pt_BR guide, and it says that, for Ubuntu Xenial, we 
have to do this before running make: 
edit file "bacula-7.4.0/src/cats/Makefile" and modifiy the variable MYSQL_LIBS 
to:
(64bit)
MYSQL_LIBS = /usr/lib/x86_64-linux-gnu/libmysqlclient.a
(32bit)
MYSQL_LIBS = /usr/lib/i386-linux-gnu/libmysqlclient.a
Then continue running make and make install. Otherwise we would get the error 
"libbaccats…: undefined symbol“

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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

[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-31 Thread Robie Basak
I'm reassigning from Norvald (MySQL upstream) to Nish (Ubuntu server
team) as we have a patch that is confirmed to work. I thought a fix for
bug 1553563 needed to land at the same time in order for the fix for
this bug to be useful, but based on Liam's comments, perhaps not. I'll
let Nish look into this and decide what to do.

** Changed in: bacula (Ubuntu)
 Assignee: Norvald H. Ryeng (nryeng) => Nish Aravamudan (nacc)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-26 Thread Basel Darvish
** Also affects: bacula
   Importance: Undecided
   Status: New

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-25 Thread Liam Ward
Robie - do you have any idea when a fix for the mysql_init bug might
flow through the normal updates channel? I have a broken bacula setup
here in the office and need to make a call on whether to sit tight.

Thanks.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-25 Thread Liam Ward
(Ignore my comment #19. Accidentally reposted one of my earlier
comments. Sorry. If an admin can delete it - and this one - please do)

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-24 Thread Liam Ward
Thanks for getting back to me, Robie.

I'm hoping the bconsole issue won't affect me unless there are side
effects that I don't understand to that one. I don't use bconsole. I use
bat which may or may not have the same problem but, even if it does, my
backup jobs are automated so I'm hoping that if the director starts
running again it will start running the scheduled jobs.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-24 Thread Robie Basak
Liam, will you not be blocked by bug 1553563 even with a fix for this
mysql_init bug?

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-24 Thread Liam Ward
Robie - do you have any idea when a fix for the mysql_init bug might
flow through the normal updates channel? I have a broken bacula setup
here in the office and need to make a call on whether to sit tight.

Thanks.

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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


[Bug 1570923] Re: bacula-dir won't start with "undefined symbol: mysql_init"

2016-05-16 Thread Brian Murray
** Also affects: bacula (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: bacula (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: bacula (Ubuntu Xenial)
   Status: New => Triaged

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

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1570923/+subscriptions

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