[Bug 880495] Re: After upgrade to Oneiric, boot hangs for 60s on network

2011-12-06 Thread Daniel Benamy
I hit this too. It seems it was caused by /var/run and /var/lock not being migrated correctly. I followed the instructions at http://kevindubois.com/blog/2011/10/14/solved-ubuntu-11-10-oneiric- ocelot-upgrade-waiting-for-network-configuration/ and that fixed it. -- You received this bug

[Bug 598396] Re: 'restart' fails because of inverted test in init.d script

2011-05-26 Thread Daniel Benamy
No fix for 10.04 LTS? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/598396 Title: 'restart' fails because of inverted test in init.d script -- ubuntu-bugs mailing list

[Bug 694754] Re: Apache graceful-stop doesn't end apache processes

2011-01-03 Thread Daniel Benamy
Sorry for the delay. This was actually the problem- I needed to restart apache because some connections to the db were hanging. I wanted to do it in a way that wouldn't kill other requests that were in progress and working. Is this not possible? -- You received this bug notification because you

[Bug 694754] Re: Apache graceful-stop doesn't end apache processes

2011-01-03 Thread Daniel Benamy
Sorry for the delay. This was actually the problem- I needed to restart apache because some connections to the db were hanging. I wanted to do it in a way that wouldn't kill other requests that were in progress and working. Is this not possible? -- You received this bug notification because you

[Bug 694754] [NEW] Apache graceful-stop doesn't end apache processes

2010-12-27 Thread Daniel Benamy
Public bug reported: Binary package hint: apache2.2-common I'd like to use /usr/sbin/apache2ctl graceful-stop to stop apache, but it doesn't end most of apache's processes. I have to pkill apache2, and sometimes cronolog. This is apache2.2-common 2.2.11-2ubuntu2.7 on ubuntu 9.04. Thanks! **

[Bug 694754] [NEW] Apache graceful-stop doesn't end apache processes

2010-12-27 Thread Daniel Benamy
Public bug reported: Binary package hint: apache2.2-common I'd like to use /usr/sbin/apache2ctl graceful-stop to stop apache, but it doesn't end most of apache's processes. I have to pkill apache2, and sometimes cronolog. This is apache2.2-common 2.2.11-2ubuntu2.7 on ubuntu 9.04. Thanks! **

[Bug 466671] Re: /etc/logrotate.d/nagios_grapher is obsolete

2010-08-24 Thread Daniel Benamy
It seems like the newer version fixes this but it only being released for maverick. Is there any way to get it for lucid too? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516076 https://launchpad.net/ubuntu/+source/nagiosgrapher/1.7.1-2 ** Bug watch added: Debian Bug tracker #516076

[Bug 286357] Re: rsync crashes: double free or corruption (fasttop)

2010-07-22 Thread Daniel Benamy
I hit this too but updated to the latest in backports which fixed it: http://packages.ubuntu.com/hardy-backports/rsync -- rsync crashes: double free or corruption (fasttop) https://bugs.launchpad.net/bugs/286357 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 604709] [NEW] Samba docs refer to incorrect service name

2010-07-12 Thread Daniel Benamy
Public bug reported: Binary package hint: ubuntu-docs On https://help.ubuntu.com/10.04/serverguide/C/samba-fileserver.html, it says sudo /etc/init.d/samba restart but the samba service no longer exists. It's now smbd and nmbd. ** Affects: ubuntu-docs (Ubuntu) Importance: Undecided

[Bug 378907] Re: linux-image-2.6.28-11-generic r8169 timeout

2009-12-09 Thread Daniel Benamy
I also haven't seen it since upgrading to Karmic 9.10. -- linux-image-2.6.28-11-generic r8169 timeout https://bugs.launchpad.net/bugs/378907 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 141343] Re: r8169 driver does not work with Realtek PCI-E 8111B integrated network controller

2009-12-09 Thread Daniel Benamy
Seems to be working ok at 1000mb since upgrading to Karmic 9.10. I didn't change any boot options. -- r8169 driver does not work with Realtek PCI-E 8111B integrated network controller https://bugs.launchpad.net/bugs/141343 You received this bug notification because you are a member of Ubuntu

[Bug 141343] Re: r8169 driver does not work with Realtek PCI-E 8111B integrated network controller

2009-12-08 Thread Daniel Benamy
Seeing what I assume is this bug on 9.04 Jaunty 64 bit. Network seemed to work ok when I was running at 100 mb. After switching over to gigabit, I have frequent network disconnect/reconnects (which autoneg to 1000). Tried changing cable with no change and the switch works fine with another machine

[Bug 378907] Re: linux-image-2.6.28-11-generic r8169 timeout

2009-12-08 Thread Daniel Benamy
I'm seeing this too. Possibly related to https://bugs.launchpad.net/ubuntu/hardy/+bug/141343. -- linux-image-2.6.28-11-generic r8169 timeout https://bugs.launchpad.net/bugs/378907 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 239561] [NEW] Dash remove prefix expansion (${a#b}) doesn't work in double quotes

2008-06-12 Thread Daniel Benamy
Public bug reported: Binary package hint: dash Kubuntu 8.04 dash 0.5.4-8ubuntu1 In bash: $ foo=abcde $ echo ${foo#'ab'} cde $ echo ${foo#'ab'} cde In dash: $ foo=abcde $ echo ${foo#'ab'} cde $ echo ${foo#'ab'} abcde I think I understand how this should work, but I could be confused.