[Bug 1352280] Re: typo when setting default VCSH_HOOK_D

2014-12-11 Thread Mark Stillwell
I don't know what you mean by "there is correct form", but the bug is
still present, and thus hooks do not run. The environment variable
should be XDG_CONFIG_HOME, not XDH_CONFIG_HOME.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352280

Title:
  typo when setting default VCSH_HOOK_D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vcsh/+bug/1352280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1352280] Re: typo when setting default VCSH_HOOK_D

2014-12-12 Thread Mark Stillwell
To clarify, the line above occurs in /usr/bin/vcsh, and it's a 2-second
fix.

** Changed in: vcsh (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352280

Title:
  typo when setting default VCSH_HOOK_D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vcsh/+bug/1352280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1352280] [NEW] typo when setting default VCSH_HOOK_D

2014-08-04 Thread Mark Stillwell
Public bug reported:

On trusty tahr the system install of vcsh has a typo in the line that
sets the default value for VCSH_HOOK_D.

: ${VCSH_HOOK_D:=$XDH_CONFIG_HOME/vcsh/hooks-enabled}

XDH_CONFIG_HOME should clearly be XDG_CONFIG_HOME.

This results in user hooks not executing if VCSH_HOOK_D is not
explicitly set by the user.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352280

Title:
  typo when setting default VCSH_HOOK_D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vcsh/+bug/1352280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 900792] Re: Python 2.7 SocketServer socket shutdown is incompatible with pyOpenSSL

2014-11-19 Thread Mark Stillwell
Has there been any attempt to resolve this bug in 2014? It's still
causing problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/900792

Title:
  Python 2.7 SocketServer socket shutdown is incompatible with pyOpenSSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyopenssl/+bug/900792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-10-15 Thread Mark Stillwell
I haven't used MAAS for about 6 months precisely because of this
issue. It may have been fixed in the interim.

On Tue, Oct 15, 2013 at 6:43 AM, Julian Edwards
<1153...@bugs.launchpad.net> wrote:
> Have any you seen this again lately?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1153077
>
> Title:
>   rabbitmq queue fills up and celery stops executing tasks when
>   upload_dhcp_leases is done every minute (by default)
>
> Status in MAAS:
>   Triaged
> Status in “maas” package in Ubuntu:
>   Confirmed
>
> Bug description:
>   With the default MAAS install I was having a problem where celery
>   would become unresponsive and stop running new tasks (including
>   powering compute nodes on/off) after a while, and eventually the
>   system would have out of memory errors. The problem seems to have been
>   that the queue was filling up with dhcp_upload_leases tasks (I checked
>   on this by getting tasks out with the amqp tools...). This problem
>   goes away if the timedelta in /usr/share/maas/celeryconfig_cluster.py
>   is changed from 1 minute to 5 minutes.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/maas/+bug/1153077/+subscriptions


-- 
Mark Lee Stillwell
mark...@fortawesome.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153077

Title:
  rabbitmq queue fills up and celery stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1153077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-10-15 Thread Mark Stillwell
For the moment at least the system I had tried to install MAAS on is
in use. I may look at it again during the winter break.

On Tue, Oct 15, 2013 at 10:01 AM, Julian Edwards
<1153...@bugs.launchpad.net> wrote:
> On Tuesday 15 Oct 2013 08:48:08 you wrote:
>> I haven't used MAAS for about 6 months precisely because of this
>> issue. It may have been fixed in the interim.
>
> Are you able to try it again?  I have not seen the problem in a long time,
> although it may have been a RabbitMQ bug in precise.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1153077
>
> Title:
>   rabbitmq queue fills up and celery stops executing tasks when
>   upload_dhcp_leases is done every minute (by default)
>
> Status in MAAS:
>   Triaged
> Status in “maas” package in Ubuntu:
>   Confirmed
>
> Bug description:
>   With the default MAAS install I was having a problem where celery
>   would become unresponsive and stop running new tasks (including
>   powering compute nodes on/off) after a while, and eventually the
>   system would have out of memory errors. The problem seems to have been
>   that the queue was filling up with dhcp_upload_leases tasks (I checked
>   on this by getting tasks out with the amqp tools...). This problem
>   goes away if the timedelta in /usr/share/maas/celeryconfig_cluster.py
>   is changed from 1 minute to 5 minutes.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/maas/+bug/1153077/+subscriptions


-- 
Mark Lee Stillwell
mark...@fortawesome.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153077

Title:
  rabbitmq queue fills up and celery stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1153077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1153077] [NEW] rabbitmq queue fills up and salary stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-03-09 Thread Mark Stillwell
Public bug reported:

With the default MAAS install I was having a problem where celery would
become unresponsive and stop running new tasks (including powering
compute nodes on/off) after a while, and eventually the system would
have out of memory errors. The problem seems to have been that the queue
was filling up with dhcp_upload_leases tasks (I checked on this by
getting tasks out with the amqp tools...). This problem goes away if the
timedelta in /usr/share/maas/celeryconfig_cluster.py is changed from 1
minute to 5 minutes.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153077

Title:
  rabbitmq queue fills up and salary stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1153077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1153077] Re: rabbitmq queue fills up and salary stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-03-13 Thread Mark Stillwell
As an update, the problem does not go away actually, it just takes
longer to develop. So, for some reason a task is getting hung or
something, causing all tasks behind it to not be executed and filling
the queue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153077

Title:
  rabbitmq queue fills up and salary stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1153077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-05-24 Thread Mark Stillwell
Unfortunately, due in part to this bug, we aren't currently using MAAS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153077

Title:
  rabbitmq queue fills up and celery stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1153077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs