[Bug 1406499] [NEW] AMD Kaveri support needs lm-sensors 3.3.5

2014-12-30 Thread Gioele Barabucci
Public bug reported:

The AMD Kaveri processor has been released in January 2014 and support
for its variant of sensors is included only since lm-sensors 3.3.5.

lm-sensors should be updated to 3.3.5, at least in the current Ubuntu
LTS.

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  AMD Kaveri support needs lm-sensors 3.3.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1406499/+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 1399967] Re: Please merge nginx 1.6.2-5 (main) from Debian Unstable (main)

2014-12-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.6.2-5ubuntu1

---
nginx (1.6.2-5ubuntu1) vivid; urgency=medium

  * Merge from Debian.  Remaining changes: (LP: #1399967)
- debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed)
- debian/rules: Drop from -O3 to -O2 to work around a build failure.
- d/{control,rules,nginx-core.*}: add new binary package for main,
  nginx-core, which contains only source-tarball-included modules
  and no third-party modules.
- debian/tests/control: add nginx-core test.
- debian/control: drop luajit from Build-Depends as it is in universe.
 -- Thomas WardSat, 06 Dec 2014 13:06:55 -0500

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

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

Title:
  Please merge nginx 1.6.2-5 (main) from Debian Unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1399967/+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 1406499] Re: AMD Kaveri support needs lm-sensors 3.3.5

2014-12-30 Thread Phillip Susi
** Branch linked: lp:~psusi/ubuntu/vivid/lm-sensors/merge

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

Title:
  AMD Kaveri support needs lm-sensors 3.3.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1406499/+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 1406605] [NEW] vsftp processes crashes Ubuntu by using all of the available memory

2014-12-30 Thread Onur Boyaci
Public bug reported:

We've started using vsftpd on an Amazon EC2 instance like 2 months ago.
Server is getting very high concurrent ftp traffic.
But when the concurrency gets higher, vsftpd (standalone version) processes 
start to eat up more and more memory (totally all vsftpd processes together eat 
up all of the real avialable memory (30GB) of the instance and causes it to go 
out of service.
I may give you more details, but the most important vsftpd.conf settings are as 
follows:

vsftpd seems to limiting the # of clients (given by max_clients=1000) since I 
see  "Connection refused: too many sessions." errors loged in the ftp log file.
There doesn't seem to be any other strange errors apart from lots of 
[15684.883021] type=1326 audit(1419948989.671:348978): auid=4294967295 
uid=65534 gid=65534 ses=4294967295 pid=29979 comm="vsftpd" 
sig=31 syscall=37 compat=0 ip=0x7f531bf67757 code=0x0 
erros in the kernel logs.

/etc/vsftpd.conf
listen=YES
anonymous_enable=NO
local_enable=YES
pasv_enable=YES
port_enable=YES
pasv_min_port=1
pasv_max_port=2
pasv_address=Publix IP of the Amazon instance
allow_writeable_chroot=YES
userlist_enable=YES
userlist_deny=NO
max_clients=1000
max_per_ip=3
idle_session_timeout=30
data_connection_timeout=120
seccomp_sandbox=NO

vsftpd version : 3.0.2-1ubuntu2.14.04.1
OS: Ubuntu 14.04.1 LTS, 3.13.0-43-generic #72-Ubuntu, x86_64

I'm quite sure that vsftpd processes use all of the real memory by inspecting
the output of  ps -C vsftpd -o user,rss,size,pid,cmd.
i.e. total rss of the vsftpd processes add upto 30GB when the system is about 
to run OOM.

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

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

Title:
  vsftp processes crashes Ubuntu by using all of the available memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1406605/+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 1406605] Re: vsftp processes crashes Ubuntu by using all of the available memory

2014-12-30 Thread Onur Boyaci
Sorry there are lots of

INFO: task vsftpd:31878 blocked for more than 120 seconds. errors in the
kernel logs also:

Dec 30 12:09:06 localhost kernel: [  841.204124] INFO: task vsftpd:31878 
blocked for more than 120 seconds.
Dec 30 12:09:06 localhost kernel: [  841.206412]   Not tainted 
3.13.0-43-generic #72-Ubuntu
Dec 30 12:09:06 localhost kernel: [  841.208721] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 30 12:09:06 localhost kernel: [  841.211745] vsftpd  D 
88078fc33480 0 31878878 0x
Dec 30 12:09:06 localhost kernel: [  841.211749]  8806d8dd9d40 
0086 880754cf4800 8806d8dd9fd8
Dec 30 12:09:06 localhost kernel: [  841.211753]  00013480 
00013480 880754cf4800 81cdb7a0
Dec 30 12:09:06 localhost kernel: [  841.211756]  81cdb7a4 
880754cf4800  81cdb7a8
Dec 30 12:09:06 localhost kernel: [  841.211760] Call Trace:
Dec 30 12:09:06 localhost kernel: [  841.211769]  [] 
schedule_preempt_disabled+0x29/0x70
Dec 30 12:09:06 localhost kernel: [  841.211772]  [] 
__mutex_lock_slowpath+0x135/0x1b0
Dec 30 12:09:06 localhost kernel: [  841.211777]  [] ? 
__kmalloc+0x1e9/0x230
Dec 30 12:09:06 localhost kernel: [  841.211779]  [] 
mutex_lock+0x1f/0x2f
Dec 30 12:09:06 localhost kernel: [  841.211784]  [] 
copy_net_ns+0x71/0x130
Dec 30 12:09:06 localhost kernel: [  841.211788]  [] 
create_new_namespaces+0xf9/0x180
Dec 30 12:09:06 localhost kernel: [  841.211791]  [] 
copy_namespaces+0x73/0xa0
Dec 30 12:09:06 localhost kernel: [  841.211795]  [] 
copy_process.part.26+0x9a6/0x16b0
Dec 30 12:09:06 localhost kernel: [  841.211797]  [] 
do_fork+0xd5/0x340
Dec 30 12:09:06 localhost kernel: [  841.211800]  [] 
SyS_clone+0x16/0x20
Dec 30 12:09:06 localhost kernel: [  841.211804]  [] 
stub_clone+0x69/0x90
Dec 30 12:09:06 localhost kernel: [  841.211806]  [] ? 
system_call_fastpath+0x1a/0x1f
Dec 30 12:09:06 localhost kernel: [  841.211809] INFO: task vsftpd:31886 
blocked for more than 120 seconds.
Dec 30 12:09:06 localhost kernel: [  841.214584]   Not tainted 
3.13.0-43-generic #72-Ubuntu
Dec 30 12:09:06 localhost kernel: [  841.216778] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 30 12:09:06 localhost kernel: [  841.220142] vsftpd  D 
88078fc13480 0 31886878 0x
Dec 30 12:09:06 localhost kernel: [  841.220146]  88069cff7d40 
0082 880662351800 88069cff7fd8
Dec 30 12:09:06 localhost kernel: [  841.220149]  00013480 
00013480 880662351800 81cdb7a0
Dec 30 12:09:06 localhost kernel: [  841.220152]  81cdb7a4 
880662351800  81cdb7a8
Dec 30 12:09:06 localhost kernel: [  841.220156] Call Trace:
Dec 30 12:09:06 localhost kernel: [  841.220160]  [] 
schedule_preempt_disabled+0x29/0x70
Dec 30 12:09:06 localhost kernel: [  841.220163]  [] 
__mutex_lock_slowpath+0x135/0x1b0
Dec 30 12:09:06 localhost kernel: [  841.220166]  [] ? 
__kmalloc+0x1e9/0x230
Dec 30 12:09:06 localhost kernel: [  841.220169]  [] 
mutex_lock+0x1f/0x2f
Dec 30 12:09:06 localhost kernel: [  841.220172]  [] 
copy_net_ns+0x71/0x130
Dec 30 12:09:06 localhost kernel: [  841.220175]  [] 
create_new_namespaces+0xf9/0x180
Dec 30 12:09:06 localhost kernel: [  841.220178]  [] 
copy_namespaces+0x73/0xa0
Dec 30 12:09:06 localhost kernel: [  841.220181]  [] 
copy_process.part.26+0x9a6/0x16b0
Dec 30 12:09:06 localhost kernel: [  841.220184]  [] 
do_fork+0xd5/0x340
Dec 30 12:09:06 localhost kernel: [  841.220188]  [] 
SyS_clone+0x16/0x20
Dec 30 12:09:06 localhost kernel: [  841.220191]  [] 
stub_clone+0x69/0x90
Dec 30 12:09:06 localhost kernel: [  841.220194]  [] ? 
system_call_fastpath+0x1a/0x1f

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

Title:
  vsftp processes crashes Ubuntu by using all of the available memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1406605/+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 1406605] Re: vsftp processes crashes Ubuntu by using all of the available memory

2014-12-30 Thread Onur Boyaci
vsftpd uses ext4-formatted filesystem over the Provisioned IOPS (SSD) of
type gp2 volume.

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

Title:
  vsftp processes crashes Ubuntu by using all of the available memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1406605/+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 1406648] [NEW] package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2014-12-30 Thread ice.polar
Public bug reported:

ice@ICEVMUbuntu:~$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: open-vm-tools 2:9.4.0-1280544-5ubuntu6.2
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Tue Dec 30 21:42:31 2014
DuplicateSignature: 
package:open-vm-tools:2:9.4.0-1280544-5ubuntu6.2:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 2 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationDate: Installed on 2014-12-28 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
SourcePackage: open-vm-tools
Title: package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.pam.d.vmtoolsd: [modified]
modified.conffile..etc.vmware.tools.tools.conf: [modified]
modified.conffile..etc.xdg.autostart.vmware.user.desktop: [modified]
mtime.conffile..etc.pam.d.vmtoolsd: 2014-12-29T01:11:39.713845
mtime.conffile..etc.vmware.tools.tools.conf: 2014-12-30T21:42:25.559462
mtime.conffile..etc.xdg.autostart.vmware.user.desktop: 
2014-12-29T01:12:07.081846

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


** Tags: apport-package i386 trusty

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1406648/+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 1406648] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2014-12-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1406648/+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 1314058] Re: app_stack.so: undefined symbol: ast_agi_unregister

2014-12-30 Thread Ted Cabeen
Any resolution on this?  This bug prevents asterisk from working with
FreePBX on 14.04 without manually loading the modules after asterisk
starts.

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

Title:
  app_stack.so: undefined symbol: ast_agi_unregister

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1314058/+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 1226833] Re: zend (php-fpm) crashes in high load/memory server

2014-12-30 Thread David Gitman
I can reproduce this segfault under low / normal load.

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

Title:
  zend (php-fpm) crashes in high load/memory server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1226833/+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 1374730] Re: X509 certificate verification problem

2014-12-30 Thread Launchpad Bug Tracker
[Expired for keepalived (Ubuntu) because there has been no activity for
60 days.]

** Changed in: keepalived (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  X509 certificate verification problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1374730/+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 1380235] Re: Potential Vulnerability for X509 Certificate Verification

2014-12-30 Thread Launchpad Bug Tracker
[Expired for spamassassin (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: spamassassin (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Potential Vulnerability for X509 Certificate Verification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1380235/+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 1380038] Re: SSL problems: doesn't check certificate chain and hostname when ssl connecting

2014-12-30 Thread Launchpad Bug Tracker
[Expired for pacemaker (Ubuntu) because there has been no activity for
60 days.]

** Changed in: pacemaker (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  SSL problems: doesn't check certificate chain and hostname when ssl
  connecting

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