[Bug 321091] Re: Probleme de dependance

2010-03-02 Thread Thierry Carrez
** Changed in: server-papercuts
Milestone: None = lucid-beta-1

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2010-03-02 Thread Thierry Carrez
** Changed in: server-papercuts
Milestone: None = lucid-beta-1

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

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


[Bug 321091] Re: Probleme de dependance

2010-02-18 Thread Thierry Carrez
** Changed in: server-papercuts
   Importance: Undecided = Medium

** Changed in: server-papercuts
   Status: New = Confirmed

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2010-02-18 Thread Thierry Carrez
** Changed in: server-papercuts
   Importance: Undecided = Medium

** Changed in: server-papercuts
   Status: New = Confirmed

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

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


[Bug 321091] Re: Probleme de dependance

2010-02-10 Thread Alex Muntada
** Also affects: server-papercuts
   Importance: Undecided
   Status: New

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

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


[Bug 321091] Re: Probleme de dependance

2009-05-01 Thread Ante Karamatić
I believe this bug is fixed in ubuntu-bacula PPA for intrepid and hardy:

https://edge.launchpad.net/~ubuntu-bacula/+archive/ppa

and for those that would like to have bacula packages for hardy
backported from intrepid, they are at my personal PPA:

https://edge.launchpad.net/~ivoks/+archive/ppa

Please test those packages and report results. Thank you

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2009-02-04 Thread Ante Karamatić
Actually, no... After having a better look at this one, problem is in
/usr/share/bacula-director/postinst-common:

if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DSTDIR/$CONFIG
fi

This should be:

if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DEFCONFIGDIR/$CONFIG
fi

This is fixed in jaunty.

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2009-02-04 Thread Ante Karamatić
As with bug #325109, this can be fixed by simply running 'dpkg
--configure -a', after mysql is started.

** Changed in: bacula (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2009-02-04 Thread Ante Karamatić
Actually, no... After having a better look at this one, problem is in
/usr/share/bacula-director/postinst-common:

if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DSTDIR/$CONFIG
fi

This should be:

if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DEFCONFIGDIR/$CONFIG
fi

This is fixed in jaunty.

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

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


[Bug 321091] Re: Probleme de dependance

2009-02-04 Thread Ante Karamatić
As with bug #325109, this can be fixed by simply running 'dpkg
--configure -a', after mysql is started.

** Changed in: bacula (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

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

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


[Bug 321091] Re: Probleme de dependance

2009-01-25 Thread Phil

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21613864/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/21613865/DpkgTerminalLog.txt

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2009-01-25 Thread Andreas Olsson
I can confirm this.

It happens when you install bacula without having a previously installed
mysql server. The problem is that bacula-director-mysql tries its run
its configuration before the new mysql server has been started.

Workarounds:
pre-install) Make sure you have a mysql installed before you install bacula
post-install) purge and reinstall the packages becula and bacula-director-mysql

** Changed in: bacula (Ubuntu)
   Status: New = Confirmed

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 321091] Re: Probleme de dependance

2009-01-25 Thread Phil

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21613864/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/21613865/DpkgTerminalLog.txt

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

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


[Bug 321091] Re: Probleme de dependance

2009-01-25 Thread Andreas Olsson
I can confirm this.

It happens when you install bacula without having a previously installed
mysql server. The problem is that bacula-director-mysql tries its run
its configuration before the new mysql server has been started.

Workarounds:
pre-install) Make sure you have a mysql installed before you install bacula
post-install) purge and reinstall the packages becula and bacula-director-mysql

** Changed in: bacula (Ubuntu)
   Status: New = Confirmed

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

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