[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread Martin Pitt
It's already tagged systemd-boot, which is enough to make it appear on our radar (https://bugs.launchpad.net/ubuntu/+bugs?field.tag=systemd- boot) ** No longer affects: systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to t

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread cooolman
uname -a Linux ubuntu 3.19.0-10-generic #10-Ubuntu SMP Mon Mar 23 16:16:45 UTC 2015 i686 i686 i686 GNU/Lin mysql -V mysql Ver 14.14 Distrib 5.6.23, for debian-linux-gnu (i686) using EditLine wrapper -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread cooolman
the same problem, I can not change in my.cnf max_connections = 65535 open_files_limit = 65535 in /etc/sysctl.conf fs.file-max = 2459688 in /etc/security/limits.conf www-data soft nofile 65535 www-data hard nofile 65535 mysql soft nofile 65535 mysql hard nofile 65535 root soft nofile 65535 root

[Bug 1437581] [NEW] neutron l3 agent fails to start due to neutron deprecating use_namespaces

2015-03-28 Thread Ruijing
Public bug reported: neutron l3 agent fails to start due to neutron deprecating use_namespaces: issues: config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini^[[00m ^[[00;33mfrom (pid=31409) setup_logging /opt/stack/neutron/neutron/common/config.py:205^[[00m 2015-03-28

[Bug 1437593] [NEW] Multiple instance of freshclam startable

2015-03-28 Thread Karl-Philipp Richter
Public bug reported: The user should be warned when starting a second instance of freshclam in case there's a usecase for doing so at all, otherwise the start should be allowed when specifying an option (e,.g. `-f`) on the command line. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: clamav

[Bug 1431581] Re: NIS does not install on 15.04

2015-03-28 Thread Sean Clarke
Looks like this is purely the startup - I start bind manually and it all works fine and dandy. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nis in Ubuntu. https://bugs.launchpad.net/bugs/1431581 Title: NIS does not install on 15.0

[Bug 1171970] Re: Enable tmux bash completion by default

2015-03-28 Thread dimovnike
better to use symlink, this way it will be updated everytime tmux package updates. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tmux in Ubuntu. https://bugs.launchpad.net/bugs/1171970 Title: Enable tmux bash completion by default

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread postadelmaga
@cooolman do you have this file on your system `/lib/systemd/system/mysqld.service` ? I'm not sure why but if you boot with systemd you are supposed to set the limits in service file first: LimitNOFILE=infinity LimitMEMLOCK=infinity After that mysqld service will be allowed to open more connect

[Bug 1437764] [NEW] ttf-mscorefonts-installer doesn't work from Ubuntu Software Center because of EULA

2015-03-28 Thread Sb73542-gmail
Public bug reported: Hello, on Vivid 15.04 Beta 2, the package ttf-mscorefonts-installer installs from the Ubuntu Software Center but doesn't actually download and install the proprietary fonts. The reason appears to be that the package requires first agreeing to an EULA before downloading the fon

[Bug 1333630] Re: screen caught signal 11 core dumped

2015-03-28 Thread Fake Name
This issue is not fixed. I'm running screen Screen version 4.02.01 (GNU) 28-Apr-14, installed from screen/trusty-backports, and the issue /still/ periodically reoccurs (generally when I'm doing a whole bunch of stuff, and is the most inconvenient. -- You received this bug notification because yo

[Bug 1333630] Re: screen caught signal 11 core dumped

2015-03-28 Thread Fake Name
I should add, following this recipe here: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=681572 still reproduces the issue exactly. Here is a copy of the repro: - enable the alternate screen: ^A :altscreen on - be sure to have at least two windows opened, then split with ^A S - open Vim - ma

[Bug 1333630] Re: screen caught signal 11 core dumped

2015-03-28 Thread Fake Name
Ok, got screen to compile from source I checked out from git, and it appears the issue is indeed fixed in 4.2.1-3. This really, /really/ shouldn't even be in backports, this really needs to be just a straight-out normal release for all platforms. Having screen occationally shit the bed and take y

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread cooolman
@postadelmaga (postadelmaga) file is not present, that this file should be? these are: LimitNOFILE = infinity LimitMEMLOCK = infinity what else? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread cooolman
/lib/systemd/system/mysql.service [Unit] Description=MySQL Community Server After=network.target After=syslog.target [Install] WantedBy=multi-user.target Alias=mysql.service [Service] User=mysql Group=mysql PermissionsStartOnly=true ExecStartPre=/usr/share/mysql/mysql-systemd-start pre ExecStart

[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread cooolman
added below LimitNOFILE = infinity LimitMEMLOCK = infinity and made the team systemctl daemon-reload helped, thanks for the tip -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1434758