[Bug 715056] [NEW] invalid ssl-certificates in /etc/postfix/main.cf after security upgrade

2011-02-08 Thread Tim Kuijsten
Public bug reported:

Binary package hint: dovecot-postfix

After dovecot-postfix was automatically upgraded this morning
(http://www.ubuntu.com/usn/usn-1059-1) the config in
/etc/postfix/main.cf was changed. Replacing my certificates with invalid
ones. Discovered it by Thunderbird complaining about an invalid
certificate when try to send mail via the smtp-server.

Changes made by automatic upgrade:
diff --git a/postfix/main.cf b/postfix/main.cf
index ee075a3..b6c0119 100644
--- a/postfix/main.cf
+++ b/postfix/main.cf
@@ -57,10 +57,15 @@ smtpd_tls_security_level = may
 smtpd_tls_auth_only = yes
 smtpd_tls_loglevel = 1
 smtpd_tls_received_header = yes
-smtpd_tls_cert_file = /etc/ssl/certs/x.crt
-smtpd_tls_key_file = /etc/ssl/private/x.key
+smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
+smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
 smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
 smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
 smtp_tls_security_level = may
 smtp_tls_CAfile = /etc/ssl/certs/netsend_nl_chain.crt
 smtp_tls_note_starttls_offer = yes
+home_mailbox = Maildir/
+smtpd_sasl_authenticated_header = yes
+smtpd_sasl_security_options = noanonymous
+smtpd_use_tls = yes
+smtp_use_tls = yes

Errors in /var/log/mail.log:
Feb  8 09:25:27 lock postfix/smtpd[10607]: connect from 
x.versatel.nl[xx.xx.xx.xx]
Feb  8 09:25:27 lock postfix/smtpd[10607]: setting up TLS connection from 
x.versatel.nl[xx.xx.xx.xx]
Feb  8 09:25:27 lock postfix/smtpd[10607]: SSL_accept error from 
x.versatel.nl[xx.xx.xx.xx]: 0
Feb  8 09:25:27 lock postfix/smtpd[10607]: warning: TLS library problem: 
10607:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown 
ca:s3_pkt.c:1093:SSL alert number 48:
Feb  8 09:25:27 lock postfix/smtpd[10607]: lost connection after CONNECT from 
x.versatel.nl[xx.xx.xx.xx]
Feb  8 09:25:27 lock postfix/smtpd[10607]: disconnect from 
x.versatel.nl[xx.xx.xx.xx]

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


** Tags: certificate dovecot main.cf postfix

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

Title:
  invalid ssl-certificates in /etc/postfix/main.cf after security
  upgrade

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-08 Thread Colin Watson
Thanks for testing!  I've uploaded this change to hardy-proposed; it's
currently waiting for approval.  Once it's published there (you'll be
notified by way of a comment in this bug), it would be helpful if you
could validate that that version also works, so that it can be promoted
to hardy-updates.


** Description changed:

+ Stable release update justification:
+ 
+ Impact: IPv4 access to IPv6-only OpenSSH servers cannot be disabled in Ubuntu 
8.04 LTS.  On systems where IPv4 connectivity is present but IPv6 is primary 
(which is currently fairly rare, but seems likely to become much more common 
over the remaining lifetime of 8.04) this will have confusing effects on access 
control.
+ Development branch: Fixed upstream for OpenSSH 4.9p1 
(http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5290).
+ Patch: See Development branch - the patch applies cleanly.
+ TEST CASE: Either of the two sshd_config options in the original report below 
should disable IPv4 access (test with 'ssh -4') and leave IPv6 access intact 
(test with 'ssh -6').
+ Regression potential: The most likely problem is a socket that becomes 
IPv6-only but was somehow important for IPv4 access.  I suggest testing that 
IPv4 access remains unimpaired, and in particular I think it would be worth 
testing X forwarding.
+ 
+ Original report:
+ 
  Last week I changed our infrastructure so that our ~20 Ubuntu boxes can only 
be managed with SSH via IPv6.
  To do this I added ListenAddress ::1 to sshd_config.
  This seems to work fine on our 10.04LTS boxes (OpenSSH_5.3p1 Debian-3ubuntu), 
but this configuration does not work on our 8.04LTS boxes: they are still 
reachable via IPv4.
  
- The same thing goes for  AddressFamiliy inet6, that options works on
+ The same thing goes for  AddressFamily inet6, that options works on
  10.04, but not on 8.04.
  
  Classified as security bug, although I realise that probably not many
  are affected by this.

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

Title:
  Impossible to disable IPv4

-- 
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 714335] Re: KVM SMP Linux Guests Hang

2011-02-08 Thread Brian Knoll
Thank you, Serge.  Please let me know how I can help.  I am wiling to
test packages and help however I can.  Thanks again for looking into
this!

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

Title:
  KVM SMP Linux Guests Hang

-- 
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 715141] [NEW] ntp.ubuntu.com does not have AAAA record

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

When installing ntp on an IPv6 only host, the kindly provided ntp.ubuntu.com 
does not work, because it does not have a  record. 
Please provide IPv6 connectivity for this host.
This affects all releases.

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


** Tags: ipv4 ipv6

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

Title:
  ntp.ubuntu.com does not have  record

-- 
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 715152] [NEW] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

Lucid host running IPv6 only, with network configured like this:

root@svn:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
  inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
  inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)

loLink encap:Local Loopback
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Now ntpd wont start:

./../libisc/ifiter_ioctl.c:567: REQUIRE(iter-pos  (unsigned int) 
iter-ifc.ifc_len) failed.
Aborted

After adding an IPv4 loopback address to lo interface:

ip addr add 127.0.0.1 dev lo

ntpd is able to start.

According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
related to libisc.

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


** Tags: bind ipv6 libisc ntp ntpd

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 714667] Re: Upstream to 0.8.7 for natty

2011-02-08 Thread Andres Rodriguez
Hi Guilhem,

Thank you for reporting bugs and trying to make Ubuntu better.

I believe this version will be in Ubuntu natty and should be updated
anytime soon. Just stay tuned!

Thank you again!

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libvirt (Ubuntu)
   Status: New = Triaged

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  Upstream to 0.8.7 for natty

-- 
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 461441] Re: package exim4-daemon-light 4.69-9ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2011-02-08 Thread Andres Rodriguez
Hi fredrik,

Thank you for reporting bugs and trying to make Ubuntu better.

Now, for what I can see you are using Ubuntu 9.04, Jaunty Jackalope.
Unfortunately, Ubuntu 9.04 has reached its EOL (End of Life) and it is
no longer supported. For more information, please refer to [1].

For the reason mentioned above, I'm closing this bug report. If you feel
that this error exists in newer, and supported releases of Ubuntu,
please reopen the bug and provide updated information.

Thanks again,

[1]: https://wiki.ubuntu.com/Releases


** Changed in: exim4 (Ubuntu)
   Status: New = Won't Fix

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

Title:
  package exim4-daemon-light 4.69-9ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 1

-- 
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 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-02-08 Thread Daniel Hahler
This would require a Stable Release Update.
Please refer to the documentation at https://wiki.ubuntu.com/SRU about how to 
proceed regarding this.

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

Title:
  Empty list of plugins/services with hostname containing uppercase
  letters

-- 
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 581997] Re: package exim4-daemon-heavy 4.69-5ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 3

2011-02-08 Thread Andres Rodriguez
Thank you for reporting bugs and trying to make Ubuntu better

Unfortunately, Ubuntu 8.10 is no longer supported as it has reached its
EOL (End of Life). For more information please refer to [1]. For this
reason I'm closing this bug report.

[1]. https://wiki.ubuntu.com/Releases

** Changed in: exim4 (Ubuntu)
   Status: New = Won't Fix

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

Title:
  package exim4-daemon-heavy 4.69-5ubuntu2 failed to install/upgrade:
  subprocess pre-removal script returned error exit status 3

-- 
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 714932] Re: package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-08 Thread Andres Rodriguez
Hi there,

Thank you for reporting bugs and trying to make Ubuntu better.

According to the DpkgTerminalLog it seems that squid was still running
when you tried to reinstall it. Could you please make sure that squid is
stopped first, and then try to install it again?

2011/02/07 13:26:57| Squid is already running!  Process ID 4699
dpkg: error processing squid (--configure):

Once, you do it, please let us know if it installed correctly or if it
continue to fail.

Marking this bug as incomplete till further information is received.

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

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

Title:
  package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 407173] Re: openssh: Please set traffic class on IPv6 packets

2011-02-08 Thread Colin Watson
** Changed in: openssh (Ubuntu)
   Status: Confirmed = Triaged

** Bug watch added: OpenSSH Portable Bugzilla #1855
   https://bugzilla.mindrot.org/show_bug.cgi?id=1855

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=1855
   Importance: Unknown
   Status: Unknown

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

Title:
  openssh: Please set traffic class on IPv6 packets

-- 
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 691162] Re: package exim4-config 4.71-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-08 Thread Andres Rodriguez
Hi there,

Thank you for reporting bugs and trying to make Ubuntu better.

Could you please confirm that you are still experiencing this issue?

Marking this bug as Incomplete until further information is received.

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

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

Title:
  package exim4-config 4.71-3ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 526389] Re: package exim4-config 4.69-11ubuntu4 failed to install/upgrade: useradd: cannot lock /etc/passwd; try again later.

2011-02-08 Thread Andres Rodriguez
Hi there,

Thank you for reporting bugs and trying to make Ubuntu better.

Could you please confirm that you are still experiencing this issue?

I'm marking this bug as incomplete until further information is
received.

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

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

Title:
  package exim4-config 4.69-11ubuntu4 failed to install/upgrade:
  useradd: cannot lock /etc/passwd; try again later.

-- 
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 488615] Re: package exim4-config 4.69-5ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-08 Thread Andres Rodriguez
Hi there,

Thank you for reporting bugs and trying to make Ubuntu better.

Could you please confirm that you are still experiencing this issue?

I'm marking this bug as incomplete until further information is
received.

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

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

Title:
  package exim4-config 4.69-5ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 325111] Re: ntpq output truncates IPv6 addresses

2011-02-08 Thread Colin Watson
** Changed in: ntp (Ubuntu)
   Importance: Undecided = Low

** Changed in: ntp (Ubuntu)
   Importance: Low = Medium

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

Title:
  ntpq output truncates IPv6 addresses

-- 
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 714542] Re: prTable reports running processes as NOT running on Ubuntu 8.04 LTS

2011-02-08 Thread Andres Rodriguez
Hi There,

Thank you for reporting bugs and trying to make Ubuntu better.

Can you please provide information on how to reproduce this bug in
Ubuntu.

For now, I'm marking this bug as Incomplete!

Thank you again!

** Changed in: net-snmp (Ubuntu)
   Status: New = Incomplete

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Low

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

Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

-- 
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 715209] [NEW] Please sync rabbitmq-server 2.3.1-1 from Debian unstable

2011-02-08 Thread Chuck Short
Public bug reported:

Binary package hint: rabbitmq-server

Please sync rabbitmq-server 2.3.1-1 from Debian unstable, the changelog
is the following:

rabbitmq-server (2.3.1-1) unstable; urgency=low

   * New upstream release, closes: #611253

 -- John Leuner je...@debian.org  Sat, 05 Feb 2011 10:21:16 +0200

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Please sync rabbitmq-server 2.3.1-1 from Debian unstable

-- 
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 378307] Re: local_scan modification and new package

2011-02-08 Thread Andres Rodriguez
Hi there!

Thank you for taking the time to report bugs and try to make Ubuntu
better.

As I can see, this is a feature not within exim itself and seems to be
no longer maintained.  I'm closing this bug report as the requested
features are not included withim exim are the software is old and no
longer maintained.

if you believe this is an error, or this bug report still applies,
please don't hesitate and re-open it.

Thank you again.

** Changed in: exim4 (Ubuntu)
   Status: New = Won't Fix

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

Title:
  local_scan modification and new package

-- 
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 690925] Re: Package MySQL 5.5.x for Natty

2011-02-08 Thread Jimmy Merrild Krag
As far as I can see it's only published for Natty. Why is this? I could
use it for Maverick or (preferably) Lucid.

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

Title:
  Package MySQL 5.5.x for Natty

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-02-08 Thread Martin Pitt
Was discussed and approved in current TB meeting, will sponsor the g-s-t
patch.

** Also affects: gnome-system-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-system-tools (Ubuntu)
   Status: New = In Progress

** Changed in: gnome-system-tools (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  default ntp.conf should use pool.ntp.org servers

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-02-08 Thread Jamie Strandboge
** Changed in: ntp (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  default ntp.conf should use pool.ntp.org servers

-- 
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 715141] Re: ntp.ubuntu.com does not have AAAA record

2011-02-08 Thread Colin Watson
This is true, but is not something the ntp package in Ubuntu can change.
:-)

This would be dependent on getting IPv6 connectivity for our datacentre
in general.  Subscribing canonical-sysadmins.

** Changed in: ntp (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ntp (Ubuntu)
   Status: New = Triaged

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

Title:
  ntp.ubuntu.com does not have  record

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-02-08 Thread Jamie Strandboge
I will sponsor ntp patch.

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

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

Title:
  default ntp.conf should use pool.ntp.org servers

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-system-tools - 2.32.0-0ubuntu5

---
gnome-system-tools (2.32.0-0ubuntu5) natty; urgency=low

  * Add 96_ubuntu_ntp_pool.patch: Offer Ubuntu specific NTP servers;
pool.ntp.org offers geolocation and automatic QA. Thanks Xavier Robin for
coordinating the setup of the Ubuntu ntp.org pool and preparing the patch!
(LP: #104525)
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 08 Feb 2011 16:46:57 +0100

** Branch linked: lp:~ubuntu-desktop/gnome-system-tools/ubuntu

** Changed in: gnome-system-tools (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  default ntp.conf should use pool.ntp.org servers

-- 
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 715232] [NEW] File system corruption with =2TB virtio disks

2011-02-08 Thread Mark Deneen
Public bug reported:

Binary package hint: qemu-kvm

The qemu package in 10.04 LTS (0.12.3) has a bug which corrupts virtio
disks 2TB and larger.  This is corrected in qemu 0.12.5, which is
present in 10.10.  The corruption happens quickly, after about 80GB of
files copied, with no I/O errors on the host or the guest VM.

There are more details in the redhat bug report
https://bugzilla.redhat.com/show_bug.cgi?id=605757.

I believe that this is something that should be fixed for LTS.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  File system corruption with =2TB virtio disks

-- 
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 715232] Re: File system corruption with =2TB virtio disks

2011-02-08 Thread Mark Deneen
In my situation, the ext4 filesystem detected something was wrong and
re-mounted the fs read only.

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

Title:
  File system corruption with =2TB virtio disks

-- 
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 714932] Re: package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-08 Thread Insightfill
Yes, that was the case. This was a second installation. The prior
uninstall apparently failed the stop the existing process (I noticed
that squid sometimes takes a few attempts and delays before it will
start, stop or restart). Consider this 'closed'.

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

Title:
  package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 714667] Re: Upstream to 0.8.7 for natty

2011-02-08 Thread Serge Hallyn
The 0.8.7 candidate for natty will be almost exactly like the package
currently in the ubuntu-server-edger's ppa.  Please feel free to start
testing that until I get a chance to upload it to natty.

See https://launchpad.net/~ubuntu-server-edgers/+archive/server-edgers-
libvirt.

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

Title:
  Upstream to 0.8.7 for natty

-- 
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 715281] [NEW] Upon update, /etc/postfix/main.cf stopped procmail processing

2011-02-08 Thread Rob Frohne
Public bug reported:

Binary package hint: postfix

Hi,

Upon update last night of dovecot and postifx, the /etc/postfix/main.cf was 
modified.  The 
mailbox_command was set as:
mailbox_command = /usr/lib/dovecot/deliver -c 
/etc/dovecot/conf.d/01-dovecot-postfix.conf -n -m ${EXTENSION}

I had to reset it to:

mailbox_command = /usr/bin/procmail -a $EXTENSION
DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir

Thanks for all your good work!

Rob

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Tue Feb  8 08:45:42 2011
ExecutablePath: /usr/lib/postfix/master
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=C
SourcePackage: postfix

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


** Tags: apport-bug i386 lucid

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

Title:
  Upon update, /etc/postfix/main.cf stopped procmail processing

-- 
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 715281] Re: Upon update, /etc/postfix/main.cf stopped procmail processing

2011-02-08 Thread Rob Frohne


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

Title:
  Upon update, /etc/postfix/main.cf stopped procmail processing

-- 
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 715232] Re: File system corruption with =2TB virtio disks

2011-02-08 Thread Serge Hallyn
*** This bug is a duplicate of bug 574665 ***
https://bugs.launchpad.net/bugs/574665

@Mark,

thanks for reporting this bug and helping to make Ubuntu better.  I
believe this is the same issue as bug 574665.  Could you please verify
(or refute) the proposed fix so we can get it SRU'd to lucid-proposed?

** This bug has been marked a duplicate of bug 574665
   kvm + virtio disk corrupts large volumes (1TB).
 * You can subscribe to bug 574665 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/574665/+subscribe

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

Title:
  File system corruption with =2TB virtio disks

-- 
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 715294] Re: Loading ipmi_msghandler generates a kernel Oops

2011-02-08 Thread Simon Déziel


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

Title:
  Loading ipmi_msghandler generates a kernel Oops

-- 
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 715294] [NEW] Loading ipmi_msghandler generates a kernel Oops

2011-02-08 Thread Simon Déziel
Public bug reported:

Binary package hint: openipmi

After installing OpenIPMI and applied the fixes suggested in
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/473332/comments/3
I noticed a kernel Oops after starting openipmi.

# lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

# apt-cache policy openipmi
openipmi:
  Installed: 2.0.18-0ubuntu1
  Candidate: 2.0.18-0ubuntu1
  Version table:
 *** 2.0.18-0ubuntu1 0
500 http://ca.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: openipmi 2.0.18-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
Architecture: amd64
Date: Tue Feb  8 12:13:50 2011
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: openipmi

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


** Tags: amd64 apport-bug maverick

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

Title:
  Loading ipmi_msghandler generates a kernel Oops

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.6.p2+dfsg-1ubuntu4

---
ntp (1:4.2.6.p2+dfsg-1ubuntu4) natty; urgency=low

  * debian/ntp.conf: adjust to use X.ubuntu.pool.ntp.org in addition to
ntp.ubuntu.com (LP: #104525)
 -- Jamie Strandboge ja...@ubuntu.com   Tue, 08 Feb 2011 10:03:19 -0600

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

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

Title:
  default ntp.conf should use pool.ntp.org servers

-- 
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 715294] Re: Loading ipmi_msghandler generates a kernel Oops

2011-02-08 Thread Simon Déziel
Here is an extract of my dmesg :

[  908.388001] ipmi message handler version 39.2
[  908.402312] IPMI System Interface driver.
[  908.402376] Error: Driver 'ipmi_si' is already registered, aborting...
[  908.402379] ipmi_si: Adding default-specified kcs state machine
[  908.402382] ipmi_si: Trying default-specified kcs state machine at i/o 
address 0xca2, slave address 0x0, irq 0
[  908.402387] ipmi_si: Interface detection failed
[  908.428937] ipmi_si: Adding default-specified smic state machine
[  908.428945] ipmi_si: Trying default-specified smic state machine at i/o 
address 0xca9, slave address 0x0, irq 0
[  908.428951] ipmi_si: Interface detection failed
[  908.468939] ipmi_si: Adding default-specified bt state machine
[  908.468948] ipmi_si: Trying default-specified bt state machine at i/o 
address 0xe4, slave address 0x0, irq 0
[  908.468957] ipmi_si: Interface detection failed
[  908.528972] ipmi_si: Unable to find any System Interface(s)
[  973.227903] ipmi message handler version 39.2
[  973.238056] IPMI System Interface driver.
[  973.238106] Error: Driver 'ipmi_si' is already registered, aborting...
[  973.238111] ipmi_si: Adding default-specified kcs state machine
[  973.238114] ipmi_si: Trying default-specified kcs state machine at i/o 
address 0xca2, slave address 0x0, irq 0
[  973.238120] ipmi_si: Interface detection failed
[  973.282511] ipmi_si: Adding default-specified smic state machine
[  973.282518] ipmi_si: Trying default-specified smic state machine at i/o 
address 0xca9, slave address 0x0, irq 0
[  973.282525] ipmi_si: Interface detection failed
[  973.312494] ipmi_si: Adding default-specified bt state machine
[  973.312500] ipmi_si: Trying default-specified bt state machine at i/o 
address 0xe4, slave address 0x0, irq 0
[  973.312508] ipmi_si: Interface detection failed
[  973.362532] ipmi_si: Unable to find any System Interface(s)
[ 1424.101429] Skipping EDID probe due to cached edid
[ 1818.540370] ipmi message handler version 39.2
[ 1818.549523] IPMI System Interface driver.
[ 1818.549570] BUG: unable to handle kernel paging request at a03c1ce0
[ 1818.549577] IP: [813891b5] driver_register+0x125/0x150
[ 1818.549588] PGD 1a2c067 PUD 1a30063 PMD 22e214067 PTE 0
[ 1818.549595] Oops:  [#1] SMP 
[ 1818.549599] last sysfs file: /sys/module/ipmi_msghandler/initstate
[ 1818.549603] CPU 2
[ 1818.549605] Modules linked in: ipmi_si(+) ipmi_msghandler ip6table_filter 
ip6_tables ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 
binfmt_misc xt_state nf_conntrack ipt_REJECT xt_tcpudp iptable_filter ip_tables 
x_tables bridge stp kvm_intel kvm parport_pc ppdev joydev 
snd_hda_codec_intelhdmi snd_hda_codec_conexant snd_hda_intel arc4 snd_hda_codec 
snd_hwdep thinkpad_acpi psmouse sdhci_pci snd_seq_midi snd_pcm snd_rawmidi 
snd_seq_midi_event snd_seq snd_timer snd_seq_device uvcvideo videodev iwlagn 
sdhci v4l1_compat snd iwlcore mac80211 tpm_tis firewire_ohci soundcore 
firewire_core tpm tpm_bios nvram intel_ips serio_raw e1000e lp 
v4l2_compat_ioctl32 snd_page_alloc cfg80211 led_class crc_itu_t parport 
sha256_generic aes_x86_64 aes_generic dm_crypt i915 drm_kms_helper drm ahci 
libahci i2c_algo_bit video output intel_agp [last unloaded: ipmi_msghandler]
[ 1818.549713] 
[ 1818.549720] Pid: 2892, comm: modprobe Not tainted 2.6.35-25-generic 
#44-Ubuntu 2516CTO/2516CTO
[ 1818.549726] RIP: 0010:[813891b5]  [813891b5] 
driver_register+0x125/0x150
[ 1818.549737] RSP: 0018:880231d11e98  EFLAGS: 00010282
[ 1818.549742] RAX: a03c1c80 RBX:  RCX: 40ad
[ 1818.549749] RDX: 8802325866c0 RSI: a03a4fb6 RDI: 880231df5010
[ 1818.549754] RBP: 880231d11ec8 R08: 88022763fca0 R09: 00c0
[ 1818.549760] R10:  R11:  R12: a03a5c80
[ 1818.549766] R13: 021bc420 R14: 021bc0f0 R15: 00405056
[ 1818.549774] FS:  7fac2bc94700() GS:880001f0() 
knlGS:
[ 1818.549781] CS:  0010 DS:  ES:  CR0: 80050033
[ 1818.549786] CR2: a03c1ce0 CR3: 00020b48d000 CR4: 06e0
[ 1818.549793] DR0:  DR1:  DR2: 
[ 1818.549799] DR3:  DR6: 0ff0 DR7: 0400
[ 1818.549806] Process modprobe (pid: 2892, threadinfo 880231d1, task 
8802307ec4a0)
[ 1818.549810] Stack:
[ 1818.549814]  880231d11ea8 813892ec 880231d11ed8 

[ 1818.549822] 0  021bc420 880231d11ed8 
8133f6d1
[ 1818.549832] 0 880231d11f18 a03a33fa 880231d11f38 
810850f5
[ 1818.549842] Call Trace:
[ 1818.549852]  [813892ec] ? driver_create_file+0x1c/0x20
[ 1818.549863]  [8133f6d1] pnp_register_driver+0x21/0x30
[ 1818.549877]  [a03a33fa] init_ipmi_si+0x116/0x3d5 [ipmi_si]
[ 1818.549888]  [810850f5] ? 

Re: [Bug 714542] Re: prTable reports running processes as NOT running on Ubuntu 8.04 LTS

2011-02-08 Thread Jorge Juliá Fontelles
Hi,

The bug that I am describing, which has ID 1746831, is described in
this bug report:

http://sourceforge.net/tracker/index.php?func=detailaid=1746831group_id=12694atid=312694

Also, if you check the Changelog from version 5.4.3, you will see that
it says that this bug was corrected on version 5.4.2:

:usr/local/src/net-snmp-5.4.3# grep 1746831 *
ChangeLog: CHANGES: snmpd: PATCH: 1746831: from cunnijd: fix process
CHANGES:  - [PATCH 1746831]: fix process checking race condition

Thanks.

2011/2/8 Andres Rodriguez andres...@ubuntu-pe.org:
 Hi There,

 Thank you for reporting bugs and trying to make Ubuntu better.

 Can you please provide information on how to reproduce this bug in
 Ubuntu.

 For now, I'm marking this bug as Incomplete!

 Thank you again!

 ** Changed in: net-snmp (Ubuntu)
       Status: New = Incomplete

 ** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Low

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/714542

 Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

 Status in “net-snmp” package in Ubuntu:
  Incomplete

 Bug description:
  Ubuntu 8.04 LTS seems to be afected by net-snmp bug 1843918
  (http://sourceforge.net/tracker/index.php?func=detailaid=1843918group_id=12694atid=112694)

  We've been affected by this bug in some of our servers and we're
  currently patching net-snmp ubuntu package sources manually.

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/714542/+subscribe


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

Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

-- 
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 714542] Re: prTable reports running processes as NOT running on Ubuntu 8.04 LTS

2011-02-08 Thread Jorge Juliá Fontelles
** Bug watch added: SourceForge.net Tracker #1746831
   http://sourceforge.net/support/tracker.php?aid=1746831

** Bug watch added: SourceForge.net Tracker #1843918
   http://sourceforge.net/support/tracker.php?aid=1843918

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

Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

-- 
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 644961] Re: qemu crash in rootstock second step during Setting up console-setup (1.34ubuntu15) (log reported in bootstrap.log)

2011-02-08 Thread Zygmunt Krynicki
This occurred while configuring the same package using linaro headless
20110208 with identical error messages:

qemu: Unsupported syscall: 250
plymouth: ply-event-loop.c:466: ply_event_loop_new: Assertion `loop-epoll_fd 
= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted

** Changed in: qemu-kvm (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  qemu crash in rootstock second step during Setting up console-setup
  (1.34ubuntu15) (log reported in bootstrap.log)

-- 
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 dependancy broken for lucid

2011-02-08 Thread Clint Byrum
Re: the linked branch, here is a quick review of things I'd suggest
changing:

* I understand that the package doesn't use debhelper. But to repeat all
of the hard work that has gone into dh_installinit would be asking for
bugs later. So you'd also need to add debhelper to the build-depends.
After that add a call to dh_installinit and the #DEBHELPER# tag to the
end of postinst. Also if you do this, the files are named incorrectly.
Rename *.conf to nis.*.upstart . This will trigger dh_installinit to do
its magic. Then you can remove all of the lines that install the upstart
files in /etc/init.

* start/stop/reload/restart $job in maintainer scripts is going to cause
issues. You should at the very least use invoke-rc.d, per Debian Policy
9.3.3. Further, this is all handled by dh_installinit...

* the removal of the old /etc/init.d/nis may accidentally remove the
user's local changes to said file, which is in fact a conffile and so
must be handled delicately. dh_installinit handles this as well, as long
as you don't pass --upstart-only, which you wouldn't as that is only for
things that are upstart specific (like wait jobs).

* default env values can and should be set with env stanzas.. so
instead of putting START_YPBIND=false in the first lines of pre-
start.. just put   env START_YPBIND=false  in the upstart job. This is
really just a nit.. as this just makes the job run a tiny bit faster
(these variables are parsed out at job load time by upstart instead of
by the shell).

* changelog target should be natty since we'll have to fix this there
first.

* Given the previous discussions, each of these needs a wait job that is
started and waited for by anything needing NIS. One easy way to get
most of the jobs out there is by blocking runlevel 2. This would work:

# ypbind-wait
start on starting rc RUNLEVEL=2
stop on started ypbind or stopped ypbind

env WAITER=
instance $WAITER$UPSTART_EVENTS
task
normal ext 2

script
  ... normal wait job stuff

The instance argument allows anything that is started before runlevel 2
to block on ypbind as well by doing:

start ypbind-wait WAITER=autofs

This will work as a stop gap until we solve the issue more elegantly
with exported variables and a generic waiter job.


** Tags added: upstart

-- 
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 dependancy broken for lucid

-- 
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 715232] Re: File system corruption with =2TB virtio disks

2011-02-08 Thread Mark Deneen
*** This bug is a duplicate of bug 574665 ***
https://bugs.launchpad.net/bugs/574665

Serge,

You are correct -- this appears to be a duplicate.  In the mean time, I
will be running 0.12.5 on my servers.

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

Title:
  File system corruption with =2TB virtio disks

-- 
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 644961] Re: qemu crash in rootstock second step during Setting up console-setup (1.34ubuntu15) (log reported in bootstrap.log)

2011-02-08 Thread Loïc Minier
I reproduce this with:
sudo qemu-debootstrap --arch armel natty natty-armel 
http://ports.ubuntu.com/ubuntu-ports
sudo chroot natty-armel /bin/bash
echo 'deb http://ports.ubuntu.com/ubuntu-ports natty main'  
/etc/apt/sources.list
apt-get update
apt-get install --reinstall console-setup
[...]
Unpacking replacement console-setup ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up console-setup (1.57ubuntu5) ...
qemu: Unsupported syscall: 250
plymouth: ply-event-loop.c:466: ply_event_loop_new: Assertion `loop-epoll_fd 
= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted (core dumped)
Unknown name $sun_t6_custom

I think plymouth does some epoll_create, that returns ENOSYS or fails or
another reason, so it aborts.

I'm moving this to qemu-linaro as to implement epoll_create -- I think
we do have this on ARM nowadays.

** Package changed: qemu-kvm (Ubuntu) = qemu-linaro (Ubuntu)

** Summary changed:

- qemu crash in rootstock second step during Setting up console-setup 
(1.34ubuntu15) (log reported in bootstrap.log)
+ Missing emulation for epoll_create syscall

** Also affects: qemu-linaro
   Importance: Undecided
   Status: New

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

Title:
  Missing emulation for epoll_create syscall

-- 
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 715209] Please sync rabbitmq-server 2.3.1-1 from Debian unstable

2011-02-08 Thread Jonathan Riddell
2011-02-08 18:48:49 INFO  - rabbitmq-server_2.3.1-1.dsc: downloading from 
http://ftp.debian.org/debian/
[Updating] rabbitmq-server (2.2.0-1 [Ubuntu]  2.3.1-1 [Debian])
 * Trying to add rabbitmq-server...
2011-02-08 18:48:49 INFO  - rabbitmq-server_2.3.1-1.diff.gz: downloading 
from http://ftp.debian.org/debian/
2011-02-08 18:48:49 INFO  - rabbitmq-server_2.3.1.orig.tar.gz: downloading 
from http://ftp.debian.org/debian/
I: rabbitmq-server [main] - rabbitmq-server_2.2.0-1 [main].


** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Fix Released

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

Title:
  Please sync rabbitmq-server 2.3.1-1 from Debian unstable

-- 
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 714542] Re: prTable reports running processes as NOT running on Ubuntu 8.04 LTS

2011-02-08 Thread Chuck Short
This has been fixed in hardy but i have nominated for hardy.

** Also affects: net-snmp (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Natty)
   Importance: Low
   Status: Incomplete

** Changed in: net-snmp (Ubuntu Natty)
   Status: Incomplete = Fix Released

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

Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

-- 
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 714542] Re: prTable reports running processes as NOT running on Ubuntu 8.04 LTS

2011-02-08 Thread Chuck Short
** Changed in: net-snmp (Ubuntu Hardy)
   Importance: Undecided = Low

** Changed in: net-snmp (Ubuntu Hardy)
   Status: New = Triaged

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

Title:
  prTable reports running processes as NOT running on Ubuntu 8.04 LTS

-- 
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 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-02-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~bkbox/ubuntu/maverick/munin/fix-for-699967

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

Title:
  Empty list of plugins/services with hostname containing uppercase
  letters

-- 
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 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-02-08 Thread BK Box
SRU: minimal patch for Maverick has been submitted in bzr

Nominating for SRU, fulfills: (1) have an obviously safe patch and (2)
affect an application rather than critical infrastructure packages

The fix is from upstream and has been verified in Natty.

** Description changed:

  Binary package hint: munin
  
  I've upgraded my munin-node instance on my OpenVZ hardware node to
  1.4.5-1 from Debian testing, but this caused the list of services to be
  empty (via telnet localhost 4949, then list).
  
  Downgrading to 1.4.4-1~blueyedppa2 (basically a backport of 1.4.4-1 from
  Debian).
  
  There are plugins installed (quite a lot), and I can run them manually
  using munin-run.
+ 
+ TEST CASE:
+ 
+ Install a new machine with uppercase letters in the hostname 
(Maverick.example.com) and install munin-node then run the following commands:
+ # telnet localhost 4949
+  nodes
+  list Maverick.example.com
+ 
+ or run
+ 
+ # su - munin --shell=/bin/bash -c munin-cron

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

Title:
  Empty list of plugins/services with hostname containing uppercase
  letters

-- 
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 715056] Re: invalid ssl-certificates in /etc/postfix/main.cf after security upgrade

2011-02-08 Thread eiver
It also altered a number of other things in my config.

List of altered things:
smtpd_sasl_path
smtpd_sender_restrictions
smtpd_recipient_restrictions
smtpd_tls_key_file
smtpd_tls_cert_file
mailbox_command
smtpd_sasl_authenticated_header
smtpd_use_tls
smtp_use_tls
smtpd_tls_received_header
smtpd_tls_mandatory_protocols
smtpd_tls_mandatory_ciphers
tls_random_source

... which rendered my server completely broken, luckily I do regular backups of 
entire /etc
Is there any chance that other files were also modified in a similar way?

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

Title:
  invalid ssl-certificates in /etc/postfix/main.cf after security
  upgrade

-- 
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 302148] Re: Installing wine starts winbindd as a daemon

2011-02-08 Thread Etienne Goyer
As Thierry and Anders pointed out above, this might be causing breakage.
See bug #605326, for example.

Considering we are installing recommended package by default, this ought
to be reviewed.  I think winbind should be made a Suggests of wine
instead, since the NTLM authentication feature is not something most
users will actually need or want.  That's what Debian does too.

I do not see how this could be fixed in samba.  Spinning ntlm_auth in
its own package would not help, as it would (likely) depends in turn on
winbind.  I am retargeting this bug to wine again (sorry, Scott) so it
can get some discussion.

** Package changed: samba (Ubuntu) = wine (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/302148

Title:
  Installing wine starts winbindd as a daemon

-- 
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 714667] Re: Upstream to 0.8.7 for natty

2011-02-08 Thread Serge Hallyn
Proposed package is built at ppa:serge-hallyn/virt.  I intend to test a
bit and then seek sponsorship for the package.

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

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

Title:
  Upstream to 0.8.7 for natty

-- 
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 715056] Re: invalid ssl-certificates in /etc/postfix/main.cf after security upgrade

2011-02-08 Thread Tim Kuijsten
The git diff I posted before is a complete diff from the /etc directory
before the upgrade, and after the upgrade (using the package etckeeper).

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

Title:
  invalid ssl-certificates in /etc/postfix/main.cf after security
  upgrade

-- 
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 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-02-08 Thread Daniel Hahler
Regarding the SRU for Maverick:
The following issues have been found by ari-tczew looking at the patch 
(#ubuntu-motu):
 - debian/changelog should have maverick-proposed as pocket instead of maverick
 - you are patching node/lib/Munin/Node/Server.pm directly, instead of using 
the patch system (where you are referring to upstream_bug_952.patch, but not 
including it). Please add the patch instead of patching the source directly.

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

Title:
  Empty list of plugins/services with hostname containing uppercase
  letters

-- 
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 407173] Re: openssh: Please set traffic class on IPv6 packets

2011-02-08 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: New = Confirmed

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

Title:
  openssh: Please set traffic class on IPv6 packets

-- 
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 715579] [NEW] krb5-kdc-ldap plugin crashes krb5-kdc sometimes when password policy is set

2011-02-08 Thread Mark Deneen
Public bug reported:

Binary package hint: krb5-kdc

I have a krb5kdc server running, using openldap as a data store.  This
works great and, for most clients, it is fine.  I have a password policy
set as follows:


krbMaxPwdLife: 3628800
krbMinPwdLife: 0
krbPwdMinDiffChars: 1
krbPwdMinLength: 6
krbPwdHistoryLength: 3
krbPwdMaxFailure: 20
krbPwdFailureCountInterval: 0
krbPwdLockoutDuration: 8


I have a zimbra server running, configured to use kerberos5 for authentication. 
 This appears to be working.  I left a mail client (Thunderbird) running, 
periodically checking for new messages.  After a few hours, krb5kdc crashed.  I 
ran it through strace and found the following:


krb5kdc:  ../../../../../ src/plugins/kdb/ldap/libkdb_ldap/lockout.c:161:  
krb5_ldap_lockout_audit: Assertion '!locked_check_p(context, stamp, max_fail, 
lockout_duration, entry)' failed..

I took a peek at the code, but the assertion line didn't mean that much
to me.  It did point me to the krbPwdLockoutDuration setting.  Looking
at it now, I sure hope that it represents minutes.

Regardless, it shouldn't be possible to crash the KDC and I can now do
it very reliably.  Any idea what the assertion is checking for and what
I can do to prevent this from happening?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: krb5-kdc-ldap 1.8.1+dfsg-2ubuntu0.4
ProcVersionSignature: Ubuntu 2.6.32-23.37-server 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-server x86_64
Architecture: amd64
Date: Tue Feb  8 22:53:43 2011
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: krb5

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


** Tags: amd64 apport-bug lucid

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

Title:
  krb5-kdc-ldap plugin crashes krb5-kdc sometimes when password policy
  is set

-- 
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 715579] Re: krb5-kdc-ldap plugin crashes krb5-kdc sometimes when password policy is set

2011-02-08 Thread Mark Deneen


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

Title:
  krb5-kdc-ldap plugin crashes krb5-kdc sometimes when password policy
  is set

-- 
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 703811] Re: kvm guest's cpu usage with virtio storage driver goes up to 100% because of flush process

2011-02-08 Thread Roman R
Have You tried the virt-manager and do You still need my confs?
Sorry, i was away for a while.

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

Title:
  kvm guest's cpu usage with virtio storage driver goes up to 100%
  because of flush process

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