you pasted list of log files.
Where is your swift logs?
You need to investigate those logs first, understand what is going on and
then paste relevant section of that logs (the one that happens when you try
to login) onto pastebin. You missed my point by a mile :)
Anyway, I dont see the swift log
please somebody reply.
On Tuesday, 11 March 2014 4:14 PM, pragya jain wrote:
hi krish
>
>I am pasting the logs
>
>http://paste.openstack.org/show/73122/
>
>Please help me understand where is the problem
>
>Thanks
>Pragya Jain
>
>
>
>
>On Tuesday, 11 March 2014 3:28 PM, krish wrote:
>
>Run
hi krish
I am pasting the logs
http://paste.openstack.org/show/73122/
Please help me understand where is the problem
Thanks
Pragya Jain
On Tuesday, 11 March 2014 3:28 PM, krish wrote:
Run an ls -ltr in /var/log/ or /var/log/swift
>
>
>Check what corresponds to the same time as you try
Run an ls -ltr in /var/log/ or /var/log/swift
Check what corresponds to the same time as you try to login.
Try tailing those logs or use less to open them and read through. Figure
out :)
May be you'll find the problem.
On Tue, Mar 11, 2014 at 3:22 PM, pragya jain wrote:
> hi krish
>
> From w
hi krish
From where should I get the logs for the same?
Thanks
Pragya Jain
On Tuesday, 11 March 2014 3:04 PM, krish wrote:
you might want to pastebin your logs rather than attaching screenshots of blank
page :)
>
>
>
>On Tue, Mar 11, 2014 at 12:14 PM, pragya jain wrote:
>
>hello all,
>
you might want to pastebin your logs rather than attaching screenshots of
blank page :)
On Tue, Mar 11, 2014 at 12:14 PM, pragya jain wrote:
> hello all,
>
> I had installed django swiftbrowser on a VM of Ubuntu 12.04 desktop using
> the link https://github.com/cschwede/django-swiftbrowser
>
>
hi Christian,
Please help to resolve the problem.
Thanks
Pragya Jain
On Monday, 3 March 2014 4:33 PM, pragya jain wrote:
hi Christian,
>
>
>I did the following steps:
>1. root@pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py
>collectstatic
>
>
>
>OUTPUT:
>You have requeste
hi Christian,
I did the following steps:
1. root@pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py
collectstatic
OUTPUT:
You have requested to collect static files at the destination
location as specified in your settings:
/var/www/myproj/static
This will overwrite existing
Hello Pragya,
please collect the static files in step 5 from the Readme:
> python manage.py collectstatic
If you didn't changed ALLOWED_HOSTS and run swiftbrowser with Debug =
False (default) you also need to run the development server with the
--insecure option (step 6 in the Readme).
> python