[Bug 1301015] Re: Networking does not restart

2015-04-30 Thread Simon Green
Almost definitely and accidental change to invalid

** Changed in: ifupdown (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Networking does not restart

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

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


[Bug 1301015] Re: Networking does not restart

2015-03-24 Thread Simon Green
No fix has been released. The status change must have been in error

** Changed in: ifupdown (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  Networking does not restart

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

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


[Bug 1301015] Re: Networking does not restart

2014-10-15 Thread Simon Green
This is clearly in need of a decent fix! The amount of scripts and
systems this has broken for us is silly.

** Changed in: ifupdown (Ubuntu)
   Status: Opinion = Confirmed

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

Title:
  Networking does not restart

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

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


[Bug 1301015] Re: Networking does not restart

2014-05-30 Thread Simon Green
@Stéphane I disagree, this is not possible to do remotely.

** Changed in: ifupdown (Ubuntu)
   Status: Invalid = New

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

Title:
  Networking does not restart

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

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

[Bug 1301015] Re: Networking does not restart

2014-05-03 Thread Simon Green
This is bad for remote administration over SSH. Running this command
would allow you to cleanly restart networking remotely over SSH, now
there is no nice way to do that.

** Changed in: ifupdown (Ubuntu)
   Status: Opinion = New

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

Title:
  Networking does not restart

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

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


[Bug 1301015] Re: Networking does not restart

2014-04-24 Thread Simon Green
** Changed in: ifupdown (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  Networking does not restart

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

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


[Bug 1301015] [NEW] Networking does not restart

2014-04-01 Thread Simon Green
Public bug reported:

In Ubuntu Server 14.04 it appears it is not possible to restart
networking. This is fresh install from ISO.

wirehive@ubuntu:~$ sudo /etc/init.d/networking restart
wirehive@ubuntu:~$ echo $?
1
wirehive@ubuntu:~$ sudo service networking restart
stop: Job failed while stopping
start: Job is already running: networking
wirehive@ubuntu:~$ sudo bash -x /etc/init.d/networking restart
+ PATH=/sbin:/bin
+ RUN_DIR=/run/network
+ IFSTATE=/run/network/ifstate
+ STATEDIR=/run/network/state
+ '[' -x /sbin/ifup ']'
+ '[' -x /sbin/ifdown ']'
+ . /lib/lsb/init-functions
+++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
++ . /lib/lsb/init-functions.d/20-left-info-blocks
++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
++ '[' -r /lib/lsb/init-functions.d/50-ubuntu-logging ']'
++ . /lib/lsb/init-functions.d/50-ubuntu-logging
+++ LOG_DAEMON_MSG=
++ FANCYTTY=
++ '[' -e /etc/lsb-base-logging.sh ']'
++ true
+ CONFIGURE_INTERFACES=yes
+ EXCLUDE_INTERFACES=
+ VERBOSE=no
+ '[' -f /etc/default/networking ']'
+ verbose=
+ '[' no = yes ']'
+ case $1 in
+ init_is_upstart
+ '[' -x /sbin/initctl ']'
+ /bin/grep -q upstart
+ /sbin/initctl version
+ return 0
+ exit 1
wirehive@ubuntu:~$ sudo bash -x service networking restart
++ basename service
+ VERSION='service ver. 0.91-ubuntu1'
++ basename service
+ USAGE='Usage: service  option  | --status-all | [ service_name [ command | 
--full-restart ] ]'
+ SERVICE=
+ ACTION=
+ SERVICEDIR=/etc/init.d
+ OPTIONS=
+ '[' 2 -eq 0 ']'
+ cd /
+ '[' 2 -gt 0 ']'
+ case ${1} in
+ '[' -z '' -a 2 -eq 1 -a networking = --status-all ']'
+ '[' 2 -eq 2 -a restart = --full-restart ']'
+ '[' -z '' ']'
+ SERVICE=networking
+ shift
+ '[' 1 -gt 0 ']'
+ case ${1} in
+ '[' -z networking -a 1 -eq 1 -a restart = --status-all ']'
+ '[' 1 -eq 2 -a '' = --full-restart ']'
+ '[' -z networking ']'
+ '[' -z '' ']'
+ ACTION=restart
+ shift
+ '[' 0 -gt 0 ']'
+ '[' -r /etc/init/networking.conf ']'
+ which initctl
+ grep -q upstart
+ initctl version
+ case ${ACTION} in
+ stop networking
stop: Job failed while stopping
+ :
+ exec start networking
start: Job is already running: networking
wirehive@ubuntu:~$

** Affects: ifupdown (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: trusty

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

Title:
  Networking does not restart

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

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


[Bug 1300367] [NEW] rsync 3.1.0 and 3.0.9 incompatibility

2014-03-31 Thread Simon Green
Public bug reported:

When running rsync on a directory of a few hundred files from rsync
3.0.9-4 on Ubuntu 13.04 Raring to rsync 3.1.0-2 on Ubuntu 14.04 Trusty
rsync errors with:

rsync error: error in rsync protocol data stream (code 12) at io.c(441)
[sender=3.0.9]

Here is the full command I'm trying to run:

rsync --delay-updates -FF --compress --timeout=10 --archive --rsh 'ssh
-o StrictHostKeyChecking=no' --out-format='CHANGED%i %n%L'
templates/dotfiles/ wirehive@172.2.0.1.128:/home/wirehive/

If I repeatedly run this after maybe 4 times it will succeed.

The same sounding bug is reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1014769
and here:
https://bugzilla.samba.org/show_bug.cgi?id=10332

** Affects: rsync (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: raring trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

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

-- 
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 1300367] [NEW] rsync 3.1.0 and 3.0.9 incompatibility

2014-03-31 Thread Simon Green
Public bug reported:

When running rsync on a directory of a few hundred files from rsync
3.0.9-4 on Ubuntu 13.04 Raring to rsync 3.1.0-2 on Ubuntu 14.04 Trusty
rsync errors with:

rsync error: error in rsync protocol data stream (code 12) at io.c(441)
[sender=3.0.9]

Here is the full command I'm trying to run:

rsync --delay-updates -FF --compress --timeout=10 --archive --rsh 'ssh
-o StrictHostKeyChecking=no' --out-format='CHANGED%i %n%L'
templates/dotfiles/ wirehive@172.2.0.1.128:/home/wirehive/

If I repeatedly run this after maybe 4 times it will succeed.

The same sounding bug is reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1014769
and here:
https://bugzilla.samba.org/show_bug.cgi?id=10332

** Affects: rsync (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: raring trusty

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

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

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

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


[Bug 1192553] [NEW] package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed to install/upgrade: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' before installing new ver

2013-06-19 Thread Simon Green
Public bug reported:

During automatic security updates our SSH broke and started segfaulting.
There was nothing waiting to install. We assumed broken dependencies so,
as it was behind, have done a do-release-upgrade, but it's failed here
as well.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic i686
ApportVersion: 2.6.1-0ubuntu11
Architecture: i386
Date: Wed Jun 19 12:02:30 2013
DuplicateSignature: package:openssh-server:1:6.0p1-3ubuntu1 [modified: 
usr/sbin/sshd]:ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
ErrorMessage: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
MarkForUpload: True
SourcePackage: openssh
Title: package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed 
to install/upgrade: ErrorMessage: unable to make backup link of 
`./usr/sbin/sshd' before installing new version: Operation not permitted
UpgradeStatus: Upgraded to raring on 2013-06-19 (0 days ago)
mtime.conffile..etc.pam.d.sshd: 2013-01-22T11:06:33

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package dist-upgrade i386 need-duplicate-check raring

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1192553

Title:
  package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
  failed to install/upgrade: ErrorMessage: unable to make backup link of
  `./usr/sbin/sshd' before installing new version: Operation not
  permitted

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

-- 
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 1192553] [NEW] package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed to install/upgrade: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' before installing new ver

2013-06-19 Thread Simon Green
Public bug reported:

During automatic security updates our SSH broke and started segfaulting.
There was nothing waiting to install. We assumed broken dependencies so,
as it was behind, have done a do-release-upgrade, but it's failed here
as well.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic i686
ApportVersion: 2.6.1-0ubuntu11
Architecture: i386
Date: Wed Jun 19 12:02:30 2013
DuplicateSignature: package:openssh-server:1:6.0p1-3ubuntu1 [modified: 
usr/sbin/sshd]:ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
ErrorMessage: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
MarkForUpload: True
SourcePackage: openssh
Title: package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed 
to install/upgrade: ErrorMessage: unable to make backup link of 
`./usr/sbin/sshd' before installing new version: Operation not permitted
UpgradeStatus: Upgraded to raring on 2013-06-19 (0 days ago)
mtime.conffile..etc.pam.d.sshd: 2013-01-22T11:06:33

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package dist-upgrade i386 need-duplicate-check raring

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

Title:
  package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
  failed to install/upgrade: ErrorMessage: unable to make backup link of
  `./usr/sbin/sshd' before installing new version: Operation not
  permitted

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

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


[Bug 1173085] Re: bacula-director-mysql tried to run dbconfig-common before mysql-server has finished installing

2013-04-30 Thread Simon Green
Here is the console log. I've stripped out the updating and downloading
sections:


$ sudo apt-get update  sudo apt-get install bacula-director-mysql
[..]
The following packages were automatically installed and are no longer required:
  linux-headers-3.2.0-23-generic linux-headers-3.2.0-23 linux-headers-3.2.0-24 
linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic 
linux-headers-3.2.0-24-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bacula-common bacula-common-mysql bacula-director-common dbconfig-common gawk 
heirloom-mailx libdbd-mysql-perl libdbi-perl libhtml-template-perl 
libmysqlclient18 libnet-daemon-perl libplrpc-perl
  libsigsegv2 mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common 
mysql-server mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
  bacula-doc libipc-sharedcache-perl libterm-readkey-perl tinyca mailx
The following NEW packages will be installed
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql dbconfig-common gawk heirloom-mailx libdbd-mysql-perl 
libdbi-perl libhtml-template-perl libmysqlclient18 libnet-daemon-perl
  libplrpc-perl libsigsegv2 mysql-client mysql-client-5.5 mysql-client-core-5.5 
mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 21 newly installed, 0 to remove and 73 not upgraded.
Need to get 29.5 MB of archives.
After this operation, 104 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
[..]
Fetched 29.5 MB in 1s (26.2 MB/s)
Preconfiguring packages ...
Selecting previously unselected package bacula-common.
(Reading database ... 158725 files and directories currently installed.)
Unpacking bacula-common (from .../bacula-common_5.2.5-0ubuntu6.2_amd64.deb) ...
Adding user 'bacula'... Ok.
Selecting previously unselected package mysql-common.
Unpacking mysql-common (from .../mysql-common_5.5.31-0ubuntu0.12.04.1_all.deb) 
...
Selecting previously unselected package libmysqlclient18.
Unpacking libmysqlclient18 (from 
.../libmysqlclient18_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package bacula-common-mysql.
Unpacking bacula-common-mysql (from 
.../bacula-common-mysql_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package libsigsegv2.
Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libsigsegv2 (2.9-4ubuntu2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package gawk.
(Reading database ... 158906 files and directories currently installed.)
Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1ubuntu1_amd64.deb) ...
Selecting previously unselected package heirloom-mailx.
Unpacking heirloom-mailx (from .../heirloom-mailx_12.5-1build1_amd64.deb) ...
Processing triggers for man-db ...
Setting up bacula-common (5.2.5-0ubuntu6.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package bacula-director-common.
(Reading database ... 159004 files and directories currently installed.)
Unpacking bacula-director-common (from 
.../bacula-director-common_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package dbconfig-common.
Unpacking dbconfig-common (from .../dbconfig-common_1.8.47_all.deb) ...
Selecting previously unselected package libnet-daemon-perl.
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...
Selecting previously unselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
Selecting previously unselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.616-1build2_amd64.deb) ...
Selecting previously unselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from 
.../libdbd-mysql-perl_4.020-1build2_amd64.deb) ...
Selecting previously unselected package mysql-client-core-5.5.
Unpacking mysql-client-core-5.5 (from 
.../mysql-client-core-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package mysql-client-5.5.
Unpacking mysql-client-5.5 (from 
.../mysql-client-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package mysql-client.
Unpacking mysql-client (from .../mysql-client_5.5.31-0ubuntu0.12.04.1_all.deb) 
...
Selecting previously unselected package bacula-director-mysql.
Unpacking bacula-director-mysql (from 
.../bacula-director-mysql_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from 
.../mysql-server-core-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up mysql-common (5.5.31-0ubuntu0.12.04.1) ...
Selecting previously unselected package mysql-server-5.5.
(Reading database ... 159633 

[Bug 1173085] Re: bacula-director-mysql tried to run dbconfig-common before mysql-server has finished installing

2013-04-30 Thread Simon Green
Here is the console log. I've stripped out the updating and downloading
sections:


$ sudo apt-get update  sudo apt-get install bacula-director-mysql
[..]
The following packages were automatically installed and are no longer required:
  linux-headers-3.2.0-23-generic linux-headers-3.2.0-23 linux-headers-3.2.0-24 
linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic 
linux-headers-3.2.0-24-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bacula-common bacula-common-mysql bacula-director-common dbconfig-common gawk 
heirloom-mailx libdbd-mysql-perl libdbi-perl libhtml-template-perl 
libmysqlclient18 libnet-daemon-perl libplrpc-perl
  libsigsegv2 mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common 
mysql-server mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
  bacula-doc libipc-sharedcache-perl libterm-readkey-perl tinyca mailx
The following NEW packages will be installed
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql dbconfig-common gawk heirloom-mailx libdbd-mysql-perl 
libdbi-perl libhtml-template-perl libmysqlclient18 libnet-daemon-perl
  libplrpc-perl libsigsegv2 mysql-client mysql-client-5.5 mysql-client-core-5.5 
mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 21 newly installed, 0 to remove and 73 not upgraded.
Need to get 29.5 MB of archives.
After this operation, 104 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
[..]
Fetched 29.5 MB in 1s (26.2 MB/s)
Preconfiguring packages ...
Selecting previously unselected package bacula-common.
(Reading database ... 158725 files and directories currently installed.)
Unpacking bacula-common (from .../bacula-common_5.2.5-0ubuntu6.2_amd64.deb) ...
Adding user 'bacula'... Ok.
Selecting previously unselected package mysql-common.
Unpacking mysql-common (from .../mysql-common_5.5.31-0ubuntu0.12.04.1_all.deb) 
...
Selecting previously unselected package libmysqlclient18.
Unpacking libmysqlclient18 (from 
.../libmysqlclient18_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package bacula-common-mysql.
Unpacking bacula-common-mysql (from 
.../bacula-common-mysql_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package libsigsegv2.
Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libsigsegv2 (2.9-4ubuntu2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package gawk.
(Reading database ... 158906 files and directories currently installed.)
Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1ubuntu1_amd64.deb) ...
Selecting previously unselected package heirloom-mailx.
Unpacking heirloom-mailx (from .../heirloom-mailx_12.5-1build1_amd64.deb) ...
Processing triggers for man-db ...
Setting up bacula-common (5.2.5-0ubuntu6.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package bacula-director-common.
(Reading database ... 159004 files and directories currently installed.)
Unpacking bacula-director-common (from 
.../bacula-director-common_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package dbconfig-common.
Unpacking dbconfig-common (from .../dbconfig-common_1.8.47_all.deb) ...
Selecting previously unselected package libnet-daemon-perl.
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...
Selecting previously unselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
Selecting previously unselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.616-1build2_amd64.deb) ...
Selecting previously unselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from 
.../libdbd-mysql-perl_4.020-1build2_amd64.deb) ...
Selecting previously unselected package mysql-client-core-5.5.
Unpacking mysql-client-core-5.5 (from 
.../mysql-client-core-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package mysql-client-5.5.
Unpacking mysql-client-5.5 (from 
.../mysql-client-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package mysql-client.
Unpacking mysql-client (from .../mysql-client_5.5.31-0ubuntu0.12.04.1_all.deb) 
...
Selecting previously unselected package bacula-director-mysql.
Unpacking bacula-director-mysql (from 
.../bacula-director-mysql_5.2.5-0ubuntu6.2_amd64.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from 
.../mysql-server-core-5.5_5.5.31-0ubuntu0.12.04.1_amd64.deb) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up mysql-common (5.5.31-0ubuntu0.12.04.1) ...
Selecting previously unselected package mysql-server-5.5.
(Reading database ... 159633 

[Bug 1173085] [NEW] bacula-director-mysql tried to run dbconfig-common before mysql-server has finished installing

2013-04-26 Thread Simon Green
Public bug reported:

When installing bacula-director-mysql the package tried to configure
it's username and DB in MySQL before mysql-server has finished setting
itself up and started. Runs fine on second retry.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bacula-director-mysql 5.2.5-0ubuntu6.2
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: zfs zcommon znvpair zavl zunicode
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Fri Apr 26 09:48:39 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: bacula
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bacula (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  bacula-director-mysql tried to run dbconfig-common before mysql-server
  has finished installing

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

-- 
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 1173085] [NEW] bacula-director-mysql tried to run dbconfig-common before mysql-server has finished installing

2013-04-26 Thread Simon Green
Public bug reported:

When installing bacula-director-mysql the package tried to configure
it's username and DB in MySQL before mysql-server has finished setting
itself up and started. Runs fine on second retry.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bacula-director-mysql 5.2.5-0ubuntu6.2
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: zfs zcommon znvpair zavl zunicode
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Fri Apr 26 09:48:39 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: bacula
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bacula (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  bacula-director-mysql tried to run dbconfig-common before mysql-server
  has finished installing

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

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


[Bug 1171010] Re: Invalid help information in `date --help`

2013-04-21 Thread Simon Green
1. This was an 10.04 install that has been upgraded over time.

2. I assume you meant 'apt-cache depends ubuntu-standard'
$ apt-cache depends ubuntu-standard
ubuntu-standard
  Depends: at
  Depends: busybox-static
  Depends: cpio
  Depends: cron
bcron-run
  Depends: dmidecode
  Depends: dnsutils
  Depends: dosfstools
  Depends: ed
  Depends: file
  Depends: ftp
ftp-ssl
heimdal-clients
  Depends: hdparm
  Depends: info
  Depends: iptables
  Depends: language-selector-common
  Depends: logrotate
  Depends: lshw
  Depends: lsof
  Depends: ltrace
  Depends: man-db
  Depends: memtest86+
  Depends: mime-support
  Depends: parted
  Depends: pciutils
  Depends: popularity-contest
  Depends: psmisc
  Depends: rsync
  Depends: strace
  Depends: time
  Depends: usbutils
  Depends: wget
  Recommends: apparmor
  Recommends: apt-transport-https
  Recommends: bash-completion
  Recommends: command-not-found
  Recommends: friendly-recovery
  Recommends: iputils-tracepath
  Recommends: irqbalance
  Recommends: manpages
  Recommends: mlocate
  Recommends: mtr-tiny
  Recommends: nano
  Recommends: ntfs-3g
  Recommends: openssh-client
  Recommends: plymouth
  Recommends: plymouth-theme-ubuntu-text
  Recommends: ppp
  Recommends: pppconfig
  Recommends: pppoeconf
  Recommends: tcpdump
  Recommends: telnet
  Recommends: ufw
  Recommends: update-manager-core
  Recommends: uuid-runtime

3. $ apt-cache policy info
info:
  Installed: (none)
  Candidate: 4.13a.dfsg.1-10ubuntu2
  Version table:
 4.13a.dfsg.1-10ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages

4.$ dpkg -l info ubuntu-standard
dpkg-query: no packages found matching info
dpkg-query: no packages found matching ubuntu-standard

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

Title:
  Invalid help information in `date --help`

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

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


[Bug 1171010] Re: Invalid help information in `date --help`

2013-04-21 Thread Simon Green
Actually it must have been 9.10 originally, it was installed on Feb  6
2010

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

Title:
  Invalid help information in `date --help`

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

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


[Bug 1171010] [NEW] Invalid help information in `date --help`

2013-04-20 Thread Simon Green
Public bug reported:

At the bottom of the output from `date --help` it says:
  
  For complete documentation, run: info coreutils 'date invocation'

However `info` does not exist in this distro:

  $ info coreutils 'date invocation'
  -bash: info: command not found

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: coreutils 8.13-3.2ubuntu2.1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Sat Apr 20 21:22:52 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: coreutils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

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

Title:
  Invalid help information in `date --help`

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

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


[Bug 1116634] [NEW] bacula-server installation runs dbconfig-common before installing and starting mysql-server

2013-02-05 Thread Simon Green
Public bug reported:

When installing the meta package bacula-server it will reach the point
of configuring the database for bacula-director-mysql with dbconfig-
common before mysql-server has installed and started. The only way out
is to opt out of the automatic database installation and install
manually afterwards.

This was previously reported
(https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/293515) and
marked as fixed, however I've verified this bug is present in all
distributions between and including lucid and precise.


# apt-get install bacula-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.2.0-23-generic linux-headers-3.2.0-23
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql bacula-fd bacula-sd bacula-sd-mysql dbconfig-common gawk 
heirloom-mailx
  libdbd-mysql-perl libdbi-perl libhtml-template-perl liblzo2-2 
libmysqlclient18 libnet-daemon-perl libplrpc-perl libsigsegv2 mtx mysql-client
  mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server 
mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
  bacula-doc bacula-traymonitor dds2tar scsitools sg3-utils mt-st 
libipc-sharedcache-perl libterm-readkey-perl tinyca mailx
The following NEW packages will be installed
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql bacula-fd bacula-sd bacula-sd-mysql bacula-server 
dbconfig-common gawk
  heirloom-mailx libdbd-mysql-perl libdbi-perl libhtml-template-perl liblzo2-2 
libmysqlclient18 libnet-daemon-perl libplrpc-perl libsigsegv2 mtx
  mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server 
mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 27 newly installed, 0 to remove and 81 not upgraded.
Need to get 30.5 MB of archives.
After this operation, 107 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-common 
amd64 5.2.5-0ubuntu6.2 [621 kB]
Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common 
all 5.5.29-0ubuntu0.12.04.1 [13.5 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
libmysqlclient18 amd64 5.5.29-0ubuntu0.12.04.1 [946 kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-common-mysql amd64 5.2.5-0ubuntu6.2 [75.4 kB]
Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/main libsigsegv2 amd64 
2.9-4ubuntu2 [14.6 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main gawk amd64 
1:3.1.8+dfsg-0.1ubuntu1 [465 kB]
Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/universe heirloom-mailx 
amd64 12.5-1build1 [248 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-director-common amd64 5.2.5-0ubuntu6.2 [12.4 kB]
Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main dbconfig-common all 
1.8.47 [458 kB]
Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/main libnet-daemon-perl all 
0.48-1 [43.1 kB]
Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/main libplrpc-perl all 
0.2020-2 [36.0 kB]
Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libdbi-perl amd64 
1.616-1build2 [849 kB]
Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main libdbd-mysql-perl 
amd64 4.020-1build2 [106 kB]
Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-client-core-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [1,932 kB]
Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-client-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [8,323 kB]
Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client 
all 5.5.29-0ubuntu0.12.04.1 [11.6 kB]
Get:17 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-director-mysql amd64 5.2.5-0ubuntu6.2 [280 kB]
Get:18 http://gb.archive.ubuntu.com/ubuntu/ precise/main liblzo2-2 amd64 2.06-1 
[52.1 kB]
Get:19 http://gb.archive.ubuntu.com/ubuntu/ precise/main mtx amd64 
1.3.12-4ubuntu1 [150 kB]
Get:20 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-sd 
amd64 5.2.5-0ubuntu6.2 [428 kB]
Get:21 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-server-core-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [6,055 kB]
Get:22 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-server-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [8,832 kB]
Get:23 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-fd 
amd64 5.2.5-0ubuntu6.2 [91.5 kB]
Get:24 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-sd-mysql amd64 5.2.5-0ubuntu6.2 [403 kB]
Get:25 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-server 
all 5.2.5-0ubuntu6.2 [7,210 B]
Get:26 http://gb.archive.ubuntu.com/ubuntu/ precise/main libhtml-template-perl 
all 2.10-1 [65.0 kB]
Get:27 

[Bug 1116634] Re: bacula-server installation runs dbconfig-common before installing and starting mysql-server

2013-02-05 Thread Simon Green
Workaround is to run `dpkg-reconfigure bacula-director-mysql` after
installation.

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

Title:
  bacula-server installation runs dbconfig-common before installing and
  starting mysql-server

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

-- 
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 1116634] [NEW] bacula-server installation runs dbconfig-common before installing and starting mysql-server

2013-02-05 Thread Simon Green
Public bug reported:

When installing the meta package bacula-server it will reach the point
of configuring the database for bacula-director-mysql with dbconfig-
common before mysql-server has installed and started. The only way out
is to opt out of the automatic database installation and install
manually afterwards.

This was previously reported
(https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/293515) and
marked as fixed, however I've verified this bug is present in all
distributions between and including lucid and precise.


# apt-get install bacula-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.2.0-23-generic linux-headers-3.2.0-23
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql bacula-fd bacula-sd bacula-sd-mysql dbconfig-common gawk 
heirloom-mailx
  libdbd-mysql-perl libdbi-perl libhtml-template-perl liblzo2-2 
libmysqlclient18 libnet-daemon-perl libplrpc-perl libsigsegv2 mtx mysql-client
  mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server 
mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
  bacula-doc bacula-traymonitor dds2tar scsitools sg3-utils mt-st 
libipc-sharedcache-perl libterm-readkey-perl tinyca mailx
The following NEW packages will be installed
  bacula-common bacula-common-mysql bacula-director-common 
bacula-director-mysql bacula-fd bacula-sd bacula-sd-mysql bacula-server 
dbconfig-common gawk
  heirloom-mailx libdbd-mysql-perl libdbi-perl libhtml-template-perl liblzo2-2 
libmysqlclient18 libnet-daemon-perl libplrpc-perl libsigsegv2 mtx
  mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server 
mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 27 newly installed, 0 to remove and 81 not upgraded.
Need to get 30.5 MB of archives.
After this operation, 107 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-common 
amd64 5.2.5-0ubuntu6.2 [621 kB]
Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common 
all 5.5.29-0ubuntu0.12.04.1 [13.5 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
libmysqlclient18 amd64 5.5.29-0ubuntu0.12.04.1 [946 kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-common-mysql amd64 5.2.5-0ubuntu6.2 [75.4 kB]
Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/main libsigsegv2 amd64 
2.9-4ubuntu2 [14.6 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main gawk amd64 
1:3.1.8+dfsg-0.1ubuntu1 [465 kB]
Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/universe heirloom-mailx 
amd64 12.5-1build1 [248 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-director-common amd64 5.2.5-0ubuntu6.2 [12.4 kB]
Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main dbconfig-common all 
1.8.47 [458 kB]
Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/main libnet-daemon-perl all 
0.48-1 [43.1 kB]
Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/main libplrpc-perl all 
0.2020-2 [36.0 kB]
Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libdbi-perl amd64 
1.616-1build2 [849 kB]
Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main libdbd-mysql-perl 
amd64 4.020-1build2 [106 kB]
Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-client-core-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [1,932 kB]
Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-client-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [8,323 kB]
Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client 
all 5.5.29-0ubuntu0.12.04.1 [11.6 kB]
Get:17 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-director-mysql amd64 5.2.5-0ubuntu6.2 [280 kB]
Get:18 http://gb.archive.ubuntu.com/ubuntu/ precise/main liblzo2-2 amd64 2.06-1 
[52.1 kB]
Get:19 http://gb.archive.ubuntu.com/ubuntu/ precise/main mtx amd64 
1.3.12-4ubuntu1 [150 kB]
Get:20 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-sd 
amd64 5.2.5-0ubuntu6.2 [428 kB]
Get:21 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-server-core-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [6,055 kB]
Get:22 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
mysql-server-5.5 amd64 5.5.29-0ubuntu0.12.04.1 [8,832 kB]
Get:23 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-fd 
amd64 5.2.5-0ubuntu6.2 [91.5 kB]
Get:24 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main 
bacula-sd-mysql amd64 5.2.5-0ubuntu6.2 [403 kB]
Get:25 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bacula-server 
all 5.2.5-0ubuntu6.2 [7,210 B]
Get:26 http://gb.archive.ubuntu.com/ubuntu/ precise/main libhtml-template-perl 
all 2.10-1 [65.0 kB]
Get:27 

[Bug 1116634] Re: bacula-server installation runs dbconfig-common before installing and starting mysql-server

2013-02-05 Thread Simon Green
Workaround is to run `dpkg-reconfigure bacula-director-mysql` after
installation.

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

Title:
  bacula-server installation runs dbconfig-common before installing and
  starting mysql-server

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

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


[Bug 1093429] [NEW] Daemon::Generic depends on File::Slurp

2012-12-24 Thread Simon Green
Public bug reported:

Daemon::Generic depends on File::Slurp, but libfile-slurp-perl is not a
dependency. If I only install libdaemon-generic-perl, I get this error:

$ perl -e 'use Daemon::Generic;'
Can't locate File/Slurp.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at /usr/share/perl5/Daemon/Generic.pm line 9.

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.1 LTS

** Affects: libdaemon-generic-perl (Ubuntu)
 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/1093429

Title:
  Daemon::Generic depends on File::Slurp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdaemon-generic-perl/+bug/1093429/+subscriptions

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


[Bug 200666] [NEW] php5-imagick missing dependancy

2008-03-10 Thread Simon Green
Public bug reported:

Release: hardy
Package: php5-imagick 2.0.1-1
Requires: libmagick9

Without installing libmagick9 manually after installing php5-imagick you get 
this error when starting PHP:
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20060613+lfs/imagick.so' - libWand.so.9: cannot open shared 
object file: No such file or directory in Unknown on line 0

** Affects: php-imagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
php5-imagick missing dependancy
https://bugs.launchpad.net/bugs/200666
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