lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 01 Jan 2009 11:34:08 -0800
From:	"J.H." <warthog19@...lescrag.net>
To:	Kyle Moffett <kyle@...fetthome.net>
CC:	Sitsofe Wheeler <sitsofe@...oo.com>,
	linux-kernel <linux-kernel@...r.kernel.org>, ftpadmin@...nel.org
Subject: Re: [KORG] Announcement: patchwork.kernel.org

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@...fetthome.net> wrote:
>   
>> On Thu, Jan 1, 2009 at 9:26 AM, Sitsofe Wheeler <sitsofe@...oo.com> wrote:
>>     
>>> J.H. wrote:
>>>       
>>>> If you have problems, concerns or issues please e-mail
>>>> ftpadmin@...nel.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.
>   

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ