[Bug 722133] [NEW] ntpdate script doesn't load configuration file

2011-02-20 Thread Tomas Bosak
Public bug reported:

Binary package hint: ntpdate

ntpdate script (located in /etc/network/if-up.d/ntpdate) doesn't load
configuration from file (located in /etc/default/ntpdate).

1) OS: Ubuntu 11.04 (natty)
2) Package version: 1:4.2.6.p2+dfsg-1ubuntu4 and previous versions
3) Load configuration file
4) Configuration file isn't loaded

Solution:
Add these lines to script (/etc/network/if-up.d/ntpdate):

if [ -r /etc/default/ntpdate ]; then
. /etc/default/ntpdate
OPTS=${OPTS} ${NTPOPTIONS} ${NTPSERVERS}
fi

Complete script:

#!/bin/sh

set -e

PATH=/sbin:/bin:/usr/sbin:/usr/bin

# This is a heuristic:  The idea is that if a static interface is brought
# up, that is a major event, and we can put in some extra effort to fix
# the system time.  Feel free to change this, especially if you regularly
# bring up new network interfaces.
if [ $METHOD = static ]; then
OPTS=-b
fi

if [ $METHOD = loopback ]; then
exit 0
fi

# Check whether ntpdate was removed but not purged; it's useless to wait for
# it in that case.
if [ ! -x /usr/sbin/ntpdate-debian ]  [ -d /usr/sbin ]; then
exit 0
fi

if [ -r /etc/default/ntpdate ]; then
. /etc/default/ntpdate
OPTS=${OPTS} ${NTPOPTIONS} ${NTPSERVERS}
fi

(

# This is for the case that /usr will be mounted later.
if [ -r /lib/udev/hotplug.functions ]; then
. /lib/udev/hotplug.functions
wait_for_file /usr/sbin/ntpdate-debian
fi

LOCKFILE=/var/lock/ntpdate-ifup

# Avoid running more than one at a time
if [ -x /usr/bin/lockfile-create ]; then
lockfile-create $LOCKFILE
lockfile-touch $LOCKFILE 
LOCKTOUCHPID=$!
fi

invoke-rc.d --quiet ntp stop /dev/null 21 || true

/usr/sbin/ntpdate-debian -s $OPTS 2/dev/null || :

invoke-rc.d --quiet ntp start /dev/null 21 || true

if [ -x /usr/bin/lockfile-create ] ; then
kill $LOCKTOUCHPID
lockfile-remove $LOCKFILE
fi

) 

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

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

Title:
  ntpdate script doesn't load configuration 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 622742] Re: Bacula Storage-daemon dies with segfault if a File-daemon can’t be contacted

2011-02-20 Thread Tom Ellis
** Changed in: bacula (Ubuntu)
   Status: New = Confirmed

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

Title:
  Bacula Storage-daemon dies with segfault if a File-daemon can’t be
  contacted

-- 
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 584143] Re: qemu fails to set hdd serial number

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  qemu fails to set hdd serial number

-- 
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 419590] Re: kvm core dump on hotplug (pci_add)

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  kvm core dump on hotplug (pci_add)

-- 
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 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  qemu mouse and keyboard grab is an accessibility problem

-- 
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 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

-- 
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 586175] Re: Windows XP/2003 doesn't boot

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  Windows XP/2003 doesn't 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 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-20 Thread Arnaud Soyez
bug 722007 has been created for this issue with php5-fpm missing.

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

-- 
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 722007] [NEW] php5-fpm is missing in natty

2011-02-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: php5

php5-fpm is currently unavailable in Natty.

This might be due to a change done in package php5 version 5.3.3-2 (see 
https://launchpad.net/ubuntu/natty/+source/php5/5.3.3-7ubuntu1) where building 
FPM has been disabled. The package had probably been merged into Ubuntu during 
debianImport.
It seems that the latest version of php5 (3.5.3-1 see 
http://packages.debian.org/changelogs/pool/main/p/php5/current/changelog) from 
debian has reintroduced the build of PHP-FPM.

Please also see bug 708504 which is the needs-packaging bug report for
this 5.3.5 version of php5.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: php5 (not installed)
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Date: Sat Feb 19 21:05:47 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
ProcEnviron:
 LC_MONETARY=en_US.utf8
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: php5

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

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


** Tags: amd64 apport-bug natty regression
-- 
php5-fpm is missing in natty
https://bugs.launchpad.net/bugs/722007
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to php5 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 722007] Re: php5-fpm is missing in natty

2011-02-20 Thread Micah Gersten
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as Triaged and let them handle it from here. Thanks
for taking the time to make Ubuntu better!  Please report any other
issues you may find.

** Package changed: php5 (Ubuntu) = ubuntu

** Also affects: Ubuntu Natty
   Importance: Undecided
   Status: New

** Package changed: Ubuntu Natty = php5 (Ubuntu Natty)

** Tags added: regression-release
** Tags removed: regression

** Changed in: php5 (Ubuntu Natty)
   Importance: Undecided = Medium

** Changed in: php5 (Ubuntu Natty)
   Status: New = Triaged

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

Title:
  php5-fpm is missing in natty

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


[Bug 479365] Re: assertion failure

2011-02-20 Thread nudepenguin
Testing 11.04 alpha 2 this is happening at startup.
The problem cannot be reported:
xserver-xorg-core

The program crashed on an assertion failure, but the message could not
be retrieved. Apport does not support reporting these crashes.

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

Title:
  assertion failure

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Reinhard Tartler
** Also affects: qemu
   Importance: Undecided
   Status: New

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

Title:
  PXE netboot not booting localboot from virtio-disk

-- 
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 722386] [NEW] sshd buffer overflow detected crash from certain ip addresses

2011-02-20 Thread berend
*** This bug is a security vulnerability ***

Public security bug reported:

Hi All,

On Amazon EC2 sshd crashes for logins from certain IP addresses.
Situation:

I've sshd setup to allow password logins, i.e. in /etc/ssh/sshd_config I
have:

PasswordAuthentication yes

I can login from some ip addresses, but not others. This is a failed
attempt (same user name), with sshd started on port 1090:

$ /usr/sbin/sshd -d -p 1090 -f /etc/ssh/sshd_config

The main thing is this message below:

*** buffer overflow detected ***: sshd: berend [priv] terminated

I've been advised to report the bug here:
http://ubuntuforums.org/showthread.php?p=10477762#post10477762

Here the full details:

debug1: sshd version OpenSSH_5.3p1 Debian-3ubuntu5
debug1: read PEM private key done: type RSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: private host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: private host key: #1 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-d'
debug1: rexec_argv[2]='-p'
debug1: rexec_argv[3]='1090'
debug1: rexec_argv[4]='-f'
debug1: rexec_argv[5]='/etc/ssh/sshd_config'
debug1: Bind to port 1090 on 0.0.0.0.
Server listening on 0.0.0.0 port 1090.
debug1: Bind to port 1090 on ::.
Server listening on :: port 1090.
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from 124.198.140.142 port 58881
debug1: Client protocol version 2.0; client software version OpenSSH_5.5p1 
Debian-4ubuntu5
debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu5
debug1: permanently_set_uid: 104/65534
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user berend service ssh-connection method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for berend
debug1: PAM: setting PAM_RHOST to 124-198-140-142.dynamic.dsl.maxnet.co.nz
debug1: PAM: setting PAM_TTY to ssh
Failed none for berend from 124.198.140.142 port 58881 ssh2
debug1: userauth-request for user berend service ssh-connection method password
debug1: attempt 1 failures 0
*** buffer overflow detected ***: sshd: berend [priv] terminated
=== Backtrace: =
/lib/tls/i686/nosegneg/libc.so.6(__fortify_fail+0x50)[0xb7501320]
/lib/tls/i686/nosegneg/libc.so.6(+0xe421a)[0xb750021a]
/lib/tls/i686/nosegneg/libc.so.6(+0xe3958)[0xb74ff958]
/lib/tls/i686/nosegneg/libc.so.6(_IO_default_xsputn+0x9e)[0xb748685e]
/lib/tls/i686/nosegneg/libc.so.6(_IO_vfprintf+0xe34)[0xb7459eb4]
/lib/tls/i686/nosegneg/libc.so.6(__vsprintf_chk+0xad)[0xb74ffa0d]
/lib/tls/i686/nosegneg/libc.so.6(__sprintf_chk+0x2d)[0xb74ff94d]
/lib/security/pam_pgsql.so(pg_execParam+0xac)[0xb78318dc]
/lib/security/pam_pgsql.so(backend_authenticate+0x69)[0xb7832199]
/lib/security/pam_pgsql.so(pam_sm_authenticate+0x1b3)[0xb782f8f3]
/lib/libpam.so.0(+0x26ad)[0xb781a6ad]
/lib/libpam.so.0(pam_authenticate+0x4d)[0xb7819ebd]
sshd: berend [priv](+0x2bcd6)[0xb7884cd6]
sshd: berend [priv](+0xd13f)[0xb786613f]
sshd: berend [priv](+0x225f2)[0xb787b5f2]
sshd: berend [priv](+0x22daa)[0xb787bdaa]
sshd: berend [priv](+0x23779)[0xb787c779]
sshd: berend [priv](main+0x2761)[0xb7864e61]
/lib/tls/i686/nosegneg/libc.so.6(__libc_start_main+0xe6)[0xb7432bd6]
sshd: berend [priv](+0x8021)[0xb7861021]
=== Memory map: 
b6e4f000-b6e6c000 r-xp  08:01 17215334   /lib/libgcc_s.so.1
b6e6c000-b6e6d000 r--p 0001c000 08:01 17215334   /lib/libgcc_s.so.1
b6e6d000-b6e6e000 rw-p 0001d000 08:01 17215334   /lib/libgcc_s.so.1
b6e6e000-b6e72000 r-xp  08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e72000-b6e73000 r--p 3000 08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e73000-b6e74000 rw-p 4000 08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e74000-b6e7a000 r-xp  08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7a000-b6e7b000 r--p 6000 08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7b000-b6e7c000 rw-p 7000 08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7c000-b6e7f000 rw-p  00:00 0 
b6e88000-b6e8b000 r-xp  08:01 34566689   /lib/security/pam_cracklib.so
b6e8b000-b6e8c000 r--p 2000 08:01 34566689   /lib/security/pam_cracklib.so

[Bug 492639] Re: newaliases fails on a system with no IPv4 address configured

2011-02-20 Thread Scott Kitterman
inet_protocols = all is now the default for new installations.

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

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

Title:
  newaliases fails on a system with no IPv4 address configured

-- 
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 339823] Re: qmgr process loads the system when using rate_* in custom transports

2011-02-20 Thread Scott Kitterman
Fixed in the most recent release.

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  qmgr process loads the system when using rate_* in custom transports

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Serge Hallyn
Hi,

could you test whether you still have this problem with lucid-proposed?

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

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

Title:
  PXE netboot not booting localboot from virtio-disk

-- 
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 721722] ACK of sync request

2011-02-20 Thread Daniel Holbach
ACKed.

** Changed in: squid-langpack (Ubuntu)
   Status: New = Triaged

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

Title:
  Sync squid-langpack 20110214-1 (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