[Bug 573318] Re: mysql server will not start

2012-08-09 Thread AJenbo
I upgraded 11.10 to 12.04 and then purged removed packages. This left me
with out  /etc/apparmor.d/local/usr.sbin.mysqld (as mysql 5.1 was purged
as it was replaced by mysql 5.5). Copied the file from a different
machine made everything work again. Here is the original content:

---
# Site-specific additions and overrides for usr.sbin.mysqld.
# For more details, please see /etc/apparmor.d/local/README.

---
(basically an empty file)

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

Title:
  mysql server will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/573318/+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 1034824] [NEW] oneiric to precise upgrade leaves obsolete configuration file: /etc/bind/named.conf.options

2012-08-09 Thread Jean-Baptiste Lallement
Public bug reported:

Oneiric to Precise Upgrade i386|amd64

dpkg-query -W -f '${Conffiles}'|grep obsolete reports the following obsolete 
files after upgrade:
bind9
  /etc/bind/named.conf.options

Reference
https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-oneiric-server/ARCH=amd64,LTS=non-lts,PROFILE=server-tasks,label=upgrade-test/201/

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: bind9 (not installed)
ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
Uname: Linux 3.5.0-8-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Thu Aug  9 12:21:53 2012
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bind9
UpgradeStatus: Upgraded to quantal on 2012-01-31 (190 days ago)

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


** Tags: amd64 apport-bug qa-daily-testing quantal running-unity uec-images

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

Title:
  oneiric to precise upgrade leaves obsolete configuration file:
  /etc/bind/named.conf.options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034824/+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 935516] Re: genshi version 0.6-2 FTBFS on i386 in precise

2012-08-09 Thread James Page
** Changed in: genshi (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/935516

Title:
  genshi version 0.6-2 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/935516/+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 838968] Re: static-network-up event does not wait for interfaces to have an address

2012-08-09 Thread Christoph Martin
I don't think this bug is really fixed. At least not in the versions
which are in precise: isc-hdcp-client=4.1.ESV-R4-0ubuntu5.2,
ifupdown=0.7~beta2ubuntu8.

The problem occurs, if a dhcp server is not availlable for some time.
Then dhclient will send one DHCP-REQUEST on ifup or lease renewal and
might never get an answer inside the timeout interval because this one
DHCP-REQUEST package might get lost. Then dhclient will terminate and
the interface will get never configured, thus making the host
unavaillable from the network.

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

Title:
  static-network-up event does not wait for interfaces to have an
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/838968/+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 1034869] [NEW] winbind normalize names = yes disable winbind cache mechanism and cause LDAP heavy load / poor performances

2012-08-09 Thread pnomblot
Public bug reported:

Context :

Description:Ubuntu 12.04 LTS
Release:12.04

samba:
  Installed: 2:3.6.3-2ubuntu2.3
  Candidate: 2:3.6.3-2ubuntu2.3
  Version table:
 *** 2:3.6.3-2ubuntu2.3 0
500 ftp://debmirror.parkeon.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2:3.6.3-2ubuntu2.1 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 2:3.6.3-2ubuntu2 0
500 ftp://debmirror.parkeon.com/ubuntu/ precise/main amd64 Packages


client linux Ubuntu 12.04 SSO authentification against Microsoft 2008 AD 
server, Winbind 3.6.3 (Ubuntu 12.04 LTS, Linux 3.2.0-27-generic, winbind 
2:3.6.3-2ubuntu2.3 )

Problem Desciption :

I'have discovered that setting option winbind normalize names = yes
cause winbind client to send LDAP search for each username/group
resolution even those in cache. Setting this option to No makes
winbind use cache, setting winbind in offline mode works fine too
(smbcontrol winbind offline). This behavior cause heavy load on
client/server if resolving a full tree files or simply slow down apache
SSO authentification based on winbind as each web object read will cause
multiple LDAP search before serving.

How to reproduce :

run shell command

# id pnomblot

will makes winbind send 3 LDAP search to solve pnomblot alias (can be
checked with wireshark)

for i in {0..10}; do id pnomblot ;done

cause 30 ldap search to be send to ldap server to solve the same id.

for example, deja-dup backup plus cause million of LDAP request parsing
files ...


My smb.conf :

[global]
workgroup = nomblot.org
realm = nomblot.org
security = ads
domain master = no
local master = no
allow trusted domains = no
socket options = TCP_NODELAY
template homedir = /home/%U
template shell = /bin/bash
kerberos method = secrets and keytab
password server = *
client ntlmv2 auth = yes
idmap config NOMBLOT:backend = ad
idmap config NOMBLOT:default = yes
idmap config NOMBLOT:schema_mode = rfc2307
idmap config NOMBLOT:range = 500 - 3
idmap config *:backend = ad
idmap config *:range = 500 - 3
idmap cache time = 1209600
idmap negative cache time = 1209600
username map cache time = 300
winbind cache time = 300
winbind expand groups = 10
winbind use default domain = yes
winbind refresh tickets = yes
winbind nss info = rfc2307
winbind offline logon = yes
winbind enum users = no
winbind enum groups = no
winbind nested groups = yes
winbind reconnect delay = 5
winbind normalize names = yes
dns proxy = no
log file = /var/log/samba/log.%m
log level = 0 idmap:0 winbind:1
max log size = 1000
obey pam restrictions = yes
pam password change = yes
name resolve order = host
create krb5 conf = no
private dir = /var/lib/samba
state directory = /var/lib/samba
cache directory = /var/cache/samba
lock directory = /var/lib/samba
pid directory = /var/run
dos charset = ASCII
unix charset = UTF8
display charset = UTF8
invalid users = root daemon bin sys sync games man lp ...
#end of smb.conf


Thank's for your help

Patrick.

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

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

Title:
  winbind normalize names = yesdisable  winbind cache mechanism and
  cause LDAP heavy load / poor performances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1034869/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-08-09 Thread James Page
** Changed in: dnsmasq (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+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 997978] Re: KVM images lose connectivity with bridged network

2012-08-09 Thread Serge Hallyn
@Eugene,

I ran that test case on precise for 3.5 hours, with virtio network
bridged with eth0 and without the vhost_net kernel module loaded, but
network never hung.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+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-q-openstack-deployment-on-arm] OpenStack Deployment on ARM Server

2012-08-09 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Add support for ARM to euca2ools: DONE
  Add support for ports.ubuntu.com to cloud-init: TODO
  Add instance archectiture detection support: DONE
  Test swift on ARM: TODO
  Test quantum on ARM: TODO
  Test horion on ARM: TODO
  Test keystone on ARM: TODO
- Test glance on ARM: TODO
+ Test glance on ARM: DONE
  Test nova on ARM: TODO
  Test libvirt on ARM: DONE
  Test rabbitmq-server on ARM: DONE
  Test openvswitch on ARM: TODO
  Test cloud images on ARM: TODO

-- 
OpenStack Deployment on ARM Server
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-deployment-on-arm

-- 
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 838968] Re: static-network-up event does not wait for interfaces to have an address

2012-08-09 Thread Stéphane Graber
That's another bug and yes the intended fix didn't work in 12.04.
There's a test isc-dhcp in precise-proposed with the fix, we're expecting this 
to land for 12.04.1.

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

Title:
  static-network-up event does not wait for interfaces to have an
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/838968/+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 1034962] [NEW] bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Douglas Russell
Public bug reported:

I installed a brand new ubuntu 12.04 server, did update and dist-
upgrade.

Now when I try and install bacula, I get the below message.

dpwrussell@bacula-master:~$ sudo apt-get install bacula
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 bacula : Depends: bacula-server but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

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


** Tags: apt backup 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/1034962

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Douglas Russell
Oh, and this happens on my workstation as well, so it doesn't seem to be
an isolated case.

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

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034963] [NEW] shouldn't ship public module tests

2012-08-09 Thread Dmitrijs Ledkovs
Public bug reported:

python-boto in precise ships public python module tests, which is quite 
unfortunate.
it shouldn't

** Affects: python-boto (Ubuntu Precise)
 Importance: Undecided
 Status: New

** Also affects: python-boto (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: python-boto (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** No longer affects: python-boto (Ubuntu Quantal)

** No longer affects: python-boto (Ubuntu)

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

Title:
  shouldn't ship public module tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/precise/+source/python-boto/+bug/1034963/+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-q-openstack-deployment-on-arm] OpenStack Deployment on ARM Server

2012-08-09 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Add support for ARM to euca2ools: DONE
  Add support for ports.ubuntu.com to cloud-init: TODO
  Add instance archectiture detection support: DONE
  Test swift on ARM: TODO
  Test quantum on ARM: TODO
  Test horion on ARM: TODO
- Test keystone on ARM: TODO
+ Test keystone on ARM: DONE
  Test glance on ARM: DONE
- Test nova on ARM: TODO
+ Test nova on ARM: DONE
  Test libvirt on ARM: DONE
  Test rabbitmq-server on ARM: DONE
  Test openvswitch on ARM: TODO
  Test cloud images on ARM: TODO

-- 
OpenStack Deployment on ARM Server
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-deployment-on-arm

-- 
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 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-09 Thread joel_huebner
adding additional information from change log

** Attachment added: bind change log
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254840/+files/bind%20change%20log

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 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/bind9/+bug/1034098/+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 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-09 Thread joel_huebner
error txt

** Attachment added: error txt
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254850/+files/bind%20errors

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 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/bind9/+bug/1034098/+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 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-09 Thread joel_huebner
bind installer log

** Attachment added: bind installer log
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254849/+files/installerlog.txt

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 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/bind9/+bug/1034098/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-08-09 Thread Clint Byrum
Thanks for testing Kaarle, we'll release this to lucid-updates soon.

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

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 671065] Re: deliver broken because dovecot.conf uses !include_try

2012-08-09 Thread Clint Byrum
Hi Ante. This patch doesn't apply cleanly to the latest package:

clint@clint-MacBookPro:~/pkg/dovecot/bzr/dovecot$ patch -p1  lp-671065.patch 
patching file debian/changelog
patching file debian/mail-stack-delivery.postinst
Hunk #1 FAILED at 45.
Hunk #2 FAILED at 58.
2 out of 2 hunks FAILED -- saving rejects to file 
debian/mail-stack-delivery.postinst.rej

Can you look into why that is?

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

Title:
  deliver broken because dovecot.conf uses !include_try

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/671065/+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 718188] Re: dovecot won't be restarted after failure

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:2.1.7-1ubuntu2

---
dovecot (1:2.1.7-1ubuntu2) quantal; urgency=low

  * d/dovecot-core.dovecot.upstart: Respawn to handle unexpected but
recoverable problems. (LP: #718188)
 -- Clint Byrum cl...@ubuntu.com   Thu, 09 Aug 2012 12:22:52 -0700

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

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

Title:
  dovecot won't be restarted after failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/dovecot/+bug/718188/+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 620959] Re: Please compile --with-solr

2012-08-09 Thread Clint Byrum
Hi Erik. dovecot-solr made its debut in Ubuntu 12.04. Sorry we weren't
able to use your patch, but thanks for thinking so far ahead!

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

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

Title:
  Please compile --with-solr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/620959/+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 718188] Re: dovecot won't be restarted after failure

2012-08-09 Thread Clint Byrum
Hi Matthias. We generally reserve stable release updats for
high/critical importance bugs. There is an easy workaround for this one.
If you edit /etc/init/dovecot.conf and add (on its own line) this:

respawn

That should do the trick.

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

Title:
  dovecot won't be restarted after failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/dovecot/+bug/718188/+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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

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

** Changed in: libnss-ldap (Ubuntu)
   Status: New = Confirmed

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 700741] Re: dovecot won't start during boot

2012-08-09 Thread Clint Byrum
This bug was fixed in Oneiric by changing the boot sequence to not emit
runlevel 2 until after all interfaces in /etc/network/interfaces are up.

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

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

Title:
  dovecot won't start during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/700741/+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 1014864] Re: [MIR] New package - walinuxagent

2012-08-09 Thread Steve Langasek
The walinuxagent package in precise-proposed NEW queue is based on an
earlier version from quantal, so is missing this change:

  * Restrict target architectures to i386 and amd64.

I assume that if this was worth an upload in quantal, we should have it
in the precise version as well, in which case it should be included on
the first accept so we don't have to redo the NEW processing.  Can you
please reupload with this fix?

** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Incomplete

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

Title:
  [MIR] New package - walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Andres Rodriguez
** Changed in: maas-enlist (Ubuntu)
   Status: New = Fix Committed

** Changed in: maas
   Status: Triaged = Fix Committed

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package maas-enlist - 0.4+bzr29-0ubuntu1

---
maas-enlist (0.4+bzr29-0ubuntu1) quantal; urgency=low

  * bin/maas-enlist: Do not hardcode API path URL. If none is given use
a default, otherwise use the one given with serverurl (LP: #1034228)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 12 Jul 2012 14:32:03 -0400

** Branch linked: lp:~maas-maintainers/maas/maas-enlist-packaging

** Changed in: maas-enlist (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Andres Rodriguez
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 1014864] Re: [MIR] New package - walinuxagent

2012-08-09 Thread Steve Langasek
Hello Ben, or anyone else affected,

Accepted walinuxagent into precise-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/walinuxagent/1.0~git20120606.c16f5e9-0ubuntu2~12.04.1
in a few hours, and then in the -proposed repository.

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

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

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

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Incomplete = Fix Committed

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

Title:
  [MIR] New package - walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 990945] [NEW] samba-common doesn't read workgroup from smb.conf

2012-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

the first installation runs oky
manally provisonning is okay
but the package di not detect it did a good provisonning

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun Apr 29 09:34:10 2012
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Beta amd64 
(20120418)
ProcEnviron:
 TERM=xterm
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: samba4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: amd64 apport-bug precise
-- 
samba-common doesn't read workgroup from smb.conf
https://bugs.launchpad.net/bugs/990945
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in Ubuntu.

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


[Bug 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ipsec-tools - 1:0.7.1-1.6ubuntu1.1

---
ipsec-tools (1:0.7.1-1.6ubuntu1.1) lucid-proposed; urgency=low

  * src/racoon/handler.c: fix phase 2 negotiation (LP: #947309).
- Patch from upstream CVS revisions 1.31 and 1.32.
- Fixes Vista and Windows 7 client support.
 -- Robie Basak robie.ba...@ubuntu.com   Fri, 09 Mar 2012 19:01:04 +

** Changed in: ipsec-tools (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 993291] Re: [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found.

2012-08-09 Thread Brian Murray
Hello Sean, or anyone else affected,

Accepted nis into oneiric-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/nis/3.17-32ubuntu1.3 in
a few hours, and then in the -proposed repository.

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

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

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

** Changed in: nis (Ubuntu Oneiric)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-
  rc.d: unknown initscript, /etc/init.d/nis not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/993291/+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 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-09 Thread Jelmer Vernooij
This is a samba-common issue, since the samba4 postinst script gets the
workgroup from samba-common's debconf config - and that has invalid
data.

** Package changed: samba4 (Ubuntu) = samba (Ubuntu)

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

Title:
  samba-common doesn't read workgroup from smb.conf

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

2012-08-09 Thread Brian Murray
Hello harald, or anyone else affected,

Accepted nis into oneiric-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/nis/3.17-32ubuntu1.3 in
a few hours, and then in the -proposed repository.

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

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

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

-- 
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 947309] Update Released

2012-08-09 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2012-08-09 Thread Les Dunston
Just to clarify a little, I had to place the short hostname on localhost
and not the FQDN in /etc/hosts to get rabbitmq to start up.

My entry looks something like this:

127.0.0.1 localhost servername servername.example.com

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/653405/+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 1031795] Re: package postfix 2.9.3-2~12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package postfix 2.9.3-2~12.04.1 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/postfix/+bug/1031795/+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 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Pedro Romano
I was able to reproduce the reported behaviour on an update clean
install of 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/1034962

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034962] Re: bacula dependency on bacula-server fails with held broken packages

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

** Changed in: bacula (Ubuntu)
   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/1034962

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034125] Re: containers can load a kernel to kexec

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.5.0-9.9

---
linux (3.5.0-9.9) quantal-proposed; urgency=low

  [ Daniel P. Berrange ]

  * SAUCE: (drop after 3.6) Forbid invocation of kexec_load() outside
initial PID namespace
- LP: #1034125

  [ Douglas Bagnall ]

  * SAUCE: Unlock the rc_dev lock when the raw device is missing
- LP: #1015836

  [ Ike Panhc ]

  * [Config] Enable EDAC/CLK for highbank
- LP: #1008345

  [ Leann Ogasawara ]

  * Revert ubuntu: AUFS -- reenable

  [ Rob Herring ]

  * SAUCE: net: calxedaxgmac: add write barriers around setting owner bit
- LP: #1008345
  * SAUCE: ARM smp_twd: add back arm,smp-twd compatible property
- LP: #1008345
  * SAUCE: ARM: highbank: add soft power and reset key event handling
- LP: #1008345
  * SAUCE: ARM: highbank: use writel_relaxed variant for pwr requests
- LP: #1008345
  * SAUCE: ahci: un-staticize ahci_dev_classify
- LP: #1008345
  * SAUCE: ahci_platform: add custom hard reset for Calxeda ahci ctrlr
- LP: #1008345

  [ Upstream Kernel Changes ]

  * rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.
- LP: #871904
  * Avoid sysfs oops when an rc_dev's raw device is absent
- LP: #1015836
  * eCryptfs: Copy up POSIX ACL and read-only flags from lower mount
  * clk: add DT clock binding support
- LP: #1008345
  * clk: add DT fixed-clock binding support
- LP: #1008345
  * clk: add highbank clock support
  * edac: add support for Calxeda highbank memory controller
- LP: #1008345
  * edac: add support for Calxeda highbank L2 cache ecc
- LP: #1008345
  * net: calxedaxgmac: enable rx cut-thru mode
- LP: #1008345
  * net: calxedaxgmac: fix hang on rx refill
- LP: #1008345
  * eCryptfs: Revert to a writethrough cache model
- LP: #1034012
  * eCryptfs: Initialize empty lower files when opening them
- LP: #911507
  * eCryptfs: Unlink lower inode when ecryptfs_create() fails
- LP: #872905
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Wed, 08 Aug 2012 08:39:42 
-0700

** Changed in: linux (Ubuntu Quantal)
   Status: Fix Committed = 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/1034125

Title:
  containers can load a kernel to kexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034125/+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 993291] Re: [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found.

2012-08-09 Thread Sean Whitney
Sorry, I've verified this as completed for precise, but I don't have an
oneiric installation to test.


Sean

On 08/09/2012 02:56 PM, Brian Murray wrote:
 Hello Sean, or anyone else affected,
 
 Accepted nis into oneiric-proposed. The package will build now and be
 available at http://launchpad.net/ubuntu/+source/nis/3.17-32ubuntu1.3 in
 a few hours, and then in the -proposed repository.
 
 Please help us by testing this new package.  See
 https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
 enable and use -proposed.  Your feedback will aid us getting this update
 out to other Ubuntu users.
 
 If this package fixes the bug for you, please change the bug tag from
 verification-needed to verification-done.  If it does not, change the
 tag to verification-failed.  In either case, details of your testing
 will help us make a better decision.
 
 Further information regarding the verification process can be found at
 https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
 advance!
 
 ** Changed in: nis (Ubuntu Oneiric)
Status: In Progress = Fix Committed
 
 ** Tags removed: verification-done
 
 ** Tags added: verification-needed
 


-- 
You develop an instant global consciousness, a people orientation, an
intense dissatisfaction with the state of the world, and a compulsion to
do something about it. From out there on the moon, international
politics look so petty. You want to grab a politician by the scruff of
the neck and drag him a quarter of a million miles out and say, Look at
that, you son of a bitch.
 - Edgar Mitchell, Apollo 14 astronaut, People magazine, 8 April 1974.

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

Title:
  [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-
  rc.d: unknown initscript, /etc/init.d/nis not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/993291/+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 1034125] Re: containers can load a kernel to kexec

2012-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-lowlatency

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

Title:
  containers can load a kernel to kexec

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