[Bug 925315] Re: [Patch][Precise]Enable LZO support

2012-02-10 Thread James Page
** Changed in: bacula (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

-- 
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/925315

Title:
  [Patch][Precise]Enable LZO support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/925315/+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 925315] Re: [Patch][Precise]Enable LZO support

2012-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.5-0ubuntu2

---
bacula (5.2.5-0ubuntu2) precise; urgency=low

  * Enable LZO support (LP: #925315)
 -- David Weber w...@munzinger.de   Mon, 06 Feb 2012 09:33:25 +0100

** Changed in: bacula (Ubuntu)
   Status: In Progress = Fix Released

-- 
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/925315

Title:
  [Patch][Precise]Enable LZO support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/925315/+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 879666] Re: chown error for console.fifo when launching vm

2012-02-10 Thread James Page
Un-subscribing ubuntu-sponsors as Chuck has this in hand.

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

Title:
  chown error for console.fifo when launching vm

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/879666/+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 824187] Re: package irqbalance 0.56-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Walldorf2000
Thank you very much for looking into it. Currently I don't have the
issue any more.

Don't hesitate to close the bug or whatever seems appropriate for you.

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

Title:
  package irqbalance 0.56-1ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/824187/+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 925315] Re: [Patch][Precise]Enable LZO support

2012-02-10 Thread James Page
Looks good; uploaded!

Thanks for you contribution!

-- 
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/925315

Title:
  [Patch][Precise]Enable LZO support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/925315/+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 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-10 Thread Greg Knaddison
According to this issue it is not yet released for Hardy nor Precise,
but the announcement for 5.2.4-2ubuntu5.22 says it is:
https://launchpad.net/ubuntu/+source/php5/5.2.4-2ubuntu5.22

Was that tracked somewhere else and this issue just needs to be updated?

Related question: I searched for the bug for the remote arbitrary code
execution that this fix introduced (PHP 5.3.10, CVE-2012-0830) and
couldn't find it

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

Title:
  Please backport the upstream patch to prevent attacks based on hash
  collisions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/910296/+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 930115] [NEW] php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Hurl
Public bug reported:

Since last lucid security update, upgrading from 5.3.2-1ubuntu4.11 to
php5 5.3.2-1ubuntu4.13 introduced a regression in
ini_get(magic_quotes_gpc).

Even if magic_quotes are deprecated, this break codes relaying on
detection of this ini.

We can see clearly this problem :

grep ^magic_quotes_gpc /etc/php5/cli/php.ini 
magic_quotes_gpc = On

php -v
PHP 5.3.2-1ubuntu4.13 with Suhosin-Patch (cli) (built: Feb  9 2012 06:36:10) 

php -r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 0


php -v
PHP 5.3.2-1ubuntu4.11 with Suhosin-Patch (cli) (built: Dec 13 2011 18:49:27) 

php -r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 1

Maverick's php5 packages have the same behaviour :
php -v
PHP 5.3.3-1ubuntu9.9 with Suhosin-Patch (cli) (built: Feb  9 2012 06:37:37) 

php -r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 0

Thanks for your help

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

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Andy Igoshin
** Attachment added: strace
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+attachment/2729456/+files/strace.log

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 930116] [NEW] lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Andy Igoshin
Public bug reported:

lxc starts very slowly. 'error: unexpectedly disconnected from boot status 
daemon' is printed.
after that it works as expected.

-
root@relay1:~# lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

root@relay1:~# apt-cache policy lxc
lxc:
  Installed: 0.7.5-0ubuntu8.3
  Candidate: 0.7.5-0ubuntu8.3
  Version table:
 *** 0.7.5-0ubuntu8.3 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.7.5-0ubuntu8 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages

container was created via lxc-create.

-

15:52:22.339392 read(11, error: unexpectedly disconnected..., 1024) = 58
15:52:22.339562 write(13, error: unexpectedly disconnected..., 58error: 
unexpectedly disconnected from boot status daemon) = 58
15:52:22.339644 epoll_wait(15, {{EPOLLIN, {u32=24231760, u64=24231760}}}, 10, 
4294967295) = 1
15:54:22.366554 ioctl(17, FIONREAD, [32]) = 0

15:52:22.339644 - 15:54:22.366554


root@relay1:~# lxc-start --name=sbc
error: unexpectedly disconnected from boot status daemon

Ubuntu 11.10 sbc /dev/console

sbc login: root
Password: 
Last login: Sat Feb  4 18:40:33 UTC 2012 on console
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)

 * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
root@sbc:~# 


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

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 569757] Re: NIS upstart dependency broken for lucid

2012-02-10 Thread exactt
** Tags added: oneiric

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

Title:
  NIS upstart dependency broken for lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/569757/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Andy Igoshin
** Description changed:

  lxc starts very slowly. 'error: unexpectedly disconnected from boot status 
daemon' is printed.
  after that it works as expected.
  
- 
-
+ 
  root@relay1:~# lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
-   Installed: 0.7.5-0ubuntu8.3
-   Candidate: 0.7.5-0ubuntu8.3
-   Version table:
-  *** 0.7.5-0ubuntu8.3 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
- 100 /var/lib/dpkg/status
-  0.7.5-0ubuntu8 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
+   Installed: 0.7.5-0ubuntu8.3
+   Candidate: 0.7.5-0ubuntu8.3
+   Version table:
+  *** 0.7.5-0ubuntu8.3 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
+ 100 /var/lib/dpkg/status
+  0.7.5-0ubuntu8 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
  
  container was created via lxc-create.
  
- 
-
+ 
  
  15:52:22.339392 read(11, error: unexpectedly disconnected..., 1024) = 58
  15:52:22.339562 write(13, error: unexpectedly disconnected..., 58error: 
unexpectedly disconnected from boot status daemon) = 58
  15:52:22.339644 epoll_wait(15, {{EPOLLIN, {u32=24231760, u64=24231760}}}, 10, 
4294967295) = 1
  15:54:22.366554 ioctl(17, FIONREAD, [32]) = 0
  
  15:52:22.339644 - 15:54:22.366554
  
- 

+ 
  root@relay1:~# lxc-start --name=sbc
  error: unexpectedly disconnected from boot status daemon
  
  Ubuntu 11.10 sbc /dev/console
  
  sbc login: root
- Password: 
+ Password:
  Last login: Sat Feb  4 18:40:33 UTC 2012 on console
  Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)
  
-  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
- root@sbc:~# 
- 

+  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
+ root@sbc:~#
+ 

** Description changed:

- lxc starts very slowly. 'error: unexpectedly disconnected from boot status 
daemon' is printed.
- after that it works as expected.
+ lxc starts very slowly. 'error: unexpectedly disconnected from boot
+ status daemon' is printed. after that it works as expected.
  
  
  root@relay1:~# lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
    Installed: 0.7.5-0ubuntu8.3
    Candidate: 0.7.5-0ubuntu8.3
    Version table:
   *** 0.7.5-0ubuntu8.3 0
  500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   0.7.5-0ubuntu8 0
  500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
  
  container was created via lxc-create.
  
  
  
  15:52:22.339392 read(11, error: unexpectedly disconnected..., 1024) = 58
  15:52:22.339562 write(13, error: unexpectedly disconnected..., 58error: 
unexpectedly disconnected from boot status daemon) = 58
  15:52:22.339644 epoll_wait(15, {{EPOLLIN, {u32=24231760, u64=24231760}}}, 10, 
4294967295) = 1
  15:54:22.366554 ioctl(17, FIONREAD, [32]) = 0
  
  15:52:22.339644 - 15:54:22.366554
  
  
  root@relay1:~# lxc-start --name=sbc
  error: unexpectedly disconnected from boot status daemon
  
  Ubuntu 11.10 sbc /dev/console
  
  sbc login: root
  Password:
  Last login: Sat Feb  4 18:40:33 UTC 2012 on console
  Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)
  
   * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
  root@sbc:~#
  

** Description changed:

  lxc starts very slowly. 'error: unexpectedly disconnected from boot
- status daemon' is printed. after that it works as expected.
+ status daemon' is printed. after load it works as expected.
  
  
  root@relay1:~# lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
    Installed: 0.7.5-0ubuntu8.3
    Candidate: 0.7.5-0ubuntu8.3
    Version table:
   *** 0.7.5-0ubuntu8.3 0
  500 

[Bug 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Ondřej Surý
Forwarded to https://bugs.php.net/bug.php?id=61043 with patch.

(Fortunatelly it's the Ubuntu today which needs to bite the bullet,
since I haven't uploaded Debian security update yet. ;)

I am building Debian package with updated patch and will report back.
Thanks for the test script.

** Bug watch added: bugs.php.net/ #61043
   http://bugs.php.net/bug.php?id=61043

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Andy Igoshin
** Description changed:

  lxc starts very slowly. 'error: unexpectedly disconnected from boot
  status daemon' is printed. after load it works as expected.
  
  container was created via lxc-create.
+ 
+ hardware: HP DL380G6
  
  
  root@relay1:~# lxc-start --name=sbc
  error: unexpectedly disconnected from boot status daemon
  
  Ubuntu 11.10 sbc /dev/console
  
  sbc login: root
  Password:
  Last login: Sat Feb  4 18:40:33 UTC 2012 on console
  Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)
  
   * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
  root@sbc:~#
  
  
  root@relay1:~# lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
    Installed: 0.7.5-0ubuntu8.3
    Candidate: 0.7.5-0ubuntu8.3
    Version table:
   *** 0.7.5-0ubuntu8.3 0
  500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   0.7.5-0ubuntu8 0
  500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
  
  
  15:52:22.339392 read(11, error: unexpectedly disconnected..., 1024) = 58
  15:52:22.339562 write(13, error: unexpectedly disconnected..., 58error: 
unexpectedly disconnected from boot status daemon) = 58
  15:52:22.339644 epoll_wait(15, {{EPOLLIN, {u32=24231760, u64=24231760}}}, 10, 
4294967295) = 1
  15:54:22.366554 ioctl(17, FIONREAD, [32]) = 0
  
  15:52:22.339644 - 15:54:22.366554
  
  full strace attached.

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 930139] [NEW] Add dbconfig support in Keystone

2012-02-10 Thread Julien Danjou
Public bug reported:

Attached is a patch to add dbconfig support to Keystone. The patch is
based on the lp:~ubuntu-server-dev/keystone/ksl branch, but is probably
easy to adapt to the current Keystone branch.

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

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

Title:
  Add dbconfig support in Keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930139/+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 930139] Re: Add dbconfig support in Keystone

2012-02-10 Thread Julien Danjou
** Patch added: dbconfig support
   
https://bugs.launchpad.net/bugs/930139/+attachment/2729511/+files/0001-Add-dbconfig-support.patch

** Branch linked: lp:~ubuntu-server-dev/keystone/ksl

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

Title:
  Add dbconfig support in Keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930139/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Jean-Baptiste Lallement
Thanks for your report. I confirm the change of behavior. This was
probably introduced in this change:

php5 (5.3.2-1ubuntu4.13) lucid-security; urgency=low

[...]
  * SECURITY UPDATE: magic_quotes_gpc remote disable vulnerability
- debian/patches/php5-CVE-2012-0831.patch: always restore
  magic_quote_gpc on request shutdown
- CVE-2012-0831


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2012-0831

** Changed in: php5 (Ubuntu)
   Importance: Undecided = High

** Changed in: php5 (Ubuntu)
   Status: Confirmed = Triaged

** Also affects: php5 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Tags added: lucid regression-update

** Changed in: php5 (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: php5 (Ubuntu Lucid)
   Importance: Undecided = High

** Summary changed:

- php5 5.3.2-1ubuntu4.13 introduced regression
+ php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

** Changed in: php5 (Ubuntu Lucid)
 Assignee: (unassigned) = Canonical Security Team (canonical-security)

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 930139] Re: Add dbconfig support in Keystone

2012-02-10 Thread Julien Danjou
Updated patch which also fixes a typo present in current version,
keysone-manage instead of keystone-manage for the database sync
process.

** Patch added: 0001-Add-dbconfig-support.patch
   
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930139/+attachment/2729513/+files/0001-Add-dbconfig-support.patch

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

Title:
  Add dbconfig support in Keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930139/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-10 Thread Ondřej Surý
The patch attached to PHP bug report fixes your problem:


root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 1
root@howl:/tmp# grep ^magic_quotes_gpc /tmp/php.ini 
magic_quotes_gpc = On
root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 1
root@howl:/tmp# emacs php.ini 
root@howl:/tmp# grep ^magic_quotes_gpc /tmp/php.ini 
magic_quotes_gpc = Off
root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(0) 

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 878282] Re: keystone database connection error

2012-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/diablo

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

Title:
  keystone database connection error

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/878282/+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 898355] Re: Some scripts from bin are not installed

2012-02-10 Thread Chuck Short
This is fixed in precise.

** Changed in: swift (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Some scripts from bin are not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/898355/+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 930172] [NEW] bacula-director-mysql config results in bad bacula-dir.conf

2012-02-10 Thread Scott Moser
Public bug reported:

After installation and configuration via debconf, bacula-mysql is
broken.

10-Feb 13:57 bacula-dir JobId 0: Fatal error: Could not open Catalog 
MyCatalog, database bacula;.
10-Feb 13:57 bacula-dir JobId 0: Fatal error: mysql.c:203 Unable to connect to 
MySQL server.
Database=bacula; User=bacula
MySQL connect failed either server not running or your authorization is 
incorrect.
10-Feb 13:57 bacula-dir ERROR TERMINATION
Please correct configuration file: /etc/bacula/bacula-dir.conf
10-Feb 13:58 bacula-dir JobId 0: Fatal error: Could not open Catalog 
MyCatalog, database bacula;.
10-Feb 13:58 bacula-dir JobId 0: Fatal error: mysql.c:203 Unable to connect to 
MySQL server.
Database=bacula; User=bacula
MySQL connect failed either server not running or your authorization is 
incorrect.

The issue is that it is trying to connect to bacula; (the ; is wrong).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bacula-director-mysql 5.2.5-0ubuntu2
ProcVersionSignature: User Name 3.2.0-14.23-virtual 3.2.3
Uname: Linux 3.2.0-14-virtual x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Fri Feb 10 14:12:49 2012
Ec2AMI: ami-013a
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.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 ec2-images 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/930172

Title:
  bacula-director-mysql config results in bad bacula-dir.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/930172/+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 930172] Re: bacula-director-mysql config results in bad bacula-dir.conf

2012-02-10 Thread Scott Moser
-- 
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/930172

Title:
  bacula-director-mysql config results in bad bacula-dir.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/930172/+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 321091] Re: Bacula fails to install correctly if mysql wasn't installed before

2012-02-10 Thread Scott Moser
This is easily reproduced on 12.04 (still) by running the following from a 
fresh install (without mysql installed already).
Just run:
 sudo apt-get install bacula-director-mysql

Then you'll see a series of debconf questions:

- [Configuring mysql-server-5.5]
  fill in a new mysql root password for
- [Configuring mysql-server-5.5]
  repeat for confirmation of password
- [Configuring bacula-director-mysql]
  Configure database for bacula-director-mysql with dbconfig-common: Yes
- [Configuring bacula-director-mysql]
  Provide mysql root password
- [Configuring bacula-director-mysql]
  MySQL application password for bacula-director-mysql: passw0rd
  Password Confirmation: passw0rd
- [Configuring bacula-director-mysql]
   An error occurred while installing the database:

   ERROR 2002 (HY000): Can't connect to local MySQL server through socket
   '/var/run/mysqld/mysqld.sock' (2)

   If at this point you choose retry, you will be prompted with all the
   configuration questions once more and another attempt will be made at 
performing
   the operation. retry (skip questions) will immediately attempt the 
operation
   again, skipping all questions.  If you choose abort, the operation will 
fail
   and you will need to downgrade, reinstall, reconfigure this package, or
   otherwise manually intervene to continue using it.  If you choose ignore, 
the
   operation will continue, ignoring further errors from dbconfig-common.

   Next step for database installation:

  abort
  retry
  retry (skip questions)
  ignore


The easy work around is to simply do:
 sudo apt-get install mysql
 sudo apt-get install bacula-director-mysql

-- 
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/321091

Title:
  Bacula fails to install correctly if mysql wasn't installed before

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/321091/+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 930172] Re: bacula-director-mysql config results in bad bacula-dir.conf

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 830108 ***
https://bugs.launchpad.net/bugs/830108

** This bug has been marked a duplicate of bug 614320
   bacula awk script for sqlite catalog backup broken

** This bug is no longer a duplicate of bug 614320
   bacula awk script for sqlite catalog backup broken
** This bug has been marked a duplicate of bug 830108
   bacula director (mysql) error in generated conf file

-- 
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/930172

Title:
  bacula-director-mysql config results in bad bacula-dir.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/930172/+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 830108] Re: bacula director (mysql) error in generated conf file

2012-02-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
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/830108

Title:
  bacula director (mysql) error in generated conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/830108/+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 905804] Re: Bacula-dir automated configuration makes a false mysql connection configuration

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 830108 ***
https://bugs.launchpad.net/bugs/830108

** This bug has been marked a duplicate of bug 830108
   bacula director (mysql) error in generated conf file

-- 
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/905804

Title:
  Bacula-dir automated configuration makes a false mysql connection
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/905804/+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 836875] Re: package bacula-director-mysql 5.0.3-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/836875

Title:
  package bacula-director-mysql 5.0.3-1ubuntu5 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/836875/+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 820692] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/820692

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/820692/+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 803655] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/803655

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/803655/+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 795106] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/795106

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/795106/+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 788800] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/788800

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/788800/+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 785045] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/785045

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/785045/+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 777585] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/777585

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス
  1 を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/777585/+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 754210] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/754210

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/754210/+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 740379] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/740379

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/740379/+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 738742] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/738742

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/738742/+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 729574] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/729574

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/729574/+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 726951] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/726951

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/726951/+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 726927] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/726927

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/726927/+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 726502] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/726502

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/726502/+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 724155] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/724155

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: podproces instalovaný post-installation skript vrátil
  chybový status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/724155/+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 676544] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/676544

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/676544/+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 651432] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/651432

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/651432/+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 631200] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/631200

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/631200/+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 616754] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/616754

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/616754/+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 598683] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/598683

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/598683/+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 572281] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/572281

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/572281/+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 568341] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: underprocess installerade post-installation-skript gav felkod 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/568341

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: underprocess installerade post-installation-skript
  gav felkod 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/568341/+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 563039] Re: bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not installed first

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/563039

Title:
  bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server
  not installed first

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/563039/+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 830108] Re: bacula director (mysql) error in generated conf file

2012-02-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
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/830108

Title:
  bacula director (mysql) error in generated conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/830108/+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 583044] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 689327 ***
https://bugs.launchpad.net/bugs/689327

** This bug is no longer a duplicate of bug 588104
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)
** This bug has been marked a duplicate of bug 689327
   bacula-dir.conf shows syntax error when mysql dbname is left blank

-- 
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/583044

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/583044/+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 744928] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/744928

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/744928/+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 790982] Re: package bacula-director-mysql (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/790982

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/790982/+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 660239] Re: package bacula-director-mysql 5.0.2-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/660239

Title:
  package bacula-director-mysql 5.0.2-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/660239/+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 711866] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/711866

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/711866/+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 786714] Re: package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/786714

Title:
  package bacula-director-mysql 5.0.3-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/786714/+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 572204] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/572204

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/572204/+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 712291] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Scott Moser
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 563039
   bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
installed first
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
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/712291

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+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


Re: [Bug 726502] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread David Aitcheson - KB3EFS
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

I have given up on bacula and am not using it.

On 02/10/12 09:56, Scott Moser wrote:
 *** This bug is a duplicate of bug 321091 ***
 https://bugs.launchpad.net/bugs/321091

 ** This bug is no longer a duplicate of bug 563039
bacula-director-mysql 5.0.1-1ubuntu1 fails to install if mysql-server not 
 installed first
 ** This bug has been marked a duplicate of bug 321091
Bacula fails to install correctly if mysql wasn't installed before


-- 
David A Aitcheson
david.aitche...@gmail.com

Go Green! Print this email only when necessary.

-- 
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/726502

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/726502/+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 830108] Re: bacula director (mysql) error in generated conf file

2012-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.5-0ubuntu3

---
bacula (5.2.5-0ubuntu3) precise; urgency=low

  * fix db-common configuration of database name (LP: #830108)

  [ David Stenglein ]
  * improve make_catalog_backup_awk in sqlite3 to dump catalog only once
rather than for each line in bacula-dir.conf (LP: #614320)
 -- Scott Moser smo...@ubuntu.com   Fri, 10 Feb 2012 10:04:35 -0500

** Changed in: bacula (Ubuntu)
   Status: Triaged = Fix Released

** Branch linked: lp:ubuntu/bacula

-- 
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/830108

Title:
  bacula director (mysql) error in generated conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/830108/+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 614320] Re: bacula awk script for sqlite catalog backup broken

2012-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.5-0ubuntu3

---
bacula (5.2.5-0ubuntu3) precise; urgency=low

  * fix db-common configuration of database name (LP: #830108)

  [ David Stenglein ]
  * improve make_catalog_backup_awk in sqlite3 to dump catalog only once
rather than for each line in bacula-dir.conf (LP: #614320)
 -- Scott Moser smo...@ubuntu.com   Fri, 10 Feb 2012 10:04:35 -0500

** Changed in: bacula (Ubuntu)
   Status: Triaged = Fix Released

** Branch linked: lp:ubuntu/bacula

-- 
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/614320

Title:
  bacula awk script for sqlite catalog backup broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/614320/+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 930139] Re: Add dbconfig support in Keystone

2012-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone -
2012.1~e4~20120203.1574-0ubuntu2

---
keystone (2012.1~e4~20120203.1574-0ubuntu2) precise; urgency=low

  [Chuck Short]
  * debian/control: Moved python-prettytable and added
python-dateutil as a build dependency.

  [Julien Danjou]
  * Add dbconfig support. (LP: #930139)
 -- Chuck Short zul...@ubuntu.com   Fri, 10 Feb 2012 10:39:48 -0500

** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

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

Title:
  Add dbconfig support in Keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930139/+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 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Serge Hallyn
Thanks for taking the time to submit this bug.

You say the containers start slowly, but the strace shows it took about
2 seconds.  Can you tell us how long it actually takes?

I suspect (because I don't see it) that it is fixed as a part of the
upstart related fixes in precise.

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

** Changed in: lxc (Ubuntu)
   Status: New = Incomplete

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 614320] Re: bacula awk script for sqlite catalog backup broken

2012-02-10 Thread Scott Moser
given this file is in debian/ making upstream bug as invalid.

** Changed in: bacula
   Status: New = Invalid

-- 
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/614320

Title:
  bacula awk script for sqlite catalog backup broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/614320/+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 930231] Re: smbd crashed with SIGABRT in set_nt_acl()

2012-02-10 Thread Pascal Deloof
** Visibility changed to: Public

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

Title:
  smbd crashed with SIGABRT in set_nt_acl()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930231/+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 930231] Stacktrace.txt

2012-02-10 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930231/+attachment/2729802/+files/Stacktrace.txt

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

Title:
  smbd crashed with SIGABRT in store_inheritance_attributes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930231/+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 930231] ThreadStacktrace.txt

2012-02-10 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930231/+attachment/2729803/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/930231/+attachment/2729793/+files/CoreDump.gz

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- smbd crashed with SIGABRT in set_nt_acl()
+ smbd crashed with SIGABRT in store_inheritance_attributes()

** Tags removed: need-i386-retrace

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

Title:
  smbd crashed with SIGABRT in store_inheritance_attributes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930231/+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 930231]

2012-02-10 Thread Apport retracing service
StacktraceTop:
 store_inheritance_attributes (sd_type=0, dir_ace_list=0x0, file_ace_list=0x0, 
fsp=0x0) at smbd/posix_acls.c:281
 set_nt_acl (fsp=0x0, security_info_sent=optimized out, psd_orig=0x0) at 
smbd/posix_acls.c:3980
 ?? ()

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

Title:
  smbd crashed with SIGABRT in store_inheritance_attributes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930231/+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


[Blueprint servercloud-p-openstack] Openstack Next Steps

2012-02-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  Etherpad:
    edit: http://pad.ubuntu.com/uds-p-servercloud-p-openstack
    time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-openstack/latest
  
  - add some mechanism to promote ubuntu images, options:
    - populate ubuntu images upon glance installation
    - option in dashboard to download/install
  
  Work Items:
  [zulcss]  Package Nova Essex: INPROGRESS
  [zulcss]  Package Swift Essex: INPROGRESS
  [zulcss]  Package Glance Essex: INPROGRESS
  [zulcss]  Package Keystone Essex: INPROGRESS
  [zulcss]  Package Horizon Essex: INPROGRESS
  [zulcss]  Week 6 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  [zulcss]  Week 7 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 8 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 11 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 12 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 13 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 14 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 15 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 16 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
- Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
+ Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 19 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 20 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 21 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 22 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 23 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 24 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Evaluate and package melange for Universe: DONE
  Package quantum for Universe: DONE
  MIR for keystone: INPROGRESS
  MIR for horizon: INPROGRESS
  Enable SSL for Nova: INPROGRESS
  Enable SSL for Glance: INPROGRESS
  Make sure Nova configuration is sane: DONE
  Make sure Glance configuration is sane: DONE
  Investigate S3 for Glance: TODO
  Make sure all services are using upstart: TODO
  [zulcss]  Start Nova EC2 API team: DONE
  Fix keystone to use with EC2: TODO
  Fix EC2 Bugs: DONE
  Solve EC2 ID issue (to allow multiple zones): TODO
  [racb] Test ARM/LXC support: TODO
  Fix Openstack Bug #: POSTPONED
  Test IPV6 on Nova: TODO
  Check on Nova auditing and billing: TODO
  Test Nova with a large number of instances: INPROGRESS
  Test Nova with a large load: INPROGRESS
  Test Nova with large uptime: INPROGRESS
  Fix nova-lxc Bug #: POSTPONED
  Investigate automatic sync/awareness of cloud-images content: POSTPONED
  Implement horizon awareness of cloud-images content: POSTPONED
  Implement automatic sync of cloud-images content: POSTPONED
  Package horizon awareness of cloud-images content: POSTPONED
  Package automatic sync of cloud-images content: POSTPONED
  
  Work Items:

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2012-02-10 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: New = Fix Released

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

Title:
  PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/120103/+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 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-10 Thread Andy Igoshin
15:52:22.339392 read(11, error: unexpectedly disconnected..., 1024) = 58
15:52:22.339562 write(13, error: unexpectedly disconnected..., 58error: 
unexpectedly disconnected from boot status daemon) = 58
15:52:22.339644 epoll_wait(15, {{EPOLLIN, {u32=24231760, u64=24231760}}}, 10, 
4294967295) = 1


here after disconnect message it takes 2 minutes to continue loading
container quickly.


15:54:22.366554 ioctl(17, FIONREAD, [32]) = 0


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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 930255] [NEW] Keystone's precise dbconfig uses incorrect case for roles.

2012-02-10 Thread Kiall Mac Innes
Public bug reported:

The recently merged packaging dbconfig uses Admin rather than admin
during role creation.

See: https://bugs.launchpad.net/devstack/+bug/919373 and
https://review.openstack.org/3229

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

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

Title:
  Keystone's precise dbconfig uses incorrect case for roles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930255/+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 930266] [NEW] Add samba4 ntp signing socket to ntpd apparmor profile

2012-02-10 Thread Brendan Powers
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04
Package: ntp
Version: 4.2.6.p3+dfsg-1ubuntu2

The AppArmor profile for /usr/bin/ntpd prevents ntpd from accessing the
samba 4 NTP signing socket.

Adding the line 
/var/run/samba/ntp_signd/socket rw,
To /etc/apparmor.d/usr.sbin.ntpd resolved this problem.

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


** Tags: apparmor samba samba4

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

Title:
  Add samba4 ntp signing socket to ntpd apparmor profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/930266/+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 930280] [NEW] AppArmor profile for named prevents reading of samba4 zone and keytab

2012-02-10 Thread Brendan Powers
Public bug reported:

Release Description:Ubuntu precise (development branch)
Release:12.04
Package: bind9
Version: 1:9.8.1.dfsg.P1-2

The AppArmor profile for named prevents bind9 from reading zone and
ketab files generated by samba4. When samba4 is provisioned, it
generates several template files. These files include configuration and
zone information. Keytab files for DNS update signing are also
generated. Generally, a user will configure bind9 to include these files
from withing their existing bind configuration in /etc/bind/. However,
the AppArmor profile for named prevents this. Adding the lines below to
/etc/apparmor.d/usr.sbin.named should resolve this problem.

  /var/lib/samba/private/dns/* rw,
  /var/lib/samba/private/named.conf r,
  /var/lib/samba/private/named.conf.update r,
  /var/lib/samba/private/dns.keytab rk,
  /var/tmp/* rw,

The first line allows bind9 to read the zone files generated by samba4.
The write flag is specified because bind9 may need to update the zone
upon a client DNS update request. The second and third lines allow bind9
to read the configuration and update information for domains generated
by samba4. The fourth line allows bind9 to read and lock the samba4 DNS
keytab file. This file allows bind9 to authenticate against the samba4
domain for signed DNS update requests. The last line allows bind9 to
wire some temporary files needed to track DNS updates.

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

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

Title:
  AppArmor profile for named prevents reading of samba4 zone and keytab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/930280/+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 930285] [NEW] lxc hpsa driver

2012-02-10 Thread Andy Igoshin
Public bug reported:

every time lxc-start runs such hpsa messages appear in the host
kern.log:

Feb 10 21:16:52 relay1 kernel: [682098.149398] hpsa :04:00.0: cp
880036d0 has check condition: unknown type: Sense: 0x5, ASC:
0x20, ASCQ: 0x0, Returning result: 0x2, cmd=[85 08 0e 00 00 00 01 00 00
00 00 00 00 40 ec 00]

the same appears in container's dmesg and kern.log (attached).

hardware: HP DL380G6


root@relay1:~# lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10

root@relay1:~# apt-cache policy lxc
lxc:
  Installed: 0.7.5-0ubuntu8.3
  Candidate: 0.7.5-0ubuntu8.3
  Version table:
 *** 0.7.5-0ubuntu8.3 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.7.5-0ubuntu8 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages

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

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+attachment/2729936/+files/dmesg

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
** Attachment added: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+attachment/2729937/+files/kern.log

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-10 Thread Steve Beattie
Yes, this has been fixed in hardy (8.04  LTS); however, I forgot to
incorporate the bug number in the changelog entry for the hardy version.
You are correct that this issue has not been addressed in precise, yet.

As for CVE-2012-0830, there is no separate bug report; the security team
doesn't track all security issues via bug reports due to some
inadequacies in launchpad. Issues are tracked publicly in the Ubuntu CVE
tracker at http://people.canonical.com/~ubuntu-security/cve/ .

Thanks!


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

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

Title:
  Please backport the upstream patch to prevent attacks based on hash
  collisions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/910296/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-10 Thread Steve Beattie
Ondřej, thanks for diagnosing this issue! I'll review and incorporate
your patch and release a regression fix for this shortly after testing
locally.

Thanks and my apologies for introducing this regression.

** Changed in: php5 (Ubuntu Lucid)
   Status: Triaged = In Progress

** Changed in: php5 (Ubuntu Lucid)
 Assignee: Canonical Security Team (canonical-security) = Steve Beattie 
(sbeattie)

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

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 824187] Re: package irqbalance 0.56-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-10 Thread Adam Conrad
** Changed in: irqbalance (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  package irqbalance 0.56-1ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/824187/+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


[Blueprint servercloud-p-sssd-mir] System Security Services Daemon (SSSD) MIR

2012-02-10 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge:

Whiteboard changed:
  Upstream plans to release 1.8.0 beta by early February (final mid
  March), as it's targeted for F17/RHEL 6.3 and is the next Long Term
  Maintenance branch (like 1.5.x was). We should probably aim for getting
  that version. -- tjaalton
  
  Status: MIR written, awaiting MIR review
  
  Work Items:
  [tjaalton] Submit MIR request: DONE
  [tjaalton] Investigate libev issue raised by doko 
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903752/comments/1: DONE
- [jdstrand] MIR bug 903752: TODO
+ [jdstrand] MIR bug 903752: DONE
  
  tjaalton, 2012-01-24: I think the upstream reply about libverto/libevent
  should make it clear that sssd needs tevent

-- 
System Security Services Daemon (SSSD) MIR
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-sssd-mir

-- 
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 903752] Re: [MIR] sssd

2012-02-10 Thread Jamie Strandboge
Security review:

While there have been CVEs, they were fixed in a reasonable amount of
time and with minimal code changes. Upstream is responsive as well.
Redhat and Fedora have sssd in there repos and they receive security
updates, so we can coordinate with others. Interestingly, rhel6 and
Debian still have sssd 1.2.

I spot checked the code and it is coded well and defensively.

There are no compiler warnings or errors in the build

Once configured, there is a long-running root daemon, but based on
upstream documentation and initial configuration, it does not listen
over the network (though it obviously makes connections over the
network). The daemon must necessarily run as root to perform
authentication duties. There are a number of userspace tools that must
be run as root to manage users.

sssd also has a test suite that is enabled during the build, though there is 
this interesting tidbit from configure:
checking for CHECK... no
configure: WARNING: Without the 'CHECK' libraries, you will be unable to run 
all tests in the 'make check' suite

There is DBus integration, but AIUI it is on a private bus and not
accessible to non-root processes.

It would be nice to have those additional tests enabled in the build,
but it is not a condition of this MIR.

ACK for sssd.

As for libsemanage, it requires libustr-dev to also be promoted. ustr is
a small library with no CVE history, but has a lot of compiler warnings
that I would like to see fixed before it was considered for main
inclusion. But beyond that, Ubuntu does not have a strong SELinux
community around it, so while I would like to be able to have sssd have
full SELinux support, I don't think it is appropriate to promote
libsemanage at this time.

** Changed in: sssd (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: sssd (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

** Changed in: libsemanage (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: libsemanage (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Serge Hallyn
Thanks for taking the time to report this bug.

Could you see whether adding the following line to your /var/lib/lxc
/container-name/config:

lxc.cap.drop = sys_module mac_admin

stops the message?

Could you also tell us the exact command line you used to create the
container?

** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu)
   Status: New = Incomplete

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 925110] Re: lxc-ls fails as non-root sometimes (second bug)

2012-02-10 Thread Serge Hallyn
(setting to incomplete - I can't reproduce this, woudl like to know more
about cgroup setup on this machine to try and reproduce)

** Changed in: lxc (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  lxc-ls fails as non-root sometimes (second bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925110/+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 925043] Re: lxc-start-ephemeral does not support lvm

2012-02-10 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Medium = Low

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

Title:
  lxc-start-ephemeral does not support lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/925043/+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 881464] Re: [MIR] keystone

2012-02-10 Thread Jamie Strandboge
After talking to the server team, I am unassigning myself for now while
the server team decides which keystone packages they want in main.
Leaving as Incomplete for now.

** Changed in: keystone (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

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

Title:
  [MIR] keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/881464/+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 903752] Re: [MIR] sssd

2012-02-10 Thread Stephen Gallagher
Interestingly, rhel6 and Debian still have sssd 1.2. This is not true
about RHEL 6 (exactly). RHEL 6.0 shipped with SSSD 1.2, but RHEL 6.1 and
6.2 shipped with SSSD 1.5. Our expectation is for RHEL 6.3 to update to
SSSD 1.8.0 (the upcoming upstream LTM release). Each Fedora release sees
the latest upstream SSSD release (we are now timing the minor version
releases to be every three months, so Fedora releases will get every
even-numbered minor version).

You are correct that SSSD uses libdbus, but for internal communication
only (between the responders and data providers, and between the
watchdog process and all the SSSD children).

We use check (http://check.sourceforge.net/) for the vast majority of
our unit tests. In upstream, Fedora and RHEL we require all of these
tests to pass as a condition of inclusion. It would be nice if Ubuntu
could include 'check' in its build-system, even if not included in the
released distribution. But as you noted above, the build as a whole does
not rely on the test suite being fully-functional.

As for upstream being responsive, I hope this qualified :)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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 800520] Re: default fstab could be expanded

2012-02-10 Thread Serge Hallyn
This is now fixed in precise, as mountall should be mounting most of
those.

An important note - your container should absolutely NOT be mounting
devpts.  The container startup mounts a new instance of that, and the
container should continue to use that.  (the kernel semantics are not
sufficient to do the right thing no matter how the container mounts
devpts)  Soon apparmor rules will enforce this.

** Changed in: lxc (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  default fstab could be expanded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/800520/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
no, messages still appear (attached).

lxc-create -n sbc -t ubuntu

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
** Attachment added: dmesg.new1
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+attachment/2730052/+files/dmesg.new1

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
** Attachment added: kern.log.new1
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+attachment/2730053/+files/kern.log.new1

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
host:

Feb 10 22:50:10 relay1 kernel: 429.615 pa00:40.:c ff806020hschc odto:ukontp:Sne 
x,AC x0 SQ x,Rtrigrsl:02 m=8 80 00 00 00 00 00 0c0]4[687685.535651] hpsa 
:04:00.0: cp 880036d0 has check condition: unknown type: Sense: 
0x5, ASC: 0x20, ASCQ: 0x0, Returning result: 0x2, cmd=[85 06 20 00 05 00 fe 00 
00 00 00 00 00 40 ef 00]
Feb 10 22:50:10 relay1 kernel: [687685.547674] hpsa :04:00.0: cp 
880036d0 has check condition: unknown type: Sense: 0x5, ASC: 0x20, 
ASCQ: 0x0, Returning result: 0x2, cmd=[85 08 0e 00 00 00 01 00 00 00 00 00 00 
40 ec 00]
Feb 10 22:50:10 relay1 kernel: [687685.561166] hpsa :04:00.0: cp 
880036d0 has check condition: unknown type: Sense: 0x5, ASC: 0x20, 
ASCQ: 0x0, Returning result: 0x2, cmd=[85 06 20 00 05 00 fe 00 00 00 00 00 00 
40 ef 00]
Feb 10 22:50:10 relay1 kernel: [687685.571939] hpsa :04:00.0: cp 
880036d0 has check condition: unknown type: Sense: 0x5, ASC: 0x20, 
ASCQ: 0x0, Returning result: 0x2, cmd=[85 08 0e 00 00 00 01 00 00 00 00 00 00 
40 ec 00]

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930285] Re: lxc hpsa driver

2012-02-10 Thread Andy Igoshin
sorry

lxc-create -n sbc -t oneiric

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 903752] Re: [MIR] sssd

2012-02-10 Thread Timo Aaltonen
Jamie, thank you for the review!

Debian will have 1.5.16 as soon as I've passed the Debian Maintainership
process, if not uploaded by a sponsor earlier. I'm also hopeful that
squeeze will get 1.8.x which is what I'm preparing for precise as well,
since it's the next LTM release as Stephen pointed out.

I've now added 'check' as a build-dependency, and ran it through sbuild
and saw that tests are being run and all passed. It's committed to
debian git, we'll get it for the next upload.

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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


Re: [Bug 903752] Re: [MIR] sssd

2012-02-10 Thread Jelmer Vernooij
Hi Timo, Jamie,

On 02/10/2012 08:22 PM, Timo Aaltonen wrote:
 Jamie, thank you for the review!

 Debian will have 1.5.16 as soon as I've passed the Debian Maintainership
 process, if not uploaded by a sponsor earlier. I'm also hopeful that
 squeeze will get 1.8.x which is what I'm preparing for precise as well,
 since it's the next LTM release as Stephen pointed out.

 I've now added 'check' as a build-dependency, and ran it through sbuild
 and saw that tests are being run and all passed. It's committed to
 debian git, we'll get it for the next upload.
I'm happy to sponsor if that would be useful.

Cheers,

Jelmer

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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 903752] Re: [MIR] sssd

2012-02-10 Thread Timo Aaltonen
Jelmer, that would be great. I'll ping you early next week. Ding-libs
needs to go first and sssd after that.

ps. I have a whole lot of other packages too if you're interested to
sponsor them (389ds, freeipa related) ;)

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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


Re: [Bug 903752] Re: [MIR] sssd

2012-02-10 Thread Jelmer Vernooij
On 02/10/2012 09:30 PM, Timo Aaltonen wrote:
 Jelmer, that would be great. I'll ping you early next week. Ding-libs
 needs to go first and sssd after that.
Cool - I'm 'jelmer' on IRC.
 ps. I have a whole lot of other packages too if you're interested to
 sponsor them (389ds, freeipa related) ;)
Let's start with ding-libs and sssd. I might be able to sponsor more, 
but I'm not sure how much time I will have later in the Ubuntu cycle.

Cheers,

Jelmer

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/903752/+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


Re: [Bug 929827] [NEW] KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.

2012-02-10 Thread Sam Hartman
Old stash files are in fact byte order and probably but I'm not sure
word size dependent.  Look at the add_mkey command to kdb5_util.  I
think if you add a new master key and write it out to a new keytab
format stash file then all should be well.

If the database was created with 1.9.1 then I would not expect this
problem in the first place.

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

Title:
  KDC (krb5-kdc-ldap) and kadmin.local segfault in libkdb5.so.5.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/929827/+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 731732] Invitation to connect on LinkedIn

2012-02-10 Thread mcsheriff
*** This bug is a duplicate of bug 754699 ***
https://bugs.launchpad.net/bugs/754699

LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- anthony   mcsheriff

anthony mcsheriff mcgowan
director/actor at self employed
Greater New York City Area

Confirm that you know anthony mcsheriff mcgowan:
https://www.linkedin.com/e/-sekp1d-gyhp7hoe-11/isd/5877755242/jWBhwsVH/?hs=falsetok=1rbdr9f95GZl41

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-sekp1d-gyhp7hoe-11/GN5c8BACAPyDbCp60ub_zmZCyYNb4yVAT1NTSxr/goo/731732%40bugs%2Elaunchpad%2Enet/20061/I2044186944_1/?hs=falsetok=0Ne2i4k7tGZl41

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
   just keep coming up a problem package eucalyptus-common 2.0.1
  bzr1256-0ubuntu2 failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/731732/+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


  1   2   3   4   5   6   7   8   9   10   >