Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
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,  >

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
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 > >

Re: [Openstack] problem in log in django swiftbrowser

2014-03-05 Thread pragya jain
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-03 Thread pragya jain
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

Re: [Openstack] problem in log in django swiftbrowser

2014-03-03 Thread Christian Schwede
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