[Bug 1666263] [NEW] monit needs to kill stopped processes

2017-02-20 Thread Arkadiy Kulev
Public bug reported: We use monit to "group" several processes together and start/stop them when needed. Recently, we noticed that not all processes are being stopped and monit is not doing a second attempt at stopping them. To be truly HA compliant, monit needs to kill processes which are mark

[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2017-02-20 Thread Arkadiy Kulev
** Changed in: monit (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277655 Title: Monit fills logs when reading 0 byte pid file To manage notificatio

[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2017-02-19 Thread Arkadiy Kulev
This bug is still here (monit 5.20.0). http://stackoverflow.com/questions/4177/monit-is-continuously- throwing-error-reading-pid-from-file In my case, the whole startup is slowed down because monit is "initializing" the failing service which has an empty .pid file. It catches itself into a lo

[Bug 1425477] Re: After some time of LXC usage SSH fails with `openpty: Permission denied`

2016-03-14 Thread Arkadiy Kulev
If you want to install openvpn inside LXC, here is how you do it cleanly without invoking autodev: https://forum.proxmox.com/threads/tun-devices-in-ve-4-lxc.23473/#post-132952 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1425477] Re: After some time of LXC usage SSH fails with `openpty: Permission denied`

2016-03-11 Thread Arkadiy Kulev
This is an old bug (2 years ago): http://lxc- users.linuxcontainers.narkive.com/QwhqLl5M/lxc-leaking-ptys -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425477 Title: After some time of LXC usage SS

[Bug 1425477] Re: After some time of LXC usage SSH fails with `openpty: Permission denied`

2016-03-11 Thread Arkadiy Kulev
I am having exactly the same problem (I tried installing a openvpn server inside the LXC and needed to use autodev to setup TUN interface). My host machine failed shortly after: cat > /usr/share/lxc/config/common.conf.d/02-openvpn-auto-tun.conf << EOL lxc.hook.autodev = /usr/share/lxc/hooks/openvp

Re: [Bug 721896] Re: kswapd0 100% cpu usage

2012-10-16 Thread Arkadiy Kulev
I'm sorry Christopher, I downgraded to Debian Stable on my production servers and not experiencing any more problems. 2012/10/17 Christopher M. Penalver > Arkadiy Kulev, thank you for taking the time to report this bug and > helping to make Ubuntu better. Please execute the follow

[Bug 905246] Re: kernel BUG at /build/buildd/linux-3.0.0/arch/x86/kvm/mmu.c:703

2011-12-27 Thread Arkadiy Kulev
I have the same problem in the latest oneiric. My system keeps stalling every 24-48 hours. I had to add a "kernel.panic" into the sysctl.conf to keep the system "alive". Ubuntu 11.10 (GNU/Linux 3.0.0-14-generic x86_64) -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 858122] Re: incomplete migration to /run (shutdown script order has been demolished)

2011-12-25 Thread Arkadiy Kulev
Still not fixed as of 26 December 2011. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858122 Title: incomplete migration to /run (shutdown script order has been demolished) To manage notification

[Bug 901956] [NEW] monit fails to autostart on boot

2011-12-08 Thread Arkadiy Kulev
Public bug reported: After upgrading to oneiric I noticed that monit would not start on boot. However, if i do "/etc/init.d/monit start" manually - it works. "chkconfig monit" shows "on". No errors in dmesg or syslog. Weird. ** Affects: monit (Ubuntu) Importance: Undecided Status: N

[Bug 721896] Re: kswapd0 100% cpu usage

2011-11-15 Thread Arkadiy Kulev
Reply #21 (https://bugs.launchpad.net/ubuntu/+bug/721896/comments/21) [quote] I just thought I would shed some light on this issue. kswapd0 has nothing to do with swap space or memory. kwapd0 is the kernel process which swaps tasks. A task is any thing that has a PID (which includes threads). Wh

[Bug 890179] Re: nginx-extras doesn't have aio support

2011-11-14 Thread Arkadiy Kulev
I am using oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890179 Title: nginx-extras doesn't have aio support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu

[Bug 890179] [NEW] nginx-extras doesn't have aio support

2011-11-14 Thread Arkadiy Kulev
Public bug reported: http://www.ubuntuupdates.org/packages/show/345769 says that nginx-extras contains the "File AIO" module. However, it does not. When I start nginx with "aio on" in the configuration file, it fails with an error "directive not found". ** Affects: nginx (Ubuntu) Importanc

[Bug 717919] Re: ACPI + kworker high interrupts.

2011-08-07 Thread Arkadiy Kulev
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 26912 root 20 0 000 S 16 0.0 2:36.55 kworker/3:2 428 root 20 0 000 S 11 0.0 0:06.37 kworker/3:0 Same here, I have 3-4 processes, each eating around 15% CPU every 5 seconds. Using k

[Bug 820810] Re: After upgrading from 10.04 system would not boot

2011-08-07 Thread Arkadiy Kulev
Phillip, you are exactly right. I just remembered that there was another bug during the installation of 10.04.1 - I was installing from a USB flash disk. The installer was using /dev/sda instead of /dev/mapper/isw_ecdhgaacgh_Volume0, so I had to do some tricks in the console to get it working. The

[Bug 820810] Re: After upgrading from 10.04 system would not boot

2011-08-04 Thread Arkadiy Kulev
Ok, thanks for the info. Hope this thread helps someone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820810 Title: After upgrading from 10.04 system would not boot To manage notifications about t

[Bug 820810] Re: After upgrading from 10.04 system would not boot

2011-08-04 Thread Arkadiy Kulev
But isn't the upgrader supposed to at least warn me about this issue? It took me an hour to find out what the problem actually is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820810 Title: After u

[Bug 820810] [NEW] After upgrading from 10.04 system would not boot

2011-08-04 Thread Arkadiy Kulev
Public bug reported: I was using 10.04 Server LTS when I decided to do an upgrade. I'm using fakeraid and my boot path is /dev/mapper/isw_ecdhgaacgh_Volume01 After running the "do-release-upgrade" and rebooting, the boot failed with an error and a busybox with "ALERT! /dev/mapper/isw_ecdhgaacgh_

[Bug 721896] Re: kswapd0 100% cpu usage

2011-03-02 Thread Arkadiy Kulev
** Package changed: ubuntu => swapd (Ubuntu) ** Package changed: swapd (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721896 Title: kswapd0 100% cpu usage -- ubuntu-bugs mailing

[Bug 721896] Re: kswapd0 100% cpu usage

2011-03-01 Thread Arkadiy Kulev
No, this is the only place, and basically it's the only one it should be. The fast solution for now is just reboot the server every week or so. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721896 Tit

[Bug 721896] Re: kswapd0 100% cpu usage

2011-02-21 Thread Arkadiy Kulev
We might have different issues here, I am not getting into swap (my swap is constant at 62 megabytes use). It's the kswapd0 that is eating up 100% cpu on one of my cores (I have 4, so it's not a big deal for me). I don't suspend the server, it's up 24/7. It's just that after some time running, k

[Bug 721896] Re: kswapd0 100% cpu usage

2011-02-21 Thread Arkadiy Kulev
Please click "this bug affects me" on top of the report, so the support could see this faster. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721896 Title: kswapd0 100% cpu usage -- ubuntu-bugs mai

[Bug 690433] Re: procps starts too early to correctly set net.netfilter.nf_conntrack_acct

2011-02-19 Thread Arkadiy Kulev
I confirm, I have the same problem and the following setting is not applied: net.ipv4.netfilter.ip_conntrack_max=1548576 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690433 Title: procps starts too

[Bug 721896] [NEW] kswapd0 100% cpu usage

2011-02-19 Thread Arkadiy Kulev
Public bug reported: After the running the latest ubuntu for at least 2 weeks, I've noticed that kswapd0 started using 100% CPU on one of my cores. However, I have enough of RAM and not using swap (Swap: 11876344k total, 62336k used). The only thing I can do to remove the problem is reboot t