public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [KORG] Announcement: patchwork.kernel.org
@ 2008-12-31 23:23 J.H.
  2009-01-01 13:04 ` Sam Ravnborg
  0 siblings, 1 reply; 10+ messages in thread
From: J.H. @ 2008-12-31 23:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: ftpadmin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey everyone,

Just a heads up, there was a request that came up at Kernel Summit this
year for patchwork to become available for general use.  We are now
proud to announce that patchwork.kernel.org is available and has been
monitoring LKML for a few days without issue, so we are going to open it
up for general consumption.

http://patchwork.kernel.org

If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.

- - John 'Warthog9' Hawley
Chief Kernel Administrator
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Remi - http://enigmail.mozdev.org

iD8DBQFJW/74/E3kyWU9dicRAvcaAJwK4WluuAN4i9cCvQBeQqcNd0b3mQCeNKXg
mW7mSOwh9c2n/nxGYaMEECA=
=DylD
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
  2008-12-31 23:23 J.H.
@ 2009-01-01 13:04 ` Sam Ravnborg
  0 siblings, 0 replies; 10+ messages in thread
From: Sam Ravnborg @ 2009-01-01 13:04 UTC (permalink / raw)
  To: J.H.; +Cc: linux-kernel, ftpadmin

On Wed, Dec 31, 2008 at 03:23:36PM -0800, J.H. wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hey everyone,
> 
> Just a heads up, there was a request that came up at Kernel Summit this
> year for patchwork to become available for general use.  We are now
> proud to announce that patchwork.kernel.org is available and has been
> monitoring LKML for a few days without issue, so we are going to open it
> up for general consumption.

Hi John.

Can you add linux-kbuild to the queue. Then I will try to see it it
become a usefull tool there.

Thanks,

	Sam

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
       [not found] <fa.f9uNEYqmpJX02C68okHq8SDYyFI@ifi.uio.no>
@ 2009-01-01 14:26 ` Sitsofe Wheeler
       [not found]   ` <f73f7ab80901010842i70eabb27nf23bb66398f376d1@mail.gmail.com>
  2009-01-01 18:36   ` Dave Jones
  0 siblings, 2 replies; 10+ messages in thread
From: Sitsofe Wheeler @ 2009-01-01 14:26 UTC (permalink / raw)
  To: J.H.; +Cc: linux-kernel, ftpadmin

J.H. wrote:
> If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.

I get a python error when I try and do a search:
http://patchwork.kernel.org/project/LKML/list/?q=lzma












^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
       [not found]   ` <f73f7ab80901010842i70eabb27nf23bb66398f376d1@mail.gmail.com>
@ 2009-01-01 16:52     ` Kyle Moffett
  2009-01-01 19:34       ` J.H.
  0 siblings, 1 reply; 10+ messages in thread
From: Kyle Moffett @ 2009-01-01 16:52 UTC (permalink / raw)
  To: Sitsofe Wheeler; +Cc: J. H., linux-kernel, ftpadmin

On Thu, Jan 1, 2009 at 11:42 AM, Kyle Moffett <kyle@moffetthome.net> wrote:
> On Thu, Jan 1, 2009 at 9:26 AM, Sitsofe Wheeler <sitsofe@yahoo.com> wrote:
>> J.H. wrote:
>>>
>>> If you have problems, concerns or issues please e-mail
>>> ftpadmin@kernel.org.
>>
>> I get a python error when I try and do a search:
>> http://patchwork.kernel.org/project/LKML/list/?q=lzma
>
> It looks like there is some kind of caching-related bug... I just
> tried several pages and got a python error "Site does not exist" the
> *first* time I tried to load any given page.  After it had displayed
> once as "Site does not exist", a simple reload would display the
> actual page.

Ok, appended is the copy-paste of the Django error text.

Cheers,
Kyle Moffett




Environment:

Request Method: GET
Request URL: http://patchwork.kernel.org/project/linux-acpi/list/
Django Version: 1.0-final-SVN-unknown
Python Version: 2.5.1
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'patchwork',
 'registration']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.middleware.doc.XViewMiddleware')


Traceback:
File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py"
in get_response
  86.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/var/www/patchwork/apps/patchwork/views/patch.py" in list
  128.             view_args = {'project_id': project.linkname})
File "/var/www/patchwork/apps/patchwork/views/__init__.py" in generic_list
  31.             list_view_params = view_args)
File "/var/www/patchwork/apps/patchwork/requestcontext.py" in __init__
  70.                 'site': Site.objects.get_current(),
File "/usr/lib/python2.5/site-packages/django/contrib/sites/models.py"
in get_current
  22.             current_site = self.get(pk=sid)
File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in get
  93.         return self.get_query_set().get(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in get
  303.                     % self.model._meta.object_name)

Exception Type: DoesNotExist at /project/linux-acpi/list/
Exception Value: Site matching query does not exist.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
  2009-01-01 14:26 ` [KORG] Announcement: patchwork.kernel.org Sitsofe Wheeler
       [not found]   ` <f73f7ab80901010842i70eabb27nf23bb66398f376d1@mail.gmail.com>
@ 2009-01-01 18:36   ` Dave Jones
       [not found]     ` <f73f7ab80901011043s193b5ac9s6756f9b401fc148@mail.gmail.com>
  1 sibling, 1 reply; 10+ messages in thread
From: Dave Jones @ 2009-01-01 18:36 UTC (permalink / raw)
  To: Sitsofe Wheeler; +Cc: J.H., linux-kernel, ftpadmin

On Thu, Jan 01, 2009 at 02:26:13PM +0000, Sitsofe Wheeler wrote:
 > J.H. wrote:
 > > If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.
 > 
 > I get a python error when I try and do a search:
 > http://patchwork.kernel.org/project/LKML/list/?q=lzma

I've seen a number of tracebacks. They seem to be transient,
in that reloading any particular page eventually causes it
to trigger.  Reloading then makes it work again.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
       [not found]     ` <f73f7ab80901011043s193b5ac9s6756f9b401fc148@mail.gmail.com>
@ 2009-01-01 18:50       ` Dave Jones
  2009-01-01 19:22         ` J.H.
  2009-01-01 19:24       ` J.H.
  1 sibling, 1 reply; 10+ messages in thread
From: Dave Jones @ 2009-01-01 18:50 UTC (permalink / raw)
  To: Kyle Moffett; +Cc: Sitsofe Wheeler, J.H., linux-kernel, ftpadmin

On Thu, Jan 01, 2009 at 01:43:47PM -0500, Kyle Moffett wrote:
 > On Thu, Jan 1, 2009 at 1:36 PM, Dave Jones <davej@redhat.com> wrote:
 > > On Thu, Jan 01, 2009 at 02:26:13PM +0000, Sitsofe Wheeler wrote:
 > >  > J.H. wrote:
 > >  > > If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.
 > >  >
 > >  > I get a python error when I try and do a search:
 > >  > http://patchwork.kernel.org/project/LKML/list/?q=lzma
 > >
 > > I've seen a number of tracebacks. They seem to be transient,
 > > in that reloading any particular page eventually causes it
 > > to trigger.  Reloading then makes it work again.
 > 
 > Unfortunately it seems to have triggered on my attempt to register an
 > account... and as a result I didn't get the subscription email.  Would
 > it be possible for one of the admins to either confirm my subscription
 > or resend the email?  I used this email address on the web form.

Something fishy seems up with the mail registration thing.
It said it had sent it, and JH even confirmed in the logs that it
went out, but for some reason, it never hit my inbox.

I sent Jeremy Kerr a feature request for a future version of patchwork
to have a "resend" button.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
  2009-01-01 18:50       ` Dave Jones
@ 2009-01-01 19:22         ` J.H.
  2009-01-01 19:29           ` Dave Jones
  0 siblings, 1 reply; 10+ messages in thread
From: J.H. @ 2009-01-01 19:22 UTC (permalink / raw)
  To: Dave Jones, Kyle Moffett, Sitsofe Wheeler, J.H., linux-kernel,
	ftpadmin

Just to check - it's not in your spam folder is it?  It got handed off 
to the redhat mail server so it could have gotten lost in processing or 
something there?

- John 'Warthog9' Hawley


Dave Jones wrote:
> On Thu, Jan 01, 2009 at 01:43:47PM -0500, Kyle Moffett wrote:
>  > On Thu, Jan 1, 2009 at 1:36 PM, Dave Jones <davej@redhat.com> wrote:
>  > > On Thu, Jan 01, 2009 at 02:26:13PM +0000, Sitsofe Wheeler wrote:
>  > >  > J.H. wrote:
>  > >  > > If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.
>  > >  >
>  > >  > I get a python error when I try and do a search:
>  > >  > http://patchwork.kernel.org/project/LKML/list/?q=lzma
>  > >
>  > > I've seen a number of tracebacks. They seem to be transient,
>  > > in that reloading any particular page eventually causes it
>  > > to trigger.  Reloading then makes it work again.
>  > 
>  > Unfortunately it seems to have triggered on my attempt to register an
>  > account... and as a result I didn't get the subscription email.  Would
>  > it be possible for one of the admins to either confirm my subscription
>  > or resend the email?  I used this email address on the web form.
>
> Something fishy seems up with the mail registration thing.
> It said it had sent it, and JH even confirmed in the logs that it
> went out, but for some reason, it never hit my inbox.
>
> I sent Jeremy Kerr a feature request for a future version of patchwork
> to have a "resend" button.
>
> 	Dave
>
>   


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
       [not found]     ` <f73f7ab80901011043s193b5ac9s6756f9b401fc148@mail.gmail.com>
  2009-01-01 18:50       ` Dave Jones
@ 2009-01-01 19:24       ` J.H.
  1 sibling, 0 replies; 10+ messages in thread
From: J.H. @ 2009-01-01 19:24 UTC (permalink / raw)
  To: Kyle Moffett; +Cc: Dave Jones, Sitsofe Wheeler, linux-kernel, ftpadmin

Kyle Moffett wrote:
> On Thu, Jan 1, 2009 at 1:36 PM, Dave Jones <davej@redhat.com> wrote:
>   
>> On Thu, Jan 01, 2009 at 02:26:13PM +0000, Sitsofe Wheeler wrote:
>>  > J.H. wrote:
>>  > > If you have problems, concerns or issues please e-mail ftpadmin@kernel.org.
>>  >
>>  > I get a python error when I try and do a search:
>>  > http://patchwork.kernel.org/project/LKML/list/?q=lzma
>>
>> I've seen a number of tracebacks. They seem to be transient,
>> in that reloading any particular page eventually causes it
>> to trigger.  Reloading then makes it work again.
>>     
>
> Unfortunately it seems to have triggered on my attempt to register an
> account... and as a result I didn't get the subscription email.  Would
> it be possible for one of the admins to either confirm my subscription
> or resend the email?  I used this email address on the web form.
>
> Cheers,
> Kyle Moffett
>   
Might also have been me trying to figure out what was going on, I think 
I've got the example.com bits all worked out now (ahhh the joys of lack 
of documentation) I should have a patch for django to fill in the 
missing bit of knowledge in a bit.

That said if your still seeing tracebacks report them to ftpadmin and if 
we can't figure them out, we'll kick them over to patchwork as bug reports.

- John 'Warthog9' Hawley

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
  2009-01-01 19:22         ` J.H.
@ 2009-01-01 19:29           ` Dave Jones
  0 siblings, 0 replies; 10+ messages in thread
From: Dave Jones @ 2009-01-01 19:29 UTC (permalink / raw)
  To: J.H.; +Cc: Kyle Moffett, Sitsofe Wheeler, linux-kernel, ftpadmin

On Thu, Jan 01, 2009 at 11:22:28AM -0800, J.H. wrote:
 > Just to check - it's not in your spam folder is it?  It got handed off 
 > to the redhat mail server so it could have gotten lost in processing or 
 > something there?
 
Didn't see anything obvious. I get a ton of spam, but grepping for kernel.org
in my spam folder turned up nothing.  Hopefully it's not Red Hats mailservers
doing their own spamfiltering.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [KORG] Announcement: patchwork.kernel.org
  2009-01-01 16:52     ` Kyle Moffett
@ 2009-01-01 19:34       ` J.H.
  0 siblings, 0 replies; 10+ messages in thread
From: J.H. @ 2009-01-01 19:34 UTC (permalink / raw)
  To: Kyle Moffett; +Cc: Sitsofe Wheeler, linux-kernel, ftpadmin

Site does not exist errors should be fixed now.

- John 'Warthog9' Hawley

Kyle Moffett wrote:
> On Thu, Jan 1, 2009 at 11:42 AM, Kyle Moffett <kyle@moffetthome.net> wrote:
>   
>> On Thu, Jan 1, 2009 at 9:26 AM, Sitsofe Wheeler <sitsofe@yahoo.com> wrote:
>>     
>>> J.H. wrote:
>>>       
>>>> If you have problems, concerns or issues please e-mail
>>>> ftpadmin@kernel.org.
>>>>         
>>> I get a python error when I try and do a search:
>>> http://patchwork.kernel.org/project/LKML/list/?q=lzma
>>>       
>> It looks like there is some kind of caching-related bug... I just
>> tried several pages and got a python error "Site does not exist" the
>> *first* time I tried to load any given page.  After it had displayed
>> once as "Site does not exist", a simple reload would display the
>> actual page.
>>     
>
> Ok, appended is the copy-paste of the Django error text.
>
> Cheers,
> Kyle Moffett
>
>
>
>
> Environment:
>
> Request Method: GET
> Request URL: http://patchwork.kernel.org/project/linux-acpi/list/
> Django Version: 1.0-final-SVN-unknown
> Python Version: 2.5.1
> Installed Applications:
> ['django.contrib.auth',
>  'django.contrib.contenttypes',
>  'django.contrib.sessions',
>  'django.contrib.sites',
>  'django.contrib.admin',
>  'patchwork',
>  'registration']
> Installed Middleware:
> ('django.middleware.common.CommonMiddleware',
>  'django.contrib.sessions.middleware.SessionMiddleware',
>  'django.contrib.auth.middleware.AuthenticationMiddleware',
>  'django.middleware.doc.XViewMiddleware')
>
>
> Traceback:
> File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py"
> in get_response
>   86.                 response = callback(request, *callback_args,
> **callback_kwargs)
> File "/var/www/patchwork/apps/patchwork/views/patch.py" in list
>   128.             view_args = {'project_id': project.linkname})
> File "/var/www/patchwork/apps/patchwork/views/__init__.py" in generic_list
>   31.             list_view_params = view_args)
> File "/var/www/patchwork/apps/patchwork/requestcontext.py" in __init__
>   70.                 'site': Site.objects.get_current(),
> File "/usr/lib/python2.5/site-packages/django/contrib/sites/models.py"
> in get_current
>   22.             current_site = self.get(pk=sid)
> File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in get
>   93.         return self.get_query_set().get(*args, **kwargs)
> File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in get
>   303.                     % self.model._meta.object_name)
>
> Exception Type: DoesNotExist at /project/linux-acpi/list/
> Exception Value: Site matching query does not exist.
>   


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-01-01 19:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.f9uNEYqmpJX02C68okHq8SDYyFI@ifi.uio.no>
2009-01-01 14:26 ` [KORG] Announcement: patchwork.kernel.org Sitsofe Wheeler
     [not found]   ` <f73f7ab80901010842i70eabb27nf23bb66398f376d1@mail.gmail.com>
2009-01-01 16:52     ` Kyle Moffett
2009-01-01 19:34       ` J.H.
2009-01-01 18:36   ` Dave Jones
     [not found]     ` <f73f7ab80901011043s193b5ac9s6756f9b401fc148@mail.gmail.com>
2009-01-01 18:50       ` Dave Jones
2009-01-01 19:22         ` J.H.
2009-01-01 19:29           ` Dave Jones
2009-01-01 19:24       ` J.H.
2008-12-31 23:23 J.H.
2009-01-01 13:04 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox