[Bug 713002] Re: Impossible to disable IPv4

2011-02-05 Thread Colin Watson
** Also affects: openssh (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

2011-02-05 Thread Colin Watson
Fixed in newer releases, as you say.  I suspect that this may be the
upstream commit responsible for fixing it, which would mean that it was
fixed in OpenSSH 4.9p1:

  http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5290

I've applied this patch to version 1:4.7p1-8ubuntu2~ppa1 in this
archive:

  https://launchpad.net/~cjwatson/+archive/openssh

Could you please try it out and report whether it fixes this problem?

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

** Changed in: openssh (Ubuntu Hardy)
   Importance: Undecided = Medium

** Changed in: openssh (Ubuntu Hardy)
   Status: New = Triaged

** Changed in: openssh (Ubuntu Hardy)
 Assignee: (unassigned) = Colin Watson (cjwatson)

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

2011-02-05 Thread /usr/local/dick
Confirmed, the patched version works as expected, both options actually
work!

-- 
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 713646] [NEW] IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson
Public bug reported:

Binary package hint: munin

The ip_ plugin in 1.4.5-3ubuntu2 fails to handle IPv6 addresses when
/bin/sh is being linked to dash.

Ways to reproduce, assuming the local IPv6 address being
2001:16d8:cc88:0:223:aeff:feb1:b64.

root@stilgar:~# ip6tables -I OUTPUT -s 2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ip6tables -I INPUT -d 2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ln -s /usr/share/munin/plugins/ip_ 
/etc/munin/plugins/ip_2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2011-02-05 14:34 /bin/sh - dash
export MUNIN_LIBDIR=/usr/share/munin
root@stilgar:~# /etc/munin/plugins/ip_2001\:16d8\:cc88\:0\:223\:aeff\:feb1\:b64 
eval: 1: Syntax error: ( unexpected
root@stilgar:~# ln -sf /bin/bash /bin/sh
root@stilgar:~# /etc/munin/plugins/ip_2001\:16d8\:cc88\:0\:223\:aeff\:feb1\:b64 
in.value 239782
out.value 102625
root@stilgar:~#

This being where the problem arise

case $IP in
*:*) # I know this! This is IPv6!
# This is a fun hack to make the plugin ip6 compatible.
# Suggested in ticket #439 by jodal.
eval 'function iptables() {
/sbin/ip6tables $@
}'
;;
esac

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: munin-node 1.4.5-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
Date: Sat Feb  5 14:21:56 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110201.2)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LC_MESSAGES=sv_SE.utf8
 LANG=sv_SE.UTF-8
 LANGUAGE=sv_SE:sv:en_GB:en
SourcePackage: munin

** Affects: munin
 Importance: Unknown
 Status: Unknown

** Affects: munin (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug natty

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson

** Bug watch added: munin-monitoring.org/ #1009
   http://munin-monitoring.org/ticket/1009

** Also affects: munin via
   http://munin-monitoring.org/ticket/1009
   Importance: Unknown
   Status: Unknown

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson
Marking the bug as triaged, given that it has both been confirmed and
fixed upstream. The fix, making the plugin explicitly use bash, has been
committed to svn and is scheduled to be part of munin 1.4.6.

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

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

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Bug Watch Updater
** Changed in: munin
   Status: Unknown = Fix Released

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 706945] Re: php5-fpm package does not include a logrotate file

2011-02-05 Thread Ondřej Surý
 php5-fpm has been removed from upstream so im closing this bug.

Upstream svn doesn't agree with you.

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

Title:
  php5-fpm package does not include a logrotate file

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
Yes, you do seem to have a conflict between apache and lighttpd, yet
that isn't what causes the installation of backuppc to fail. Here we
have the relevant error message

 * Starting backuppc...
2011-02-04 16:32:11 Can't create a test hardlink between a file in 
/var/lib/backuppc/pc and /var/lib/backuppc/cpool.  Either these are different 
file systems, or this file system doesn't support hardlinks, or these 
directories don't exist, or there is a permissions problem, or the file system 
is out of inodes or full.  Use df, df -i, and ls -ld to check each of these 
possibilities. Quitting...
invoke-rc.d: initscript backuppc, action start failed.
dpkg: error processing backuppc (--configure):
 subprocess installed post-installation script returned error exit status 1

See also bug #445154.

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 713704] [NEW] etckeeper is not run on apt-get remove or apt-get purge

2011-02-05 Thread Neal McBurnett
Public bug reported:

Binary package hint: etckeeper

etckeeper is not run during an apt-get remove or apt-get purge like it
is during an apt-get install.

This means that the version control system doesn't specifically track
the changes in /etc that result from removing packages.

I'm using a hook in
 /etc/etckeeper/commit.d/20mirror-outside-files

to also track the grub configuration changes in /boot as described in

 http://serverfault.com/questions/211425/can-etckeeper-be-used-to-track-
config-files-outside-of-etc/225233#225233

and this means that e.g. after removing old kernels and modules the
resulting changes in grub.conf are not tracked.  At best they would be
caught on the next cron run, but the logs won't be very helpful for
figuring out why the changes occurred.

I think etckeeper should be run during any apt-get activity which might
change files in /etc.

It would also be helpful if the commit messages reflected as much as
possible what the command line was (i.e. which packages the user
intended to in install, vs which were pulled in automatically).

I'm running Ubuntu 10.04 - Lucid

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

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

Title:
  etckeeper is not run on apt-get remove or apt-get purge

-- 
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 253230] Re: qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not working)

2011-02-05 Thread Mosudi
Ubuntu 10.04

When starting kvm or qemu under vdeq

vdeq qemu -sda1 qemu-image -m 128
NOTE: vdeq is now DEPRECATED -- both QEMU and KVM have native support for
  VDE. This binary will be removed soon from the distribution, consider
  stopping using it.

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

Title:
  qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not
  working)

-- 
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 662068] Re: Removing the offending host key when a server updates should be easier

2011-02-05 Thread Andreas Olsson
As of openssh 1:5.6p1-2ubuntu3 (natty) at least the the ssh-keygen -R
trick has been added.

andreas@stilgar:~$ ssh lucy
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
d1:1b:19:4c:2d:51:b0:18:e2:e4:c3:19:ad:9c:24:9d.
Please contact your system administrator.
Add correct host key in /home/andreas/.ssh/known_hosts to get rid of this 
message.
Offending RSA key in /home/andreas/.ssh/known_hosts:175
  remove with: ssh-keygen -f /home/andreas/.ssh/known_hosts -R lucy
RSA host key for lucy has changed and you have requested strict checking.
Host key verification failed.
andreas@stilgar:~$

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

Title:
  Removing the offending host key when a server updates should be easier

-- 
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 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2011-02-05 Thread Christopher M. Penalver
Confirmed in Ubuntu 11.04 virt-manager guest, LibreOffice Calc, in a
Ubuntu 10.10 host. The impact is minimal as the Calc file opens fine
anyways, despite the crash.

WORKAROUND: Run Calc from the Terminal with the -nologo switch:
localc -nologo (FILE)

md5sum natty-desktop-i386.iso
3185a6c65bc6a197dddc8bbcb8a7e3a6

Guest:

lsb_release -rd
Description:Ubuntu natty (development branch)
Release:11.04

apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.0-1ubuntu1
  Candidate: 1:3.3.0-1ubuntu1
  Version table:
 *** 1:3.3.0-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
/var/lib/dpkg/status

Host:

lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

apt-cache policy virt-manager
virt-manager:
  Installed: 0.8.4-7ubuntu1.1
  Candidate: 0.8.4-7ubuntu1.1
  Version table:
 *** 0.8.4-7ubuntu1.1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.8.4-7ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 0.12.5+noroms-0ubuntu7.1
  Candidate: 0.12.5+noroms-0ubuntu7.1
  Version table:
 *** 0.12.5+noroms-0ubuntu7.1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.12.5+noroms-0ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

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

Title:
  oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

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


Re: [Bug 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread John Brown
Andreas

Many thanks for pointing me back to the detail of the error report
itself.

I've run the checks it suggests (df. df -i, etc) and include for your
information a copy of the output of the terminal session showing (as far as
I can tell) that there was no essential problem beyond the fact that the
directory *cpool* had not been created. I created this directory. I then
disabled all other web servers and got Apache2 running OK.

Anyway, I then tried to reinstall BackupPC from Ubuntu Software Centre but
the exact same thing occurred - same error Unable to make hard link...
etc.  I thought it could just be a permissions problem, so for simplicity 
speed I changed directory to /var/lib/backuppc and did a quick:

*root@jb:/var/lib/backuppc#*chmod 777 pc cpool


After doing this, I *was* able to start the program with:

*root@jb:/var/lib/backuppc#* /etc/init.d/backuppc start


and check into it with the web interface well, now, of course, I need to
re-read the documentation to find out how to locate the password to let me
in! Either that or reinstall the software and hope that with a successful
install the password will be shown on-screen... Ah well, at least with your
help I seem to have detected the main problem... permissions.

I've also had a look at the other bug report you pointed to and I conclude
that I have achieved the same outcome by a different method (i.e. I made the
directories everyone's rather than root's or the usual user's). My
approach is a bit of a blunt instrument and absolutely _not_ recommended for
production use! But it's fine for testing purposes.

Of course, the recent Linux Format magazine article [Issue LXF142 March
2011, page 43]  *did* suggest that BackupPC's configuration is not for the
faint-hearted :-). I only thought about using this program because it would
allow me to back up my laptop to a NAS drive; many backup programs assume
you want to backup to a physically-connected USB hard drive. So I may be as
well-off in the long run sticking with Backup-Manager - or even using mc
instead. Equally, it's no sweat to use a variant of ftp (eg ncftp does
things quite nicely) to do the job. It's just I can never resist the chance
to explore another bit of excellent free software :-)

Thanks again for your interest and advice.

John

On 5 February 2011 15:42, Andreas Olsson andr...@arrakis.se wrote:

 Yes, you do seem to have a conflict between apache and lighttpd, yet
 that isn't what causes the installation of backuppc to fail. Here we
 have the relevant error message

  * Starting backuppc...
 2011-02-04 16:32:11 Can't create a test hardlink between a file in
 /var/lib/backuppc/pc and /var/lib/backuppc/cpool.  Either these are
 different file systems, or this file system doesn't support hardlinks, or
 these directories don't exist, or there is a permissions problem, or the
 file system is out of inodes or full.  Use df, df -i, and ls -ld to check
 each of these possibilities. Quitting...
 invoke-rc.d: initscript backuppc, action start failed.
 dpkg: error processing backuppc (--configure):
  subprocess installed post-installation script returned error exit status 1

 See also bug #445154.

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

 Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

 Status in “backuppc” package in Ubuntu:
  New

 Bug description:
  Binary package hint: backuppc

  I was using Ubuntu Software Centre to install BackupPC, but the script
  failed. I suspect it was because although I'd installed Apache, I had
  not yet set up Apache2 config files -  I've been using lighttpd
  instead. So when the script tried to restart the web server it failed.
  Maybe a bit more clarity about the dependencies on the Info page would
  be useful. I'll try to get Apache2 working properly and then do a re-
  install from Ubuntu Software Centre.

  John

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: backuppc 3.1.0-9ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic i686
  Architecture: i386
  Date: Fri Feb  4 16:32:12 2011
  ErrorMessage: subprocess installed post-installation script returned error
 exit status 1
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  PackageArchitecture: all
  SourcePackage: backuppc
  Title: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/713204/+subscribe



** Attachment added: terminal_session.txt
   
https://bugs.launchpad.net/bugs/713204/+attachment/1832648/+files/terminal_session.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, 

[Bug 397393] Re: can't bind to ::1

2011-02-05 Thread Logain Smith
Same problem with Ubuntu 10.04 and latest Apache with IPv6 enabled:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.2 LTS
Release:10.04
Codename:   lucid

$ uname -a
Linux 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 
GNU/Linux

$ apache2 -v
Server version: Apache/2.2.14 (Ubuntu)
Server built:   Nov 18 2010 21:17:19

$ cat /etc/apache2/apache2.conf | grep Listen
Listen 0.0.0.0:81 #this line works
Listen [::]:8765 #this line breaks

$ sudo /etc/init.d/apache2 start
[crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed 
to set up sockaddr for ::
Syntax error on line 41 of /etc/apache2/apache2.conf:
Listen setup failed

$ ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.005 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.004 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.005 ms
64 bytes from ::1: icmp_seq=4 ttl=64 time=0.000 ms
--- ::1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.000/0.000/0.000/0.000 ms

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

Title:
  can't bind to ::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 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
@Serge, where is located that PPA with Lucid's libvirt package fixed, so
I can test it too?

Do you know when this it's going to be SRU'd? It's been a lot of time
since Lucid (LTS) is out and this bug is *very* annoying. :-/

Thanks

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

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
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 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
I have another question,

Putting pre-up ifconfig eth0 hw ether 00:00:00:00:00:01 in the
interfaces config file, like Carlos did, is a workaround to the bug?

Just to clarify :-)

Regards

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

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
*** This bug is a duplicate of bug 445154 ***
https://bugs.launchpad.net/bugs/445154

Yeah, seems like you are running into the same permission issues as in
bug #445154. Marking this report as a duplicate.

** This bug has been marked a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
 * You can subscribe to bug 445154 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/445154/+subscribe

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
** This bug is no longer a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
Never mind that about the duplicate. While there are similarities to
comments later on, your issue isn't the same as the original issue
reported in that bug report.

Looking closer at your term log I see that there are no mention of any
backuppc user being created? Have you had backuppc installed before on
that system?

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 662068] Re: Removing the offending host key when a server updates should be easier

2011-02-05 Thread Clint Byrum
Nice, thanks Andreas for noticing that.

And thanks Colin Watson for the fix:

openssh (1:5.7p1-2ubuntu1) natty; urgency=low

  * Resynchronise with Debian experimental.  Remaining changes:
- Add support for registering ConsoleKit sessions on login.
- Drop openssh-blacklist and openssh-blacklist-extra to Suggests.
- Convert to Upstart.  The init script is still here for the benefit of
  people running sshd in chroots.
- Install apport hook.
- Add mention of ssh-keygen in ssh connect warning.
- Make openssh-server recommend ssh-import-id.

 -- Colin Watson cjwat...@ubuntu.com  Thu, 27 Jan 2011 12:20:29 +


Marking Fix Released.

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

** Changed in: server-papercuts
   Status: New = Fix Released

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

Title:
  Removing the offending host key when a server updates should be easier

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
** Changed in: backuppc (Ubuntu)
   Status: New = Incomplete

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 289311] Re: Not clear what delimiter to use when configuring exim4 listen interfaces

2011-02-05 Thread Clint Byrum
The message as of right now is:


IP-addresses to listen on for incoming SMTP connections:
 Please enter a semicolon-separated list of IP addresses. The Exim SMTP
 listener daemon will listen on all IP addresses listed here.

It has been that way since at least 4.63-9. The additional help seems
the right place to put this.

That said, this field should be easy to validate, as it sounds like only
components of ipv6 or ipv4 addresses are allowed, and semi-colon.

I've forwarded this to the debian BTS as thats probably a better place
to address this.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612103

Marking Triaged, setting Importance to Wishlist.

** Bug watch added: Debian Bug tracker #612103
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612103

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

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

** Also affects: exim4 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612103
   Importance: Unknown
   Status: Unknown

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

Title:
  Not clear what delimiter to use when configuring exim4 listen
  interfaces

-- 
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 443227] Re: cman

2011-02-05 Thread Clint Byrum
venu, apt daemon or something else may have been running at the same
time:


debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable


Please retry the operation (as I'm sure you've done by now since this as 18+ 
months ago.

Closing w/ status Invalid.

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

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

Title:
  cman

-- 
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 307403] Re: Installing postfix therefore deleting exim4 didn't work

2011-02-05 Thread Clint Byrum
Hi simmel,

I know this has been open a long time. Are you still affected by it? Can
you elaborate on didn't work. Specifically:

1. What steps did you take to produce the problem.
2. What did you expect to happen
3. What actually happend?

Marking Incomplete pending response.

** 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/307403

Title:
  Installing postfix therefore deleting exim4 didn't work

-- 
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 713855] [NEW] Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona
Public bug reported:

Binary package hint: exim4

exim4 (4.74-1) experimental; urgency=low

  * 4.74 release, should build on hurd again.
  * Fix some lintian --pedantic issues: copyright-refers-to-symlink-license
maintainer-script-without-set-e debian-control-has-unusual-field-spacing

 -- Andreas Metzler ametz...@debian.org  Sat, 29 Jan 2011 15:39:51
+0100

exim4 (4.74~rc2-1) experimental; urgency=low

  * In spf example use spf-tools-perl's spfquery instead of the one from
libmail-spf-query-perl. Do not try to use unimplemented best-guess
support. Update Suggests accordingly. Closes: #608336
  * Add headers in ACL by using the add_header modifier instead of message.
(This modifier has been available since 4.61.) Closes: #609308
  * New upstream version.
+ includes the fix for CVE-2011-0017
+ If a non-debug daemon was invoked with a non-whitelisted macro, then
  logs from after attempting delivery would be silently lost, including
  for successful delivery.  This log-loss bug was introduced in 4.73
  as part of the security lockdown. Closes: #610611
+ Update some patches.

 -- Andreas Metzler ametz...@debian.org  Sun, 23 Jan 2011 14:02:36
+0100

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

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 708023] Re: exim 4.74 released fixes CVE-2011-0017

2011-02-05 Thread Artur Rona
** Changed in: exim4 (Ubuntu)
 Assignee: (unassigned) = Artur Rona (ari-tczew)

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

Title:
  exim 4.74 released fixes CVE-2011-0017

-- 
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 713855] Re: Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona

** Patch added: debian-ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/713855/+attachment/1832999/+files/debian-ubuntu.debdiff

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 713855] Re: Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona
Want to be sponsored by Kees Cook!

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

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

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 713869] [NEW] wrong permissions in samba shares are not properly reported

2011-02-05 Thread Manuel López-Ibáñez
Public bug reported:

Binary package hint: samba

If I want to share a directory using samba

/home/manu/Music

but /home/manu has permissions rwxrwx---,

smbclient fails with the following error:

tree connect failed: NT_STATUS_BAD_NETWORK_NAME

which does not help at all to understand the issue.

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

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

Title:
  wrong permissions in samba shares are not properly reported

-- 
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 713869] Re: wrong permissions in samba shares are not properly reported

2011-02-05 Thread Manuel López-Ibáñez
Dolphin only says that the folder does not exist.

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

Title:
  wrong permissions in samba shares are not properly reported

-- 
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 676508] Re: Lucid won't share printers via samba

2011-02-05 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Lucid won't share printers via samba

-- 
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 676508] Re: Lucid won't share printers via samba

2011-02-05 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

** Changed in: cups (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Lucid won't share printers via samba

-- 
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 618633] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2011-02-05 Thread leoave
** Changed in: samba (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove:
  subprocess installed post-removal 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 712878] Re: KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

2011-02-05 Thread Brian Knoll
Could you please tell us if the VMs that won't boot are SMP VMs?  I know
it's the SMP kernel but what I mean is, is KVM giving the VM more than
one CPU?  If they are SMP VMs, could you please try to make them single-
CPU and try to boot them, then let us know what happens?  I am seeing a
bug with Linux SMP guests under KVM which causes boot failures and
random hangs, and I wonder if it's related.

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

Title:
  KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

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


Re: [Bug 712878] Re: KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

2011-02-05 Thread William King
The guests were single cpu server kernel, more info tomorrow.
On Feb 5, 2011 10:55 PM, Brian Knoll 712...@bugs.launchpad.net wrote:
 Could you please tell us if the VMs that won't boot are SMP VMs? I know
 it's the SMP kernel but what I mean is, is KVM giving the VM more than
 one CPU? If they are SMP VMs, could you please try to make them single-
 CPU and try to boot them, then let us know what happens? I am seeing a
 bug with Linux SMP guests under KVM which causes boot failures and
 random hangs, and I wonder if it's related.

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

 Title:
 KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

 Status in Virtual Machine Builder:
 New
 Status in “kvm” package in Ubuntu:
 New

 Bug description:
 Binary package hint: kvm

 The last working guest was provisioned on Jan 5th, 2011. Just tried to
 provisioned another guest with vmbuilder and it fails to boot.

 On the host:
 uname -a
 Linux thedraft 2.6.35-25-server #44-Ubuntu SMP Fri Jan 21 19:09:14 UTC
2011 x86_64 GNU/Linux

 head /proc/cpuinfo
 processor : 0
 vendor_id : AuthenticAMD
 cpu family : 16
 model : 9
 model name : AMD Opteron(tm) Processor 6128
 stepping : 1
 cpu MHz : 800.000
 cache size : 512 KB
 physical id : 0
 siblings : 8

 dpkg -l |grep qemu
 ii qemu-common 0.12.5+noroms-0ubuntu7.1 qemu common functionality (bios,
documentation, etc)
 ii qemu-kvm 0.12.5+noroms-0ubuntu7.1 Full virtualization on i386 and amd64
hardware

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/vmbuilder/+bug/712878/+subscribe

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

Title:
  KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

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