[Bug 1247803] Re: dnsmasq temporarily breaks DNS resolution when starting for the first time

2013-12-23 Thread Thomas Hood
We certainly don't want to run resolvconf -u too few times. That is
the bug.

It causes no logical malfunction to run resolvconf -u too many times,
but doing so is not efficient. When a resolvconf update occurs then all
the scripts in /etc/resolvconf/update.d/ get run. If a heavy update
script is present (one that copies files, reconfigures things and/or
restarts services, etc.) then the update can take a significant amount
of time. In that case it's bad to do an extra, unnecessary update. And I
think it's ugly to do two updates in a row if one is sufficient.

 The proposed conditional only suppresses running resolvconf -u
 if ENABLED=1 and resolvconf is not being used (ie IGNORE_RESOLVCONF=yes).
 Is this really such a common case that adding complexity to get the minor
 optimization of not running resolvconf -u is worth it?

You have a point there. Perhaps it is, perhaps it is not worth the added
code complexity in the postinst. The maintainer will be the judge.

 Also, doesn't your argument about ENABLED=0 later being changed
 to ENABLED=1 also apply to IGNORE_RESOLVCONF=yes later being
 changed to IGNORE_RESOLVCONF=no?

No, I don't think it applies. In the ENABLED=0 case, resolvconf doesn't
get run by the dnsmasq initscript. So unless the postinst does
resolvconf -u there is nothing to ensure that if dnsmasq is later
restarted with ENABLED=1 and IGNORE_RESOLVCONF=no then
/var/run/dnsmasq/resolv.conf will have been written. In the ENABLED=1
IGNORE_RESOLVCONF=yes case resolvconf does get run in the dnsmasq
initscript and /var/run/dnsmasq/resolv.conf gets written (even though it
won't be used). So if dnsmasq is later restarted with ENABLED=1 and
IGNORE_RESOLVCONF=no then /var/run/dnsmasq/resolv.conf is ready.

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

Title:
  dnsmasq temporarily breaks DNS resolution when starting for the first
  time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1247803/+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 1263699] [NEW] vmhgfs loaded after filesystems are mounted

2013-12-23 Thread Maarten Boekhold
Public bug reported:

the open-vm-tools init.d script is executed after the mountall upstart
job, which causes the mounting of hgfs filesystems to fail at startup...

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  vmhgfs loaded after filesystems are mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1263699/+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 1102366] Re: libapache2-mod-php5: Segmentation fault on mediawiki POST requests after apache2 reload

2013-12-23 Thread Marc Deslauriers
This is related to the following php bug:
https://bugs.php.net/bug.php?id=62129

The following commits are probably required:
http://git.php.net/?p=php-src.git;a=commit;h=336a8e1943af85bb49cb5986d897d967ba73dcc0
http://git.php.net/?p=php-src.git;a=commit;h=ba3234888dfbe14dadac7ac6c403a58bc1fdd220

This affects quantal and raring, as the upstream changes are in the php
version included in saucy.

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

Title:
  libapache2-mod-php5: Segmentation fault on mediawiki POST requests
  after apache2 reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1102366/+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 1263702] [NEW] Latest version is using deprecated code

2013-12-23 Thread psypher
Public bug reported:

The latest version 2.3 of python-boto is not the same version as the pip
or github version and is using deprecated code. On an Ubuntu Raring EC2
AMI with python-boto preinstalled I am unable to run newer boto commands
from version 2.21 like conn.get_all_reservations which does not exists
in the Ubuntu packaged version but does exists in the github and pip
version.

How is python-boto able to be version 2.3 when it's not the latest
version of the actual SDK which is at 2.21??

** Affects: python-boto (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Latest version is using deprecated code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1263702/+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 1263703] [NEW] Warn on noquery in ntp.conf

2013-12-23 Thread DustWolf
Public bug reported:

The restrict row comments of the default /etc/ntp.conf configuration
file should more explicity warn(!) against the dropping on noquery or
similar options, because their removal might cause the server to become
vulenrable to (become a party in) DoS attacks.

Many admins have mistakenly removed the block, thinking they have either
enabled the server to be queried from the subnet in question or made it
more usable by doing so. This resulted in a number of reflection attacks
via NTP we have been seeing in the past few days.

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

** Information type changed from Private Security to Public

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

Title:
  Warn on noquery in ntp.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1263703/+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 1263704] [NEW] pci_devices does not terminate at computer shutdown

2013-12-23 Thread welfare31
Public bug reported:

I have a clean install of 13.10 using the 3.11 kernel. I have previously
reported this bug with the 2.12 kernel (Bug #1261898), when I used
apportcollect it instructed me to use standard Kernel and re-report if
bug persists; it does...

When I shutdown or restart the process hangs. I press a key and I see:

**Killing all remaining processes ... [fail]** (fail is in red)
This is followed by more info (sometime referring to nm-dispatcher or modem and 
always ends:

mount:/ is busy

will now restart (or halt as the case may be)
Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

I have seen relatively similar problems but none match mine exactly, I
have attempted using:

sudo shutdown -P now

or

sudo shutdown -H now

or

sudo reboot

But the results are the same.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: pm-utils 1.4.1-12ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Mon Dec 23 14:15:34 2013
ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
InstallationDate: Installed on 2013-10-19 (64 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterpreterPath: /bin/dash
MarkForUpload: True
OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 691 
667 4514 759 710
PackageArchitecture: all
ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, no user)
SourcePackage: pm-utils
Title: pci_devices does not terminate at computer shutdown
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy shutdown-hang

** Description changed:

  I have a clean install of 13.10 using the 3.11 kernel. I have previously
- reported this bug with the 2.12 kernel, when I used apport collect it
- instructed me to use standard Kernel and re-report if bug persists; it
- does...
+ reported this bug with the 2.12 kernel (Bug #1261898), when I used
+ apportcollect it instructed me to use standard Kernel and re-report if
+ bug persists; it does...
  
  When I shutdown or restart the process hangs. I press a key and I see:
  
  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:
  
  mount:/ is busy
  
  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.
  
  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:
  
  sudo shutdown -P now
  
  or
  
  sudo shutdown -H now
  
  or
  
  sudo reboot
  
  But the results are the same.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
-  LC_COLLATE=C
-  PATH=(custom, no user)
+  LC_COLLATE=C
+  PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  pci_devices does not terminate at computer shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1263704/+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 1252627] Re: [MIR] build dependencies for python-django-compressor

2013-12-23 Thread Michael Terry
Likewise, the dep on python-beautifulsoup should be switched to python-
bs4.  So I'll open a task for python-django-compressor on this bug to
drop the python-django-discover-runner dep and switch the beautiful soup
dep.

** Also affects: python-django-compressor (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [MIR] build dependencies for python-django-compressor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/html5lib/+bug/1252627/+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 1102366] Re: libapache2-mod-php5: Segmentation fault on mediawiki POST requests after apache2 reload

2013-12-23 Thread Marc Deslauriers
I have uploaded a php5 package with the patch to my testing PPA here:

https://launchpad.net/~mdeslaur/+archive/testing

Please test it, and if it solves the problem, please comment, and I will
upload it to quantal-proposed. Thanks!

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

Title:
  libapache2-mod-php5: Segmentation fault on mediawiki POST requests
  after apache2 reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1102366/+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 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-12-23 Thread Michael Terry
php-json is fine from a packaging/maintainability POV.  Approved.

** Also affects: pkg-php-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: php-json (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+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 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-12-23 Thread Michael Terry
pkg-php-tools is fine too!  Small and simple.  Approved.

Now php5 just needs to move these two packages back to Recommends from
Suggests.

** Changed in: pkg-php-tools (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+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 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2013-12-23 Thread Michael Terry
Follow https://wiki.ubuntu.com/UbuntuMainInclusionRequirements and flesh
this bug's description out with the requested information.

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

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1081489/+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 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2013-12-23 Thread Serge Hallyn
reproduced with:

sudo qemu-debootstrap --verbose --components=main,universe --arch=s390x
stable x


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

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

Title:
  qemu-s390x-static: segmentation fault entering chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1256546/+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 1263738] [NEW] login console 0 in user namespace container is not configured right

2013-12-23 Thread Serge Hallyn
Public bug reported:

When you create a container in a private user namespace, when you start the
container without the '-d' flag, that console is not properly set up.  Logging 
in
gives you

-bash: no job control in this shell

and hitting ctrl-c reboots the container.

Consoles from 'lxc-console -n $container' behave correctly.

This may be a kernel issue, as discussed here:

http://lists.linuxcontainers.org/pipermail/lxc-
devel/2013-October/005843.html

so also marking this as affecting the kernel.

This can be worked around, but really needs to be fixed before trusty is
frozen.

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

** Affects: lxc (Ubuntu)
 Importance: High
 Status: Triaged

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1263738/+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 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2013-12-23 Thread Serge Hallyn
Also reproduced with today's git HEAD, after doing

git clone git://git.qemu.org/qemu.git
cd qemu
./configure --target-list=s390x-linux-user --static --disable-system
make clean  make -j4
sudo cp s390x-linux-user/qemu-s390x /usr/bin/qemu-s390x-static
sudo qemu-debootstrap --verbose --components=main,universe --arch=s390x stable y

** 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 in Ubuntu.
https://bugs.launchpad.net/bugs/1256546

Title:
  qemu-s390x-static: segmentation fault entering chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1256546/+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 1263738] Missing required logs.

2013-12-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1263738

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1263738/+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 1244272] Re: Consider setting ServerKeyBits 768 to 1024

2013-12-23 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:6.4p1-2

---
openssh (1:6.4p1-2) unstable; urgency=high


  * Increase ServerKeyBits value in package-generated sshd_config to 1024
(closes: #727622, LP: #1244272).
  * Restore patch to disable OpenSSL version check (closes: #732940).

 -- Colin Watson cjwat...@debian.org  Mon, 23 Dec 2013 10:44:04 +

** Changed in: openssh (Ubuntu)
   Status: Fix Committed = 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/1244272

Title:
  Consider setting ServerKeyBits 768 to 1024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1244272/+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 175316] Re: no IDN in nslookup and host

2013-12-23 Thread Jonathan Stewart
Hi,

IDN is not optional on the internet today.

The IANA is publishing several IDN top level domains:
http://www.iana.org/domains/root/db

As it currently stands, I am having a difficult time using Ubuntu as a
professional internet operator at an ISP, because my only choice is
hacks like this:

reaper@silverstar:~$ dig ns $(idn2 한국)

On CentOS 6.5, the query is simple:
jgs@whmdev:~$ dig ns 한국

The man page of dig has the same message for at least 2 years, staing
it's a compile time option.  Please compile it into the next version of
this package.

Is there any reason not to build dig with IDN support?

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

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+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 1263738] Re: login console 0 in user namespace container is not configured right

2013-12-23 Thread Serge Hallyn
** Tags added: bot-stop-nagging

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

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1263738/+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 1263738] Missing required logs.

2013-12-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1263738

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1263738/+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 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2013-12-23 Thread netmasta10bt
I think this is this same bug 708493 re surging again...

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

Title:
  ssh fails to connect to VPN host - hangs at 'expecting
  SSH2_MSG_KEX_ECDH_REPLY'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1254085/+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 1263765] [NEW] snmpd does not notice when a disk is added

2013-12-23 Thread LaMont Jones
Public bug reported:

snmpd does not notice when a disk is added to the system after snmpd is
started.

It should at a minimum arrange to do so.

Observed in snmpd 5.4.3~dfsg-2.4ubuntu1.1

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  snmpd does not notice when a disk is added

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1263765/+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 1260845] Re: libkrb5-dev version 1.10-beta1 has broken RDNS support

2013-12-23 Thread Nathan Rosenblum
*** This bug is a duplicate of bug 571572 ***
https://bugs.launchpad.net/bugs/571572

Sorry about the delayed response. I'll answer your questions in the
other bug.

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

Title:
  libkrb5-dev version 1.10-beta1 has broken RDNS support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1260845/+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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2013-12-23 Thread Nathan Rosenblum
[Replying from a duplicating issue:]

This affects any system using MIT's Kerberos in the 1.10 series prior to
1.10.2-final. To the best of my knowledge, no 1.11 series releases were
affected by this issue, and 1.9 remains affected. The upstream patch [1]
applies cleanly against the Ubuntu 12.04 krb5-1.10+dfsg~beta1 source
package, with which I've successfully built and deployed my own
packages.

I believe that all Ubuntu versions from Precise through Saucy are
affected, though maybe some of the later variants (I have only looked
into Precise) have a glibc that fixes the underlying issue. There is no
harm in applying both the workaround here and the glibc fix.

[1]
https://github.com/krb5/krb5/commit/57738b357e8b03bcb7af2f147c97cb84d0ce96e2

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

Title:
  krb5 prefers the reverse pointer no matter what for locating service
  tickets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/+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 1263808] [NEW] Segfault when backgrounding process or on system suspend/resume

2013-12-23 Thread Danny Guinther
Public bug reported:

beanstalkd 1.9 segfaults whenever it is run in the foreground and
backgrounded with CTRL-Z then returned to the foreground with fg. It
also segfaults when run as a daemon and the system resumes from being
suspended.

The problem is with beanstalkd, not with Ubuntu. This bug was introduced
here:
https://github.com/kr/beanstalkd/commit/e284badf079db519db8fdd2e86959f2ee17240be

I've submitted a patch for this issue, but master hasn't been updated in
~6 months, so I wouldn't count on it getting merged soon. The patch is
very minimal and can be found here:
https://github.com/kr/beanstalkd/pull/221. I've also attached a diff to
this bug report.

Beyond the example cases I mentioned above, the truth of the bug is that
beanstalkd will crash anytime epoll_wait returns EINTR to beanstalkd. I
don't know a lot about epoll_wait, so I can't say when else that would
be an issue.

I've tested that this issue exists when beanstalkd 1.9 is built on
Precise and the issue exists with the package available with Trusty. The
package version of beanstalkd on Precise does not segfault.

I don't know if it's something particular to the Trusty build, but
beanstalkd 1.9 claims to be built with debug symbols, however when I try
to open the core dump with gdb, it says that no debugging symbols were
found. As such, I've not included a core. If it would be helpful for me
to provide a core dump and a beanstalkd bin with debug symbols, let me
know.

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


** Tags: patch

** Patch added: Not sure what correct patch format is. This is a diff that 
fixes the issue.
   
https://bugs.launchpad.net/bugs/1263808/+attachment/3934869/+files/epoll_wait_segfault_fix.diff

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

Title:
  Segfault when backgrounding process or on system suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/beanstalkd/+bug/1263808/+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 1244272] Re: Consider setting ServerKeyBits 768 to 1024

2013-12-23 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Fix Committed = 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/1244272

Title:
  Consider setting ServerKeyBits 768 to 1024

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1244272/+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