[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


Re: server keeps updating openjdk

2011-02-08 Thread Carsten Aulbert
Hi

On Tuesday 08 February 2011 10:46:09 Tapas Mishra wrote:
 
 Yes this does work for me and I have the file with me.
 But where do I put it?
 

/var/cache/apt/archives

Cheers

Carsten

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 3:21 PM, Carsten Aulbert
carsten.aulb...@aei.mpg.de wrote:
 Hi

 On Tuesday 08 February 2011 10:46:09 Tapas Mishra wrote:

 Yes this does work for me and I have the file with me.
 But where do I put it?


 /var/cache/apt/archives

 Cheers

 Carsten



I did as you said here and then again did aptitude safe-upgrade things
finished with some errrors,
my virt-manager stopped working here

 dependency problems - leaving unconfigured
Errors were encountered while processing:
 dbus
 hal
 libvirt-bin
 udisks
 consolekit
 dbus-x11
 grub-pc
 linux-image-2.6.32-28-server
 avahi-daemon
 uec-component-listener
 avahi-utils
 eucalyptus-common
 eucalyptus-java-common
 gnome-keyring
 eucalyptus-walrus
 eucalyptus-nc
 eucalyptus-gl
 eucalyptus-cc
 eucalyptus-cloud
 linux-image-server
 linux-server
 eucalyptus-sc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done


Now after this update when do an SSH to the system and
type virt-manager
I get following error





Unable to open a connection to the libvirt management daemon.

Libvirt URI is: qemu:///system

Verify that:
 - The 'libvirt-bin' package is installed
 - The 'libvirtd' daemon has been started
 - That you have access to '/var/run/libvirt/libvirt-sock'



after this I checked


 dpkg -s libvirt-bin
Package: libvirt-bin
Status: install ok unpacked
Priority: optional
Section: admin
Installed-Size: 2000
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Source: libvirt
Version: 0.7.5-5ubuntu27.8
Config-Version: 0.7.5-5ubuntu27
Depends: libapparmor1, libavahi-client3 (= 0.6.16), libavahi-common3
(= 0.6.16), libblkid1 (= 2.15~rc2-1ubuntu1), libc6 (= 2.8),
libcap-ng0, libdevmapper1.02.1 (= 2:1.02.20), libgcrypt11 (= 1.4.2),
libgnutls26 (= 2.7.14-0), libparted0debian1 (= 2.2-1), libpciaccess0
(= 0), libreadline6 (= 6.0), libsasl2-2, libudev0 (= 147), libuuid1
(= 2.16), libvirt0 (= 0.7.5-5ubuntu27.8), libxen3, libxml2 (=
2.7.4), upstart-job, adduser, logrotate, hal, bridge-utils,
netcat-openbsd, dnsmasq-base (= 2.46-1), iptables
Recommends: qemu-kvm (= 0.11.0-0ubuntu6)
Suggests: policykit-1, apparmor (= 2.3+1289-0ubuntu14)
Enhances: kvm, qemu, xen
Conffiles:
 /etc/apparmor.d/abstractions/libvirt-qemu eeda906157a83d5a4ff3f6b4314c4fec
 /etc/apparmor.d/libvirt/TEMPLATE b0dfa704c6297fd9a4e68f0137c6be88
 /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper 3ccee9d22c44130f58f8ceb3518c4135
 /etc/apparmor.d/usr.sbin.libvirtd 183e34e548d52d8fa919768d95703219
 /etc/cron.daily/libvirt-bin 8a6518c8f8082e9b2203f34215f8898e
 /etc/init/libvirt-bin.conf e0b61b177a91d459e7a7cfad8381b640
 /etc/default/libvirt-bin f40696fff3196096b3056c46f7c7ad23
 /etc/logrotate.d/libvirtd dad6136fdb3db0b781839a43f865fed9
 /etc/libvirt/libvirtd.conf aa61a2fe31f47c351927fbc38aefc9f2
 /etc/libvirt/lxc.conf d9ffe9ac12b7fb251fc5a7ab64775397
 /etc/libvirt/qemu/networks/default.xml b104f600c0e029c3d3412f5df6090a31
 /etc/libvirt/qemu.conf e727fc0f281be72a136d713872a96b54
 /etc/sasl2/libvirt.conf ef5f31dd25967d2de2a830bef486f97c
Description: the programs for the libvirt library
 Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes). The library aims at providing
 a long term stable C API for different virtualization mechanisms. It currently
 supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
 .
 This package contains the supporting binaries to use with libvirt
Homepage: http://libvirt.org
Original-Maintainer: Debian Libvirt Maintainers
pkg-libvirt-maintain...@lists.alioth.debian.org

The unfortunate part is all the Virtual Machines running on it are
production machines.
So this really needs to be resolved.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Carsten Aulbert
Hi

On Tuesday 08 February 2011 10:56:31 Tapas Mishra wrote:

 The unfortunate part is all the Virtual Machines running on it are
 production machines.
 So this really needs to be resolved.

and now I'm probably not being of much help anymore as I've never user virt-
manager in production, only on one machine where it automatically broke the 
networking seriously.

My guess is that virt-manager is currently not running or need to be 
configured somehow, but more than that, I do not know.

Sorry

Carsten

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 3:31 PM, Carsten Aulbert
carsten.aulb...@aei.mpg.de wrote:
 Hi

 On Tuesday 08 February 2011 10:56:31 Tapas Mishra wrote:

 The unfortunate part is all the Virtual Machines running on it are
 production machines.
 So this really needs to be resolved.

 and now I'm probably not being of much help anymore as I've never user virt-
 manager in production, only on one machine where it automatically broke the
 networking seriously.

 My guess is that virt-manager is currently not running or need to be
 configured somehow, but more than that, I do not know.

 Sorry

May be some one from Ubuntu server team watching this thread may note this

currently what is happening is when I do aptitude safe-upgrade
then following errors are being encountered

Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
The following partially installed packages will be configured:
  avahi-daemon avahi-utils consolekit dbus dbus-x11 eucalyptus-cc
  eucalyptus-cloud eucalyptus-common eucalyptus-gl eucalyptus-java-common
  eucalyptus-nc eucalyptus-sc eucalyptus-walrus gnome-keyring grub-pc hal
  libvirt-bin linux-image-2.6.32-28-server linux-image-server linux-server
  udisks uec-component-listener
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up linux-image-2.6.32-28-server (2.6.32-28.55) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.32-28-server
Running postinst hook script /usr/sbin/update-grub.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-28-server
Found initrd image: /boot/initrd.img-2.6.32-28-server
Found linux image: /boot/vmlinuz-2.6.32-21-server
Found initrd image: /boot/initrd.img-2.6.32-21-server
Found memtest86+ image: /boot/memtest86+.bin
/etc/grub.d/README: 2: All: not found
/etc/grub.d/README: 4: 00_*:: not found
/etc/grub.d/README: 5: 10_*:: not found
/etc/grub.d/README: 6: Syntax error: ( unexpected
User postinst hook script [/usr/sbin/update-grub] exited with value 2
dpkg: error processing linux-image-2.6.32-28-server (--configure):
 subprocess installed post-installation script returned error exit status 2
Setting up dbus (1.2.16-2ubuntu4.1) ...
The system user `messagebus' already exists. Exiting.
Failed to open connection to system message bus: Did not receive a
reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply
timeout expired, or the network connection was broken.
dpkg: error processing dbus (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of avahi-daemon:
 avahi-daemon depends on dbus (= 1.2.16-0ubuntu3); however:
  Package dbus is not configured yet.
dpkg: error processing avahi-daemon (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of avahi-utils:
 avahi-utils depends on avahi-daemon; however:
  Package avahi-daemon is not configured yet.
dpkg: error processing avahi-utils (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of consolekit:
 consolekit depends on dbus (= 1.1.2); however:
  Package dbus is not configured yet.
dpkg: error processing consolekit (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dbus-x11:
 dbus-x11 depends on dbus; however:
  Package dbus is not configured yet.
dpkg: error processing dbus-x11 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-keyring:
 gnome-keyring depends on dbus-x11; however:
  Package dbus-x11 is not configured yet.
dpkg: error processing gnome-keyring (--configure):
 dependency problems - leaving unconfigured
Setting up grub-pc (1.98-1ubuntu10) ...
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-28-server
Found initrd image: /boot/initrd.img-2.6.32-28-server
Found linux image: /boot/vmlinuz-2.6.32-21-server
Found initrd image: /boot/initrd.img-2.6.32-21-server
Found memtest86+ image: /boot/memtest86+.bin
File descriptor 3 (pipe:[15520517]) leaked on lvs invocation. Parent
PID 28870: /bin/sh
/etc/grub.d/README: 2: All: not found
/etc/grub.d/README: 4: 00_*:: not found
/etc/grub.d/README: 5: 10_*:: not found
/etc/grub.d/README: 6: Syntax error: ( unexpected
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of hal:
 hal depends on dbus (= 0.61); however:
  Package dbus is not configured yet.
dpkg: error processing hal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of 

Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 3:51 PM, Carsten Aulbert
carsten.aulb...@aei.mpg.de wrote:
 Hi

 On Tuesday 08 February 2011 11:13:50 Michael Zoet wrote:

 Nothing of that! Tapas needs first to fix his package dependency problems!
 libvirt does not work because there are some unresolved package
 dependencies...

 sh** I should have read the error message properly.

 Question remains what Tapas wanted to perform in the first place, is this an
 upgrade attempt from karmic to lucid or why could dbus break so badly?
It is already a lucid server I do not want to perform an update from
lucid to maverick just want to update the packages.
I have no clue to the dbus failed problem in my previous message.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 3:38 PM, Michael Zoet michael.z...@zoet.de wrote:

 Am Di, 8.02.2011, 10:56 schrieb Tapas Mishra:
 ...


 I did as you said here and then again did aptitude safe-upgrade things
 finished with some errrors,

 Why are you doing a safe-upgrade!!! In previous mails you should have
 realized that safe-upgrade is sometimes a bad choice! Do not use it if you
 have problems! First of all you need to fix your dbus installation problem
 on this system and after that you can go on. There are so much package
 dependencies for dbus that resolving this must be you priority.

I have searched this problem but I am not able to understand what to
do in this situation.

--

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 4:04 PM, Carsten Aulbert
carsten.aulb...@aei.mpg.de wrote:
 Hi

 On Tuesday 08 February 2011 11:29:00 Tapas Mishra wrote:

 I have searched this problem but I am not able to understand what to
 do in this situation.

 I think to find out you need to generate the correct error message.

 List of questions:
Ok thanks for pointing these out


 (1) What apt sources are you using? (/etc/apt/sources.list plus possibly
 anything under /etc/apt/sources.list.d)
To be able to have this message readable I posted the output here
or sources.list
http://paste.ubuntu.com/564379/
my sources.list.d file is blank


 (2) What did you do to get into this situation?
I do an aptitude safe-upgrade (which should just install the latest
packages of same release I do not want to change version of OS)

 (3) do you see anything in the files under /var/log indicating what's wrong?
I notice in daemon.log

 15:41:19mountd[1506]: Caught signal 15, un-registering and exiting.
Feb  6 00:04:03init: ssh main process (17340) terminated with status 255
Feb  8 15:54:27dnsmasq[13683]: started, version 2.52 cachesize 150
Feb  8 15:54:27dnsmasq[13683]: compile time options: IPv6
GNU-getopt DBus I18N DHCP TFTP
Feb  8 15:54:27dnsmasq-dhcp[13683]: DHCP, IP range 192.168.122.2
-- 192.168.122.254, lease time 1h
Feb  8 15:54:27dnsmasq[13683]: failed to access /etc/resolv.conf:
Permission denied
Feb  8 15:54:27dnsmasq[13683]: failed to load names from
/etc/hosts: Permission denied
Feb  8 15:54:30init: eucalyptus-nc main process ended, respawning

Feb  8 17:38:32init: last message repeated 29 times
Feb  8 17:39:32init: last message repeated 29 times
Feb  8 17:40:32init: last message repeated 29 times
Feb  8 17:41:32init: last message repeated 29 times
Feb  8 17:42:32init: last message repeated 29 times
Feb  8 17:43:32init: last message repeated 29 times
Feb  8 17:44:32init: last message repeated 29 times
Feb  8 17:45:32init: last message repeated 29 times
Feb  8 17:46:32init: last message repeated 29 times
Feb  8 17:47:33init: last message repeated 29 times
Feb  8 17:48:33init: last message repeated 30 times
Feb  8 17:49:33init: last message repeated 29 times
Feb  8 17:50:33init: last message repeated 29 times
Feb  8 17:51:33init: last message repeated 29 times


in /var/log/cron-apt/log

CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/universe/binary-amd64/Packages.bz2
 Hash Sum mismatch
W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/universe/source/Sources.bz2
 Hash Sum mismatch
E: Some index files failed to download, they have been ignored, or old
ones used instead.

and a file /var/log/apt/history.log

Start-Date: 2011-02-08  15:08:37
Install: linux-image-2.6.32-28-server (2.6.32-28.55)
Upgrade: linux-server (2.6.32.21.22, 2.6.32.28.32), smbfs
(3.4.7~dfsg-1ubuntu3.2, 3.4.7~dfsg-1ubuntu3.3), at (3.1.11-1ubuntu5,
3.1.11-1ubuntu5.1), libwbclient0 (3.4.7~dfsg-1ubuntu3.2,
3.4.7~dfsg-1ubuntu3.3), icedtea-6-jre-cacao (6b18-1.8-0ubuntu1,
6b20-1.9.5-0ubuntu1~10.04.1), openjdk-6-jre-headless
(6b18-1.8-0ubuntu1, 6b20-1.9.5-0ubuntu1~10.04.1), linux-firmware
(1.34, 1.34.3), samba-common (3.4.7~dfsg-1ubuntu3.2,
3.4.7~dfsg-1ubuntu3.3), samba (3.4.7~dfsg-1ubuntu3.2,
3.4.7~dfsg-1ubuntu3.3), linux-image-server (2.6.32.21.22,
2.6.32.28.32), samba-common-bin (3.4.7~dfsg-1ubuntu3.2,
3.4.7~dfsg-1ubuntu3.3)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2011-02-08  15:10:19

Start-Date: 2011-02-08  15:17:25
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2011-02-08  15:17:44

Start-Date: 2011-02-08  15:18:15
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2011-02-08  15:18:34

Start-Date: 2011-02-08  15:25:19
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2011-02-08  15:25:38



 (4) what is 'dpkg --configure -a' complaining about?
here is the output of above command


Setting up dbus (1.2.16-2ubuntu4.1) ...
The system user `messagebus' already exists. Exiting.
Setting up grub-pc (1.98-1ubuntu10) ...
Setting up linux-image-2.6.32-28-server (2.6.32-28.55) ...
Failed to open connection to system message bus: Did not receive a
reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply
timeout expired, or the network connection was broken.
dpkg: error processing dbus (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of hal:
 hal depends on dbus (= 0.61); however:
  Package dbus is not configured yet.
dpkg: error processing hal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libvirt-bin:
 libvirt-bin depends on hal; however:
  Package hal is not 

Re: server keeps updating openjdk

2011-02-08 Thread Michael Zoet

Am Di, 8.02.2011, 13:39 schrieb Tapas Mishra:




 (2) What did you do to get into this situation?
 I do an aptitude safe-upgrade (which should just install the latest
 packages of same release I do not want to change version of OS)


I think you misunderstood the use of safe-upgrade! A normal aptitude (or
apt-get or synaptic or dselect or what ever package management tool you
use) will NEVER (really NEVER) install a new major Ubuntu Version by
itself! That is something you have to trigger. Everytime you want to
update to a major you (or a script) has to change the sources.list for
that!

I think in your case by using the safe-upgrade option there where some
package dependency problems. You should have tried the full-upgrade
option! But now with a messed up kernel package it is a little bit
difficult to clean it up.

In your case I would download the kernel and dbus package manually and
install it with dpkg -i PATH_TOPACKAGE --force-XYZ. There are various
force options to force the package installation when an error occurred.
But be aware that this can be very dangerous to your system! Read the
manpage of dpkg carefully, especially the force options.

Hope this helps,

Michael






-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: server keeps updating openjdk

2011-02-08 Thread Tapas Mishra
On Tue, Feb 8, 2011 at 9:14 PM, Michael Zoet michael.z...@zoet.de wrote:

 Am Di, 8.02.2011, 13:39 schrieb Tapas Mishra:




 (2) What did you do to get into this situation?
 I do an aptitude safe-upgrade (which should just install the latest
 packages of same release I do not want to change version of OS)


 I think you misunderstood the use of safe-upgrade! A normal aptitude (or
 apt-get or synaptic or dselect or what ever package management tool you
 use) will NEVER (really NEVER) install a new major Ubuntu Version by
 itself! That is something you have to trigger. Everytime you want to
 update to a major you (or a script) has to change the sources.list for
 that!

 I think in your case by using the safe-upgrade option there where some
 package dependency problems. You should have tried the full-upgrade
 option! But now with a messed up kernel package it is a little bit
 difficult to clean it up.

 In your case I would download the kernel and dbus package manually and
 install it with dpkg -i PATH_TOPACKAGE --force-XYZ. There are various
 force options to force the package installation when an error occurred.
 But be aware that this can be very dangerous to your system! Read the
 manpage of dpkg carefully, especially the force options.

 Hope this helps,

 Michael





Michael thanks for your message.I do not want to do any more
experiment on my system.
I do have an old backup with all old copies which is about 15-20 days
old with an old kernel.
Right now every thing on my server is working perfectly fine.So I am
taking a strong backup right now.

Though right now every thing is working very fine.So I do not have any
plans of any more upgrades.
 Will restoring the old backup make any sense for my case or should I
leave it at this stage.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Looking for Feedback: Update mysql from 5.1 to 5.5

2011-02-08 Thread Chuck Short

Hi,

During the Ubuntu Server Team meeting I brought up the agenda item of 
upgrading mysql 5.1 in main to mysql 5.5. There are several reasons to 
do this:


* Its faster compared to mysql 5.1 (although I dont have any benchmarks)
* There are more bug fixes for mysql 5.5.
* Amazon is using it on the cloud images.
* Packages are nearly ready to be uploaded.
* Easier to maintain going forward.

Thoughts?

chuck

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam