[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2011-06-08 Thread deck...@gmail.com
Hello
I got this bug on my Kubuntu 10.10 and 11.04 machine
Adding this conf file solved the problem for me on Kubuntu 10.10, but on 11.04 
the bug is present even though the upstart job kicks off( the NAS is mounted) 
Other described solutions for the bug, which used to work on 10.10 does not on 
11.04 anymore. Hope this info helps
Here is the conf
description"Automounter on default network"
author

start on net-device-up IFACE!=lo
stop on networking stopping
stop on net-device-down IFACE!=lo

env wifiD=deckoff#SSID(name) ot the wireless network where the NFS is 
connected
env mIP=192.168.1.106#local IP of of the NFS
env mDIR=Public#default mounted dir
env lDIR=MyBookLive#the local place where the NFS is mounted to. The 
script mounts in a dir into /media/
env 
moptions=username=***,password=***,iocharset=utf8,file_mode=0777,dir_mode=0777,soft,noperm
#options for your mount - username, password, iochart etc


post-start script


wifi="'$(/sbin/iwconfig eth1 | egrep ESSID | cut -d '"' -f 2)'"

  if [ $wifi = "'$wifiD'" ]; 
then 
  mount -t cifs //$mIP/$mDIR /media/$lDIR -o $moptions
  fi
end script


post-stop script

sleep 2
umount /media/$lDIR -f

end script

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

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


[Bug 604593] [NEW] pam_unix "account" returns success on a user with an invalid shadow password.

2011-06-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

libpam-modules   1.1.1-2ubuntu5
on lucid amd64

The "account" module of pam_unix.so returns "success" if a user is known
by getpwnam but is not in /etc/shadow.

Typcial example is when LDAP is enabled both in PAM and NSS.

Give the default settings for common-account:

account [success=2 new_authtok_reqd=done default=ignore]pam_unix.so
account [success=1 default=ignore]  pam_ldap.so
account requisite   pam_deny.so
account requiredpam_permit.so


That means that above whatever account restrictions are in place for LDAP are 
ignored because for a user successfully *authenticated" via LDAP, the *unix* 
"account" module will return success and the account module of pam_ldap won't 
even get called (hence the "security vulnerability").

After investigation in the source code of pam_unix, it seems it is because the 
"account" module of pam_unix recognises an unknown user as a valid shadow user 
because getspnam(3) returns a dummy entry looking like:
{sp_namp = 0x20cfa08 "test", sp_pwdp = 0x20cfa0d "*", sp_lstchg = 14802, sp_min 
= -1, sp_max = -1, sp_warn = -1, sp_inact = -1, sp_expire = -1, sp_flag = 0}
for unknown users.

And the pam_unix code checks for a NULL pwdp but not a "*" one:

#0  get_account_info (pamh=0x20486f0, name=0x20484e0 "test", 
pwd=0x756e3a50, spwdent=0x756e3a58) at passverify.c:206
206 if (*spwdent == NULL || (*spwdent)->sp_pwdp == 
NULL)

** Affects: libpam-ldap (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
pam_unix "account" returns success on a user with an invalid shadow password.
https://bugs.launchpad.net/bugs/604593
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libpam-ldap in Ubuntu.

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


[Bug 604593] Re: pam_unix "account" returns success on a user with an invalid shadow password.

2011-06-08 Thread Steve Langasek
Thank you for reporting this issue and helping to improve Ubuntu.

This is not a bug in pam_unix, which is deliberately configured such
that a successful authorization return from either pam_unix *or* another
stacked module is sufficient to permit a login.  If pam_ldap access
checks should always be enforced *in addition* to pam_unix, then
pam_ldap's pam-auth-update profile should declare itself Account-Type:
additional.

This appears to be the same as Debian bug #583483.

** Package changed: pam (Ubuntu) => libpam-ldap (Ubuntu)

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

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

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

Title:
  pam_unix "account" returns success on a user with an invalid shadow
  password.

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


[Bug 604593] Re: pam_unix "account" returns success on a user with an invalid shadow password.

2011-06-08 Thread Bug Watch Updater
** Changed in: libpam-ldap (Debian)
   Status: Unknown => New

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

Title:
  pam_unix "account" returns success on a user with an invalid shadow
  password.

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


[Bug 794443] [NEW] package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-06-08 Thread Jose Carlos Rodriguez
Public bug reported:

Binary package hint: amavisd-new

failed to install/upgrade: el subproceso instalado el script post-
installation devolvió el código de salida de error 1

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: amavisd-new-postfix 1:2.6.5-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-server 2.6.38.2
Uname: Linux 2.6.38-8-server x86_64
Architecture: amd64
Date: Wed Jun  8 10:33:35 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu-Server 10.10 "Maverick Meerkat" - Release amd64 
(20101007)
PackageArchitecture: all
SourcePackage: amavisd-new
Title: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: 
el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
UpgradeStatus: Upgraded to natty on 2011-05-03 (35 days ago)

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 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 794443] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-06-08 Thread Jose Carlos Rodriguez
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/794443

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 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 768846] Re: autofs does not mount /net/host

2011-06-08 Thread Brian May
Have the same problem. Was very confusing until I eventually found this
bug report; it seemed like automount wasn't working at all. Suspect it
is a kernel issue.

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

Title:
  autofs does not mount /net/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


[Bug 636480] [NEW] Postfix and PowerDNS cannot bind to IPv6-IPs on boot

2011-06-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

On a IPv4/IPv6-dual-stack system Postfix fails to start on boot when bind to 
IPv6-IPs via /etc/init.d/master.cf (no error message in syslog!).
PowerDNS logs "pdns[1940]: Fatal error: Unable to bind to UDP ipv6 socket". 
Both services can be started manually without problems.
Obviously the IPv6-stack isn't configured correctly when Postfix/PowerDNS start 
at boot time.

Apport-report (Postfix):

ProblemType: Bug
Architecture: i386
Date: Sun Sep 12 18:05:33 2010
Dependencies:
 adduser 3.112ubuntu1
 base-files 5.0.0ubuntu20.10.04.2
 base-passwd 3.5.22
 coreutils 7.4-2ubuntu2
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 debianutils 3.2.2
 dpkg 1.15.5.6ubuntu4.1
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.2
 libc6 2.11.1-0ubuntu7.2
 libdb4.8 4.8.24-1ubuntu1
 libgcc1 1:4.4.3-4ubuntu5
 liblocale-gettext-perl 1.05-6
 libncurses5 5.7+20090803-2ubuntu3
 libpam-modules 1.1.1-2ubuntu5
 libpam0g 1.1.1-2ubuntu5
 libsasl2-2 2.1.23.dfsg1-5ubuntu1
 libselinux1 2.0.89-4
 libssl0.9.8 0.9.8k-7ubuntu8
 libstdc++6 4.4.3-4ubuntu5
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lsb-base 4.0-0ubuntu8
 lzma 4.43-14ubuntu2
 ncurses-bin 5.7+20090803-2ubuntu3
 netbase 4.35ubuntu3
 openssl 0.9.8k-7ubuntu8
 passwd 1:4.1.4.2-1ubuntu2
 perl-base 5.10.1-8ubuntu2
 sed 4.2.1-6
 sensible-utils 0.0.1ubuntu3
 ssl-cert 1.0.23ubuntu2
 tzdata 2010l-0ubuntu0.10.04
 zlib1g 1:1.2.3.3.dfsg-15ubuntu1
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release i386 
(20100816.2)
Package: postfix 2.7.0-1
PackageArchitecture: i386
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic-pae 2.6.32.15+drm33.5
SourcePackage: postfix
Tags: lucid
Uname: Linux 2.6.32-24-generic-pae i686

Apport-report (PowerDNS):
ProblemType: Bug
Architecture: i386
Date: Sun Sep 12 18:18:32 2010
Dependencies:
 adduser 3.112ubuntu1
 base-files 5.0.0ubuntu20.10.04.2
 base-passwd 3.5.22
 coreutils 7.4-2ubuntu2
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 debianutils 3.2.2
 dpkg 1.15.5.6ubuntu4.1
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.2
 libc6 2.11.1-0ubuntu7.2
 libdb4.8 4.8.24-1ubuntu1
 libgcc1 1:4.4.3-4ubuntu5
 liblocale-gettext-perl 1.05-6
 libmysqlclient16 5.1.41-3ubuntu12.6
 libpam-modules 1.1.1-2ubuntu5
 libpam0g 1.1.1-2ubuntu5
 libselinux1 2.0.89-4
 libstdc++6 4.4.3-4ubuntu5
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu2
 mysql-common 5.1.41-3ubuntu12.6
 passwd 1:4.1.4.2-1ubuntu2
 pdns-server 2.9.22-3
 perl-base 5.10.1-8ubuntu2
 sensible-utils 0.0.1ubuntu3
 tzdata 2010l-0ubuntu0.10.04
 ucf 3.0025
 zlib1g 1:1.2.3.3.dfsg-15ubuntu1
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release i386 
(20100816.2)
Package: pdns-backend-mysql 2.9.22-3
PackageArchitecture: i386
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic-pae 2.6.32.15+drm33.5
SourcePackage: pdns
Tags: lucid
Uname: Linux 2.6.32-24-generic-pae i686

/etc/network/interfaces:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#auto eth0
#iface eth0 inet dhcp


auto eth0
iface eth0 inet static
address xxx.xxx.xxx.20
netmask 255.255.255.0
gateway xxx.xxx.xxx.1

iface eth0 inet6 static
address :yyy:y:y::3
netmask 64
gateway :yyy:y:y::1

auto eth0:0
iface eth0:0 inet static
address xxx.xxx.xxx.102
netmask 255.255.255.0

iface eth0:0 inet6 static
address :yyy:y:y::4
netmask 64

auto dummy0
iface dummy0 inet static
address 192.168.176.1
netmask 255.255.255.255


/etc/iptables.rules:

# Generated by iptables-save v1.4.4 on Sun Aug 29 20:58:48 2010
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [86:9176]
-A INPUT -i lo -m comment --comment "ACCEPT loopback device" -j ACCEPT 
-A INPUT -i dummy0 -m comment --comment "ACCEPT dummy0 device" -j ACCEPT 
-A INPUT -m state --state RELATED,ESTABLISHED -m comment --comment "ACCEPT all 
packets of existing connections" -j ACCEPT 
-A INPUT -p icmp -m icmp --icmp-type echo-reply -m comment --comment "ACCEPT 
ICMP echo-reply" -j ACCEPT 
-A INPUT -p icmp -m icmp --icmp-type echo-request -m comment --comment "ACCEPT 
ICMP echo-request" -j ACCEPT 
-A INPUT -p icmp -m icmp --icmp-type time-exceeded -m comment --comment "ACCEPT 
ICMP time-exceeded" -j ACCEPT 
-A INPUT -p icmp -m icmp --icmp-type destination-unreachable -m comment 
--comment "ACCEPT ICMP destination-unreachable" -j ACCEPT 
-A INPUT -m state --state NEW -m recent --set --name DEFAULT --rsource -m 
comment --comment "Store connection requests" 
#-A IN

[Bug 705395] Re: $domain is not available in libvirtxml.tmpl

2011-06-08 Thread Sergey Svishchev
Indeed, $domain works in /etc/vmbuilder/ubuntu/etc_hosts.tmpl, but it
still doesn't in libvirt/libvirtxml.tmpl

2011-06-08 14:40:50,519 INFO: Calling hook: deploy
Traceback (most recent call last):
  File "/usr/bin/vmbuilder", line 24, in 
cli.main()
  File "/usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 121, 
in main
hypervisor.finalise(destdir)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py", line 78, in 
finalise
self.call_hooks('deploy', destdir)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/distro.py", line 66, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/util.py", line 158, in 
call_hooks
getattr(plugin, func, log_no_such_method)(*args, **kwargs)
  File 
"/usr/lib/python2.6/dist-packages/VMBuilder/plugins/libvirt/__init__.py", line 
78, in deploy
vmxml = VMBuilder.util.render_template('libvirt', self.context, 
'libvirtxml', tmpl_ctxt)
  File "/usr/lib/python2.6/dist-packages/VMBuilder/util.py", line 147, in 
render_template
output = t.respond()
  File "_tmp_tmp_uasGWMW6K5_705395_tmpl_libvirt_libvirtxml_tmpl.py", line 94, 
in respond
NameMapper.NotFound: cannot find 'domain'


** Changed in: vm-builder (Ubuntu)
   Status: Invalid => New

** Attachment added: "705395.tar"
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/705395/+attachment/2160397/+files/705395.tar

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

Title:
  $domain is not available in libvirtxml.tmpl

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


[Bug 636480] Re: Postfix and PowerDNS cannot bind to IPv6-IPs on boot

2011-06-08 Thread Shimi Chen
** Package changed: ubuntu => postfix (Ubuntu)

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

Title:
  Postfix and PowerDNS cannot bind to IPv6-IPs on boot

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


[Bug 793494] Sync jug 2.0.0-2 (main) from Debian unstable (main)

2011-06-08 Thread Colin Watson
2011-06-08 11:51:17 INFOjug_2.0.0.orig.tar.gz: already in distro - 
downloading from librarian
2011-06-08 11:51:17 INFO  - http://ftp.debian.org/debian/>
[Updating] jug (2.0.0-1ubuntu1 [Ubuntu] < 2.0.0-2 [Debian])
 * Trying to add jug...
2011-06-08 11:51:17 INFO  - http://ftp.debian.org/debian/>
2011-06-08 11:51:17 INFO  - 
I: jug [main] -> libjug-java_2.0.0-1ubuntu1 [main].


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

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

Title:
  Sync jug 2.0.0-2 (main) from Debian unstable (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 608239] Re: W2k3 guests freeze during restart

2011-06-08 Thread karaluh
It also happens by using only kvm, and also when using only one cpu.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete => New

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

Title:
  W2k3 guests freeze during restart

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


[Bug 608239] Re: W2k3 guests freeze during restart

2011-06-08 Thread Jamie Strandboge
** Package changed: libvirt (Ubuntu) => qemu-kvm (Ubuntu)

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

Title:
  W2k3 guests freeze during restart

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


[Bug 794378] Re: sync to newer version on libvirt for Ubuntu 11.10

2011-06-08 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu)
   Status: New => 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/794378

Title:
  sync to newer version on libvirt for Ubuntu 11.10

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


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-06-08 Thread antrecu
Hi,
Im experiencing the same issue described here but whats more weird is that 
switching  ISPs seems to fix my problem when i ssh my servers, i mean, i have 
two internet service providers, with service provider A, ssh doesnt work and i 
get the Read from socket failed: Connection reset by peer error, when using 
internet service provider B, the issue is not present and i can ssh any server. 
Let me know if i can run some tests that can fix this bug.

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

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


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-06-08 Thread antrecu
i must confirm that is not a IPS restriction or something, because i can
ssh using both ISPs using windows or putty on linux or ssh clients on
iPhone.

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

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


[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-08 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  [lynxman]
  Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection
  
  Work Items for oneiric-alpha-2:
  [davewalker] Bug #705436 Fix lintian warnings: DONE
- [zulcss] Check release schedule for 2.1.x with upstream: INPROGRESS
+ [zulcss] Check release schedule for 2.1.x with upstream: DONE
  [zulcss] Determine which patches that we are carrying right now should be 
upstreamable: DONE
- [zulcss] Add GPXE support to cobbler: TODO
+ [zulcss] Add GPXE support to cobbler: INPROGRESS
  [andreserl] Validate mirror deployment throught debmirror: INPROGRESS
  [andreserl] Validate server mini iso deployment: TODO
  [andreserl] Verify if Bug #782776 (cobbler buildiso) fixed in new upstream 
release: DONE
  Bug #760019 Fix kops-post option: TODO
  Bug #766229 Remove grubby support: TODO
  Bug #784420 Fix dns integration: TODO
  
  Work items:
  Review cobbler defaults to make sure that they are sane: TODO
  Add cloud-init support to cobbler: TODO
  Add EC2 API hook to cobbler: TODO
  Add hardware inventory to cobbler API: TODO
  Extend cobbler API to do snapshot reporting as well: TODO
  Add first stage hardware inventory image: TODO
  Investigate and report what is missing on web ui: TODO
  Add Ubuntu CSS stylesheet for web ui: TODO
  Add support for uboot: TODO
  Add support for other arches: TODO
  Add generic distro support: TODO
  Validate desktop deployment through cobbler: TODO

-- 
Cobbler next steps.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cobbler-next-steps

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


[Bug 780657] Re: FreeBSD Hangs on Boot

2011-06-08 Thread Bjoern Connolly
I can confirm that setting:
beastie_disable="YES" in /boot/loader.conf solves the problem of booting 
FreeBSD.

Pressing enter (quickly) to bypass the initial beastie menu, during
installation solved the boot under installation.

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

Title:
  FreeBSD Hangs on Boot

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


[Bug 545795] Re: apparmor driver blocks access to some hostdev and pcidev devices

2011-06-08 Thread Sergey Svishchev
At the moment, I'm using packages from your PPA, so no.

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

Title:
  apparmor driver blocks access to some hostdev and pcidev devices

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


[Bug 656421] [NEW] No DNS Updates on Domain-Registered Server in Win2k8R2 enviroment

2011-06-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Currently, i am failing to update DNS Records on a Win2008R2 Server -
running Active Directory.

My "Client Computer" is a Ubuntu Lucid Server 10.04 amd64

poorly, i am running into the same Problem covered here
http://samba.2283325.n4.nabble.com/samba-DNS-update-failed-td2449139.html
and here
http://lists.zerezo.com/samba/msg54681.html


I can not do any DNS Updates on server, without setting the ADS to insecure 
updates.

Is this a Bug?

I do not know ... but i find these line interesting:
[2010/10/07 07:08:25,  4] libads/dns.c:620(ads_dns_lookup_ns)
  ads_dns_lookup_ns: 2 records returned in the answer section.

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

-- 
No DNS Updates on Domain-Registered Server in Win2k8R2 enviroment
https://bugs.launchpad.net/bugs/656421
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in Ubuntu.

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


[Bug 656421] Re: No DNS Updates on Domain-Registered Server in Win2k8R2 enviroment

2011-06-08 Thread Shimi Chen
** Package changed: ubuntu => samba (Ubuntu)

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

Title:
  No DNS Updates on Domain-Registered Server in Win2k8R2 enviroment

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


[Bug 780657] Re: FreeBSD Hangs on Boot

2011-06-08 Thread Falk Nisius
I can also confirm this solution and use it, in the moment. For me is it
solved

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

Title:
  FreeBSD Hangs on Boot

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


[Blueprint server-o-puppet-integration] Ubuntu Server Puppet Integration

2011-06-08 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [gandelman-a] Nova, single server Common modules: TODO
- [gandelman-a] Nova, multi-server Common modules: TODO
+ [gandelman-a] Nova, single server Common modules: INPROGRESS
+ [gandelman-a] Nova, multi-server Common modules: INPROGRESS
  [gandelman-a] Swift, single server Common modules: TODO
  [gandelman-a] Swift, multi-server Common modules: TODO
- [gandelman-a] Glance Common modules: TODO
+ [gandelman-a] Glance Common modules: INPROGRESS
  
  Work Items:
  Package Puppet 2.7: TODO
  Package Puppet dashboard (on mysql/apache): TODO
  Package modules: TODO
  [negronjl] Make/package current orchestra modules to function without 
orchestra provisioning: TODO
  [negronjl] apache Puppet Module: DONE
  [negronjl] puppet-apt helper Puppet Module: DONE
  [negronjl] debconf helper Puppet Module: DONE
  [negronjl] distcc Puppet Module: DONE
  [negronjl] gearman Puppet Module: DONE
  [negronjl] glusterfs Puppet Module: DONE
  [negronjl] hadoop Puppet Module: DONE
  [negronjl] haproxy ( with apache and tomcat integration ) Puppet Module: DONE
  [negronjl] mongodb Puppet Module: DONE
  [negronjl] mpi ( mpich2 ) Puppet Module: DONE
  [negronjl] mysql Puppet Module: DONE
  [negronjl] tomcat ( tomcat6) Puppet Module: DONE
  rsyslog Orchestra modules: TODO
  nagios Orchestra modules: TODO
  cobbler Orchestra modules: TODO
  bzr/git Orchestra modules: TODO
  fs creation/management Orchestra modules: TODO
  jenkins (master and slave) Orchestra modules: TODO
  ha cluster (drbd, pacemaker, corosync, cman) Orchestra modules: TODO
  kvm (host and guest?) Orchestra modules: TODO
  LXC Orchestra modules: TODO
  Xen Orchestra modules: TODO
- [gandelman-a] OpenStack: TODO
+ [gandelman-a] OpenStack: INPROGRESS
  Mail server Common modules: TODO
  LAMP stack Common modules: TODO
  SSH Common modules: TODO
  samba Common modules: TODO
  DNS Common modules: TODO
  PostgreSQL Common modules: TODO
  Print server ( cups ) Common modules: TODO
  rsyslog Common modules: TODO
  Hadoop Common modules: TODO
  Eucalyptus Common modules: TODO
  Test modules within vanilla Ubuntu/Puppet infrastructure: TODO
  Test modules within Ubuntu/Orchestra infrastructure: TODO

-- 
Ubuntu Server Puppet Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-puppet-integration

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


[Blueprint server-o-user-namespace] User namespace development

2011-06-08 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Not yet started
  
  Complexity:
  
  Work Items:
- [serge-hallyn] Create list of to-be-converted capable calls: TODO
+ alpha2:
+ [serge-hallyn] Write list of desired LTP testcases: TODO
+ [serge-hallyn] Create list of to-be-converted capable calls: DONE
  [serge-hallyn] Create list of to-be-converted uid comparisons: TODO
- [serge-hallyn] Convert capable calls list: TODO
- [serge-hallyn] Convert capable calls list (set 2): TODO
- [serge-hallyn] Convert capable calls list (set 3): TODO
+ [serge-hallyn] Convert capable calls list: INPROGRESS
+ [serge-hallyn] publish capable calls conversion to lkml: TODO
+ [serge-hallyn] Send updated capable conversion patchset: TODO
+ 
+ alpha3:
  [serge-hallyn] Convert uid comparisons: TODO
- [serge-hallyn] Convert uid comparisons (set 2): TODO
- [serge-hallyn] Convert uid comparisons (set 3): TODO
+ [serge-hallyn] publish uid comparisons conversion: TODO
+ [serge-hallyn] Send updated uid comparisons conversion: TODO
+ [serge-hallyn] Implement LTP testcases: TODO
+ 
+ beta1
+ [serge-hallyn] Simple perf evaluation (kernel compile with unpatched, 
CONFIG_USER_NS=n and =y): TODO
  [serge-hallyn] Support simple superblock user-ns tagging: TODO
  [serge-hallyn] Get review on simple superblock user-ns tagging: TODO
- [serge-hallyn] Re-implement simple superblock user-ns tagging: TODO
- [serge-hallyn] Write list of desired LTP testcases: TODO
- [serge-hallyn] Implement LTP testcases: TODO
  [serge-hallyn] Push LTP testcases: TODO
- [serge-hallyn] Simple perf evaluation (kernel compile with unpatched, 
CONFIG_USER_NS=n and =y): TODO

-- 
User namespace development
https://blueprints.launchpad.net/ubuntu/+spec/server-o-user-namespace

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


[Blueprint server-o-user-namespace] User namespace development

2011-06-08 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Status: Not yet started
  
  Complexity:
  
- Work Items:
- alpha2:
+ Work items for oneiric-alpha-2:
  [serge-hallyn] Write list of desired LTP testcases: TODO
  [serge-hallyn] Create list of to-be-converted capable calls: DONE
  [serge-hallyn] Create list of to-be-converted uid comparisons: TODO
  [serge-hallyn] Convert capable calls list: INPROGRESS
  [serge-hallyn] publish capable calls conversion to lkml: TODO
  [serge-hallyn] Send updated capable conversion patchset: TODO
  
- alpha3:
+ Work items for oneiric-alpha-2:
  [serge-hallyn] Convert uid comparisons: TODO
  [serge-hallyn] publish uid comparisons conversion: TODO
  [serge-hallyn] Send updated uid comparisons conversion: TODO
  [serge-hallyn] Implement LTP testcases: TODO
  
- beta1
+ Work items for oneiric-beta-1:
  [serge-hallyn] Simple perf evaluation (kernel compile with unpatched, 
CONFIG_USER_NS=n and =y): TODO
  [serge-hallyn] Support simple superblock user-ns tagging: TODO
  [serge-hallyn] Get review on simple superblock user-ns tagging: TODO
  [serge-hallyn] Push LTP testcases: TODO

-- 
User namespace development
https://blueprints.launchpad.net/ubuntu/+spec/server-o-user-namespace

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


[Blueprint server-o-user-namespace] User namespace development

2011-06-08 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Not yet started
  
  Complexity:
  
  Work items for oneiric-alpha-2:
- [serge-hallyn] Write list of desired LTP testcases: TODO
+ [serge-hallyn] Write list of desired LTP testcases: INPROGRESS
  [serge-hallyn] Create list of to-be-converted capable calls: DONE
- [serge-hallyn] Create list of to-be-converted uid comparisons: TODO
+ [serge-hallyn] Create list of to-be-converted uid comparisons: INPROGRESS
  [serge-hallyn] Convert capable calls list: INPROGRESS
  [serge-hallyn] publish capable calls conversion to lkml: TODO
- [serge-hallyn] Send updated capable conversion patchset: TODO
  
- Work items for oneiric-alpha-2:
+ Work items for oneiric-alpha-3:
  [serge-hallyn] Convert uid comparisons: TODO
  [serge-hallyn] publish uid comparisons conversion: TODO
  [serge-hallyn] Send updated uid comparisons conversion: TODO
  [serge-hallyn] Implement LTP testcases: TODO
+ [serge-hallyn] Send updated capable conversion patchset: TODO
  
  Work items for oneiric-beta-1:
  [serge-hallyn] Simple perf evaluation (kernel compile with unpatched, 
CONFIG_USER_NS=n and =y): TODO
  [serge-hallyn] Support simple superblock user-ns tagging: TODO
  [serge-hallyn] Get review on simple superblock user-ns tagging: TODO
  [serge-hallyn] Push LTP testcases: TODO

-- 
User namespace development
https://blueprints.launchpad.net/ubuntu/+spec/server-o-user-namespace

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


[Bug 608239] Re: W2k3 guests freeze during restart

2011-06-08 Thread Serge Hallyn
Are you still using 9.04?  If not, what release are you currently on?  I
will try to reproduce.

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

Title:
  W2k3 guests freeze during restart

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


[Bug 794443] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug and helping to make Ubuntu
better.

The log files show that amavisd refused to start because:

Starting amavisd:   The value of variable $myhostname is "openerp", but should 
have been
  a fully qualified domain name; perhaps uname(3) did not provide such.
  You must explicitly assign a FQDN of this host to variable $myhostname
  in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's 
  network name!

Please place a fully qualified domain name in /etc/amavis/conf.d/05-node_id,
and re-try starting it.

If doing so does not fix this, please feel free to re-open this bug.


** Changed in: amavisd-new (Ubuntu)
   Status: New => Invalid

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 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 793750] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug and helping to make Ubuntu
better.

Could you tell us exactly how you initiated the upgrade?

Please run 'apport-collect 793750' to collect more information to help
us figure out what happened.

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: mysql-5.1 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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 793694] Re: Format string bug in parselog.pl

2011-06-08 Thread Serge Hallyn
** This bug has been flagged as a security vulnerability

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

Title:
  Format string bug in parselog.pl

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


[Bug 793694] Re: Format string bug in parselog.pl

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug report and helping to make
Ubuntu better.

I can reproduce this in oneiric, as well as confirm that your proposed fix 
works.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: samba (Ubuntu)
   Status: New => Confirmed

** Changed in: samba (Ubuntu)
   Importance: Undecided => High

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

Title:
  Format string bug in parselog.pl

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


[Bug 787114] Re: Please merge ipsec-tools 0.8.0-3 (main) from debian unstable (main)

2011-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ipsec-tools - 1:0.8.0-3ubuntu1

---
ipsec-tools (1:0.8.0-3ubuntu1) oneiric; urgency=low

  * Merge from debian unstable (LP: #787114), remaining changes:
- debian/control: Depend on lsb-base
  * Dropped patches, applied upstream:
- debian/patches/fix-address-already-in-use.patch
- fix-several-formating-errors-in-setkey-manpage.patch
  * debian/rules: switch -U_FORTIFY_SOURCE for -D_FORTIFY_SOURCE=0, bc the
latter breaks in oneiric, claiming _FORTIFY_SOURCE is redefined.
  * Modify configure.ac to not convert -RXYZ to -Wl,-RXYZ, and regenerate
configure.
  * debian/ipsec-tools.setkey.init: Re-write LSB init script
  * debian/racoon.init: LSB init script

ipsec-tools (1:0.8.0-3) unstable; urgency=low

  * Apply patch from Mats Erik Andersson to fix build problems on *BSD
This patch also addresses nat-t related issues for this arch

ipsec-tools (1:0.8.0-2) unstable; urgency=low

  * Skip dependency on libssl-dev and move back to libssl-dev (>= 0.9.6) to
provide an update to unstable. This will temporary remove the support for
camellia encryption algorithm until libssl-dev 1.x enters unstable

  * Adjust racoon-init-script (Closes: #619151)
  * Apply patch to fix build problems on *BSD
Thanks to Mats Erik Andersson

ipsec-tools (1:0.8.0-1) experimental; urgency=low

  * New upstream release
o Fix authentication method ambiguity with kerberos and xauth
o RFC2253 compliant escaping of asn1dn identifiers (Cyrus Rahman)
o Local address code rewrite to speed things up
o Improved MIPv6 support (Arnaud Ebalard)
o ISAKMP SA (phase1) rekeying
o Improved scheduler (faster algorithm, support monotonic clock)
o Handle RESPONDER-LIFETIME in quick mode
o Handle INITIAL-CONTACT in from main mode too
o Rewritten event handling framework for admin port
o Ability to initiate IPsec SA through admin port
o NAT-T Original Address handling (transport mode NAT-T support)
o clean NAT-T - PFkey support
o support for multiple anonymous remoteconfs
o Remove various obsolete configuration options
o A lot of other bug fixes, performance improvements and clean ups

   * Remove patches as they are now part of upstream release

ipsec-tools (1:0.7.3-18) experimental; urgency=low

  * Lower the log level for racoon to notify to keep syslog clear
  * Reupload because build dir was tainted
  * Skip --enable-xauth on build, as this is covered by --enable-hybrid

ipsec-tools (1:0.7.3-16) experimental; urgency=low

  * Adjust racoon init-script to handle the start with kFreeBSD kernel
as well. Thanks to Mats Erik Andersson (Closes: #613726)

  * Enable --with-libldap at build time

ipsec-tools (1:0.7.3-15) experimental; urgency=low

  * Fix build problems on *bsd (Closes: #612676)
  * Include configuration example to tunnel with OpenBSD (Closes: #612448)
Thanks to Mats Erik Andersson

ipsec-tools (1:0.7.3-14) experimental; urgency=low

  * Fix build problems on *bsd
  * Include converter for plainrsa to pem file format (Closes: #612021)

ipsec-tools (1:0.7.3-13) experimental; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format
  * Fix typo in README-file
  * Bump Standards to 3.9.1
  * Include /usr/share/common-licenses/BSD in packages copyright file
as base-files might drop the licenses in future versions
  * Added support for camellia encryption algorithm
  * Ship /etc/ipsec-tools.d/ with the package (Closes: #598426)
 -- Serge HallynMon, 06 Jun 2011 08:06:28 -0500

** Changed in: ipsec-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 ipsec-tools in Ubuntu.
https://bugs.launchpad.net/bugs/787114

Title:
  Please merge ipsec-tools 0.8.0-3 (main) from debian unstable (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 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-06-08 Thread Clint Byrum
FYI for those of you wondering where this is, I've submitted a package
of 5.5.13 for upload to Debian. You can take a look here:

http://mentors.debian.net/cgi-bin/sponsor-
pkglist?action=details;package=mysql-5.5

Once that hits Debian we should be able to move forward with bringing
MySQL 5.5 into Ubuntu.

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

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


[Bug 793749] Re: bacula-director-mysql and bacula-director-pgsql have db server packages as a requirement

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to report this bug.

Is it an option for you to create your own package, whehter compiled
using pbuilder/sbuild or built in a ppa?

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: bacula (Ubuntu)
   Status: New => Incomplete

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

Title:
  bacula-director-mysql and bacula-director-pgsql have db server
  packages as a requirement

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


[Bug 793749] Re: bacula-director-mysql and bacula-director-pgsql have db server packages as a requirement

2011-06-08 Thread Serge Hallyn
Note that there are postgresql backports for natty at:
https://launchpad.net/~pitti/+archive/postgresql

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  bacula-director-mysql and bacula-director-pgsql have db server
  packages as a requirement

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


[Bug 793202] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug report.

Unfortunately the log files don't show why samba failed to start.
Please grep for samba and nmbd in the system log:

grep -i samba /var/log/syslog > /tmp/smblogs
grep -i smbd /var/log/syslog > /tmp/smblogs
grep -i nmbd /var/log/syslog > /tmp/smblogs

and post the results here.

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: samba (Ubuntu)
   Status: New => Incomplete

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 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


[Blueprint server-o-ensemble] Get Ensemble into Ubuntu

2011-06-08 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Work Items:
- [clint-fewbar] Prepare txzookeeper packaging for upload to Ubuntu: TODO
+ [clint-fewbar] Prepare txzookeeper packaging for upload to Ubuntu: INPROGRESS
  [clint-fewbar] Get txzookeeper sponsored into Debian: TODO
  [clint-fewbar] Upload latest zookeeper to Ubuntu: TODO
  [clint-fewbar] Submit debdiff of latest zookeeper to Debian: TODO
  [txaws-admins] release txaws with fixes needed by ensemble: TODO
  [clint-fewbar] Prepare ensemble package for upload to Ubuntu: TODO
  [niemeyer] Ensemble Daily PPA: DONE
  
  == The road to main for ensemble ==
- 
  
  1. When do we want that to happen?
  
  - 11.10 Ensemble in Universe, problem,  ensemble is rapidly developing
  how to deal with updates.
  
  Ensemble can't be "frozen" past a stable release.  We need to deploy new
  features for the project to be successful.
  
  Two possible approaches:
  
  - Use a PPA (simpler, works well)
  - Do SRUs every month or so (much more heavy weight, apparently unnecessary)
  
  We'll probably be going with the second option.
  
- 
  2. What do we need to get done for this to happen?
  
  Needed dependencies:
  
  - txzookeeper (not packaged yet)
  - txaws (must be upgraded)
  - zookeeper (needs patches which were already pushed upstream)
  
- 
  3. Strategies for upgrading?
- 
  
  4. Etc.
  
  Sample interaction with Ensemble:
  
  $ ensemble bootstrap
  # Creates some files in ~/.ensemble/
  $ ensemble bootstrap
  # Creates the first instance of Ensemble on EC2
  $ ensemble deploy wordpress
  $ ensemble deploy mysql
  $ ensemble add-relation wordpress mysql
  
  This requires AWS credentials in the environment.
  
  The mysql instance can be reused across services.
  
- 
  Tasks
  ---
  
-  - [niemeyer] Ensemble Daily PPA.
+  - [niemeyer] Ensemble Daily PPA.
  
  
  Questions
  
-  - Zookeeper Packages
-  - python zookeeper
-  - txaws package updates
-  - ensemble package
-  - principia package?
-  
- 
+  - Zookeeper Packages
+  - python zookeeper
+  - txaws package updates
+  - ensemble package
+  - principia package?
  
  #uds-o #track #topic
  put your session notes here

-- 
Get Ensemble into Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble

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


[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  [lynxman]
  Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection
  
  Work Items for oneiric-alpha-2:
  [davewalker] Bug #705436 Fix lintian warnings: DONE
  [zulcss] Check release schedule for 2.1.x with upstream: DONE
  [zulcss] Determine which patches that we are carrying right now should be 
upstreamable: DONE
  [zulcss] Add GPXE support to cobbler: INPROGRESS
- [andreserl] Validate mirror deployment throught debmirror: INPROGRESS
+ [andreserl] Validate mirror deployment throught debmirror: DONE
  [andreserl] Validate server mini iso deployment: TODO
  [andreserl] Verify if Bug #782776 (cobbler buildiso) fixed in new upstream 
release: DONE
  Bug #760019 Fix kops-post option: TODO
  Bug #766229 Remove grubby support: TODO
  Bug #784420 Fix dns integration: TODO
  
  Work items:
  Review cobbler defaults to make sure that they are sane: TODO
  Add cloud-init support to cobbler: TODO
  Add EC2 API hook to cobbler: TODO
  Add hardware inventory to cobbler API: TODO
  Extend cobbler API to do snapshot reporting as well: TODO
  Add first stage hardware inventory image: TODO
  Investigate and report what is missing on web ui: TODO
  Add Ubuntu CSS stylesheet for web ui: TODO
  Add support for uboot: TODO
  Add support for other arches: TODO
  Add generic distro support: TODO
  Validate desktop deployment through cobbler: TODO

-- 
Cobbler next steps.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cobbler-next-steps

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


[Bug 793694] Re: Format string bug in parselog.pl

2011-06-08 Thread Kees Cook
This looks like a regular bug to me. I don't think Perl will deal with
the %n in an unsafe way.

** This bug is no longer flagged as a security vulnerability

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

Title:
  Format string bug in parselog.pl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/793694/+subscriptions

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


[Bug 793647] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug report.

The logs show that it failed to start because /etc/resolv.conf was not a
symbolic link.  To work around that, please do:

sudo cp -a /etc/resolv.conf /etc/resolv.conf.orig
sudo ln -s /etc/resolv.conf.orig /etc/resolv.conf

Then complete the upgrade.  Please let us know if this does not fix the
problem for you.

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: bind9 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/793647/+subscriptions

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


[Bug 793223] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug report.  The logfiles
show:

Jun  5 22:46:22 virtuallinx named[3978]: loading configuration from 
'/etc/bind/named.conf'
Jun  5 22:46:22 virtuallinx named[3978]: /etc/bind/named.conf:11: missing ';' 
before 'include'
Jun  5 22:46:22 virtuallinx named[3978]: loading configuration: failure
Jun  5 22:46:22 virtuallinx named[3978]: exiting (due to fatal error)

Could you please attach your /etc/bind/named.conf to this bug?

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: bind9 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/793223/+subscriptions

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


[Bug 793115] Re: openssh in natty breaks monkeysphere

2011-06-08 Thread Christian Juner
(question) Will that happen for natty/natty-proposed or will the fix
only be included in the next Ubuntu release? The latter would be quite a
disappointment considering the problem makes the client side of
monkeysphere unusable for everyone running natty (without building their
own openssh packages).

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

Title:
  openssh in natty breaks monkeysphere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/793115/+subscriptions

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


[Bug 792761] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-08 Thread Serge Hallyn
Thanks for taking the time to submit this bug report.

Could you please grab the 'named' entries from the system log:

grep named /var/log/syslog > /tmp/bindlog

and attach the resulting file /tmp/bindlog to this bug report?

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad


** Changed in: bind9 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/792761/+subscriptions

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


Re: [Bug 787091] Re: Unable to use USB device in KVM quest

2011-06-08 Thread Royston Carter
Serge,
I nite this device has extended attributes (ACL), any relevance?

ls -l /dev/bus/usb/001/004 
crw-rw-r--+ 1 root root 189, 3 2011-06-07 11:31 /dev/bus/usb/001/004

getfacl /dev/bus/usb/001/004 
# file: dev/bus/usb/001/004
# owner: root
# group: root
user::rw-
user:rpcarter:rw-
group::rw-
mask::rw-
other::r--


Regards

Roy


Sent from my iPad

On 7 Jun 2011, at 21:30, Serge Hallyn <787...@bugs.launchpad.net> wrote:

> Please also disable kernel print rate limiting (just to be sure) by
> doing
> 
> sysctl -w kernel.printk_ratelimit=0
> 
> -- 
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/787091
> 
> Title:
>  Unable to use USB device in KVM quest
> 
> Status in “qemu-kvm” package in Ubuntu:
>  Incomplete
> 
> Bug description:
>  Binary package hint: qemu-kvm
> 
>  Ubuntu 10.04 Server:
> 
>  I have been trying for some considerable time to get a Windows XP
>  guest to recognise a USB Canon printer. I have searched google
>  endlessly and applied a number of changes to apparmor profiles. I am
>  still not able to get the guest to recognise that there a USB device
>  attached. I was originally getting repeated messages in kern.log as
>  below but the apparmor changes did resolve these:
> 
>  May 22 08:01:51 vmserver kernel: [424696.858434] type=1503
>  audit(1306047711.654:81239):  operation="open" pid=19695 parent=1
>  profile="libvirt-629433c8-3714-561b-8e91-4a8a9bb65b9f"
>  requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0
>  name="/sys/devices/pci:00/:00:05.0/:02:00.0/usb8/devnum"
> 
>  I am now left with messages in the VM log file as follows which I
>  cannot find a solution for:
> 
>  char device redirected to /dev/pts/5
>  usb_create: no bus specified, using "usb.0" for "usb-host"
>  husb: open device 1.4
>  /dev/bus/usb/001/004: Operation not permitted
>  husb: open device 1.4
>  /dev/bus/usb/001/004: Operation not permitted
>  husb: open device 1.4
> 
> 
>  This is a fairly basic requirement and hopefully a solution already exists.
> 
>  ProblemType: Bug
>  DistroRelease: Ubuntu 10.04
>  Package: kvm 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9.6
>  ProcVersionSignature: Ubuntu 2.6.32-31.61-server 2.6.32.32+drm33.14
>  Uname: Linux 2.6.32-31-server x86_64
>  NonfreeKernelModules: fglrx
>  Architecture: amd64
>  Date: Mon May 23 17:33:39 2011
>  InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 
> (20100427)
>  KvmCmdLine:
>   UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
>   root  3604 1 25 188376 364400 1 15:55 ?00:24:30 
> /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 2,cores=2 -name Trixbox2.8 
> -uuid c19e7ccd-6a2d-35b0-5e0a-e9832434c517 -chardev 
> socket,id=monitor,path=/var/lib/libvirt/qemu/Trixbox2.8.monitor,server,nowait 
> -monitor chardev:monitor -boot c -drive 
> file=/var/lib/libvirt/images/Trixbox2.8.img,if=virtio,index=0,boot=on,format=raw
>  -drive if=ide,media=cdrom,index=2,format=raw -net 
> nic,macaddr=52:54:00:45:84:af,vlan=0,model=virtio,name=virtio.0 -net 
> tap,fd=48,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
> -parallel none -usb -vnc 127.0.0.1:0 -vga cirrus
>   root  5355 1  9 249533 283612 5 16:16 ?00:07:42 
> /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 769 -smp 2 -name MediaServer -uuid 
> b38159a1-5ee5-b792-e110-c270f30f6925 -chardev 
> socket,id=monitor,path=/var/lib/libvirt/qemu/MediaServer.monitor,server,nowait
>  -monitor chardev:monitor -boot c -drive 
> file=/var/lib/libvirt/images/MediaServer.img,if=virtio,index=0,boot=on,format=raw
>  -drive if=ide,media=cdrom,index=2,format=raw -net 
> nic,macaddr=52:54:00:54:df:b7,vlan=0,model=virtio,name=virtio.0 -net 
> tap,fd=49,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
> -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 -vga cirrus
>   root  5392 1 18 600048 2095120 4 16:16 ?   00:14:01 
> /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 2048 -smp 4,cores=2 -name hamlet 
> -uuid 1f04fb04-dc50-c259-70af-8124cf9f6022 -chardev 
> socket,id=monitor,path=/var/lib/libvirt/qemu/hamlet.monitor,server,nowait 
> -monitor chardev:monitor -localtime -boot c -drive 
> if=ide,media=cdrom,index=2,format=raw -drive 
> file=/dev/vmserver_vg1/hamlet,if=virtio,index=0,boot=on,format=raw,cache=none 
> -net nic,macaddr=52:54:00:6f:66:2c,vlan=0,model=virtio,name=virtio.0 -net 
> tap,fd=50,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
> -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:2 -vga cirrus -soundhw 
> ac97
>   root  5494 1 13 321228 431924 3 16:17 ?00:10:08 
> /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 1024 -smp 4 -name Scientific -uuid 
> 9463aae5-6fdb-0c67-72dc-98dd50de1984 -chardev 
> socket,id=monitor,path=/var/lib/libvirt/qemu/Scientific.monitor,server,nowait 
> -monitor chardev:monitor -boot c -drive 
> file=/var/lib/libvirt/images/Scientific.img,if=virtio,index=0,

[Blueprint server-o-ensemble] Get Ensemble into Ubuntu

2011-06-08 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Work Items:
- [clint-fewbar] Prepare txzookeeper packaging for upload to Ubuntu: INPROGRESS
- [clint-fewbar] Get txzookeeper sponsored into Debian: TODO
- [clint-fewbar] Upload latest zookeeper to Ubuntu: TODO
+ [clint-fewbar] Prepare txzookeeper packaging for upload to Ubuntu: DONE
+ [clint-fewbar] Get txzookeeper sponsored into Debian: INPROGRESS
+ [clint-fewbar] Upload latest zookeeper to Ubuntu: INPROGRESS
  [clint-fewbar] Submit debdiff of latest zookeeper to Debian: TODO
  [txaws-admins] release txaws with fixes needed by ensemble: TODO
- [clint-fewbar] Prepare ensemble package for upload to Ubuntu: TODO
+ [clint-fewbar] Prepare ensemble package for upload to Ubuntu: INPROGRESS
  [niemeyer] Ensemble Daily PPA: DONE
  
  == The road to main for ensemble ==
  
  1. When do we want that to happen?
  
  - 11.10 Ensemble in Universe, problem,  ensemble is rapidly developing
  how to deal with updates.
  
  Ensemble can't be "frozen" past a stable release.  We need to deploy new
  features for the project to be successful.
  
  Two possible approaches:
  
  - Use a PPA (simpler, works well)
  - Do SRUs every month or so (much more heavy weight, apparently unnecessary)
  
  We'll probably be going with the second option.
  
  2. What do we need to get done for this to happen?
  
  Needed dependencies:
  
  - txzookeeper (not packaged yet)
  - txaws (must be upgraded)
  - zookeeper (needs patches which were already pushed upstream)
  
  3. Strategies for upgrading?
  
  4. Etc.
  
  Sample interaction with Ensemble:
  
  $ ensemble bootstrap
  # Creates some files in ~/.ensemble/
  $ ensemble bootstrap
  # Creates the first instance of Ensemble on EC2
  $ ensemble deploy wordpress
  $ ensemble deploy mysql
  $ ensemble add-relation wordpress mysql
  
  This requires AWS credentials in the environment.
  
  The mysql instance can be reused across services.
  
  Tasks
  ---
  
   - [niemeyer] Ensemble Daily PPA.
  
  
  Questions
  
   - Zookeeper Packages
   - python zookeeper
   - txaws package updates
   - ensemble package
   - principia package?
  
  #uds-o #track #topic
  put your session notes here

-- 
Get Ensemble into Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble

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


[Bug 794820] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to install/upgrade:, Curses lost keyboard; Command line distro upgrade -> via Putty -> SSH -> Screen

2011-06-08 Thread Will Bellman
-- 
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/794820

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to
  install/upgrade:, Curses lost keyboard; Command line distro upgrade ->
  via Putty -> SSH -> Screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/794820/+subscriptions

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


[Bug 794820] [NEW] package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to install/upgrade:, Curses lost keyboard; Command line distro upgrade -> via Putty -> SSH -> Screen

2011-06-08 Thread Will Bellman
Public bug reported:

Binary package hint: php5

Activity: 
Failed on NCurses dialog to replace/keep/diff previous version of php.ini...

Circumstances:
SSH'd into server, via PuTTY.
Running upgrade from a command line inside a "screen"'d shell.

Opinion: (skippable)

Easiest fix is probably to remove the NCurses dialog in favor of the raw
text prompt...  If needed...  This will probably affect a very very
small percentage of the Linux community...  and if you can't work around
an ncurses glitch you probably shouldn't be upgrading your distro via
SSH.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.9
ProcVersionSignature: Ubuntu 2.6.31-23.75-generic-pae
Uname: Linux 2.6.31-23-generic-pae i686
Architecture: i386
Date: Wed Jun  8 22:09:02 2011
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script killed by signal 
(Interrupt)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

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

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to
  install/upgrade:, Curses lost keyboard; Command line distro upgrade ->
  via Putty -> SSH -> Screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/794820/+subscriptions

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


[Bug 608239] Re: W2k3 guests freeze during restart

2011-06-08 Thread karaluh
So far i was stuck for 9.04 on this server. However, I'm going to
upgrade in a week or two to 10.04 and retest.

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

Title:
  W2k3 guests freeze during restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/608239/+subscriptions

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